Update README.md

This commit is contained in:
Aleksandr Statciuk 2022-02-21 14:27:31 +03:00
parent a5f4844962
commit aa17bce0ee

View file

@ -31,6 +31,7 @@ https://iptv-org.github.io/api/channels.json
"languages": ["eng"], "languages": ["eng"],
"categories": ["general"], "categories": ["general"],
"is_nsfw": false, "is_nsfw": false,
"website": "http://nbc.com/",
"logo": "https://cdn.tvpassport.com/image/station/100x100/nbc.png" "logo": "https://cdn.tvpassport.com/image/station/100x100/nbc.png"
} }
//... //...
@ -49,6 +50,7 @@ https://iptv-org.github.io/api/channels.json
| languages | array | List of languages broadcast | | languages | array | List of languages broadcast |
| categories | array | List of categories to which this channel belongs | | categories | array | List of categories to which this channel belongs |
| is_nsfw | boolean | Indicates whether the channel broadcasts adult content | | is_nsfw | boolean | Indicates whether the channel broadcasts adult content |
| website | string or null | Official website URL |
| logo | string or null | Logo URL | | logo | string or null | Logo URL |
Source of data: https://github.com/iptv-org/database Source of data: https://github.com/iptv-org/database