docs: update readme with sane defaults
All checks were successful
build / build (push) Successful in 1m54s

This commit is contained in:
Viktor Varland 2025-04-08 12:35:57 +02:00
parent 3c2ec61635
commit 36f8e7dda6
Signed by: varl
GPG key ID: 7459F0B410115EE8

View file

@ -15,9 +15,9 @@ quality = "res:1080" # set the preferred quality
output_path_template = "s%(upload_date>%Y)s/%(channel)s.s%(upload_date>%Y)Se%(upload_date>%m%d)S.%(title)s.%(id)s-1080p.%(ext)s" # yt-dlp output template output_path_template = "s%(upload_date>%Y)s/%(channel)s.s%(upload_date>%Y)Se%(upload_date>%m%d)S.%(title)s.%(id)s-1080p.%(ext)s" # yt-dlp output template
url = "https://www.youtube.com" # full yt url url = "https://www.youtube.com" # full yt url
throttle = 5 # throttle yt request, 5s works well throttle = 5 # throttle yt request, 5s works well
range = "1:5:1" # downloads videos in range 1-5: [START][:STOP][:STEP] range = "1:5:1" # downloads last 5 videos: [START][:STOP][:STEP]
after_date = "20250326" # only download videos after date after_date = "20250326" # only download videos after date
cookies_file = "./cookies.txt" # pass user cookies to yt, blank to disable cookies_file = "" # pass user cookies to yt, blank to disable
opml_file = "./opml.xml" # the opml file to use opml_file = "./opml.xml" # the opml file to use
``` ```