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.
Roosterteeth First Download Issues #23100
Comments
|
use cookies file or wait for next release to use |
Checklist
Verbose log
D:\Users\TJ\Downloads\youtube-dl> youtube-dl --verbose --username xxxxxxxxxxx --password xxxxxxxx https://roosterteeth.com/watch/rwby-volume-7-2
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--verbose', '--username', 'PRIVATE', '--password', 'PRIVATE', 'https://roosterteeth.com/watch/rwby-volume-7-2']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2019.11.05
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.18362
[debug] exe versions: ffmpeg 4.2.1, ffprobe 4.2.1
[debug] Proxy map: {}
[RoosterTeeth] Downloading login page
[RoosterTeeth] Logging in
ERROR: Unable to download webpage: HTTP Error 404: Not Found (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\ytdl-org\tmp7hc5a09v\build\youtube_dl\extractor\common.py", line 627, in _request_webpage
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp7hc5a09v\build\youtube_dl\YoutubeDL.py", line 2237, 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
Description
WRITE DESCRIPTION HERE
I have tried to download multiple videos from roosterteeth.com over the last few days, and I can only get the ones that don't require a First Subscription to download. The download and process just fine. I do have a First Subscription, and when I try to use my credentials to log in and download them, I get the above error, I've tried this both on my desktop with windows, and on my laptop with linux (yes I know it's python, but I wanted to try multiple machines). Am I doing something wrong with my syntax? or is there something going on on the back end, either in the youtube-dl python, or on the roosterteeth site? I know a while ago I could download them using the link for the m3u8 file (https://rtv3-roosterteeth.akamaized.net/store/5e25a61f3705540a713d53cef8484111-1eb5be79/ts/1573345712_index.m3u8?) But that now throws it's own error, I was using this as it was mentioned as working last year when I checked Issue #16094. Any help would be appreciated.