aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/yt_dlp_plugins/extractor/radiko_mobile.py
Commit message (Collapse)AuthorAgeFilesLines
* add extractor_key to fix download archivemobile-webgarret2024-08-061-0/+2
| | | | | | | i can get the same video from two extractors (individual vid/playlist page) but theyre different extractors so the download archive doesnt work if i grab from one page and then the other thank you to pukkandan for telling me how to fix it
* add support for "season"/series pagesgarret2024-08-061-34/+47
| | | | also moved the mobile extracting things to the baseIE
* split mobile extraction into a separate func to use elsewheregarret2024-08-061-5/+7
|
* mobile: add _old_archive_ids for compat with webgarret2024-08-061-0/+3
|
* add test for mobile episodesgarret2024-08-061-0/+29
| | | | parity! (except channel/uploader_url)
* add support for episodes from mobile sitegarret2024-08-061-0/+84
auth is a bit hmm at the minute, i haven't implemented the multi-area process yet but, it works! a