Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error 403: Forbidden - via internet browser #5270

Closed
HiddenFootprint opened this issue Mar 23, 2015 · 2 comments
Closed

Error 403: Forbidden - via internet browser #5270

HiddenFootprint opened this issue Mar 23, 2015 · 2 comments

Comments

@HiddenFootprint
Copy link

@HiddenFootprint HiddenFootprint commented Mar 23, 2015

Hello,
first, thank you guys for an awesome tool. It made working with YouTube less painful.

MY ISSUE
I can download most of the YouTube videos, but it doesn't work for VEVO ones and for example this one: https://www.youtube.com/watch?v=tbu7qvdu9ms

I am forced to run youtube-dl on the webserver which I access through internet. For my mentioned example youtube video, youtube-dl gives me the full json output and even downloads the video when called via command line:

$ ./youtube-dl https://www.youtube.com/watch?v=tbu7qvdu9ms
[youtube] tbu7qvdu9ms: Downloading webpage
[youtube] tbu7qvdu9ms: Extracting video information
[youtube] tbu7qvdu9ms: Downloading DASH manifest
[download] Destination: RenOver #9 - iv!-tbu7qvdu9ms.mp4
[download] 2.0% of 819.35MiB at 2.37MiB/s ETA 05:39^C
ERROR: Interrupted by user

QUESTION
Why it doesn't work when I:

  • take the direct video URL on server from youtube-dl json output ("./youtube-dl -jq https://www.youtube.com/watch?v=tbu7qvdu9ms")
  • send this URL via browser to user in internet
  • attempt to download video via that URL on my PC

Maybe it could help that it is Hangout video.

Thank you,
Foot

@MechaCoder
Copy link

@MechaCoder MechaCoder commented Mar 23, 2015

try change the URL to replace the ? and = and with a /
i had this problem with another tool and this fixed the issue - i hope this works

@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Jul 5, 2015

Youtube URLs are guaranteed to work only on the same machine. A possible approach is to download the video on the server first and send it to the client.

@yan12125 yan12125 closed this Jul 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.