Skip to content

Instantly share code, notes, and snippets.

@Derkades
Last active April 13, 2023 11:51
Show Gist options
  • Save Derkades/8b95647d6f3645fdd8c7e8d23eb240ff to your computer and use it in GitHub Desktop.
Save Derkades/8b95647d6f3645fdd8c7e8d23eb240ff to your computer and use it in GitHub Desktop.
Downloading from webcolleges.uva.nl

You way want to download lectures from webcolleges.uva.nl, for example to watch while travelling.

Exporting cookies

Make sure you're logged in, then use a browser extension to export your cookies to a cookies.txt file in netscape cookie format.

Use one of these extensions to save cookies to a cookies.txt file in a directory, for example your home directory.

Download the video

Open a terminal using Ctrl + Alt + T. If youtube-dl is not installed, run sudo apt install youtube-dl. Then, run this command (with your URL, in the same format):

youtube-dl https://webcolleges.uva.nl/Mediasite/Play/085c0c30d3d94344a27a58f3892199a71d --cookies cookies.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment