K-vanc / Tempest-EPG-Generator

The fastest XMLTV formatted EPG Generator with GUI and the lowest memory usage
https://hub.docker.com/r/kvanc/tempest_epg
Other
100 stars 17 forks source link

Optus Sport AU #77

Closed devhik closed 6 months ago

devhik commented 6 months ago

Optus Sport 1 and LALIGA Channel contain the same schedule as Premier League Channel.

config:

<?xml version="1.0" encoding="UTF-8"?>
<!-- Tempest EPG Generator (made by Kvanc) -->
<configuration>
  <filename>output</filename>
  <user-agent/>
  <logger>off</logger>
  <retry>3</retry>
  <time-out>30</time-out>
  <timespan>1</timespan>
  <proxy/>
  <index-only>off</index-only>
  <fusion>off</fusion>
  <fusion-level/>
  <time-converter/>
  <delay channel="0.01" index="0.01" detail="0.01"/>
  <channel-lister>on</channel-lister>
  <inverter>off</inverter>
  <inverter-filename/>
  <inverter-path/>
  <logname/>
    <channel site="sport.optus.com.au_0" site_id="os1||OS_1.png" xmltv_id="Optus Sport 1">Optus Sport 1</channel>
    <channel site="sport.optus.com.au_0" site_id="os12||8fafc368-828d-4ae2-be26-4dee57a360d2_ll-gen.jpg" xmltv_id="LALIGA Channel">LALIGA Channel</channel>
    <channel site="sport.optus.com.au_0" site_id="os11||568b3ee0-4923-40c2-aebe-c226b8da3db9_premierleaguerebrandsdesignstudio01.jpg" xmltv_id="Premier League Channel">Premier League Channel</channel>
</configuration>

Output: output.xml.txt

devhik commented 6 months ago

Resolved by changing

'url1' => 'https://epg.optusvideo.tv/api/channels/os11?mergeAttrs=true'

to

'url1' => 'https://epg.optusvideo.tv/api/channels/##channel##?mergeAttrs=true'

K-vanc commented 6 months ago

yes, forgot to make channel dynamic. Fixed now