]> jfr.im git - yt-dlp.git/commit - README.md
#29 New option `-P`/`--paths` to give different paths for different types of files
authorpukkandan <redacted>
Sat, 23 Jan 2021 12:18:12 +0000 (17:48 +0530)
committerpukkandan <redacted>
Sat, 23 Jan 2021 12:23:17 +0000 (17:53 +0530)
commit0202b52a0c0a15da6073a122aae7ed6693e18f01
tree46a819bbb1c97649216ff0a040468a7d0d73ef29
parentb8f6bbe68a6ff1f733a8d71d991b03008dfaf621
#29 New option `-P`/`--paths` to give different paths for different types of files

Syntax: `-P "type:path" -P "type:path"`
Types: home, temp, description, annotation, subtitle, infojson, thumbnail
README.md
youtube_dlc/YoutubeDL.py
youtube_dlc/__init__.py
youtube_dlc/options.py
youtube_dlc/postprocessor/__init__.py
youtube_dlc/postprocessor/movefilesafterdownload.py [new file with mode: 0644]
youtube_dlc/utils.py