mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-07 08:47:22 +08:00
fmt
This commit is contained in:
parent
89f69d819d
commit
659b9586c7
@ -2461,9 +2461,9 @@ if __name__ == '__main__':
|
||||
# Dump regular expressions used to match supported sites
|
||||
if opts.dump_regexps:
|
||||
for ie in fd.ies:
|
||||
regex = ie.url_regex()
|
||||
if regex is not None:
|
||||
print ie.url_regex()
|
||||
regex = ie.url_regex()
|
||||
if regex is not None:
|
||||
print ie.url_regex()
|
||||
sys.exit(0)
|
||||
|
||||
# Update version
|
||||
|
Loading…
x
Reference in New Issue
Block a user