<?php
$source			= "http://fr.sports.yahoo.com/more/formula1.html";
$filename		= "yahoosport_f1";
$titlesite		= "Yahoo! Sports - Formule 1";
$linksite		= "http://fr.sports.yahoo.com/f1/";
$descriptionsite	= "Yahoo! sports";
$languagesite		= "fr";
$baseurl		= "http://fr.sports.yahoo.com";
$grep			= "|<li><a href=\"(.+?)\">(.+?)</a>|";
$offset                 = "2";
$NbMax			= "10";
?>