1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-03-09 12:50:23 -05:00
Commit graph

14 commits

Author SHA1 Message Date
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
Renamed from youtube_dlc/postprocessor/movefilesafterdownload.py (Browse further)