aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/compat/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* [compat] Ensure submodules are imported correctlypukkandan2023-07-221-5/+2
| | | | Closes #7663
* [networking] Rewrite architecture (#2861)coletdjnz2023-07-151-0/+10
| | | | | | | | | | | | | | | | New networking interface consists of a `RequestDirector` that directs each `Request` to appropriate `RequestHandler` and returns the `Response` or raises `RequestError`. The handlers define adapters to transform its internal Request/Response/Errors to our interfaces. User-facing changes: - Fix issues with per request proxies on redirects for urllib - Support for `ALL_PROXY` environment variable for proxy setting - Support for `socks5h` proxy - Closes https://github.com/yt-dlp/yt-dlp/issues/6325, https://github.com/ytdl-org/youtube-dl/issues/22618, https://github.com/ytdl-org/youtube-dl/pull/28093 - Raise error when using `https` proxy instead of silently converting it to `http` Authored by: coletdjnz
* [devscripts] Provide pyinstaller hookspukkandan2023-02-091-6/+0
| | | | Closes #6185
* Support module level `__bool__` and `property`pukkandan2023-02-081-1/+1
|
* [extractor/listennotes] Add extractor (#5310)Alex Karabanov2022-11-071-1/+1
| | | | Closes #5262 Authored by: lksj, pukkandan
* Remove Python 3.6 supportpukkandan2022-07-181-2/+2
| | | | Closes #3764
* [compat] Let PyInstaller detect _legacy modulepukkandan2022-07-171-8/+8
|
* [cleanup] Consistent style for file headspukkandan2022-06-251-1/+0
|
* [update] Expose more functionality to APIpukkandan2022-06-211-1/+1
|
* [cleanup] Misc fixes and cleanuppukkandan2022-05-271-2/+7
| | | | Closes #3780, Closes #3853, Closes #3850
* [utils] Fix bug in 0b9c08b47bb5e95c21b067044ace4e824d19a9c2pukkandan2022-05-201-16/+0
| | | | | * Cache of `supports_terminal_sequences` must be reset after enabling VT mode * and move `windows_enable_vt_mode` to utils to avoid cyclic imports
* [cleanup] Misc fixespukkandan2022-04-291-4/+0
| | | | Closes #3565, https://github.com/yt-dlp/yt-dlp/issues/3514#issuecomment-1105944364
* [compat] Ensure submodules are correctly wrappedpukkandan2022-04-261-22/+8
|
* [dependencies] Create module with all dependency importspukkandan2022-04-211-21/+0
|
* [compat] Split into sub-modules (#2173)felix2022-04-181-0/+129
Authored by: fstirlitz, pukkandan