forked from jely2002/youtube-dl-gui
-
Notifications
You must be signed in to change notification settings - Fork 72
Tutorial: Private videos & playlists
Stefan Lobbenmeier edited this page Nov 2, 2024
·
7 revisions
This tutorial explains how to download private videos & playlists, or rather: videos you need to be logged in for. I can't guarantee this will work for every service out there, but it for sure works with YouTube.
- First we need to extract cookies from the service e.g. YouTube. This can be done using an extension. Do not use get cookies.txt, which was a previous recommendation, but it changed and leaks your authentication to the developer. See this issue for more information: https://github.com/StefanLobbenmeier/youtube-dl-gui/issues/149
- Now go to youtube-dl-gui and press the key icon to setup authentication using cookies.
- Click on 'Click to select cookies.txt' and select the cookies.txt file you just exported from the service.
- Click on Ok to apply the changes. If you every wish to remove the cookies just open this window and press 'Remove cookies'.
- Try downloading a video that you need to be logged in for, it should now work!
Still not working? Create a new issue and I will take a look at it.