aboutsummaryrefslogtreecommitdiff
path: root/ytdlp_plugins/extractor/sample.py
AgeCommit message (Collapse)Author
2021-05-19[cleanup] linter, code formatting and readmepukkandan
2021-02-25Completely change project name to yt-dlp (#85)Pccode66
* 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-20Release 2021.02.192021.02.19pukkandan
2021-01-24Plugin supportpukkandan
Extractor plugins are loaded from <root-dir>/ytdlp_plugins/extractor/__init__.py Inspired by https://github.com/un-def/dl-plus :ci skip dl