diff --git a/youtube-dl.sh b/youtube-dl.sh index 8dae724..4f34d4d 100755 --- a/youtube-dl.sh +++ b/youtube-dl.sh @@ -1,7 +1,8 @@ -#!/run/current-system/sw/bin/bash +#!/usr/bin/env bash -youtube-dl "$1" \ +yt-dlp "$1" \ --download-archive "~/Videos/YT/history.conf" \ --prefer-free-formats\ --write-description \ --output "~/Videos/YT/%(uploader)s/%(upload_date)s - %(title)s.%(ext)s" + --cookies-from-browser vivaldi