##########################
## Recherche films list ##
##########################
// Url de recherche
define('RECHERCHE_LIST_SITE', 'http://www.dorcelstore.com/fr/catalogsearch/result/index/?cat=10&mode=list&q=');
// Ajout d'une extention genre .html sur le lien de recherche
define('RECHERCHE_LIST_EXT', '');
// Ajout d'une extention sur le lien
define('SEARCH_STRING', '');
// Ajout d'une extention sur le lien
define('RECHERCHE_LIST_EXT2', '');
// on isole le bloc de résultats
define('lIST_TABLE', '<div class="sort-by">(.*?)<div class="col-left sidebar">');
// on isole les lignes de résultats
define('lIST_ISOLE', '<li class="[^"]+">(.*?)</li>');
// si c'est une ligne d'album
define('lIST_LIGNE', '<li class="[^"]+">(.*?)</li>');
// Catégorie
define('lIST_CATEGORIE', '');
// Affiche 1
define('lIST_AFFICHE', 'http://www.dorcelstore.com/media/catalog/product/cache/(.*?)"');
// Url de départ de l'affiche 1
define('lIST_AFFICHE_SUP', 'http://www.dorcelstore.com/media/catalog/product/cache/');
// Extention affiche
define('lIST_AFFICHE_EXT', '');
// Affiche 2 si besoin
define('lIST_AFFICHE1', '');
// Url de départ de l'affiche 2
define('lIST_AFFICHE_SUP1', '');
// Url de No-affiche
define('NO_AFFICHE', 'http://a69.g.akamai.net/n/69/10688/v1/img5.allocine.fr/acmedia/skin/allocinev5/habillage/listes/novignette-60x79.gif');
// Titre
define('lIST_TITRE', '<h2 class="product-name">(.*?)</h2>');
// Texte Ligne titre
define('lIST_TEXTE_LIGNE_0', 'Titre');
// ID
define('lIST_ID', '<a href="http://www.dorcelstore.com/fr/(.*?).html');
// URL de l'ID
define('lIST_URL_ID', 'http://www.dorcelstore.com/fr/');
// Extention de URL ID
define('lIST_URL_ID_EXT', '.html');
// Ligne 2
define('lIST_LIGNE_1', 'Avec : (.*?),...<br />');
// Texte Ligne 2
define('lIST_TEXTE_LIGNE_1', 'Avec');
// Ligne 3
define('lIST_LIGNE_2', 'Dur[^"]+e : (.*?)<br />');
// Texte Ligne 3
define('lIST_TEXTE_LIGNE_2', 'Durée');
// Ligne 4
define('lIST_LIGNE_3', '');
// Texte Ligne 4
define('lIST_TEXTE_LIGNE_3', '');
// Ligne 5
define('lIST_LIGNE_4', '');
// Texte Ligne 5
define('lIST_TEXTE_LIGNE_4', '');
##########################
## Recherche films info ##
##########################