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/yahoocine_actu.ini.php
2023-04-30 21:50:11 +02:00

11 lines
396 B
PHP

<?php
$source = "http://fr.movies.yahoo.com/actualites/";
$filename = "yahoocine_actu";
$titlesite = "Yahoo! Cinéma - Actualités";
$linksite = "http://fr.movies.yahoo.com/actualites/";
$descriptionsite = "Yahoo! Cinéma";
$languagesite = "fr";
$baseurl = "http://fr.movies.yahoo.com";
$grep = "|<font FACE=\"arial,helvetica\"><b><a href=(.+?)>(.+?)</a></b> <small>|";
//$offset = 0;
?>