-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Some videos from zonevideo.telequebec.tv won't work #25833
Comments
I've noticed that the new videos are not using Limelight but Brightcove. If someone can provide the value for the first %s, I could give it another try. |
Where can I find such an URL? Looking at the video page's source code doesn't give a hit for 'brightcove'. Thank you for your reply! |
I'm not sure. It's the first time I dig into this :) It seems to be around 10 to 13 digits that is usually found within the page. It might be in the JSON related to the video itself. So this would mean for your example : https://mnmedias.api.telequebec.tv/api/v2/media/55267 and it's not 6167180337001 because that would be the video id. Maybe you can find it by looking at the network requests in Chrome's Network tab That id is likely shared for every telequebec page with the new type of videos as it's seems to be an identifier for telequebec itself on Brightcove's side. |
I have looked a bit, but unsuccessfully. I have saved all the requests from Chrome's Network Tab, if you want to take a look: https://www.dropbox.com/s/rla87gzsggamrgl/zonevideo.telequebec.tv.har.7z?dl=1 |
Thanks, it helped. The id is 6150020952001 (in case I never manage to commit my changes) I have a working code on my local machine (but it only support Brightcove and not Limelight). I'll clean it up, make it support both the new (Brightcove) and old (Limelight) videos, commit it on my branch and then make a pull request shortly. |
Thank you very much! Please let me know if I can be of any further help and/or access to Canada sites). |
I created a pull request: #26368 In the meantime and if you're in a hurry, you can also check out my branch ( https://github.com/patrickdessalle/youtube-dl/ ) and download using |
Checklist
Verbose log
Description
Works:
https://zonevideo.telequebec.tv/media/54116/les-amis/passe-partout
Doesn't work:
https://zonevideo.telequebec.tv/media/55267/le-soleil/passe-partout
The are other examples of videos that work and don't work in the same series that can be found here. Basically, the newer ones (top) don't work, and the older ones (bottom) do.
The text was updated successfully, but these errors were encountered: