mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 00:17:07 -05:00 
			
		
		
		
	Merge remote-tracking branch 'CBGoodBuddy/ytsearchtime'
This commit is contained in:
		@@ -163,6 +163,7 @@ from .youtube import (
 | 
			
		||||
    YoutubeIE,
 | 
			
		||||
    YoutubePlaylistIE,
 | 
			
		||||
    YoutubeSearchIE,
 | 
			
		||||
    YoutubeSearchDateIE,
 | 
			
		||||
    YoutubeUserIE,
 | 
			
		||||
    YoutubeChannelIE,
 | 
			
		||||
    YoutubeShowIE,
 | 
			
		||||
 
 | 
			
		||||
@@ -1732,6 +1732,9 @@ class YoutubeSearchIE(SearchInfoExtractor):
 | 
			
		||||
        videos = [self.url_result('http://www.youtube.com/watch?v=%s' % id, 'Youtube') for id in video_ids]
 | 
			
		||||
        return self.playlist_result(videos, query)
 | 
			
		||||
 | 
			
		||||
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'
 | 
			
		||||
 | 
			
		||||
class YoutubeShowIE(InfoExtractor):
 | 
			
		||||
    IE_DESC = u'YouTube.com (multi-season) shows'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user