11 lines
329 B
Text
11 lines
329 B
Text
|
<?php
|
|||
|
$source = "http://fr.news.yahoo.com/2/index.html";
|
|||
|
$filename = "yahooactu_monde";
|
|||
|
$titlesite = "Yahoo! Actualit<69>s - Monde";
|
|||
|
$linksite = "http://fr.news.yahoo.com/2";
|
|||
|
$descriptionsite = "Yahoo! actualit<69>s";
|
|||
|
$languagesite = "fr";
|
|||
|
$baseurl = "http://fr.news.yahoo.com";
|
|||
|
$grep = "|<b><a href=(.+?)>(.+?)</a></b>|";
|
|||
|
?>
|