| Commit message (Expand) | Author | Age | Files | Lines |
* | remove dependency on secrets | garret | 2024-03-06 | 1 | -3/+2 |
* | make random info generator less hacky | garret | 2024-03-06 | 1 | -47/+18 |
* | support live url shorthand | garret | 2024-02-02 | 1 | -3/+6 |
* | reject ffmpeg-incompatible formats for live as well | garret | 2024-01-05 | 1 | -10/+12 |
* | support downloading as-live formats | garret | 2024-01-05 | 1 | -1/+20 |
* | make time classes inherit from datetime.datetime | garret | 2023-11-10 | 1 | -1/+1 |
* | add notes about meaning of the url parameters | garret | 2023-10-29 | 1 | -2/+2 |
* | update live tests | garret | 2023-10-25 | 1 | -12/+14 |
* | minor housekeeping | garret | 2023-10-25 | 1 | -14/+12 |
* | print generated gps coords for debugging | garret | 2023-10-24 | 1 | -1/+3 |
* | fix executable perms | garret | 2023-10-13 | 1 | -0/+0 |
* | add extractor arg for stream device | garret | 2023-10-01 | 1 | -3/+3 |
* | Make token cache check less dumb | garret | 2023-09-28 | 1 | -5/+3 |
* | fix id for station info download | garret | 2023-09-26 | 1 | -1/+1 |
* | Cache station metadata for a day | garret | 2023-09-25 | 1 | -15/+25 |
* | check end of broadcast day, not end of air time | garret | 2023-09-10 | 1 | -1/+2 |
* | add debug message for station not found | garret | 2023-09-08 | 1 | -0/+1 |
* | don't generate info twice | garret | 2023-09-08 | 1 | -1/+1 |
* | Migrate to unified time handler thing | garret | 2023-08-24 | 1 | -56/+28 |
* | update tests | garret | 2023-08-24 | 1 | -84/+94 |
* | bail sooner when programme is unavailable | garret | 2023-08-24 | 1 | -18/+5 |
* | Add timefree availability check | garret | 2023-08-15 | 1 | -2/+8 |
* | encode b64 partialkey as ascii | garret | 2023-07-29 | 1 | -1/+1 |
* | add debug incantations to check for proper key offset/length | garret | 2023-07-29 | 1 | -0/+5 |
* | switch from Response.info() to Response.headers | garret | 2023-07-29 | 1 | -1/+1 |
* | update search tests | garret | 2023-07-15 | 1 | -10/+10 |
* | handle multi-paged search results | garret | 2023-07-15 | 1 | -4/+13 |
* | remove unused function | garret | 2023-07-13 | 1 | -4/+0 |
* | fix wrong comparison in ShareIE | garret | 2023-07-05 | 1 | -1/+1 |
* | add station as uploader | garret | 2023-07-04 | 1 | -0/+1 |
* | get better artist name in tracklist | garret | 2023-07-04 | 1 | -5/+9 |
* | add tracklist chapters extraction | garret | 2023-07-04 | 1 | -0/+14 |
* | add Station Button embed extractor | garret | 2023-06-27 | 1 | -0/+71 |
* | loop through search results the old-fashioned way | garret | 2023-06-19 | 1 | -7/+2 |
* | streamline xml parsing with XPaths | garret | 2023-06-19 | 1 | -38/+38 |
* | update tests | garret | 2023-06-19 | 1 | -28/+28 |
* | add SearchIE tests | garret | 2023-06-13 | 1 | -0/+25 |
* | add playlist id to SearchIE | garret | 2023-06-13 | 1 | -0/+8 |
* | add ShareIE test | garret | 2023-06-13 | 1 | -0/+24 |
* | handle 29-hour time in ShareIE | garret | 2023-06-13 | 1 | -0/+10 |
* | add history to search regex | garret | 2023-06-13 | 1 | -1/+1 |
* | relax station ID regex | garret | 2023-06-09 | 1 | -2/+2 |
* | shit | garret | 2023-06-04 | 1 | -1/+1 |
* | add message asking for reports if region mismatch | garret | 2023-06-04 | 1 | -1/+1 |
* | add share link extractor | garret | 2023-06-04 | 1 | -0/+10 |
* | store all cache in one place | garret | 2023-05-30 | 1 | -2/+2 |
* | some semblance of code cleanup | garret | 2023-05-29 | 1 | -246/+248 |
* | somewhat quick and dirty search extractor | garret | 2023-05-29 | 1 | -0/+32 |
* | check if url time is between start/end of programme | garret | 2023-05-22 | 1 | -3/+4 |
* | correct mismatched release/timestamp | garret | 2023-05-10 | 1 | -15/+16 |