aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/compat
Commit message (Collapse)AuthorAgeFilesLines
* [compat_utils] Simplify `EnhancedModule`pukkandan2023-02-091-16/+2
|
* [devscripts] Provide pyinstaller hookspukkandan2023-02-091-6/+0
| | | | Closes #6185
* [compat_utils] Improve `passthrough_module`pukkandan2023-02-081-11/+15
|
* [dependencies] Standardize `Cryptodome` importspukkandan2023-02-081-10/+6
|
* Support module level `__bool__` and `property`pukkandan2023-02-082-37/+64
|
* [compat] Fix `shutils.move` in restricted ACL mode on BSD (#5309)ClosedPort222022-11-071-0/+30
| | | Authored by: ClosedPort22, pukkandan
* Update to ytdl-commit-de39d128pukkandan2022-11-071-0/+1
| | | | | | | [extractor/ceskatelevize] Back-port extractor from yt-dlp https://github.com/ytdl-org/youtube-dl/commit/de39d1281cea499cb1adfce5ff7e0a56f1bad5fe Closes #5361, Closes #4634, Closes #5210
* [extractor/listennotes] Add extractor (#5310)Alex Karabanov2022-11-071-1/+1
| | | | Closes #5262 Authored by: lksj, pukkandan
* [mhtml, cleanup] Use imghdrpukkandan2022-07-311-5/+7
|
* Remove Python 3.6 supportpukkandan2022-07-184-47/+10
| | | | Closes #3764
* [compat] Let PyInstaller detect _legacy modulepukkandan2022-07-171-8/+8
|
* [cleanup] Misc cleanuppukkandan2022-06-291-19/+19
|
* [cleanup] Consistent style for file headspukkandan2022-06-253-4/+1
|
* [compat] Remove more functionspukkandan2022-06-252-44/+40
| | | | Removing any more will require changes to a large number of extractors
* [compat] Fix `compat.WINDOWS_VT_MODE`pukkandan2022-06-252-16/+21
|
* [update] Expose more functionality to APIpukkandan2022-06-211-1/+1
|
* [extractor] Import `_ALL_CLASSES` lazilypukkandan2022-06-161-1/+4
| | | | This significantly speeds up `import yt_dlp` in the absence of `lazy_extractors`
* [cleanup] Misc fixes and cleanuppukkandan2022-05-271-2/+7
| | | | Closes #3780, Closes #3853, Closes #3850
* Bugfix for 3a408f9d199127ca2626359e21a866a09ab236b3pukkandan2022-05-201-0/+2
|
* [compat] Add `functools.cached_property`pukkandan2022-05-201-0/+12
|
* [utils] Fix bug in 0b9c08b47bb5e95c21b067044ace4e824d19a9c2pukkandan2022-05-202-16/+7
| | | | | * Cache of `supports_terminal_sequences` must be reset after enabling VT mode * and move `windows_enable_vt_mode` to utils to avoid cyclic imports
* [utils] Improve performance using `functools.cache`pukkandan2022-05-191-0/+12
| | | | Closes #3786
* [compat] Implement `compat.imghdr`pukkandan2022-05-171-0/+14
| | | | Python 3.11 deprecates `imghdr` module
* [cleanup] Misc fixespukkandan2022-04-295-9/+24
| | | | Closes #3565, https://github.com/yt-dlp/yt-dlp/issues/3514#issuecomment-1105944364
* [compat/asyncio] Use `asyncio.all_tasks`pukkandan2022-04-262-15/+6
|
* [compat] Ensure submodules are correctly wrappedpukkandan2022-04-265-22/+66
|
* [dependencies] Create module with all dependency importspukkandan2022-04-212-21/+3
|
* [compat] Split into sub-modules (#2173)felix2022-04-186-0/+268
Authored by: fstirlitz, pukkandan