about summary refs log tree commit diff
path: root/youtube_dl/extractor/googleplus.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-07-01 18:52:19 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2013-07-01 18:52:19 +0200
commit0f818663291752b2084d81aff76d945a43c66a06 (patch)
treeb70d0df45ab1f751e79f924733e8a582fd7e2420 /youtube_dl/extractor/googleplus.py
parent2db67bc0f40d8a2938145a6630901360834cf387 (diff)
downloadyoutube-dl-0f818663291752b2084d81aff76d945a43c66a06.tar.gz
youtube-dl-0f818663291752b2084d81aff76d945a43c66a06.tar.xz
youtube-dl-0f818663291752b2084d81aff76d945a43c66a06.zip
Add --list-extractor-descriptions (human-readable list of IEs)
Diffstat (limited to 'youtube_dl/extractor/googleplus.py')
-rw-r--r--youtube_dl/extractor/googleplus.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/youtube_dl/extractor/googleplus.py b/youtube_dl/extractor/googleplus.py
index a8f171afd..9f7fc19a4 100644
--- a/youtube_dl/extractor/googleplus.py
+++ b/youtube_dl/extractor/googleplus.py
@@ -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 = {