how can I mass download all videos from an odysee channel?
yt-dlp
>>1546712what commands would i use?
>>1546757yt-dlp
>>1546757Just use a guihttps://nickvision.org/parabolic.html
>>1546757yt-dlp followed by the channel URL
You might also want to pick a file format so you don't download them in 4k.yt-dlp --list-formats [url], figure out which file format you want, then yt-dlp -f [format id] [channel url]
>>1546776Thanks.does it just default to the highest quality if I don't specify the format?
>>1546802yup!