make autopep8 happy

This commit is contained in:
wesson 2024-12-04 22:41:22 +01:00
parent 25b73a440b
commit ecab7b56f3
2 changed files with 1 additions and 2 deletions

View file

@ -142,7 +142,7 @@ def print_extractor_information(opts, urls):
'return_type': ie.return_type(),
'regex_urls': ie.list_regex_url(),
'matched_urls': matched_urls,
}
}
e_index += 1
dicts.append(data)
else:

View file

@ -611,7 +611,6 @@ class InfoExtractor:
# so that lazy_extractors works correctly
return cls._match_valid_url(url) is not None
@classmethod
def list_regex_url(cls):
return cls._VALID_URL if type(cls._VALID_URL) in [list, tuple] \