youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 08fb86c49b92b53df8963065ab23fd558b8a90d8
parent 3633d77c0f1cc46cefbfafdefd97f8570bab91d1
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Sun,  3 Nov 2013 15:58:52 +0100

[youtube] Add description for YoutubeSearchDateIE (#1710)

Diffstat:
Myoutube_dl/extractor/youtube.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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'