Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
K-vanc authored May 8, 2024
1 parent b168783 commit 31a8ae3
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Siteconfigs/Azerbaijan/kepeztv.az_0.channel.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<site generator-info-name="Tempest EPG Generator (made by Kvanc)" generator-info-url="https://github.com/K-vanc/Tempest-EPG-Generator.git" site="kepeztv.az_0">
<channels>
<channel site="kepeztv.az_0" site_id="kepeztv" xmltv_id="Kepez TV">Kepez TV</channel>
</channels>
</site>
28 changes: 28 additions & 0 deletions Siteconfigs/Azerbaijan/kepeztv.az_0.siteconfig.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?php
/* Tempest EPG Generator (made by Kvanc)
https://github.com/K-vanc/Tempest-EPG-Generator.git */
return array (
'filename' => 'kepeztv.az',
'creator_name' => 'Kivanc',
'creation_date' => '2024-05-06',
'rev_no' => 'R0',
'remarks' => 'Required Minimum Tempest Version 1.7',
'timezone' => 'Asia/Baku',
'culture' => 'az',
'max_day' => '7.1',
'first_day' => '0123456',
'url1' => 'http://www.kepeztv.az/',
'requestOption1' => '1',
'accept_header1' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7',
'host_header1' => 'www.kepeztv.az',
'proc_on_err1' => 'on',
'show' => '<div id="data">.*?(?:<tr)(.*?)(?:<\\/tr>).*?<\\/div>',
'start' => '<span>(\\d+[:\\.]\\d+)',
'start_format' => 'H#i',
'title' => '<a>(.*?)<\\/a>',
'channel_logo' => '||#add#http://kepeztv.az/img/logo_navi2.png?##channel##',
'ccrequestOption1' => '1',
'ccchannel_id' => '||#set#kepeztv',
'ccchannel_name' => '||#set#Kepez TV',
);
?>

0 comments on commit 31a8ae3

Please sign in to comment.