From 40e4fcf910ed283332d9c0c5e3e521e5f4f80fe8 Mon Sep 17 00:00:00 2001 From: "M.Yasoob Khalid" Date: Wed, 5 Jun 2013 19:40:29 +0500 Subject: [PATCH] moved HypemIE() to the end of the list --- youtube_dl/InfoExtractors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() ]