mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-10-04 22:37:56 -04:00
PEP8: more applied
This commit is contained in:
@@ -529,4 +529,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']
|
||||
|
Reference in New Issue
Block a user