11 lines
435 B
PHP
11 lines
435 B
PHP
<?php
|
|
$source = "http://cinema.telerama.fr/une/filmsune.asp?page=films&rub=2";
|
|
$filename = "teleramacine";
|
|
$titlesite = "Télérama - Cinéma";
|
|
$linksite = "http://cinema.telerama.fr";
|
|
$descriptionsite = "Les films, cette semaine";
|
|
$languagesite = "fr";
|
|
$baseurl = "http://cinema.telerama.fr";
|
|
$grep = "|<td valign=\"top\" class=\"cine\" width=\"380\"><a href=\"(.+?)\"><div class=\"a15\"><b>(.+?)</b></div>|";
|
|
$offset = 0;
|
|
?>
|