scripts/attic/webnewsget2.ini.php.sample

11 lines
329 B
Plaintext
Raw Normal View History

2018-03-22 12:05:15 +01:00
<?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>|";
?>