Browse Source

[youtube] Add description for YoutubeSearchDateIE (#1710)

rtmp_test
Philipp Hagemeister 11 years ago
parent
commit
08fb86c49b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      youtube_dl/extractor/youtube.py

+ 1
- 0
youtube_dl/extractor/youtube.py View File

@ -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'


Loading…
Cancel
Save