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_semaine.ini.php

12 lines
436 B
PHP
Raw Normal View History

2023-04-30 21:28:42 +02:00
<?php
$source = "http://fr.movies.yahoo.com/films/filmsdelasemaine.html";
$filename = "yahoocine_semaine";
$titlesite = "Yahoo! Cin<69>ma - Les films en salle";
$linksite = "http://fr.movies.yahoo.com/films/filmsdelasemaine.html";
$descriptionsite = "Les films de la semaine";
$languagesite = "fr";
$baseurl = "http://fr.movies.yahoo.com";
$grep = "|<font color=666699><A HREF=(.+?)><b>(.+?)</b></a></font>|";
//$offset = 0;
?>