From 34a77fe2fb592767fa991792d86c2f6b86effbb9 Mon Sep 17 00:00:00 2001 From: kkalpakloglou Date: Wed, 27 Mar 2013 13:36:59 +0200 Subject: [PATCH] Update InfoExtractors.py --- youtube_dl/InfoExtractors.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() ]