<?php
$source			= "http://fr.movies.yahoo.com/films/filmsdelasemaine.html";
$filename		= "yahoocine_semaine";
$titlesite		= "Yahoo! Cinéma - Les films en salle";
$linksite		= "http://fr.movies.yahoo.com/films/filmsdelasemaine.html";
$descriptionsite	= "Les films de la semaine";
$languagesite		= "fr";
$baseurl		= "http://fr.movies.yahoo.com";
$grep			= "|<font color=666699><A HREF=(.+?)><b>(.+?)</b></a></font>|";
//$offset			= 0;
?>