aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/googlesearch.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/googlesearch.py
parent2db67bc0f40d8a2938145a6630901360834cf387 (diff)
downloadyoutube-dl-0f818663291752b2084d81aff76d945a43c66a06.zip
youtube-dl-0f818663291752b2084d81aff76d945a43c66a06.tar.gz
youtube-dl-0f818663291752b2084d81aff76d945a43c66a06.tar.bz2
Add --list-extractor-descriptions (human-readable list of IEs)
Diffstat (limited to 'youtube_dl/extractor/googlesearch.py')
-rw-r--r--youtube_dl/extractor/googlesearch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/googlesearch.py b/youtube_dl/extractor/googlesearch.py
index 21c240e..f9c88e9 100644
--- a/youtube_dl/extractor/googlesearch.py
+++ b/youtube_dl/extractor/googlesearch.py
@@ -8,7 +8,7 @@ from ..utils import (
class GoogleSearchIE(SearchInfoExtractor):
- """Information Extractor for Google Video search queries."""
+ IE_DESC = u'Google Video search'
_MORE_PAGES_INDICATOR = r'id="pnnext" class="pn"'
_MAX_RESULTS = 1000
IE_NAME = u'video.google:search'