1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-02 10:29:28 +00:00
This commit is contained in:
chocolateboy 2011-01-04 10:17:01 +00:00
parent 89f69d819d
commit 659b9586c7

View file

@ -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