English > Scripts and Templates
Script: FilmAffinity [ES] (Easy Script)
VVV_Easy_Programing:
CHANGE LOG (22/11/2015):
V 0.2.1.3 VVV: Writes 'ratingValue'=orating with point english separator for better standarisation.
Eliminate "2014" from name.
Attached the new versión.
(Edito: New version down)
jippo:
The plugins has problems in actors and description.
Am-rA:
yes, description and actors dont work
Am-rA:
script code:
//Get ~description~
curPos:=Pos('<dt>Sinopsis</dt>',HTML)+Length('<dt>Sinopsis</dt>'); //WEB_SPECIFIC
curPos:=PosFrom('<dd>',HTML,curPos)+Length('<dd>'); //WEB_SPECIFIC
endPos:=PosFrom('</dd>',HTML,curPos); //WEB_SPECIFIC
ItemValue:=Copy(HTML,curPos,endPos-curPos);
ItemValue:=StringReplace(ItemValue,'(FILMAFFINITY)','',True,True,False); //WEB_SPECIFIC
ItemValue:=RemoveTags(ItemValue,False);
AddFieldValueXML('description',ItemValue);
LogMessage(' Get result description:'+ItemValue+'||');
Page:
<dt>Sinopsis</dt>
<dd itemprop="description">Año 1823. En las profundidades de la América salvaje, el explorador Hugh Glass (Leonardo DiCaprio) participa junto a su hijo mestizo Hawk en una expedición de tramperos que recolecta pieles. Glass resulta gravemente herido por el ataque de un oso y es abandonado a su suerte por un traicionero miembro de su equipo, John Fitzgerald (Tom Hardy). Con la fuerza de voluntad como su única arma, Glass deberá enfrentarse a un territorio hostil, a un invierno brutal y a la guerra constante entre las tribus de nativos americanos, en una búsqueda implacable para conseguir vengarse. (FILMAFFINITY)</dd>
if someone puts the solution here , I would implement, if necessary any more information I search
Ivek23:
This part of the script code,
curPos:=PosFrom('<dd>',HTML,curPos)+Length('<dd>'); //WEB_SPECIFIC
replace this part of the script code:
curPos:=PosFrom('<dd itemprop="description">',HTML,curPos)+Length('<dd itemprop="description">'); //WEB_SPECIFIC
This is will to done in the script and you will can done test if it really works.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version