aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/whyp.py
AgeCommit message (Collapse)Author
2023-07-19[InfoExtractor] Add search methods for Next/Nuxt.js from yt-dlpdirkf
* add _search_nextjs_data(), from https://github.com/yt-dlp/yt-dlp/pull/1386 thanks selfisekai * add _search_nuxt_data(), from https://github.com/yt-dlp/yt-dlp/pull/1921, thanks Lesmiscore, pukkandan * add tests for the above * also fix HTML5 type recognition and tests, from https://github.com/yt-dlp/yt-dlp/commit/222a230871fe4fe63f35c49590379c9a77116819, thanks Lesmiscore * update extractors in PR using above, fix tests.
2023-07-19[Whyp] Add extractor back-ported from yt-dlpdirkf
* from https://github.com/yt-dlp/yt-dlp/pull/6803, thanks CoryTibbettsDev