aajanki / yle-dl

Download videos from Yle servers
https://aajanki.github.io/yle-dl/index-en.html
GNU General Public License v3.0
302 stars 52 forks source link

Multiple clips #270

Closed cheaster35 closed 3 years ago

cheaster35 commented 3 years ago

Is it possible to download a playlist with multiple clips ?,

aajanki commented 3 years ago

Yes, it is. Put the clip URLs into a file (one clip per line) and use the argument -i to instruct yle-dl to download all clips in the file: yle-dl -i playlist.txt

cheaster35 commented 3 years ago

Thank you so much