mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-04-23 15:27:31 +00:00

Surprise! URLs can have parentheses in them, just like like @dstftw
reminded us in
001a30f335 (r83538385)
Use . instead of [^)] and anchor the regexp with \)\); at the end.
Add an only_matching test case for this, although it may switch from
realtime to processed in a few hours...