English > Support
IMDB_[EN][HTTPS] new site layout script
Pacifist:
--- Quote from: Ivek23 on July 06, 2021, 01:02:26 pm ---I was also surprised that your topic is gone. I apologize to everyone if I may have accidentally deleted the topic, but as far as I can remember for yesterday, I didn’t do it.
This is not currently in the test script, but will be added to the final version. IMDB_ [EN] [HTTPS] _Test script test version added.
--- End quote ---
problems importing information for the movie "http://www.imdb.com/title/tt0142920/" (and some others) (script: IMDB_ [EN] [HTTPS] _Test)
year, Category, Country, Studio, MPAA,
Thank's
Ivek23:
--- Quote from: Pacifist on July 18, 2021, 01:49:17 pm ---
--- Quote from: Ivek23 on July 06, 2021, 01:02:26 pm ---I was also surprised that your topic is gone. I apologize to everyone if I may have accidentally deleted the topic, but as far as I can remember for yesterday, I didn’t do it.
This is not currently in the test script, but will be added to the final version. IMDB_ [EN] [HTTPS] _Test script test version added.
--- End quote ---
problems importing information for the movie "http://www.imdb.com/title/tt0142920/" (and some others) (script: IMDB_ [EN] [HTTPS] _Test)
year, Category, Country, Studio, MPAA,
Thank's
--- End quote ---
Thanks for the feedback.
IMDb does not have or does not know the information for the Category field. Country, Studio, and some others have a record with one or more records (there was already a code to download multiple records), so it was necessary to add code to download one record. For MPAA information is now added custom memo Certification field so you can check if there is MPAA Certification for Spain or USA country because in the script the code is only for these two countries. If there is no MPAA Certification for Spain or USA country, then the MPAA field is blank or there is no transfer of MPAA information.
IMDB_ [EN][HTTPS]_RC script is added.
Ivek23:
--- Quote from: afrocuban on July 18, 2021, 12:50:47 am ---Do you by any chance know when testing period will be over, so I could put that piece of code in the script, Ivek? Test script works flawlessly as I can tell.
--- End quote ---
In a week or two, when I get positive feedback for the IMDB_ [EN] [HTTPS] _RC script.
jondak:
Hello,
For the Country Field:
curPos:=Pos('<span class="ipc-metadata-list-item__label">Countries of origin</span>',HTML); //WEB_SPECIFIC.
If 0<curPos Then Begin
EndPos:=curPos;
ItemValue:=HTMLValues(HTML,'<span class="ipc-metadata-list-item__label">Countries of origin</span>','</ul>','<li role="presentation" class="ipc-inline-list__item">','</li>',', ',endPos);
becomes:
curPos:=Pos('<span class="ipc-metadata-list-item__label">Country of origin</span>',HTML); //WEB_SPECIFIC.
If 0<curPos Then Begin
EndPos:=curPos;
ItemValue:=HTMLValues(HTML,'<span class="ipc-metadata-list-item__label">Country of origin</span>','</ul>','<li role="presentation" class="ipc-inline-list__item">','</li>',', ',endPos);
They replaced in the page Countries of origin with Country of origin ( both test and RC version)
I've tested with 2 movies only as its late here and worked
Borea:
The IMDB _RC script works fine with me. Thanks Ivek.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version