Open ScoobyD00M opened 4 months ago
Oh, thanks for reporting! :)
Will you ever get chance to look at this bug this person posted a few months ago sicne be nice since some shows on imdb have more then 50 episodes in a season.
Yes and no. The issue is that IMDb does not provide any pagination, it seems. It loads the next episodes via the "see more link" with JavaScript. If you look at https://www.imdb.com/title/tt1355642/episodes/?season=1 , it does not contain all episodes. I can't fake that API request, as it uses some token that's set per-request.
As of now, this issue won't be resolved. If anyone finds a link to a "Page 2" for the link above, please let me know.
Describe the bug If you scrape a series with a large number of episodes per season with IMDB TV, no more information is loaded for every episode with a episode number higher than 50
To Reproduce
Expected behavior Load information for all episodes of every season
MediaElch Version: 2.10.6 (stable)
Operating System: Windows 11