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.
Tele-Quebec broken (403 error) #24255
Comments
|
Same problem on Mac here, and it was working in February 2020. |
|
Same problem on Windows 10 with Youtube-DL 2020.03.08 on https://www.pokemon.com/de/pokemon-folgen/pokemon-tv-staffeln/staffeln-13/. I don't understand the geo-restricted tag because it works in the browser. If it were geo-restricted, it wouldn't work in the browser as well.
|
|
The geo-restricted tag is probably because the video of the original issue is geo-restricted and you can't test downloading and fixing the bug that way unless you are in that country. My assumption is that limelight player changed something and now it doesn't use that API properties JSON anymore causing the plugin to fail. I'm gonna try fixing it soon for pokemon.com, but I can't test it with telequebec.tv myself. [edit] old API is now deprecated. It apparently took a few days to get disabled: link to deprecation note [edit 2] new API needs Authentication which basically makes it impossible to get the wanted episode metadata without a limelight account (or even the account from the corresponding organization). It should still be possible to extract metadata from the pc and mobile playlists though not as complete and detailed as the API response. Maybe that might suffice for now. |
|
Temporary fix that works with pokemon.com and also might work with telequebec.tv (It requires to fill the metadata by the calling plugin with replace line 89 in
with the following code
This is a temporary fix and no pull request because I don't know which plugins it will break (even more). |
|
I can confirm that your fix works for |
Checklist
Verbose log
Description
Cannot download episodes from Tele-Quebec "Un Chef à la cabane". It used to work as I downloaded the first 4 episodes of that show in February.