Kieran Eglin
15c7bef8d0
Linting
2024-06-14 12:47:59 -07:00
Kieran Eglin
dd4475bd33
Merged parent
2024-06-14 12:38:09 -07:00
sepro
add96eb9f8
[cleanup] Add more ruff rules ( #10149 )
...
Authored by: seproDev
Reviewed-by: bashonly <88596187+bashonly@users.noreply.github.com>
Reviewed-by: Simon Sawicki <contact@grub4k.xyz>
2024-06-12 01:09:58 +02:00
Kieran Eglin
dd986a4149
Linter
2024-04-26 15:31:22 -07:00
Kieran Eglin
c3fccc58cf
Updated logic for determining file extensions
2024-04-26 15:26:26 -07:00
Kieran Eglin
ea2a085397
Fixed up tests and linting
2024-04-24 10:57:39 -07:00
Kieran Eglin
44bb6c2056
[WIP] got refactor of file mover basically working
2024-04-24 09:47:58 -07:00
Kieran Eglin
fe4a15ff75
First pass at test feedback
2024-04-23 11:54:38 -07:00
Kieran Eglin
5d51ddbbfc
Removed unneeded conditionals + return
2024-04-23 11:04:46 -07:00
Kieran Eglin
c9d8184fe6
Ran flake8
2024-04-23 11:00:15 -07:00
Kieran Eglin
c574be85f1
Refactored MoveFilesPP to respect non-video files
2024-04-23 10:22:36 -07:00
ClosedPort22
fbb0ee7747
[compat] Fix shutils.move
in restricted ACL mode on BSD ( #5309 )
...
Authored by: ClosedPort22, pukkandan
2022-11-07 20:54:30 +05:30
pukkandan
f82711587c
[cleanup] Sort imports
...
Using https://github.com/PyCQA/isort
isort -m VERTICAL_HANGING_INDENT --py 36 -l 80 --rr -n --tc .
2022-04-12 05:32:52 +05:30
pukkandan
86e5f3ed2e
[cleanup] Upgrade syntax
...
Using https://github.com/asottile/pyupgrade
1. `__future__` imports and `coding: utf-8` were removed
2. Files were rewritten with `pyupgrade --py36-plus --keep-percent-format`
3. f-strings were cherry-picked from `pyupgrade --py36-plus`
Extractors are left untouched (except removing header) to avoid unnecessary merge conflicts
2022-04-12 05:32:51 +05:30
pukkandan
56d868dbb7
Allow running some postprocessors
before actual download
2021-04-12 02:12:46 +05:30
pukkandan
dcf64d43e0
[movefiles] Fix bugs and make more robust
2021-03-18 20:54:53 +05:30
Pccode66
7a5c1cfe93
Completely change project name to yt-dlp ( #85 )
...
* All modules and binary names are changed
* All documentation references changed
* yt-dlp no longer loads youtube-dlc config files
* All URLs changed to point to organization account
Co-authored-by: Pccode66
Co-authored-by: pukkandan
2021-02-25 00:15:56 +05:30