aboutsummaryrefslogtreecommitdiffstats
path: root/ytdlp_plugins/extractor/sample.py
Commit message (Collapse)AuthorAgeFilesLines
* [cleanup] Misc cleanuppukkandan2021-10-091-1/+1
|
* [postprocessor] Add plugin supportpukkandan2021-09-301-2/+0
| | | | Adds option `--use-postprocessor` to enable them
* [cleanup] linter, code formatting and readmepukkandan2021-05-191-3/+5
|
* 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-241-0/+12
Extractor plugins are loaded from <root-dir>/ytdlp_plugins/extractor/__init__.py Inspired by https://github.com/un-def/dl-plus :ci skip dl