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.
YouTubeTV does't work #15926
YouTubeTV does't work #15926
Comments
|
This still isn't working. I am able to get logged in, but still won't download. Of note here is that the portion after vp= (redacted for obvious reasons) is necessary to paste it in to a browser window to have it open the recorded video directly. Somehow it is adding the "&dst=watch%2FcqH1uQ4ilPI" on the redirect and I am not sure why that is. I have tested pasting in to a browser and then logging in. It works to play directly when I do that. D:\Video>youtube-dl --verbose -u account@gmail.com -p password "https://tv.youtube.com/watch/cqH1uQ4ilPI?vpp=6gEJCOCXz-EFEMwcgALgl8_hBQ%3D%3D&vp=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" |
|
Any update on this? |
|
Using cookie login instead of u/p login (cookie values replaced with string
|
|
Any update on this? I would LOVE YT-TV support. My python ability isn't sufficient to try and figure it out and contribute on my own, though. |
|
I am not having this issue, despite my issue being closed and locked as a duplicate. I am not getting an invalid password warning, I am not getting a failure to download the login page, and I do not have any form of two-factor authentication enabled, and I'm not using YouTube TV. You're kind of a jerk to people who are just trying to report bugs dude. There are no currently open for comment bug reports about my issue, or the issue #11270 I linked. |
Login to YTTV fails ... the login page is not the same as regular YT, so ytdl can't parse it.
YTTV has a free trial, easy to test, with pretty much any video. Access is only possible by clicking the "Already a Member?" link on the redirected page, then entering your google acct info.
youtube-dl --verbose -F -u -p "https://tv.youtube.com/watch/a43h5AS8ik4?vpp=2AEA"
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--verbose', '-F', '-u', 'PRIVATE', '-p', 'PRIVATE', 'https://tv.youtube.com/watch/a43h5AS8ik4?vpp=2AEA']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2018.03.20
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.16299
[debug] exe versions: ffmpeg N-77380-g2dba040
[debug] Proxy map: {}
[generic] a43h5AS8ik4?vpp=2AEA: Requesting header
[redirect] Following redirect to https://tv.youtube.com/welcome/?vpp=2AEA&dst=watch/a43h5AS8ik4
[youtube:user] Downloading login page
[youtube:user] Looking up account info
[youtube:user] Logging in
WARNING: Unable to login: Invalid password
[youtube:user] welcome: Downloading channel page
WARNING: Unable to download webpage: HTTP Error 404: Not Found
[youtube:user] welcome: Downloading page #1
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\rg3\tmpbt_jbnlh\build\youtube_dl\extractor\common.py", line 519, in _request_webpage
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpbt_jbnlh\build\youtube_dl\YoutubeDL.py", line 2199, 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