dawoudt / JustWatchAPI

Python 3 JustWatch.com API - https://justwatch.com
MIT License
326 stars 45 forks source link

Any Chance to get the Episode Video_ID from this API? #30

Closed Philps closed 2 years ago

Philps commented 5 years ago

Going down that root with Planet Earth, i thought that the web_ids might be the video_ids but thats not correct. I am not able to retrieve the video_id for the given episode

https://apis.justwatch.com/content/titles/show_season/21223/locale/de_DE

Json object checked against provider-id 8 (for netflix) object > eposidoes > {} > offers > {} > urls > standard_web

I'll recieve 2 Urls ( 1 for the sd match & 1 for the hd match, both are equal though ) http://www.netflix.com/title/70219642

When using aboves URL in a browser, i am being redirected (on play) to the proper video_id which https://www.netflix.com/watch/70207859

Corsscheck with Kodi Netflix Addon (German | locale DE_de) confirms correct video_id season_id=70065292 & video_id=70207859

So the issue remains, to recieve the correct video_id for a Episode!

Originally posted by @Philps in https://github.com/dawoudt/JustWatchAPI/issues/13#issuecomment-470849811