mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-21 05:44:02 -07:00
fmt
This commit is contained in:
parent
89f69d819d
commit
659b9586c7
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue