aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/yt_dlp_plugins/extractor/radiko_hacks.py
Commit message (Collapse)AuthorAgeFilesLines
* Implement lazy chunk downloadinggarret13175 days1-16/+33
| | | | | | | | using `http_dash_segments_generator` as seen in youtube live-from-start this way it only goes through the chunks etc one a format has actually been selected so we don't have it downloading eg 20 chunks of every stream only for most to be discarded closes #29
* fix SyntaxWarning: invalid escape sequence '\d' in py3.12garret13172025-05-301-1/+1
|
* track real chunk duration to prevent dupes when chunks are longer than expectedgarret13172025-05-181-16/+40
| | | | closes #24 for real this time
* add quick-downloading support for as-live formatsgarret13172025-05-171-0/+41
closes #24