Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- :x
- yt-dlp "https://www.twitch.tv/karasmai/videos?filter=highlights&sort=time" -P "F:/YouTube DLP/Gosu" --verbose --download-archive archive.log --add-metadata --write-description --abort-on-error -o "[%(upload_date>%Y-%m-%d)s] %(title)+.100U [%(id)s].%(ext)s" --limit-rate 4000k --sleep-requests 1.2 --sleep-interval 2 --max-sleep-interval 6
- timeout /t 10
- goto x
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement