aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/yt_dlp_plugins/extractor/radiko.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* add station as uploadergarret2023-07-041-0/+1
* get better artist name in tracklistgarret2023-07-041-5/+9
* add tracklist chapters extractiongarret2023-07-041-0/+14
* add Station Button embed extractorgarret2023-06-271-0/+71
* loop through search results the old-fashioned waygarret2023-06-191-7/+2
* streamline xml parsing with XPathsgarret2023-06-191-38/+38
* update testsgarret2023-06-191-28/+28
* add SearchIE testsgarret2023-06-131-0/+25
* add playlist id to SearchIEgarret2023-06-131-0/+8
* add ShareIE testgarret2023-06-131-0/+24
* handle 29-hour time in ShareIEgarret2023-06-131-0/+10
* add history to search regexgarret2023-06-131-1/+1
* relax station ID regexgarret2023-06-091-2/+2
* shitgarret2023-06-041-1/+1
* add message asking for reports if region mismatchgarret2023-06-041-1/+1
* add share link extractorgarret2023-06-041-0/+10
* store all cache in one placegarret2023-05-301-2/+2
* some semblance of code cleanupgarret2023-05-291-246/+248
* somewhat quick and dirty search extractorgarret2023-05-291-0/+32
* check if url time is between start/end of programmegarret2023-05-221-3/+4
* correct mismatched release/timestampgarret2023-05-101-15/+16
* don't bother trying with downloading currently-live timefreegarret2023-05-101-8/+9
* throw error for expired/not yet aired/live programmesgarret2023-05-091-6/+34