summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-11-03 15:58:52 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2013-11-03 15:59:10 +0100
commit08fb86c49b92b53df8963065ab23fd558b8a90d8 (patch)
tree65a5c1a3dd615ab792f0d9af7fc5a5adbd2ec961
parent3633d77c0f1cc46cefbfafdefd97f8570bab91d1 (diff)
downloadyoutube-dl-08fb86c49b92b53df8963065ab23fd558b8a90d8.tar.gz
youtube-dl-08fb86c49b92b53df8963065ab23fd558b8a90d8.tar.xz
youtube-dl-08fb86c49b92b53df8963065ab23fd558b8a90d8.zip
[youtube] Add description for YoutubeSearchDateIE (#1710)
-rw-r--r--youtube_dl/extractor/youtube.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/youtube.py b/youtube_dl/extractor/youtube.py
index 14e8f59e6..74a381fe2 100644
--- a/youtube_dl/extractor/youtube.py
+++ b/youtube_dl/extractor/youtube.py
@@ -1735,6 +1735,7 @@ class YoutubeSearchIE(SearchInfoExtractor):
 class YoutubeSearchDateIE(YoutubeSearchIE):
     _API_URL = 'https://gdata.youtube.com/feeds/api/videos?q=%s&start-index=%i&max-results=50&v=2&alt=jsonc&orderby=published'
     _SEARCH_KEY = 'ytsearchdate'
+    IE_DESC = u'YouTube.com searches, newest videos first'
 
 class YoutubeShowIE(InfoExtractor):
     IE_DESC = u'YouTube.com (multi-season) shows'