13 lines
383 B
PHP
13 lines
383 B
PHP
|
<?php
|
||
|
$source = "http://fr.sports.yahoo.com/more/rallye.html";
|
||
|
$filename = "yahoosport_rall";
|
||
|
$titlesite = "Yahoo! Sports - Rallye";
|
||
|
$linksite = "http://fr.sports.yahoo.com/rl/";
|
||
|
$descriptionsite = "Yahoo! sports";
|
||
|
$languagesite = "fr";
|
||
|
$baseurl = "http://fr.sports.yahoo.com";
|
||
|
$grep = "|<li><a href=\"(.+?)\">(.+?)</a>|";
|
||
|
$offset = "2";
|
||
|
$NbMax = "10";
|
||
|
?>
|