]> asedeno.scripts.mit.edu Git - youtube-dl.git/commit
Avoid skipping ID when unlisted_hash is numeric
authordirkf <fieldhouse@gmx.net>
Fri, 30 Jul 2021 11:58:19 +0000 (12:58 +0100)
committerdirkf <fieldhouse@gmx.net>
Sat, 26 Feb 2022 10:29:42 +0000 (10:29 +0000)
commit4194d253c0b922addf0439228066cb4fb487bac3
tree3b948f969642e18f88d7a6327b08f74348f0d497
parentf8e543c9063c1c7ad157936cb6a15b428ddb3896
Avoid skipping ID when unlisted_hash is numeric

Pattern needed a non-greedy match; also replaced a redundant test with one for this, issue 29690
youtube_dl/extractor/vimeo.py