| Commit message (Expand) | Author | Age | Files | Lines |
* | make variable names clearer in token negotiation bit | garret | 2024-07-09 | 1 | -11/+11 |
* | format some dicts a bit nicer | garret | 2024-07-09 | 1 | -2/+8 |
* | bump version to 1.1v1.1 | garret | 2024-07-07 | 1 | -1/+1 |
* | update readme, tweak japanese | garret | 2024-07-07 | 1 | -1/+1 |
* | exclude tests from final wheel | garret | 2024-07-07 | 1 | -0/+3 |
* | load key from a file with pkgutil | garret | 2024-07-07 | 3 | -285/+7 |
* | fix the build - wasn't including the extractor dir | garret | 2024-07-07 | 1 | -3/+0 |
* | add release instructions | garret | 2024-06-07 | 1 | -0/+46 |
* | set the station's uploader_id | garret | 2024-06-07 | 1 | -0/+1 |
* | arrange station metadata dict more logically | garret | 2024-06-07 | 1 | -4/+7 |
* | link to japanese version of the website | garret | 2024-05-20 | 1 | -2/+2 |
* | remove explicit dependency on yt-dlp | garret | 2024-05-18 | 1 | -1/+0 |
* | sort out package "building" and metadatav1.0 | garret | 2024-04-02 | 6 | -10/+38 |
* | moving to a place under my sole control | garret | 2024-04-01 | 1 | -93/+6 |
* | improve readme | garret | 2024-03-10 | 1 | -31/+67 |
* | due to the spike in git clones after 48776c3, i have concluded that i should ...v0.3.1 | garret | 2024-03-09 | 1 | -1/+1 |
* | improve report-requesting message | garret | 2024-03-06 | 1 | -1/+4 |
* | remove dependency on secrets | garret | 2024-03-06 | 1 | -3/+2 |
* | make random info generator less hacky | garret | 2024-03-06 | 1 | -47/+18 |
* | been a while since i last incremented the version numberv0.3.0 | garret | 2024-03-06 | 1 | -1/+1 |
* | support live url shorthand | garret | 2024-02-02 | 1 | -3/+6 |
* | update licence year | garret | 2024-01-05 | 1 | -1/+1 |
* | 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 | 2 | -33/+14 |
* | add notes about meaning of the url parameters | garret | 2023-10-29 | 1 | -2/+2 |
* | switch licence | garret | 2023-10-25 | 2 | -24/+18 |
* | add token negotiation tests | garret | 2023-10-25 | 1 | -0/+26 |
* | update live tests | garret | 2023-10-25 | 1 | -12/+14 |
* | minor housekeeping | garret | 2023-10-25 | 3 | -15/+13 |
* | print generated gps coords for debugging | garret | 2023-10-24 | 1 | -1/+3 |
* | fix broadcast day stuff | garret | 2023-10-13 | 1 | -7/+14 |
* | ShareTime: handle day out of range for month | garret | 2023-10-13 | 1 | -3/+9 |
* | fix executable perms | garret | 2023-10-13 | 2 | -0/+1 |
* | document stream device extractor arg | garret | 2023-10-01 | 1 | -0/+16 |
* | add extractor arg for stream device | garret | 2023-10-01 | 1 | -3/+3 |
* | rewrite README | garret | 2023-09-30 | 1 | -14/+20 |
* | 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 | 2 | -1/+10 |
* | 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 | 2 | -56/+142 |
* | 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 |