aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/downloader/websocket.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove Python 3.6 supportpukkandan2022-07-181-1/+1
| | | | Closes #3764
* [cleanup] Minor fixes (See desc)pukkandan2022-05-091-1/+1
| | | | | | | | | | * [youtube] Fix `--youtube-skip-dash-manifest` * [build] Use `$()` in `Makefile`. Closes #3684 * Fix bug in 385ffb467b2285e85a2a5495b90314ba1f8e0700 * Fix bug in 43d7f5a5d0c77556156a3f8caa6976d3908a1e38 * [cleanup] Remove unnecessary `utf-8` from `str.encode`/`bytes.decode` * [utils] LazyList: Expose unnecessarily "protected" attributes and other minor cleanup
* [dependencies] Create module with all dependency importspukkandan2022-04-211-9/+1
|
* [compat] Split into sub-modules (#2173)felix2022-04-181-1/+1
| | | | Authored by: fstirlitz, pukkandan
* [cleanup] Misc cleanup and refactor (#2173)pukkandan2022-04-181-3/+2
|
* [cleanup] Sort importspukkandan2022-04-121-1/+1
| | | | | | Using https://github.com/PyCQA/isort isort -m VERTICAL_HANGING_INDENT --py 36 -l 80 --rr -n --tc .
* [websocket] Make syntax error in `websockets` module non-fatalpukkandan2022-02-041-2/+5
| | | | Closes #2633
* [websockets] Add `WebSocketFragmentFD` (#399)pukkandan2021-06-211-0/+59
Necessary for #392 Co-authored by: nao20010128nao, pukkandan