aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/compat/compat_utils.py
Commit message (Collapse)AuthorAgeFilesLines
* [dependencies] Simplify `Cryptodome`pukkandan2023-02-281-1/+1
| | | | Closes #6292, closes #6272, closes #6338
* [compat_utils] Simplify `EnhancedModule`pukkandan2023-02-091-16/+2
|
* [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-081-36/+63
|
* [cleanup] Consistent style for file headspukkandan2022-06-251-1/+0
|
* [compat] Fix `compat.WINDOWS_VT_MODE`pukkandan2022-06-251-9/+17
|
* [extractor] Import `_ALL_CLASSES` lazilypukkandan2022-06-161-1/+4
| | | | This significantly speeds up `import yt_dlp` in the absence of `lazy_extractors`
* [cleanup] Misc fixespukkandan2022-04-291-3/+19
| | | | Closes #3565, https://github.com/yt-dlp/yt-dlp/issues/3514#issuecomment-1105944364
* [compat] Ensure submodules are correctly wrappedpukkandan2022-04-261-0/+44