You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Find a TV series with more than 50 episodes per season (e.g. Fullmetal Alchemist: Brotherhood, Batman TAS or some game shows/daily soaps)
Load informationen with IMDB TV for any episode from S01E51 onwards
Expected behavior
Load information for all episodes of every season
MediaElch Version:
2.10.6 (stable)
Operating System:
Windows 11
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: