>>66852623>I've got a shit load of archiving to do and I don't even know where to start.https://github.com/yt-dlp/yt-dlp>yt-dlp -a "list_of_urls.txt" --download-archive "download_history.txt" -o "%(title)s [%(id)s].%(ext)s" --windows-filenames --write-description --write-info-json --write-comments --write-thumbnail --write-subs --embed-thumbnail --embed-subs --embed-metadata --no-embed-info-json --parse-metadata "video::(?P<formats>)" --sub-format "best" --sub-langs "all" --cookies-from-browser "firefox" -f "bestvideo+bestaudio/best"if --cookies-from-browser doesnt work download a cookies.txt addon and use --cookies "cookies.txt"
you can replace -a "list of urls.txt" with just the url(s) directly