mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-03-18 05:52:21 +09:00
moved HypemIE() to the end of the list
This commit is contained in:
parent
7d871e66fe
commit
40e4fcf910
@ -4551,7 +4551,6 @@ def gen_extractors():
|
|||||||
return [
|
return [
|
||||||
YoutubePlaylistIE(),
|
YoutubePlaylistIE(),
|
||||||
YoutubeChannelIE(),
|
YoutubeChannelIE(),
|
||||||
HypemIE(),
|
|
||||||
YoutubeUserIE(),
|
YoutubeUserIE(),
|
||||||
YoutubeSearchIE(),
|
YoutubeSearchIE(),
|
||||||
YoutubeIE(),
|
YoutubeIE(),
|
||||||
@ -4607,6 +4606,7 @@ def gen_extractors():
|
|||||||
FlickrIE(),
|
FlickrIE(),
|
||||||
TeamcocoIE(),
|
TeamcocoIE(),
|
||||||
XHamsterIE(),
|
XHamsterIE(),
|
||||||
|
HypemIE(),
|
||||||
GenericIE()
|
GenericIE()
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user