scripts/webnewsget2.ini.php.sample

11 lines
329 B
Plaintext

<?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>|";
?>