1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-06-07 05:53:32 +08:00

Fixed indentation in extractors package constructor (__init__.py)

This commit is contained in:
Nick Triller
2016-07-20 17:36:36 +02:00
Unverified
parent cbf9cda976
commit dc03aa67ad
+1 -1
View File
@@ -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']
return globals()[ie_name + 'IE']