Add --list-extractor-descriptions (human-readable list of IEs)

This commit is contained in:
Philipp Hagemeister 2013-07-01 18:52:19 +02:00
parent 2db67bc0f4
commit 0f81866329
9 changed files with 34 additions and 22 deletions

View file

@ -10,8 +10,7 @@ from ..utils import (
class GooglePlusIE(InfoExtractor):
"""Information extractor for plus.google.com."""
IE_DESC = u'Google Plus'
_VALID_URL = r'(?:https://)?plus\.google\.com/(?:[^/]+/)*?posts/(\w+)'
IE_NAME = u'plus.google'
_TEST = {