aboutsummaryrefslogtreecommitdiffstats
path: root/ytdlp_plugins
Commit message (Collapse)AuthorAgeFilesLines
* [cleanup] Fix some typos (#4194)crazymoose777562022-06-261-1/+1
| | | Authored by: crazymoose77756
* [cleanup] Upgrade syntaxpukkandan2022-04-122-4/+0
| | | | | | | | | | 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
* 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