blackjack4494 / youtube-dlc

Command-line program to download various media from YouTube.com and other sites
https://blackjack4494.github.io/youtube-dlc/
The Unlicense
1.22k stars 13 forks source link

[la7] Fix extraction (closes #23323) #181

Closed nixxo closed 4 years ago

nixxo commented 4 years ago

Parsing videoParams' orvideoLa7' JavaScript snippets as JSON is getting too hard for js_to_json. Just extract the `vid' from there and use _searchog* for all other data.

Remove the 2nd test: unfortunately the page are removed after a couple of days/weeks.

Thanks to Elia Geretto for spotting and suggesting several problems with the tests!

Closes #23323.