diff --git a/youtube_dl/InfoExtractors.py b/youtube_dl/InfoExtractors.py index e816fc459..33315e0d6 100755 --- a/youtube_dl/InfoExtractors.py +++ b/youtube_dl/InfoExtractors.py @@ -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() ]