Sunday, September 27, 2020

Re: Vim online conference - downloading talks from playlist

https://nitter.net/guckes/status/1303443706368929792#m

# download playlist of #VimConf 2020:
LIST='https://www.youtube.com/playlist?list=PLcTu2VkAIIWzD2kicFNHN2c35XQCeZdsv'
TEMPLATE='%(upload_date)s.%(id)s.%(duration)s.%(title)s.%(ext)s'
youtube-dl -f 18 --restrict-filenames -o $TEMPLATE $LIST

worked for me :)

Sven

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/20200927090930.p4ctry67pbliwqtj%40guckes.net.

No comments: