]> jfr.im git - yt-dlp.git/commit
Ability to load playlist infojson
authorpukkandan <redacted>
Tue, 23 Mar 2021 19:45:53 +0000 (01:15 +0530)
committerpukkandan <redacted>
Tue, 23 Mar 2021 20:27:50 +0000 (01:57 +0530)
commit498f560638e805fc7bafe77dc1ef3bd32ef3fe76
tree24cdcc0145e42d2fb36a06eb500ceb10750b9cce
parent394dcd448646fdaebda38b83fddcfbe6f62ded31
Ability to load playlist infojson

* If `--no-clean-infojson` is given, the video ids are saved/loaded from in the infojson along with their playlist index
* If a video entry that was not saved is requested, we fallback to using `webpage_url` to re-extract the entries

Related: https://github.com/yt-dlp/yt-dlp/issues/190#issuecomment-804921024
yt_dlp/YoutubeDL.py
yt_dlp/utils.py