12 lines
396 B
PHP
12 lines
396 B
PHP
|
<?php
|
|||
|
$source = "http://fr.movies.yahoo.com/actualites/";
|
|||
|
$filename = "yahoocine_actu";
|
|||
|
$titlesite = "Yahoo! Cin<69>ma - Actualit<69>s";
|
|||
|
$linksite = "http://fr.movies.yahoo.com/actualites/";
|
|||
|
$descriptionsite = "Yahoo! Cin<69>ma";
|
|||
|
$languagesite = "fr";
|
|||
|
$baseurl = "http://fr.movies.yahoo.com";
|
|||
|
$grep = "|<font FACE=\"arial,helvetica\"><b><a href=(.+?)>(.+?)</a></b> <small>|";
|
|||
|
//$offset = 0;
|
|||
|
?>
|