]> jfr.im git - yt-dlp.git/commit - yt_dlp/extractor/youtube.py
[extractor] Add `_search_json`
authorpukkandan <redacted>
Fri, 3 Jun 2022 15:32:31 +0000 (21:02 +0530)
committerpukkandan <redacted>
Mon, 6 Jun 2022 14:16:45 +0000 (19:46 +0530)
commitb7c47b743871cdf3e0de75b17e4454d987384bf9
tree928081bf818ee21df40d465c8ffce0bc9ae0ddc2
parent00bbc5f17710367adc7508062e155547b35edd20
[extractor] Add `_search_json`

All fetching of JSON objects should eventually be done with this function
but only `youtube` is being refactored for now
yt_dlp/extractor/archiveorg.py
yt_dlp/extractor/common.py
yt_dlp/extractor/youtube.py
yt_dlp/utils.py