You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yt-dlp/yt_dlp/downloader
shirt 7687c8ac6e
[HLS] Fix decryption issues (#1117)
* Unpad HLS fragments with PKCS#7 according to datatracker.ietf.org/doc/html/rfc8216
* media_sequence should only be incremented in for media fragments
* The native decryption should only be used if ffmpeg is unavailable since it is significantly slower. Closes #1086

Authored by: shirt-dev, pukkandan
3 years ago
..
__init__.py fix bug in 6251555f1c 3 years ago
common.py bugfix for bd50a52b0d 3 years ago
dash.py [cleanup] Fix linter in 96fccc101f 3 years ago
external.py [docs,cleanup] Add deprecation warning in docs 3 years ago
f4m.py [downloader] Pass `info_dict` to `progress_hook`s 3 years ago
fragment.py [HLS] Fix decryption issues (#1117) 3 years ago
hls.py [HLS] Fix decryption issues (#1117) 3 years ago
http.py Basic framework for simultaneous download of multiple formats (#1036) 3 years ago
ism.py [downloader] Pass `info_dict` to `progress_hook`s 3 years ago
mhtml.py [downloader] Pass `info_dict` to `progress_hook`s 3 years ago
niconico.py [downloader/niconico] Pass custom headers (#1063) 3 years ago
rtmp.py [downloader] Pass `info_dict` to `progress_hook`s 3 years ago
rtsp.py [downloader] Pass `info_dict` to `progress_hook`s 3 years ago
websocket.py [websockets] Add `WebSocketFragmentFD` (#399) 3 years ago
youtube_live_chat.py [youtube] Cleanup authentication code (#786) 3 years ago