Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [compat_utils] Simplify `EnhancedModule` | pukkandan | 2023-02-09 | 1 | -16/+2 |
| | |||||
* | [devscripts] Provide pyinstaller hooks | pukkandan | 2023-02-09 | 1 | -6/+0 |
| | | | | Closes #6185 | ||||
* | [compat_utils] Improve `passthrough_module` | pukkandan | 2023-02-08 | 1 | -11/+15 |
| | |||||
* | [dependencies] Standardize `Cryptodome` imports | pukkandan | 2023-02-08 | 1 | -10/+6 |
| | |||||
* | Support module level `__bool__` and `property` | pukkandan | 2023-02-08 | 2 | -37/+64 |
| | |||||
* | [compat] Fix `shutils.move` in restricted ACL mode on BSD (#5309) | ClosedPort22 | 2022-11-07 | 1 | -0/+30 |
| | | | Authored by: ClosedPort22, pukkandan | ||||
* | Update to ytdl-commit-de39d128 | pukkandan | 2022-11-07 | 1 | -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 Karabanov | 2022-11-07 | 1 | -1/+1 |
| | | | | Closes #5262 Authored by: lksj, pukkandan | ||||
* | [mhtml, cleanup] Use imghdr | pukkandan | 2022-07-31 | 1 | -5/+7 |
| | |||||
* | Remove Python 3.6 support | pukkandan | 2022-07-18 | 4 | -47/+10 |
| | | | | Closes #3764 | ||||
* | [compat] Let PyInstaller detect _legacy module | pukkandan | 2022-07-17 | 1 | -8/+8 |
| | |||||
* | [cleanup] Misc cleanup | pukkandan | 2022-06-29 | 1 | -19/+19 |
| | |||||
* | [cleanup] Consistent style for file heads | pukkandan | 2022-06-25 | 3 | -4/+1 |
| | |||||
* | [compat] Remove more functions | pukkandan | 2022-06-25 | 2 | -44/+40 |
| | | | | Removing any more will require changes to a large number of extractors | ||||
* | [compat] Fix `compat.WINDOWS_VT_MODE` | pukkandan | 2022-06-25 | 2 | -16/+21 |
| | |||||
* | [update] Expose more functionality to API | pukkandan | 2022-06-21 | 1 | -1/+1 |
| | |||||
* | [extractor] Import `_ALL_CLASSES` lazily | pukkandan | 2022-06-16 | 1 | -1/+4 |
| | | | | This significantly speeds up `import yt_dlp` in the absence of `lazy_extractors` | ||||
* | [cleanup] Misc fixes and cleanup | pukkandan | 2022-05-27 | 1 | -2/+7 |
| | | | | Closes #3780, Closes #3853, Closes #3850 | ||||
* | Bugfix for 3a408f9d199127ca2626359e21a866a09ab236b3 | pukkandan | 2022-05-20 | 1 | -0/+2 |
| | |||||
* | [compat] Add `functools.cached_property` | pukkandan | 2022-05-20 | 1 | -0/+12 |
| | |||||
* | [utils] Fix bug in 0b9c08b47bb5e95c21b067044ace4e824d19a9c2 | pukkandan | 2022-05-20 | 2 | -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` | pukkandan | 2022-05-19 | 1 | -0/+12 |
| | | | | Closes #3786 | ||||
* | [compat] Implement `compat.imghdr` | pukkandan | 2022-05-17 | 1 | -0/+14 |
| | | | | Python 3.11 deprecates `imghdr` module | ||||
* | [cleanup] Misc fixes | pukkandan | 2022-04-29 | 5 | -9/+24 |
| | | | | Closes #3565, https://github.com/yt-dlp/yt-dlp/issues/3514#issuecomment-1105944364 | ||||
* | [compat/asyncio] Use `asyncio.all_tasks` | pukkandan | 2022-04-26 | 2 | -15/+6 |
| | |||||
* | [compat] Ensure submodules are correctly wrapped | pukkandan | 2022-04-26 | 5 | -22/+66 |
| | |||||
* | [dependencies] Create module with all dependency imports | pukkandan | 2022-04-21 | 2 | -21/+3 |
| | |||||
* | [compat] Split into sub-modules (#2173) | felix | 2022-04-18 | 6 | -0/+268 |
Authored by: fstirlitz, pukkandan |