mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-09 22:07:26 +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
|
# Dump regular expressions used to match supported sites
|
||||||
if opts.dump_regexps:
|
if opts.dump_regexps:
|
||||||
for ie in fd.ies:
|
for ie in fd.ies:
|
||||||
regex = ie.url_regex()
|
regex = ie.url_regex()
|
||||||
if regex is not None:
|
if regex is not None:
|
||||||
print ie.url_regex()
|
print ie.url_regex()
|
||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
|
|
||||||
# Update version
|
# Update version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user