Skip to content

Commit

Permalink
updated youtube_download_video.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Feb 9, 2025
1 parent 3e95d31 commit fa9fbe2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions media/youtube_download_video.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,7 @@ else
timestamp "Determining download filename"
filename="$(yt-dlp --get-filename --output "%(title)s.mp4" "$url")"
fi
timestamp "Touching file timestamp to make it easier to find when browsing"
touch "$filename"
timestamp "Opening video file: $filename"
"$srcdir/vidopen.sh" "$filename"

0 comments on commit fa9fbe2

Please sign in to comment.