1
0
Fork 0
mirror of https://github.com/blackjack4494/yt-dlc.git synced 2025-03-11 14:49:06 +00:00
yt-dlc/youtube_dl
Leonardo Taccari 8067a2b8b4 [la7] Fix extraction (closes #23323)
Parsing `videoParams' or `videoLa7' JavaScript snippets as JSON is getting too
hard for js_to_json.  Just extract the `vid' from there and use _search_og_*
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.
2020-08-28 12:09:29 +02:00
..
downloader
extractor [la7] Fix extraction (closes #23323) 2020-08-28 12:09:29 +02:00
postprocessor
__init__.py
__main__.py
aes.py
cache.py
compat.py
jsinterp.py
options.py
socks.py
swfinterp.py
update.py
utils.py
version.py release 2020.07.28 2020-07-28 05:13:03 +07:00
YoutubeDL.py