Open jriker1 opened 3 years ago
no need to use the username & password. just use youtube-dlc https://www.nbc.com/saturday-night-live/video/december-19-kristen-wiig/4280686 the show will download
the command your using works for me in 2020.11.11-2. I tried both ap-mso and netrc. Reading the stack you provided, it's failing to find anything for the video_id. What's interesting though is the fact you're not getting an authentication error, but you're getting a TypeError.
What I suspect happened, is when you made the request, their back-end server didn't respond correctly and you were left with a bad response.
Running version 2002.11.11-3 in Windows of Youtube-dlc. Tried downloading Saturday Night Live like I have many times in the past and received an error. The call is:
youtube-dlc --audio-quality 0 --add-metadata --ap-mso Comcast_SSO --ap-username ##### --ap-password ##### https://www.nbc.com/saturday-night-live/video/december-19-kristen-wiig/4280686 -o "Saturday Night Live S46E9.mp4"
Error is:
By the way, 5 minutes later it seemed to be working for me but not sure if it's because something changed or I went to their website with my web browser and something got cached. Either way is this working for anyone else and any idea what the above is so I could potentially capture the error and take action when I see it? Without knowing what the error "object is not subscriptable" not sure how to respond to it.