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

12 lines
435 B
PHP
Raw Permalink Normal View History

2023-04-30 21:28:42 +02:00
<?php
$source = "http://cinema.telerama.fr/une/filmsune.asp?page=films&rub=2";
$filename = "teleramacine";
$titlesite = "T<EFBFBD>l<EFBFBD>rama - Cin<69>ma";
$linksite = "http://cinema.telerama.fr";
$descriptionsite = "Les films, cette semaine";
$languagesite = "fr";
$baseurl = "http://cinema.telerama.fr";
$grep = "|<td valign=\"top\" class=\"cine\" width=\"380\"><a href=\"(.+?)\"><div class=\"a15\"><b>(.+?)</b></div>|";
$offset = 0;
?>