1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-09 22:07:26 +08: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 # 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