Skip to content

Commit

Permalink
Naming scheme fix for YT downloader
Browse files Browse the repository at this point in the history
  • Loading branch information
arg committed Mar 6, 2024
1 parent c6e24dd commit 2f5317e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion home/.local/bin/yt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ yt-dlp \
--embed-thumbnail \
--embed-subs \
--match-filter "!is_live & !live" \
--output "~/Movies/Archives/%(title)s [%(id)s,%(upload_date)s].%(ext)s" \
--output "~/Movies/Archives/%(title)S [%(id)S, %(upload_date>%Y-%m-%d)s].%(ext)s" \
--windows-filenames \
--restrict-filenames \
--merge-output-format "mkv" \
--batch-file "~/Movies/Archives/sources.txt"

0 comments on commit 2f5317e

Please sign in to comment.