mirror of
https://github.com/iptv-org/iptv
synced 2026-04-15 15:29:26 -04:00
Add input/data
This commit is contained in:
96
tests/__data__/input/data/channels.json
Normal file
96
tests/__data__/input/data/channels.json
Normal file
@@ -0,0 +1,96 @@
|
||||
[
|
||||
{
|
||||
"id": "AndorraTV.ad",
|
||||
"name": "Andorra TV",
|
||||
"network": null,
|
||||
"country": "AD",
|
||||
"subdivision": null,
|
||||
"city": null,
|
||||
"broadcast_area": [
|
||||
"c/AD"
|
||||
],
|
||||
"languages": [
|
||||
"cat"
|
||||
],
|
||||
"categories": [],
|
||||
"is_nsfw": false,
|
||||
"logo": null
|
||||
},
|
||||
{
|
||||
"id": "BBCNews.uk",
|
||||
"name": "BBC News",
|
||||
"network": null,
|
||||
"country": "UK",
|
||||
"subdivision": null,
|
||||
"city": null,
|
||||
"broadcast_area": [
|
||||
"r/INT"
|
||||
],
|
||||
"languages": [
|
||||
"eng"
|
||||
],
|
||||
"categories": [
|
||||
"news",
|
||||
"general"
|
||||
],
|
||||
"is_nsfw": false,
|
||||
"logo": "https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png"
|
||||
},
|
||||
{
|
||||
"id": "LDPRTV.ru",
|
||||
"name": "LDPR TV",
|
||||
"network": null,
|
||||
"country": "RU",
|
||||
"subdivision": null,
|
||||
"city": null,
|
||||
"broadcast_area": [
|
||||
"c/RU"
|
||||
],
|
||||
"languages": [
|
||||
"rus"
|
||||
],
|
||||
"categories": [
|
||||
"general"
|
||||
],
|
||||
"is_nsfw": false,
|
||||
"logo": "https://iptvx.one/icn/ldpr-tv.png"
|
||||
},
|
||||
{
|
||||
"id": "MeteoMedia.ca",
|
||||
"name": "MétéoMédia",
|
||||
"network": null,
|
||||
"country": "CA",
|
||||
"subdivision": null,
|
||||
"city": null,
|
||||
"broadcast_area": [
|
||||
"c/CA"
|
||||
],
|
||||
"languages": [
|
||||
"fra"
|
||||
],
|
||||
"categories": [
|
||||
"weather"
|
||||
],
|
||||
"is_nsfw": false,
|
||||
"logo": "https://s1.twnmm.com/images/en_ca/mobile/logos/twn-mobile-logo.png"
|
||||
},
|
||||
{
|
||||
"id": "VisitXTV.nl",
|
||||
"name": "Visit-X TV",
|
||||
"network": null,
|
||||
"country": "NL",
|
||||
"subdivision": null,
|
||||
"city": null,
|
||||
"broadcast_area": [
|
||||
"r/INT"
|
||||
],
|
||||
"languages": [
|
||||
"nld"
|
||||
],
|
||||
"categories": [
|
||||
"xxx"
|
||||
],
|
||||
"is_nsfw": true,
|
||||
"logo": "https://i.imgur.com/RJ9wbNF.jpg"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user