aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/yt_dlp_plugins/extractor/radiko.py
Commit message (Expand)AuthorAgeFilesLines
* get rid of unnecessary "else"s (+ fix indentation)garret2024-08-111-10/+10
* persons: only check the extractor arg oncegarret2024-08-111-3/+3
* construct the chapter API url properly (not stringmashing)garret2024-08-051-4/+5
* add tests for RadikoPersonIEgarret2024-08-051-0/+14
* add extractor arg to filter for "key station only"garret2024-08-051-0/+3
* add support for https://radiko.jp/persons/ URLsgarret2024-08-051-0/+38
* set the ie_key used by extractor_args to "rajiko"garret2024-08-051-1/+1
* change names of RadikoTime functions so that datetime is the "default"garret2024-08-051-1/+1
* don't inherit from RadikoBaseIE when not neededgarret2024-08-051-3/+3
* fix StationButton regex to allow for http:/wwww. like the othersgarret2024-08-031-1/+1
* update + format testsgarret2024-08-031-173/+130
* update _ANDROID_VERSIONS source commentgarret2024-07-091-1/+1
* clean up whitespace in coordinate dictgarret2024-07-091-8/+8
* add "mobile" as a possibility for x-radiko-connectiongarret2024-07-091-1/+1
* make variable names clearer in token negotiation bitgarret2024-07-091-11/+11
* format some dicts a bit nicergarret2024-07-091-2/+8
* load key from a file with pkgutilgarret2024-07-071-285/+4
* set the station's uploader_idgarret2024-06-071-0/+1
* arrange station metadata dict more logicallygarret2024-06-071-4/+7
* sort out package "building" and metadatav1.0garret2024-04-021-0/+2
* improve report-requesting messagegarret2024-03-061-1/+4
* remove dependency on secretsgarret2024-03-061-3/+2
* make random info generator less hackygarret2024-03-061-47/+18
* support live url shorthandgarret2024-02-021-3/+6
* reject ffmpeg-incompatible formats for live as wellgarret2024-01-051-10/+12
* support downloading as-live formatsgarret2024-01-051-1/+20
* make time classes inherit from datetime.datetimegarret2023-11-101-1/+1
* add notes about meaning of the url parametersgarret2023-10-291-2/+2
* update live testsgarret2023-10-251-12/+14
* minor housekeepinggarret2023-10-251-14/+12
* print generated gps coords for debugginggarret2023-10-241-1/+3
* fix executable permsgarret2023-10-131-0/+0
* add extractor arg for stream devicegarret2023-10-011-3/+3
* Make token cache check less dumbgarret2023-09-281-5/+3
* fix id for station info downloadgarret2023-09-261-1/+1
* Cache station metadata for a daygarret2023-09-251-15/+25
* check end of broadcast day, not end of air timegarret2023-09-101-1/+2
* add debug message for station not foundgarret2023-09-081-0/+1
* don't generate info twicegarret2023-09-081-1/+1
* Migrate to unified time handler thinggarret2023-08-241-56/+28
* update testsgarret2023-08-241-84/+94
* bail sooner when programme is unavailablegarret2023-08-241-18/+5
* Add timefree availability checkgarret2023-08-151-2/+8
* encode b64 partialkey as asciigarret2023-07-291-1/+1
* add debug incantations to check for proper key offset/lengthgarret2023-07-291-0/+5
* switch from Response.info() to Response.headersgarret2023-07-291-1/+1
* update search testsgarret2023-07-151-10/+10
* handle multi-paged search resultsgarret2023-07-151-4/+13
* remove unused functiongarret2023-07-131-4/+0
* fix wrong comparison in ShareIEgarret2023-07-051-1/+1