-
Notifications
You must be signed in to change notification settings - Fork 84
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
Episode Listing not working #318
Comments
I have tried to get it and there is no issue.
guardiaopt ***@***.***>, 4 Ağu 2023 Cum, 14:58 tarihinde şunu
yazdı:
… For the past few days, the episode listing has ceased to function
correctly, as observed in this link:
https://www.imdb.com/title/tt13833978/. Is anyone else experiencing the
same issue?
—
Reply to this email directly, view it on GitHub
<#318>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKPFI3CSNM5DB6GQEFEMFSDXTTPU3ANCNFSM6AAAAAA3EDKBGA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
My IP is German, but I set the language to English in the settings. $config->language = 'en-US,en'; |
Imdb converted this page to a new layout so episodes() no longer work |
The issue has been occurring for over a week. This is a new page: HTML source of the new page: |
I found this address to retrieve information, but I'm unsure about its reliability. There's a token inside it, and it might expire after a while: |
It is also compatible with the older version. tboothman#318 (comment)
No need for trying to fix this, the only way to fix it is to use GraphQL |
I have made some changes and will test them in the coming days. If everything goes smoothly, I will submit a merge request: Of course, in my opinion, GraphQL is the best approach. I don't have much knowledge about it, but if someone can solve it using that method, we welcome it. |
Possibly not, you might make some adjustments although it is almost the same |
For the past few days, the episode listing has ceased to function correctly, as observed in this link: https://www.imdb.com/title/tt13833978/. Is anyone else experiencing the same issue?
$imdbObj = new \Imdb\Title(13833978);
$episodes = $imdbObj->episodes();
print_r($episodes);
Result: Array ( )
The text was updated successfully, but these errors were encountered: