|
|
@ -4545,7 +4545,7 @@ class YoutubeSearchIE(YoutubeTabBaseInfoExtractor, SearchInfoExtractor):
|
|
|
|
_TESTS = []
|
|
|
|
_TESTS = []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class YoutubeSearchDateIE(SearchInfoExtractor, YoutubeTabBaseInfoExtractor):
|
|
|
|
class YoutubeSearchDateIE(YoutubeTabBaseInfoExtractor, SearchInfoExtractor):
|
|
|
|
IE_NAME = YoutubeSearchIE.IE_NAME + ':date'
|
|
|
|
IE_NAME = YoutubeSearchIE.IE_NAME + ':date'
|
|
|
|
_SEARCH_KEY = 'ytsearchdate'
|
|
|
|
_SEARCH_KEY = 'ytsearchdate'
|
|
|
|
IE_DESC = 'YouTube search, newest videos first'
|
|
|
|
IE_DESC = 'YouTube search, newest videos first'
|
|
|
|