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 [
YoutubePlaylistIE(),
YoutubeChannelIE(),
HypemIE(),
YoutubeUserIE(),
YoutubeSearchIE(),
YoutubeIE(),
@ -4607,6 +4606,7 @@ def gen_extractors():
FlickrIE(),
TeamcocoIE(),
XHamsterIE(),
HypemIE(),
GenericIE()
]