moved HypemIE() to the end of the list

This commit is contained in:
M.Yasoob Khalid 2013-06-05 19:40:29 +05:00
parent 7d871e66fe
commit 40e4fcf910

View File

@ -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()
] ]