mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-03-17 05:22:22 +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 [
|
||||
YoutubePlaylistIE(),
|
||||
YoutubeChannelIE(),
|
||||
HypemIE(),
|
||||
YoutubeUserIE(),
|
||||
YoutubeSearchIE(),
|
||||
YoutubeIE(),
|
||||
@ -4607,6 +4606,7 @@ def gen_extractors():
|
||||
FlickrIE(),
|
||||
TeamcocoIE(),
|
||||
XHamsterIE(),
|
||||
HypemIE(),
|
||||
GenericIE()
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user