-
Notifications
You must be signed in to change notification settings - Fork 10k
New issue
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
rds.ca broken #28309
Comments
github-actions bot
added a commit
to hellopony/youtube-dl
that referenced
this issue
Mar 2, 2021
* https://github.com/ytdl-org/youtube-dl: [9c9media] fix extraction for videos with multiple ContentPackages(closes ytdl-org#28309) [bbc] correct catched exception type [bbc] add support for BBC Reel videos(closes ytdl-org#21870, closes ytdl-org#23660, closes ytdl-org#28268) release 2021.03.02 [ChangeLog] Actualize [ci skip] [zdf] Rework extractors (closes ytdl-org#11606, closes ytdl-org#13473, closes ytdl-org#17354, closes ytdl-org#21185, closes ytdl-org#26711, closes ytdl-org#27068, closes ytdl-org#27930, closes ytdl-org#28198, closes ytdl-org#28199, closes ytdl-org#28274)
leshasmlesha
pushed a commit
to leshasmlesha/youtube-dl
that referenced
this issue
Mar 7, 2021
leshasmlesha
pushed a commit
to leshasmlesha/youtube-dl
that referenced
this issue
Mar 7, 2021
This was referenced Mar 15, 2021
dirkf
pushed a commit
to dirkf/youtube-dl
that referenced
this issue
Mar 16, 2021
leshasmlesha
pushed a commit
to leshasmlesha/youtube-dl
that referenced
this issue
Apr 3, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Checklist
Verbose log
Description
Downloads on
rds.ca
fail with above error. At about line 29 ofextractor/ninecninemedia.py
there is this check:If I comment out the above check, download happens without error.
Not sure of the proper way to handle this, there is only one video on the page, referenced by two distinct
content['ContentPackages']
that have different URLs but same content; suggestions:multiple (2) content packages; using the first one as default
ninecninemedia.py
_real_extract
method intords.py
's, with proper modification to download the firstcontent['ContentPackages']
_real_extract
so it can be told not to worry about multiplecontent['ContentPackages']
and only care about the Nth one.The text was updated successfully, but these errors were encountered: