https://github.com/edenwareapps/world-tv-channels
List of TV stations names and categories from around the world.
https://github.com/edenwareapps/world-tv-channels
Last synced: about 2 months ago
JSON representation
List of TV stations names and categories from around the world.
- Host: GitHub
- URL: https://github.com/edenwareapps/world-tv-channels
- Owner: EdenwareApps
- License: mit
- Created: 2021-12-17T20:42:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T21:09:37.000Z (9 months ago)
- Last Synced: 2025-02-17T06:56:12.018Z (4 months ago)
- Size: 403 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# World TV Channels
JSON list of TV stations names and categories from around the world.# Syntax
```
Channel name (without commas), optional keywords
```Optional keywords are used to find the channel in a IPTV M3U list. Supports negate (-keyword) and "OR" scheme (group #1 of keywords | group #2 of keywords).
Examples:
```
CoolTV News
```
If channel name is always like this in IPTV lists, omit keywords and comma.```
CoolTV, cooltv -news -sports
```
Exclude news and sports variations of channel.```
CoolTV, cool
```
If we just need to lookup for one word to find channel```
CoolTV, cooltv | cool tv
```
If channel name can be written differently on iptv lists.Category names always in English, Megacubo will translate it.
Example usages can be found [here](https://github.com/efoxbr/world-tv-channels/blob/main/br.json).
# Contribute
Feel free to send PRs, questions and suggestions. This list is primarily built for the [Megacubo](https://github.com/efoxbr/megacubo) project.