mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-02-21 00:46:52 +01:00
This moves feed extraction from using html content to json metadata. However, loading additional pages no longer works. The _extract_video_info function also returns a continuation object that contains some metadata that - together with an API key that is in the page source - might be used to request the next page.