aboutsummaryrefslogtreecommitdiffstats
path: root/ytdlp_plugins
Commit message (Collapse)AuthorAgeFilesLines
* Add key `requested_downloads` in the root `info_dict`pukkandan2022-01-031-0/+3
|
* Add more post-processing stagespukkandan2022-01-031-2/+4
| | | | | playlist = After entire playlist after_video = After downloading all formats of a video
* [cleanup] Misc cleanuppukkandan2021-10-091-1/+1
|
* [postprocessor] Add plugin supportpukkandan2021-09-304-3/+29
| | | | Adds option `--use-postprocessor` to enable them
* [cleanup] linter, code formatting and readmepukkandan2021-05-192-3/+6
|
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-1/+1
| | | | | | | | | * 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
* Release 2021.02.19pukkandan2021-02-201-0/+4
|
* Plugin supportpukkandan2021-01-242-0/+14
Extractor plugins are loaded from <root-dir>/ytdlp_plugins/extractor/__init__.py Inspired by https://github.com/un-def/dl-plus :ci skip dl