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/yahoosport_moto.ini.php

13 lines
380 B
PHP
Raw Permalink Normal View History

2023-04-30 21:28:42 +02:00
<?php
$source = "http://fr.sports.yahoo.com/more/moto.html";
$filename = "yahoosport_moto";
$titlesite = "Yahoo! Sports - Motos";
$linksite = "http://fr.sports.yahoo.com/mo/";
$descriptionsite = "Yahoo! sports";
$languagesite = "fr";
$baseurl = "http://fr.sports.yahoo.com";
$grep = "|<li><a href=\"(.+?)\">(.+?)</a>|";
$offset = "2";
$NbMax = "10";
?>