-
Notifications
You must be signed in to change notification settings - Fork 160
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
IMDB - Search Result Change #177
Comments
Yes problem mostly happens when title is short for test I am sending you last 2 cases: Dinner 2016 correct is: https://www.imdb.com/title/tt6137968/ |
Will taking a look into it. |
I can't reproduce any of this, @BBen1979. :( Let us use one of @Artbabe's examples: Searching for “Dinner 2016” gives us these results at IMDb directly (https://www.imdb.com/find?q=Dinner+2016&ref_=nv_sr_sm): Using the latest version of the script returns: If we force the script to search only for movies ( And so does the script: So, as you see, it behaves exactly as supposed to. If I'm missing something here, please enable debug, run it again and post the output. Thanks. |
Can confirm it. Please provide some debug notes. |
Updated to the latest imdb.class.php fixed my issue. Maybe i had a older version with the bug I posted. |
hello just a note Nanny 2022 test with your current script also my script has 2 problems and where I can upload my script? i will check this place every few hours |
OK thanks for everything [both of you , Maestro Fabian and also BL who helped us so much ] have a nice day |
@Artbabe if it's an issue please post a new issue. and your posted title "Nanny 2022" works for me. |
@bla0r : Tides 2017 these are last 30 minutes' items which took wrong one please show me a place and let me upload my own script which is better than all ,you changed the whole script many times until you created this one which I updated in last months and debugged [using your tips] before the day I reported the change in imdb's search [few weeks ago] my script had/has only 1 problem, which is but now , we must fix many posts manually due to this Search's issue if you are in rush if you just post a comment in site I can answer faster please mention just your id |
BTW Mayor 2020 Among Us 2019 I am in touch with one of their team |
Can confirm the problems of your given titles. I will take a deeper look into it. |
in the meanwhile @bla0r 👍 one of your most helpful features was this one:
it is extremely IMP |
Spider 2002 @bla0r g-d knows what imdb team has done last month |
mistery solved weirdly !! please do this way: [add &exact=true ] https://www.imdb.com/find/?q=spider%202002&s=tt&exact=true&ref_=fn_tt_ex |
I closed that post which you asked me to close I have a question this is my script's biggest problem
is this where I should apply it? |
A new commit with changes coming soon. |
Camping 2 2010 check this one too should get |
fixed. Check #181 |
thank you my [ur] script is older than the current one I sent you my whole imdb class if you cant change my script |
Bl: Fatal error: Call to undefined function array_column() in /imdb.class.php on line 450 which is can you confirm if it is because of my changes or you also get it? my 450 is different because i added ALTERNATE plot summary [4] also integrated those character stuff |
Update your php. |
oh uh ok ok man thank you |
With the next bigger update, this script will drop support for anything under PHP 8 anyway. PHP 7 reached its end of life in November last year and does not get any updates, not even security ones. And even PHP 8.0 only has around one year more to life. I'd highly recommend updating anything to PHP 8.2 as soon as possible. Besides, |
Goooood to see you Maestro Fabian my php is 5.4.16 in that server which I use for test this script is not doing what I expect [poster+synopsis , AFTER detecting the ID] please close this thread |
PHP 5.4.45 was published on 06 Jun 2013. You are running a server with major securities issues there. And have a look at https://www.php.net/supported-versions.php to see for yourself with PHP versions are actually current and still supported. But yeah, either get the script downgraded manually by someone or try to find a replacement. 🙏🏻 |
Using username "root". Yes , I am woking to solve the search problem again: thank you [both] for all of these years |
built means compiled... you can update your php version and you'll be fine. |
are you working on a new version? that sounds good 👍 |
hello BL: I am Reserve IDF Medic and my contract ends at 2024 December so ,doesnt worth to rebuild everything! and yes the guy who wrote my platform , doesnt even answer my call [after he found out I am IDF medic ! , just medic !!] |
Not actively. ;) But I would do so much differently codewise nowadays, that I once in a while think about redoing it. On the other hand: I never ever used that script myself. 🤷🏻♂️ So there is no pressure behind this for me. |
works at current script. Ask your coder what to do. You can replace array_column with array_map and an extended function. cheers |
@bla0r |
hello but still , without exact=true , we have errors or wrong picked id I asked them to set exact=true , default which I still cant integrate to my script [I integrated exact=true but didnt change result at all , weird!!] I just wanted you be aware of these stuff I just hope I can convince them to fix search's problem NOTE: this smart script monitors user's behaviours it seems I must try , try ... to finally get proper script which can solve my problems have a nice day , both of you amazing coders @bla0r |
can you show me a person who used your updated php version and can confirm that it gets the imdb movie correctly? we technically got crippled since 2 months ago maybe among users someone can give us the advice which can end this problem I want it always uses exact=true |
all problems solved thanks guys |
Hi there,
Some issues with returned search URL, been a few months now since they updated IMDB.
EG:
https://www.imdb.com/title/tt10738906/?ref_=fn_tt_tt_1 end up at https://www.imdb.com/find?q=The+Feast+(2021)&s=tt
https://www.imdb.com/title/tt14369780/?ref_=fn_tt_tt_1 end up at https://www.imdb.com/find?q=Lady+Chatterleys+Lover+(2022)&s=tt
https://www.imdb.com/title/tt19875906/?ref_=fn_tt_tt_1 end up at https://www.imdb.com/find?q=A+Wonderful+Time+of+the+Year+(2022)&s=tt
Basically pretty much every result end up on the search page instead of the good link.
EG:
URL: Will end up as Url [value] => https://www.imdb.com/find?q=The+Feast+2021&s=tt )
Thanks
The text was updated successfully, but these errors were encountered: