We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I can only download very few videos, because most of the time I get this error.
This is one of the videos https://www.youtube.com/watch?v=n3kPvBCYT3E
The text was updated successfully, but these errors were encountered:
I found this blog talking about something similiar and using this url template www.youtube.com/get_video_info?el=detailpage&eurl=&ps=default&video_id= I get a stream_map, but when I try this new template instead of the old one I get this error
So if I download it via the browser I can save the video info just fine, but with the go code it's not working.
Sorry, something went wrong.
Got a valid stream_map with this template https://www.youtube.com/get_video_info?el=detailpage&eurl=&ps=default&video_id= , but I can't download the video still. Now get a http 403 error when trying to send a get request to the provided stream_map url.
This video source is not mp4, we need support MKV download and transcode to download this video. Refer #20
Fixed by #27
kkdai
No branches or pull requests
I can only download very few videos, because most of the time I get this error.
This is one of the videos https://www.youtube.com/watch?v=n3kPvBCYT3E
The text was updated successfully, but these errors were encountered: