diff --git a/youtube_dl/InfoExtractors.py b/youtube_dl/InfoExtractors.py index aedf2ba31..b08ea4a58 100755 --- a/youtube_dl/InfoExtractors.py +++ b/youtube_dl/InfoExtractors.py @@ -4250,6 +4250,6 @@ def gen_extractors(): TEDIE(), MySpassIE(), SpiegelIE(), - GenericIE(), - liveleakIE() + liveleakIE(), + GenericIE() ]