mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-13 14:13:54 +08:00
We want to parse multiple JSONP URLs on a page later, so we have to change _html_search_regex() into a re.findall().
We want to parse multiple JSONP URLs on a page later, so we have to change _html_search_regex() into a re.findall().