n/oldblog
Archived
1
0
Fork 0
This repository has been archived on 2024-02-13. You can view files and clone it, but cannot push or open issues or pull requests.
oldblog/modules/backends/conf/reuters_tech.ini.php

12 lines
449 B
PHP
Raw Normal View History

2023-04-30 21:28:42 +02:00
<?php
$source = "http://today.reuters.fr/news/NewsEarlierArticles.aspx?type=technologyNews";
$filename = "reuters_tech";
$titlesite = "Technologie Reuters";
$linksite = "http://today.reuters.fr/news/newsChannel.aspx?type=technologyNews";
$descriptionsite = "Technologie Reuters";
$languagesite = "fr";
$baseurl = "http://today.reuters.fr/news/";
$grep = "|_StoryHeadline\" href=\"(.+?)\">(.+?)</a></td>|";
$offset = 1;
?>