]> jfr.im git - yt-dlp.git/commit - README.md
[websockets] Add `WebSocketFragmentFD` (#399)
authorpukkandan <redacted>
Mon, 21 Jun 2021 17:23:17 +0000 (22:53 +0530)
committerpukkandan <redacted>
Mon, 21 Jun 2021 17:26:36 +0000 (22:56 +0530)
commite36d50c5dd35973c090f87df05d4e94963e8036c
treebe74700890c89fde704fd725ff5c43816e0ee3e3
parentff0f78e1fef082b7702f3ce783381d3609415649
[websockets] Add `WebSocketFragmentFD` (#399)
Necessary for #392

Co-authored by: nao20010128nao, pukkandan
14 files changed:
.github/workflows/build.yml
README.md
pyinst.py
requirements.txt
setup.py
yt_dlp/YoutubeDL.py
yt_dlp/compat.py
yt_dlp/downloader/__init__.py
yt_dlp/downloader/external.py
yt_dlp/downloader/websocket.py [new file with mode: 0644]
yt_dlp/extractor/common.py
yt_dlp/options.py
yt_dlp/postprocessor/__init__.py
yt_dlp/postprocessor/ffmpeg.py