mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2026-05-06 05:33:29 +00:00
30226342ab
Rather than just the one that use the _download_webpage helper. The need
for this was made apparent by 0fe7783e, which refactored
_download_json in a way that completely avoids the use of
_download_webpage, thus breaking youtube.
Fixes #16323