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.
"HTTP Error 401: Unauthorized" if passing in creds or useragent\cookies #13447
Comments
|
Hi, so I am largely unfamiliar with the processes reporting\remediation here -- I see the account-needed label, if needed I'll help with a burner account if needed to do work on this. |
|
For many of their series, a free account is all that is needed. The series I am trying to download doesn't require a premium account. |
|
I saw @remitamine say he couldn't repro on another listing - I can also get the listings just fine for the same fairy tail episode. But trying to download the episode doesn't work. .\youtube-dl.exe -F https://vrv.co/watch/GY8V590JY/Fairy-Tail:The-Fairy-Tail PS C:\Users\Desktop\youtubedl> .\youtube-dl.exe https://vrv.co/watch/GY8V590JY/Fairy-Tail:The-Fairy-Tail --ffmpeg-location C:\Users\Desktop\youtubedl\ffmpeg-20170620-ae6f6d4-win64-static\bin\ffmpeg.exe
If it isn't supported, it isn't supported and that is fine just hoping for some clarity is all. |
|
|
Seems like it will work for some free content - sometimes that is. But when it gets to any premium content it no longer does -- I have tried passing in username\password and cookies\user agent, both resulting in the same error below:
|
|
I wrote literally almost the exact same thing to keepvid support about vrv.co premium content. But I added the process to decode premium content as well. They use Ellation Player and now after defeating their last way of encoding they have moved on to base64 encrypting the video string in the url. |
|
I can show you how to decode premium links but it's a multistep process with the way they hide their URLs now, but once you get the raw URL you can download any content they have. Message me and I'll show you how. |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like that [x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2017.06.18. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Add
-vflag to your command line you run youtube-dl with, copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):If the purpose of this issue is a site support request please provide all kinds of example URLs support for which should be included (replace following example URLs by yours):
Note that youtube-dl does not support sites dedicated to copyright infringement. In order for site support request to be accepted all provided example URLs should not violate any copyrights.
Description of your issue, suggested solution and other information
Explanation of your issue in arbitrary form goes here. Please make sure the description is worded well enough to be understood. Provide as much context and examples as possible.
If work on your issue requires account credentials please provide them or explain how one can obtain them.
Hello, I suppose the question portion of this is: is VRV supported\compatible? I did try and perform a .\youtube-dl.exe --list-extractors in which case VRV and VRV:SERIES did show up however I have not had much success.
I am trying to download episodes\video files from VRV [https://vrv.co] For example: [https://vrv.co/series/GR751KNZY/Attack-on-Titan] I have tried just passing in the URL as the content should be viewable with just a regular user account, but also passed in my premium account creds and or a cookies.txt and user agent (I've tried individually as well as different combinations)
`.\youtube-dl.exe : [debug] System config: []
At line:1 char:1
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', 'https://vrv.co/series/GR751KNZY/Attack-on-Titan', '--user-agent', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like
Gecko) Chrome/58.0.3029.110 Safari/537.36', '--cookies', '.\vrvcookies.txt']
[debug] Encodings: locale cp1252, fs mbcs, out cp1252, pref cp1252
[debug] youtube-dl version 2017.06.18
[debug] Python version 3.4.4 - Windows-10-10.0.15063
[debug] exe versions: none
[debug] Proxy map: {}
[vrv:series] GR751KNZY: Downloading webpage
[vrv:series] GR751KNZY: Downloading resource path JSON metadata
ERROR: Unable to download JSON metadata: HTTP Error 401: Unauthorized (caused by HTTPError()); please report this issue on https://yt-dl.org/bug . Make sure you are using the
latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp_9wocfhk\build\youtube_dl\extractor\common.py", line 502, in _request_webpage
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp_9wocfhk\build\youtube_dl\YoutubeDL.py", line 2129, in urlopen
File "C:\Python\Python34\lib\urllib\request.py", line 470, in open
File "C:\Python\Python34\lib\urllib\request.py", line 580, in http_response
File "C:\Python\Python34\lib\urllib\request.py", line 508, in error
File "C:\Python\Python34\lib\urllib\request.py", line 442, in _call_chain
File "C:\Python\Python34\lib\urllib\request.py", line 588, in http_error_default
`