aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/compat
Commit message (Expand)AuthorAgeFilesLines
* [compat_utils] Simplify `EnhancedModule`pukkandan2023-02-091-16/+2
* [devscripts] Provide pyinstaller hookspukkandan2023-02-091-6/+0
* [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
* Update to ytdl-commit-de39d128pukkandan2022-11-071-0/+1
* [extractor/listennotes] Add extractor (#5310)Alex Karabanov2022-11-071-1/+1
* [mhtml, cleanup] Use imghdrpukkandan2022-07-311-5/+7
* Remove Python 3.6 supportpukkandan2022-07-184-47/+10
* [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
* [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
* [cleanup] Misc fixes and cleanuppukkandan2022-05-271-2/+7
* 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
* [utils] Improve performance using `functools.cache`pukkandan2022-05-191-0/+12
* [compat] Implement `compat.imghdr`pukkandan2022-05-171-0/+14
* [cleanup] Misc fixespukkandan2022-04-295-9/+24
* [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