Advertisement
Rekusa

Untitled

May 5th, 2025
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. @echo off
  2. :x
  3.  
  4. 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
  5.  
  6. timeout /t 10
  7.  
  8. goto x
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement