Commit Graph

10 Commits (2c646fe42cc3a9eba21ec5b96bb2949b9bd0a7ee)

Author SHA1 Message Date
pukkandan 6929b41a21
Remove Python 3.6 support
Closes 
pukkandan f5e438a976
[compat] Let PyInstaller detect _legacy module
pukkandan 54007a45f1
[cleanup] Consistent style for file heads
pukkandan 57e0f077a6
[update] Expose more functionality to API
pukkandan 8a82af3511
[cleanup] Misc fixes and cleanup
Closes , Closes , Closes 
pukkandan 53973b4d2c
[utils] Fix bug in 0b9c08b47b
* Cache of `supports_terminal_sequences` must be reset after enabling VT mode
* and move `windows_enable_vt_mode` to utils to avoid cyclic imports
pukkandan 1d485a1a79
[cleanup] Misc fixes
Closes , https://github.com/yt-dlp/yt-dlp/issues/3514#issuecomment-1105944364
pukkandan 9196cbfe8b
[compat] Ensure submodules are correctly wrapped
pukkandan 9b8ee23b99
[dependencies] Create module with all dependency imports
felix 77f9033095
[compat] Split into sub-modules ()
Authored by: fstirlitz, pukkandan