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