Small tweaks

This commit is contained in:
2022-11-05 00:48:21 -04:00
parent 75019980ea
commit dfa5ecaf47
3 changed files with 5 additions and 2 deletions

View File

@@ -619,6 +619,9 @@ dl_twitch_vid() {
}
# Download Vimeo videos.
# Can download an embedded vid. You might need to save the site cookies if the vid is behind a paywall.
# e.g. yt-dlp.exe -F --cookies cookies.txt --referer https://gillyandkeeves.tv https://player.vimeo.com/video/756941969
# The vid ID can be found by looking at the embed's iframe src attribute.
dl_vimeo_vid() {
local format="$1"
local shortname="$2"