about summary refs log tree commit diff
path: root/youtube_dl/extractor/whyp.py
Commit message (Collapse)AuthorAgeFilesLines
* [InfoExtractor] Add search methods for Next/Nuxt.js from yt-dlpdirkf2023-07-191-24/+1
| | | | | | | | | | | | * 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.
* [Whyp] Add extractor back-ported from yt-dlpdirkf2023-07-191-0/+78
* from https://github.com/yt-dlp/yt-dlp/pull/6803, thanks CoryTibbettsDev