youtube-dl/youtube_dl
dirkf b2741f2654 [InfoExtractor] Add search methods for Next/Nuxt.js from yt-dlp
* 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
  222a230871,
  thanks Lesmiscore
* update extractors in PR using above, fix tests.
2023-07-19 22:14:50 +01:00
..
downloader
extractor [InfoExtractor] Add search methods for Next/Nuxt.js from yt-dlp 2023-07-19 22:14:50 +01:00
postprocessor
__init__.py
__main__.py
aes.py
cache.py
casefold.py
compat.py [compat] Fix old Pythons broken loading of valueless cookie attributes 2023-07-18 10:50:46 +01:00
jsinterp.py [test] Fixes for old Pythons 2023-07-18 10:50:46 +01:00
options.py [doc] Warn against setting cookies with --add-header 2023-07-18 10:50:46 +01:00
socks.py
swfinterp.py
update.py
utils.py [utils] Minor updates (merge_dicts, T) 2023-07-19 22:14:50 +01:00
version.py
YoutubeDL.py