aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/downloader/hls.py
Commit message (Expand)AuthorAgeFilesLines
* update from upstreamJesus2023-09-041-30/+51
|\
| * [compat, networking] Deprecate old functions (#2861)coletdjnz2023-07-151-1/+1
| * [core] Allow extractors to mark formats as potentially DRM (#7396)pukkandan2023-07-061-10/+20
| * [dependencies] Simplify `Cryptodome`pukkandan2023-02-281-1/+1
| * [downloader/hls] Allow extractors to provide AES key (#6158)bashonly2023-02-081-17/+28
| * [dependencies] Standardize `Cryptodome` importspukkandan2023-02-081-2/+2
* | update from upstream 2022-12-01 UTC+8Jesús2022-12-011-1/+1
|\|
| * [cleanup] Misc cleanuppukkandan2022-06-291-1/+1
* | updated from upstream | 27/06/2022 at 01:25Jesús2022-06-271-9/+15
|\|
| * [hls] Warn user when trying to download live HLSpukkandan2022-06-261-3/+9
| * [compat] Remove deprecated functions from core codepukkandan2022-06-251-5/+5
| * [cleanup] Miscpukkandan2022-05-211-1/+1
* | updated from upstream | 17/05/2022 at 10:10Jesús2022-05-171-29/+19
|\|
| * [cleanup] Minor fixes (See desc)pukkandan2022-05-091-2/+2
| * [hls] Fix unapplied byte_range for EXT-X-MAP fragmentfelix2022-05-021-8/+8
| * [dependencies] Create module with all dependency importspukkandan2022-04-211-2/+3
| * [cleanup] Sort importspukkandan2022-04-121-14/+6
| * [cleanup] Upgrade syntaxpukkandan2022-04-121-4/+1
* | updated from upstream | 27/11/2021 at 13:25Jesús2021-11-271-0/+9
|\|
| * [hls] Better FairPlay DRM detection (#1661)nyuszika7h2021-11-191-0/+9
| * [downloader] Fix slow progress hookspukkandan2021-10-161-3/+2
| * [docs,build] Change all pycryptodome references to pycryptodomexpukkandan2021-10-061-2/+2
| * [HLS] Fix decryption issues (#1117)shirt2021-09-291-7/+13
| * [fragment] Fix range header when using `-N` and media sequence (#1048)pukkandan2021-09-221-0/+2
| * [hls] Byterange + AES128 is supported by native downloaderpukkandan2021-09-191-2/+0
| * [hls,aes] Fallback to native implementation for AES-CBCpukkandan2021-09-181-5/+2
| * [webvtt] Fix timestamp overflow adjustment (#698)Felix S2021-08-151-2/+8
| * [webvtt] Merge daisy-chained duplicate cues (#638)Felix S2021-08-101-18/+37
| * [cleanup] Fix linter in 96fccc101f8f579ebd67da176e029803d82634c7pukkandan2021-08-011-1/+1
| * [downloader] Allow streaming unmerged formats to stdout using ffmpegpukkandan2021-08-011-1/+2
| * [cleanup] Refactor some codepukkandan2021-08-011-5/+2
| * [downloader] Pass `info_dict` to `progress_hook`spukkandan2021-07-221-1/+1
| * [cleanup] Minor refactoring of `fragment`pukkandan2021-06-241-69/+69
| * [fragment] Return status of download correctlypukkandan2021-06-241-5/+2
| * [fragment] Merge during download for `-N`, and refactor `hls`/`dash` (#364)pukkandan2021-06-221-139/+4
| * [hls] Decrypt fragment when reading from diskpukkandan2021-06-051-15/+16
| * [hls,dash] When using `concurrent_fragment_downloads`, do not keep the fragme...pukkandan2021-05-301-3/+8
| * [hls] Disable external downloader for `webtt`pukkandan2021-05-301-3/+5
| * [fragment] Make sure first segment is not skippedpukkandan2021-05-091-2/+3
| * [fragment] Ensure the file is closed on errorpukkandan2021-05-041-0/+3
| * [downloader/hls] Handle MPEG-2 PES timestamp overflowFelix S2021-04-281-1/+10
| * [downloader/hls] Remove duplicate cues using a sliding window of candidatesFelix S2021-04-281-0/+25
| * [downloader/hls] Assemble single-file WebVTT subtitles from HLS segmentsFelix S2021-04-281-0/+44
| * Py2 compatibility for `FileNotFoundError`pukkandan2021-04-261-1/+5
| * Option to choose different downloader for different protocolspukkandan2021-04-101-2/+2
| * More consistent warning messages (#173)pukkandan2021-03-201-6/+9
| * Native concurrent downloading of fragments (#166)shirt2021-03-131-61/+127
| * More improvements to HLS/DASH external downloader codepukkandan2021-03-111-15/+20
| * Improve HLS/DASH external downloader code (#162)shirt-dev2021-03-101-13/+18
| * Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+289