mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-11 09:30:06 -04:00
Fixes validation issues
This commit is contained in:
parent
cf7e49f83b
commit
08b27407c1
50 changed files with 52 additions and 52 deletions
|
@ -11,7 +11,7 @@ dayjs.extend(utc)
|
|||
const date = dayjs.utc('2021-11-24', 'YYYY-MM-DD').startOf('d')
|
||||
const channel = {
|
||||
site_id: '13th-street-250',
|
||||
xmltv_id: '13thStreetDeutschland.us'
|
||||
xmltv_id: '13thStreet.de'
|
||||
}
|
||||
const content = `<!DOCTYPE html><html lang="pl"> <head></head> <body class="withFilters pageChannel"> <div id="channelPage"> <div id="channelTV" class="nextToMenu"> <section class="channelEmissions"> <header> <span class="logoTV"> <img src="//ocdn.eu/ptv2-images-transforms/1/zB4kr1sb2dvLW1pZ3JhdGVkLzEzdGgtc3RyZWV0LnBuZ5KVAmQAwsOVAgAowsM" alt="13th Street"/> </span> </header> <div class="emissions"> <ul> <li class="hh03 hh04 fltrSerie"> <div class="hours"> <span class="hour">03:20</span> </div><div class="titles"> <a href="/tv/law-and-order-odcinek-15/rlmzu?entry=21970867" >Law & Order, odc. 15: Letzte Worte</a > <span class="type">Krimiserie</span> <p> Bei einer Reality-TV-Show stirbt einer der Teilnehmer. Zunächst tappen Briscoe (Jerry Orbach) und Green (Jesse L.... </p></div></li><li class="hh23 hh00 fltrSerie"> <div class="hours"> <span class="hour">23:30</span> </div><div class="titles"> <a href="/tv/navy-cis-odcinek-1/73vbw?entry=22035734" >Navy CIS, odc. 1: New Orleans</a > <span class="type">Krimiserie</span> <p> Der Abgeordnete Dan McLane, ein ehemaliger Vorgesetzter von Gibbs, wird in New Orleans ermordet. In den 90er Jahren... </p></div></li><li class="hh01 fltrSerie"> <div class="hours"> <span class="hour">01:00</span> </div><div class="titles"> <a href="/tv/navy-cis-la-odcinek-13/tuc34?entry=22035821" >Navy CIS: L.A, odc. 13: High Society</a > <span class="type">Krimiserie</span> <p> Die Zahl der Drogentoten ist gestiegen. Das Team des NCIS glaubt, dass sich Terroristen durch den zunehmenden... </p></div></li></ul> </div></section> </div></div></body></html>`
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<site site="programtv.onet.pl">
|
||||
<channels>
|
||||
<channel lang="pl" xmltv_id="13thStreetDeutschland.us" site_id="13th-street-250">13th Street Deutschland</channel>
|
||||
<channel lang="pl" xmltv_id="13Ulica.us" site_id="13-ulica-316">13 Ulica</channel>
|
||||
<channel lang="pl" xmltv_id="13thStreet.de" site_id="13th-street-250">13th Street Deutschland</channel>
|
||||
<channel lang="pl" xmltv_id="13Ulica.pl" site_id="13-ulica-316">13 Ulica</channel>
|
||||
<channel lang="pl" xmltv_id="360TuneBox.us" site_id="360tunebox-302">360 Tune Box</channel>
|
||||
<channel lang="pl" xmltv_id="3sat.de" site_id="3sat-248">3sat</channel>
|
||||
<channel lang="pl" xmltv_id="4FunDance.pl" site_id="4fun-fit-dance-244">4 Fun Dance</channel>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue