Scripts that need to be fixed / Scripts à corriger
Discshop.se
Hi
Is there anyone who can have a look at the swedish script Dischop.se, says "no movie found" whatever I use as search criteria.
Thank you in advance
//U
Is there anyone who can have a look at the swedish script Dischop.se, says "no movie found" whatever I use as search criteria.
Thank you in advance
//U
-
- Posts: 1
- Joined: 2010-12-19 19:26:06
Allmovie scripts not working anymore
Bonjour à tous,
Il semble que le site Allmovie.com ait changé (par exemple l'url de recherche n'est plus la même...) du coup le script correspondant ne fonctionne plus. Y aurait-il une ame charitable pour m'aider ? J'ai bien essayé de modifier le script avec la nouvelle url de recherche, mais ce n'est pas suffisant.
Merci d'avance.
Hi to all,
It seems the Allmovie.com has changed (for example the search url is not the same anymore...), dur to this the script for this site is not working anymore. Could someone help me ? I did try to change the script with the new search url, but with no success.
Thank you in advance.
Il semble que le site Allmovie.com ait changé (par exemple l'url de recherche n'est plus la même...) du coup le script correspondant ne fonctionne plus. Y aurait-il une ame charitable pour m'aider ? J'ai bien essayé de modifier le script avec la nouvelle url de recherche, mais ce n'est pas suffisant.
Merci d'avance.
Hi to all,
It seems the Allmovie.com has changed (for example the search url is not the same anymore...), dur to this the script for this site is not working anymore. Could someone help me ? I did try to change the script with the new search url, but with no success.
Thank you in advance.
Discshop.se
Is there anyone who can take a look at the script to Discshop.se
world-of-video.de script
Hi, the world-of-video.de script no longer has any effect. For two month it was the perfect script, but now.... nothing.... PLEASE HELP.... Sry for my bad english :-)
Re: world-of-video.de script
Pls see viewtopic.php?t=4769Beule wrote:Hi, the world-of-video.de script no longer has any effect. For two month it was the perfect script, but now.... nothing.... PLEASE HELP.... Sry for my bad english :-)
Seems to work fine for me with few sample movies. Please check your script version (latest version is 3.68) and update if it's an older one. You can download it using script [Update Scripts] or manually from http://update.antp.be/amc/scripts/ .burn913 wrote:I'm having trouble with the IMDB script today, I keep getting a 404 error. any suggestions? other scripts seem to be working fine
If you have latest version please give few example movies that won't work for you, maybe it's only with specific movies.
-
- Posts: 2
- Joined: 2011-03-24 22:15:01
Hi !
It's seems that IMDB sometimes redirects for slightly different pages.
For "The Son of Monte Cristo (1940)" (tt0033076) - I've always got HTTP 404. So
I've checked what was IMDB's response. Here it is: IMDB page.
AnalyzeMoviePage procedure couldn't find the MovieNumber at that modified page.
Seems that something like
if MovieNumber = '' then
MovieNumber := TextBetween(PageText, '<input type="hidden" name="title" value="tt', '">');
added to the procedure should help with these pages (at least it helped myself).
It's seems that IMDB sometimes redirects for slightly different pages.
For "The Son of Monte Cristo (1940)" (tt0033076) - I've always got HTTP 404. So
I've checked what was IMDB's response. Here it is: IMDB page.
AnalyzeMoviePage procedure couldn't find the MovieNumber at that modified page.
Seems that something like
if MovieNumber = '' then
MovieNumber := TextBetween(PageText, '<input type="hidden" name="title" value="tt', '">');
added to the procedure should help with these pages (at least it helped myself).
-
- Posts: 2
- Joined: 2011-03-24 22:15:01
Unfortunately there are more possibilities:
Macao (1952) (http://www.imdb.com/title/tt0044863/) hasn't got any of previous two patterns or the one I've mention before.
So here is probably better or additional search:
if MovieNumber = '' then
MovieNumber := TextBetween(PageText, '<link rel="canonical" href="http://www.imdb.com/title/tt', '/');
I don't know - the problem is mostly with old movies...
Macao (1952) (http://www.imdb.com/title/tt0044863/) hasn't got any of previous two patterns or the one I've mention before.
So here is probably better or additional search:
if MovieNumber = '' then
MovieNumber := TextBetween(PageText, '<link rel="canonical" href="http://www.imdb.com/title/tt', '/');
I don't know - the problem is mostly with old movies...
Beyaz Perde script doesn't work anymore cause www.beyazperde.com has changed the web interface.
Needs to be updated. Please!!!
Thanks
Needs to be updated. Please!!!
Thanks