Skip to content

Commit 5b7fe23

Browse files
authored
Merge pull request #90 from hmlendea/providers
Added 2 more providers
2 parents 010c280 + 7fd4198 commit 5b7fe23

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

IptvPlaylistAggregator/Data/providers.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,4 +169,24 @@
169169
<Country>RO</Country>
170170
</PlaylistProviderEntity>
171171

172+
<PlaylistProviderEntity>
173+
<Id>hmlendea-livestreams-md</Id>
174+
<IsEnabled>true</IsEnabled>
175+
<Priority>5001</Priority>
176+
<AllowCaching>false</AllowCaching>
177+
<Name>hmlendea's livestreams MD</Name>
178+
<UrlFormat>https://www.nucilandia.ro/iptv/livestreams/md/playlist.m3u</UrlFormat>
179+
<Country>MD</Country>
180+
</PlaylistProviderEntity>
181+
182+
<PlaylistProviderEntity>
183+
<Id>hmlendea-livestreams-int</Id>
184+
<IsEnabled>true</IsEnabled>
185+
<Priority>5002</Priority>
186+
<AllowCaching>false</AllowCaching>
187+
<Name>hmlendea's livestreams INT</Name>
188+
<UrlFormat>https://www.nucilandia.ro/iptv/livestreams/int/playlist.m3u</UrlFormat>
189+
<Country>INT</Country>
190+
</PlaylistProviderEntity>
191+
172192
</ArrayOfPlaylistProviderEntity>

0 commit comments

Comments
 (0)