Update example.com.channels.xml

This commit is contained in:
Aleksandr Statciuk 2021-10-06 00:39:54 +03:00
parent fc098c557d
commit 529858e86c
1 changed files with 4 additions and 6 deletions

View File

@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<site site="example.com">
<channels>
<channel site_id="1" xmltv_id="1TV.com" lang="fr" logo="https://example.com/logos/1TV.png">1 TV</channel>
<channel site_id="2" xmltv_id="2TV.com">2 TV</channel>
</channels>
</site>
<channels>
<channel xmltv_id="1TV.com" site="example.com" site_id="1" lang="fr" logo="https://example.com/logos/1TV.png">1 TV</channel>
<channel xmltv_id="2TV.com" site="example.com" site_id="2">2 TV</channel>
</channels>