X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2F__init__.py;h=fb5e6ac77d5680238579a765c0f341a5cff0b68c;hb=c1777d5cb3fb1ae48de79badfe5b8db9963999b4;hp=3a520908bb272ef57339d7480eec0acfd92c0b64;hpb=c66bdc48692c516c86481e115a0c84ab49630f62;p=youtube-dl diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 3a520908b..fb5e6ac77 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -533,4 +533,4 @@ def gen_extractors(): def get_info_extractor(ie_name): """Returns the info extractor class with the given ie_name""" - return globals()[ie_name+'IE'] + return globals()[ie_name + 'IE']