user3054955
user3054955

Reputation: 31

ERROR: Unable to download webpage: HTTP Error 403: Forbidden in youtube-dl

I want to download Udemy site videos with youtube-dl. This is a sample code: enter image description here

I also used the following command but the problem was not solved

youtube-dl --rm-cache-dir

I also use the latest version of youtube-dl. Please help me!

Upvotes: 3

Views: 9004

Answers (2)

Rajib Paul
Rajib Paul

Reputation: 26

First, find the directory which youtube-dl For me it was '/usr/bin/youtube-dl' in Ubuntu 20.04. Then grant the permission sudo chmod a+rx /usr/bin/youtube-dl. Then enter the command. This worked for me though the download speed is really low. Hope this will work for you as well. ** Try --verbose if the problem is still there.

Upvotes: 0

user15425616
user15425616

Reputation:

https://github.com/ytdl-org/youtube-dl/issues/26600

It's a known issue. There's no fix for it at this time. Udemy changed how their cookies and session-id's are handled.

Upvotes: 2

Related Questions