aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/yt_dlp_plugins
Commit message (Expand)AuthorAgeFilesLines
* 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-072-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-102-33/+14
* add notes about meaning of the url parametersgarret2023-10-291-2/+2
* update live testsgarret2023-10-251-12/+14
* minor housekeepinggarret2023-10-252-15/+12
* print generated gps coords for debugginggarret2023-10-241-1/+3
* fix broadcast day stuffgarret2023-10-131-7/+14
* ShareTime: handle day out of range for monthgarret2023-10-131-3/+9
* fix executable permsgarret2023-10-132-0/+1
* 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-102-1/+10
* 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-242-56/+142
* 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