diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 82c3983f3..8d40862fe 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -43,4 +43,4 @@ def list_extractors(age_limit): def get_info_extractor(ie_name): """Returns the info extractor class with the given ie_name""" -return globals()[ie_name + 'IE'] \ No newline at end of file + return globals()[ie_name + 'IE'] \ No newline at end of file