aboutsummaryrefslogtreecommitdiffstats
path: root/ytdlp_plugins/extractor
Commit message (Collapse)AuthorAgeFilesLines
* [cleanup] Misc cleanuppukkandan2021-10-091-1/+1
|
* [postprocessor] Add plugin supportpukkandan2021-09-302-3/+2
| | | | 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