Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
streamcloud.eu: Error 403 (Missing Referer) #17054
Comments
|
I can confirm, that your solution solves the problem |
|
Workaround for those with an older version: Set this header on the command line.
|
Before submitting an issue make sure you have:
What is the purpose of your issue?
Recently the video hosting platform streamcloud.eu started requiring the HTTP Referer Header to be set, thus youtube-dl currently fails with
It seems to me this should be fixable by adding an extra entry
'http_headers': { 'Referer': video_id, }to the return value of StreamcloudIE._real_extract