As seen on OpenBSD Journal, the videos for EuroBSDCon 2012 are online. There’s a lot of sessions there, so set aside some time.
3 Replies to “EuroBSDCon 2012 videos are out”
Comments are closed.
As seen on OpenBSD Journal, the videos for EuroBSDCon 2012 are online. There’s a lot of sessions there, so set aside some time.
Comments are closed.
No doubt YouTube was chosen because it’s the most open and accessible file format. As soon as my kids are done with the iPad I’ll tune in…
You can use the www/youtube-dl port (python-based, public domain) to download the whole channel. Example:
nice youtube-dl -c -i -o “/path/%(uploader)s/%(upload_date)s.%(title)s.%(id)s.%(ext)s” –prefer-free-formats –write-info-json –restrict-filenames http://www.youtube.com/user/EuroBSDcon
youtube-dl worked wonderfully. I especially like -E for listing available formats. Thanks Alex.