English > Scripts and Templates

Project Allocine script

<< < (7/11) > >>

Ivek23:

--- Quote from: Ivek23 on February 20, 2015, 04:30:08 pm ---Thank you, now run faster, but at the bottom adding url address PVD yet always blocked.
 
http://www.allocine.fr/film/fichefilm_gen_cfilm=19259.html
--- End quote ---

This is now fine, but created another problem. In the below URL of the poster image is now transferred to the Screenshot field.

http://www.allocine.fr/film/fichefilm_gen_cfilm=181111.html
http://www.allocine.fr/film/fichefilm_gen_cfilm=61772.html
http://www.allocine.fr/film/fichefilm_gen_cfilm=4276.html


--- Quote from: pra15 on February 20, 2015, 10:05:54 pm ---and there's also 'Date de Production' i don't take it. If we want put year in current field year wich one choose?
--- End quote ---

'Année de production'  transfer to normal YEAR FIELD, since this is the correct year of publication movie. Checked in several movies.

pra15:
Thanks,
Correction for affiche in screenshot.
Add Year.
Add URL.

Ivek23:

--- Quote from: pra15 on February 21, 2015, 12:11:59 pm ---Thanks,
Correction for affiche in screenshot.
Add Year.
Add URL.
--- End quote ---

Nice and work.

New and old bug:

- at the bottom adding url address PVD yet always blocked

http://www.allocine.fr/film/fichefilm_gen_cfilm=46112.html

- at the bottom adding url address with this code
--- Code: ---const
 pauseBeforeLoad = 10; // Pause before loading (in millisecond)
 nMaxAffiches = 5; // Nombre Maximum d'affiches a télécharger
 nMaxPhotos = 5; //Add +1 // Nombre Maximum de photos a telecharger
 nMaxImages = nMaxAffiches + nMaxPhotos;
--- End code ---
  PVD work normal, but when I change the code example as follows
--- Code: ---const
 pauseBeforeLoad = 10; // Pause before loading (in millisecond)
 nMaxAffiches = 3; // Nombre Maximum d'affiches a télécharger
 nMaxPhotos = 1; //Add +1 // Nombre Maximum de photos a telecharger
 nMaxImages = nMaxAffiches + nMaxPhotos;
--- End code ---
PVD yet always blocked

http://www.allocine.fr/film/fichefilm_gen_cfilm=56136.html

This example code I use when I do not want the transfer of screenshots. Is it possible to make a feature screenshots that can not be transferred without affecting the operation of scripts, such as, for example, something like this code
--- Code: ---GET_SCREENSHOT  = False;
--- End code ---


- at the bottom adding url address PVD yet with no any data transmission

http://www.allocine.fr/film/fichefilm_gen_cfilm=47319.html

pra15:
i'm just trying the last url :
http://www.allocine.fr/film/fichefilm_gen_cfilm=47319.html
and i have all the data. (with NMax 5)

I look others.

pra15:
Correction for link
http://www.allocine.fr/film/fichefilm_gen_cfilm=46112.html

I'll see the problem of no screenshot.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version