diff --git a/.github/ISSUE_TEMPLATE/------channel-request.yml b/.github/ISSUE_TEMPLATE/------channel-request.yml index 0452b452d..368cc3315 100644 --- a/.github/ISSUE_TEMPLATE/------channel-request.yml +++ b/.github/ISSUE_TEMPLATE/------channel-request.yml @@ -1,58 +1,49 @@ name: 📺 Channel Request description: Request to add a channel into the playlist -title: "Add: " -labels: [ "channel request" ] +title: 'Add: ' +labels: ['channel request'] body: - type: markdown attributes: value: | - Please fill out the issue template as much as you can so we could efficiently process your request - - **IMPORTANT**: An issue may contain a request for only one channel, otherwise it will be closed + Please fill out the issue template as much as you can so we could efficiently process your request - type: input - id: name attributes: label: Channel Name description: Full name of the channel. It is recommended to use the name listed on [lyngsat](https://www.lyngsat.com/search.html) or [wikipedia](https://www.wikipedia.org/) if possible. - placeholder: 'Fox Life Russia' + placeholder: 'BBC America East' validations: required: true - - - type: input - id: origin - attributes: - label: Country - description: Country from which the channel originates from - validations: - required: true - + - type: input - id: lang attributes: - label: Language - validations: - required: true - + label: Channel ID + description: Unique channel ID from iptv-org/database. A complete list of supported channels can be found on [iptv-org.github.io](https://iptv-org.github.io/). + placeholder: 'BBCAmericaEast.us' + - type: input - id: source attributes: label: Website description: Where did you find the broadcast? - placeholder: 'ex. https://www.filmon.com/channel/strange-paradise' + placeholder: 'https://example.com/live-tv' validations: required: true - type: input - id: stream attributes: label: Stream URL description: Link to a stream in m3u8 format - placeholder: 'ex. https://lnc-kdfw-fox-aws.tubi.video/index.m3u8' - - - type: input - id: notes + placeholder: 'https://example.com/playlist.m3u8' + + - type: textarea attributes: label: Notes - placeholder: 'Anything else we should know about this broadcast? Is it 24/7?' + description: 'Anything else we should know about this broadcast?' + + - type: checkboxes + attributes: + label: Please confirm the following + options: + - label: I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md#request-a-channel) diff --git a/.github/ISSUE_TEMPLATE/-----broken-stream.yml b/.github/ISSUE_TEMPLATE/-----broken-stream.yml index 9dffeaa39..ed88aa315 100644 --- a/.github/ISSUE_TEMPLATE/-----broken-stream.yml +++ b/.github/ISSUE_TEMPLATE/-----broken-stream.yml @@ -1,61 +1,61 @@ name: 🛠 Broken Stream description: Report a broken stream -title: "Replace: " -labels: [ "broken stream" ] +title: 'Replace: ' +labels: ['broken stream'] body: - type: markdown attributes: value: | - Please fill out the issue template as much as you can so we could efficiently process your request - **IMPORTANT**: An issue may contain a request for only one channel, otherwise it will be closed - + Please fill out the issue template as much as you can so we could efficiently process your request + - type: input - id: name attributes: - label: Channel Name - description: Full name of the channel. Please use the exact name, as in how it appears in the playlist. - placeholder: 'Fox Life Russia' + label: Stream Title + description: Please use the exact title, as in how it appears in the playlist. + placeholder: 'BBC America East (720p) [Geo-blocked]' validations: required: true - type: dropdown - id: reason attributes: label: What happened to the stream? options: - It is disappeared from the playlist - It is stuck at a single frame/the same segment - - I see visual artifacts - It is buffering to unplayable point + - I see visual artifacts + - Other validations: required: true - + - type: input - id: playlist attributes: label: Playlist description: What playlist was used to get the channel from? - placeholder: 'ex. https://iptv-org.github.io/iptv/countries/au.m3u' + placeholder: 'https://iptv-org.github.io/iptv/countries/au.m3u' validations: required: true - + - type: input - id: link attributes: label: Broken Link description: Please specify the broken link from a playlist if you can - placeholder: 'ex. https://lnc-kdfw-fox-aws.tubi.video/index.m3u8' - + placeholder: 'https://lnc-kdfw-fox-aws.tubi.video/index.m3u8' + - type: input - id: alt attributes: label: Possible Replacement - description: If you know an alternate non-protected source or the way to fix current stream please let us know + description: If you know an alternate source or the way to fix current stream please let us know placeholder: 'ex. https://lnc-kdfw-fox-aws.tubi.video/index.m3u8' - + - type: input - id: notes attributes: label: Notes placeholder: 'Anything else we should know?' + + - type: checkboxes + attributes: + label: Please confirm the following + options: + - label: I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md#report-a-broken-stream) diff --git a/.github/ISSUE_TEMPLATE/----bug-report.yml b/.github/ISSUE_TEMPLATE/----bug-report.yml index accafd41f..106689ef2 100644 --- a/.github/ISSUE_TEMPLATE/----bug-report.yml +++ b/.github/ISSUE_TEMPLATE/----bug-report.yml @@ -1,7 +1,7 @@ name: 🐞 Bug Report description: Report an error in this repository -title: "Fix: " -labels: [ "bug" ] +title: 'Fix: ' +labels: ['bug'] assignees: - freearhey @@ -9,14 +9,11 @@ body: - type: markdown attributes: value: | - This form is **ONLY** intended for auto-update, channel sorting and other automation scripts related issues. - If you're experiencing problems viewing a channel, **this is not the right form**. Please fill a [Broken stream](https://github.com/iptv-org/iptv/issues/new?assignees=&labels=broken+stream&template=-----broken-stream.yml&title=Fix%3A+) form instead. - - Please describe the error in as much detail as possible so that we can fix it quickly. + This form is only for reporting bugs with auto-update, channel sorting and other problems with automation scripts. If you're experiencing problems viewing a channel please fill a [Broken Stream](https://github.com/iptv-org/iptv/issues/new?assignees=&labels=broken+stream&template=-----broken-stream.yml&title=Fix%3A+) form instead. - type: textarea - id: bug attributes: label: Describe your issue + description: Please describe the error in as much detail as possible so that we can fix it quickly. validations: required: true diff --git a/.github/ISSUE_TEMPLATE/--removal-request.yml b/.github/ISSUE_TEMPLATE/--removal-request.yml index 9e9d9fb13..f44cf515d 100644 --- a/.github/ISSUE_TEMPLATE/--removal-request.yml +++ b/.github/ISSUE_TEMPLATE/--removal-request.yml @@ -1,10 +1,15 @@ name: ❌ Removal Request -description: Request to remove a link +description: Request to remove content title: 'Remove: ' labels: ['removal request'] assignees: - freearhey body: + - type: markdown + attributes: + value: | + This form is only for requests from the copyright owner or an agent authorized to act on behalf of the copyright owner. If you're experiencing problems viewing a channel please fill a [Broken Stream](https://github.com/iptv-org/iptv/issues/new?assignees=&labels=broken+stream&template=-----broken-stream.yml&title=Fix%3A+) form instead. + - type: input attributes: label: Your full legal name diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index b07f8cac2..a7aa31748 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,6 +3,6 @@ contact_links: - name: 💡 Feature Request url: https://github.com/iptv-org/iptv/discussions/new about: For any ideas or feature requests - - name: ❓ Ask a question + - name: ❓ Ask a Question url: https://github.com/iptv-org/iptv/discussions/new about: Ask questions about this project diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 49a504d1b..8ecb01bc5 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -13,14 +13,28 @@ jobs: with: node-version: '14' cache: 'npm' + - name: Download data from API + run: | + mkdir -p scripts/data + curl -L -o scripts/data/blocklist.json https://iptv-org.github.io/api/blocklist.json + curl -L -o scripts/data/categories.json https://iptv-org.github.io/api/categories.json + curl -L -o scripts/data/channels.json https://iptv-org.github.io/api/channels.json + curl -L -o scripts/data/countries.json https://iptv-org.github.io/api/countries.json + curl -L -o scripts/data/guides.json https://iptv-org.github.io/api/guides.json + curl -L -o scripts/data/languages.json https://iptv-org.github.io/api/languages.json + curl -L -o scripts/data/regions.json https://iptv-org.github.io/api/regions.json + - uses: actions/upload-artifact@v2 + with: + name: data + path: scripts/data - run: npm install - - run: node scripts/commands/create-database.js - - run: node scripts/commands/create-matrix.js - id: create-matrix + - run: npm run db:create - uses: actions/upload-artifact@v2 with: name: database - path: scripts/channels.db + path: scripts/database + - run: npm run db:matrix + id: create-matrix outputs: matrix: ${{ steps.create-matrix.outputs.matrix }} load: @@ -30,19 +44,21 @@ jobs: strategy: fail-fast: false matrix: ${{ fromJson(needs.setup.outputs.matrix) }} + # matrix: + # cluster_id: [1] steps: - uses: actions/checkout@v2 - - uses: actions/download-artifact@v2 - with: - name: database - path: scripts - uses: FedericoCarboni/setup-ffmpeg@v1 - uses: actions/setup-node@v2 if: ${{ !env.ACT }} with: node-version: '14' + - uses: actions/download-artifact@v2 + with: + name: database + path: scripts/database - run: npm install - - run: node scripts/commands/check-streams.js --cluster-id=${{ matrix.cluster_id }} + - run: npm run cluster:load -- --cluster-id=${{ matrix.cluster_id }} - uses: actions/upload-artifact@v2 with: name: logs @@ -57,45 +73,72 @@ jobs: - run: git config user.name 'iptv-bot[bot]' - run: git config user.email '84861620+iptv-bot[bot]@users.noreply.github.com' - run: git checkout -b ${{ steps.create-branch-name.outputs.branch_name }} - - run: curl -L -o scripts/data/codes.json https://iptv-org.github.io/epg/codes.json + - uses: tibdex/github-app-token@v1 + if: ${{ !env.ACT }} + id: create-app-token + with: + app_id: ${{ secrets.APP_ID }} + private_key: ${{ secrets.APP_PRIVATE_KEY }} + - uses: actions/setup-node@v2 + if: ${{ !env.ACT }} + with: + node-version: '14' + - uses: actions/download-artifact@v2 + with: + name: data + path: scripts/data - uses: actions/download-artifact@v2 with: name: database - path: scripts + path: scripts/database - uses: actions/download-artifact@v2 with: name: logs path: scripts/logs - - uses: actions/setup-node@v2 - if: ${{ !env.ACT }} - with: - node-version: '14' - run: npm install - - run: node scripts/commands/update-database.js + - run: npm run db:update - uses: actions/upload-artifact@v2 with: name: database - path: scripts/channels.db - - run: node scripts/commands/update-playlists.js - - run: git add channels/* - - run: git commit -m "[Bot] Update playlists" - - run: node scripts/commands/generate-playlists.js + path: scripts/database + - run: npm run playlist:update + - run: npm run playlist:generate - uses: actions/upload-artifact@v2 with: name: logs path: scripts/logs - - run: node scripts/commands/update-readme.js - - run: git add README.md - - run: git commit -m "[Bot] Update README.md" - - run: git push -u origin ${{ steps.create-branch-name.outputs.branch_name }} - - uses: tibdex/github-app-token@v1 - if: ${{ !env.ACT }} - id: create-app-token + - uses: JamesIves/github-pages-deploy-action@4.1.1 + if: ${{ !env.ACT && github.ref == 'refs/heads/master' }} with: - app_id: ${{ secrets.APP_ID }} - private_key: ${{ secrets.APP_PRIVATE_KEY }} - - uses: repo-sync/pull-request@v2 + branch: gh-pages + folder: .gh-pages + token: ${{ steps.create-app-token.outputs.token }} + git-config-name: iptv-bot[bot] + git-config-email: 84861620+iptv-bot[bot]@users.noreply.github.com + commit-message: '[Bot] Generate playlists' + - run: npm run db:export + - uses: JamesIves/github-pages-deploy-action@4.1.1 + if: ${{ !env.ACT && github.ref == 'refs/heads/master' }} + with: + repository-name: iptv-org/api + branch: gh-pages + folder: .api + token: ${{ steps.create-app-token.outputs.token }} + git-config-name: iptv-bot[bot] + git-config-email: 84861620+iptv-bot[bot]@users.noreply.github.com + commit-message: '[Bot] Deploy to iptv-org/api' + clean: false + - run: npm run readme:update + - name: Commit Changes if: ${{ !env.ACT }} + run: | + git add streams/* + git commit -m "[Bot] Update streams" + git add README.md + git commit -m "[Bot] Update README.md" + git push -u origin ${{ steps.create-branch-name.outputs.branch_name }} + - uses: repo-sync/pull-request@v2 + if: ${{ !env.ACT && github.ref == 'refs/heads/master' }} id: pull-request with: github_token: ${{ steps.create-app-token.outputs.token }} @@ -107,17 +150,8 @@ jobs: [1]: https://github.com/iptv-org/iptv/actions/runs/${{ github.run_id }} - uses: juliangruber/merge-pull-request-action@v1 - if: ${{ github.ref == 'refs/heads/master' }} + if: ${{ !env.ACT && github.ref == 'refs/heads/master' }} with: github-token: ${{ secrets.PAT }} number: ${{ steps.pull-request.outputs.pr_number }} method: squash - - uses: JamesIves/github-pages-deploy-action@4.1.1 - if: ${{ github.ref == 'refs/heads/master' }} - with: - branch: gh-pages - folder: .gh-pages - token: ${{ steps.create-app-token.outputs.token }} - git-config-name: iptv-bot[bot] - git-config-email: 84861620+iptv-bot[bot]@users.noreply.github.com - commit-message: '[Bot] Generate playlists' diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 6792edc05..5b7c94fbf 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -8,11 +8,26 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 + - uses: tj-actions/changed-files@v12.2 + id: files + with: + files: streams/*.m3u - uses: actions/setup-node@v2 - if: ${{ !env.ACT }} + if: ${{ !env.ACT && steps.files.outputs.any_changed == 'true' }} with: node-version: '14' cache: 'npm' - - run: npm install - - run: npm run lint - - run: npm run validate + - name: download data from api + if: steps.files.outputs.any_changed == 'true' + run: | + mkdir -p scripts/data + curl -L -o scripts/data/blocklist.json https://iptv-org.github.io/api/blocklist.json + curl -L -o scripts/data/channels.json https://iptv-org.github.io/api/channels.json + - name: validate + if: steps.files.outputs.any_changed == 'true' + run: | + npm install + npm run playlist:lint -- ${{ steps.files.outputs.all_changed_files }} + npm run playlist:validate -- ${{ steps.files.outputs.all_changed_files }} diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml deleted file mode 100644 index ff86dc62a..000000000 --- a/.github/workflows/cleanup.yml +++ /dev/null @@ -1,39 +0,0 @@ -name: cleanup -on: - workflow_dispatch: -jobs: - cleanup: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - run: echo "::set-output name=branch_name::$(date +'bot/cleanup-%s')" - id: create-branch-name - - run: | - git config user.name 'iptv-bot[bot]' - git config user.email '84861620+iptv-bot[bot]@users.noreply.github.com' - - run: git checkout -b ${{ steps.create-branch-name.outputs.branch_name }} - - run: npm install - - run: node scripts/commands/create-database.js - - run: node scripts/commands/cleanup-database.js - - run: node scripts/commands/update-playlists.js - - run: | - git add channels/* - git commit -m "[Bot] Update playlists" - - uses: tibdex/github-app-token@v1 - if: ${{ !env.ACT }} - id: create-app-token - with: - app_id: ${{ secrets.APP_ID }} - private_key: ${{ secrets.APP_PRIVATE_KEY }} - - uses: repo-sync/pull-request@v2 - if: ${{ github.ref == 'refs/heads/master' }} - id: pull-request - with: - github_token: ${{ steps.create-app-token.outputs.token }} - source_branch: ${{ steps.create-branch-name.outputs.branch_name }} - destination_branch: 'master' - pr_title: '[Bot] Remove broken links' - pr_body: | - This pull request is created by [cleanup][1] workflow. - - [1]: https://github.com/iptv-org/iptv/actions/runs/${{ github.run_id }} diff --git a/.gitignore b/.gitignore index 91905e1fe..15e2cd72f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ node_modules -database .artifacts .secrets .actrc diff --git a/.readme/supported-categories.md b/.readme/supported-categories.md index f9f090137..b5f0f59c7 100644 --- a/.readme/supported-categories.md +++ b/.readme/supported-categories.md @@ -17,7 +17,6 @@ | Kids | Programming targeted to children | | Legislative | Programming specific to the operation of government | | Lifestyle | Programs related to health, fitness, leisure, fashion, decor, etc. | -| Local | Channels that are targeted for a local area or region | | Movies | Channels that only show movies | | Music | Programming is music or music related | | News | Programming is mostly news | @@ -31,4 +30,3 @@ | Travel | Programming is travel related | | Weather | Programming is focused on weather | | XXX | Programming is adult oriented and x-rated | -| Other | No category assigned | diff --git a/.readme/supported-statuses.md b/.readme/supported-statuses.md deleted file mode 100644 index ec5f07606..000000000 --- a/.readme/supported-statuses.md +++ /dev/null @@ -1,8 +0,0 @@ -## Supported Statuses - -| Label | Description | -| ----------- | ------------------------------------------------- | -| Geo-blocked | Channel is only available in selected countries. | -| Not 24/7 | Broadcast is not available 24 hours a day. | -| Timeout | Server does not respond for more than 60 seconds. | -| Offline | The broadcast does not work for any other reason. | diff --git a/.readme/template.md b/.readme/template.md index af3e5895b..7f737ef09 100644 --- a/.readme/template.md +++ b/.readme/template.md @@ -2,23 +2,20 @@ [![auto-update](https://github.com/iptv-org/iptv/actions/workflows/auto-update.yml/badge.svg)](https://github.com/iptv-org/iptv/actions/workflows/auto-update.yml) -Collection of publicly available IPTV channels from all over the world. +Collection of publicly available IPTV (Internet Protocol television) channels from all over the world. ## Usage -To watch IPTV you just need to paste this link `https://iptv-org.github.io/iptv/index.m3u` to any player which supports M3U-playlists. +![VLC Network Panel](https://github.com/iptv-org/iptv/raw/master/.readme/preview.png) -![VLC Network Panel](.readme/preview.png) - -Also you can instead use one of these playlists: +To watch IPTV, simply insert one of the links below into any player that supports M3U playlists: +- `https://iptv-org.github.io/iptv/index.m3u` +- `https://iptv-org.github.io/iptv/index.nsfw.m3u` (includes adult channels) - `https://iptv-org.github.io/iptv/index.category.m3u` (grouped by category) -- `https://iptv-org.github.io/iptv/index.language.m3u` (grouped by language) - `https://iptv-org.github.io/iptv/index.country.m3u` (grouped by country) +- `https://iptv-org.github.io/iptv/index.language.m3u` (grouped by language) - `https://iptv-org.github.io/iptv/index.region.m3u` (grouped by region) -- `https://iptv-org.github.io/iptv/index.nsfw.m3u` (includes adult channels) - -Or select one of the playlists from the list below. ### Playlists by category @@ -42,93 +39,43 @@ Or select one of the playlists from the list below. -### Playlists by region +### Playlists by country
Expand
-#include "./.readme/_regions.md" +#include "./.readme/_countries.md"
-### Playlists by country +### Playlists by region
Expand
-#include "./.readme/_countries.md" +#include "./.readme/_regions.md"
-## For Developers - -In addition to the above methods, you can also get a list of all available channels in JSON format. - -To do this, you just have to make a GET request to: - -``` -https://iptv-org.github.io/iptv/channels.json -``` +## EPG -If successful, you should get the following response: +The playlists already contain links to all guides, so players with support the `x-tvg-url` tag should load it automatically. Otherwise, you can choose one of the guides featured in the [iptv-org/epg](https://github.com/iptv-org/epg) repository. -
-Expand -
- -``` -[ - ... - { - "name": "CNN", - "logo": "https://i.imgur.com/ilZJT5s.png", - "url": "http://ott-cdn.ucom.am/s27/index.m3u8", - "categories": [ - { - "name": "News", - "slug": "news" - } - ], - "countries": [ - { - "code": "us", - "name": "United States" - }, - { - "code": "ca", - "name": "Canada" - } - ], - "languages": [ - { - "code": "eng", - "name": "English" - } - ], - "tvg": { - "id": "cnn.us", - "name": "CNN", - "url": "http://epg.streamstv.me/epg/guide-usa.xml.gz" - } - }, - ... -] -``` -
+## Database -## EPG +If you find an error in the description of the channel, please create an issue in the [iptv-org/database](https://github.com/iptv-org/database) repository. -Playlists already have a built-in list of EPG, so players that support the `url-tvg` tag should load it automatically. If not, you can find a list of available programs here: +## API -https://github.com/iptv-org/epg +The API documentation can be found in the [iptv-org/api](https://github.com/iptv-org/api) repository. ## Resources -You can find links to various IPTV related resources in this repository [iptv-org/awesome-iptv](https://github.com/iptv-org/awesome-iptv). +Links to other useful IPTV-related resources can be found in the [iptv-org/awesome-iptv](https://github.com/iptv-org/awesome-iptv) repository. ## Contribution @@ -137,3 +84,7 @@ Please make sure to read the [Contributing Guide](CONTRIBUTING.md) before sendin ## Legal No video files are stored in this repository. The repository simply contains user-submitted links to publicly available video stream URLs, which to the best of our knowledge have been intentionally made publicly by the copyright holders. If any links in these playlists infringe on your rights as a copyright holder, they may be removed by sending a pull request or opening an issue. However, note that we have **no control** over the destination of the link, and just removing the link from the playlist will not remove its contents from the web. Note that linking does not directly infringe copyright because no copy is made on the site providing the link, and thus this is **not** a valid reason to send a DMCA notice to GitHub. To remove this content from the web, you should contact the web host that's actually hosting the content (**not** GitHub, nor the maintainers of this repository). + +## License + +[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](LICENSE) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6a330d4ea..21d5a9205 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,22 +4,22 @@ Before submitting your contribution, please make sure to take a moment and read - [Issue Reporting Guidelines](#issue-reporting-guidelines) - [Pull Request Guidelines](#pull-request-guidelines) -- [Channel Description Scheme](#channel-description-scheme) +- [Stream Description Scheme](#stream-description-scheme) - [Project Structure](#project-structure) ## Issue Reporting Guidelines ### Request a Channel -To request a channel, create an [issue](https://github.com/iptv-org/iptv/issues/new?assignees=&labels=channel+request&template=------channel-request.yml&title=Add%3A+) and complete all details requested. Understand that our community of volunteers will try to help you, but if a public link cannot be found, there is little we can do. (**IMPORTANT:** the issue should contain a request for only one channel, otherwise it will be closed immediately) +To request a channel, create an [issue](https://github.com/iptv-org/iptv/issues/new?labels=channel+request&template=------channel-request.yml&title=Add%3A+) and complete all details requested. Understand that our community of volunteers will try to help you, but if a public link cannot be found, there is little we can do. (**IMPORTANT:** the issue should contain a request for only one channel, otherwise it will be closed immediately) ### Report a Broken Stream -To report a broadcast that is not working, create an [issue](https://github.com/iptv-org/iptv/issues/new?assignees=&labels=broken+stream&template=-----broken-stream.yml&title=Replace%3A+) with a description of the channel. (**IMPORTANT:** an issue should contain a report for only one channel, otherwise it will be closed immediately) +To report a broadcast that is not working, create an [issue](https://github.com/iptv-org/iptv/issues/new?labels=broken+stream&template=-----broken-stream.yml&title=Replace%3A+) with a description of the channel. (**IMPORTANT:** an issue should contain a report for only one channel, otherwise it will be closed immediately) -### Request Channel Removal +### Content Removal Request -Publish your DMCA notice somewhere and send us a link to it through this [form](https://github.com/iptv-org/iptv/issues/new?assignees=&labels=DMCA&template=--remove-channel.yml&title=Remove%3A+). +If you find any content in the repository that you own and you would like us to remove, please create an [issue](https://github.com/iptv-org/iptv/issues/new?assignees=freearhey&labels=removal+request&template=--removal-request.yml&title=Remove%3A+) and provide all necessary information. If the request is granted, the specified content will be removed from the repository within one business day. ## Pull Request Guidelines @@ -31,72 +31,13 @@ If you would like to replace a broken stream or add a new one, please do the fol - check if the channel is working outside your country by using a VPN or use a service like [streamtest.in](https://streamtest.in/) - find out from which country the channel is being broadcasted. This information can usually be found on [lyngsat.com](https://www.lyngsat.com/search.html) or [wikipedia.org](https://www.wikipedia.org/). If you are unable to determine which country the channel belongs to, add the channel onto the `channels/unsorted.m3u` playlist - find the corresponding [ISO_3166-2 code](https://en.wikipedia.org/wiki/ISO_3166-2) for the country -- open the `/channels` folder and find the file that has the same code in its name and open it +- open the `/streams` folder and find the file that has the same code in its name and open it - if broken, find the broken link in this file and replace it with working one - if new, at the very end of this file add a link to the channel with a description - if the broadcast is not available outside of a certain country, add the label `[Geo-blocked]` to the end of the channel name and list these countries in the `tvg-country` attribute - if the broadcast is not available 24 hours a day, add the label `[Not 24/7]` - commit all changes and send a pull request -### Add a Category to a Channel - -- select a channel that does not have a category specified -- find the file that contains the channel. You can use a [GitHub Search](https://github.com/search/advanced?q=CHANNEL_NAME+repo%3Aiptv-org%2Fiptv+path%3A%2Fchannels&type=Code) to do this -- find the desired channel in this file -- specify the appropriate category in the `group-title` attribute. A complete list of supported categories can be found [here](https://github.com/iptv-org/iptv/blob/master/.readme/supported-categories.md) -- commit all changes and send a pull request - -### Add a Language to a Channel - -- select a channel that does not have a language specified -- find the file that contains the channel. You can use a [GitHub Search](https://github.com/search/advanced?q=CHANNEL_NAME+repo%3Aiptv-org%2Fiptv+path%3A%2Fchannels&type=Code) to do this. -- find the desired channel in this file -- specify the appropriate language in the `tvg-language` attribute. The name of the language must comply with the [ISO 639-3](https://iso639-3.sil.org/code_tables/639/data?title=&field_iso639_cd_st_mmbrshp_639_1_tid=94671&name_3=&field_iso639_element_scope_tid=All&field_iso639_language_type_tid=51&items_per_page=500) standard. -- commit all changes and send a pull request - -If a channel is broadcasted in several languages at once, you can specify them all through a semicolon, like this: - -```xml -#EXTINF:-1 tvg-language="English;Chinese",CCTV -http://example.com/cctv.m3u8 -``` - -### Add a Country to a Channel - -- select a channel that does not have a country specified -- find out in which country the channel is broadcast. This information can usually be found in the channel description on Wikipedia. -- find the corresponding [ISO_3166-2 code](https://en.wikipedia.org/wiki/ISO_3166-2) corresponding to the country -- find the file that contains the channel. You can use a [GitHub Search](https://github.com/search/advanced?q=CHANNEL_NAME+repo%3Aiptv-org%2Fiptv+path%3A%2Fchannels&type=Code) to do this. -- find the desired channel in this file -- paste the country ISO_3166-2 code into `tvg-country` attribute of the channel description -- commit all changes and send a pull request - -If a channel is broadcasted in several countries at once, you can specify them all through a semicolon, like this: - -```xml -#EXTINF:-1 tvg-country="US;CA",CNN -http://example.com/cnn.m3u8 -``` - -If a channel is broadcast for an entire region, you can use one of the [supported region code](https://github.com/iptv-org/iptv/blob/master/.readme/supported-regions.md) to avoid listing all countries. In this case the channel will be added to the playlists of all countries from that region. - -In case the channel is broadcast worldwide you can use the code `INT`: - -```xml -#EXTINF:-1 tvg-country="INT",CNN -http://example.com/cnn.m3u8 -``` - -### Sort channels from `channels/unsorted.m3u` - -- select any channel from [channels/unsorted.m3u](https://github.com/iptv-org/iptv/blob/master/channels/unsorted.m3u) -- find out the full name of the channel and from which country it is being broadcasted. This information can usually be found on [lyngsat.com](https://www.lyngsat.com/search.html) or [wikipedia.org](https://www.wikipedia.org/) -- update the channel name if necessary -- find the corresponding [ISO_3166-2 code](https://en.wikipedia.org/wiki/ISO_3166-2) for the country -- open the `channels/` folder and find a file with the same name as the country code -- at the very end of this file add a link to the channel with a description -- commit all changes and send a pull request - ### Update README.md - open `.readme/template.md` @@ -109,40 +50,34 @@ http://example.com/cnn.m3u8 - make the necessary changes - commit all changes and send a pull request -## Channel Description Scheme +## Stream Description Scheme -For a channel to be approved, its description must follow this template: +For a stream to be approved, its description must follow this template: ``` -#EXTINF:-1 tvg-id="EPG_ID" tvg-country="COUNTRY" tvg-language="LANGUAGE" tvg-logo="LOGO_URL" group-title="CATEGORY",FULL_NAME STREAM_TIME_SHIFT (ALTERNATIVE_NAME) (STREAM_RESOLUTION) [STREAM_STATUS] +#EXTINF:-1 tvg-id="CHANNEL_ID",CHANNEL_NAME (RESOLUTION) [LABEL] STREAM_URL ``` -| Attribute | Description | -| ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `EPG_ID` | Channel ID that is used to load EPG. The same ID is used in [iptv-org/epg](https://iptv-org.github.io/epg/index.html) to search for the corresponding program. (optional) | -| `COUNTRY` | The code of the country in which the channel is broadcast. The code of the country must conform to the standard [ISO_3166-2](https://en.wikipedia.org/wiki/ISO_3166-2). If the channel is broadcast in several countries you can list them separated by a semicolon. You can also use one of these [region codes](https://github.com/iptv-org/iptv/blob/master/.readme/supported-regions.md). (optional) | -| `LANGUAGE` | Channel language. The name of the language must conform to the standard [ISO 639-3](https://iso639-3.sil.org/code_tables/639/data?title=&field_iso639_cd_st_mmbrshp_639_1_tid=94671&name_3=&field_iso639_element_scope_tid=All&field_iso639_language_type_tid=51&items_per_page=500). If the channel is broadcast in several languages you can list them separated by a semicolon. (optional) | -| `LOGO_URL` | The logo of the channel that will be displayed if the player supports it. Supports files in png, jpeg and gif format. (optional) | -| `CATEGORY` | The category to which the channel belongs. The list of currently supported categories can be found [here](https://github.com/iptv-org/iptv/blob/master/.readme/supported-categories.md). (optional) | -| `FULL_NAME` | Full name of the channel. It is recommended to use the name listed on [lyngsat](https://www.lyngsat.com/search.html) or [wikipedia](https://www.wikipedia.org/) if possible. May contain any characters except round and square brackets. | -| `STREAM_TIME_SHIFT` | Must be specified if the channel is broadcast with a shift in time relative to the main stream. Should only contain a number and a sign. (optional) | -| `ALTERNATIVE_NAME` | Can be used to specify a short name or name in another language. May contain any characters except round and square brackets. (optional) | -| `STREAM_RESOLUTION` | The maximum height of the frame with a "p" at the end. In case of VLC Player this information can be found in `Window > Media Information... > Codec Details`. (optional) | -| `STREAM_STATUS` | Specified if the broadcast for some reason is interrupted or does not work in a particular application. The list of currently supported statuses can be found [here](https://github.com/iptv-org/iptv/blob/master/.readme/supported-statuses.md). (optional) | -| `STREAM_URL` | Channel broadcast URL. | +| Attribute | Description | Required | Valid values | +| -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | --------------------------------------------------------------------------------------------------- | +| `CHANNEL_ID` | Channel ID. | Optional | Full list of supported channels could be found on [iptv-org.github.io](https://iptv-org.github.io/) | +| `CHANNEL_NAME` | Full name of the channel. May contain any characters except: `,`, `(`, `)`, `[`, `]`. It is recommended to use the name listed on [lyngsat](https://www.lyngsat.com/search.html) or [wikipedia](https://www.wikipedia.org/) if possible. | Required | - | +| `RESOLUTION` | Maximum stream resolution. | Optional | `2160p`, `1080p`, `720p`, `480p`, `360p` etc | +| `LABEL` | Specified in cases where the broadcast for some reason may not be available to some users. | Optional | `Geo-blocked` or `Not 24/7` | +| `STREAM_URL` | Stream URL. | Required | - | Example: ```xml -#EXTINF:-1 tvg-id="ExampleTVPlus3.ua" tvg-country="UA" tvg-language="Ukrainian;Russian" tvg-logo="https://i.imgur.com/bu12f89.png" group-title="Kids",Example TV +3 (Пример ТВ) (720p) [not 24/7] +#EXTINF:-1 tvg-id="ExampleTV.ua",Example TV (720p) [Not 24/7] https://example.com/playlist.m3u8 ``` -Also, if necessary, you can specify custom HTTP User-Agent or Referrer via the `#EXTVLCOPT` tag: +Also, if necessary, you can specify custom HTTP User-Agent and Referrer via the `#EXTVLCOPT` tag: ```xml -#EXTINF:-1 tvg-id="ExampleTV.us" tvg-country="US" tvg-language="English" tvg-logo="http://example.com/channel-logo.png" group-title="News",Example TV +#EXTINF:-1 tvg-id="ExampleTV.us",Example TV #EXTVLCOPT:http-referrer=http://example.com/ #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) http://example.com/stream.m3u8 @@ -151,24 +86,21 @@ http://example.com/stream.m3u8 ## Project Structure - `.github/` - - `ISSUE_TEMPLATE/`: issue templates for this repository. + - `ISSUE_TEMPLATE/`: issue templates for the repository. - `workflows/` - `auto-update.yml`: GitHub workflow that launches daily playlist updates (at 0:00 and 12:00 UTC). - - `check.yml`: GitHub workflow that checks every pull request for syntax errors. - - `cleanup.yml`: GitHub workflow that removes broken links by request. - - `validate.yml`: GitHub workflow that compares channel names with the blocklist each time a pull request is made. + - `check.yml`: GitHub workflow that checks every pull request for syntax errors and blocked channels. - `CODE_OF_CONDUCT.md`: rules you shouldn't break if you don't want to get banned. - `.readme/` - `config.json`: config for the `markdown-include` package, which is used to compile everything into one `README.md` file. - `preview.png`: image displayed in the `README.md`. - `supported-categories.md`: list of supported categories. - - `supported-statuses.md`: list of supported statuses. - `supported-regions.md`: list of supported regions. - `template.md`: template for `README.md`. -- `channels/`: contains all channels broken down by the country from which they are broadcast. +- `scripts/`: contains all the scripts used in GitHub workflows. +- `streams/`: contains all streams broken down by the country from which they are broadcast. - ... - `unsorted.m3u`: playlist with channels not yet sorted. -- `scripts/`: contains all the scripts used in GitHub workflows. -- `tests/`: contains tests to check the scripts in the folder above. +- `tests/`: contains tests to check the scripts. - `CONTRIBUTING.md`: file you are currently reading. - `README.md`: project description generated from the contents of the `.readme/` folder. diff --git a/package-lock.json b/package-lock.json index 919968e9d..e568909bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,62 +7,80 @@ "name": "iptv", "license": "MIT", "dependencies": { - "chunk": "^0.0.3", - "commander": "^7.0.0", - "crypto": "^1.0.1", + "@alex_neo/jest-expect-message": "^1.0.5", + "chalk": "^4.1.2", + "commander": "^8.3.0", "dayjs": "^1.10.7", + "fs-extra": "^10.0.0", "iptv-checker": "^0.22.0", "iptv-playlist-parser": "^0.10.2", - "jest": "^27.4.3", + "jest": "^27.5.1", + "jest-expect-message": "^1.0.2", "lodash": "^4.17.21", "m3u-linter": "^0.3.0", "markdown-include": "^0.4.3", - "mz": "^2.7.0", + "natural-orderby": "^2.0.3", "nedb-promises": "^5.0.2", "normalize-url": "^6.1.0", - "transliteration": "^2.2.0", - "winston": "^3.3.3" + "signale": "^1.4.0", + "transliteration": "^2.2.0" + } + }, + "node_modules/@alex_neo/jest-expect-message": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@alex_neo/jest-expect-message/-/jest-expect-message-1.0.5.tgz", + "integrity": "sha512-1eBykZCd0pPGl5qKtV6Z5ARA6yuhXzHsVN2h5GH5/H6svYa37Jr7vMio5OFpiw1LBHtscrZs7amSkZkcwm0cvQ==" + }, + "node_modules/@ampproject/remapping": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.1.1.tgz", + "integrity": "sha512-Aolwjd7HSC2PyY0fDj/wA/EimQT4HfEnFYNp5s9CQlrdhyvWTtvZ5YzrUPu6R6/1jKiUlxu8bUhkdSnKHNAHMA==", + "dependencies": { + "@jridgewell/trace-mapping": "^0.3.0" + }, + "engines": { + "node": ">=6.0.0" } }, "node_modules/@babel/code-frame": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.0.tgz", - "integrity": "sha512-IF4EOMEV+bfYwOmNxGzSnjR2EmQod7f1UXOpZM3l4i4o4QNwzjtJAu/HxdjHq0aYBvdqMuQEY1eg0nqW9ZPORA==", + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz", + "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==", "dependencies": { - "@babel/highlight": "^7.16.0" + "@babel/highlight": "^7.16.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/compat-data": { - "version": "7.16.4", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.16.4.tgz", - "integrity": "sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q==", + "version": "7.17.0", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.17.0.tgz", + "integrity": "sha512-392byTlpGWXMv4FbyWw3sAZ/FrW/DrwqLGXpy0mbyNe9Taqv1mg9yON5/o0cnr8XYCkFTZbC1eV+c+LAROgrng==", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/core": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.16.0.tgz", - "integrity": "sha512-mYZEvshBRHGsIAiyH5PzCFTCfbWfoYbO/jcSdXQSUQu1/pW0xDZAUP7KEc32heqWTAfAHhV9j1vH8Sav7l+JNQ==", - "dependencies": { - "@babel/code-frame": "^7.16.0", - "@babel/generator": "^7.16.0", - "@babel/helper-compilation-targets": "^7.16.0", - "@babel/helper-module-transforms": "^7.16.0", - "@babel/helpers": "^7.16.0", - "@babel/parser": "^7.16.0", - "@babel/template": "^7.16.0", - "@babel/traverse": "^7.16.0", - "@babel/types": "^7.16.0", + "version": "7.17.2", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.2.tgz", + "integrity": "sha512-R3VH5G42VSDolRHyUO4V2cfag8WHcZyxdq5Z/m8Xyb92lW/Erm/6kM+XtRFGf3Mulre3mveni2NHfEUws8wSvw==", + "dependencies": { + "@ampproject/remapping": "^2.0.0", + "@babel/code-frame": "^7.16.7", + "@babel/generator": "^7.17.0", + "@babel/helper-compilation-targets": "^7.16.7", + "@babel/helper-module-transforms": "^7.16.7", + "@babel/helpers": "^7.17.2", + "@babel/parser": "^7.17.0", + "@babel/template": "^7.16.7", + "@babel/traverse": "^7.17.0", + "@babel/types": "^7.17.0", "convert-source-map": "^1.7.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", "json5": "^2.1.2", - "semver": "^6.3.0", - "source-map": "^0.5.0" + "semver": "^6.3.0" }, "engines": { "node": ">=6.9.0" @@ -72,20 +90,12 @@ "url": "https://opencollective.com/babel" } }, - "node_modules/@babel/core/node_modules/source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/@babel/generator": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.16.0.tgz", - "integrity": "sha512-RR8hUCfRQn9j9RPKEVXo9LiwoxLPYn6hNZlvUOR8tSnaxlD0p0+la00ZP9/SnRt6HchKr+X0fO2r8vrETiJGew==", + "version": "7.17.0", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.0.tgz", + "integrity": "sha512-I3Omiv6FGOC29dtlZhkfXO6pgkmukJSlT26QjVvS1DGZe/NzSVCPG41X0tS21oZkJYlovfj9qDWgKP+Cn4bXxw==", "dependencies": { - "@babel/types": "^7.16.0", + "@babel/types": "^7.17.0", "jsesc": "^2.5.1", "source-map": "^0.5.0" }, @@ -102,12 +112,12 @@ } }, "node_modules/@babel/helper-compilation-targets": { - "version": "7.16.3", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.3.tgz", - "integrity": "sha512-vKsoSQAyBmxS35JUOOt+07cLc6Nk/2ljLIHwmq2/NM6hdioUaqEXq/S+nXvbvXbZkNDlWOymPanJGOc4CBjSJA==", + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.7.tgz", + "integrity": "sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA==", "dependencies": { - "@babel/compat-data": "^7.16.0", - "@babel/helper-validator-option": "^7.14.5", + "@babel/compat-data": "^7.16.4", + "@babel/helper-validator-option": "^7.16.7", "browserslist": "^4.17.5", "semver": "^6.3.0" }, @@ -118,171 +128,146 @@ "@babel/core": "^7.0.0" } }, - "node_modules/@babel/helper-function-name": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.16.0.tgz", - "integrity": "sha512-BZh4mEk1xi2h4HFjWUXRQX5AEx4rvaZxHgax9gcjdLWdkjsY7MKt5p0otjsg5noXw+pB+clMCjw+aEVYADMjog==", + "node_modules/@babel/helper-environment-visitor": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz", + "integrity": "sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==", "dependencies": { - "@babel/helper-get-function-arity": "^7.16.0", - "@babel/template": "^7.16.0", - "@babel/types": "^7.16.0" + "@babel/types": "^7.16.7" }, "engines": { "node": ">=6.9.0" } }, - "node_modules/@babel/helper-get-function-arity": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.0.tgz", - "integrity": "sha512-ASCquNcywC1NkYh/z7Cgp3w31YW8aojjYIlNg4VeJiHkqyP4AzIvr4qx7pYDb4/s8YcsZWqqOSxgkvjUz1kpDQ==", + "node_modules/@babel/helper-function-name": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz", + "integrity": "sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA==", "dependencies": { - "@babel/types": "^7.16.0" + "@babel/helper-get-function-arity": "^7.16.7", + "@babel/template": "^7.16.7", + "@babel/types": "^7.16.7" }, "engines": { "node": ">=6.9.0" } }, - "node_modules/@babel/helper-hoist-variables": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.0.tgz", - "integrity": "sha512-1AZlpazjUR0EQZQv3sgRNfM9mEVWPK3M6vlalczA+EECcPz3XPh6VplbErL5UoMpChhSck5wAJHthlj1bYpcmg==", + "node_modules/@babel/helper-get-function-arity": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz", + "integrity": "sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==", "dependencies": { - "@babel/types": "^7.16.0" + "@babel/types": "^7.16.7" }, "engines": { "node": ">=6.9.0" } }, - "node_modules/@babel/helper-member-expression-to-functions": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.0.tgz", - "integrity": "sha512-bsjlBFPuWT6IWhl28EdrQ+gTvSvj5tqVP5Xeftp07SEuz5pLnsXZuDkDD3Rfcxy0IsHmbZ+7B2/9SHzxO0T+sQ==", + "node_modules/@babel/helper-hoist-variables": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz", + "integrity": "sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==", "dependencies": { - "@babel/types": "^7.16.0" + "@babel/types": "^7.16.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-imports": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.0.tgz", - "integrity": "sha512-kkH7sWzKPq0xt3H1n+ghb4xEMP8k0U7XV3kkB+ZGy69kDk2ySFW1qPi06sjKzFY3t1j6XbJSqr4mF9L7CYVyhg==", + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz", + "integrity": "sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==", "dependencies": { - "@babel/types": "^7.16.0" + "@babel/types": "^7.16.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-transforms": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.16.0.tgz", - "integrity": "sha512-My4cr9ATcaBbmaEa8M0dZNA74cfI6gitvUAskgDtAFmAqyFKDSHQo5YstxPbN+lzHl2D9l/YOEFqb2mtUh4gfA==", + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.16.7.tgz", + "integrity": "sha512-gaqtLDxJEFCeQbYp9aLAefjhkKdjKcdh6DB7jniIGU3Pz52WAmP268zK0VgPz9hUNkMSYeH976K2/Y6yPadpng==", "dependencies": { - "@babel/helper-module-imports": "^7.16.0", - "@babel/helper-replace-supers": "^7.16.0", - "@babel/helper-simple-access": "^7.16.0", - "@babel/helper-split-export-declaration": "^7.16.0", - "@babel/helper-validator-identifier": "^7.15.7", - "@babel/template": "^7.16.0", - "@babel/traverse": "^7.16.0", - "@babel/types": "^7.16.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-optimise-call-expression": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.0.tgz", - "integrity": "sha512-SuI467Gi2V8fkofm2JPnZzB/SUuXoJA5zXe/xzyPP2M04686RzFKFHPK6HDVN6JvWBIEW8tt9hPR7fXdn2Lgpw==", - "dependencies": { - "@babel/types": "^7.16.0" + "@babel/helper-environment-visitor": "^7.16.7", + "@babel/helper-module-imports": "^7.16.7", + "@babel/helper-simple-access": "^7.16.7", + "@babel/helper-split-export-declaration": "^7.16.7", + "@babel/helper-validator-identifier": "^7.16.7", + "@babel/template": "^7.16.7", + "@babel/traverse": "^7.16.7", + "@babel/types": "^7.16.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-plugin-utils": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz", - "integrity": "sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ==", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-replace-supers": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.16.0.tgz", - "integrity": "sha512-TQxuQfSCdoha7cpRNJvfaYxxxzmbxXw/+6cS7V02eeDYyhxderSoMVALvwupA54/pZcOTtVeJ0xccp1nGWladA==", - "dependencies": { - "@babel/helper-member-expression-to-functions": "^7.16.0", - "@babel/helper-optimise-call-expression": "^7.16.0", - "@babel/traverse": "^7.16.0", - "@babel/types": "^7.16.0" - }, + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz", + "integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-simple-access": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.16.0.tgz", - "integrity": "sha512-o1rjBT/gppAqKsYfUdfHq5Rk03lMQrkPHG1OWzHWpLgVXRH4HnMM9Et9CVdIqwkCQlobnGHEJMsgWP/jE1zUiw==", + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.16.7.tgz", + "integrity": "sha512-ZIzHVyoeLMvXMN/vok/a4LWRy8G2v205mNP0XOuf9XRLyX5/u9CnVulUtDgUTama3lT+bf/UqucuZjqiGuTS1g==", "dependencies": { - "@babel/types": "^7.16.0" + "@babel/types": "^7.16.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-split-export-declaration": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.0.tgz", - "integrity": "sha512-0YMMRpuDFNGTHNRiiqJX19GjNXA4H0E8jZ2ibccfSxaCogbm3am5WN/2nQNj0YnQwGWM1J06GOcQ2qnh3+0paw==", + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz", + "integrity": "sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==", "dependencies": { - "@babel/types": "^7.16.0" + "@babel/types": "^7.16.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.15.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz", - "integrity": "sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==", + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz", + "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-option": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz", - "integrity": "sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow==", + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz", + "integrity": "sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helpers": { - "version": "7.16.3", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.16.3.tgz", - "integrity": "sha512-Xn8IhDlBPhvYTvgewPKawhADichOsbkZuzN7qz2BusOM0brChsyXMDJvldWaYMMUNiCQdQzNEioXTp3sC8Nt8w==", + "version": "7.17.2", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.2.tgz", + "integrity": "sha512-0Qu7RLR1dILozr/6M0xgj+DFPmi6Bnulgm9M8BVa9ZCWxDqlSnqt3cf8IDPB5m45sVXUZ0kuQAgUrdSFFH79fQ==", "dependencies": { - "@babel/template": "^7.16.0", - "@babel/traverse": "^7.16.3", - "@babel/types": "^7.16.0" + "@babel/template": "^7.16.7", + "@babel/traverse": "^7.17.0", + "@babel/types": "^7.17.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/highlight": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.0.tgz", - "integrity": "sha512-t8MH41kUQylBtu2+4IQA3atqevA2lRgqA2wyVB/YiWmsDSuylZZuXOUy9ric30hfzauEFfdsuk/eXTRrGrfd0g==", + "version": "7.16.10", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.10.tgz", + "integrity": "sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw==", "dependencies": { - "@babel/helper-validator-identifier": "^7.15.7", + "@babel/helper-validator-identifier": "^7.16.7", "chalk": "^2.0.0", "js-tokens": "^4.0.0" }, @@ -327,6 +312,14 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" }, + "node_modules/@babel/highlight/node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "engines": { + "node": ">=0.8.0" + } + }, "node_modules/@babel/highlight/node_modules/has-flag": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", @@ -347,9 +340,9 @@ } }, "node_modules/@babel/parser": { - "version": "7.16.4", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.4.tgz", - "integrity": "sha512-6V0qdPUaiVHH3RtZeLIsc+6pDhbYzHR8ogA8w+f+Wc77DuXto19g2QUwveINoS34Uw+W8/hQDGJCx+i4n7xcng==", + "version": "7.17.0", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.0.tgz", + "integrity": "sha512-VKXSCQx5D8S04ej+Dqsr1CzYvvWgf20jIw2D+YhQCrIlr2UZGaDds23Y0xg75/skOxpLCRpUZvk/1EAVkGoDOw==", "bin": { "parser": "bin/babel-parser.js" }, @@ -493,11 +486,11 @@ } }, "node_modules/@babel/plugin-syntax-typescript": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.16.0.tgz", - "integrity": "sha512-Xv6mEXqVdaqCBfJFyeab0fH2DnUoMsDmhamxsSi4j8nLd4Vtw213WMJr55xxqipC/YVWyPY3K0blJncPYji+dQ==", + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.16.7.tgz", + "integrity": "sha512-YhUIJHHGkqPgEcMYkPCKTyGUdoGKWtopIycQyjJH8OjvRgOYsXsaKehLVPScKJWAULPxMa4N1vCe6szREFlZ7A==", "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" + "@babel/helper-plugin-utils": "^7.16.7" }, "engines": { "node": ">=6.9.0" @@ -507,30 +500,31 @@ } }, "node_modules/@babel/template": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.0.tgz", - "integrity": "sha512-MnZdpFD/ZdYhXwiunMqqgyZyucaYsbL0IrjoGjaVhGilz+x8YB++kRfygSOIj1yOtWKPlx7NBp+9I1RQSgsd5A==", + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz", + "integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==", "dependencies": { - "@babel/code-frame": "^7.16.0", - "@babel/parser": "^7.16.0", - "@babel/types": "^7.16.0" + "@babel/code-frame": "^7.16.7", + "@babel/parser": "^7.16.7", + "@babel/types": "^7.16.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.16.3", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.16.3.tgz", - "integrity": "sha512-eolumr1vVMjqevCpwVO99yN/LoGL0EyHiLO5I043aYQvwOJ9eR5UsZSClHVCzfhBduMAsSzgA/6AyqPjNayJag==", - "dependencies": { - "@babel/code-frame": "^7.16.0", - "@babel/generator": "^7.16.0", - "@babel/helper-function-name": "^7.16.0", - "@babel/helper-hoist-variables": "^7.16.0", - "@babel/helper-split-export-declaration": "^7.16.0", - "@babel/parser": "^7.16.3", - "@babel/types": "^7.16.0", + "version": "7.17.0", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.17.0.tgz", + "integrity": "sha512-fpFIXvqD6kC7c7PUNnZ0Z8cQXlarCLtCUpt2S1Dx7PjoRtCFffvOkHHSom+m5HIxMZn5bIBVb71lhabcmjEsqg==", + "dependencies": { + "@babel/code-frame": "^7.16.7", + "@babel/generator": "^7.17.0", + "@babel/helper-environment-visitor": "^7.16.7", + "@babel/helper-function-name": "^7.16.7", + "@babel/helper-hoist-variables": "^7.16.7", + "@babel/helper-split-export-declaration": "^7.16.7", + "@babel/parser": "^7.17.0", + "@babel/types": "^7.17.0", "debug": "^4.1.0", "globals": "^11.1.0" }, @@ -539,11 +533,11 @@ } }, "node_modules/@babel/types": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.0.tgz", - "integrity": "sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg==", + "version": "7.17.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.17.0.tgz", + "integrity": "sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==", "dependencies": { - "@babel/helper-validator-identifier": "^7.15.7", + "@babel/helper-validator-identifier": "^7.16.7", "to-fast-properties": "^2.0.0" }, "engines": { @@ -555,16 +549,6 @@ "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz", "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==" }, - "node_modules/@dabh/diagnostics": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@dabh/diagnostics/-/diagnostics-2.0.2.tgz", - "integrity": "sha512-+A1YivoVDNNVCdfozHSR8v/jyuuLTMXwjWuxPFlFlUapXoGc+Gj9mDlTDDfrwl7rXCl2tNZ0kE8sIBO6YOn96Q==", - "dependencies": { - "colorspace": "1.1.x", - "enabled": "2.0.x", - "kuler": "^2.0.0" - } - }, "node_modules/@istanbuljs/load-nyc-config": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", @@ -589,15 +573,15 @@ } }, "node_modules/@jest/console": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/@jest/console/-/console-27.4.2.tgz", - "integrity": "sha512-xknHThRsPB/To1FUbi6pCe43y58qFC03zfb6R7fDb/FfC7k2R3i1l+izRBJf8DI46KhYGRaF14Eo9A3qbBoixg==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/console/-/console-27.5.1.tgz", + "integrity": "sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==", "dependencies": { - "@jest/types": "^27.4.2", + "@jest/types": "^27.5.1", "@types/node": "*", "chalk": "^4.0.0", - "jest-message-util": "^27.4.2", - "jest-util": "^27.4.2", + "jest-message-util": "^27.5.1", + "jest-util": "^27.5.1", "slash": "^3.0.0" }, "engines": { @@ -605,34 +589,34 @@ } }, "node_modules/@jest/core": { - "version": "27.4.3", - "resolved": "https://registry.npmjs.org/@jest/core/-/core-27.4.3.tgz", - "integrity": "sha512-V9ms3zSxUHxh1E/ZLAiXF7SLejsdFnjWTFizWotMOWvjho0lW5kSjZymhQSodNW0T0ZMQRiha7f8+NcFVm3hJQ==", - "dependencies": { - "@jest/console": "^27.4.2", - "@jest/reporters": "^27.4.2", - "@jest/test-result": "^27.4.2", - "@jest/transform": "^27.4.2", - "@jest/types": "^27.4.2", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/core/-/core-27.5.1.tgz", + "integrity": "sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==", + "dependencies": { + "@jest/console": "^27.5.1", + "@jest/reporters": "^27.5.1", + "@jest/test-result": "^27.5.1", + "@jest/transform": "^27.5.1", + "@jest/types": "^27.5.1", "@types/node": "*", "ansi-escapes": "^4.2.1", "chalk": "^4.0.0", "emittery": "^0.8.1", "exit": "^0.1.2", - "graceful-fs": "^4.2.4", - "jest-changed-files": "^27.4.2", - "jest-config": "^27.4.3", - "jest-haste-map": "^27.4.2", - "jest-message-util": "^27.4.2", - "jest-regex-util": "^27.4.0", - "jest-resolve": "^27.4.2", - "jest-resolve-dependencies": "^27.4.2", - "jest-runner": "^27.4.3", - "jest-runtime": "^27.4.2", - "jest-snapshot": "^27.4.2", - "jest-util": "^27.4.2", - "jest-validate": "^27.4.2", - "jest-watcher": "^27.4.2", + "graceful-fs": "^4.2.9", + "jest-changed-files": "^27.5.1", + "jest-config": "^27.5.1", + "jest-haste-map": "^27.5.1", + "jest-message-util": "^27.5.1", + "jest-regex-util": "^27.5.1", + "jest-resolve": "^27.5.1", + "jest-resolve-dependencies": "^27.5.1", + "jest-runner": "^27.5.1", + "jest-runtime": "^27.5.1", + "jest-snapshot": "^27.5.1", + "jest-util": "^27.5.1", + "jest-validate": "^27.5.1", + "jest-watcher": "^27.5.1", "micromatch": "^4.0.4", "rimraf": "^3.0.0", "slash": "^3.0.0", @@ -651,73 +635,73 @@ } }, "node_modules/@jest/environment": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-27.4.2.tgz", - "integrity": "sha512-uSljKxh/rGlHlmhyeG4ZoVK9hOec+EPBkwTHkHKQ2EqDu5K+MaG9uJZ8o1CbRsSdZqSuhXvJCYhBWsORPPg6qw==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-27.5.1.tgz", + "integrity": "sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==", "dependencies": { - "@jest/fake-timers": "^27.4.2", - "@jest/types": "^27.4.2", + "@jest/fake-timers": "^27.5.1", + "@jest/types": "^27.5.1", "@types/node": "*", - "jest-mock": "^27.4.2" + "jest-mock": "^27.5.1" }, "engines": { "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, "node_modules/@jest/fake-timers": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.4.2.tgz", - "integrity": "sha512-f/Xpzn5YQk5adtqBgvw1V6bF8Nx3hY0OIRRpCvWcfPl0EAjdqWPdhH3t/3XpiWZqtjIEHDyMKP9ajpva1l4Zmg==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.5.1.tgz", + "integrity": "sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==", "dependencies": { - "@jest/types": "^27.4.2", + "@jest/types": "^27.5.1", "@sinonjs/fake-timers": "^8.0.1", "@types/node": "*", - "jest-message-util": "^27.4.2", - "jest-mock": "^27.4.2", - "jest-util": "^27.4.2" + "jest-message-util": "^27.5.1", + "jest-mock": "^27.5.1", + "jest-util": "^27.5.1" }, "engines": { "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, "node_modules/@jest/globals": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-27.4.2.tgz", - "integrity": "sha512-KkfaHEttlGpXYAQTZHgrESiEPx2q/DKAFLGLFda1uGVrqc17snd3YVPhOxlXOHIzVPs+lQ/SDB2EIvxyGzb3Ew==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-27.5.1.tgz", + "integrity": "sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==", "dependencies": { - "@jest/environment": "^27.4.2", - "@jest/types": "^27.4.2", - "expect": "^27.4.2" + "@jest/environment": "^27.5.1", + "@jest/types": "^27.5.1", + "expect": "^27.5.1" }, "engines": { "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, "node_modules/@jest/reporters": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-27.4.2.tgz", - "integrity": "sha512-sp4aqmdBJtjKetEakzDPcZggPcVIF6w9QLkYBbaWDV6e/SIsHnF1S4KtIH91eEc2fp7ep6V/e1xvdfEoho1d2w==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-27.5.1.tgz", + "integrity": "sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==", "dependencies": { "@bcoe/v8-coverage": "^0.2.3", - "@jest/console": "^27.4.2", - "@jest/test-result": "^27.4.2", - "@jest/transform": "^27.4.2", - "@jest/types": "^27.4.2", + "@jest/console": "^27.5.1", + "@jest/test-result": "^27.5.1", + "@jest/transform": "^27.5.1", + "@jest/types": "^27.5.1", "@types/node": "*", "chalk": "^4.0.0", "collect-v8-coverage": "^1.0.0", "exit": "^0.1.2", "glob": "^7.1.2", - "graceful-fs": "^4.2.4", + "graceful-fs": "^4.2.9", "istanbul-lib-coverage": "^3.0.0", - "istanbul-lib-instrument": "^4.0.3", + "istanbul-lib-instrument": "^5.1.0", "istanbul-lib-report": "^3.0.0", "istanbul-lib-source-maps": "^4.0.0", - "istanbul-reports": "^3.0.2", - "jest-haste-map": "^27.4.2", - "jest-resolve": "^27.4.2", - "jest-util": "^27.4.2", - "jest-worker": "^27.4.2", + "istanbul-reports": "^3.1.3", + "jest-haste-map": "^27.5.1", + "jest-resolve": "^27.5.1", + "jest-util": "^27.5.1", + "jest-worker": "^27.5.1", "slash": "^3.0.0", "source-map": "^0.6.0", "string-length": "^4.0.1", @@ -737,12 +721,12 @@ } }, "node_modules/@jest/source-map": { - "version": "27.4.0", - "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-27.4.0.tgz", - "integrity": "sha512-Ntjx9jzP26Bvhbm93z/AKcPRj/9wrkI88/gK60glXDx1q+IeI0rf7Lw2c89Ch6ofonB0On/iRDreQuQ6te9pgQ==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-27.5.1.tgz", + "integrity": "sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==", "dependencies": { "callsites": "^3.0.0", - "graceful-fs": "^4.2.4", + "graceful-fs": "^4.2.9", "source-map": "^0.6.0" }, "engines": { @@ -750,12 +734,12 @@ } }, "node_modules/@jest/test-result": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-27.4.2.tgz", - "integrity": "sha512-kr+bCrra9jfTgxHXHa2UwoQjxvQk3Am6QbpAiJ5x/50LW8llOYrxILkqY0lZRW/hu8FXesnudbql263+EW9iNA==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-27.5.1.tgz", + "integrity": "sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==", "dependencies": { - "@jest/console": "^27.4.2", - "@jest/types": "^27.4.2", + "@jest/console": "^27.5.1", + "@jest/types": "^27.5.1", "@types/istanbul-lib-coverage": "^2.0.0", "collect-v8-coverage": "^1.0.0" }, @@ -764,36 +748,36 @@ } }, "node_modules/@jest/test-sequencer": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-27.4.2.tgz", - "integrity": "sha512-HmHp5mlh9f9GyNej5yCS1JZIFfUGnP9+jEOH5zoq5EmsuZeYD+dGULqyvGDPtuzzbyAFJ6R4+z4SS0VvnFwwGQ==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-27.5.1.tgz", + "integrity": "sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ==", "dependencies": { - "@jest/test-result": "^27.4.2", - "graceful-fs": "^4.2.4", - "jest-haste-map": "^27.4.2", - "jest-runtime": "^27.4.2" + "@jest/test-result": "^27.5.1", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^27.5.1", + "jest-runtime": "^27.5.1" }, "engines": { "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, "node_modules/@jest/transform": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.4.2.tgz", - "integrity": "sha512-RTKcPZllfcmLfnlxBya7aypofhdz05+E6QITe55Ex0rxyerkgjmmpMlvVn11V0cP719Ps6WcDYCnDzxnnJUwKg==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.5.1.tgz", + "integrity": "sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==", "dependencies": { "@babel/core": "^7.1.0", - "@jest/types": "^27.4.2", - "babel-plugin-istanbul": "^6.0.0", + "@jest/types": "^27.5.1", + "babel-plugin-istanbul": "^6.1.1", "chalk": "^4.0.0", "convert-source-map": "^1.4.0", "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.4", - "jest-haste-map": "^27.4.2", - "jest-regex-util": "^27.4.0", - "jest-util": "^27.4.2", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^27.5.1", + "jest-regex-util": "^27.5.1", + "jest-util": "^27.5.1", "micromatch": "^4.0.4", - "pirates": "^4.0.1", + "pirates": "^4.0.4", "slash": "^3.0.0", "source-map": "^0.6.1", "write-file-atomic": "^3.0.0" @@ -803,9 +787,9 @@ } }, "node_modules/@jest/types": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.4.2.tgz", - "integrity": "sha512-j35yw0PMTPpZsUoOBiuHzr1zTYoad1cVIE0ajEjcrJONxxrko/IRGKkXx3os0Nsi4Hu3+5VmDbVfq5WhG/pWAg==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz", + "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==", "dependencies": { "@types/istanbul-lib-coverage": "^2.0.0", "@types/istanbul-reports": "^3.0.0", @@ -817,6 +801,28 @@ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, + "node_modules/@jridgewell/resolve-uri": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz", + "integrity": "sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew==", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.4.11", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz", + "integrity": "sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==" + }, + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.4.tgz", + "integrity": "sha512-vFv9ttIedivx0ux3QSjhgtCVjPZd5l46ZOMDSCwnH1yUO2e964gO8LZGyv2QkqcgR6TnBU1v+1IFqmeoG+0UJQ==", + "dependencies": { + "@jridgewell/resolve-uri": "^3.0.3", + "@jridgewell/sourcemap-codec": "^1.4.10" + } + }, "node_modules/@seald-io/binary-search-tree": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/@seald-io/binary-search-tree/-/binary-search-tree-1.0.2.tgz", @@ -857,9 +863,9 @@ } }, "node_modules/@types/babel__core": { - "version": "7.1.17", - "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.17.tgz", - "integrity": "sha512-6zzkezS9QEIL8yCBvXWxPTJPNuMeECJVxSOhxNY/jfq9LxOTHivaYTqr37n9LknWWRTIkzqH2UilS5QFvfa90A==", + "version": "7.1.18", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.18.tgz", + "integrity": "sha512-S7unDjm/C7z2A2R9NzfKCK1I+BAALDtxEmsJBwlB3EzNfb929ykjL++1CK9LO++EIp2fQrC8O+BwjKvz6UeDyQ==", "dependencies": { "@babel/parser": "^7.1.0", "@babel/types": "^7.0.0", @@ -869,9 +875,9 @@ } }, "node_modules/@types/babel__generator": { - "version": "7.6.3", - "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.3.tgz", - "integrity": "sha512-/GWCmzJWqV7diQW54smJZzWbSFf4QYtF71WCKhcx6Ru/tFyQIY2eiiITcCAeuPbNSvT9YCGkVMqqvSk2Z0mXiA==", + "version": "7.6.4", + "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz", + "integrity": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==", "dependencies": { "@babel/types": "^7.0.0" } @@ -902,9 +908,9 @@ } }, "node_modules/@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.3.tgz", - "integrity": "sha512-sz7iLqvVUg1gIedBOvlkxPlc8/uVzyS5OwGz1cKjXzkl3FpL3al0crU8YGU1WoHkxn0Wxbw5tyi6hvzJKNzFsw==" + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz", + "integrity": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==" }, "node_modules/@types/istanbul-lib-report": { "version": "3.0.0", @@ -923,14 +929,14 @@ } }, "node_modules/@types/node": { - "version": "16.11.12", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.12.tgz", - "integrity": "sha512-+2Iggwg7PxoO5Kyhvsq9VarmPbIelXP070HMImEpbtGCoyWNINQj4wzjbQCXzdHTRXnqufutJb5KAURZANNBAw==" + "version": "17.0.18", + "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.18.tgz", + "integrity": "sha512-eKj4f/BsN/qcculZiRSujogjvp5O/k4lOW5m35NopjZM/QwLOR075a8pJW5hD+Rtdm2DaCVPENS6KtSQnUD6BA==" }, "node_modules/@types/prettier": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.4.2.tgz", - "integrity": "sha512-ekoj4qOQYp7CvjX8ZDBgN86w3MqQhLE1hczEJbEIjgFEumDy+na/4AJAbLXfgEWFNB2pKadM5rPFtuSGMWK7xA==" + "version": "2.4.4", + "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.4.4.tgz", + "integrity": "sha512-ReVR2rLTV1kvtlWFyuot+d1pkpG2Fw/XKE3PDAdj57rbM97ttSp9JZ2UsP+2EHTylra9cUf6JA7tGwW1INzUrA==" }, "node_modules/@types/stack-utils": { "version": "2.0.1", @@ -956,9 +962,9 @@ "integrity": "sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==" }, "node_modules/acorn": { - "version": "8.6.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.6.0.tgz", - "integrity": "sha512-U1riIR+lBSNi3IbxtaHOIKdH8sLFv3NYfNv8sg7ZsNhcfl4HF2++BfqqrNAxoCLQW1iiylOj76ecnaUxz+z9yw==", + "version": "8.7.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.0.tgz", + "integrity": "sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==", "bin": { "acorn": "bin/acorn" }, @@ -1041,11 +1047,6 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/any-promise": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz", - "integrity": "sha1-q8av7tzqUugJzcA3au0845Y10X8=" - }, "node_modules/anymatch": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", @@ -1085,17 +1086,17 @@ } }, "node_modules/babel-jest": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.4.2.tgz", - "integrity": "sha512-MADrjb3KBO2eyZCAc6QaJg6RT5u+6oEdDyHO5HEalnpwQ6LrhTsQF2Kj1Wnz2t6UPXIXPk18dSXXOT0wF5yTxA==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.5.1.tgz", + "integrity": "sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==", "dependencies": { - "@jest/transform": "^27.4.2", - "@jest/types": "^27.4.2", + "@jest/transform": "^27.5.1", + "@jest/types": "^27.5.1", "@types/babel__core": "^7.1.14", - "babel-plugin-istanbul": "^6.0.0", - "babel-preset-jest": "^27.4.0", + "babel-plugin-istanbul": "^6.1.1", + "babel-preset-jest": "^27.5.1", "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", + "graceful-fs": "^4.2.9", "slash": "^3.0.0" }, "engines": { @@ -1120,25 +1121,10 @@ "node": ">=8" } }, - "node_modules/babel-plugin-istanbul/node_modules/istanbul-lib-instrument": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.1.0.tgz", - "integrity": "sha512-czwUz525rkOFDJxfKK6mYfIs9zBKILyrZQxjz3ABhjQXhbhFsSbo1HW/BFcsDnfJYJWA6thRR5/TUY2qs5W99Q==", - "dependencies": { - "@babel/core": "^7.12.3", - "@babel/parser": "^7.14.7", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-coverage": "^3.2.0", - "semver": "^6.3.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/babel-plugin-jest-hoist": { - "version": "27.4.0", - "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.4.0.tgz", - "integrity": "sha512-Jcu7qS4OX5kTWBc45Hz7BMmgXuJqRnhatqpUhnzGC3OBYpOmf2tv6jFNwZpwM7wU7MUuv2r9IPS/ZlYOuburVw==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.5.1.tgz", + "integrity": "sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ==", "dependencies": { "@babel/template": "^7.3.3", "@babel/types": "^7.3.3", @@ -1172,11 +1158,11 @@ } }, "node_modules/babel-preset-jest": { - "version": "27.4.0", - "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-27.4.0.tgz", - "integrity": "sha512-NK4jGYpnBvNxcGo7/ZpZJr51jCGT+3bwwpVIDY2oNfTxJJldRtB4VAcYdgp1loDE50ODuTu+yBjpMAswv5tlpg==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-27.5.1.tgz", + "integrity": "sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==", "dependencies": { - "babel-plugin-jest-hoist": "^27.4.0", + "babel-plugin-jest-hoist": "^27.5.1", "babel-preset-current-node-syntax": "^1.0.0" }, "engines": { @@ -1217,12 +1203,12 @@ "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==" }, "node_modules/browserslist": { - "version": "4.18.1", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.18.1.tgz", - "integrity": "sha512-8ScCzdpPwR2wQh8IT82CA2VgDwjHyqMovPBZSNH54+tm4Jk2pCuv90gmAdH6J84OCRWi0b4gMe6O6XPXuJnjgQ==", + "version": "4.19.1", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.19.1.tgz", + "integrity": "sha512-u2tbbG5PdKRTUoctO3NBD8FQ5HdPh1ZXPHzp1rwaa5jTc+RV9/+RlWiAIKmjRPQF+xbGM9Kklj5bZQFa2s/38A==", "dependencies": { - "caniuse-lite": "^1.0.30001280", - "electron-to-chromium": "^1.3.896", + "caniuse-lite": "^1.0.30001286", + "electron-to-chromium": "^1.4.17", "escalade": "^3.1.1", "node-releases": "^2.0.1", "picocolors": "^1.0.0" @@ -1268,18 +1254,18 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001285", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001285.tgz", - "integrity": "sha512-KAOkuUtcQ901MtmvxfKD+ODHH9YVDYnBt+TGYSz2KIfnq22CiArbUxXPN9067gNbgMlnNYRSwho8OPXZPALB9Q==", + "version": "1.0.30001312", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001312.tgz", + "integrity": "sha512-Wiz1Psk2MEK0pX3rUzWaunLTZzqS2JYZFzNKqAiJGiuxIjRPLgV6+VDPOg6lQOUxmDwhTlh198JsTTi8Hzw6aQ==", "funding": { "type": "opencollective", "url": "https://opencollective.com/browserslist" } }, "node_modules/chalk": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz", - "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -1299,11 +1285,6 @@ "node": ">=10" } }, - "node_modules/chunk": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/chunk/-/chunk-0.0.3.tgz", - "integrity": "sha512-oGfwvhjGRW3Ks4GTdGoJhZWKEO1eomjOC26001R+5H0TIlP7vBCO+/XcNcPCA6ayYC7RQSq1/NsN4679Odcm5A==" - }, "node_modules/ci-info": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.3.0.tgz", @@ -1338,15 +1319,6 @@ "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz", "integrity": "sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg==" }, - "node_modules/color": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/color/-/color-3.2.1.tgz", - "integrity": "sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA==", - "dependencies": { - "color-convert": "^1.9.3", - "color-string": "^1.6.0" - } - }, "node_modules/color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", @@ -1363,28 +1335,6 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, - "node_modules/color-string": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.7.4.tgz", - "integrity": "sha512-nVdUvPVgZMpRQad5dcsCMOSB5BXLljklTiaxS6ehhKxDsAI5sD7k5VmFuBt1y3Rlym8uulc/ANUN/bMWtBu6Sg==", - "dependencies": { - "color-name": "^1.0.0", - "simple-swizzle": "^0.2.2" - } - }, - "node_modules/color/node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/color/node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" - }, "node_modules/colors": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz", @@ -1393,15 +1343,6 @@ "node": ">=0.1.90" } }, - "node_modules/colorspace": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/colorspace/-/colorspace-1.1.4.tgz", - "integrity": "sha512-BgvKJiuVu1igBUF2kEjRCZXol6wiiGbY5ipL/oVPwm0BL9sIpMIzM8IK7vwuxIIzOXMV3Ey5w+vxhm0rR/TN8w==", - "dependencies": { - "color": "^3.1.3", - "text-hex": "1.0.x" - } - }, "node_modules/combined-stream": { "version": "1.0.8", "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", @@ -1419,11 +1360,11 @@ "integrity": "sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w==" }, "node_modules/commander": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", - "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", + "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", "engines": { - "node": ">= 10" + "node": ">= 12" } }, "node_modules/concat-map": { @@ -1439,11 +1380,6 @@ "safe-buffer": "~5.1.1" } }, - "node_modules/core-util-is": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", - "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" - }, "node_modules/cross-spawn": { "version": "7.0.3", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", @@ -1457,12 +1393,6 @@ "node": ">= 8" } }, - "node_modules/crypto": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/crypto/-/crypto-1.0.1.tgz", - "integrity": "sha512-VxBKmeNcqQdiUQUW2Tzq0t377b54N2bMtXO/qiLa+6eRRmmC4qT3D4OnTGoT/U6O9aklQ/jTwbOtRMTTY8G0Ig==", - "deprecated": "This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's built-in." - }, "node_modules/cssom": { "version": "0.4.4", "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz", @@ -1566,9 +1496,9 @@ } }, "node_modules/diff-sequences": { - "version": "27.4.0", - "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.4.0.tgz", - "integrity": "sha512-YqiQzkrsmHMH5uuh8OdQFU9/ZpADnwzml8z0O5HvRNda+5UZsaX/xN+AAxfR2hWq1Y7HZnAzO9J5lJXOuDz2Ww==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.5.1.tgz", + "integrity": "sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==", "engines": { "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } @@ -1593,9 +1523,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.4.12", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.12.tgz", - "integrity": "sha512-zjfhG9Us/hIy8AlQ5OzfbR/C4aBv1Dg/ak4GX35CELYlJ4tDAtoEcQivXvyBdqdNQ+R6PhlgQqV8UNPJmhkJog==" + "version": "1.4.69", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.69.tgz", + "integrity": "sha512-0rxK21MqWhN/fVUXNOeBksRlw79Wq26y6R8lxEEL2v7vwzRWbYhXI7Id5msee7/q1NNgu4mG78qaablN2xtfTQ==" }, "node_modules/emittery": { "version": "0.8.1", @@ -1613,10 +1543,18 @@ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" }, - "node_modules/enabled": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/enabled/-/enabled-2.0.0.tgz", - "integrity": "sha512-AKrN98kuwOzMIdAizXGI86UFBoo26CL21UM763y1h/GMSJ4/OHU9k2YlsmBpyScFo/wbLzWQJBMCW4+IO3/+OQ==" + "node_modules/error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "dependencies": { + "is-arrayish": "^0.2.1" + } + }, + "node_modules/error-ex/node_modules/is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=" }, "node_modules/escalade": { "version": "3.1.1", @@ -1627,11 +1565,11 @@ } }, "node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", + "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", "engines": { - "node": ">=0.8.0" + "node": ">=8" } }, "node_modules/escodegen": { @@ -1714,32 +1652,19 @@ } }, "node_modules/expect": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/expect/-/expect-27.4.2.tgz", - "integrity": "sha512-BjAXIDC6ZOW+WBFNg96J22D27Nq5ohn+oGcuP2rtOtcjuxNoV9McpQ60PcQWhdFOSBIQdR72e+4HdnbZTFSTyg==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/expect/-/expect-27.5.1.tgz", + "integrity": "sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==", "dependencies": { - "@jest/types": "^27.4.2", - "ansi-styles": "^5.0.0", - "jest-get-type": "^27.4.0", - "jest-matcher-utils": "^27.4.2", - "jest-message-util": "^27.4.2", - "jest-regex-util": "^27.4.0" + "@jest/types": "^27.5.1", + "jest-get-type": "^27.5.1", + "jest-matcher-utils": "^27.5.1", + "jest-message-util": "^27.5.1" }, "engines": { "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/expect/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, "node_modules/fast-json-stable-stringify": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", @@ -1758,10 +1683,24 @@ "bser": "2.1.1" } }, - "node_modules/fecha": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/fecha/-/fecha-4.2.1.tgz", - "integrity": "sha512-MMMQ0ludy/nBs1/o0zVOiKTpG7qMbonKUzjJgQFEuvq6INZ1OraKPRAWkBq5vlKLOUMpmNYG1JoN3oDPUQ9m3Q==" + "node_modules/figures": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz", + "integrity": "sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI=", + "dependencies": { + "escape-string-regexp": "^1.0.5" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/figures/node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "engines": { + "node": ">=0.8.0" + } }, "node_modules/fill-range": { "version": "7.0.1", @@ -1786,15 +1725,10 @@ "node": ">=8" } }, - "node_modules/fn.name": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/fn.name/-/fn.name-1.1.0.tgz", - "integrity": "sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==" - }, "node_modules/follow-redirects": { - "version": "1.14.4", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.4.tgz", - "integrity": "sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g==", + "version": "1.14.8", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.8.tgz", + "integrity": "sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA==", "funding": [ { "type": "individual", @@ -1823,6 +1757,27 @@ "node": ">= 6" } }, + "node_modules/fs-extra": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.0.0.tgz", + "integrity": "sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==", + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/fs-extra/node_modules/universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "engines": { + "node": ">= 10.0.0" + } + }, "node_modules/fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", @@ -1917,9 +1872,9 @@ } }, "node_modules/graceful-fs": { - "version": "4.2.8", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.8.tgz", - "integrity": "sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==" + "version": "4.2.9", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.9.tgz", + "integrity": "sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==" }, "node_modules/has": { "version": "1.0.3", @@ -2006,9 +1961,9 @@ "integrity": "sha1-nbHb0Pr43m++D13V5Wu2BigN5ps=" }, "node_modules/import-local": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.0.3.tgz", - "integrity": "sha512-bE9iaUY3CXH8Cwfan/abDKAxe1KGT9kyGsBPqf6DMK/z0a2OzAsrukeYNgIH6cH5Xr452jb1TUL8rSfCLjZ9uA==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz", + "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==", "dependencies": { "pkg-dir": "^4.2.0", "resolve-cwd": "^3.0.0" @@ -2018,6 +1973,9 @@ }, "engines": { "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/imurmurhash": { @@ -2081,15 +2039,10 @@ "resolved": "https://registry.npmjs.org/iptv-playlist-parser/-/iptv-playlist-parser-0.10.2.tgz", "integrity": "sha512-Ls2mKaSgbLtW46KyFd0EVmzLV5lfZzU9lJZTOTrchTsF+sRVGziA6JthtgvhIhPDitruedZRlsa8RdSKGBtDfA==" }, - "node_modules/is-arrayish": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz", - "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==" - }, "node_modules/is-core-module": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.0.tgz", - "integrity": "sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==", + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz", + "integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==", "dependencies": { "has": "^1.0.3" }, @@ -2142,11 +2095,6 @@ "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=" }, - "node_modules/isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, "node_modules/isexe": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", @@ -2161,13 +2109,14 @@ } }, "node_modules/istanbul-lib-instrument": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz", - "integrity": "sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.1.0.tgz", + "integrity": "sha512-czwUz525rkOFDJxfKK6mYfIs9zBKILyrZQxjz3ABhjQXhbhFsSbo1HW/BFcsDnfJYJWA6thRR5/TUY2qs5W99Q==", "dependencies": { - "@babel/core": "^7.7.5", + "@babel/core": "^7.12.3", + "@babel/parser": "^7.14.7", "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-coverage": "^3.0.0", + "istanbul-lib-coverage": "^3.2.0", "semver": "^6.3.0" }, "engines": { @@ -2201,9 +2150,9 @@ } }, "node_modules/istanbul-reports": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.1.tgz", - "integrity": "sha512-q1kvhAXWSsXfMjCdNHNPKZZv94OlspKnoGv+R9RGbnqOOQ0VbNfLFgQDVgi7hHenKsndGq3/o0OBdzDXthWcNw==", + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.4.tgz", + "integrity": "sha512-r1/DshN4KSE7xWEknZLLLLDn5CJybV3nw01VTkp6D5jzLuELlcbudfj/eSQFvrKsJuTVCGnePO7ho82Nw9zzfw==", "dependencies": { "html-escaper": "^2.0.0", "istanbul-lib-report": "^3.0.0" @@ -2213,13 +2162,13 @@ } }, "node_modules/jest": { - "version": "27.4.3", - "resolved": "https://registry.npmjs.org/jest/-/jest-27.4.3.tgz", - "integrity": "sha512-jwsfVABBzuN3Atm+6h6vIEpTs9+VApODLt4dk2qv1WMOpb1weI1IIZfuwpMiWZ62qvWj78MvdvMHIYdUfqrFaA==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest/-/jest-27.5.1.tgz", + "integrity": "sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==", "dependencies": { - "@jest/core": "^27.4.3", + "@jest/core": "^27.5.1", "import-local": "^3.0.2", - "jest-cli": "^27.4.3" + "jest-cli": "^27.5.1" }, "bin": { "jest": "bin/jest.js" @@ -2237,11 +2186,11 @@ } }, "node_modules/jest-changed-files": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-27.4.2.tgz", - "integrity": "sha512-/9x8MjekuzUQoPjDHbBiXbNEBauhrPU2ct7m8TfCg69ywt1y/N+yYwGh3gCpnqUS3klYWDU/lSNgv+JhoD2k1A==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-27.5.1.tgz", + "integrity": "sha512-buBLMiByfWGCoMsLLzGUUSpAmIAGnbR2KJoMN10ziLhOLvP4e0SlypHnAel8iqQXTrcbmfEY9sSqae5sgUsTvw==", "dependencies": { - "@jest/types": "^27.4.2", + "@jest/types": "^27.5.1", "execa": "^5.0.0", "throat": "^6.0.1" }, @@ -2250,26 +2199,26 @@ } }, "node_modules/jest-circus": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-27.4.2.tgz", - "integrity": "sha512-2ePUSru1BGMyzxsMvRfu+tNb+PW60rUyMLJBfw1Nrh5zC8RoTPfF+zbE0JToU31a6ZVe4nnrNKWYRzlghAbL0A==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-27.5.1.tgz", + "integrity": "sha512-D95R7x5UtlMA5iBYsOHFFbMD/GVA4R/Kdq15f7xYWUfWHBto9NYRsOvnSauTgdF+ogCpJ4tyKOXhUifxS65gdw==", "dependencies": { - "@jest/environment": "^27.4.2", - "@jest/test-result": "^27.4.2", - "@jest/types": "^27.4.2", + "@jest/environment": "^27.5.1", + "@jest/test-result": "^27.5.1", + "@jest/types": "^27.5.1", "@types/node": "*", "chalk": "^4.0.0", "co": "^4.6.0", "dedent": "^0.7.0", - "expect": "^27.4.2", + "expect": "^27.5.1", "is-generator-fn": "^2.0.0", - "jest-each": "^27.4.2", - "jest-matcher-utils": "^27.4.2", - "jest-message-util": "^27.4.2", - "jest-runtime": "^27.4.2", - "jest-snapshot": "^27.4.2", - "jest-util": "^27.4.2", - "pretty-format": "^27.4.2", + "jest-each": "^27.5.1", + "jest-matcher-utils": "^27.5.1", + "jest-message-util": "^27.5.1", + "jest-runtime": "^27.5.1", + "jest-snapshot": "^27.5.1", + "jest-util": "^27.5.1", + "pretty-format": "^27.5.1", "slash": "^3.0.0", "stack-utils": "^2.0.3", "throat": "^6.0.1" @@ -2278,33 +2227,68 @@ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/jest-config": { - "version": "27.4.3", - "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.4.3.tgz", - "integrity": "sha512-DQ10HTSqYtC2pO7s9j2jw+li4xUnm2wLYWH2o7K1ftB8NyvToHsXoLlXxtsGh3AW9gUQR6KY/4B7G+T/NswJBw==", + "node_modules/jest-cli": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.5.1.tgz", + "integrity": "sha512-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw==", "dependencies": { - "@babel/core": "^7.1.0", - "@jest/test-sequencer": "^27.4.2", - "@jest/types": "^27.4.2", - "babel-jest": "^27.4.2", + "@jest/core": "^27.5.1", + "@jest/test-result": "^27.5.1", + "@jest/types": "^27.5.1", + "chalk": "^4.0.0", + "exit": "^0.1.2", + "graceful-fs": "^4.2.9", + "import-local": "^3.0.2", + "jest-config": "^27.5.1", + "jest-util": "^27.5.1", + "jest-validate": "^27.5.1", + "prompts": "^2.0.1", + "yargs": "^16.2.0" + }, + "bin": { + "jest": "bin/jest.js" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + }, + "peerDependencies": { + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + }, + "peerDependenciesMeta": { + "node-notifier": { + "optional": true + } + } + }, + "node_modules/jest-config": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.5.1.tgz", + "integrity": "sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==", + "dependencies": { + "@babel/core": "^7.8.0", + "@jest/test-sequencer": "^27.5.1", + "@jest/types": "^27.5.1", + "babel-jest": "^27.5.1", "chalk": "^4.0.0", "ci-info": "^3.2.0", "deepmerge": "^4.2.2", "glob": "^7.1.1", - "graceful-fs": "^4.2.4", - "jest-circus": "^27.4.2", - "jest-environment-jsdom": "^27.4.3", - "jest-environment-node": "^27.4.2", - "jest-get-type": "^27.4.0", - "jest-jasmine2": "^27.4.2", - "jest-regex-util": "^27.4.0", - "jest-resolve": "^27.4.2", - "jest-runner": "^27.4.3", - "jest-util": "^27.4.2", - "jest-validate": "^27.4.2", + "graceful-fs": "^4.2.9", + "jest-circus": "^27.5.1", + "jest-environment-jsdom": "^27.5.1", + "jest-environment-node": "^27.5.1", + "jest-get-type": "^27.5.1", + "jest-jasmine2": "^27.5.1", + "jest-regex-util": "^27.5.1", + "jest-resolve": "^27.5.1", + "jest-runner": "^27.5.1", + "jest-util": "^27.5.1", + "jest-validate": "^27.5.1", "micromatch": "^4.0.4", - "pretty-format": "^27.4.2", - "slash": "^3.0.0" + "parse-json": "^5.2.0", + "pretty-format": "^27.5.1", + "slash": "^3.0.0", + "strip-json-comments": "^3.1.1" }, "engines": { "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" @@ -2319,23 +2303,23 @@ } }, "node_modules/jest-diff": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.4.2.tgz", - "integrity": "sha512-ujc9ToyUZDh9KcqvQDkk/gkbf6zSaeEg9AiBxtttXW59H/AcqEYp1ciXAtJp+jXWva5nAf/ePtSsgWwE5mqp4Q==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.5.1.tgz", + "integrity": "sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==", "dependencies": { "chalk": "^4.0.0", - "diff-sequences": "^27.4.0", - "jest-get-type": "^27.4.0", - "pretty-format": "^27.4.2" + "diff-sequences": "^27.5.1", + "jest-get-type": "^27.5.1", + "pretty-format": "^27.5.1" }, "engines": { "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, "node_modules/jest-docblock": { - "version": "27.4.0", - "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-27.4.0.tgz", - "integrity": "sha512-7TBazUdCKGV7svZ+gh7C8esAnweJoG+SvcF6Cjqj4l17zA2q1cMwx2JObSioubk317H+cjcHgP+7fTs60paulg==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-27.5.1.tgz", + "integrity": "sha512-rl7hlABeTsRYxKiUfpHrQrG4e2obOiTQWfMEH3PxPjOtdsfLQO4ReWSZaQ7DETm4xu07rl4q/h4zcKXyU0/OzQ==", "dependencies": { "detect-newline": "^3.0.0" }, @@ -2344,31 +2328,31 @@ } }, "node_modules/jest-each": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-27.4.2.tgz", - "integrity": "sha512-53V2MNyW28CTruB3lXaHNk6PkiIFuzdOC9gR3C6j8YE/ACfrPnz+slB0s17AgU1TtxNzLuHyvNlLJ+8QYw9nBg==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-27.5.1.tgz", + "integrity": "sha512-1Ff6p+FbhT/bXQnEouYy00bkNSY7OUpfIcmdl8vZ31A1UUaurOLPA8a8BbJOF2RDUElwJhmeaV7LnagI+5UwNQ==", "dependencies": { - "@jest/types": "^27.4.2", + "@jest/types": "^27.5.1", "chalk": "^4.0.0", - "jest-get-type": "^27.4.0", - "jest-util": "^27.4.2", - "pretty-format": "^27.4.2" + "jest-get-type": "^27.5.1", + "jest-util": "^27.5.1", + "pretty-format": "^27.5.1" }, "engines": { "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, "node_modules/jest-environment-jsdom": { - "version": "27.4.3", - "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-27.4.3.tgz", - "integrity": "sha512-x1AUVz3G14LpEJs7KIFUaTINT2n0unOUmvdAby3s/sldUpJJetOJifHo1O/EUQC5fNBowggwJbVulko18y6OWw==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-27.5.1.tgz", + "integrity": "sha512-TFBvkTC1Hnnnrka/fUb56atfDtJ9VMZ94JkjTbggl1PEpwrYtUBKMezB3inLmWqQsXYLcMwNoDQwoBTAvFfsfw==", "dependencies": { - "@jest/environment": "^27.4.2", - "@jest/fake-timers": "^27.4.2", - "@jest/types": "^27.4.2", + "@jest/environment": "^27.5.1", + "@jest/fake-timers": "^27.5.1", + "@jest/types": "^27.5.1", "@types/node": "*", - "jest-mock": "^27.4.2", - "jest-util": "^27.4.2", + "jest-mock": "^27.5.1", + "jest-util": "^27.5.1", "jsdom": "^16.6.0" }, "engines": { @@ -2376,44 +2360,49 @@ } }, "node_modules/jest-environment-node": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-27.4.2.tgz", - "integrity": "sha512-nzTZ5nJ+FabuZPH2YVci7SZIHpvtNRHPt8+vipLkCnAgXGjVzHm7XJWdnNqXbAkExIgiKeVEkVMNZOZE/LeiIg==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-27.5.1.tgz", + "integrity": "sha512-Jt4ZUnxdOsTGwSRAfKEnE6BcwsSPNOijjwifq5sDFSA2kesnXTvNqKHYgM0hDq3549Uf/KzdXNYn4wMZJPlFLw==", "dependencies": { - "@jest/environment": "^27.4.2", - "@jest/fake-timers": "^27.4.2", - "@jest/types": "^27.4.2", + "@jest/environment": "^27.5.1", + "@jest/fake-timers": "^27.5.1", + "@jest/types": "^27.5.1", "@types/node": "*", - "jest-mock": "^27.4.2", - "jest-util": "^27.4.2" + "jest-mock": "^27.5.1", + "jest-util": "^27.5.1" }, "engines": { "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, + "node_modules/jest-expect-message": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/jest-expect-message/-/jest-expect-message-1.0.2.tgz", + "integrity": "sha512-WFiXMgwS2lOqQZt1iJMI/hOXpUm32X+ApsuzYcQpW5m16Pv6/Gd9kgC+Q+Q1YVNU04kYcAOv9NXMnjg6kKUy6Q==" + }, "node_modules/jest-get-type": { - "version": "27.4.0", - "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.4.0.tgz", - "integrity": "sha512-tk9o+ld5TWq41DkK14L4wox4s2D9MtTpKaAVzXfr5CUKm5ZK2ExcaFE0qls2W71zE/6R2TxxrK9w2r6svAFDBQ==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz", + "integrity": "sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==", "engines": { "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, "node_modules/jest-haste-map": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.4.2.tgz", - "integrity": "sha512-foiyAEePORUN2eeJnOtcM1y8qW0ShEd9kTjWVL4sVaMcuCJM6gtHegvYPBRT0mpI/bs4ueThM90+Eoj2ncoNsA==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz", + "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==", "dependencies": { - "@jest/types": "^27.4.2", + "@jest/types": "^27.5.1", "@types/graceful-fs": "^4.1.2", "@types/node": "*", "anymatch": "^3.0.3", "fb-watchman": "^2.0.0", - "graceful-fs": "^4.2.4", - "jest-regex-util": "^27.4.0", - "jest-serializer": "^27.4.0", - "jest-util": "^27.4.2", - "jest-worker": "^27.4.2", + "graceful-fs": "^4.2.9", + "jest-regex-util": "^27.5.1", + "jest-serializer": "^27.5.1", + "jest-util": "^27.5.1", + "jest-worker": "^27.5.1", "micromatch": "^4.0.4", "walker": "^1.0.7" }, @@ -2425,27 +2414,26 @@ } }, "node_modules/jest-jasmine2": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-27.4.2.tgz", - "integrity": "sha512-VO/fyAJSH9u0THjbteFiL8qc93ufU+yW+bdieDc8tzTCWwlWzO53UHS5nFK1qmE8izb5Smkn+XHlVt6/l06MKQ==", - "dependencies": { - "@babel/traverse": "^7.1.0", - "@jest/environment": "^27.4.2", - "@jest/source-map": "^27.4.0", - "@jest/test-result": "^27.4.2", - "@jest/types": "^27.4.2", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-27.5.1.tgz", + "integrity": "sha512-jtq7VVyG8SqAorDpApwiJJImd0V2wv1xzdheGHRGyuT7gZm6gG47QEskOlzsN1PG/6WNaCo5pmwMHDf3AkG2pQ==", + "dependencies": { + "@jest/environment": "^27.5.1", + "@jest/source-map": "^27.5.1", + "@jest/test-result": "^27.5.1", + "@jest/types": "^27.5.1", "@types/node": "*", "chalk": "^4.0.0", "co": "^4.6.0", - "expect": "^27.4.2", + "expect": "^27.5.1", "is-generator-fn": "^2.0.0", - "jest-each": "^27.4.2", - "jest-matcher-utils": "^27.4.2", - "jest-message-util": "^27.4.2", - "jest-runtime": "^27.4.2", - "jest-snapshot": "^27.4.2", - "jest-util": "^27.4.2", - "pretty-format": "^27.4.2", + "jest-each": "^27.5.1", + "jest-matcher-utils": "^27.5.1", + "jest-message-util": "^27.5.1", + "jest-runtime": "^27.5.1", + "jest-snapshot": "^27.5.1", + "jest-util": "^27.5.1", + "pretty-format": "^27.5.1", "throat": "^6.0.1" }, "engines": { @@ -2453,43 +2441,43 @@ } }, "node_modules/jest-leak-detector": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-27.4.2.tgz", - "integrity": "sha512-ml0KvFYZllzPBJWDei3mDzUhyp/M4ubKebX++fPaudpe8OsxUE+m+P6ciVLboQsrzOCWDjE20/eXew9QMx/VGw==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-27.5.1.tgz", + "integrity": "sha512-POXfWAMvfU6WMUXftV4HolnJfnPOGEu10fscNCA76KBpRRhcMN2c8d3iT2pxQS3HLbA+5X4sOUPzYO2NUyIlHQ==", "dependencies": { - "jest-get-type": "^27.4.0", - "pretty-format": "^27.4.2" + "jest-get-type": "^27.5.1", + "pretty-format": "^27.5.1" }, "engines": { "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, "node_modules/jest-matcher-utils": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.4.2.tgz", - "integrity": "sha512-jyP28er3RRtMv+fmYC/PKG8wvAmfGcSNproVTW2Y0P/OY7/hWUOmsPfxN1jOhM+0u2xU984u2yEagGivz9OBGQ==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz", + "integrity": "sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==", "dependencies": { "chalk": "^4.0.0", - "jest-diff": "^27.4.2", - "jest-get-type": "^27.4.0", - "pretty-format": "^27.4.2" + "jest-diff": "^27.5.1", + "jest-get-type": "^27.5.1", + "pretty-format": "^27.5.1" }, "engines": { "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, "node_modules/jest-message-util": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.4.2.tgz", - "integrity": "sha512-OMRqRNd9E0DkBLZpFtZkAGYOXl6ZpoMtQJWTAREJKDOFa0M6ptB7L67tp+cszMBkvSgKOhNtQp2Vbcz3ZZKo/w==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.5.1.tgz", + "integrity": "sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==", "dependencies": { "@babel/code-frame": "^7.12.13", - "@jest/types": "^27.4.2", + "@jest/types": "^27.5.1", "@types/stack-utils": "^2.0.0", "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", + "graceful-fs": "^4.2.9", "micromatch": "^4.0.4", - "pretty-format": "^27.4.2", + "pretty-format": "^27.5.1", "slash": "^3.0.0", "stack-utils": "^2.0.3" }, @@ -2498,11 +2486,11 @@ } }, "node_modules/jest-mock": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-27.4.2.tgz", - "integrity": "sha512-PDDPuyhoukk20JrQKeofK12hqtSka7mWH0QQuxSNgrdiPsrnYYLS6wbzu/HDlxZRzji5ylLRULeuI/vmZZDrYA==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-27.5.1.tgz", + "integrity": "sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==", "dependencies": { - "@jest/types": "^27.4.2", + "@jest/types": "^27.5.1", "@types/node": "*" }, "engines": { @@ -2526,25 +2514,25 @@ } }, "node_modules/jest-regex-util": { - "version": "27.4.0", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.4.0.tgz", - "integrity": "sha512-WeCpMpNnqJYMQoOjm1nTtsgbR4XHAk1u00qDoNBQoykM280+/TmgA5Qh5giC1ecy6a5d4hbSsHzpBtu5yvlbEg==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz", + "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==", "engines": { "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, "node_modules/jest-resolve": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-27.4.2.tgz", - "integrity": "sha512-d/zqPjxCzMqHlOdRTg8cTpO9jY+1/T74KazT8Ws/LwmwxV5sRMWOkiLjmzUCDj/5IqA5XHNK4Hkmlq9Kdpb9Sg==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-27.5.1.tgz", + "integrity": "sha512-FFDy8/9E6CV83IMbDpcjOhumAQPDyETnU2KZ1O98DwTnz8AOBsW/Xv3GySr1mOZdItLR+zDZ7I/UdTFbgSOVCw==", "dependencies": { - "@jest/types": "^27.4.2", + "@jest/types": "^27.5.1", "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "jest-haste-map": "^27.4.2", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^27.5.1", "jest-pnp-resolver": "^1.2.2", - "jest-util": "^27.4.2", - "jest-validate": "^27.4.2", + "jest-util": "^27.5.1", + "jest-validate": "^27.5.1", "resolve": "^1.20.0", "resolve.exports": "^1.1.0", "slash": "^3.0.0" @@ -2554,43 +2542,42 @@ } }, "node_modules/jest-resolve-dependencies": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-27.4.2.tgz", - "integrity": "sha512-hb++cTpqvOWfU49MCP/JQkxmnrhKoAVqXWFjgYXswRSVGk8Q6bDTSvhbCeYXDtXaymY0y7WrrSIlKogClcKJuw==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-27.5.1.tgz", + "integrity": "sha512-QQOOdY4PE39iawDn5rzbIePNigfe5B9Z91GDD1ae/xNDlu9kaat8QQ5EKnNmVWPV54hUdxCVwwj6YMgR2O7IOg==", "dependencies": { - "@jest/types": "^27.4.2", - "jest-regex-util": "^27.4.0", - "jest-snapshot": "^27.4.2" + "@jest/types": "^27.5.1", + "jest-regex-util": "^27.5.1", + "jest-snapshot": "^27.5.1" }, "engines": { "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, "node_modules/jest-runner": { - "version": "27.4.3", - "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-27.4.3.tgz", - "integrity": "sha512-JgR6Om/j22Fd6ZUUIGTWNcCtuZVYbNrecb4k89W4UyFJoRtHpo2zMKWkmFFFJoqwWGrfrcPLnVBIgkJiTV3cyA==", - "dependencies": { - "@jest/console": "^27.4.2", - "@jest/environment": "^27.4.2", - "@jest/test-result": "^27.4.2", - "@jest/transform": "^27.4.2", - "@jest/types": "^27.4.2", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-27.5.1.tgz", + "integrity": "sha512-g4NPsM4mFCOwFKXO4p/H/kWGdJp9V8kURY2lX8Me2drgXqG7rrZAx5kv+5H7wtt/cdFIjhqYx1HrlqWHaOvDaQ==", + "dependencies": { + "@jest/console": "^27.5.1", + "@jest/environment": "^27.5.1", + "@jest/test-result": "^27.5.1", + "@jest/transform": "^27.5.1", + "@jest/types": "^27.5.1", "@types/node": "*", "chalk": "^4.0.0", "emittery": "^0.8.1", - "exit": "^0.1.2", - "graceful-fs": "^4.2.4", - "jest-docblock": "^27.4.0", - "jest-environment-jsdom": "^27.4.3", - "jest-environment-node": "^27.4.2", - "jest-haste-map": "^27.4.2", - "jest-leak-detector": "^27.4.2", - "jest-message-util": "^27.4.2", - "jest-resolve": "^27.4.2", - "jest-runtime": "^27.4.2", - "jest-util": "^27.4.2", - "jest-worker": "^27.4.2", + "graceful-fs": "^4.2.9", + "jest-docblock": "^27.5.1", + "jest-environment-jsdom": "^27.5.1", + "jest-environment-node": "^27.5.1", + "jest-haste-map": "^27.5.1", + "jest-leak-detector": "^27.5.1", + "jest-message-util": "^27.5.1", + "jest-resolve": "^27.5.1", + "jest-runtime": "^27.5.1", + "jest-util": "^27.5.1", + "jest-worker": "^27.5.1", "source-map-support": "^0.5.6", "throat": "^6.0.1" }, @@ -2599,81 +2586,75 @@ } }, "node_modules/jest-runtime": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-27.4.2.tgz", - "integrity": "sha512-eqPgcBaUNaw6j8T5M+dnfAEh6MIrh2YmtskCr9sl50QYpD22Sg+QqHw3J3nmaLzVMbBtOMHFFxLF0Qx8MsZVFQ==", - "dependencies": { - "@jest/console": "^27.4.2", - "@jest/environment": "^27.4.2", - "@jest/globals": "^27.4.2", - "@jest/source-map": "^27.4.0", - "@jest/test-result": "^27.4.2", - "@jest/transform": "^27.4.2", - "@jest/types": "^27.4.2", - "@types/yargs": "^16.0.0", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-27.5.1.tgz", + "integrity": "sha512-o7gxw3Gf+H2IGt8fv0RiyE1+r83FJBRruoA+FXrlHw6xEyBsU8ugA6IPfTdVyA0w8HClpbK+DGJxH59UrNMx8A==", + "dependencies": { + "@jest/environment": "^27.5.1", + "@jest/fake-timers": "^27.5.1", + "@jest/globals": "^27.5.1", + "@jest/source-map": "^27.5.1", + "@jest/test-result": "^27.5.1", + "@jest/transform": "^27.5.1", + "@jest/types": "^27.5.1", "chalk": "^4.0.0", "cjs-module-lexer": "^1.0.0", "collect-v8-coverage": "^1.0.0", "execa": "^5.0.0", - "exit": "^0.1.2", "glob": "^7.1.3", - "graceful-fs": "^4.2.4", - "jest-haste-map": "^27.4.2", - "jest-message-util": "^27.4.2", - "jest-mock": "^27.4.2", - "jest-regex-util": "^27.4.0", - "jest-resolve": "^27.4.2", - "jest-snapshot": "^27.4.2", - "jest-util": "^27.4.2", - "jest-validate": "^27.4.2", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^27.5.1", + "jest-message-util": "^27.5.1", + "jest-mock": "^27.5.1", + "jest-regex-util": "^27.5.1", + "jest-resolve": "^27.5.1", + "jest-snapshot": "^27.5.1", + "jest-util": "^27.5.1", "slash": "^3.0.0", - "strip-bom": "^4.0.0", - "yargs": "^16.2.0" + "strip-bom": "^4.0.0" }, "engines": { "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, "node_modules/jest-serializer": { - "version": "27.4.0", - "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.4.0.tgz", - "integrity": "sha512-RDhpcn5f1JYTX2pvJAGDcnsNTnsV9bjYPU8xcV+xPwOXnUPOQwf4ZEuiU6G9H1UztH+OapMgu/ckEVwO87PwnQ==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz", + "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==", "dependencies": { "@types/node": "*", - "graceful-fs": "^4.2.4" + "graceful-fs": "^4.2.9" }, "engines": { "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, "node_modules/jest-snapshot": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-27.4.2.tgz", - "integrity": "sha512-DI7lJlNIu6WSQ+esqhnJzEzU70+dV+cNjoF1c+j5FagWEd3KtOyZvVliAH0RWNQ6KSnAAnKSU0qxJ8UXOOhuUQ==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-27.5.1.tgz", + "integrity": "sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==", "dependencies": { "@babel/core": "^7.7.2", "@babel/generator": "^7.7.2", - "@babel/parser": "^7.7.2", "@babel/plugin-syntax-typescript": "^7.7.2", "@babel/traverse": "^7.7.2", "@babel/types": "^7.0.0", - "@jest/transform": "^27.4.2", - "@jest/types": "^27.4.2", + "@jest/transform": "^27.5.1", + "@jest/types": "^27.5.1", "@types/babel__traverse": "^7.0.4", "@types/prettier": "^2.1.5", "babel-preset-current-node-syntax": "^1.0.0", "chalk": "^4.0.0", - "expect": "^27.4.2", - "graceful-fs": "^4.2.4", - "jest-diff": "^27.4.2", - "jest-get-type": "^27.4.0", - "jest-haste-map": "^27.4.2", - "jest-matcher-utils": "^27.4.2", - "jest-message-util": "^27.4.2", - "jest-resolve": "^27.4.2", - "jest-util": "^27.4.2", + "expect": "^27.5.1", + "graceful-fs": "^4.2.9", + "jest-diff": "^27.5.1", + "jest-get-type": "^27.5.1", + "jest-haste-map": "^27.5.1", + "jest-matcher-utils": "^27.5.1", + "jest-message-util": "^27.5.1", + "jest-util": "^27.5.1", "natural-compare": "^1.4.0", - "pretty-format": "^27.4.2", + "pretty-format": "^27.5.1", "semver": "^7.3.2" }, "engines": { @@ -2695,15 +2676,15 @@ } }, "node_modules/jest-util": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.4.2.tgz", - "integrity": "sha512-YuxxpXU6nlMan9qyLuxHaMMOzXAl5aGZWCSzben5DhLHemYQxCc4YK+4L3ZrCutT8GPQ+ui9k5D8rUJoDioMnA==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz", + "integrity": "sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==", "dependencies": { - "@jest/types": "^27.4.2", + "@jest/types": "^27.5.1", "@types/node": "*", "chalk": "^4.0.0", "ci-info": "^3.2.0", - "graceful-fs": "^4.2.4", + "graceful-fs": "^4.2.9", "picomatch": "^2.2.3" }, "engines": { @@ -2711,25 +2692,25 @@ } }, "node_modules/jest-validate": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-27.4.2.tgz", - "integrity": "sha512-hWYsSUej+Fs8ZhOm5vhWzwSLmVaPAxRy+Mr+z5MzeaHm9AxUpXdoVMEW4R86y5gOobVfBsMFLk4Rb+QkiEpx1A==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-27.5.1.tgz", + "integrity": "sha512-thkNli0LYTmOI1tDB3FI1S1RTp/Bqyd9pTarJwL87OIBFuqEb5Apv5EaApEudYg4g86e3CT6kM0RowkhtEnCBQ==", "dependencies": { - "@jest/types": "^27.4.2", + "@jest/types": "^27.5.1", "camelcase": "^6.2.0", "chalk": "^4.0.0", - "jest-get-type": "^27.4.0", + "jest-get-type": "^27.5.1", "leven": "^3.1.0", - "pretty-format": "^27.4.2" + "pretty-format": "^27.5.1" }, "engines": { "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, "node_modules/jest-validate/node_modules/camelcase": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.2.1.tgz", - "integrity": "sha512-tVI4q5jjFV5CavAU8DXfza/TJcZutVKo/5Foskmsqcm0MsL91moHvwiGNnqaa2o6PF/7yT5ikDRcVcl8Rj6LCA==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", + "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", "engines": { "node": ">=10" }, @@ -2738,16 +2719,16 @@ } }, "node_modules/jest-watcher": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-27.4.2.tgz", - "integrity": "sha512-NJvMVyyBeXfDezhWzUOCOYZrUmkSCiatpjpm+nFUid74OZEHk6aMLrZAukIiFDwdbqp6mTM6Ui1w4oc+8EobQg==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-27.5.1.tgz", + "integrity": "sha512-z676SuD6Z8o8qbmEGhoEUFOM1+jfEiL3DXHK/xgEiG2EyNYfFG60jluWcupY6dATjfEsKQuibReS1djInQnoVw==", "dependencies": { - "@jest/test-result": "^27.4.2", - "@jest/types": "^27.4.2", + "@jest/test-result": "^27.5.1", + "@jest/types": "^27.5.1", "@types/node": "*", "ansi-escapes": "^4.2.1", "chalk": "^4.0.0", - "jest-util": "^27.4.2", + "jest-util": "^27.5.1", "string-length": "^4.0.1" }, "engines": { @@ -2755,9 +2736,9 @@ } }, "node_modules/jest-worker": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.4.2.tgz", - "integrity": "sha512-0QMy/zPovLfUPyHuOuuU4E+kGACXXE84nRnq6lBVI9GJg5DCBiA97SATi+ZP8CpiJwEQy1oCPjRBf8AnLjN+Ag==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", + "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", "dependencies": { "@types/node": "*", "merge-stream": "^2.0.0", @@ -2781,39 +2762,6 @@ "url": "https://github.com/chalk/supports-color?sponsor=1" } }, - "node_modules/jest/node_modules/jest-cli": { - "version": "27.4.3", - "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.4.3.tgz", - "integrity": "sha512-zZSJBXNC/i8UnJPwcKWsqnhGgIF3uoTYP7th32Zej7KNQJdxzOMj+wCfy2Ox3kU7nXErJ36DtYyXDhfiqaiDRw==", - "dependencies": { - "@jest/core": "^27.4.3", - "@jest/test-result": "^27.4.2", - "@jest/types": "^27.4.2", - "chalk": "^4.0.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.4", - "import-local": "^3.0.2", - "jest-config": "^27.4.3", - "jest-util": "^27.4.2", - "jest-validate": "^27.4.2", - "prompts": "^2.0.1", - "yargs": "^16.2.0" - }, - "bin": { - "jest": "bin/jest.js" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - }, - "peerDependencies": { - "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" - }, - "peerDependenciesMeta": { - "node-notifier": { - "optional": true - } - } - }, "node_modules/js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", @@ -2887,6 +2835,16 @@ "node": ">=4" } }, + "node_modules/json-parse-better-errors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", + "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==" + }, + "node_modules/json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" + }, "node_modules/json5": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz", @@ -2901,6 +2859,25 @@ "node": ">=6" } }, + "node_modules/jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dependencies": { + "universalify": "^2.0.0" + }, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/jsonfile/node_modules/universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "engines": { + "node": ">= 10.0.0" + } + }, "node_modules/kleur": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", @@ -2909,11 +2886,6 @@ "node": ">=6" } }, - "node_modules/kuler": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/kuler/-/kuler-2.0.0.tgz", - "integrity": "sha512-Xq9nH7KlWZmXAtodXDDRE7vs6DU1gTU8zYDHDiWLSip45Egwq3plLHzPn27NgvzL2r1LMPC1vdqh98sQxtqj4A==" - }, "node_modules/leven": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", @@ -2942,20 +2914,59 @@ "immediate": "~3.0.5" } }, - "node_modules/localforage": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/localforage/-/localforage-1.10.0.tgz", - "integrity": "sha512-14/H1aX7hzBBmmh7sGPd+AOMkkIrHM3Z1PAyGgZigA1H1p5O5ANnMyWzvpAETtG68/dC4pC0ncy3+PPGzXZHPg==", - "dependencies": { - "lie": "3.1.1" - } + "node_modules/lines-and-columns": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" }, - "node_modules/locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "node_modules/load-json-file": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", + "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", "dependencies": { - "p-locate": "^4.1.0" + "graceful-fs": "^4.1.2", + "parse-json": "^4.0.0", + "pify": "^3.0.0", + "strip-bom": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/load-json-file/node_modules/parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", + "dependencies": { + "error-ex": "^1.3.1", + "json-parse-better-errors": "^1.0.1" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/load-json-file/node_modules/strip-bom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", + "engines": { + "node": ">=4" + } + }, + "node_modules/localforage": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/localforage/-/localforage-1.10.0.tgz", + "integrity": "sha512-14/H1aX7hzBBmmh7sGPd+AOMkkIrHM3Z1PAyGgZigA1H1p5O5ANnMyWzvpAETtG68/dC4pC0ncy3+PPGzXZHPg==", + "dependencies": { + "lie": "3.1.1" + } + }, + "node_modules/locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "dependencies": { + "p-locate": "^4.1.0" }, "engines": { "node": ">=8" @@ -2971,18 +2982,6 @@ "resolved": "https://registry.npmjs.org/lodash.chunk/-/lodash.chunk-4.2.0.tgz", "integrity": "sha1-ZuXOH3btJ7QwPYxlEujRIW6BBrw=" }, - "node_modules/logform": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/logform/-/logform-2.3.0.tgz", - "integrity": "sha512-graeoWUH2knKbGthMtuG1EfaSPMZFZBIrhuJHhkS5ZseFBrc7DupCzihOQAzsK/qIKPQaPJ/lFQFctILUY5ARQ==", - "dependencies": { - "colors": "^1.2.1", - "fecha": "^4.2.0", - "ms": "^2.1.1", - "safe-stable-stringify": "^1.1.0", - "triple-beam": "^1.3.0" - } - }, "node_modules/lru-cache": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", @@ -3010,6 +3009,14 @@ "node": ">=10.0.0" } }, + "node_modules/m3u-linter/node_modules/commander": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", + "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", + "engines": { + "node": ">= 10" + } + }, "node_modules/make-dir": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", @@ -3108,21 +3115,19 @@ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" }, - "node_modules/mz": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz", - "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", - "dependencies": { - "any-promise": "^1.0.0", - "object-assign": "^4.0.1", - "thenify-all": "^1.0.0" - } - }, "node_modules/natural-compare": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=" }, + "node_modules/natural-orderby": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-2.0.3.tgz", + "integrity": "sha512-p7KTHxU0CUrcOXe62Zfrb5Z13nLvPhSWR/so3kFulUQU0sgUll2Z0LwpsLN351eOOD+hRGu/F1g+6xDfPeD++Q==", + "engines": { + "node": "*" + } + }, "node_modules/nedb-promises": { "version": "5.0.2", "resolved": "https://registry.npmjs.org/nedb-promises/-/nedb-promises-5.0.2.tgz", @@ -3137,9 +3142,9 @@ "integrity": "sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=" }, "node_modules/node-releases": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.1.tgz", - "integrity": "sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA==" + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.2.tgz", + "integrity": "sha512-XxYDdcQ6eKqp/YjI+tb2C5WM2LgjnZrfYg4vgQt49EK268b6gYCHsBLrK2qvJo4FmCtqmKezb0WZFK4fkrZNsg==" }, "node_modules/normalize-path": { "version": "3.0.0", @@ -3176,14 +3181,6 @@ "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.0.tgz", "integrity": "sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==" }, - "node_modules/object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/once": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", @@ -3192,14 +3189,6 @@ "wrappy": "1" } }, - "node_modules/one-time": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/one-time/-/one-time-1.0.0.tgz", - "integrity": "sha512-5DXOiRKwuSEcQ/l0kGCF6Q3jcADFv5tSmRaJck/OqkVFcOzutB134KRSfF0xDrL39MNnqxbHBbUUcjZIhTgb2g==", - "dependencies": { - "fn.name": "1.x.x" - } - }, "node_modules/onetime": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", @@ -3263,6 +3252,23 @@ "node": ">=6" } }, + "node_modules/parse-json": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "dependencies": { + "@babel/code-frame": "^7.0.0", + "error-ex": "^1.3.1", + "json-parse-even-better-errors": "^2.3.0", + "lines-and-columns": "^1.1.6" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/parse5": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", @@ -3303,9 +3309,9 @@ "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" }, "node_modules/picomatch": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz", - "integrity": "sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", "engines": { "node": ">=8.6" }, @@ -3313,14 +3319,95 @@ "url": "https://github.com/sponsors/jonschlinkert" } }, + "node_modules/pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", + "engines": { + "node": ">=4" + } + }, "node_modules/pirates": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.4.tgz", - "integrity": "sha512-ZIrVPH+A52Dw84R0L3/VS9Op04PuQ2SEoJL6bkshmiTic/HldyW9Tf7oH5mhJZBK7NmDx27vSMrYEXPXclpDKw==", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.5.tgz", + "integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==", "engines": { "node": ">= 6" } }, + "node_modules/pkg-conf": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/pkg-conf/-/pkg-conf-2.1.0.tgz", + "integrity": "sha1-ISZRTKbyq/69FoWW3xi6V4Z/AFg=", + "dependencies": { + "find-up": "^2.0.0", + "load-json-file": "^4.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/pkg-conf/node_modules/find-up": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz", + "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", + "dependencies": { + "locate-path": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/pkg-conf/node_modules/locate-path": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", + "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", + "dependencies": { + "p-locate": "^2.0.0", + "path-exists": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/pkg-conf/node_modules/p-limit": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz", + "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", + "dependencies": { + "p-try": "^1.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/pkg-conf/node_modules/p-locate": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz", + "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", + "dependencies": { + "p-limit": "^1.1.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/pkg-conf/node_modules/p-try": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz", + "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=", + "engines": { + "node": ">=4" + } + }, + "node_modules/pkg-conf/node_modules/path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", + "engines": { + "node": ">=4" + } + }, "node_modules/pkg-dir": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", @@ -3341,11 +3428,10 @@ } }, "node_modules/pretty-format": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.4.2.tgz", - "integrity": "sha512-p0wNtJ9oLuvgOQDEIZ9zQjZffK7KtyR6Si0jnXULIDwrlNF8Cuir3AZP0hHv0jmKuNN/edOnbMjnzd4uTcmWiw==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", + "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", "dependencies": { - "@jest/types": "^27.4.2", "ansi-regex": "^5.0.1", "ansi-styles": "^5.0.0", "react-is": "^17.0.1" @@ -3354,14 +3440,6 @@ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/pretty-format/node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "engines": { - "node": ">=8" - } - }, "node_modules/pretty-format/node_modules/ansi-styles": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", @@ -3373,11 +3451,6 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", - "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" - }, "node_modules/progress": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", @@ -3425,19 +3498,6 @@ "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" }, - "node_modules/readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", - "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", - "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "engines": { - "node": ">= 6" - } - }, "node_modules/require-directory": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", @@ -3447,12 +3507,16 @@ } }, "node_modules/resolve": { - "version": "1.20.0", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz", - "integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==", + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz", + "integrity": "sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==", "dependencies": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" + "is-core-module": "^2.8.1", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -3504,11 +3568,6 @@ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" }, - "node_modules/safe-stable-stringify": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-1.1.1.tgz", - "integrity": "sha512-ERq4hUjKDbJfE4+XtZLFPCDi8Vb1JqaxAPTxWFLBx8XcAlf9Bda/ZJdVezs/NAfsMQScyIlUMx+Yeu7P7rx5jw==" - }, "node_modules/safer-buffer": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", @@ -3553,16 +3612,85 @@ } }, "node_modules/signal-exit": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.6.tgz", - "integrity": "sha512-sDl4qMFpijcGw22U5w63KmD3cZJfBuFlVNbVMKje2keoKML7X2UzWbc4XrmEbDwg0NXJc3yv4/ox7b+JWb57kQ==" + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" + }, + "node_modules/signale": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/signale/-/signale-1.4.0.tgz", + "integrity": "sha512-iuh+gPf28RkltuJC7W5MRi6XAjTDCAPC/prJUpQoG4vIP3MJZ+GTydVnodXA7pwvTKb2cA0m9OFZW/cdWy/I/w==", + "dependencies": { + "chalk": "^2.3.2", + "figures": "^2.0.0", + "pkg-conf": "^2.1.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/signale/node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/signale/node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } }, - "node_modules/simple-swizzle": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz", - "integrity": "sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo=", + "node_modules/signale/node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", "dependencies": { - "is-arrayish": "^0.3.1" + "color-name": "1.1.3" + } + }, + "node_modules/signale/node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" + }, + "node_modules/signale/node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/signale/node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "engines": { + "node": ">=4" + } + }, + "node_modules/signale/node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" } }, "node_modules/sisteransi": { @@ -3600,14 +3728,6 @@ "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=" }, - "node_modules/stack-trace": { - "version": "0.0.10", - "resolved": "https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.10.tgz", - "integrity": "sha1-VHxws0fo0ytOEI6hoqFZ5f3eGcA=", - "engines": { - "node": "*" - } - }, "node_modules/stack-utils": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.5.tgz", @@ -3619,41 +3739,6 @@ "node": ">=10" } }, - "node_modules/stack-utils/node_modules/escape-string-regexp": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", - "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", - "engines": { - "node": ">=8" - } - }, - "node_modules/string_decoder": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", - "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", - "dependencies": { - "safe-buffer": "~5.2.0" - } - }, - "node_modules/string_decoder/node_modules/safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, "node_modules/string-length": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", @@ -3706,6 +3791,17 @@ "node": ">=6" } }, + "node_modules/strip-json-comments": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", @@ -3729,6 +3825,17 @@ "node": ">=8" } }, + "node_modules/supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/symbol-tree": { "version": "3.2.4", "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz", @@ -3762,30 +3869,6 @@ "node": ">=8" } }, - "node_modules/text-hex": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/text-hex/-/text-hex-1.0.0.tgz", - "integrity": "sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg==" - }, - "node_modules/thenify": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz", - "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==", - "dependencies": { - "any-promise": "^1.0.0" - } - }, - "node_modules/thenify-all": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz", - "integrity": "sha1-GhkY1ALY/D+Y+/I02wvMjMEOlyY=", - "dependencies": { - "thenify": ">= 3.1.0 < 4" - }, - "engines": { - "node": ">=0.8" - } - }, "node_modules/throat": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/throat/-/throat-6.0.1.tgz", @@ -3854,11 +3937,6 @@ "node": ">=6.0.0" } }, - "node_modules/triple-beam": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/triple-beam/-/triple-beam-1.3.0.tgz", - "integrity": "sha512-XrHUvV5HpdLmIj4uVMxHggLbFSZYIn7HEWsqePZcI50pco+MPqJ50wMGY794X7AOOhxOBAjbkqfAbEe/QMp2Lw==" - }, "node_modules/type-check": { "version": "0.3.2", "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", @@ -3905,15 +3983,10 @@ "node": ">= 4.0.0" } }, - "node_modules/util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" - }, "node_modules/v8-to-istanbul": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.0.tgz", - "integrity": "sha512-/PRhfd8aTNp9Ggr62HPzXg2XasNFGy5PBt0Rp04du7/8GNNSgxFL6WBTkgMKSL9bFjH+8kKEG3f37FmxiTqUUA==", + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz", + "integrity": "sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==", "dependencies": { "@types/istanbul-lib-coverage": "^2.0.1", "convert-source-map": "^1.6.0", @@ -4011,64 +4084,6 @@ "node": ">= 8" } }, - "node_modules/winston": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.3.3.tgz", - "integrity": "sha512-oEXTISQnC8VlSAKf1KYSSd7J6IWuRPQqDdo8eoRNaYKLvwSb5+79Z3Yi1lrl6KDpU6/VWaxpakDAtb1oQ4n9aw==", - "dependencies": { - "@dabh/diagnostics": "^2.0.2", - "async": "^3.1.0", - "is-stream": "^2.0.0", - "logform": "^2.2.0", - "one-time": "^1.0.0", - "readable-stream": "^3.4.0", - "stack-trace": "0.0.x", - "triple-beam": "^1.3.0", - "winston-transport": "^4.4.0" - }, - "engines": { - "node": ">= 6.4.0" - } - }, - "node_modules/winston-transport": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/winston-transport/-/winston-transport-4.4.0.tgz", - "integrity": "sha512-Lc7/p3GtqtqPBYYtS6KCN3c77/2QCev51DvcJKbkFPQNoj1sinkGwLGFDxkXY9J6p9+EPnYs+D90uwbnaiURTw==", - "dependencies": { - "readable-stream": "^2.3.7", - "triple-beam": "^1.2.0" - }, - "engines": { - "node": ">= 6.4.0" - } - }, - "node_modules/winston-transport/node_modules/readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/winston-transport/node_modules/string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/winston/node_modules/async": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.2.tgz", - "integrity": "sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g==" - }, "node_modules/word-wrap": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", @@ -4110,9 +4125,9 @@ } }, "node_modules/ws": { - "version": "7.5.6", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.6.tgz", - "integrity": "sha512-6GLgCqo2cy2A2rjCNFlxQS6ZljG/coZfZXclldI8FB/1G3CCI36Zd8xy2HrFVACi8tfk5XrgLQEk+P0Tnz9UcA==", + "version": "7.5.7", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.7.tgz", + "integrity": "sha512-KMvVuFzpKBuiIXW3E4u3mySRO2/mCHSyZDJQM5NQ9Q9KHWHWh0NHgfbRMLLrceUK5qAL4ytALJbpRMjixFZh8A==", "engines": { "node": ">=8.3.0" }, @@ -4179,54 +4194,60 @@ } }, "dependencies": { + "@alex_neo/jest-expect-message": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@alex_neo/jest-expect-message/-/jest-expect-message-1.0.5.tgz", + "integrity": "sha512-1eBykZCd0pPGl5qKtV6Z5ARA6yuhXzHsVN2h5GH5/H6svYa37Jr7vMio5OFpiw1LBHtscrZs7amSkZkcwm0cvQ==" + }, + "@ampproject/remapping": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.1.1.tgz", + "integrity": "sha512-Aolwjd7HSC2PyY0fDj/wA/EimQT4HfEnFYNp5s9CQlrdhyvWTtvZ5YzrUPu6R6/1jKiUlxu8bUhkdSnKHNAHMA==", + "requires": { + "@jridgewell/trace-mapping": "^0.3.0" + } + }, "@babel/code-frame": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.0.tgz", - "integrity": "sha512-IF4EOMEV+bfYwOmNxGzSnjR2EmQod7f1UXOpZM3l4i4o4QNwzjtJAu/HxdjHq0aYBvdqMuQEY1eg0nqW9ZPORA==", + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz", + "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==", "requires": { - "@babel/highlight": "^7.16.0" + "@babel/highlight": "^7.16.7" } }, "@babel/compat-data": { - "version": "7.16.4", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.16.4.tgz", - "integrity": "sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q==" + "version": "7.17.0", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.17.0.tgz", + "integrity": "sha512-392byTlpGWXMv4FbyWw3sAZ/FrW/DrwqLGXpy0mbyNe9Taqv1mg9yON5/o0cnr8XYCkFTZbC1eV+c+LAROgrng==" }, "@babel/core": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.16.0.tgz", - "integrity": "sha512-mYZEvshBRHGsIAiyH5PzCFTCfbWfoYbO/jcSdXQSUQu1/pW0xDZAUP7KEc32heqWTAfAHhV9j1vH8Sav7l+JNQ==", - "requires": { - "@babel/code-frame": "^7.16.0", - "@babel/generator": "^7.16.0", - "@babel/helper-compilation-targets": "^7.16.0", - "@babel/helper-module-transforms": "^7.16.0", - "@babel/helpers": "^7.16.0", - "@babel/parser": "^7.16.0", - "@babel/template": "^7.16.0", - "@babel/traverse": "^7.16.0", - "@babel/types": "^7.16.0", + "version": "7.17.2", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.2.tgz", + "integrity": "sha512-R3VH5G42VSDolRHyUO4V2cfag8WHcZyxdq5Z/m8Xyb92lW/Erm/6kM+XtRFGf3Mulre3mveni2NHfEUws8wSvw==", + "requires": { + "@ampproject/remapping": "^2.0.0", + "@babel/code-frame": "^7.16.7", + "@babel/generator": "^7.17.0", + "@babel/helper-compilation-targets": "^7.16.7", + "@babel/helper-module-transforms": "^7.16.7", + "@babel/helpers": "^7.17.2", + "@babel/parser": "^7.17.0", + "@babel/template": "^7.16.7", + "@babel/traverse": "^7.17.0", + "@babel/types": "^7.17.0", "convert-source-map": "^1.7.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", "json5": "^2.1.2", - "semver": "^6.3.0", - "source-map": "^0.5.0" - }, - "dependencies": { - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" - } + "semver": "^6.3.0" } }, "@babel/generator": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.16.0.tgz", - "integrity": "sha512-RR8hUCfRQn9j9RPKEVXo9LiwoxLPYn6hNZlvUOR8tSnaxlD0p0+la00ZP9/SnRt6HchKr+X0fO2r8vrETiJGew==", + "version": "7.17.0", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.0.tgz", + "integrity": "sha512-I3Omiv6FGOC29dtlZhkfXO6pgkmukJSlT26QjVvS1DGZe/NzSVCPG41X0tS21oZkJYlovfj9qDWgKP+Cn4bXxw==", "requires": { - "@babel/types": "^7.16.0", + "@babel/types": "^7.17.0", "jsesc": "^2.5.1", "source-map": "^0.5.0" }, @@ -4239,139 +4260,120 @@ } }, "@babel/helper-compilation-targets": { - "version": "7.16.3", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.3.tgz", - "integrity": "sha512-vKsoSQAyBmxS35JUOOt+07cLc6Nk/2ljLIHwmq2/NM6hdioUaqEXq/S+nXvbvXbZkNDlWOymPanJGOc4CBjSJA==", + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.7.tgz", + "integrity": "sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA==", "requires": { - "@babel/compat-data": "^7.16.0", - "@babel/helper-validator-option": "^7.14.5", + "@babel/compat-data": "^7.16.4", + "@babel/helper-validator-option": "^7.16.7", "browserslist": "^4.17.5", "semver": "^6.3.0" } }, - "@babel/helper-function-name": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.16.0.tgz", - "integrity": "sha512-BZh4mEk1xi2h4HFjWUXRQX5AEx4rvaZxHgax9gcjdLWdkjsY7MKt5p0otjsg5noXw+pB+clMCjw+aEVYADMjog==", + "@babel/helper-environment-visitor": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz", + "integrity": "sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==", "requires": { - "@babel/helper-get-function-arity": "^7.16.0", - "@babel/template": "^7.16.0", - "@babel/types": "^7.16.0" + "@babel/types": "^7.16.7" } }, - "@babel/helper-get-function-arity": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.0.tgz", - "integrity": "sha512-ASCquNcywC1NkYh/z7Cgp3w31YW8aojjYIlNg4VeJiHkqyP4AzIvr4qx7pYDb4/s8YcsZWqqOSxgkvjUz1kpDQ==", + "@babel/helper-function-name": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz", + "integrity": "sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA==", "requires": { - "@babel/types": "^7.16.0" + "@babel/helper-get-function-arity": "^7.16.7", + "@babel/template": "^7.16.7", + "@babel/types": "^7.16.7" } }, - "@babel/helper-hoist-variables": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.0.tgz", - "integrity": "sha512-1AZlpazjUR0EQZQv3sgRNfM9mEVWPK3M6vlalczA+EECcPz3XPh6VplbErL5UoMpChhSck5wAJHthlj1bYpcmg==", + "@babel/helper-get-function-arity": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz", + "integrity": "sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==", "requires": { - "@babel/types": "^7.16.0" + "@babel/types": "^7.16.7" } }, - "@babel/helper-member-expression-to-functions": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.0.tgz", - "integrity": "sha512-bsjlBFPuWT6IWhl28EdrQ+gTvSvj5tqVP5Xeftp07SEuz5pLnsXZuDkDD3Rfcxy0IsHmbZ+7B2/9SHzxO0T+sQ==", + "@babel/helper-hoist-variables": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz", + "integrity": "sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==", "requires": { - "@babel/types": "^7.16.0" + "@babel/types": "^7.16.7" } }, "@babel/helper-module-imports": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.0.tgz", - "integrity": "sha512-kkH7sWzKPq0xt3H1n+ghb4xEMP8k0U7XV3kkB+ZGy69kDk2ySFW1qPi06sjKzFY3t1j6XbJSqr4mF9L7CYVyhg==", + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz", + "integrity": "sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==", "requires": { - "@babel/types": "^7.16.0" + "@babel/types": "^7.16.7" } }, "@babel/helper-module-transforms": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.16.0.tgz", - "integrity": "sha512-My4cr9ATcaBbmaEa8M0dZNA74cfI6gitvUAskgDtAFmAqyFKDSHQo5YstxPbN+lzHl2D9l/YOEFqb2mtUh4gfA==", + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.16.7.tgz", + "integrity": "sha512-gaqtLDxJEFCeQbYp9aLAefjhkKdjKcdh6DB7jniIGU3Pz52WAmP268zK0VgPz9hUNkMSYeH976K2/Y6yPadpng==", "requires": { - "@babel/helper-module-imports": "^7.16.0", - "@babel/helper-replace-supers": "^7.16.0", - "@babel/helper-simple-access": "^7.16.0", - "@babel/helper-split-export-declaration": "^7.16.0", - "@babel/helper-validator-identifier": "^7.15.7", - "@babel/template": "^7.16.0", - "@babel/traverse": "^7.16.0", - "@babel/types": "^7.16.0" - } - }, - "@babel/helper-optimise-call-expression": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.0.tgz", - "integrity": "sha512-SuI467Gi2V8fkofm2JPnZzB/SUuXoJA5zXe/xzyPP2M04686RzFKFHPK6HDVN6JvWBIEW8tt9hPR7fXdn2Lgpw==", - "requires": { - "@babel/types": "^7.16.0" + "@babel/helper-environment-visitor": "^7.16.7", + "@babel/helper-module-imports": "^7.16.7", + "@babel/helper-simple-access": "^7.16.7", + "@babel/helper-split-export-declaration": "^7.16.7", + "@babel/helper-validator-identifier": "^7.16.7", + "@babel/template": "^7.16.7", + "@babel/traverse": "^7.16.7", + "@babel/types": "^7.16.7" } }, "@babel/helper-plugin-utils": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz", - "integrity": "sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ==" - }, - "@babel/helper-replace-supers": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.16.0.tgz", - "integrity": "sha512-TQxuQfSCdoha7cpRNJvfaYxxxzmbxXw/+6cS7V02eeDYyhxderSoMVALvwupA54/pZcOTtVeJ0xccp1nGWladA==", - "requires": { - "@babel/helper-member-expression-to-functions": "^7.16.0", - "@babel/helper-optimise-call-expression": "^7.16.0", - "@babel/traverse": "^7.16.0", - "@babel/types": "^7.16.0" - } + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz", + "integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==" }, "@babel/helper-simple-access": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.16.0.tgz", - "integrity": "sha512-o1rjBT/gppAqKsYfUdfHq5Rk03lMQrkPHG1OWzHWpLgVXRH4HnMM9Et9CVdIqwkCQlobnGHEJMsgWP/jE1zUiw==", + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.16.7.tgz", + "integrity": "sha512-ZIzHVyoeLMvXMN/vok/a4LWRy8G2v205mNP0XOuf9XRLyX5/u9CnVulUtDgUTama3lT+bf/UqucuZjqiGuTS1g==", "requires": { - "@babel/types": "^7.16.0" + "@babel/types": "^7.16.7" } }, "@babel/helper-split-export-declaration": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.0.tgz", - "integrity": "sha512-0YMMRpuDFNGTHNRiiqJX19GjNXA4H0E8jZ2ibccfSxaCogbm3am5WN/2nQNj0YnQwGWM1J06GOcQ2qnh3+0paw==", + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz", + "integrity": "sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==", "requires": { - "@babel/types": "^7.16.0" + "@babel/types": "^7.16.7" } }, "@babel/helper-validator-identifier": { - "version": "7.15.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz", - "integrity": "sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==" + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz", + "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==" }, "@babel/helper-validator-option": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz", - "integrity": "sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow==" + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz", + "integrity": "sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==" }, "@babel/helpers": { - "version": "7.16.3", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.16.3.tgz", - "integrity": "sha512-Xn8IhDlBPhvYTvgewPKawhADichOsbkZuzN7qz2BusOM0brChsyXMDJvldWaYMMUNiCQdQzNEioXTp3sC8Nt8w==", + "version": "7.17.2", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.2.tgz", + "integrity": "sha512-0Qu7RLR1dILozr/6M0xgj+DFPmi6Bnulgm9M8BVa9ZCWxDqlSnqt3cf8IDPB5m45sVXUZ0kuQAgUrdSFFH79fQ==", "requires": { - "@babel/template": "^7.16.0", - "@babel/traverse": "^7.16.3", - "@babel/types": "^7.16.0" + "@babel/template": "^7.16.7", + "@babel/traverse": "^7.17.0", + "@babel/types": "^7.17.0" } }, "@babel/highlight": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.0.tgz", - "integrity": "sha512-t8MH41kUQylBtu2+4IQA3atqevA2lRgqA2wyVB/YiWmsDSuylZZuXOUy9ric30hfzauEFfdsuk/eXTRrGrfd0g==", + "version": "7.16.10", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.10.tgz", + "integrity": "sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw==", "requires": { - "@babel/helper-validator-identifier": "^7.15.7", + "@babel/helper-validator-identifier": "^7.16.7", "chalk": "^2.0.0", "js-tokens": "^4.0.0" }, @@ -4407,6 +4409,11 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" + }, "has-flag": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", @@ -4423,9 +4430,9 @@ } }, "@babel/parser": { - "version": "7.16.4", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.4.tgz", - "integrity": "sha512-6V0qdPUaiVHH3RtZeLIsc+6pDhbYzHR8ogA8w+f+Wc77DuXto19g2QUwveINoS34Uw+W8/hQDGJCx+i4n7xcng==" + "version": "7.17.0", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.0.tgz", + "integrity": "sha512-VKXSCQx5D8S04ej+Dqsr1CzYvvWgf20jIw2D+YhQCrIlr2UZGaDds23Y0xg75/skOxpLCRpUZvk/1EAVkGoDOw==" }, "@babel/plugin-syntax-async-generators": { "version": "7.8.4", @@ -4524,45 +4531,46 @@ } }, "@babel/plugin-syntax-typescript": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.16.0.tgz", - "integrity": "sha512-Xv6mEXqVdaqCBfJFyeab0fH2DnUoMsDmhamxsSi4j8nLd4Vtw213WMJr55xxqipC/YVWyPY3K0blJncPYji+dQ==", + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.16.7.tgz", + "integrity": "sha512-YhUIJHHGkqPgEcMYkPCKTyGUdoGKWtopIycQyjJH8OjvRgOYsXsaKehLVPScKJWAULPxMa4N1vCe6szREFlZ7A==", "requires": { - "@babel/helper-plugin-utils": "^7.14.5" + "@babel/helper-plugin-utils": "^7.16.7" } }, "@babel/template": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.0.tgz", - "integrity": "sha512-MnZdpFD/ZdYhXwiunMqqgyZyucaYsbL0IrjoGjaVhGilz+x8YB++kRfygSOIj1yOtWKPlx7NBp+9I1RQSgsd5A==", + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz", + "integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==", "requires": { - "@babel/code-frame": "^7.16.0", - "@babel/parser": "^7.16.0", - "@babel/types": "^7.16.0" + "@babel/code-frame": "^7.16.7", + "@babel/parser": "^7.16.7", + "@babel/types": "^7.16.7" } }, "@babel/traverse": { - "version": "7.16.3", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.16.3.tgz", - "integrity": "sha512-eolumr1vVMjqevCpwVO99yN/LoGL0EyHiLO5I043aYQvwOJ9eR5UsZSClHVCzfhBduMAsSzgA/6AyqPjNayJag==", - "requires": { - "@babel/code-frame": "^7.16.0", - "@babel/generator": "^7.16.0", - "@babel/helper-function-name": "^7.16.0", - "@babel/helper-hoist-variables": "^7.16.0", - "@babel/helper-split-export-declaration": "^7.16.0", - "@babel/parser": "^7.16.3", - "@babel/types": "^7.16.0", + "version": "7.17.0", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.17.0.tgz", + "integrity": "sha512-fpFIXvqD6kC7c7PUNnZ0Z8cQXlarCLtCUpt2S1Dx7PjoRtCFffvOkHHSom+m5HIxMZn5bIBVb71lhabcmjEsqg==", + "requires": { + "@babel/code-frame": "^7.16.7", + "@babel/generator": "^7.17.0", + "@babel/helper-environment-visitor": "^7.16.7", + "@babel/helper-function-name": "^7.16.7", + "@babel/helper-hoist-variables": "^7.16.7", + "@babel/helper-split-export-declaration": "^7.16.7", + "@babel/parser": "^7.17.0", + "@babel/types": "^7.17.0", "debug": "^4.1.0", "globals": "^11.1.0" } }, "@babel/types": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.0.tgz", - "integrity": "sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg==", + "version": "7.17.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.17.0.tgz", + "integrity": "sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==", "requires": { - "@babel/helper-validator-identifier": "^7.15.7", + "@babel/helper-validator-identifier": "^7.16.7", "to-fast-properties": "^2.0.0" } }, @@ -4571,16 +4579,6 @@ "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz", "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==" }, - "@dabh/diagnostics": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@dabh/diagnostics/-/diagnostics-2.0.2.tgz", - "integrity": "sha512-+A1YivoVDNNVCdfozHSR8v/jyuuLTMXwjWuxPFlFlUapXoGc+Gj9mDlTDDfrwl7rXCl2tNZ0kE8sIBO6YOn96Q==", - "requires": { - "colorspace": "1.1.x", - "enabled": "2.0.x", - "kuler": "^2.0.0" - } - }, "@istanbuljs/load-nyc-config": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", @@ -4599,47 +4597,47 @@ "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==" }, "@jest/console": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/@jest/console/-/console-27.4.2.tgz", - "integrity": "sha512-xknHThRsPB/To1FUbi6pCe43y58qFC03zfb6R7fDb/FfC7k2R3i1l+izRBJf8DI46KhYGRaF14Eo9A3qbBoixg==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/console/-/console-27.5.1.tgz", + "integrity": "sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==", "requires": { - "@jest/types": "^27.4.2", + "@jest/types": "^27.5.1", "@types/node": "*", "chalk": "^4.0.0", - "jest-message-util": "^27.4.2", - "jest-util": "^27.4.2", + "jest-message-util": "^27.5.1", + "jest-util": "^27.5.1", "slash": "^3.0.0" } }, "@jest/core": { - "version": "27.4.3", - "resolved": "https://registry.npmjs.org/@jest/core/-/core-27.4.3.tgz", - "integrity": "sha512-V9ms3zSxUHxh1E/ZLAiXF7SLejsdFnjWTFizWotMOWvjho0lW5kSjZymhQSodNW0T0ZMQRiha7f8+NcFVm3hJQ==", - "requires": { - "@jest/console": "^27.4.2", - "@jest/reporters": "^27.4.2", - "@jest/test-result": "^27.4.2", - "@jest/transform": "^27.4.2", - "@jest/types": "^27.4.2", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/core/-/core-27.5.1.tgz", + "integrity": "sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==", + "requires": { + "@jest/console": "^27.5.1", + "@jest/reporters": "^27.5.1", + "@jest/test-result": "^27.5.1", + "@jest/transform": "^27.5.1", + "@jest/types": "^27.5.1", "@types/node": "*", "ansi-escapes": "^4.2.1", "chalk": "^4.0.0", "emittery": "^0.8.1", "exit": "^0.1.2", - "graceful-fs": "^4.2.4", - "jest-changed-files": "^27.4.2", - "jest-config": "^27.4.3", - "jest-haste-map": "^27.4.2", - "jest-message-util": "^27.4.2", - "jest-regex-util": "^27.4.0", - "jest-resolve": "^27.4.2", - "jest-resolve-dependencies": "^27.4.2", - "jest-runner": "^27.4.3", - "jest-runtime": "^27.4.2", - "jest-snapshot": "^27.4.2", - "jest-util": "^27.4.2", - "jest-validate": "^27.4.2", - "jest-watcher": "^27.4.2", + "graceful-fs": "^4.2.9", + "jest-changed-files": "^27.5.1", + "jest-config": "^27.5.1", + "jest-haste-map": "^27.5.1", + "jest-message-util": "^27.5.1", + "jest-regex-util": "^27.5.1", + "jest-resolve": "^27.5.1", + "jest-resolve-dependencies": "^27.5.1", + "jest-runner": "^27.5.1", + "jest-runtime": "^27.5.1", + "jest-snapshot": "^27.5.1", + "jest-util": "^27.5.1", + "jest-validate": "^27.5.1", + "jest-watcher": "^27.5.1", "micromatch": "^4.0.4", "rimraf": "^3.0.0", "slash": "^3.0.0", @@ -4647,64 +4645,64 @@ } }, "@jest/environment": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-27.4.2.tgz", - "integrity": "sha512-uSljKxh/rGlHlmhyeG4ZoVK9hOec+EPBkwTHkHKQ2EqDu5K+MaG9uJZ8o1CbRsSdZqSuhXvJCYhBWsORPPg6qw==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-27.5.1.tgz", + "integrity": "sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==", "requires": { - "@jest/fake-timers": "^27.4.2", - "@jest/types": "^27.4.2", + "@jest/fake-timers": "^27.5.1", + "@jest/types": "^27.5.1", "@types/node": "*", - "jest-mock": "^27.4.2" + "jest-mock": "^27.5.1" } }, "@jest/fake-timers": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.4.2.tgz", - "integrity": "sha512-f/Xpzn5YQk5adtqBgvw1V6bF8Nx3hY0OIRRpCvWcfPl0EAjdqWPdhH3t/3XpiWZqtjIEHDyMKP9ajpva1l4Zmg==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.5.1.tgz", + "integrity": "sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==", "requires": { - "@jest/types": "^27.4.2", + "@jest/types": "^27.5.1", "@sinonjs/fake-timers": "^8.0.1", "@types/node": "*", - "jest-message-util": "^27.4.2", - "jest-mock": "^27.4.2", - "jest-util": "^27.4.2" + "jest-message-util": "^27.5.1", + "jest-mock": "^27.5.1", + "jest-util": "^27.5.1" } }, "@jest/globals": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-27.4.2.tgz", - "integrity": "sha512-KkfaHEttlGpXYAQTZHgrESiEPx2q/DKAFLGLFda1uGVrqc17snd3YVPhOxlXOHIzVPs+lQ/SDB2EIvxyGzb3Ew==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-27.5.1.tgz", + "integrity": "sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==", "requires": { - "@jest/environment": "^27.4.2", - "@jest/types": "^27.4.2", - "expect": "^27.4.2" + "@jest/environment": "^27.5.1", + "@jest/types": "^27.5.1", + "expect": "^27.5.1" } }, "@jest/reporters": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-27.4.2.tgz", - "integrity": "sha512-sp4aqmdBJtjKetEakzDPcZggPcVIF6w9QLkYBbaWDV6e/SIsHnF1S4KtIH91eEc2fp7ep6V/e1xvdfEoho1d2w==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-27.5.1.tgz", + "integrity": "sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==", "requires": { "@bcoe/v8-coverage": "^0.2.3", - "@jest/console": "^27.4.2", - "@jest/test-result": "^27.4.2", - "@jest/transform": "^27.4.2", - "@jest/types": "^27.4.2", + "@jest/console": "^27.5.1", + "@jest/test-result": "^27.5.1", + "@jest/transform": "^27.5.1", + "@jest/types": "^27.5.1", "@types/node": "*", "chalk": "^4.0.0", "collect-v8-coverage": "^1.0.0", "exit": "^0.1.2", "glob": "^7.1.2", - "graceful-fs": "^4.2.4", + "graceful-fs": "^4.2.9", "istanbul-lib-coverage": "^3.0.0", - "istanbul-lib-instrument": "^4.0.3", + "istanbul-lib-instrument": "^5.1.0", "istanbul-lib-report": "^3.0.0", "istanbul-lib-source-maps": "^4.0.0", - "istanbul-reports": "^3.0.2", - "jest-haste-map": "^27.4.2", - "jest-resolve": "^27.4.2", - "jest-util": "^27.4.2", - "jest-worker": "^27.4.2", + "istanbul-reports": "^3.1.3", + "jest-haste-map": "^27.5.1", + "jest-resolve": "^27.5.1", + "jest-util": "^27.5.1", + "jest-worker": "^27.5.1", "slash": "^3.0.0", "source-map": "^0.6.0", "string-length": "^4.0.1", @@ -4713,63 +4711,63 @@ } }, "@jest/source-map": { - "version": "27.4.0", - "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-27.4.0.tgz", - "integrity": "sha512-Ntjx9jzP26Bvhbm93z/AKcPRj/9wrkI88/gK60glXDx1q+IeI0rf7Lw2c89Ch6ofonB0On/iRDreQuQ6te9pgQ==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-27.5.1.tgz", + "integrity": "sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==", "requires": { "callsites": "^3.0.0", - "graceful-fs": "^4.2.4", + "graceful-fs": "^4.2.9", "source-map": "^0.6.0" } }, "@jest/test-result": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-27.4.2.tgz", - "integrity": "sha512-kr+bCrra9jfTgxHXHa2UwoQjxvQk3Am6QbpAiJ5x/50LW8llOYrxILkqY0lZRW/hu8FXesnudbql263+EW9iNA==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-27.5.1.tgz", + "integrity": "sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==", "requires": { - "@jest/console": "^27.4.2", - "@jest/types": "^27.4.2", + "@jest/console": "^27.5.1", + "@jest/types": "^27.5.1", "@types/istanbul-lib-coverage": "^2.0.0", "collect-v8-coverage": "^1.0.0" } }, "@jest/test-sequencer": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-27.4.2.tgz", - "integrity": "sha512-HmHp5mlh9f9GyNej5yCS1JZIFfUGnP9+jEOH5zoq5EmsuZeYD+dGULqyvGDPtuzzbyAFJ6R4+z4SS0VvnFwwGQ==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-27.5.1.tgz", + "integrity": "sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ==", "requires": { - "@jest/test-result": "^27.4.2", - "graceful-fs": "^4.2.4", - "jest-haste-map": "^27.4.2", - "jest-runtime": "^27.4.2" + "@jest/test-result": "^27.5.1", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^27.5.1", + "jest-runtime": "^27.5.1" } }, "@jest/transform": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.4.2.tgz", - "integrity": "sha512-RTKcPZllfcmLfnlxBya7aypofhdz05+E6QITe55Ex0rxyerkgjmmpMlvVn11V0cP719Ps6WcDYCnDzxnnJUwKg==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.5.1.tgz", + "integrity": "sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==", "requires": { "@babel/core": "^7.1.0", - "@jest/types": "^27.4.2", - "babel-plugin-istanbul": "^6.0.0", + "@jest/types": "^27.5.1", + "babel-plugin-istanbul": "^6.1.1", "chalk": "^4.0.0", "convert-source-map": "^1.4.0", "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.4", - "jest-haste-map": "^27.4.2", - "jest-regex-util": "^27.4.0", - "jest-util": "^27.4.2", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^27.5.1", + "jest-regex-util": "^27.5.1", + "jest-util": "^27.5.1", "micromatch": "^4.0.4", - "pirates": "^4.0.1", + "pirates": "^4.0.4", "slash": "^3.0.0", "source-map": "^0.6.1", "write-file-atomic": "^3.0.0" } }, "@jest/types": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.4.2.tgz", - "integrity": "sha512-j35yw0PMTPpZsUoOBiuHzr1zTYoad1cVIE0ajEjcrJONxxrko/IRGKkXx3os0Nsi4Hu3+5VmDbVfq5WhG/pWAg==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz", + "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==", "requires": { "@types/istanbul-lib-coverage": "^2.0.0", "@types/istanbul-reports": "^3.0.0", @@ -4778,6 +4776,25 @@ "chalk": "^4.0.0" } }, + "@jridgewell/resolve-uri": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz", + "integrity": "sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew==" + }, + "@jridgewell/sourcemap-codec": { + "version": "1.4.11", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz", + "integrity": "sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==" + }, + "@jridgewell/trace-mapping": { + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.4.tgz", + "integrity": "sha512-vFv9ttIedivx0ux3QSjhgtCVjPZd5l46ZOMDSCwnH1yUO2e964gO8LZGyv2QkqcgR6TnBU1v+1IFqmeoG+0UJQ==", + "requires": { + "@jridgewell/resolve-uri": "^3.0.3", + "@jridgewell/sourcemap-codec": "^1.4.10" + } + }, "@seald-io/binary-search-tree": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/@seald-io/binary-search-tree/-/binary-search-tree-1.0.2.tgz", @@ -4815,9 +4832,9 @@ "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==" }, "@types/babel__core": { - "version": "7.1.17", - "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.17.tgz", - "integrity": "sha512-6zzkezS9QEIL8yCBvXWxPTJPNuMeECJVxSOhxNY/jfq9LxOTHivaYTqr37n9LknWWRTIkzqH2UilS5QFvfa90A==", + "version": "7.1.18", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.18.tgz", + "integrity": "sha512-S7unDjm/C7z2A2R9NzfKCK1I+BAALDtxEmsJBwlB3EzNfb929ykjL++1CK9LO++EIp2fQrC8O+BwjKvz6UeDyQ==", "requires": { "@babel/parser": "^7.1.0", "@babel/types": "^7.0.0", @@ -4827,9 +4844,9 @@ } }, "@types/babel__generator": { - "version": "7.6.3", - "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.3.tgz", - "integrity": "sha512-/GWCmzJWqV7diQW54smJZzWbSFf4QYtF71WCKhcx6Ru/tFyQIY2eiiITcCAeuPbNSvT9YCGkVMqqvSk2Z0mXiA==", + "version": "7.6.4", + "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz", + "integrity": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==", "requires": { "@babel/types": "^7.0.0" } @@ -4860,9 +4877,9 @@ } }, "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.3.tgz", - "integrity": "sha512-sz7iLqvVUg1gIedBOvlkxPlc8/uVzyS5OwGz1cKjXzkl3FpL3al0crU8YGU1WoHkxn0Wxbw5tyi6hvzJKNzFsw==" + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz", + "integrity": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==" }, "@types/istanbul-lib-report": { "version": "3.0.0", @@ -4881,14 +4898,14 @@ } }, "@types/node": { - "version": "16.11.12", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.12.tgz", - "integrity": "sha512-+2Iggwg7PxoO5Kyhvsq9VarmPbIelXP070HMImEpbtGCoyWNINQj4wzjbQCXzdHTRXnqufutJb5KAURZANNBAw==" + "version": "17.0.18", + "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.18.tgz", + "integrity": "sha512-eKj4f/BsN/qcculZiRSujogjvp5O/k4lOW5m35NopjZM/QwLOR075a8pJW5hD+Rtdm2DaCVPENS6KtSQnUD6BA==" }, "@types/prettier": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.4.2.tgz", - "integrity": "sha512-ekoj4qOQYp7CvjX8ZDBgN86w3MqQhLE1hczEJbEIjgFEumDy+na/4AJAbLXfgEWFNB2pKadM5rPFtuSGMWK7xA==" + "version": "2.4.4", + "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.4.4.tgz", + "integrity": "sha512-ReVR2rLTV1kvtlWFyuot+d1pkpG2Fw/XKE3PDAdj57rbM97ttSp9JZ2UsP+2EHTylra9cUf6JA7tGwW1INzUrA==" }, "@types/stack-utils": { "version": "2.0.1", @@ -4914,9 +4931,9 @@ "integrity": "sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==" }, "acorn": { - "version": "8.6.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.6.0.tgz", - "integrity": "sha512-U1riIR+lBSNi3IbxtaHOIKdH8sLFv3NYfNv8sg7ZsNhcfl4HF2++BfqqrNAxoCLQW1iiylOj76ecnaUxz+z9yw==" + "version": "8.7.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.0.tgz", + "integrity": "sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==" }, "acorn-globals": { "version": "6.0.0", @@ -4968,11 +4985,6 @@ "color-convert": "^2.0.1" } }, - "any-promise": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz", - "integrity": "sha1-q8av7tzqUugJzcA3au0845Y10X8=" - }, "anymatch": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", @@ -5009,17 +5021,17 @@ } }, "babel-jest": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.4.2.tgz", - "integrity": "sha512-MADrjb3KBO2eyZCAc6QaJg6RT5u+6oEdDyHO5HEalnpwQ6LrhTsQF2Kj1Wnz2t6UPXIXPk18dSXXOT0wF5yTxA==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.5.1.tgz", + "integrity": "sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==", "requires": { - "@jest/transform": "^27.4.2", - "@jest/types": "^27.4.2", + "@jest/transform": "^27.5.1", + "@jest/types": "^27.5.1", "@types/babel__core": "^7.1.14", - "babel-plugin-istanbul": "^6.0.0", - "babel-preset-jest": "^27.4.0", + "babel-plugin-istanbul": "^6.1.1", + "babel-preset-jest": "^27.5.1", "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", + "graceful-fs": "^4.2.9", "slash": "^3.0.0" } }, @@ -5033,26 +5045,12 @@ "@istanbuljs/schema": "^0.1.2", "istanbul-lib-instrument": "^5.0.4", "test-exclude": "^6.0.0" - }, - "dependencies": { - "istanbul-lib-instrument": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.1.0.tgz", - "integrity": "sha512-czwUz525rkOFDJxfKK6mYfIs9zBKILyrZQxjz3ABhjQXhbhFsSbo1HW/BFcsDnfJYJWA6thRR5/TUY2qs5W99Q==", - "requires": { - "@babel/core": "^7.12.3", - "@babel/parser": "^7.14.7", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-coverage": "^3.2.0", - "semver": "^6.3.0" - } - } } }, "babel-plugin-jest-hoist": { - "version": "27.4.0", - "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.4.0.tgz", - "integrity": "sha512-Jcu7qS4OX5kTWBc45Hz7BMmgXuJqRnhatqpUhnzGC3OBYpOmf2tv6jFNwZpwM7wU7MUuv2r9IPS/ZlYOuburVw==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.5.1.tgz", + "integrity": "sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ==", "requires": { "@babel/template": "^7.3.3", "@babel/types": "^7.3.3", @@ -5080,11 +5078,11 @@ } }, "babel-preset-jest": { - "version": "27.4.0", - "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-27.4.0.tgz", - "integrity": "sha512-NK4jGYpnBvNxcGo7/ZpZJr51jCGT+3bwwpVIDY2oNfTxJJldRtB4VAcYdgp1loDE50ODuTu+yBjpMAswv5tlpg==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-27.5.1.tgz", + "integrity": "sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==", "requires": { - "babel-plugin-jest-hoist": "^27.4.0", + "babel-plugin-jest-hoist": "^27.5.1", "babel-preset-current-node-syntax": "^1.0.0" } }, @@ -5116,12 +5114,12 @@ "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==" }, "browserslist": { - "version": "4.18.1", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.18.1.tgz", - "integrity": "sha512-8ScCzdpPwR2wQh8IT82CA2VgDwjHyqMovPBZSNH54+tm4Jk2pCuv90gmAdH6J84OCRWi0b4gMe6O6XPXuJnjgQ==", + "version": "4.19.1", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.19.1.tgz", + "integrity": "sha512-u2tbbG5PdKRTUoctO3NBD8FQ5HdPh1ZXPHzp1rwaa5jTc+RV9/+RlWiAIKmjRPQF+xbGM9Kklj5bZQFa2s/38A==", "requires": { - "caniuse-lite": "^1.0.30001280", - "electron-to-chromium": "^1.3.896", + "caniuse-lite": "^1.0.30001286", + "electron-to-chromium": "^1.4.17", "escalade": "^3.1.1", "node-releases": "^2.0.1", "picocolors": "^1.0.0" @@ -5151,14 +5149,14 @@ "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" }, "caniuse-lite": { - "version": "1.0.30001285", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001285.tgz", - "integrity": "sha512-KAOkuUtcQ901MtmvxfKD+ODHH9YVDYnBt+TGYSz2KIfnq22CiArbUxXPN9067gNbgMlnNYRSwho8OPXZPALB9Q==" + "version": "1.0.30001312", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001312.tgz", + "integrity": "sha512-Wiz1Psk2MEK0pX3rUzWaunLTZzqS2JYZFzNKqAiJGiuxIjRPLgV6+VDPOg6lQOUxmDwhTlh198JsTTi8Hzw6aQ==" }, "chalk": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz", - "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "requires": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -5169,11 +5167,6 @@ "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz", "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==" }, - "chunk": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/chunk/-/chunk-0.0.3.tgz", - "integrity": "sha512-oGfwvhjGRW3Ks4GTdGoJhZWKEO1eomjOC26001R+5H0TIlP7vBCO+/XcNcPCA6ayYC7RQSq1/NsN4679Odcm5A==" - }, "ci-info": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.3.0.tgz", @@ -5204,30 +5197,6 @@ "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz", "integrity": "sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg==" }, - "color": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/color/-/color-3.2.1.tgz", - "integrity": "sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA==", - "requires": { - "color-convert": "^1.9.3", - "color-string": "^1.6.0" - }, - "dependencies": { - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" - } - } - }, "color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", @@ -5241,29 +5210,11 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, - "color-string": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.7.4.tgz", - "integrity": "sha512-nVdUvPVgZMpRQad5dcsCMOSB5BXLljklTiaxS6ehhKxDsAI5sD7k5VmFuBt1y3Rlym8uulc/ANUN/bMWtBu6Sg==", - "requires": { - "color-name": "^1.0.0", - "simple-swizzle": "^0.2.2" - } - }, "colors": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz", "integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==" }, - "colorspace": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/colorspace/-/colorspace-1.1.4.tgz", - "integrity": "sha512-BgvKJiuVu1igBUF2kEjRCZXol6wiiGbY5ipL/oVPwm0BL9sIpMIzM8IK7vwuxIIzOXMV3Ey5w+vxhm0rR/TN8w==", - "requires": { - "color": "^3.1.3", - "text-hex": "1.0.x" - } - }, "combined-stream": { "version": "1.0.8", "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", @@ -5278,9 +5229,9 @@ "integrity": "sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w==" }, "commander": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", - "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==" + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", + "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==" }, "concat-map": { "version": "0.0.1", @@ -5295,11 +5246,6 @@ "safe-buffer": "~5.1.1" } }, - "core-util-is": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", - "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" - }, "cross-spawn": { "version": "7.0.3", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", @@ -5310,11 +5256,6 @@ "which": "^2.0.1" } }, - "crypto": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/crypto/-/crypto-1.0.1.tgz", - "integrity": "sha512-VxBKmeNcqQdiUQUW2Tzq0t377b54N2bMtXO/qiLa+6eRRmmC4qT3D4OnTGoT/U6O9aklQ/jTwbOtRMTTY8G0Ig==" - }, "cssom": { "version": "0.4.4", "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz", @@ -5394,9 +5335,9 @@ "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==" }, "diff-sequences": { - "version": "27.4.0", - "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.4.0.tgz", - "integrity": "sha512-YqiQzkrsmHMH5uuh8OdQFU9/ZpADnwzml8z0O5HvRNda+5UZsaX/xN+AAxfR2hWq1Y7HZnAzO9J5lJXOuDz2Ww==" + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.5.1.tgz", + "integrity": "sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==" }, "domexception": { "version": "2.0.1", @@ -5414,9 +5355,9 @@ } }, "electron-to-chromium": { - "version": "1.4.12", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.12.tgz", - "integrity": "sha512-zjfhG9Us/hIy8AlQ5OzfbR/C4aBv1Dg/ak4GX35CELYlJ4tDAtoEcQivXvyBdqdNQ+R6PhlgQqV8UNPJmhkJog==" + "version": "1.4.69", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.69.tgz", + "integrity": "sha512-0rxK21MqWhN/fVUXNOeBksRlw79Wq26y6R8lxEEL2v7vwzRWbYhXI7Id5msee7/q1NNgu4mG78qaablN2xtfTQ==" }, "emittery": { "version": "0.8.1", @@ -5428,10 +5369,20 @@ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" }, - "enabled": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/enabled/-/enabled-2.0.0.tgz", - "integrity": "sha512-AKrN98kuwOzMIdAizXGI86UFBoo26CL21UM763y1h/GMSJ4/OHU9k2YlsmBpyScFo/wbLzWQJBMCW4+IO3/+OQ==" + "error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "requires": { + "is-arrayish": "^0.2.1" + }, + "dependencies": { + "is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=" + } + } }, "escalade": { "version": "3.1.1", @@ -5439,9 +5390,9 @@ "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==" }, "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", + "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==" }, "escodegen": { "version": "2.0.0", @@ -5492,23 +5443,14 @@ "integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=" }, "expect": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/expect/-/expect-27.4.2.tgz", - "integrity": "sha512-BjAXIDC6ZOW+WBFNg96J22D27Nq5ohn+oGcuP2rtOtcjuxNoV9McpQ60PcQWhdFOSBIQdR72e+4HdnbZTFSTyg==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/expect/-/expect-27.5.1.tgz", + "integrity": "sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==", "requires": { - "@jest/types": "^27.4.2", - "ansi-styles": "^5.0.0", - "jest-get-type": "^27.4.0", - "jest-matcher-utils": "^27.4.2", - "jest-message-util": "^27.4.2", - "jest-regex-util": "^27.4.0" - }, - "dependencies": { - "ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==" - } + "@jest/types": "^27.5.1", + "jest-get-type": "^27.5.1", + "jest-matcher-utils": "^27.5.1", + "jest-message-util": "^27.5.1" } }, "fast-json-stable-stringify": { @@ -5529,10 +5471,20 @@ "bser": "2.1.1" } }, - "fecha": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/fecha/-/fecha-4.2.1.tgz", - "integrity": "sha512-MMMQ0ludy/nBs1/o0zVOiKTpG7qMbonKUzjJgQFEuvq6INZ1OraKPRAWkBq5vlKLOUMpmNYG1JoN3oDPUQ9m3Q==" + "figures": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz", + "integrity": "sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI=", + "requires": { + "escape-string-regexp": "^1.0.5" + }, + "dependencies": { + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" + } + } }, "fill-range": { "version": "7.0.1", @@ -5551,15 +5503,10 @@ "path-exists": "^4.0.0" } }, - "fn.name": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/fn.name/-/fn.name-1.1.0.tgz", - "integrity": "sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==" - }, "follow-redirects": { - "version": "1.14.4", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.4.tgz", - "integrity": "sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g==" + "version": "1.14.8", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.8.tgz", + "integrity": "sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA==" }, "form-data": { "version": "3.0.1", @@ -5571,6 +5518,23 @@ "mime-types": "^2.1.12" } }, + "fs-extra": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.0.0.tgz", + "integrity": "sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==", + "requires": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "dependencies": { + "universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==" + } + } + }, "fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", @@ -5631,9 +5595,9 @@ "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==" }, "graceful-fs": { - "version": "4.2.8", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.8.tgz", - "integrity": "sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==" + "version": "4.2.9", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.9.tgz", + "integrity": "sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==" }, "has": { "version": "1.0.3", @@ -5699,9 +5663,9 @@ "integrity": "sha1-nbHb0Pr43m++D13V5Wu2BigN5ps=" }, "import-local": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.0.3.tgz", - "integrity": "sha512-bE9iaUY3CXH8Cwfan/abDKAxe1KGT9kyGsBPqf6DMK/z0a2OzAsrukeYNgIH6cH5Xr452jb1TUL8rSfCLjZ9uA==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz", + "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==", "requires": { "pkg-dir": "^4.2.0", "resolve-cwd": "^3.0.0" @@ -5761,15 +5725,10 @@ "resolved": "https://registry.npmjs.org/iptv-playlist-parser/-/iptv-playlist-parser-0.10.2.tgz", "integrity": "sha512-Ls2mKaSgbLtW46KyFd0EVmzLV5lfZzU9lJZTOTrchTsF+sRVGziA6JthtgvhIhPDitruedZRlsa8RdSKGBtDfA==" }, - "is-arrayish": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz", - "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==" - }, "is-core-module": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.0.tgz", - "integrity": "sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==", + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz", + "integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==", "requires": { "has": "^1.0.3" } @@ -5804,11 +5763,6 @@ "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=" }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, "isexe": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", @@ -5820,13 +5774,14 @@ "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==" }, "istanbul-lib-instrument": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz", - "integrity": "sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.1.0.tgz", + "integrity": "sha512-czwUz525rkOFDJxfKK6mYfIs9zBKILyrZQxjz3ABhjQXhbhFsSbo1HW/BFcsDnfJYJWA6thRR5/TUY2qs5W99Q==", "requires": { - "@babel/core": "^7.7.5", + "@babel/core": "^7.12.3", + "@babel/parser": "^7.14.7", "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-coverage": "^3.0.0", + "istanbul-lib-coverage": "^3.2.0", "semver": "^6.3.0" } }, @@ -5851,260 +5806,264 @@ } }, "istanbul-reports": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.1.tgz", - "integrity": "sha512-q1kvhAXWSsXfMjCdNHNPKZZv94OlspKnoGv+R9RGbnqOOQ0VbNfLFgQDVgi7hHenKsndGq3/o0OBdzDXthWcNw==", + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.4.tgz", + "integrity": "sha512-r1/DshN4KSE7xWEknZLLLLDn5CJybV3nw01VTkp6D5jzLuELlcbudfj/eSQFvrKsJuTVCGnePO7ho82Nw9zzfw==", "requires": { "html-escaper": "^2.0.0", "istanbul-lib-report": "^3.0.0" } }, "jest": { - "version": "27.4.3", - "resolved": "https://registry.npmjs.org/jest/-/jest-27.4.3.tgz", - "integrity": "sha512-jwsfVABBzuN3Atm+6h6vIEpTs9+VApODLt4dk2qv1WMOpb1weI1IIZfuwpMiWZ62qvWj78MvdvMHIYdUfqrFaA==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest/-/jest-27.5.1.tgz", + "integrity": "sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==", "requires": { - "@jest/core": "^27.4.3", + "@jest/core": "^27.5.1", "import-local": "^3.0.2", - "jest-cli": "^27.4.3" - }, - "dependencies": { - "jest-cli": { - "version": "27.4.3", - "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.4.3.tgz", - "integrity": "sha512-zZSJBXNC/i8UnJPwcKWsqnhGgIF3uoTYP7th32Zej7KNQJdxzOMj+wCfy2Ox3kU7nXErJ36DtYyXDhfiqaiDRw==", - "requires": { - "@jest/core": "^27.4.3", - "@jest/test-result": "^27.4.2", - "@jest/types": "^27.4.2", - "chalk": "^4.0.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.4", - "import-local": "^3.0.2", - "jest-config": "^27.4.3", - "jest-util": "^27.4.2", - "jest-validate": "^27.4.2", - "prompts": "^2.0.1", - "yargs": "^16.2.0" - } - } + "jest-cli": "^27.5.1" } }, "jest-changed-files": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-27.4.2.tgz", - "integrity": "sha512-/9x8MjekuzUQoPjDHbBiXbNEBauhrPU2ct7m8TfCg69ywt1y/N+yYwGh3gCpnqUS3klYWDU/lSNgv+JhoD2k1A==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-27.5.1.tgz", + "integrity": "sha512-buBLMiByfWGCoMsLLzGUUSpAmIAGnbR2KJoMN10ziLhOLvP4e0SlypHnAel8iqQXTrcbmfEY9sSqae5sgUsTvw==", "requires": { - "@jest/types": "^27.4.2", + "@jest/types": "^27.5.1", "execa": "^5.0.0", "throat": "^6.0.1" } }, "jest-circus": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-27.4.2.tgz", - "integrity": "sha512-2ePUSru1BGMyzxsMvRfu+tNb+PW60rUyMLJBfw1Nrh5zC8RoTPfF+zbE0JToU31a6ZVe4nnrNKWYRzlghAbL0A==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-27.5.1.tgz", + "integrity": "sha512-D95R7x5UtlMA5iBYsOHFFbMD/GVA4R/Kdq15f7xYWUfWHBto9NYRsOvnSauTgdF+ogCpJ4tyKOXhUifxS65gdw==", "requires": { - "@jest/environment": "^27.4.2", - "@jest/test-result": "^27.4.2", - "@jest/types": "^27.4.2", + "@jest/environment": "^27.5.1", + "@jest/test-result": "^27.5.1", + "@jest/types": "^27.5.1", "@types/node": "*", "chalk": "^4.0.0", "co": "^4.6.0", "dedent": "^0.7.0", - "expect": "^27.4.2", + "expect": "^27.5.1", "is-generator-fn": "^2.0.0", - "jest-each": "^27.4.2", - "jest-matcher-utils": "^27.4.2", - "jest-message-util": "^27.4.2", - "jest-runtime": "^27.4.2", - "jest-snapshot": "^27.4.2", - "jest-util": "^27.4.2", - "pretty-format": "^27.4.2", + "jest-each": "^27.5.1", + "jest-matcher-utils": "^27.5.1", + "jest-message-util": "^27.5.1", + "jest-runtime": "^27.5.1", + "jest-snapshot": "^27.5.1", + "jest-util": "^27.5.1", + "pretty-format": "^27.5.1", "slash": "^3.0.0", "stack-utils": "^2.0.3", "throat": "^6.0.1" } }, - "jest-config": { - "version": "27.4.3", - "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.4.3.tgz", - "integrity": "sha512-DQ10HTSqYtC2pO7s9j2jw+li4xUnm2wLYWH2o7K1ftB8NyvToHsXoLlXxtsGh3AW9gUQR6KY/4B7G+T/NswJBw==", + "jest-cli": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.5.1.tgz", + "integrity": "sha512-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw==", "requires": { - "@babel/core": "^7.1.0", - "@jest/test-sequencer": "^27.4.2", - "@jest/types": "^27.4.2", - "babel-jest": "^27.4.2", + "@jest/core": "^27.5.1", + "@jest/test-result": "^27.5.1", + "@jest/types": "^27.5.1", + "chalk": "^4.0.0", + "exit": "^0.1.2", + "graceful-fs": "^4.2.9", + "import-local": "^3.0.2", + "jest-config": "^27.5.1", + "jest-util": "^27.5.1", + "jest-validate": "^27.5.1", + "prompts": "^2.0.1", + "yargs": "^16.2.0" + } + }, + "jest-config": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.5.1.tgz", + "integrity": "sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==", + "requires": { + "@babel/core": "^7.8.0", + "@jest/test-sequencer": "^27.5.1", + "@jest/types": "^27.5.1", + "babel-jest": "^27.5.1", "chalk": "^4.0.0", "ci-info": "^3.2.0", "deepmerge": "^4.2.2", "glob": "^7.1.1", - "graceful-fs": "^4.2.4", - "jest-circus": "^27.4.2", - "jest-environment-jsdom": "^27.4.3", - "jest-environment-node": "^27.4.2", - "jest-get-type": "^27.4.0", - "jest-jasmine2": "^27.4.2", - "jest-regex-util": "^27.4.0", - "jest-resolve": "^27.4.2", - "jest-runner": "^27.4.3", - "jest-util": "^27.4.2", - "jest-validate": "^27.4.2", + "graceful-fs": "^4.2.9", + "jest-circus": "^27.5.1", + "jest-environment-jsdom": "^27.5.1", + "jest-environment-node": "^27.5.1", + "jest-get-type": "^27.5.1", + "jest-jasmine2": "^27.5.1", + "jest-regex-util": "^27.5.1", + "jest-resolve": "^27.5.1", + "jest-runner": "^27.5.1", + "jest-util": "^27.5.1", + "jest-validate": "^27.5.1", "micromatch": "^4.0.4", - "pretty-format": "^27.4.2", - "slash": "^3.0.0" + "parse-json": "^5.2.0", + "pretty-format": "^27.5.1", + "slash": "^3.0.0", + "strip-json-comments": "^3.1.1" } }, "jest-diff": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.4.2.tgz", - "integrity": "sha512-ujc9ToyUZDh9KcqvQDkk/gkbf6zSaeEg9AiBxtttXW59H/AcqEYp1ciXAtJp+jXWva5nAf/ePtSsgWwE5mqp4Q==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.5.1.tgz", + "integrity": "sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==", "requires": { "chalk": "^4.0.0", - "diff-sequences": "^27.4.0", - "jest-get-type": "^27.4.0", - "pretty-format": "^27.4.2" + "diff-sequences": "^27.5.1", + "jest-get-type": "^27.5.1", + "pretty-format": "^27.5.1" } }, "jest-docblock": { - "version": "27.4.0", - "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-27.4.0.tgz", - "integrity": "sha512-7TBazUdCKGV7svZ+gh7C8esAnweJoG+SvcF6Cjqj4l17zA2q1cMwx2JObSioubk317H+cjcHgP+7fTs60paulg==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-27.5.1.tgz", + "integrity": "sha512-rl7hlABeTsRYxKiUfpHrQrG4e2obOiTQWfMEH3PxPjOtdsfLQO4ReWSZaQ7DETm4xu07rl4q/h4zcKXyU0/OzQ==", "requires": { "detect-newline": "^3.0.0" } }, "jest-each": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-27.4.2.tgz", - "integrity": "sha512-53V2MNyW28CTruB3lXaHNk6PkiIFuzdOC9gR3C6j8YE/ACfrPnz+slB0s17AgU1TtxNzLuHyvNlLJ+8QYw9nBg==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-27.5.1.tgz", + "integrity": "sha512-1Ff6p+FbhT/bXQnEouYy00bkNSY7OUpfIcmdl8vZ31A1UUaurOLPA8a8BbJOF2RDUElwJhmeaV7LnagI+5UwNQ==", "requires": { - "@jest/types": "^27.4.2", + "@jest/types": "^27.5.1", "chalk": "^4.0.0", - "jest-get-type": "^27.4.0", - "jest-util": "^27.4.2", - "pretty-format": "^27.4.2" + "jest-get-type": "^27.5.1", + "jest-util": "^27.5.1", + "pretty-format": "^27.5.1" } }, "jest-environment-jsdom": { - "version": "27.4.3", - "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-27.4.3.tgz", - "integrity": "sha512-x1AUVz3G14LpEJs7KIFUaTINT2n0unOUmvdAby3s/sldUpJJetOJifHo1O/EUQC5fNBowggwJbVulko18y6OWw==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-27.5.1.tgz", + "integrity": "sha512-TFBvkTC1Hnnnrka/fUb56atfDtJ9VMZ94JkjTbggl1PEpwrYtUBKMezB3inLmWqQsXYLcMwNoDQwoBTAvFfsfw==", "requires": { - "@jest/environment": "^27.4.2", - "@jest/fake-timers": "^27.4.2", - "@jest/types": "^27.4.2", + "@jest/environment": "^27.5.1", + "@jest/fake-timers": "^27.5.1", + "@jest/types": "^27.5.1", "@types/node": "*", - "jest-mock": "^27.4.2", - "jest-util": "^27.4.2", + "jest-mock": "^27.5.1", + "jest-util": "^27.5.1", "jsdom": "^16.6.0" } }, "jest-environment-node": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-27.4.2.tgz", - "integrity": "sha512-nzTZ5nJ+FabuZPH2YVci7SZIHpvtNRHPt8+vipLkCnAgXGjVzHm7XJWdnNqXbAkExIgiKeVEkVMNZOZE/LeiIg==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-27.5.1.tgz", + "integrity": "sha512-Jt4ZUnxdOsTGwSRAfKEnE6BcwsSPNOijjwifq5sDFSA2kesnXTvNqKHYgM0hDq3549Uf/KzdXNYn4wMZJPlFLw==", "requires": { - "@jest/environment": "^27.4.2", - "@jest/fake-timers": "^27.4.2", - "@jest/types": "^27.4.2", + "@jest/environment": "^27.5.1", + "@jest/fake-timers": "^27.5.1", + "@jest/types": "^27.5.1", "@types/node": "*", - "jest-mock": "^27.4.2", - "jest-util": "^27.4.2" + "jest-mock": "^27.5.1", + "jest-util": "^27.5.1" } }, + "jest-expect-message": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/jest-expect-message/-/jest-expect-message-1.0.2.tgz", + "integrity": "sha512-WFiXMgwS2lOqQZt1iJMI/hOXpUm32X+ApsuzYcQpW5m16Pv6/Gd9kgC+Q+Q1YVNU04kYcAOv9NXMnjg6kKUy6Q==" + }, "jest-get-type": { - "version": "27.4.0", - "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.4.0.tgz", - "integrity": "sha512-tk9o+ld5TWq41DkK14L4wox4s2D9MtTpKaAVzXfr5CUKm5ZK2ExcaFE0qls2W71zE/6R2TxxrK9w2r6svAFDBQ==" + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz", + "integrity": "sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==" }, "jest-haste-map": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.4.2.tgz", - "integrity": "sha512-foiyAEePORUN2eeJnOtcM1y8qW0ShEd9kTjWVL4sVaMcuCJM6gtHegvYPBRT0mpI/bs4ueThM90+Eoj2ncoNsA==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz", + "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==", "requires": { - "@jest/types": "^27.4.2", + "@jest/types": "^27.5.1", "@types/graceful-fs": "^4.1.2", "@types/node": "*", "anymatch": "^3.0.3", "fb-watchman": "^2.0.0", "fsevents": "^2.3.2", - "graceful-fs": "^4.2.4", - "jest-regex-util": "^27.4.0", - "jest-serializer": "^27.4.0", - "jest-util": "^27.4.2", - "jest-worker": "^27.4.2", + "graceful-fs": "^4.2.9", + "jest-regex-util": "^27.5.1", + "jest-serializer": "^27.5.1", + "jest-util": "^27.5.1", + "jest-worker": "^27.5.1", "micromatch": "^4.0.4", "walker": "^1.0.7" } }, "jest-jasmine2": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-27.4.2.tgz", - "integrity": "sha512-VO/fyAJSH9u0THjbteFiL8qc93ufU+yW+bdieDc8tzTCWwlWzO53UHS5nFK1qmE8izb5Smkn+XHlVt6/l06MKQ==", - "requires": { - "@babel/traverse": "^7.1.0", - "@jest/environment": "^27.4.2", - "@jest/source-map": "^27.4.0", - "@jest/test-result": "^27.4.2", - "@jest/types": "^27.4.2", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-27.5.1.tgz", + "integrity": "sha512-jtq7VVyG8SqAorDpApwiJJImd0V2wv1xzdheGHRGyuT7gZm6gG47QEskOlzsN1PG/6WNaCo5pmwMHDf3AkG2pQ==", + "requires": { + "@jest/environment": "^27.5.1", + "@jest/source-map": "^27.5.1", + "@jest/test-result": "^27.5.1", + "@jest/types": "^27.5.1", "@types/node": "*", "chalk": "^4.0.0", "co": "^4.6.0", - "expect": "^27.4.2", + "expect": "^27.5.1", "is-generator-fn": "^2.0.0", - "jest-each": "^27.4.2", - "jest-matcher-utils": "^27.4.2", - "jest-message-util": "^27.4.2", - "jest-runtime": "^27.4.2", - "jest-snapshot": "^27.4.2", - "jest-util": "^27.4.2", - "pretty-format": "^27.4.2", + "jest-each": "^27.5.1", + "jest-matcher-utils": "^27.5.1", + "jest-message-util": "^27.5.1", + "jest-runtime": "^27.5.1", + "jest-snapshot": "^27.5.1", + "jest-util": "^27.5.1", + "pretty-format": "^27.5.1", "throat": "^6.0.1" } }, "jest-leak-detector": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-27.4.2.tgz", - "integrity": "sha512-ml0KvFYZllzPBJWDei3mDzUhyp/M4ubKebX++fPaudpe8OsxUE+m+P6ciVLboQsrzOCWDjE20/eXew9QMx/VGw==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-27.5.1.tgz", + "integrity": "sha512-POXfWAMvfU6WMUXftV4HolnJfnPOGEu10fscNCA76KBpRRhcMN2c8d3iT2pxQS3HLbA+5X4sOUPzYO2NUyIlHQ==", "requires": { - "jest-get-type": "^27.4.0", - "pretty-format": "^27.4.2" + "jest-get-type": "^27.5.1", + "pretty-format": "^27.5.1" } }, "jest-matcher-utils": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.4.2.tgz", - "integrity": "sha512-jyP28er3RRtMv+fmYC/PKG8wvAmfGcSNproVTW2Y0P/OY7/hWUOmsPfxN1jOhM+0u2xU984u2yEagGivz9OBGQ==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz", + "integrity": "sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==", "requires": { "chalk": "^4.0.0", - "jest-diff": "^27.4.2", - "jest-get-type": "^27.4.0", - "pretty-format": "^27.4.2" + "jest-diff": "^27.5.1", + "jest-get-type": "^27.5.1", + "pretty-format": "^27.5.1" } }, "jest-message-util": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.4.2.tgz", - "integrity": "sha512-OMRqRNd9E0DkBLZpFtZkAGYOXl6ZpoMtQJWTAREJKDOFa0M6ptB7L67tp+cszMBkvSgKOhNtQp2Vbcz3ZZKo/w==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.5.1.tgz", + "integrity": "sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==", "requires": { "@babel/code-frame": "^7.12.13", - "@jest/types": "^27.4.2", + "@jest/types": "^27.5.1", "@types/stack-utils": "^2.0.0", "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", + "graceful-fs": "^4.2.9", "micromatch": "^4.0.4", - "pretty-format": "^27.4.2", + "pretty-format": "^27.5.1", "slash": "^3.0.0", "stack-utils": "^2.0.3" } }, "jest-mock": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-27.4.2.tgz", - "integrity": "sha512-PDDPuyhoukk20JrQKeofK12hqtSka7mWH0QQuxSNgrdiPsrnYYLS6wbzu/HDlxZRzji5ylLRULeuI/vmZZDrYA==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-27.5.1.tgz", + "integrity": "sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==", "requires": { - "@jest/types": "^27.4.2", + "@jest/types": "^27.5.1", "@types/node": "*" } }, @@ -6115,136 +6074,129 @@ "requires": {} }, "jest-regex-util": { - "version": "27.4.0", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.4.0.tgz", - "integrity": "sha512-WeCpMpNnqJYMQoOjm1nTtsgbR4XHAk1u00qDoNBQoykM280+/TmgA5Qh5giC1ecy6a5d4hbSsHzpBtu5yvlbEg==" + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz", + "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==" }, "jest-resolve": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-27.4.2.tgz", - "integrity": "sha512-d/zqPjxCzMqHlOdRTg8cTpO9jY+1/T74KazT8Ws/LwmwxV5sRMWOkiLjmzUCDj/5IqA5XHNK4Hkmlq9Kdpb9Sg==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-27.5.1.tgz", + "integrity": "sha512-FFDy8/9E6CV83IMbDpcjOhumAQPDyETnU2KZ1O98DwTnz8AOBsW/Xv3GySr1mOZdItLR+zDZ7I/UdTFbgSOVCw==", "requires": { - "@jest/types": "^27.4.2", + "@jest/types": "^27.5.1", "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "jest-haste-map": "^27.4.2", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^27.5.1", "jest-pnp-resolver": "^1.2.2", - "jest-util": "^27.4.2", - "jest-validate": "^27.4.2", + "jest-util": "^27.5.1", + "jest-validate": "^27.5.1", "resolve": "^1.20.0", "resolve.exports": "^1.1.0", "slash": "^3.0.0" } }, "jest-resolve-dependencies": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-27.4.2.tgz", - "integrity": "sha512-hb++cTpqvOWfU49MCP/JQkxmnrhKoAVqXWFjgYXswRSVGk8Q6bDTSvhbCeYXDtXaymY0y7WrrSIlKogClcKJuw==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-27.5.1.tgz", + "integrity": "sha512-QQOOdY4PE39iawDn5rzbIePNigfe5B9Z91GDD1ae/xNDlu9kaat8QQ5EKnNmVWPV54hUdxCVwwj6YMgR2O7IOg==", "requires": { - "@jest/types": "^27.4.2", - "jest-regex-util": "^27.4.0", - "jest-snapshot": "^27.4.2" + "@jest/types": "^27.5.1", + "jest-regex-util": "^27.5.1", + "jest-snapshot": "^27.5.1" } }, "jest-runner": { - "version": "27.4.3", - "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-27.4.3.tgz", - "integrity": "sha512-JgR6Om/j22Fd6ZUUIGTWNcCtuZVYbNrecb4k89W4UyFJoRtHpo2zMKWkmFFFJoqwWGrfrcPLnVBIgkJiTV3cyA==", - "requires": { - "@jest/console": "^27.4.2", - "@jest/environment": "^27.4.2", - "@jest/test-result": "^27.4.2", - "@jest/transform": "^27.4.2", - "@jest/types": "^27.4.2", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-27.5.1.tgz", + "integrity": "sha512-g4NPsM4mFCOwFKXO4p/H/kWGdJp9V8kURY2lX8Me2drgXqG7rrZAx5kv+5H7wtt/cdFIjhqYx1HrlqWHaOvDaQ==", + "requires": { + "@jest/console": "^27.5.1", + "@jest/environment": "^27.5.1", + "@jest/test-result": "^27.5.1", + "@jest/transform": "^27.5.1", + "@jest/types": "^27.5.1", "@types/node": "*", "chalk": "^4.0.0", "emittery": "^0.8.1", - "exit": "^0.1.2", - "graceful-fs": "^4.2.4", - "jest-docblock": "^27.4.0", - "jest-environment-jsdom": "^27.4.3", - "jest-environment-node": "^27.4.2", - "jest-haste-map": "^27.4.2", - "jest-leak-detector": "^27.4.2", - "jest-message-util": "^27.4.2", - "jest-resolve": "^27.4.2", - "jest-runtime": "^27.4.2", - "jest-util": "^27.4.2", - "jest-worker": "^27.4.2", + "graceful-fs": "^4.2.9", + "jest-docblock": "^27.5.1", + "jest-environment-jsdom": "^27.5.1", + "jest-environment-node": "^27.5.1", + "jest-haste-map": "^27.5.1", + "jest-leak-detector": "^27.5.1", + "jest-message-util": "^27.5.1", + "jest-resolve": "^27.5.1", + "jest-runtime": "^27.5.1", + "jest-util": "^27.5.1", + "jest-worker": "^27.5.1", "source-map-support": "^0.5.6", "throat": "^6.0.1" } }, "jest-runtime": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-27.4.2.tgz", - "integrity": "sha512-eqPgcBaUNaw6j8T5M+dnfAEh6MIrh2YmtskCr9sl50QYpD22Sg+QqHw3J3nmaLzVMbBtOMHFFxLF0Qx8MsZVFQ==", - "requires": { - "@jest/console": "^27.4.2", - "@jest/environment": "^27.4.2", - "@jest/globals": "^27.4.2", - "@jest/source-map": "^27.4.0", - "@jest/test-result": "^27.4.2", - "@jest/transform": "^27.4.2", - "@jest/types": "^27.4.2", - "@types/yargs": "^16.0.0", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-27.5.1.tgz", + "integrity": "sha512-o7gxw3Gf+H2IGt8fv0RiyE1+r83FJBRruoA+FXrlHw6xEyBsU8ugA6IPfTdVyA0w8HClpbK+DGJxH59UrNMx8A==", + "requires": { + "@jest/environment": "^27.5.1", + "@jest/fake-timers": "^27.5.1", + "@jest/globals": "^27.5.1", + "@jest/source-map": "^27.5.1", + "@jest/test-result": "^27.5.1", + "@jest/transform": "^27.5.1", + "@jest/types": "^27.5.1", "chalk": "^4.0.0", "cjs-module-lexer": "^1.0.0", "collect-v8-coverage": "^1.0.0", "execa": "^5.0.0", - "exit": "^0.1.2", "glob": "^7.1.3", - "graceful-fs": "^4.2.4", - "jest-haste-map": "^27.4.2", - "jest-message-util": "^27.4.2", - "jest-mock": "^27.4.2", - "jest-regex-util": "^27.4.0", - "jest-resolve": "^27.4.2", - "jest-snapshot": "^27.4.2", - "jest-util": "^27.4.2", - "jest-validate": "^27.4.2", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^27.5.1", + "jest-message-util": "^27.5.1", + "jest-mock": "^27.5.1", + "jest-regex-util": "^27.5.1", + "jest-resolve": "^27.5.1", + "jest-snapshot": "^27.5.1", + "jest-util": "^27.5.1", "slash": "^3.0.0", - "strip-bom": "^4.0.0", - "yargs": "^16.2.0" + "strip-bom": "^4.0.0" } }, "jest-serializer": { - "version": "27.4.0", - "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.4.0.tgz", - "integrity": "sha512-RDhpcn5f1JYTX2pvJAGDcnsNTnsV9bjYPU8xcV+xPwOXnUPOQwf4ZEuiU6G9H1UztH+OapMgu/ckEVwO87PwnQ==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz", + "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==", "requires": { "@types/node": "*", - "graceful-fs": "^4.2.4" + "graceful-fs": "^4.2.9" } }, "jest-snapshot": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-27.4.2.tgz", - "integrity": "sha512-DI7lJlNIu6WSQ+esqhnJzEzU70+dV+cNjoF1c+j5FagWEd3KtOyZvVliAH0RWNQ6KSnAAnKSU0qxJ8UXOOhuUQ==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-27.5.1.tgz", + "integrity": "sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==", "requires": { "@babel/core": "^7.7.2", "@babel/generator": "^7.7.2", - "@babel/parser": "^7.7.2", "@babel/plugin-syntax-typescript": "^7.7.2", "@babel/traverse": "^7.7.2", "@babel/types": "^7.0.0", - "@jest/transform": "^27.4.2", - "@jest/types": "^27.4.2", + "@jest/transform": "^27.5.1", + "@jest/types": "^27.5.1", "@types/babel__traverse": "^7.0.4", "@types/prettier": "^2.1.5", "babel-preset-current-node-syntax": "^1.0.0", "chalk": "^4.0.0", - "expect": "^27.4.2", - "graceful-fs": "^4.2.4", - "jest-diff": "^27.4.2", - "jest-get-type": "^27.4.0", - "jest-haste-map": "^27.4.2", - "jest-matcher-utils": "^27.4.2", - "jest-message-util": "^27.4.2", - "jest-resolve": "^27.4.2", - "jest-util": "^27.4.2", + "expect": "^27.5.1", + "graceful-fs": "^4.2.9", + "jest-diff": "^27.5.1", + "jest-get-type": "^27.5.1", + "jest-haste-map": "^27.5.1", + "jest-matcher-utils": "^27.5.1", + "jest-message-util": "^27.5.1", + "jest-util": "^27.5.1", "natural-compare": "^1.4.0", - "pretty-format": "^27.4.2", + "pretty-format": "^27.5.1", "semver": "^7.3.2" }, "dependencies": { @@ -6259,56 +6211,56 @@ } }, "jest-util": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.4.2.tgz", - "integrity": "sha512-YuxxpXU6nlMan9qyLuxHaMMOzXAl5aGZWCSzben5DhLHemYQxCc4YK+4L3ZrCutT8GPQ+ui9k5D8rUJoDioMnA==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz", + "integrity": "sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==", "requires": { - "@jest/types": "^27.4.2", + "@jest/types": "^27.5.1", "@types/node": "*", "chalk": "^4.0.0", "ci-info": "^3.2.0", - "graceful-fs": "^4.2.4", + "graceful-fs": "^4.2.9", "picomatch": "^2.2.3" } }, "jest-validate": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-27.4.2.tgz", - "integrity": "sha512-hWYsSUej+Fs8ZhOm5vhWzwSLmVaPAxRy+Mr+z5MzeaHm9AxUpXdoVMEW4R86y5gOobVfBsMFLk4Rb+QkiEpx1A==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-27.5.1.tgz", + "integrity": "sha512-thkNli0LYTmOI1tDB3FI1S1RTp/Bqyd9pTarJwL87OIBFuqEb5Apv5EaApEudYg4g86e3CT6kM0RowkhtEnCBQ==", "requires": { - "@jest/types": "^27.4.2", + "@jest/types": "^27.5.1", "camelcase": "^6.2.0", "chalk": "^4.0.0", - "jest-get-type": "^27.4.0", + "jest-get-type": "^27.5.1", "leven": "^3.1.0", - "pretty-format": "^27.4.2" + "pretty-format": "^27.5.1" }, "dependencies": { "camelcase": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.2.1.tgz", - "integrity": "sha512-tVI4q5jjFV5CavAU8DXfza/TJcZutVKo/5Foskmsqcm0MsL91moHvwiGNnqaa2o6PF/7yT5ikDRcVcl8Rj6LCA==" + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", + "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==" } } }, "jest-watcher": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-27.4.2.tgz", - "integrity": "sha512-NJvMVyyBeXfDezhWzUOCOYZrUmkSCiatpjpm+nFUid74OZEHk6aMLrZAukIiFDwdbqp6mTM6Ui1w4oc+8EobQg==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-27.5.1.tgz", + "integrity": "sha512-z676SuD6Z8o8qbmEGhoEUFOM1+jfEiL3DXHK/xgEiG2EyNYfFG60jluWcupY6dATjfEsKQuibReS1djInQnoVw==", "requires": { - "@jest/test-result": "^27.4.2", - "@jest/types": "^27.4.2", + "@jest/test-result": "^27.5.1", + "@jest/types": "^27.5.1", "@types/node": "*", "ansi-escapes": "^4.2.1", "chalk": "^4.0.0", - "jest-util": "^27.4.2", + "jest-util": "^27.5.1", "string-length": "^4.0.1" } }, "jest-worker": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.4.2.tgz", - "integrity": "sha512-0QMy/zPovLfUPyHuOuuU4E+kGACXXE84nRnq6lBVI9GJg5DCBiA97SATi+ZP8CpiJwEQy1oCPjRBf8AnLjN+Ag==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", + "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", "requires": { "@types/node": "*", "merge-stream": "^2.0.0", @@ -6378,6 +6330,16 @@ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==" }, + "json-parse-better-errors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", + "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==" + }, + "json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" + }, "json5": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz", @@ -6386,16 +6348,27 @@ "minimist": "^1.2.5" } }, + "jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "requires": { + "graceful-fs": "^4.1.6", + "universalify": "^2.0.0" + }, + "dependencies": { + "universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==" + } + } + }, "kleur": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==" }, - "kuler": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/kuler/-/kuler-2.0.0.tgz", - "integrity": "sha512-Xq9nH7KlWZmXAtodXDDRE7vs6DU1gTU8zYDHDiWLSip45Egwq3plLHzPn27NgvzL2r1LMPC1vdqh98sQxtqj4A==" - }, "leven": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", @@ -6418,6 +6391,38 @@ "immediate": "~3.0.5" } }, + "lines-and-columns": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" + }, + "load-json-file": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", + "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", + "requires": { + "graceful-fs": "^4.1.2", + "parse-json": "^4.0.0", + "pify": "^3.0.0", + "strip-bom": "^3.0.0" + }, + "dependencies": { + "parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", + "requires": { + "error-ex": "^1.3.1", + "json-parse-better-errors": "^1.0.1" + } + }, + "strip-bom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=" + } + } + }, "localforage": { "version": "1.10.0", "resolved": "https://registry.npmjs.org/localforage/-/localforage-1.10.0.tgz", @@ -6444,18 +6449,6 @@ "resolved": "https://registry.npmjs.org/lodash.chunk/-/lodash.chunk-4.2.0.tgz", "integrity": "sha1-ZuXOH3btJ7QwPYxlEujRIW6BBrw=" }, - "logform": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/logform/-/logform-2.3.0.tgz", - "integrity": "sha512-graeoWUH2knKbGthMtuG1EfaSPMZFZBIrhuJHhkS5ZseFBrc7DupCzihOQAzsK/qIKPQaPJ/lFQFctILUY5ARQ==", - "requires": { - "colors": "^1.2.1", - "fecha": "^4.2.0", - "ms": "^2.1.1", - "safe-stable-stringify": "^1.1.0", - "triple-beam": "^1.3.0" - } - }, "lru-cache": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", @@ -6472,6 +6465,13 @@ "chalk": "^4.1.1", "commander": "^7.2.0", "glob": "^7.1.6" + }, + "dependencies": { + "commander": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", + "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==" + } } }, "make-dir": { @@ -6548,21 +6548,16 @@ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" }, - "mz": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz", - "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", - "requires": { - "any-promise": "^1.0.0", - "object-assign": "^4.0.1", - "thenify-all": "^1.0.0" - } - }, "natural-compare": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=" }, + "natural-orderby": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-2.0.3.tgz", + "integrity": "sha512-p7KTHxU0CUrcOXe62Zfrb5Z13nLvPhSWR/so3kFulUQU0sgUll2Z0LwpsLN351eOOD+hRGu/F1g+6xDfPeD++Q==" + }, "nedb-promises": { "version": "5.0.2", "resolved": "https://registry.npmjs.org/nedb-promises/-/nedb-promises-5.0.2.tgz", @@ -6577,9 +6572,9 @@ "integrity": "sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=" }, "node-releases": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.1.tgz", - "integrity": "sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA==" + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.2.tgz", + "integrity": "sha512-XxYDdcQ6eKqp/YjI+tb2C5WM2LgjnZrfYg4vgQt49EK268b6gYCHsBLrK2qvJo4FmCtqmKezb0WZFK4fkrZNsg==" }, "normalize-path": { "version": "3.0.0", @@ -6604,11 +6599,6 @@ "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.0.tgz", "integrity": "sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==" }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" - }, "once": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", @@ -6617,14 +6607,6 @@ "wrappy": "1" } }, - "one-time": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/one-time/-/one-time-1.0.0.tgz", - "integrity": "sha512-5DXOiRKwuSEcQ/l0kGCF6Q3jcADFv5tSmRaJck/OqkVFcOzutB134KRSfF0xDrL39MNnqxbHBbUUcjZIhTgb2g==", - "requires": { - "fn.name": "1.x.x" - } - }, "onetime": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", @@ -6667,6 +6649,17 @@ "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" }, + "parse-json": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "requires": { + "@babel/code-frame": "^7.0.0", + "error-ex": "^1.3.1", + "json-parse-even-better-errors": "^2.3.0", + "lines-and-columns": "^1.1.6" + } + }, "parse5": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", @@ -6698,14 +6691,73 @@ "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" }, "picomatch": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz", - "integrity": "sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==" + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" + }, + "pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=" }, "pirates": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.4.tgz", - "integrity": "sha512-ZIrVPH+A52Dw84R0L3/VS9Op04PuQ2SEoJL6bkshmiTic/HldyW9Tf7oH5mhJZBK7NmDx27vSMrYEXPXclpDKw==" + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.5.tgz", + "integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==" + }, + "pkg-conf": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/pkg-conf/-/pkg-conf-2.1.0.tgz", + "integrity": "sha1-ISZRTKbyq/69FoWW3xi6V4Z/AFg=", + "requires": { + "find-up": "^2.0.0", + "load-json-file": "^4.0.0" + }, + "dependencies": { + "find-up": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz", + "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", + "requires": { + "locate-path": "^2.0.0" + } + }, + "locate-path": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", + "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", + "requires": { + "p-locate": "^2.0.0", + "path-exists": "^3.0.0" + } + }, + "p-limit": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz", + "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", + "requires": { + "p-try": "^1.0.0" + } + }, + "p-locate": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz", + "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", + "requires": { + "p-limit": "^1.1.0" + } + }, + "p-try": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz", + "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=" + }, + "path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=" + } + } }, "pkg-dir": { "version": "4.2.0", @@ -6721,21 +6773,15 @@ "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=" }, "pretty-format": { - "version": "27.4.2", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.4.2.tgz", - "integrity": "sha512-p0wNtJ9oLuvgOQDEIZ9zQjZffK7KtyR6Si0jnXULIDwrlNF8Cuir3AZP0hHv0jmKuNN/edOnbMjnzd4uTcmWiw==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", + "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", "requires": { - "@jest/types": "^27.4.2", "ansi-regex": "^5.0.1", "ansi-styles": "^5.0.0", "react-is": "^17.0.1" }, "dependencies": { - "ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" - }, "ansi-styles": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", @@ -6743,11 +6789,6 @@ } } }, - "process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", - "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" - }, "progress": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", @@ -6782,28 +6823,19 @@ "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" }, - "readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", - "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - } - }, "require-directory": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=" }, "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz", - "integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==", + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz", + "integrity": "sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==", "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" + "is-core-module": "^2.8.1", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" } }, "resolve-cwd": { @@ -6837,11 +6869,6 @@ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" }, - "safe-stable-stringify": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-1.1.1.tgz", - "integrity": "sha512-ERq4hUjKDbJfE4+XtZLFPCDi8Vb1JqaxAPTxWFLBx8XcAlf9Bda/ZJdVezs/NAfsMQScyIlUMx+Yeu7P7rx5jw==" - }, "safer-buffer": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", @@ -6874,16 +6901,69 @@ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" }, "signal-exit": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.6.tgz", - "integrity": "sha512-sDl4qMFpijcGw22U5w63KmD3cZJfBuFlVNbVMKje2keoKML7X2UzWbc4XrmEbDwg0NXJc3yv4/ox7b+JWb57kQ==" + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" }, - "simple-swizzle": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz", - "integrity": "sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo=", + "signale": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/signale/-/signale-1.4.0.tgz", + "integrity": "sha512-iuh+gPf28RkltuJC7W5MRi6XAjTDCAPC/prJUpQoG4vIP3MJZ+GTydVnodXA7pwvTKb2cA0m9OFZW/cdWy/I/w==", "requires": { - "is-arrayish": "^0.3.1" + "chalk": "^2.3.2", + "figures": "^2.0.0", + "pkg-conf": "^2.1.0" + }, + "dependencies": { + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "requires": { + "color-convert": "^1.9.0" + } + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + }, + "color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=" + }, + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "requires": { + "has-flag": "^3.0.0" + } + } } }, "sisteransi": { @@ -6915,39 +6995,12 @@ "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=" }, - "stack-trace": { - "version": "0.0.10", - "resolved": "https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.10.tgz", - "integrity": "sha1-VHxws0fo0ytOEI6hoqFZ5f3eGcA=" - }, "stack-utils": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.5.tgz", "integrity": "sha512-xrQcmYhOsn/1kX+Vraq+7j4oE2j/6BFscZ0etmYg81xuM8Gq0022Pxb8+IqgOFUIaxHs0KaSb7T1+OegiNrNFA==", "requires": { "escape-string-regexp": "^2.0.0" - }, - "dependencies": { - "escape-string-regexp": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", - "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==" - } - } - }, - "string_decoder": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", - "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", - "requires": { - "safe-buffer": "~5.2.0" - }, - "dependencies": { - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" - } } }, "string-length": { @@ -6987,6 +7040,11 @@ "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==" }, + "strip-json-comments": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==" + }, "supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", @@ -7004,6 +7062,11 @@ "supports-color": "^7.0.0" } }, + "supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==" + }, "symbol-tree": { "version": "3.2.4", "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz", @@ -7028,27 +7091,6 @@ "minimatch": "^3.0.4" } }, - "text-hex": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/text-hex/-/text-hex-1.0.0.tgz", - "integrity": "sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg==" - }, - "thenify": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz", - "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==", - "requires": { - "any-promise": "^1.0.0" - } - }, - "thenify-all": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz", - "integrity": "sha1-GhkY1ALY/D+Y+/I02wvMjMEOlyY=", - "requires": { - "thenify": ">= 3.1.0 < 4" - } - }, "throat": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/throat/-/throat-6.0.1.tgz", @@ -7098,11 +7140,6 @@ "yargs": "^16.1.0" } }, - "triple-beam": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/triple-beam/-/triple-beam-1.3.0.tgz", - "integrity": "sha512-XrHUvV5HpdLmIj4uVMxHggLbFSZYIn7HEWsqePZcI50pco+MPqJ50wMGY794X7AOOhxOBAjbkqfAbEe/QMp2Lw==" - }, "type-check": { "version": "0.3.2", "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", @@ -7134,15 +7171,10 @@ "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==" }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" - }, "v8-to-istanbul": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.0.tgz", - "integrity": "sha512-/PRhfd8aTNp9Ggr62HPzXg2XasNFGy5PBt0Rp04du7/8GNNSgxFL6WBTkgMKSL9bFjH+8kKEG3f37FmxiTqUUA==", + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz", + "integrity": "sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==", "requires": { "@types/istanbul-lib-coverage": "^2.0.1", "convert-source-map": "^1.6.0", @@ -7221,62 +7253,6 @@ "isexe": "^2.0.0" } }, - "winston": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.3.3.tgz", - "integrity": "sha512-oEXTISQnC8VlSAKf1KYSSd7J6IWuRPQqDdo8eoRNaYKLvwSb5+79Z3Yi1lrl6KDpU6/VWaxpakDAtb1oQ4n9aw==", - "requires": { - "@dabh/diagnostics": "^2.0.2", - "async": "^3.1.0", - "is-stream": "^2.0.0", - "logform": "^2.2.0", - "one-time": "^1.0.0", - "readable-stream": "^3.4.0", - "stack-trace": "0.0.x", - "triple-beam": "^1.3.0", - "winston-transport": "^4.4.0" - }, - "dependencies": { - "async": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.2.tgz", - "integrity": "sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g==" - } - } - }, - "winston-transport": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/winston-transport/-/winston-transport-4.4.0.tgz", - "integrity": "sha512-Lc7/p3GtqtqPBYYtS6KCN3c77/2QCev51DvcJKbkFPQNoj1sinkGwLGFDxkXY9J6p9+EPnYs+D90uwbnaiURTw==", - "requires": { - "readable-stream": "^2.3.7", - "triple-beam": "^1.2.0" - }, - "dependencies": { - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "requires": { - "safe-buffer": "~5.1.0" - } - } - } - }, "word-wrap": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", @@ -7309,9 +7285,9 @@ } }, "ws": { - "version": "7.5.6", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.6.tgz", - "integrity": "sha512-6GLgCqo2cy2A2rjCNFlxQS6ZljG/coZfZXclldI8FB/1G3CCI36Zd8xy2HrFVACi8tfk5XrgLQEk+P0Tnz9UcA==", + "version": "7.5.7", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.7.tgz", + "integrity": "sha512-KMvVuFzpKBuiIXW3E4u3mySRO2/mCHSyZDJQM5NQ9Q9KHWHWh0NHgfbRMLLrceUK5qAL4ytALJbpRMjixFZh8A==", "requires": {} }, "xml-name-validator": { diff --git a/package.json b/package.json index 78d8eaf8d..0edb22ade 100644 --- a/package.json +++ b/package.json @@ -1,31 +1,46 @@ { "name": "iptv", "scripts": { - "validate": "node scripts/commands/validate.js", - "lint": "npx m3u-linter -c m3u-linter.json", + "act:auto-update": "act workflow_dispatch -W .github/workflows/auto-update.yml --artifact-server-path=.artifacts", + "act:check": "act pull_request -W .github/workflows/check.yml", + "db:create": "node scripts/commands/database/create.js", + "db:matrix": "node scripts/commands/database/matrix.js", + "db:update": "node scripts/commands/database/update.js", + "db:export": "node scripts/commands/database/export.js", + "cluster:load": "node scripts/commands/cluster/load.js", + "playlist:validate": "node scripts/commands/playlist/validate.js", + "playlist:generate": "node scripts/commands/playlist/generate.js", + "playlist:update": "node scripts/commands/playlist/update.js", + "playlist:lint": "npx m3u-linter -c m3u-linter.json", + "readme:update": "node scripts/commands/readme/update.js", "test": "jest --runInBand" }, "jest": { - "testRegex": "tests/(.*?/)?.*test.js$" + "testRegex": "tests/(.*?/)?.*test.js$", + "setupFilesAfterEnv": [ + "@alex_neo/jest-expect-message" + ] }, "author": "Arhey", "private": true, "license": "MIT", "dependencies": { - "chunk": "^0.0.3", - "commander": "^7.0.0", - "crypto": "^1.0.1", + "@alex_neo/jest-expect-message": "^1.0.5", + "chalk": "^4.1.2", + "commander": "^8.3.0", "dayjs": "^1.10.7", + "fs-extra": "^10.0.0", "iptv-checker": "^0.22.0", "iptv-playlist-parser": "^0.10.2", - "jest": "^27.4.3", + "jest": "^27.5.1", + "jest-expect-message": "^1.0.2", "lodash": "^4.17.21", "m3u-linter": "^0.3.0", "markdown-include": "^0.4.3", - "mz": "^2.7.0", + "natural-orderby": "^2.0.3", "nedb-promises": "^5.0.2", "normalize-url": "^6.1.0", - "transliteration": "^2.2.0", - "winston": "^3.3.3" + "signale": "^1.4.0", + "transliteration": "^2.2.0" } } diff --git a/scripts/.gitignore b/scripts/.gitignore index 001a2070d..9becffee7 100644 --- a/scripts/.gitignore +++ b/scripts/.gitignore @@ -1,2 +1,2 @@ -logs/ -channels.db \ No newline at end of file +/logs/ +/database/ \ No newline at end of file diff --git a/scripts/commands/check-streams.js b/scripts/commands/check-streams.js deleted file mode 100644 index 9a74e7776..000000000 --- a/scripts/commands/check-streams.js +++ /dev/null @@ -1,50 +0,0 @@ -const { program } = require('commander') -const { db, logger, timer, checker, store, file, parser } = require('../core') - -const options = program - .requiredOption('-c, --cluster-id ', 'The ID of cluster to load', parser.parseNumber) - .option('-t, --timeout ', 'Set timeout for each request', parser.parseNumber, 60000) - .option('-d, --delay ', 'Set delay for each request', parser.parseNumber, 0) - .option('--debug', 'Enable debug mode') - .parse(process.argv) - .opts() - -const config = { - timeout: options.timeout, - delay: options.delay, - debug: options.debug -} - -const LOGS_PATH = process.env.LOGS_PATH || 'scripts/logs' - -async function main() { - logger.info('Starting...') - logger.info(`Timeout: ${options.timeout}ms`) - logger.info(`Delay: ${options.delay}ms`) - timer.start() - - const clusterLog = `${LOGS_PATH}/check-streams/cluster_${options.clusterId}.log` - logger.info(`Loading cluster: ${options.clusterId}`) - logger.info(`Creating '${clusterLog}'...`) - await file.create(clusterLog) - const items = await db.find({ cluster_id: options.clusterId }) - const total = items.length - logger.info(`Found ${total} links`) - - logger.info('Checking...') - const results = {} - for (const [i, item] of items.entries()) { - const message = `[${i + 1}/${total}] ${item.filepath}: ${item.url}` - const result = await checker.check(item, config) - if (!result.error) { - logger.info(message) - } else { - logger.info(`${message} (${result.error})`) - } - await file.append(clusterLog, JSON.stringify(result) + '\n') - } - - logger.info(`Done in ${timer.format('HH[h] mm[m] ss[s]')}`) -} - -main() diff --git a/scripts/commands/cleanup-database.js b/scripts/commands/cleanup-database.js deleted file mode 100644 index d005c4807..000000000 --- a/scripts/commands/cleanup-database.js +++ /dev/null @@ -1,24 +0,0 @@ -const { db, logger } = require('../core') - -async function main() { - logger.info(`Loading database...`) - let streams = await db.find({}) - - logger.info(`Removing broken links...`) - let removed = 0 - const buffer = [] - for (const stream of streams) { - const duplicate = buffer.find(i => i.id === stream.id) - if (duplicate && ['offline', 'timeout'].includes(stream.status.code)) { - await db.remove({ _id: stream._id }) - removed++ - } else { - buffer.push(stream) - } - } - db.compact() - - logger.info(`Removed ${removed} links`) -} - -main() diff --git a/scripts/commands/cluster/load.js b/scripts/commands/cluster/load.js new file mode 100644 index 000000000..9a0c90043 --- /dev/null +++ b/scripts/commands/cluster/load.js @@ -0,0 +1,65 @@ +const { db, logger, timer, checker, store, file, parser } = require('../../core') +const { program } = require('commander') + +const options = program + .requiredOption('-c, --cluster-id ', 'The ID of cluster to load', parser.parseNumber) + .option('-t, --timeout ', 'Set timeout for each request', parser.parseNumber, 60000) + .option('-d, --delay ', 'Set delay for each request', parser.parseNumber, 0) + .option('--debug', 'Enable debug mode') + .parse(process.argv) + .opts() + +const config = { + timeout: options.timeout, + delay: options.delay, + debug: options.debug +} + +const LOGS_DIR = process.env.LOGS_DIR || 'scripts/logs/cluster/load' + +async function main() { + logger.info('starting...') + logger.info(`timeout: ${options.timeout}ms`) + logger.info(`delay: ${options.delay}ms`) + timer.start() + + const clusterLog = `${LOGS_DIR}/cluster_${options.clusterId}.log` + logger.info(`loading cluster: ${options.clusterId}`) + logger.info(`creating '${clusterLog}'...`) + await file.create(clusterLog) + await db.streams.load() + const items = await db.streams.find({ cluster_id: options.clusterId }) + const total = items.length + logger.info(`found ${total} links`) + + logger.info('checking...') + const results = {} + for (const [i, item] of items.entries()) { + const message = `[${i + 1}/${total}] ${item.filepath}: ${item.url}` + const request = { + _id: item._id, + url: item.url, + http: { + referrer: item.http_referrer, + 'user-agent': item.user_agent + } + } + const result = await checker.check(request, config) + if (!result.error) { + logger.info(message) + } else { + logger.info(`${message} (${result.error})`) + } + const output = { + _id: result._id, + error: result.error, + streams: result.streams, + requests: result.requests + } + await file.append(clusterLog, JSON.stringify(output) + '\n') + } + + logger.info(`done in ${timer.format('HH[h] mm[m] ss[s]')}`) +} + +main() diff --git a/scripts/commands/create-database.js b/scripts/commands/create-database.js deleted file mode 100644 index ecbbc0597..000000000 --- a/scripts/commands/create-database.js +++ /dev/null @@ -1,104 +0,0 @@ -const { db, file, parser, store, logger } = require('../core') -const transliteration = require('transliteration') -const { program } = require('commander') -const _ = require('lodash') - -const options = program - .option( - '--max-clusters ', - 'Set maximum number of clusters', - parser.parseNumber, - 200 - ) - .option('--input-dir ', 'Set path to input directory', 'channels') - .parse(process.argv) - .opts() - -const links = [] - -async function main() { - logger.info('Starting...') - logger.info(`Number of clusters: ${options.maxClusters}`) - - await loadChannels() - await saveToDatabase() - - logger.info('Done') -} - -main() - -async function loadChannels() { - logger.info(`Loading links...`) - - const files = await file.list(`${options.inputDir}/**/*.m3u`) - for (const filepath of files) { - const items = await parser.parsePlaylist(filepath) - for (const item of items) { - item.filepath = filepath - links.push(item) - } - } - logger.info(`Found ${links.length} links`) -} - -async function saveToDatabase() { - logger.info('Saving to the database...') - - await db.reset() - const chunks = split(_.shuffle(links), options.maxClusters) - for (const [i, chunk] of chunks.entries()) { - for (const item of chunk) { - const stream = store.create() - stream.set('name', { title: item.name }) - stream.set('id', { id: item.tvg.id }) - stream.set('filepath', { filepath: item.filepath }) - stream.set('src_country', { filepath: item.filepath }) - stream.set('tvg_country', { tvg_country: item.tvg.country }) - stream.set('countries', { tvg_country: item.tvg.country }) - stream.set('regions', { countries: stream.get('countries') }) - stream.set('languages', { tvg_language: item.tvg.language }) - stream.set('categories', { group_title: item.group.title }) - stream.set('tvg_url', { tvg_url: item.tvg.url }) - stream.set('guides', { tvg_url: item.tvg.url }) - stream.set('logo', { logo: item.tvg.logo }) - stream.set('resolution', { title: item.name }) - stream.set('status', { title: item.name }) - stream.set('url', { url: item.url }) - stream.set('http', { http: item.http }) - stream.set('is_nsfw', { categories: stream.get('categories') }) - stream.set('is_broken', { status: stream.get('status') }) - stream.set('updated', { updated: false }) - stream.set('cluster_id', { cluster_id: i + 1 }) - - if (!stream.get('id')) { - const id = generateChannelId(stream.get('name'), stream.get('src_country')) - stream.set('id', { id }) - } - - await db.insert(stream.data()) - } - } -} - -function split(arr, n) { - let result = [] - for (let i = n; i > 0; i--) { - result.push(arr.splice(0, Math.ceil(arr.length / i))) - } - return result -} - -function generateChannelId(name, src_country) { - if (name && src_country) { - const slug = transliteration - .transliterate(name) - .replace(/\+/gi, 'Plus') - .replace(/[^a-z\d]+/gi, '') - const code = src_country.code.toLowerCase() - - return `${slug}.${code}` - } - - return null -} diff --git a/scripts/commands/database/create.js b/scripts/commands/database/create.js new file mode 100644 index 000000000..ec9e9c558 --- /dev/null +++ b/scripts/commands/database/create.js @@ -0,0 +1,78 @@ +const { db, file, parser, store, logger, id, api } = require('../../core') +const { program } = require('commander') +const _ = require('lodash') + +const options = program + .option( + '--max-clusters ', + 'Set maximum number of clusters', + parser.parseNumber, + 256 + ) + .option('--input-dir ', 'Set path to input directory', 'streams') + .parse(process.argv) + .opts() + +async function main() { + logger.info('starting...') + logger.info(`number of clusters: ${options.maxClusters}`) + + await saveToDatabase(await findStreams()) + + logger.info('done') +} + +main() + +async function findStreams() { + logger.info(`looking for streams...`) + + await api.channels.load() + await db.streams.load() + + const streams = [] + const files = await file.list(`${options.inputDir}/**/*.m3u`) + for (const filepath of files) { + const items = await parser.parsePlaylist(filepath) + for (const item of items) { + item.filepath = filepath + + const stream = store.create() + const channel = await api.channels.find({ id: item.tvg.id }) + + stream.set('channel', { channel: channel ? channel.id : null }) + stream.set('title', { title: item.name }) + stream.set('filepath', { filepath: item.filepath }) + stream.set('url', { url: item.url }) + stream.set('http_referrer', { http_referrer: item.http.referrer }) + stream.set('user_agent', { user_agent: item.http['user-agent'] }) + + streams.push(stream) + } + } + logger.info(`found ${streams.length} streams`) + + return streams +} + +async function saveToDatabase(streams = []) { + logger.info('saving to the database...') + + await db.streams.reset() + const chunks = split(_.shuffle(streams), options.maxClusters) + for (const [i, chunk] of chunks.entries()) { + for (const stream of chunk) { + stream.set('cluster_id', { cluster_id: i + 1 }) + + await db.streams.insert(stream.data()) + } + } +} + +function split(arr, n) { + let result = [] + for (let i = n; i > 0; i--) { + result.push(arr.splice(0, Math.ceil(arr.length / i))) + } + return result +} diff --git a/scripts/commands/database/export.js b/scripts/commands/database/export.js new file mode 100644 index 000000000..ccdfaa7d1 --- /dev/null +++ b/scripts/commands/database/export.js @@ -0,0 +1,26 @@ +const { logger, db, file } = require('../../core') +const _ = require('lodash') + +const PUBLIC_DIR = process.env.PUBLIC_DIR || '.api' + +async function main() { + await db.streams.load() + let streams = await db.streams.find({}) + streams = _.sortBy(streams, 'channel') + streams = streams.map(stream => { + return { + channel: stream.channel, + url: stream.url, + http_referrer: stream.http_referrer, + user_agent: stream.user_agent, + status: stream.status, + width: stream.width, + height: stream.height, + bitrate: stream.bitrate + } + }) + + await file.create(`${PUBLIC_DIR}/streams.json`, JSON.stringify(streams)) +} + +main() diff --git a/scripts/commands/create-matrix.js b/scripts/commands/database/matrix.js similarity index 68% rename from scripts/commands/create-matrix.js rename to scripts/commands/database/matrix.js index be639b028..f51e37f0b 100644 --- a/scripts/commands/create-matrix.js +++ b/scripts/commands/database/matrix.js @@ -1,7 +1,8 @@ -const { logger, db } = require('../core') +const { logger, db } = require('../../core') async function main() { - const docs = await db.find({}).sort({ cluster_id: 1 }) + await db.streams.load() + const docs = await db.streams.find({}).sort({ cluster_id: 1 }) const cluster_id = docs.reduce((acc, curr) => { if (!acc.includes(curr.cluster_id)) acc.push(curr.cluster_id) return acc diff --git a/scripts/commands/database/update.js b/scripts/commands/database/update.js new file mode 100644 index 000000000..a8a76c810 --- /dev/null +++ b/scripts/commands/database/update.js @@ -0,0 +1,153 @@ +const { db, store, parser, file, logger } = require('../../core') +const _ = require('lodash') + +const LOGS_DIR = process.env.LOGS_DIR || 'scripts/logs/cluster/load' + +async function main() { + const streams = await loadStreams() + const results = await loadResults() + const origins = await loadOrigins(results) + + await updateStreams(streams, results, origins) +} + +main() + +async function updateStreams(items = [], results = {}, origins = {}) { + logger.info('updating streams...') + + let buffer = {} + let updated = 0 + let removed = 0 + for (const item of items) { + const stream = store.create(item) + const result = results[item._id] + if (result) { + const status = parseStatus(result.error) + stream.set('status', { status }) + + if (result.streams.length) { + const { width, height, bitrate } = parseMediaInfo(result.streams) + stream.set('width', { width }) + stream.set('height', { height }) + stream.set('bitrate', { bitrate }) + } + + if (result.requests.length) { + const origin = findOrigin(result.requests, origins) + if (origin) { + stream.set('url', { url: origin }) + } + } + } + + if (buffer[stream.get('url')]) { + await db.streams.remove({ _id: stream.get('_id') }) + removed++ + } else if (stream.changed) { + await db.streams.update({ _id: stream.get('_id') }, stream.data()) + buffer[stream.get('url')] = true + updated++ + } + } + + db.streams.compact() + + logger.info(`updated ${updated} streams`) + logger.info(`removed ${removed} duplicates`) + logger.info('done') +} + +async function loadStreams() { + logger.info('loading streams...') + + await db.streams.load() + const streams = await db.streams.find({}) + + logger.info(`found ${streams.length} streams`) + + return streams +} + +async function loadResults() { + logger.info('loading check results...') + + const results = {} + const files = await file.list(`${LOGS_DIR}/cluster_*.log`) + for (const filepath of files) { + const parsed = await parser.parseLogs(filepath) + for (const item of parsed) { + results[item._id] = item + } + } + + logger.info(`found ${Object.values(results).length} results`) + + return results +} + +async function loadOrigins(results = {}) { + logger.info('loading origins...') + + const origins = {} + for (const { error, requests } of Object.values(results)) { + if (error || !Array.isArray(requests) || !requests.length) continue + + let origin = requests.shift() + origin = new URL(origin.url) + for (const request of requests) { + const curr = new URL(request.url) + const key = curr.href.replace(/(^\w+:|^)/, '') + if (!origins[key] && curr.host === origin.host) { + origins[key] = origin.href + } + } + } + + logger.info(`found ${_.uniq(Object.values(origins)).length} origins`) + + return origins +} + +function findOrigin(requests = [], origins = {}) { + if (origins && Array.isArray(requests)) { + requests = requests.map(r => r.url.replace(/(^\w+:|^)/, '')) + for (const url of requests) { + if (origins[url]) { + return origins[url] + } + } + } + + return null +} + +function parseMediaInfo(streams) { + streams = streams.filter(s => s.codec_type === 'video') + streams = _.orderBy( + streams, + ['height', s => (s.tags && s.tags.variant_bitrate ? parseInt(s.tags.variant_bitrate) : 0)], + ['desc', 'desc'] + ) + + const data = _.head(streams) + if (data) { + const bitrate = data.tags && data.tags.variant_bitrate ? parseInt(data.tags.variant_bitrate) : 0 + return { width: data.width, height: data.height, bitrate } + } + + return {} +} + +function parseStatus(error) { + if (!error) return 'online' + + switch (error) { + case 'Operation timed out': + return 'timeout' + case 'Server returned 403 Forbidden (access denied)': + return 'blocked' + default: + return 'error' + } +} diff --git a/scripts/commands/generate-playlists.js b/scripts/commands/generate-playlists.js deleted file mode 100644 index 485ef19b7..000000000 --- a/scripts/commands/generate-playlists.js +++ /dev/null @@ -1,441 +0,0 @@ -const { db, logger, generator, file } = require('../core') -const _ = require('lodash') - -let languages = [] -let countries = [] -let categories = [] -let regions = [] - -const LOGS_PATH = process.env.LOGS_PATH || 'scripts/logs' -const PUBLIC_PATH = process.env.PUBLIC_PATH || '.gh-pages' - -async function main() { - await setUp() - - await generateCategories() - await generateCountries() - await generateLanguages() - await generateRegions() - await generateIndex() - await generateIndexNSFW() - await generateIndexCategory() - await generateIndexCountry() - await generateIndexLanguage() - await generateIndexRegion() - - await generateChannelsJson() -} - -main() - -async function generateCategories() { - logger.info(`Generating categories/...`) - - for (const category of categories) { - const { count } = await generator.generate( - `${PUBLIC_PATH}/categories/${category.slug}.m3u`, - { categories: { $elemMatch: category } }, - { saveEmpty: true, includeNSFW: true } - ) - - await log('categories', { - name: category.name, - slug: category.slug, - count - }) - } - - const { count: otherCount } = await generator.generate( - `${PUBLIC_PATH}/categories/other.m3u`, - { categories: { $size: 0 } }, - { - saveEmpty: true, - onLoad: function (items) { - return items.map(item => { - item.group_title = 'Other' - return item - }) - } - } - ) - - await log('categories', { - name: 'Other', - slug: 'other', - count: otherCount - }) -} - -async function generateCountries() { - logger.info(`Generating countries/...`) - - for (const country of countries) { - const { count } = await generator.generate( - `${PUBLIC_PATH}/countries/${country.code.toLowerCase()}.m3u`, - { - countries: { $elemMatch: country } - } - ) - - await log('countries', { - name: country.name, - code: country.code, - count - }) - } - - const { count: undefinedCount } = await generator.generate( - `${PUBLIC_PATH}/countries/undefined.m3u`, - { - countries: { $size: 0 } - }, - { - onLoad: function (items) { - return items.map(item => { - item.group_title = 'Undefined' - return item - }) - } - } - ) - - await log('countries', { - name: 'Undefined', - code: 'UNDEFINED', - count: undefinedCount - }) -} - -async function generateLanguages() { - logger.info(`Generating languages/...`) - - for (const language of _.uniqBy(languages, 'code')) { - const { count } = await generator.generate(`${PUBLIC_PATH}/languages/${language.code}.m3u`, { - languages: { $elemMatch: language } - }) - - await log('languages', { - name: language.name, - code: language.code, - count - }) - } - - const { count: undefinedCount } = await generator.generate( - `${PUBLIC_PATH}/languages/undefined.m3u`, - { - languages: { $size: 0 } - }, - { - onLoad: function (items) { - return items.map(item => { - item.group_title = 'Undefined' - return item - }) - } - } - ) - - await log('languages', { - name: 'Undefined', - code: 'undefined', - count: undefinedCount - }) -} - -async function generateRegions() { - logger.info(`Generating regions/...`) - - for (const region of regions) { - const { count } = await generator.generate( - `${PUBLIC_PATH}/regions/${region.code.toLowerCase()}.m3u`, - { - regions: { $elemMatch: region } - } - ) - - await log('regions', { - name: region.name, - code: region.code, - count - }) - } - - const { count: undefinedCount } = await generator.generate( - `${PUBLIC_PATH}/regions/undefined.m3u`, - { regions: { $size: 0 } }, - { - saveEmpty: true, - onLoad: function (items) { - return items.map(item => { - item.group_title = 'Undefined' - return item - }) - } - } - ) - - await log('regions', { - name: 'Undefined', - code: 'UNDEFINED', - count: undefinedCount - }) -} - -async function generateIndexNSFW() { - logger.info(`Generating index.nsfw.m3u...`) - - await generator.generate( - `${PUBLIC_PATH}/index.nsfw.m3u`, - {}, - { - includeNSFW: true, - onLoad: function (items) { - return items.map(item => { - if (!item.categories || !item.categories.length) { - item.group_title = 'Other' - } - - return item - }) - }, - sortBy: item => { - if (item.group_title === 'Other') return '_' - return item.group_title || '' - } - } - ) -} - -async function generateIndex() { - logger.info(`Generating index.m3u...`) - - await generator.generate( - `${PUBLIC_PATH}/index.m3u`, - {}, - { - onLoad: function (items) { - return items.map(item => { - if (!item.categories || !item.categories.length) { - item.group_title = 'Other' - } - - return item - }) - }, - sortBy: item => { - if (item.group_title === 'Other') return '_' - return item.group_title || '' - } - } - ) -} - -async function generateIndexCategory() { - logger.info(`Generating index.category.m3u...`) - - await generator.generate( - `${PUBLIC_PATH}/index.category.m3u`, - {}, - { - onLoad: function (items) { - let results = items - .filter(item => !item.categories || !item.categories.length) - .map(item => { - const newItem = _.cloneDeep(item) - newItem.group_title = 'Other' - return newItem - }) - for (const category of _.sortBy(Object.values(categories), ['name'])) { - let filtered = items - .filter(item => { - return ( - Array.isArray(item.categories) && - item.categories.map(c => c.slug).includes(category.slug) - ) - }) - .map(item => { - const newItem = _.cloneDeep(item) - newItem.group_title = category.name - return newItem - }) - results = results.concat(filtered) - } - - return results - }, - sortBy: item => { - if (item.group_title === 'Other') return '_' - return item.group_title - } - } - ) -} - -async function generateIndexCountry() { - logger.info(`Generating index.country.m3u...`) - - await generator.generate( - `${PUBLIC_PATH}/index.country.m3u`, - {}, - { - onLoad: function (items) { - let results = items - .filter(item => !item.countries || !item.countries.length) - .map(item => { - const newItem = _.cloneDeep(item) - newItem.group_title = 'Undefined' - newItem.categories = [] - return newItem - }) - for (const country of _.sortBy(Object.values(countries), ['name'])) { - let filtered = items - .filter(item => { - return ( - Array.isArray(item.countries) && - item.countries.map(c => c.code).includes(country.code) - ) - }) - .map(item => { - const newItem = _.cloneDeep(item) - newItem.group_title = country.name - return newItem - }) - results = results.concat(filtered) - } - - return results - }, - sortBy: item => { - if (item.group_title === 'Undefined') return '_' - return item.group_title - } - } - ) -} - -async function generateIndexLanguage() { - logger.info(`Generating index.language.m3u...`) - - await generator.generate( - `${PUBLIC_PATH}/index.language.m3u`, - {}, - { - onLoad: function (items) { - let results = items - .filter(item => !item.languages || !item.languages.length) - .map(item => { - const newItem = _.cloneDeep(item) - newItem.group_title = 'Undefined' - newItem.categories = [] - return newItem - }) - for (const language of languages) { - let filtered = items - .filter(item => { - return ( - Array.isArray(item.languages) && - item.languages.map(c => c.code).includes(language.code) - ) - }) - .map(item => { - const newItem = _.cloneDeep(item) - newItem.group_title = language.name - return newItem - }) - results = results.concat(filtered) - } - - return results - }, - sortBy: item => { - if (item.group_title === 'Undefined') return '_' - return item.group_title - } - } - ) -} - -async function generateIndexRegion() { - logger.info(`Generating index.region.m3u...`) - - await generator.generate( - `${PUBLIC_PATH}/index.region.m3u`, - {}, - { - onLoad: function (items) { - let results = items - .filter(item => !item.regions.length) - .map(item => { - const newItem = _.cloneDeep(item) - newItem.group_title = 'Undefined' - newItem.categories = [] - return newItem - }) - for (const region of regions) { - let filtered = items - .filter(item => { - return item.regions.map(c => c.code).includes(region.code) - }) - .map(item => { - const newItem = _.cloneDeep(item) - newItem.group_title = region.name - return newItem - }) - results = results.concat(filtered) - } - - return results - }, - sortBy: item => { - if (item.group_title === 'Undefined') return '_' - return item.group_title - } - } - ) -} - -async function generateChannelsJson() { - logger.info('Generating channels.json...') - - await generator.generate( - `${PUBLIC_PATH}/channels.json`, - {}, - { format: 'json', includeNSFW: true, uniqBy: null } - ) -} - -async function setUp() { - logger.info(`Loading database...`) - const items = await db.find({}) - categories = _.sortBy(_.uniqBy(_.flatten(items.map(i => i.categories)), 'slug'), ['name']).filter( - i => i - ) - countries = _.sortBy(_.uniqBy(_.flatten(items.map(i => i.countries)), 'code'), ['name']).filter( - i => i - ) - languages = _.sortBy(_.uniqBy(_.flatten(items.map(i => i.languages)), 'code'), ['name']).filter( - i => i - ) - regions = _.sortBy(_.uniqBy(_.flatten(items.map(i => i.regions)), 'code'), ['name']).filter( - i => i - ) - - const categoriesLog = `${LOGS_PATH}/generate-playlists/categories.log` - const countriesLog = `${LOGS_PATH}/generate-playlists/countries.log` - const languagesLog = `${LOGS_PATH}/generate-playlists/languages.log` - const regionsLog = `${LOGS_PATH}/generate-playlists/regions.log` - - logger.info(`Creating '${categoriesLog}'...`) - await file.create(categoriesLog) - logger.info(`Creating '${countriesLog}'...`) - await file.create(countriesLog) - logger.info(`Creating '${languagesLog}'...`) - await file.create(languagesLog) - logger.info(`Creating '${regionsLog}'...`) - await file.create(regionsLog) -} - -async function log(type, data) { - await file.append(`${LOGS_PATH}/generate-playlists/${type}.log`, JSON.stringify(data) + '\n') -} diff --git a/scripts/commands/playlist/generate.js b/scripts/commands/playlist/generate.js new file mode 100644 index 000000000..b2fe64c82 --- /dev/null +++ b/scripts/commands/playlist/generate.js @@ -0,0 +1,74 @@ +const { db, generator, api, logger, file } = require('../../core') +const { orderBy } = require('natural-orderby') +const _ = require('lodash') + +async function main() { + const streams = await loadStreams() + + logger.info('generating categories/...') + await generator.generate('categories', streams) + logger.info('generating countries/...') + await generator.generate('countries', streams) + logger.info('generating languages/...') + await generator.generate('languages', streams) + logger.info('generating regions/...') + await generator.generate('regions', streams) + logger.info('generating index.category.m3u...') + await generator.generate('index_category_m3u', streams) + logger.info('generating index.country.m3u...') + await generator.generate('index_country_m3u', streams) + logger.info('generating index.language.m3u...') + await generator.generate('index_language_m3u', streams) + logger.info('generating index.m3u...') + await generator.generate('index_m3u', streams) + logger.info('generating index.nsfw.m3u...') + await generator.generate('index_nsfw_m3u', streams) + logger.info('generating index.region.m3u...') + await generator.generate('index_region_m3u', streams) +} + +main() + +async function loadStreams() { + await db.streams.load() + let streams = await db.streams.find({}) + streams = _.filter(streams, stream => stream.status !== 'error') + streams = orderBy(streams, ['channel', 'height', 'url'], ['asc', 'desc', 'asc']) + streams = _.uniqBy(streams, stream => stream.channel || _.uniqueId()) + + await api.channels.load() + let channels = await api.channels.all() + channels = _.keyBy(channels, 'id') + + await api.categories.load() + let categories = await api.categories.all() + categories = _.keyBy(categories, 'id') + + await api.languages.load() + let languages = await api.languages.all() + languages = _.keyBy(languages, 'code') + + await api.guides.load() + let guides = await api.guides.all() + guides = _.groupBy(guides, 'channel') + + streams = streams.map(stream => { + const channel = channels[stream.channel] || null + const filename = file.getFilename(stream.filepath) + const [_, code] = filename.match(/^([a-z]{2})(_|$)/) || [null, null] + const defaultBroadcastArea = code ? [`c/${code.toUpperCase()}`] : [] + + stream.guides = channel && Array.isArray(guides[channel.id]) ? guides[channel.id] : [] + stream.categories = channel ? channel.categories.map(id => categories[id]) : [] + stream.languages = channel ? channel.languages.map(id => languages[id]) : [] + stream.broadcast_area = channel ? channel.broadcast_area : defaultBroadcastArea + stream.is_nsfw = channel ? channel.is_nsfw : false + stream.logo = channel ? channel.logo : null + + return stream + }) + + streams = orderBy(streams, ['title'], ['asc']) + + return streams +} diff --git a/scripts/commands/playlist/update.js b/scripts/commands/playlist/update.js new file mode 100644 index 000000000..3b72a31f2 --- /dev/null +++ b/scripts/commands/playlist/update.js @@ -0,0 +1,18 @@ +const { create: createPlaylist } = require('../../core/playlist') +const { db, logger, file } = require('../../core') +const { orderBy } = require('natural-orderby') +const _ = require('lodash') + +async function main() { + await db.streams.load() + let streams = await db.streams.find({}) + streams = orderBy(streams, ['title', 'height', 'url'], ['asc', 'desc', 'asc']) + + const files = _.groupBy(streams, 'filepath') + for (const filepath in files) { + const playlist = createPlaylist(files[filepath], { public: false }) + await file.create(filepath, playlist.toString()) + } +} + +main() diff --git a/scripts/commands/playlist/validate.js b/scripts/commands/playlist/validate.js new file mode 100644 index 000000000..2a06eff95 --- /dev/null +++ b/scripts/commands/playlist/validate.js @@ -0,0 +1,87 @@ +const { file, logger, api, parser, id } = require('../../core') +const { program } = require('commander') +const chalk = require('chalk') +const _ = require('lodash') + +program.argument('[filepath]', 'Path to file to validate').parse(process.argv) + +async function main() { + const files = program.args.length ? program.args : await file.list('channels/*.m3u') + + logger.info(`loading blocklist...`) + await api.channels.load() + await api.blocklist.load() + + let blocklist = await api.blocklist.all() + blocklist = blocklist + .map(blocked => { + const channel = api.channels.find({ id: blocked.channel }) + if (!channel) return null + return { ...blocked, name: channel.name } + }) + .filter(i => i) + logger.info(`found ${blocklist.length} records`) + + let errors = [] + let warnings = [] + for (const filepath of files) { + if (!filepath.endsWith('.m3u')) continue + + const basename = file.basename(filepath) + const [__, country] = basename.match(/([a-z]{2})(|_.*)\.m3u/i) || [null, null] + + const fileLog = [] + const items = await parser.parsePlaylist(filepath) + for (const item of items) { + if (item.tvg.id && !api.channels.find({ id: item.tvg.id })) { + fileLog.push({ + type: 'warning', + line: item.line, + message: `"${item.tvg.id}" is not in the database` + }) + } + + const channel_id = id.generate(item.name, country) + const found = blocklist.find( + blocked => + item.tvg.id.toLowerCase() === blocked.channel.toLowerCase() || + channel_id.toLowerCase() === blocked.channel.toLowerCase() + ) + if (found) { + fileLog.push({ + type: 'error', + line: item.line, + message: `"${found.name}" is on the blocklist due to claims of copyright holders (${found.ref})` + }) + } + } + + if (fileLog.length) { + logger.info(`\n${chalk.underline(filepath)}`) + + fileLog.forEach(err => { + const position = err.line.toString().padEnd(6, ' ') + const type = err.type.padEnd(9, ' ') + const status = err.type === 'error' ? chalk.red(type) : chalk.yellow(type) + logger.info(` ${chalk.gray(position)}${status}${err.message}`) + }) + + errors = errors.concat(fileLog.filter(e => e.type === 'error')) + warnings = warnings.concat(fileLog.filter(e => e.type === 'warning')) + } + } + + logger.error( + chalk.red( + `\n${errors.length + warnings.length} problems (${errors.length} errors, ${ + warnings.length + } warnings)` + ) + ) + + if (errors.length) { + process.exit(1) + } +} + +main() diff --git a/scripts/commands/readme/update.js b/scripts/commands/readme/update.js new file mode 100644 index 000000000..b197c5f9b --- /dev/null +++ b/scripts/commands/readme/update.js @@ -0,0 +1,123 @@ +const { file, markdown, parser, logger, api } = require('../../core') +const { create: createTable } = require('../../core/table') +const { program } = require('commander') + +const LOGS_DIR = process.env.LOGS_DIR || 'scripts/logs/generators' + +const options = program + .option('-c, --config ', 'Set path to config file', '.readme/config.json') + .parse(process.argv) + .opts() + +async function main() { + await createCategoryTable() + await createCountryTable() + await createLanguageTable() + await createRegionTable() + await updateReadme() +} + +main() + +async function createCategoryTable() { + logger.info('creating category table...') + const rows = [] + await api.categories.load() + const items = await parser.parseLogs(`${LOGS_DIR}/categories.log`) + for (const item of items) { + const id = file.getFilename(item.filepath) + const category = await api.categories.find({ id }) + rows.push({ + name: category ? category.name : 'Undefined', + channels: item.count, + playlist: `https://iptv-org.github.io/iptv/${item.filepath}` + }) + } + + const table = createTable(rows, [ + { name: 'Category' }, + { name: 'Channels', align: 'right' }, + { name: 'Playlist', nowrap: true } + ]) + + await file.create('./.readme/_categories.md', table) +} + +async function createCountryTable() { + logger.info('creating country table...') + const rows = [] + await api.countries.load() + const items = await parser.parseLogs(`${LOGS_DIR}/countries.log`) + for (const item of items) { + const code = file.getFilename(item.filepath) + const country = await api.countries.find({ code: code.toUpperCase() }) + rows.push({ + name: country ? `${country.flag} ${country.name}` : 'Undefined', + channels: item.count, + playlist: `https://iptv-org.github.io/iptv/${item.filepath}` + }) + } + + const table = createTable(rows, [ + { name: 'Country' }, + { name: 'Channels', align: 'right' }, + { name: 'Playlist', nowrap: true } + ]) + + await file.create('./.readme/_countries.md', table) +} + +async function createLanguageTable() { + logger.info('creating language table...') + const rows = [] + await api.languages.load() + const items = await parser.parseLogs(`${LOGS_DIR}/languages.log`) + for (const item of items) { + const code = file.getFilename(item.filepath) + const language = await api.languages.find({ code }) + rows.push({ + name: language ? language.name : 'Undefined', + channels: item.count, + playlist: `https://iptv-org.github.io/iptv/${item.filepath}` + }) + } + + const table = createTable(rows, [ + { name: 'Language', align: 'left' }, + { name: 'Channels', align: 'right' }, + { name: 'Playlist', align: 'left', nowrap: true } + ]) + + await file.create('./.readme/_languages.md', table) +} + +async function createRegionTable() { + logger.info('creating region table...') + const rows = [] + await api.regions.load() + const items = await parser.parseLogs(`${LOGS_DIR}/regions.log`) + for (const item of items) { + const code = file.getFilename(item.filepath) + const region = await api.regions.find({ code: code.toUpperCase() }) + rows.push({ + name: region ? region.name : 'Undefined', + channels: item.count, + playlist: `https://iptv-org.github.io/iptv/${item.filepath}` + }) + } + + const table = createTable(rows, [ + { name: 'Region', align: 'left' }, + { name: 'Channels', align: 'right' }, + { name: 'Playlist', align: 'left', nowrap: true } + ]) + + await file.create('./.readme/_regions.md', table) +} + +async function updateReadme() { + logger.info('updating readme.md...') + const config = require(file.resolve(options.config)) + await file.createDir(file.dirname(config.build)) + await markdown.compile(options.config) +} diff --git a/scripts/commands/update-database.js b/scripts/commands/update-database.js deleted file mode 100644 index 7afa20bd1..000000000 --- a/scripts/commands/update-database.js +++ /dev/null @@ -1,243 +0,0 @@ -const _ = require('lodash') -const statuses = require('../data/statuses') -const languages = require('../data/languages') -const { db, store, parser, file, logger } = require('../core') - -let epgCodes = [] -let streams = [] -let checkResults = {} -const origins = {} -const items = [] - -const LOGS_PATH = process.env.LOGS_PATH || 'scripts/logs' -const EPG_CODES_FILEPATH = process.env.EPG_CODES_FILEPATH || 'scripts/data/codes.json' - -async function main() { - await setUp() - await loadDatabase() - await removeDuplicates() - await loadCheckResults() - await findStreamOrigins() - await updateStreams() - await updateDatabase() -} - -main() - -async function loadDatabase() { - logger.info('Loading database...') - - streams = await db.find({}) - - logger.info(`Found ${streams.length} streams`) -} - -async function removeDuplicates() { - logger.info('Removing duplicates...') - - const before = streams.length - streams = _.uniqBy(streams, 'id') - const after = streams.length - - logger.info(`Removed ${before - after} links`) -} - -async function loadCheckResults() { - logger.info('Loading check results from logs/...') - - const files = await file.list(`${LOGS_PATH}/check-streams/cluster_*.log`) - for (const filepath of files) { - const results = await parser.parseLogs(filepath) - for (const result of results) { - checkResults[result._id] = result - } - } - - logger.info(`Found ${Object.values(checkResults).length} results`) -} - -async function findStreamOrigins() { - logger.info('Searching for stream origins...') - - for (const { error, requests } of Object.values(checkResults)) { - if (error || !Array.isArray(requests) || !requests.length) continue - - let origin = requests.shift() - origin = new URL(origin.url) - for (const request of requests) { - const curr = new URL(request.url) - const key = curr.href.replace(/(^\w+:|^)/, '') - if (!origins[key] && curr.host === origin.host) { - origins[key] = origin.href - } - } - } - - logger.info(`Found ${_.uniq(Object.values(origins)).length} origins`) -} - -async function updateStreams() { - logger.info('Updating streams...') - - let updated = 0 - for (const item of streams) { - const stream = store.create(item) - const result = checkResults[item._id] - - if (result) { - const { error, streams, requests } = result - const resolution = parseResolution(streams) - const origin = findOrigin(requests) - let status = parseStatus(error) - - if (status) { - const prevStatus = item.status - if (prevStatus.code === 'not_247') // not_247 -> * = not_247 - status = item.status - else if (prevStatus.code === 'geo_blocked') // geo_blocked -> * = geo_blocked - status = item.status - else if (status.code === 'geo_blocked') // * -> geo_blocked = * - status = item.status - else if (prevStatus.code === 'offline' && status.code === 'online') // offline -> online = not_247 - status = statuses['not_247'] - - - stream.set('status', { status }) - stream.set('is_broken', { status: stream.get('status') }) - } - - if (resolution) { - stream.set('resolution', { resolution }) - } - - if (origin) { - stream.set('url', { url: origin }) - } - } - - if (!stream.has('logo')) { - const logo = findLogo(stream.get('id')) - stream.set('logo', { logo }) - } - - if (!stream.has('guides')) { - const guides = findGuides(stream.get('id')) - stream.set('guides', { guides }) - } - - if (!stream.has('countries') && stream.get('src_country')) { - const countries = [stream.get('src_country')] - stream.set('countries', { countries }) - } - - if (!stream.has('languages')) { - const languages = findLanguages(stream.get('countries'), stream.get('src_country')) - stream.set('languages', { languages }) - } - - if (stream.changed) { - stream.set('updated', true) - items.push(stream.data()) - updated++ - } - } - - logger.info(`Updated ${updated} items`) -} - -async function updateDatabase() { - logger.info('Updating database...') - - for (const item of items) { - await db.update({ _id: item._id }, item) - } - db.compact() - - logger.info('Done') -} - -async function setUp() { - try { - const codes = await file.read(EPG_CODES_FILEPATH) - epgCodes = JSON.parse(codes) - } catch (err) { - logger.error(err.message) - } -} - -function findLanguages(countries, src_country) { - if (countries && Array.isArray(countries)) { - let codes = countries.map(country => country.lang) - codes = _.uniq(codes) - - return codes.map(code => languages.find(l => l.code === code)).filter(l => l) - } - - if (src_country) { - const code = src_country.lang - const lang = languages.find(l => l.code === code) - - return lang ? [lang] : [] - } - - return [] -} - -function findOrigin(requests) { - if (origins && Array.isArray(requests)) { - requests = requests.map(r => r.url.replace(/(^\w+:|^)/, '')) - for (const url of requests) { - if (origins[url]) { - return origins[url] - } - } - } - - return null -} - -function parseResolution(streams) { - const resolution = streams - .filter(s => s.codec_type === 'video') - .reduce( - (acc, curr) => { - if (curr.height > acc.height) return { width: curr.width, height: curr.height } - return acc - }, - { width: 0, height: 0 } - ) - - if (resolution.width > 0 && resolution.height > 0) return resolution - return null -} - -function parseStatus(error) { - if (error) { - if (error.includes('timed out')) { - return statuses['timeout'] - } else if (error.includes('403')) { - return statuses['geo_blocked'] - } - return statuses['offline'] - } - - return statuses['online'] -} - -function findLogo(id) { - const item = epgCodes.find(i => i.tvg_id === id) - if (item && item.logo) { - return item.logo - } - - return null -} - -function findGuides(id) { - const item = epgCodes.find(i => i.tvg_id === id) - if (item && Array.isArray(item.guides)) { - return item.guides - } - - return [] -} diff --git a/scripts/commands/update-playlists.js b/scripts/commands/update-playlists.js deleted file mode 100644 index 648c27ee9..000000000 --- a/scripts/commands/update-playlists.js +++ /dev/null @@ -1,16 +0,0 @@ -const _ = require('lodash') -const { generator, db, logger } = require('../core') - -async function main() { - let items = await db - .find({}) - .sort({ name: 1, 'status.level': 1, 'resolution.height': -1, url: 1 }) - const files = _.groupBy(items, 'filepath') - - for (const filepath in files) { - const items = files[filepath] - await generator.saveAsM3U(filepath, items, { includeGuides: false }) - } -} - -main() diff --git a/scripts/commands/update-readme.js b/scripts/commands/update-readme.js deleted file mode 100644 index 12a42d5ee..000000000 --- a/scripts/commands/update-readme.js +++ /dev/null @@ -1,140 +0,0 @@ -const { file, markdown, parser, logger } = require('../core') -const { program } = require('commander') - -let categories = [] -let countries = [] -let languages = [] -let regions = [] - -const LOGS_PATH = process.env.LOGS_PATH || 'scripts/logs' - -const options = program - .option('-c, --config ', 'Set path to config file', '.readme/config.json') - .parse(process.argv) - .opts() - -async function main() { - await setUp() - - await generateCategoryTable() - await generateLanguageTable() - await generateRegionTable() - await generateCountryTable() - - await updateReadme() -} - -main() - -async function generateCategoryTable() { - logger.info('Generating category table...') - - const rows = [] - for (const category of categories) { - rows.push({ - category: category.name, - channels: category.count, - playlist: `https://iptv-org.github.io/iptv/categories/${category.slug}.m3u` - }) - } - - const table = markdown.createTable(rows, [ - { name: 'Category', align: 'left' }, - { name: 'Channels', align: 'right' }, - { name: 'Playlist', align: 'left', nowrap: true } - ]) - - await file.create('./.readme/_categories.md', table) -} - -async function generateCountryTable() { - logger.info('Generating country table...') - - const rows = [] - for (const country of countries) { - const flag = getCountryFlag(country.code) - const prefix = flag ? `${flag} ` : '' - - rows.push({ - country: prefix + country.name, - channels: country.count, - playlist: `https://iptv-org.github.io/iptv/countries/${country.code.toLowerCase()}.m3u` - }) - } - - const table = markdown.createTable(rows, [ - { name: 'Country', align: 'left' }, - { name: 'Channels', align: 'right' }, - { name: 'Playlist', align: 'left', nowrap: true } - ]) - - await file.create('./.readme/_countries.md', table) -} - -async function generateRegionTable() { - logger.info('Generating region table...') - - const rows = [] - for (const region of regions) { - rows.push({ - region: region.name, - channels: region.count, - playlist: `https://iptv-org.github.io/iptv/regions/${region.code.toLowerCase()}.m3u` - }) - } - - const table = markdown.createTable(rows, [ - { name: 'Region', align: 'left' }, - { name: 'Channels', align: 'right' }, - { name: 'Playlist', align: 'left', nowrap: true } - ]) - - await file.create('./.readme/_regions.md', table) -} - -async function generateLanguageTable() { - logger.info('Generating language table...') - - const rows = [] - for (const language of languages) { - rows.push({ - language: language.name, - channels: language.count, - playlist: `https://iptv-org.github.io/iptv/languages/${language.code}.m3u` - }) - } - - const table = markdown.createTable(rows, [ - { name: 'Language', align: 'left' }, - { name: 'Channels', align: 'right' }, - { name: 'Playlist', align: 'left', nowrap: true } - ]) - - await file.create('./.readme/_languages.md', table) -} - -async function updateReadme() { - logger.info('Updating README.md...') - - const config = require(file.resolve(options.config)) - await file.createDir(file.dirname(config.build)) - await markdown.compile(options.config) -} - -async function setUp() { - categories = await parser.parseLogs(`${LOGS_PATH}/generate-playlists/categories.log`) - countries = await parser.parseLogs(`${LOGS_PATH}/generate-playlists/countries.log`) - languages = await parser.parseLogs(`${LOGS_PATH}/generate-playlists/languages.log`) - regions = await parser.parseLogs(`${LOGS_PATH}/generate-playlists/regions.log`) -} - -function getCountryFlag(code) { - switch (code) { - case 'UK': - return '🇬🇧' - case 'UNDEFINED': - return '' - default: - return code.replace(/./g, char => String.fromCodePoint(char.charCodeAt(0) + 127397)) - } -} diff --git a/scripts/commands/validate.js b/scripts/commands/validate.js deleted file mode 100644 index 0d2b71655..000000000 --- a/scripts/commands/validate.js +++ /dev/null @@ -1,55 +0,0 @@ -const blocklist = require('../data/blocklist') -const parser = require('iptv-playlist-parser') -const { file, logger } = require('../core') -const { program } = require('commander') - -const options = program - .option('--input-dir ', 'Set path to input directory', 'channels') - .parse(process.argv) - .opts() - -async function main() { - const files = await file.list(`${options.inputDir}/**/*.m3u`) - const errors = [] - for (const filepath of files) { - const content = await file.read(filepath) - const playlist = parser.parse(content) - const basename = file.basename(filepath) - const [_, country] = basename.match(/([a-z]{2})(|_.*)\.m3u/i) || [null, null] - - const items = playlist.items - .map(item => { - const details = check(item, country) - - return details ? { ...item, details } : null - }) - .filter(i => i) - - items.forEach(item => { - errors.push( - `${filepath}:${item.line} '${item.details.name}' is on the blocklist due to claims of copyright holders (${item.details.reference})` - ) - }) - } - - errors.forEach(error => { - logger.error(error) - }) - - if (errors.length) { - logger.info('') - process.exit(1) - } -} - -function check(channel, country) { - return blocklist.find(item => { - const regexp = new RegExp(item.regex, 'i') - const hasSameName = regexp.test(channel.name) - const fromSameCountry = country === item.country.toLowerCase() - - return hasSameName && fromSameCountry - }) -} - -main() diff --git a/scripts/core/api.js b/scripts/core/api.js new file mode 100644 index 000000000..efd84c547 --- /dev/null +++ b/scripts/core/api.js @@ -0,0 +1,39 @@ +const _ = require('lodash') +const file = require('./file') + +const DATA_DIR = process.env.DATA_DIR || './scripts/data' + +class API { + constructor(filepath) { + this.filepath = file.resolve(filepath) + } + + async load() { + const data = await file.read(this.filepath) + this.collection = JSON.parse(data) + } + + find(query) { + return _.find(this.collection, query) + } + + filter(query) { + return _.filter(this.collection, query) + } + + all() { + return this.collection + } +} + +const api = {} + +api.channels = new API(`${DATA_DIR}/channels.json`) +api.countries = new API(`${DATA_DIR}/countries.json`) +api.guides = new API(`${DATA_DIR}/guides.json`) +api.categories = new API(`${DATA_DIR}/categories.json`) +api.languages = new API(`${DATA_DIR}/languages.json`) +api.regions = new API(`${DATA_DIR}/regions.json`) +api.blocklist = new API(`${DATA_DIR}/blocklist.json`) + +module.exports = api diff --git a/scripts/core/db.js b/scripts/core/db.js index 27360a839..fc3f11755 100644 --- a/scripts/core/db.js +++ b/scripts/core/db.js @@ -1,61 +1,75 @@ -const Database = require('nedb-promises') +const nedb = require('nedb-promises') const file = require('./file') -const DB_FILEPATH = process.env.DB_FILEPATH || './scripts/channels.db' - -const nedb = Database.create({ - filename: file.resolve(DB_FILEPATH), - autoload: true, - onload(err) { - if (err) console.error(err) - }, - compareStrings: (a, b) => { - a = a.replace(/\s/g, '_') - b = b.replace(/\s/g, '_') - - return a.localeCompare(b, undefined, { - sensitivity: 'accent', - numeric: true +const DB_DIR = process.env.DB_DIR || './scripts/database' + +class Database { + constructor(filepath) { + this.filepath = filepath + } + + load() { + this.db = nedb.create({ + filename: file.resolve(this.filepath), + autoload: true, + onload: err => { + if (err) console.error(err) + }, + compareStrings: (a, b) => { + a = a.replace(/\s/g, '_') + b = b.replace(/\s/g, '_') + + return a.localeCompare(b, undefined, { + sensitivity: 'accent', + numeric: true + }) + } }) } -}) -const db = {} + removeIndex(field) { + return this.db.removeIndex(field) + } -db.removeIndex = function (field) { - return nedb.removeIndex(field) -} + addIndex(options) { + return this.db.ensureIndex(options) + } -db.addIndex = function (options) { - return nedb.ensureIndex(options) -} + compact() { + return this.db.persistence.compactDatafile() + } -db.compact = function () { - return nedb.persistence.compactDatafile() -} + stopAutocompact() { + return this.db.persistence.stopAutocompaction() + } -db.reset = function () { - return file.clear(DB_FILEPATH) -} + reset() { + return file.clear(this.filepath) + } -db.count = function (query) { - return nedb.count(query) -} + count(query) { + return this.db.count(query) + } -db.insert = function (doc) { - return nedb.insert(doc) -} + insert(doc) { + return this.db.insert(doc) + } -db.update = function (query, update) { - return nedb.update(query, update) -} + update(query, update) { + return this.db.update(query, update) + } -db.find = function (query) { - return nedb.find(query) -} + find(query) { + return this.db.find(query) + } -db.remove = function (query, options) { - return nedb.remove(query, options) + remove(query, options) { + return this.db.remove(query, options) + } } +const db = {} + +db.streams = new Database(`${DB_DIR}/streams.db`) + module.exports = db diff --git a/scripts/core/file.js b/scripts/core/file.js index 56da4db96..b36db5ee3 100644 --- a/scripts/core/file.js +++ b/scripts/core/file.js @@ -1,6 +1,9 @@ +const { create: createPlaylist } = require('./playlist') +const store = require('./store') const path = require('path') const glob = require('glob') -const fs = require('mz/fs') +const fs = require('fs-extra') +const _ = require('lodash') const file = {} diff --git a/scripts/core/generator.js b/scripts/core/generator.js index 046ac15fd..77a769162 100644 --- a/scripts/core/generator.js +++ b/scripts/core/generator.js @@ -1,114 +1,33 @@ const { create: createPlaylist } = require('./playlist') -const store = require('./store') -const file = require('./file') +const generators = require('../generators') const logger = require('./logger') -const db = require('./db') -const _ = require('lodash') - -const generator = {} - -generator.generate = async function (filepath, query = {}, options = {}) { - options = { - ...{ - format: 'm3u', - saveEmpty: false, - includeNSFW: false, - includeGuides: true, - includeBroken: false, - onLoad: r => r, - uniqBy: item => item.id || _.uniqueId(), - sortBy: null - }, - ...options - } - - query['is_nsfw'] = options.includeNSFW ? { $in: [true, false] } : false - query['is_broken'] = options.includeBroken ? { $in: [true, false] } : false - - let items = await db - .find(query) - .sort({ name: 1, 'status.level': 1, 'resolution.height': -1, url: 1 }) - - items = _.uniqBy(items, 'url') - if (!options.saveEmpty && !items.length) return { filepath, query, options, count: 0 } - if (options.uniqBy) items = _.uniqBy(items, options.uniqBy) - - items = options.onLoad(items) - - if (options.sortBy) items = _.sortBy(items, options.sortBy) - - switch (options.format) { - case 'json': - await saveAsJSON(filepath, items, options) - break - case 'm3u': - default: - await saveAsM3U(filepath, items, options) - break - } - - return { filepath, query, options, count: items.length } -} - -async function saveAsM3U(filepath, items, options) { - const playlist = await createPlaylist(filepath) +const file = require('./file') - const header = {} - if (options.includeGuides) { - let guides = items.map(item => item.guides) - guides = _.uniq(_.flatten(guides)).sort().join(',') +const PUBLIC_DIR = process.env.PUBLIC_DIR || '.gh-pages' +const LOGS_DIR = process.env.LOGS_DIR || 'scripts/logs/generators' - header['x-tvg-url'] = guides - } +const generator = {} - await playlist.header(header) - for (const item of items) { - const stream = store.create(item) - await playlist.link( - stream.get('url'), - stream.get('title'), - { - 'tvg-id': stream.get('tvg_id'), - 'tvg-country': stream.get('tvg_country'), - 'tvg-language': stream.get('tvg_language'), - 'tvg-logo': stream.get('tvg_logo'), - // 'tvg-url': stream.get('tvg_url') || undefined, - 'user-agent': stream.get('http.user-agent') || undefined, - 'group-title': stream.get('group_title') - }, - { - 'http-referrer': stream.get('http.referrer') || undefined, - 'http-user-agent': stream.get('http.user-agent') || undefined +generator.generate = async function (name, streams = []) { + if (typeof generators[name] === 'function') { + try { + let output = await generators[name].bind()(streams) + output = Array.isArray(output) ? output : [output] + for (const type of output) { + const playlist = createPlaylist(type.items, { public: true }) + await file.create(`${PUBLIC_DIR}/${type.filepath}`, playlist.toString()) } - ) + await file.create(`${LOGS_DIR}/${name}.log`, output.map(toJSON).join('\n')) + } catch (error) { + logger.error(`generators/${name}.js: ${error.message}`) + } } } -async function saveAsJSON(filepath, items, options) { - const output = items.map(item => { - const stream = store.create(item) - const categories = stream.get('categories').map(c => ({ name: c.name, slug: c.slug })) - const countries = stream.get('countries').map(c => ({ name: c.name, code: c.code })) - - return { - name: stream.get('name'), - logo: stream.get('logo'), - url: stream.get('url'), - categories, - countries, - languages: stream.get('languages'), - tvg: { - id: stream.get('tvg_id'), - name: stream.get('name'), - url: stream.get('tvg_url') - } - } - }) +module.exports = generator - await file.create(filepath, JSON.stringify(output)) +function toJSON(type) { + type.count = type.items.length + delete type.items + return JSON.stringify(type) } - -generator.saveAsM3U = saveAsM3U -generator.saveAsJSON = saveAsJSON - -module.exports = generator diff --git a/scripts/core/id.js b/scripts/core/id.js new file mode 100644 index 000000000..9fb7fd7e7 --- /dev/null +++ b/scripts/core/id.js @@ -0,0 +1,19 @@ +const { transliterate } = require('transliteration') + +const id = {} + +id.generate = function (name, code) { + if (!name || !code) return null + + name = name.replace(/ *\([^)]*\) */g, '') + name = name.replace(/ *\[[^)]*\] */g, '') + name = name.replace(/\+/gi, 'Plus') + name = name.replace(/[^a-z\d]+/gi, '') + name = name.trim() + name = transliterate(name) + code = code.toLowerCase() + + return `${name}.${code}` +} + +module.exports = id diff --git a/scripts/core/index.js b/scripts/core/index.js index 948ff6c6d..e8e88ffd0 100644 --- a/scripts/core/index.js +++ b/scripts/core/index.js @@ -8,3 +8,5 @@ exports.generator = require('./generator') exports.playlist = require('./playlist') exports.store = require('./store') exports.markdown = require('./markdown') +exports.api = require('./api') +exports.id = require('./id') diff --git a/scripts/core/logger.js b/scripts/core/logger.js index a109a050b..2be5eda2d 100644 --- a/scripts/core/logger.js +++ b/scripts/core/logger.js @@ -1,42 +1,13 @@ -const { createLogger, format, transports, addColors } = require('winston') -const { combine, timestamp, printf } = format +const { Signale } = require('signale') -const consoleFormat = ({ level, message, timestamp }) => { - if (typeof message === 'object') return JSON.stringify(message) - return message -} +const options = {} -const config = { - levels: { - error: 0, - warn: 1, - info: 2, - failed: 3, - success: 4, - http: 5, - verbose: 6, - debug: 7, - silly: 8 - }, - colors: { - info: 'white', - success: 'green', - failed: 'red' - } -} +const logger = new Signale(options) -const t = [ - new transports.Console({ - format: format.combine(format.printf(consoleFormat)) - }) -] - -const logger = createLogger({ - transports: t, - levels: config.levels, - level: 'verbose' +logger.config({ + displayLabel: false, + displayScope: false, + displayBadge: false }) -addColors(config.colors) - module.exports = logger diff --git a/scripts/core/markdown.js b/scripts/core/markdown.js index 32dc1110e..2729f0b7b 100644 --- a/scripts/core/markdown.js +++ b/scripts/core/markdown.js @@ -3,35 +3,6 @@ const file = require('./file') const markdown = {} -markdown.createTable = function (data, cols) { - let output = '\n' - - output += ' \n ' - for (let column of cols) { - output += `` - } - output += '\n \n' - - output += ' \n' - for (let item of data) { - output += ' ' - let i = 0 - for (let prop in item) { - const column = cols[i] - let nowrap = column.nowrap - let align = column.align - output += `` - i++ - } - output += '\n' - } - output += ' \n' - - output += '
${column.name}
${item[prop]}
' - - return output -} - markdown.compile = function (filepath) { markdownInclude.compileFiles(file.resolve(filepath)) } diff --git a/scripts/core/playlist.js b/scripts/core/playlist.js index fb8077b27..76287be58 100644 --- a/scripts/core/playlist.js +++ b/scripts/core/playlist.js @@ -1,49 +1,88 @@ -const file = require('./file') +const store = require('./store') +const _ = require('lodash') const playlist = {} -playlist.create = async function (filepath) { - playlist.filepath = filepath - const dir = file.dirname(filepath) - file.createDir(dir) - await file.create(filepath, '') +class Playlist { + constructor(items = [], options = {}) { + this.header = {} + if (options.public) { + let guides = items + .map(item => (item.guides.length ? item.guides[0].url : null)) + .filter(i => i) + this.header['x-tvg-url'] = _.uniq(guides).sort().join(',') + } - return playlist -} + this.links = [] + for (const item of items) { + const stream = store.create(item) -playlist.header = async function (attrs) { - let header = `#EXTM3U` - for (const name in attrs) { - const value = attrs[name] - header += ` ${name}="${value}"` - } - header += `\n` + let attrs + if (options.public) { + attrs = { + 'tvg-id': stream.get('tvg_id'), + 'tvg-country': stream.get('tvg_country'), + 'tvg-language': stream.get('tvg_language'), + 'tvg-logo': stream.get('tvg_logo'), + 'user-agent': stream.get('http.user-agent') || undefined, + 'group-title': stream.get('group_title') + } + } else { + attrs = { + 'tvg-id': stream.get('tvg_id'), + status: stream.get('status'), + 'user-agent': stream.get('http.user-agent') || undefined + } + } - await file.append(playlist.filepath, header) + const vlcOpts = { + 'http-referrer': stream.get('http.referrer') || undefined, + 'http-user-agent': stream.get('http.user-agent') || undefined + } - return playlist -} - -playlist.link = async function (url, title, attrs, vlcOpts) { - let link = `#EXTINF:-1` - for (const name in attrs) { - const value = attrs[name] - if (value !== undefined) { - link += ` ${name}="${value}"` + this.links.push({ + url: stream.get('url'), + title: stream.get('title'), + attrs, + vlcOpts + }) } } - link += `,${title}\n` - for (const name in vlcOpts) { - const value = vlcOpts[name] - if (value !== undefined) { - link += `#EXTVLCOPT:${name}=${value}\n` + + toString() { + let output = `#EXTM3U` + for (const attr in this.header) { + const value = this.header[attr] + output += ` ${attr}="${value}"` } - } - link += `${url}\n` + output += `\n` - await file.append(playlist.filepath, link) + for (const link of this.links) { + output += `#EXTINF:-1` + for (const name in link.attrs) { + const value = link.attrs[name] + if (value !== undefined) { + output += ` ${name}="${value}"` + } + } + output += `,${link.title}\n` + + for (const name in link.vlcOpts) { + const value = link.vlcOpts[name] + if (value !== undefined) { + output += `#EXTVLCOPT:${name}=${value}\n` + } + } + + output += `${link.url}\n` + } + + return output + } +} - return playlist +playlist.create = function (items, options) { + return new Playlist(items, options) } module.exports = playlist diff --git a/scripts/core/table.js b/scripts/core/table.js new file mode 100644 index 000000000..563cb9bfa --- /dev/null +++ b/scripts/core/table.js @@ -0,0 +1,32 @@ +const table = {} + +table.create = function (data, cols) { + let output = '\n' + + output += ' \n ' + for (let column of cols) { + output += `` + } + output += '\n \n' + + output += ' \n' + for (let item of data) { + output += ' ' + let i = 0 + for (let prop in item) { + const column = cols[i] + let nowrap = column.nowrap ? ` nowrap` : '' + let align = column.align ? ` align="${column.align}"` : '' + output += `${item[prop]}` + i++ + } + output += '\n' + } + output += ' \n' + + output += '
${column.name}
' + + return output +} + +module.exports = table diff --git a/scripts/data/.gitignore b/scripts/data/.gitignore index 3063886ea..a3a0c8b5f 100644 --- a/scripts/data/.gitignore +++ b/scripts/data/.gitignore @@ -1 +1,2 @@ -codes.json \ No newline at end of file +* +!.gitignore \ No newline at end of file diff --git a/scripts/data/blocklist.json b/scripts/data/blocklist.json index 6d1722d46..6bff74eba 100644 --- a/scripts/data/blocklist.json +++ b/scripts/data/blocklist.json @@ -1,656 +1 @@ -[ - { - "name": "Animal Planet", - "country": "US", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^Animal Planet\\b" - }, - { - "name": "Arena 4", - "country": "HU", - "reference": "https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md", - "regex": "^Arena( |)4\\b" - }, - { - "name": "Asian Food Network", - "country": "SG", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^Asian Food Network\\b" - }, - { - "name": "Astro SuperSport", - "country": "MY", - "reference": "https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md", - "regex": "^Astro SuperSport\\b" - }, - { - "name": "Azteca 7", - "country": "MX", - "reference": "https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md", - "regex": "^Azteca 7\\b" - }, - { - "name": "beIN Sports", - "country": "QA", - "reference": "https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md", - "regex": "^beIN Sports\\b" - }, - { - "name": "Canal+ Sport", - "country": "FR", - "reference": "https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md", - "regex": "^Canal( |)+ Sport\\b" - }, - { - "name": "Cooking Channel", - "country": "US", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^Cooking Channel\\b" - }, - { - "name": "DAZN", - "country": "UK", - "reference": "https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md", - "regex": "^DAZN($| [1-4] .*)\\b" - }, - { - "name": "Diema Sport", - "country": "BG", - "reference": "https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md", - "regex": "^Diema Sport\\b" - }, - { - "name": "Digi Sport", - "country": "RO", - "reference": "https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md", - "regex": "^Digi Sport\\b" - }, - { - "name": "Discovery Asia", - "country": "US", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^Discovery Asia\\b" - }, - { - "name": "Discovery Channel", - "country": "US", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^Discovery Channel\\b" - }, - { - "name": "Discovery Civiliztion", - "country": "US", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^Discovery Civiliztion\\b" - }, - { - "name": "Discovery en Espanol", - "country": "US", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^Discovery en Espanol\\b" - }, - { - "name": "Discovery Family", - "country": "US", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^Discovery Family\\b" - }, - { - "name": "Discovery Historia", - "country": "US", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^Discovery Historia\\b" - }, - { - "name": "Discovery History", - "country": "US", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^Discovery History\\b" - }, - { - "name": "Discovery Home and Health", - "country": "US", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^Discovery Home and Health\\b" - }, - { - "name": "Discovery Life", - "country": "US", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^Discovery Life\\b" - }, - { - "name": "Discovery Science", - "country": "US", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^Discovery Science\\b" - }, - { - "name": "Discovery Shed", - "country": "US", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^Discovery Shed\\b" - }, - { - "name": "Discovery Theater", - "country": "US", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^Discovery Theater\\b" - }, - { - "name": "Discovery Travel and Living", - "country": "US", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^Discovery Travel and Living\\b" - }, - { - "name": "Discovery Turbo Xtra", - "country": "US", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^Discovery Turbo Xtra\\b" - }, - { - "name": "Discovery World", - "country": "US", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^Discovery World\\b" - }, - { - "name": "Discovery", - "country": "US", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^Discovery\\b" - }, - { - "name": "DIY Network", - "country": "US", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^DIY Network\\b" - }, - { - "name": "DKiss", - "country": "ES", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^DKiss\\b" - }, - { - "name": "DMax", - "country": "US", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^DMax\\b" - }, - { - "name": "Eleven Sports", - "country": "UK", - "reference": "https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md", - "regex": "^Eleven Sports($| [1-6] .*)\\b" - }, - { - "name": "ESPN", - "country": "US", - "reference": "https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md", - "regex": "^ESPN($|[1-3]| .*)\\b" - }, - { - "name": "Eurosport", - "country": "FR", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^Eurosport($| [1-2])\\b" - }, - { - "name": "eve", - "country": "US", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^eve\\b" - }, - { - "name": "Familia Discovery", - "country": "US", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^Familia Discovery\\b" - }, - { - "name": "Fatafeat", - "country": "EG", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^Fatafeat\\b" - }, - { - "name": "FEM", - "country": "NO", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^FEM\\b" - }, - { - "name": "Fine Living", - "country": "US", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^Fine Living\\b" - }, - { - "name": "Flow Sports", - "country": "UK", - "reference": "https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md", - "regex": "^Flow Sports\\b" - }, - { - "name": "Focus", - "country": "IT", - "reference": "https://github.zendesk.com/attachments/token/FL9J24PDKdm0zzJJ3tKyXonmA/?name=2022-02-01-nagra.rtf", - "regex": "^Focus\\b" - }, - { - "name": "Food Network", - "country": "US", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^Food Network\\b" - }, - { - "name": "food tv", - "country": "US", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^food( |)tv\\b" - }, - { - "name": "Fox Sports", - "country": "US", - "reference": "https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md", - "regex": "^Fox Sports\\b" - }, - { - "name": "Frisbee", - "country": "IT", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^Frisbee\\b" - }, - { - "name": "Futbol", - "country": "TJ", - "reference": "https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md", - "regex": "^(Futbol|Football TV|ТВ Футбол|Футбол)\\b" - }, - { - "name": "GTV Sports", - "country": "GH", - "reference": "https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md", - "regex": "^GTV Sports\\b" - }, - { - "name": "Giallo", - "country": "IT", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^Giallo\\b" - }, - { - "name": "GolfTV", - "country": "US", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^Golf( |)TV\\b" - }, - { - "name": "HGTV", - "country": "US", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^HGTV\\b" - }, - { - "name": "Investigation Discovery", - "country": "US", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^(Investigation Discovery|ID Investigation Discovery|ID Investigation|ID)\\b" - }, - { - "name": "K2", - "country": "IT", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^K2\\b" - }, - { - "name": "Living Channel", - "country": "NZ", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^Living Channel\\b" - }, - { - "name": "Local Now", - "country": "US", - "reference": "https://github.zendesk.com/attachments/token/qCOIlhjNbuhARY64ffpnzv9Ef/?name=2022-01-06-localnow.rtf", - "regex": "^Local( |)Now" - }, - { - "name": "LookSport", - "country": "RO", - "reference": "https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md", - "regex": "^Look( |)Sport\\b" - }, - { - "name": "Magnolia Network", - "country": "US", - "reference": "https://github.com/iptv-org/iptv/issues/5994", - "regex": "^Magnolia( |)Network\\b" - }, - { - "name": "Mango", - "country": "US", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^Mango\\b" - }, - { - "name": "Match!", - "country": "RU", - "reference": "https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md", - "regex": "^(Match|Матч)\\b" - }, - { - "name": "Motortrend", - "country": "US", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^Motortrend\\b" - }, - { - "name": "Motor trend", - "country": "IT", - "reference": "https://github.zendesk.com/attachments/token/r5abHyVOYbswCkNSmo67CP0Px/?name=2022-02-01-nagra-2.rtf", - "regex": "^Motor trend\\b" - }, - { - "name": "Mola TV", - "country": "ID", - "reference": "https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md", - "regex": "^Mola TV($| .*)\\b" - }, - { - "name": "Movistar Liga de Campeones", - "country": "ES", - "reference": "https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md", - "regex": "^Movistar Liga de Campeones [1-8]\\b" - }, - { - "name": "Nova Sport", - "country": "CZ", - "reference": "https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md", - "regex": "^Nova Sport [1-3]\\b" - }, - { - "name": "Nova Sports", - "country": "GR", - "reference": "https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md", - "regex": "^Nova Sports [1-6]\\b" - }, - { - "name": "Nove", - "country": "IT", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^Nove($| .*)\\b" - }, - { - "name": "PPTV HD 36", - "country": "TH", - "reference": "https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md", - "regex": "^PPTV($| HD)\\b" - }, - { - "name": "One", - "country": "IL", - "reference": "https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md", - "regex": "^One\\b" - }, - { - "name": "OWN", - "country": "US", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^(OWN|Oprah)\\b" - }, - { - "name": "Quest Red", - "country": "US", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^Quest Red\\b" - }, - { - "name": "Quest", - "country": "US", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^Quest\\b" - }, - { - "name": "Real Time", - "country": "IT", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^Real Time\\b" - }, - { - "name": "SABC Sport ", - "country": "ZA", - "reference": "https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md", - "regex": "^SABC Sport\\b" - }, - { - "name": "Setanta Sports", - "country": "IE", - "reference": "https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md", - "regex": "^Setanta Sports($| .*)\\b" - }, - { - "name": "Sky Sports", - "country": "UK", - "reference": "https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md", - "regex": "^Sky Sports\\b" - }, - { - "name": "Sky Sport Bundesliga", - "country": "DE", - "reference": "https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md", - "regex": "^Sky Sport Bundesliga [0-9]+\\b" - }, - { - "name": "Sky TG24", - "country": "IT", - "reference": "https://github.com/iptv-org/iptv/pull/2294", - "regex": "^Sky TG24\\b" - }, - { - "name": "Sony Ten", - "country": "IN", - "reference": "https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md", - "regex": "^Sony Ten [1-4]\\b" - }, - { - "name": "Spíler TV", - "country": "HU", - "reference": "https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md", - "regex": "^Spíler( |[1-2] )TV\\b" - }, - { - "name": "Šport TV", - "country": "SI", - "reference": "https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md", - "regex": "^(Šport|Sport) TV\\b" - }, - { - "name": "Sport Klub", - "country": "HU", - "reference": "https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md", - "regex": "^(Sport Klub|SK[1-9])\\b" - }, - { - "name": "SportsNet", - "country": "CA", - "reference": "https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md", - "regex": "^SportsNet\\b" - }, - { - "name": "StarHub TV", - "country": "SG", - "reference": "https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md", - "regex": "^StarHub TV\\b" - }, - { - "name": "StarSat", - "country": "ZA", - "reference": "https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md", - "regex": "^StarSat\\b" - }, - { - "name": "StarTimes TV", - "country": "MZ", - "reference": "https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md", - "regex": "^StarTimes TV\\b" - }, - { - "name": "SuperSport", - "country": "AL", - "reference": "https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md", - "regex": "^SuperSport [1-7]\\b" - }, - { - "name": "Tivibu Spor", - "country": "TR", - "reference": "https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md", - "regex": "^Tivibu Spor\\b" - }, - { - "name": "TLC", - "country": "US", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^TLC\\b" - }, - { - "name": "Trvl Channel", - "country": "US", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^Trvl Channel\\b" - }, - { - "name": "TSN", - "country": "MT", - "reference": "https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md", - "regex": "^TSN\\b" - }, - { - "name": "TTV", - "country": "PL", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^TTV\\b" - }, - { - "name": "TV Norge", - "country": "NO", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^TV Norge\\b" - }, - { - "name": "TV Varzish", - "country": "TJ", - "reference": "https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md", - "regex": "^(TV Varzish|Varzish TV|Варзиш ТВ)\\b" - }, - { - "name": "TV3 Sport", - "country": "DK", - "reference": "https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md", - "regex": "^TV( |)3 Sport\\b" - }, - { - "name": "tvN Asia", - "country": "KR", - "reference": "https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md", - "regex": "^tvN($| Asia)\\b" - }, - { - "name": "Tvn 24 Bis", - "country": "PL", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^Tvn(| )24 Bis\\b" - }, - { - "name": "TVN 24", - "country": "PL", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^TVN 24\\b" - }, - { - "name": "Tvn 7", - "country": "PL", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^Tvn 7\\b" - }, - { - "name": "TVN Extra", - "country": "PL", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^TVN Extra\\b" - }, - { - "name": "TVN Fabula", - "country": "PL", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^TVN Fabula\\b" - }, - { - "name": "TVN Meteo", - "country": "PL", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^TVN Meteo\\b" - }, - { - "name": "TVN Style", - "country": "PL", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^TVN Style\\b" - }, - { - "name": "TVN Turbo", - "country": "PL", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^TVN Turbo\\b" - }, - { - "name": "TVN Warszawa", - "country": "PL", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^TVN Warszawa\\b" - }, - { - "name": "TVN", - "country": "PL", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^TVN\\b" - }, - { - "name": "V Sport", - "country": "NO", - "reference": "https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md", - "regex": "^V Sport\\b" - }, - { - "name": "Vox", - "country": "NO", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^Vox\\b" - }, - { - "name": "VTV Cab", - "country": "KR", - "reference": "https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md", - "regex": "^VTV( |)Cab\\b" - }, - { - "name": "World Discovery", - "country": "US", - "reference": "https://github.com/iptv-org/iptv/issues/1831", - "regex": "^World Discovery\\b" - }, - { - "name": "Xee", - "country": "DK", - "reference": "https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md", - "regex": "^Xee\\b" - }, - { - "name": "XtvN", - "country": "KR", - "reference": "https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md", - "regex": "^X( |)tvN\\b" - } -] +[{"channel":"AnimalPlanetAfrica.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"AnimalPlanetArgentina.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"AnimalPlanetAustralia.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"AnimalPlanetBrasil.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"AnimalPlanetCanada.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"AnimalPlanetEast.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"AnimalPlanetEurope.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"AnimalPlanetHDWorldIndia.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"AnimalPlanetIndia.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"AnimalPlanetJapan.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"AnimalPlanetLatinoamerica.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"AnimalPlanetNewZealand.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"AnimalPlanetPolska.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"AnimalPlanetRossiya.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"AnimalPlanetSoutheastAsia.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"AnimalPlanetTaiwan.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"AnimalPlanetUK.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"AnimalPlanetUKPlus1.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"AnimalPlanetWest.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"Arena4.hu","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"AsianFoodNetwork.sg","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"AstroSuperSport.my","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"AstroSuperSport2.my","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"AstroSuperSport3.my","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"AstroSuperSport4.my","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"Azteca7.mx","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"Azteca7Coahuila.mx","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"Azteca7MexicoCity.mx","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"Azteca7NuevoLeon.mx","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"Azteca7Tamaulipas.mx","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSports.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSports1.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSports1Australia.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSports1France.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSports1HongKong.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSports1Indonesia.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSports1Thailand.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSports1Turkiye.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSports2.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSports2Australia.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSports2France.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSports2HongKong.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSports2Indonesia.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSports2Thailand.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSports2Turkiye.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSports3.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSports3Australia.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSports3France.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSports3Turkiye.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSports4.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSports4Turkiye.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSports5.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSports6.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSports7.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSports8.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSportsCanada.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSportsenEspanol.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSportsEnglish1.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSportsEnglish2.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSportsEnglish3.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSportsFrench1.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSportsFrench2.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSportsFrench3.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSportsHaber.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSportsMalaysiaSingapore.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSportsMax1.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSportsMax10France.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSportsMax1Turkiye.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSportsMax2.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSportsMax2Turkiye.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSportsMax3.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSportsMax3France.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSportsMax4.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSportsMax4France.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSportsMax5.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSportsMax5France.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSportsMax6.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSportsMax6France.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSportsMax7France.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSportsMax8France.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSportsMax9France.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSportsMaxMalaysiaSingapore.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSportsNews.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSportsPremium1.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSportsPremium2.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSportsPremium3.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSportsUSA.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSportsXtra1.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"BeInSportsXtra2.qa","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"CanalPlusSport1.fr","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"CanalPlusSport2.fr","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"CanalPlusSport2Polska.pl","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"CanalPlusSport3.fr","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"CanalPlusSport3Polska.pl","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"CanalPlusSport4.fr","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"CanalPlusSport4Polska.pl","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"CanalPlusSport5.fr","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"CanalPlusSportFrance.fr","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"CanalPlusSportPolska.pl","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"CanalPlusSportReunion.fr","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"CanalPlusSportsMyanmar.fr","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"CookingChannel.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"CookingChannelCanada.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DAZN1Deutschland.uk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"DAZN1Espana.uk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"DAZN1Italia.uk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"DAZN1PlusItalia.uk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"DAZN2Deutschland.uk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"DAZN2Espana.uk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"DAZN3Espana.uk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"DAZN4Espana.uk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"DiemaSport.bg","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"DiemaSport2.bg","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"DiemaSport3.bg","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"DigiSport1Hungary.ro","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"DigiSport1Romania.ro","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"DigiSport1Slovakia.ro","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"DigiSport2Hungary.ro","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"DigiSport2Romania.ro","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"DigiSport2Slovakia.ro","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"DigiSport3Hungary.ro","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"DigiSport3Romania.ro","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"DigiSport3Slovakia.ro","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"DigiSport4Romania.ro","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"DiscoveryAsia.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryChannelAtlanticoSur.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryChannelAustralia.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryChannelAustraliaPlus2.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryChannelBrasil.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryChannelBulgaria.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryChannelCanada.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryChannelCentralEurope.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryChannelChile.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryChannelChina.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryChannelChinaHotels.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryChannelDanmark.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryChannelDeutschland.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryChannelEast.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryChannelEurope.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryChannelFinland.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryChannelFrance.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryChannelHungary.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryChannelIberia.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryChannelIndia.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryChannelIreland.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryChannelItalia.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryChannelItaliaPlus1.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryChannelJapan.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryChannelLatinoamerica.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryChannelMexico.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryChannelNederland.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryChannelNewZealand.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryChannelNorge.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryChannelPhilippines.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryChannelPolska.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryChannelRomania.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryChannelRossiya.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryChannelSoutheastAsia.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryChannelSrbija.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryChannelSverige.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryChannelTaiwan.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryChannelTurkiye.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryChannelUK.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryChannelUKPlus1.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryChannelWest.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryCivilization.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryenEspanol.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryFamilia.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryFamily.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryFamilyAfrica.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryHDWorldAustralia.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryHDWorldIndia.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryHDWorldLatinoamerica.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryHistoria.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryHistory.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryHistoryPlus1.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryHomeHealthBrasil.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryHomeHealthLatinoamerica.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryHomeHealthSur.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryKidsAmericaLatina.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryKidsArgentina.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryKidsBrasil.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryKidsChile.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryKidsColombia.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryKidsIndia.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryKidsSoutheastAsia.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryLifeChannel.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryLifePolska.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryScience.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryScienceBrasil.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryScienceCanada.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryScienceFrance.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryScienceIndia.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryScienceItalia.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryScienceLatinoamerica.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryScienceMiddleEast.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoverySciencePolska.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryScienceRossiya.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryScienceSoutheastAsia.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryScienceTurkiye.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryScienceUK.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryScienceUKPlus1.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryTheater.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryTurboAmericaLatina.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryTurboAustralia.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryTurboAustraliaNewZealand.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryTurboAustraliaPlus2.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryTurboBrasil.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryTurboIndia.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryTurboNewZealand.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryTurboUK.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryTurboUKPlus1.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryUltra.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryVelocity.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DiscoveryWorldBrasil.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DIYNetworkCanada.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DIYNetworkEast.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DIYNetworkUSA.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DIYNetworkWest.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DKiss.es","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DMAXAustria.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DMAXDeutschland.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DMAXIreland.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DMAXItalia.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DMAXSoutheastAsia.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DMAXTurkiye.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DMAXUK.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"DMAXUKPlus1.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"ElevenProLeague1FR.uk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ElevenProLeague1NL.uk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ElevenSports1FR.uk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ElevenSports1NL.uk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ElevenSports1Polska.uk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ElevenSports1Portugal.uk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ElevenSports1Taiwan.uk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ElevenSports2NL.uk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ElevenSports2Polska.uk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ElevenSports2Portugal.uk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ElevenSports3Polska.uk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ElevenSports3Portugal.uk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ElevenSports4Polska.uk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ElevenSports4Portugal.uk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ElevenSports5Portugal.uk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ElevenSports6Portugal.uk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ElevenSportsUSA.uk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ElevenTaiwan.uk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPN2Africa.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPN2Alternate.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPN2AmericaLatina.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPN2Andino.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPN2Australia.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPN2Brasil.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPN2Caribbean.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPN2Colombia.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPN2Nederland.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPN2Sur.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPN2US.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPN2Venezuela.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPN2West.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPN3AmericaLatina.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPN3Andino.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPN3Nederland.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPN3Norte.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPN3Sur.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPN4Nederland.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPNAfrica.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPNAlternate.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPNAmericaLatina.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPNAustralia.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPNBasesLoaded.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPNBrasil.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPNBuzzerBeater.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPNCaribbean.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPNChile.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPNClassicCanada.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPNClassicUSA.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPNCollegeExtra1.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPNCollegeExtra2.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPNCollegeExtra3.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPNCollegeExtra4.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPNCollegeExtra5.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPNCollegeExtra6.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPNCollegeExtra7.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPNCollegeExtra8.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPNDeportes.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPNDos.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPNDosMexico.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPNews.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPNExtraAmericaLatina.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPNExtraBrasil.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPNGoalLine.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPNInternational.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPNMexico.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPNmosaico.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPNNederland.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPNNews.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPNPacificRim.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPNPlus.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPNPolo.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPNU.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPNUS.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPNUSAlternate.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPNUWest.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"ESPNWest.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"Eurosport1.fr","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"Eurosport1Danmark.fr","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"Eurosport1Finland.fr","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"Eurosport1France.fr","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"Eurosport1Germany.fr","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"Eurosport1Italia.fr","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"Eurosport1Nordic.fr","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"Eurosport1Norge.fr","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"Eurosport1Polska.fr","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"Eurosport1Romania.fr","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"Eurosport1Rossiya.fr","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"Eurosport1Sverige.fr","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"Eurosport1UK.fr","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"Eurosport2.fr","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"Eurosport2Danmark.fr","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"Eurosport2France.fr","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"Eurosport2Italia.fr","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"Eurosport2NorthEast.fr","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"Eurosport2Polska.fr","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"Eurosport2Romania.fr","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"Eurosport2Rossiya.fr","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"Eurosport2Sverige.fr","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"Eurosport2UK.fr","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"Eurosport2Xtra.fr","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"Eurosport360HD1.fr","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"Eurosport360HD2.fr","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"Eurosport360HD3.fr","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"Eurosport360HD4.fr","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"Eurosport360HD5.fr","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"Eurosport360HD6.fr","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"Eurosport360HD7.fr","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"Eurosport360HD8.fr","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"Eurosport360HD9.fr","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"Eurosport4K.fr","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"EurosportAsia.fr","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"EurosportIndia.fr","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"EurosportNorge.fr","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"EurosportPluss1.fr","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"EurosportPluss2.fr","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"EurosportPluss3.fr","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"EurosportPluss4.fr","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"Eve.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"Fatafeat.eg","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"FEM.no","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"FlowSports.uk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"Focus.it","ref":"https://github.zendesk.com/attachments/token/FL9J24PDKdm0zzJJ3tKyXonmA/?name=2022-02-01-nagra.rtf"},{"channel":"FoodNetworkAsia.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"FoodNetworkBrasil.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"FoodNetworkCanada.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"FoodNetworkEast.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"FoodNetworkEMEA.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"FoodNetworkIreland.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"FoodNetworkItalia.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"FoodNetworkLatinoamerica.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"FoodNetworkMexico.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"FoodNetworkNewZealand.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"FoodNetworkPolska.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"FoodNetworkRussia.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"FoodNetworkUK.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"FoodNetworkUKPlus1.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"FoodNetworkWest.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"FoodTV.kr","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"FoxSports1.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"FoxSports1Chile.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"FoxSports2.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"FoxSports2Argentina.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"FoxSports2Asia.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"FoxSports2Brasil.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"FoxSports2Chile.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"FoxSports2LatinAmerica.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"FoxSports2Malaysia.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"FoxSports2Mexico.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"FoxSports3Argentina.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"FoxSports3Asia.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"FoxSports3LatinAmerica.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"FoxSports3Mexico.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"FoxSports503.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"FoxSports505.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"FoxSports506.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"FoxSportsArgentina.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"FoxSportsAsia.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"FoxSportsBrasil.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"FoxSportsChile.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"FoxSportsColombia.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"FoxSportsConoNorte.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"FoxSportsConoSur.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"FoxSportsHDLatinAmerica.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"FoxSportsLatinAmerica.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"FoxSportsMalaysia.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"FoxSportsMexico.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"FoxSportsMore.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"FoxSportsNewsAustralia.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"FoxSportsNewsChannel.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"FoxSportsPhilippines.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"FoxSportsPremium.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"FoxSportsRacing.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"FoxSportsVietnam.us","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"Frisbee.it","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"Futbol.tj","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"Giallo.it","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"GolfTV.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"GTVSportsPlus.gh","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"HGTVArabia.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"HGTVAsia.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"HGTVBrasil.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"HGTVCanada.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"HGTVDeutschland.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"HGTVEast.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"HGTVIreland.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"HGTVItalia.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"HGTVLatinoamerica.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"HGTVNewZealand.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"HGTVPanRegional.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"HGTVPolska.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"HGTVRussia.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"HGTVSouthAfrica.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"HGTVUK.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"HGTVUKPlus1.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"HGTVWest.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"InvestigationDiscoveryAfrica.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"InvestigationDiscoveryAustralia.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"InvestigationDiscoveryCanada.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"InvestigationDiscoveryEast.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"InvestigationDiscoveryEurope.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"InvestigationDiscoveryFrance.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"InvestigationDiscoveryHungary.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"InvestigationDiscoveryIndia.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"InvestigationDiscoveryIreland.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"InvestigationDiscoveryLatinoamerica.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"InvestigationDiscoveryNederland.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"InvestigationDiscoveryPolska.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"InvestigationDiscoveryRossiya.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"InvestigationDiscoverySur.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"InvestigationDiscoverySverige.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"InvestigationDiscoveryUK.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"InvestigationDiscoveryUKPlus1.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"InvestigationDiscoveryWest.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"ITVNEurope.pl","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"ITVNExtra.pl","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"ITVNUSA.pl","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"K2.it","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"KDOCDT6.us","ref":"https://github.zendesk.com/attachments/token/qCOIlhjNbuhARY64ffpnzv9Ef/?name=2022-01-06-localnow.rtf"},{"channel":"KOFYDT6.us","ref":"https://github.zendesk.com/attachments/token/qCOIlhjNbuhARY64ffpnzv9Ef/?name=2022-01-06-localnow.rtf"},{"channel":"KUBEDT7.us","ref":"https://github.zendesk.com/attachments/token/qCOIlhjNbuhARY64ffpnzv9Ef/?name=2022-01-06-localnow.rtf"},{"channel":"LivingChannel.nz","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"LookSport.ro","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"LookSport2.ro","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"LookSport3.ro","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"LookSportPlus.ro","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"MagnoliaNetworkEast.us","ref":"https://github.com/iptv-org/iptv/issues/5994"},{"channel":"MagnoliaNetworkWest.us","ref":"https://github.com/iptv-org/iptv/issues/5994"},{"channel":"Match.ru","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"MatchArena.ru","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"MatchFutbol1.ru","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"MatchFutbol2.ru","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"MatchFutbol3.ru","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"MatchIgra.ru","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"MatchPlaneta.ru","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"MatchPremier.ru","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"MatchStrana.ru","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"MolaTV1.id","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"MolaTV2.id","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"MotorTrend.it","ref":"https://github.zendesk.com/attachments/token/r5abHyVOYbswCkNSmo67CP0Px/?name=2022-02-01-nagra-2.rtf"},{"channel":"Motortrend.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"MovistarLigadeCampeones.es","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"MovistarLigadeCampeones1.es","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"MovistarLigadeCampeones2.es","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"MovistarLigadeCampeones3.es","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"MovistarLigadeCampeones4.es","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"MovistarLigadeCampeones5.es","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"MovistarLigadeCampeones6.es","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"MovistarLigadeCampeones7.es","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"MovistarLigadeCampeones8.es","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"NovaSport1.cz","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"NovaSport2.cz","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"NovaSport3.cz","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"NovaSport4.cz","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"Novasports1.gr","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"NovaSports2.gr","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"Novasports24HD.gr","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"NovaSports3.gr","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"NovaSports4.gr","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"NovaSports5.gr","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"NovasportsExtra1.gr","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"NovasportsExtra3.gr","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"Nove.it","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"One.il","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"OprahWinfreyNetworkCanada.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"OprahWinfreyNetworkEast.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"OprahWinfreyNetworkWest.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"PPTVHD36.th","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"Quest.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"QuestRedIreland.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"QuestRedUK.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"QuestRedUKPlus1.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"QuestUK.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"QuestUKPlus1.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"RealTimeAfrica.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"RealTimeItalia.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"SABCSport.za","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SetantaSports1Evraziya.ie","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SetantaSports2Evraziya.ie","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SetantaSportsGeorgia.ie","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SetantaSportsPlusGeorgia.ie","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SetantaSportsUkraine.ie","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySport.it","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySport1.de","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySport1.nz","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySport10.de","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySport10.it","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySport11.de","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySport11.it","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySport12.de","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySport12.it","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySport13.de","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySport14.de","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySport2.de","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySport2.it","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySport2.nz","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySport24.it","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySport3.de","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySport3.it","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySport3.nz","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySport4.de","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySport4.it","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySport4.nz","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySport5.de","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySport5.it","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySport5.nz","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySport6.de","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySport6.it","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySport6.nz","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySport7.de","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySport7.it","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySport7BeInSports.nz","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySport8.de","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySport8.it","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySport8.nz","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySport9.de","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySport9.it","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySport9.nz","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySportArena.it","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySportAustria1.de","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySportAustria2.de","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySportAustria3.de","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySportAustria4.de","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySportBundesliga1.de","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySportBundesliga10.de","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySportBundesliga2.de","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySportBundesliga3.de","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySportBundesliga4.de","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySportBundesliga5.de","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySportBundesliga6.de","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySportBundesliga7.de","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySportBundesliga8.de","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySportBundesliga9.de","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySportBundesligaUHD.de","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySportCollection.it","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySportF1.de","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySportF1.it","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySportFootball.it","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySportMotoGP.it","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySportNBA.it","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySportNews.de","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySportNews.nz","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySports.kr","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySports1.au","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySports1.mx","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySports16.mx","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySports2.au","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySports2.mx","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySports21.mx","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySports24.mx","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySports3.mx","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySports34.mx","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySports6.mx","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySports8.mx","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySports9.mx","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySportsActive1.uk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySportsActive2.uk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySportsActive3.uk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySportsActive4.uk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySportsActive5.uk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySportsActive6.uk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySportsActive7.uk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySportsActive8.uk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySportsActive9.uk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySportsArena.uk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySportsBoxOffice.uk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySportSerieA.it","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySportsFootballIreland.uk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySportsFootballUK.uk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySportsMainEventinPubs.uk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySportsMainEventIreland.uk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySportsMainEventUK.uk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySportsMix.uk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySportsNewsinPubs.uk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySportsNewsIreland.uk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySportsNewsUK.uk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySportUHD.de","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkySportUno.it","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SkyTG24.it","ref":"https://github.com/iptv-org/iptv/pull/2294"},{"channel":"SkyTG24Canale50.it","ref":"https://github.com/iptv-org/iptv/pull/2294"},{"channel":"SkyTG24PrimoPiano.it","ref":"https://github.com/iptv-org/iptv/pull/2294"},{"channel":"SonyTen1.in","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SonyTen1HD.in","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SonyTen2.in","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SonyTen3.in","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SpilerTV1.hu","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SpilerTV2.hu","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SportKlub1CrnaGora.hu","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SportKlub1Hrvatska.hu","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SportKlub1Slovenija.hu","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SportKlub1Srbija.hu","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SportKlub2Slovenija.hu","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SportKlub2Srbija.hu","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SportKlub3.hu","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SportKlub4.hu","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SportKlub5.hu","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SportKlub6.hu","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SportKlubEsports.hu","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SportKlubGolf.hu","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SportKlubHD.hu","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SportKlubPolska.hu","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SportKlubStart.hu","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SportsNet360.ca","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SportsNetCanucks.ca","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SportsNetEast.ca","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SportsNetFlames.ca","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SportsNetOilers.ca","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SportsNetOne.ca","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SportsNetOntario.ca","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SportsNetOntarioOttawa.ca","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SportsNetOntarioToronto.ca","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SportsNetPacific.ca","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SportsNetVancouver.ca","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SportsNetWest.ca","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SportsNetWorld.ca","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SportTV1.si","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SportTV2.si","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SportTV3.si","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"StarHubTV.sg","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"StarTimesTVMocambique.mz","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"STSports1.cn","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"STSports2.cn","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"STSports3.cn","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"STSportsArena.cn","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"STSportsFocus.cn","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"STSportsLife.cn","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"STSportsPremium.cn","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSport1.al","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSport2.al","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSport3.al","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSport4.al","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSport5.al","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSport6.al","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSport7.al","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSportAction.za","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSportActionAfrica.za","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSportActionPortuguese.za","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSportBlitz.za","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSportBlitzAfrica.za","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSportBlitzPortuguese.za","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSportCSN.za","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSportFootball.za","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSportFootballAfrica.za","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSportFootballPlus.za","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSportFootballPlusAfrica.za","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSportFootballPlusPortuguese.za","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSportFootballPortuguese.za","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSportGrandstand.za","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSportGrandstandAfrica.za","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSportGrandstandPortuguese.za","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSportKosova1.al","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSportKosova2.al","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSportKosova3.al","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSportMaximo1.za","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSportMaximo1Africa.za","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSportMaximo2.za","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSportMaximo2Africa.za","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSportMaximo360.za","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSportOTT.za","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSportOTT2.za","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSportOTT3.za","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSportOTT4.za","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSportOTT5.za","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSportOTT6.za","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSportOTT7.za","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSportOTT8.za","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSportPlay.za","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSportPSL.za","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSportSelect1.za","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSportSelect2.za","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSportVariety1.za","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSportVariety1Africa.za","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSportVariety1Portuguese.za","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSportVariety2.za","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSportVariety2Africa.za","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSportVariety2Portuguese.za","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSportVariety3.za","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSportVariety3Africa.za","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSportVariety3Portuguese.za","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSportVariety4.za","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSportVariety4Africa.za","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"SuperSportVariety4Portuguese.za","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"TivibuSpor.tr","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"TivibuSpor2.tr","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"TivibuSpor3.tr","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"TivibuSpor4.tr","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"TLCAfrica.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TLCArabia.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TLCArgentina.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TLCAustralia.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TLCAustraliaPlus2.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TLCAustria.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TLCBalkan.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TLCBrasil.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TLCCanada.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TLCDanmark.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TLCEast.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TLCGermany.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TLCHDIndia.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TLCHDLatinoamerica.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TLCHungary.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TLCIndia.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TLCIreland.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TLCLatinoamerica.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TLCMexico.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TLCNederland.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TLCNewZealand.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TLCNorge.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TLCPanRegional.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TLCPhilippines.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TLCPolska.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TLCRomania.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TLCRussia.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TLCSoutheastAsia.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TLCSverige.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TLCTaiwan.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TLCTurkiye.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TLCUK.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TLCUKPlus1.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TLCWest.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TravelChannel.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TravelChannelAsia.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TravelChannelEast.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TravelChannelEurope.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TravelChannelPolska.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TravelChannelWest.us","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TSN1.mt","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"TSN2.mt","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"TSN3.mt","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"TSN4.mt","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"TSN5.mt","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"TSN6.mt","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"TSN7.mt","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"TSN8.mt","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"TTV.pl","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TV3Sport.dk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"TVN.pl","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TVN24.pl","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TVN24BiS.pl","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TVN7.pl","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TVNAsia.kr","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"TVNFabula.pl","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TVNorge.no","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TVNStyle.pl","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TVNTurbo.pl","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"TVVarzish.tj","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"Vox.no","ref":"https://github.com/iptv-org/iptv/issues/1831"},{"channel":"VSport1Norge.no","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"VSport1Suomi.fi","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"VSport1Sverige.se","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"VSport2.no","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"VSport2Suomi.fi","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"VSport3.no","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"VSportExtra.se","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"VSportFootball.se","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"VSportLive1.se","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"VSportLive2.se","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"VSportLive3.se","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"VSportLive4.se","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"VSportLive5.se","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"VSportPlus.no","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"VSportPlusSuomi.fi","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"VSportPremium.se","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"VSportUltraHD.se","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"VSportUrheilu.fi","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"VTVCab7.vn","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"WDPNDT7.us","ref":"https://github.zendesk.com/attachments/token/qCOIlhjNbuhARY64ffpnzv9Ef/?name=2022-01-06-localnow.rtf"},{"channel":"WNWTLD1.us","ref":"https://github.zendesk.com/attachments/token/qCOIlhjNbuhARY64ffpnzv9Ef/?name=2022-01-06-localnow.rtf"},{"channel":"WRJKLP3.us","ref":"https://github.zendesk.com/attachments/token/qCOIlhjNbuhARY64ffpnzv9Ef/?name=2022-01-06-localnow.rtf"},{"channel":"Xee.dk","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"},{"channel":"XTVN.kr","ref":"https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md"}] \ No newline at end of file diff --git a/scripts/data/categories.json b/scripts/data/categories.json deleted file mode 100644 index 41a23b1b4..000000000 --- a/scripts/data/categories.json +++ /dev/null @@ -1,147 +0,0 @@ -{ - "auto": { - "name": "Auto", - "slug": "auto", - "nsfw": false - }, - "animation": { - "name": "Animation", - "slug": "animation", - "nsfw": false - }, - "business": { - "name": "Business", - "slug": "business", - "nsfw": false - }, - "classic": { - "name": "Classic", - "slug": "classic", - "nsfw": false - }, - "comedy": { - "name": "Comedy", - "slug": "comedy", - "nsfw": false - }, - "cooking": { - "name": "Cooking", - "slug": "cooking", - "nsfw": false - }, - "culture": { - "name": "Culture", - "slug": "culture", - "nsfw": false - }, - "documentary": { - "name": "Documentary", - "slug": "documentary", - "nsfw": false - }, - "education": { - "name": "Education", - "slug": "education", - "nsfw": false - }, - "entertainment": { - "name": "Entertainment", - "slug": "entertainment", - "nsfw": false - }, - "family": { - "name": "Family", - "slug": "family", - "nsfw": false - }, - "general": { - "name": "General", - "slug": "general", - "nsfw": false - }, - "kids": { - "name": "Kids", - "slug": "kids", - "nsfw": false - }, - "legislative": { - "name": "Legislative", - "slug": "legislative", - "nsfw": false - }, - "lifestyle": { - "name": "Lifestyle", - "slug": "lifestyle", - "nsfw": false - }, - "local": { - "name": "Local", - "slug": "local", - "nsfw": false - }, - "movies": { - "name": "Movies", - "slug": "movies", - "nsfw": false - }, - "music": { - "name": "Music", - "slug": "music", - "nsfw": false - }, - "news": { - "name": "News", - "slug": "news", - "nsfw": false - }, - "outdoor": { - "name": "Outdoor", - "slug": "outdoor", - "nsfw": false - }, - "relax": { - "name": "Relax", - "slug": "relax", - "nsfw": false - }, - "religious": { - "name": "Religious", - "slug": "religious", - "nsfw": false - }, - "series": { - "name": "Series", - "slug": "series", - "nsfw": false - }, - "science": { - "name": "Science", - "slug": "science", - "nsfw": false - }, - "shop": { - "name": "Shop", - "slug": "shop", - "nsfw": false - }, - "sports": { - "name": "Sports", - "slug": "sports", - "nsfw": false - }, - "travel": { - "name": "Travel", - "slug": "travel", - "nsfw": false - }, - "weather": { - "name": "Weather", - "slug": "weather", - "nsfw": false - }, - "xxx": { - "name": "XXX", - "slug": "xxx", - "nsfw": true - } -} diff --git a/scripts/data/countries.json b/scripts/data/countries.json deleted file mode 100644 index 53286657c..000000000 --- a/scripts/data/countries.json +++ /dev/null @@ -1,264 +0,0 @@ -{ - "AD": { "name": "Andorra", "code": "AD", "lang": "cat" }, - "AE": { "name": "United Arab Emirates", "code": "AE", "lang": "ara" }, - "AF": { "name": "Afghanistan", "code": "AF", "lang": "pus" }, - "AG": { "name": "Antigua and Barbuda", "code": "AG", "lang": "eng" }, - "AI": { "name": "Anguilla", "code": "AI", "lang": "eng" }, - "AL": { "name": "Albania", "code": "AL", "lang": "sqi" }, - "AM": { "name": "Armenia", "code": "AM", "lang": "hye" }, - "AO": { "name": "Angola", "code": "AO", "lang": "por" }, - "AQ": { "name": "Antarctica", "code": "AQ", "lang": null }, - "AR": { "name": "Argentina", "code": "AR", "lang": "spa" }, - "AS": { "name": "American Samoa", "code": "AS", "lang": "eng" }, - "AT": { "name": "Austria", "code": "AT", "lang": "deu" }, - "AU": { "name": "Australia", "code": "AU", "lang": "eng" }, - "AW": { "name": "Aruba", "code": "AW", "lang": "nld" }, - "AX": { "name": "Åland", "code": "AX", "lang": "swe" }, - "AZ": { "name": "Azerbaijan", "code": "AZ", "lang": "aze" }, - "BA": { "name": "Bosnia and Herzegovina", "code": "BA", "lang": "bos" }, - "BB": { "name": "Barbados", "code": "BB", "lang": "eng" }, - "BD": { "name": "Bangladesh", "code": "BD", "lang": "ben" }, - "BE": { "name": "Belgium", "code": "BE", "lang": "nld" }, - "BF": { "name": "Burkina Faso", "code": "BF", "lang": "fra" }, - "BG": { "name": "Bulgaria", "code": "BG", "lang": "bul" }, - "BH": { "name": "Bahrain", "code": "BH", "lang": "ara" }, - "BI": { "name": "Burundi", "code": "BI", "lang": "fra" }, - "BJ": { "name": "Benin", "code": "BJ", "lang": "fra" }, - "BL": { "name": "Saint Barthélemy", "code": "BL", "lang": "fra" }, - "BM": { "name": "Bermuda", "code": "BM", "lang": "eng" }, - "BN": { "name": "Brunei", "code": "BN", "lang": "msa" }, - "BO": { "name": "Bolivia", "code": "BO", "lang": "spa" }, - "BQ": { "name": "Bonaire", "code": "BQ", "lang": "nld" }, - "BR": { "name": "Brazil", "code": "BR", "lang": "por" }, - "BS": { "name": "Bahamas", "code": "BS", "lang": "eng" }, - "BT": { "name": "Bhutan", "code": "BT", "lang": "dzo" }, - "BV": { "name": "Bouvet Island", "code": "BV", "lang": "nor" }, - "BW": { "name": "Botswana", "code": "BW", "lang": "eng" }, - "BY": { "name": "Belarus", "code": "BY", "lang": "bel" }, - "BZ": { "name": "Belize", "code": "BZ", "lang": "eng" }, - "CA": { "name": "Canada", "code": "CA", "lang": "eng" }, - "CC": { "name": "Cocos [Keeling] Islands", "code": "CC", "lang": "eng" }, - "CD": { - "name": "Democratic Republic of the Congo", - "code": "CD", - "lang": "fra" - }, - "CF": { "name": "Central African Republic", "code": "CF", "lang": "fra" }, - "CG": { "name": "Republic of the Congo", "code": "CG", "lang": "fra" }, - "CH": { "name": "Switzerland", "code": "CH", "lang": "deu" }, - "CI": { "name": "Ivory Coast", "code": "CI", "lang": "fra" }, - "CK": { "name": "Cook Islands", "code": "CK", "lang": "eng" }, - "CL": { "name": "Chile", "code": "CL", "lang": "spa" }, - "CM": { "name": "Cameroon", "code": "CM", "lang": "eng" }, - "CN": { "name": "China", "code": "CN", "lang": "zho" }, - "CO": { "name": "Colombia", "code": "CO", "lang": "spa" }, - "CR": { "name": "Costa Rica", "code": "CR", "lang": "spa" }, - "CU": { "name": "Cuba", "code": "CU", "lang": "spa" }, - "CV": { "name": "Cape Verde", "code": "CV", "lang": "por" }, - "CW": { "name": "Curacao", "code": "CW", "lang": "nld" }, - "CX": { "name": "Christmas Island", "code": "CX", "lang": "eng" }, - "CY": { "name": "Cyprus", "code": "CY", "lang": "ell" }, - "CZ": { "name": "Czech Republic", "code": "CZ", "lang": "ces" }, - "DE": { "name": "Germany", "code": "DE", "lang": "deu" }, - "DJ": { "name": "Djibouti", "code": "DJ", "lang": "fra" }, - "DK": { "name": "Denmark", "code": "DK", "lang": "dan" }, - "DM": { "name": "Dominica", "code": "DM", "lang": "eng" }, - "DO": { "name": "Dominican Republic", "code": "DO", "lang": "spa" }, - "DZ": { "name": "Algeria", "code": "DZ", "lang": "ara" }, - "EC": { "name": "Ecuador", "code": "EC", "lang": "spa" }, - "EE": { "name": "Estonia", "code": "EE", "lang": "est" }, - "EG": { "name": "Egypt", "code": "EG", "lang": "ara" }, - "EH": { "name": "Western Sahara", "code": "EH", "lang": "spa" }, - "ER": { "name": "Eritrea", "code": "ER", "lang": "tir" }, - "ES": { "name": "Spain", "code": "ES", "lang": "spa" }, - "ET": { "name": "Ethiopia", "code": "ET", "lang": "amh" }, - "FI": { "name": "Finland", "code": "FI", "lang": "fin" }, - "FJ": { "name": "Fiji", "code": "FJ", "lang": "eng" }, - "FK": { "name": "Falkland Islands", "code": "FK", "lang": "eng" }, - "FM": { "name": "Micronesia", "code": "FM", "lang": "eng" }, - "FO": { "name": "Faroe Islands", "code": "FO", "lang": "fao" }, - "FR": { "name": "France", "code": "FR", "lang": "fra" }, - "GA": { "name": "Gabon", "code": "GA", "lang": "fra" }, - "UK": { "name": "United Kingdom", "code": "UK", "lang": "eng" }, - "GD": { "name": "Grenada", "code": "GD", "lang": "eng" }, - "GE": { "name": "Georgia", "code": "GE", "lang": "kat" }, - "GF": { "name": "French Guiana", "code": "GF", "lang": "fra" }, - "GG": { "name": "Guernsey", "code": "GG", "lang": "eng" }, - "GH": { "name": "Ghana", "code": "GH", "lang": "eng" }, - "GI": { "name": "Gibraltar", "code": "GI", "lang": "eng" }, - "GL": { "name": "Greenland", "code": "GL", "lang": "kal" }, - "GM": { "name": "Gambia", "code": "GM", "lang": "eng" }, - "GN": { "name": "Guinea", "code": "GN", "lang": "fra" }, - "GP": { "name": "Guadeloupe", "code": "GP", "lang": "fra" }, - "GQ": { "name": "Equatorial Guinea", "code": "GQ", "lang": "spa" }, - "GR": { "name": "Greece", "code": "GR", "lang": "ell" }, - "GS": { - "name": "South Georgia and the South Sandwich Islands", - "code": "GS", - "lang": "eng" - }, - "GT": { "name": "Guatemala", "code": "GT", "lang": "spa" }, - "GU": { "name": "Guam", "code": "GU", "lang": "eng" }, - "GW": { "name": "Guinea-Bissau", "code": "GW", "lang": "por" }, - "GY": { "name": "Guyana", "code": "GY", "lang": "eng" }, - "HK": { "name": "Hong Kong", "code": "HK", "lang": "zho" }, - "HM": { "name": "Heard Island and McDonald Islands", "code": "HM", "lang": "eng" }, - "HN": { "name": "Honduras", "code": "HN", "lang": "spa" }, - "HR": { "name": "Croatia", "code": "HR", "lang": "hrv" }, - "HT": { "name": "Haiti", "code": "HT", "lang": "fra" }, - "HU": { "name": "Hungary", "code": "HU", "lang": "hun" }, - "ID": { "name": "Indonesia", "code": "ID", "lang": "ind" }, - "IE": { "name": "Ireland", "code": "IE", "lang": "gle" }, - "IL": { "name": "Israel", "code": "IL", "lang": "heb" }, - "IM": { "name": "Isle of Man", "code": "IM", "lang": "eng" }, - "IN": { "name": "India", "code": "IN", "lang": "hin" }, - "IO": { "name": "British Indian Ocean Territory", "code": "IO", "lang": "eng" }, - "IQ": { "name": "Iraq", "code": "IQ", "lang": "ara" }, - "IR": { "name": "Iran", "code": "IR", "lang": "fas" }, - "IS": { "name": "Iceland", "code": "IS", "lang": "isl" }, - "IT": { "name": "Italy", "code": "IT", "lang": "ita" }, - "JE": { "name": "Jersey", "code": "JE", "lang": "eng" }, - "JM": { "name": "Jamaica", "code": "JM", "lang": "eng" }, - "JO": { "name": "Jordan", "code": "JO", "lang": "ara" }, - "JP": { "name": "Japan", "code": "JP", "lang": "jpn" }, - "KE": { "name": "Kenya", "code": "KE", "lang": "eng" }, - "KG": { "name": "Kyrgyzstan", "code": "KG", "lang": "kir" }, - "KH": { "name": "Cambodia", "code": "KH", "lang": "khm" }, - "KI": { "name": "Kiribati", "code": "KI", "lang": "eng" }, - "KM": { "name": "Comoros", "code": "KM", "lang": "ara" }, - "KN": { "name": "Saint Kitts and Nevis", "code": "KN", "lang": "eng" }, - "KP": { "name": "North Korea", "code": "KP", "lang": "kor" }, - "KR": { "name": "South Korea", "code": "KR", "lang": "kor" }, - "KW": { "name": "Kuwait", "code": "KW", "lang": "ara" }, - "KY": { "name": "Cayman Islands", "code": "KY", "lang": "eng" }, - "KZ": { "name": "Kazakhstan", "code": "KZ", "lang": "kaz" }, - "LA": { "name": "Laos", "code": "LA", "lang": "lao" }, - "LB": { "name": "Lebanon", "code": "LB", "lang": "ara" }, - "LC": { "name": "Saint Lucia", "code": "LC", "lang": "eng" }, - "LI": { "name": "Liechtenstein", "code": "LI", "lang": "deu" }, - "LK": { "name": "Sri Lanka", "code": "LK", "lang": "sin" }, - "LR": { "name": "Liberia", "code": "LR", "lang": "eng" }, - "LS": { "name": "Lesotho", "code": "LS", "lang": "eng" }, - "LT": { "name": "Lithuania", "code": "LT", "lang": "lit" }, - "LU": { "name": "Luxembourg", "code": "LU", "lang": "fra" }, - "LV": { "name": "Latvia", "code": "LV", "lang": "lav" }, - "LY": { "name": "Libya", "code": "LY", "lang": "ara" }, - "MA": { "name": "Morocco", "code": "MA", "lang": "ara" }, - "MC": { "name": "Monaco", "code": "MC", "lang": "fra" }, - "MD": { "name": "Moldova", "code": "MD", "lang": "ron" }, - "ME": { "name": "Montenegro", "code": "ME", "lang": "srp" }, - "MF": { "name": "Saint Martin", "code": "MF", "lang": "eng" }, - "MG": { "name": "Madagascar", "code": "MG", "lang": "fra" }, - "MH": { "name": "Marshall Islands", "code": "MH", "lang": "eng" }, - "MK": { "name": "North Macedonia", "code": "MK", "lang": "mkd" }, - "ML": { "name": "Mali", "code": "ML", "lang": "fra" }, - "MM": { "name": "Myanmar [Burma]", "code": "MM", "lang": "mya" }, - "MN": { "name": "Mongolia", "code": "MN", "lang": "mon" }, - "MO": { "name": "Macao", "code": "MO", "lang": "zho" }, - "MP": { "name": "Northern Mariana Islands", "code": "MP", "lang": "eng" }, - "MQ": { "name": "Martinique", "code": "MQ", "lang": "fra" }, - "MR": { "name": "Mauritania", "code": "MR", "lang": "ara" }, - "MS": { "name": "Montserrat", "code": "MS", "lang": "eng" }, - "MT": { "name": "Malta", "code": "MT", "lang": "mlt" }, - "MU": { "name": "Mauritius", "code": "MU", "lang": "eng" }, - "MV": { "name": "Maldives", "code": "MV", "lang": "div" }, - "MW": { "name": "Malawi", "code": "MW", "lang": "eng" }, - "MX": { "name": "Mexico", "code": "MX", "lang": "spa" }, - "MY": { "name": "Malaysia", "code": "MY", "lang": "msa" }, - "MZ": { "name": "Mozambique", "code": "MZ", "lang": "por" }, - "NA": { "name": "Namibia", "code": "NA", "lang": "eng" }, - "NC": { "name": "New Caledonia", "code": "NC", "lang": "fra" }, - "NE": { "name": "Niger", "code": "NE", "lang": "fra" }, - "NF": { "name": "Norfolk Island", "code": "NF", "lang": "eng" }, - "NG": { "name": "Nigeria", "code": "NG", "lang": "eng" }, - "NI": { "name": "Nicaragua", "code": "NI", "lang": "spa" }, - "NL": { "name": "Netherlands", "code": "NL", "lang": "nld" }, - "NO": { "name": "Norway", "code": "NO", "lang": "nor" }, - "NP": { "name": "Nepal", "code": "NP", "lang": "nep" }, - "NR": { "name": "Nauru", "code": "NR", "lang": "eng" }, - "NU": { "name": "Niue", "code": "NU", "lang": "eng" }, - "NZ": { "name": "New Zealand", "code": "NZ", "lang": "eng" }, - "OM": { "name": "Oman", "code": "OM", "lang": "ara" }, - "PA": { "name": "Panama", "code": "PA", "lang": "spa" }, - "PE": { "name": "Peru", "code": "PE", "lang": "spa" }, - "PF": { "name": "French Polynesia", "code": "PF", "lang": "fra" }, - "PG": { "name": "Papua New Guinea", "code": "PG", "lang": "eng" }, - "PH": { "name": "Philippines", "code": "PH", "lang": "eng" }, - "PK": { "name": "Pakistan", "code": "PK", "lang": "eng" }, - "PL": { "name": "Poland", "code": "PL", "lang": "pol" }, - "PM": { "name": "Saint Pierre and Miquelon", "code": "PM", "lang": "fra" }, - "PN": { "name": "Pitcairn Islands", "code": "PN", "lang": "eng" }, - "PR": { "name": "Puerto Rico", "code": "PR", "lang": "spa" }, - "PS": { "name": "Palestine", "code": "PS", "lang": "ara" }, - "PT": { "name": "Portugal", "code": "PT", "lang": "por" }, - "PW": { "name": "Palau", "code": "PW", "lang": "eng" }, - "PY": { "name": "Paraguay", "code": "PY", "lang": "spa" }, - "QA": { "name": "Qatar", "code": "QA", "lang": "ara" }, - "RE": { "name": "Réunion", "code": "RE", "lang": "fra" }, - "RO": { "name": "Romania", "code": "RO", "lang": "ron" }, - "RS": { "name": "Serbia", "code": "RS", "lang": "srp" }, - "RU": { "name": "Russia", "code": "RU", "lang": "rus" }, - "RW": { "name": "Rwanda", "code": "RW", "lang": "kin" }, - "SA": { "name": "Saudi Arabia", "code": "SA", "lang": "ara" }, - "SB": { "name": "Solomon Islands", "code": "SB", "lang": "eng" }, - "SC": { "name": "Seychelles", "code": "SC", "lang": "fra" }, - "SD": { "name": "Sudan", "code": "SD", "lang": "ara" }, - "SE": { "name": "Sweden", "code": "SE", "lang": "swe" }, - "SG": { "name": "Singapore", "code": "SG", "lang": "eng" }, - "SH": { "name": "Saint Helena", "code": "SH", "lang": "eng" }, - "SI": { "name": "Slovenia", "code": "SI", "lang": "slv" }, - "SJ": { "name": "Svalbard and Jan Mayen", "code": "SJ", "lang": "nor" }, - "SK": { "name": "Slovakia", "code": "SK", "lang": "slk" }, - "SL": { "name": "Sierra Leone", "code": "SL", "lang": "eng" }, - "SM": { "name": "San Marino", "code": "SM", "lang": "ita" }, - "SN": { "name": "Senegal", "code": "SN", "lang": "fra" }, - "SO": { "name": "Somalia", "code": "SO", "lang": "som" }, - "SR": { "name": "Suriname", "code": "SR", "lang": "nld" }, - "SS": { "name": "South Sudan", "code": "SS", "lang": "eng" }, - "ST": { "name": "São Tomé and Príncipe", "code": "ST", "lang": "por" }, - "SV": { "name": "El Salvador", "code": "SV", "lang": "spa" }, - "SX": { "name": "Sint Maarten", "code": "SX", "lang": "nld" }, - "SY": { "name": "Syria", "code": "SY", "lang": "ara" }, - "SZ": { "name": "Swaziland", "code": "SZ", "lang": "eng" }, - "TC": { "name": "Turks and Caicos Islands", "code": "TC", "lang": "eng" }, - "TD": { "name": "Chad", "code": "TD", "lang": "fra" }, - "TF": { "name": "French Southern Territories", "code": "TF", "lang": "fra" }, - "TG": { "name": "Togo", "code": "TG", "lang": "fra" }, - "TH": { "name": "Thailand", "code": "TH", "lang": "tha" }, - "TJ": { "name": "Tajikistan", "code": "TJ", "lang": "tgk" }, - "TK": { "name": "Tokelau", "code": "TK", "lang": "eng" }, - "TL": { "name": "East Timor", "code": "TL", "lang": "por" }, - "TM": { "name": "Turkmenistan", "code": "TM", "lang": "tuk" }, - "TN": { "name": "Tunisia", "code": "TN", "lang": "ara" }, - "TO": { "name": "Tonga", "code": "TO", "lang": "eng" }, - "TR": { "name": "Turkey", "code": "TR", "lang": "tur" }, - "TT": { "name": "Trinidad and Tobago", "code": "TT", "lang": "eng" }, - "TV": { "name": "Tuvalu", "code": "TV", "lang": "eng" }, - "TW": { "name": "Taiwan", "code": "TW", "lang": "zho" }, - "TZ": { "name": "Tanzania", "code": "TZ", "lang": "swa" }, - "UA": { "name": "Ukraine", "code": "UA", "lang": "ukr" }, - "UG": { "name": "Uganda", "code": "UG", "lang": "eng" }, - "UM": { "name": "U.S. Minor Outlying Islands", "code": "UM", "lang": "eng" }, - "US": { "name": "United States", "code": "US", "lang": "eng" }, - "UY": { "name": "Uruguay", "code": "UY", "lang": "spa" }, - "UZ": { "name": "Uzbekistan", "code": "UZ", "lang": "uzb" }, - "VA": { "name": "Vatican City", "code": "VA", "lang": "ita" }, - "VC": { "name": "Saint Vincent and the Grenadines", "code": "VC", "lang": "eng" }, - "VE": { "name": "Venezuela", "code": "VE", "lang": "spa" }, - "VG": { "name": "British Virgin Islands", "code": "VG", "lang": "eng" }, - "VI": { "name": "U.S. Virgin Islands", "code": "VI", "lang": "eng" }, - "VN": { "name": "Vietnam", "code": "VN", "lang": "vie" }, - "VU": { "name": "Vanuatu", "code": "VU", "lang": "bis" }, - "WF": { "name": "Wallis and Futuna", "code": "WF", "lang": "fra" }, - "WS": { "name": "Samoa", "code": "WS", "lang": "smo" }, - "XK": { "name": "Kosovo", "code": "XK", "lang": "sqi" }, - "YE": { "name": "Yemen", "code": "YE", "lang": "ara" }, - "YT": { "name": "Mayotte", "code": "YT", "lang": "fra" }, - "ZA": { - "name": "South Africa", - "code": "ZA", - "lang": "afr" - }, - "ZM": { "name": "Zambia", "code": "ZM", "lang": "eng" }, - "ZW": { "name": "Zimbabwe", "code": "ZW", "lang": "eng" } -} diff --git a/scripts/data/languages.json b/scripts/data/languages.json deleted file mode 100644 index 740c8a8eb..000000000 --- a/scripts/data/languages.json +++ /dev/null @@ -1,33018 +0,0 @@ -[ - { - "name": "Ghotuo", - "code": "aaa" - }, - { - "name": "Alumu-Tesu", - "code": "aab" - }, - { - "name": "Ari", - "code": "aac" - }, - { - "name": "Amal", - "code": "aad" - }, - { - "name": "Arbëreshë Albanian", - "code": "aae" - }, - { - "name": "Aranadan", - "code": "aaf" - }, - { - "name": "Ambrak", - "code": "aag" - }, - { - "name": "Abu' Arapesh", - "code": "aah" - }, - { - "name": "Arifama-Miniafia", - "code": "aai" - }, - { - "name": "Ankave", - "code": "aak" - }, - { - "name": "Afade", - "code": "aal" - }, - { - "name": "Anambé", - "code": "aan" - }, - { - "name": "Algerian Saharan Arabic", - "code": "aao" - }, - { - "name": "Pará Arára", - "code": "aap" - }, - { - "name": "Eastern Abnaki", - "code": "aaq" - }, - { - "name": "Afar", - "code": "aar" - }, - { - "name": "Aasáx", - "code": "aas" - }, - { - "name": "Arvanitika Albanian", - "code": "aat" - }, - { - "name": "Abau", - "code": "aau" - }, - { - "name": "Solong", - "code": "aaw" - }, - { - "name": "Mandobo Atas", - "code": "aax" - }, - { - "name": "Amarasi", - "code": "aaz" - }, - { - "name": "Abé", - "code": "aba" - }, - { - "name": "Bankon", - "code": "abb" - }, - { - "name": "Ambala Ayta", - "code": "abc" - }, - { - "name": "Manide", - "code": "abd" - }, - { - "name": "Western Abnaki", - "code": "abe" - }, - { - "name": "Abai Sungai", - "code": "abf" - }, - { - "name": "Abaga", - "code": "abg" - }, - { - "name": "Tajiki Arabic", - "code": "abh" - }, - { - "name": "Abidji", - "code": "abi" - }, - { - "name": "Aka-Bea", - "code": "abj" - }, - { - "name": "Abkhazian", - "code": "abk" - }, - { - "name": "Lampung Nyo", - "code": "abl" - }, - { - "name": "Abanyom", - "code": "abm" - }, - { - "name": "Abua", - "code": "abn" - }, - { - "name": "Abon", - "code": "abo" - }, - { - "name": "Abellen Ayta", - "code": "abp" - }, - { - "name": "Abaza", - "code": "abq" - }, - { - "name": "Abron", - "code": "abr" - }, - { - "name": "Ambonese Malay", - "code": "abs" - }, - { - "name": "Ambulas", - "code": "abt" - }, - { - "name": "Abure", - "code": "abu" - }, - { - "name": "Baharna Arabic", - "code": "abv" - }, - { - "name": "Pal", - "code": "abw" - }, - { - "name": "Inabaknon", - "code": "abx" - }, - { - "name": "Aneme Wake", - "code": "aby" - }, - { - "name": "Abui", - "code": "abz" - }, - { - "name": "Achagua", - "code": "aca" - }, - { - "name": "Áncá", - "code": "acb" - }, - { - "name": "Gikyode", - "code": "acd" - }, - { - "name": "Achinese", - "code": "ace" - }, - { - "name": "Saint Lucian Creole French", - "code": "acf" - }, - { - "name": "Acoli", - "code": "ach" - }, - { - "name": "Aka-Cari", - "code": "aci" - }, - { - "name": "Aka-Kora", - "code": "ack" - }, - { - "name": "Akar-Bale", - "code": "acl" - }, - { - "name": "Mesopotamian Arabic", - "code": "acm" - }, - { - "name": "Achang", - "code": "acn" - }, - { - "name": "Eastern Acipa", - "code": "acp" - }, - { - "name": "Ta'izzi-Adeni Arabic", - "code": "acq" - }, - { - "name": "Achi", - "code": "acr" - }, - { - "name": "Acroá", - "code": "acs" - }, - { - "name": "Achterhoeks", - "code": "act" - }, - { - "name": "Achuar-Shiwiar", - "code": "acu" - }, - { - "name": "Achumawi", - "code": "acv" - }, - { - "name": "Hijazi Arabic", - "code": "acw" - }, - { - "name": "Omani Arabic", - "code": "acx" - }, - { - "name": "Cypriot Arabic", - "code": "acy" - }, - { - "name": "Acheron", - "code": "acz" - }, - { - "name": "Adangme", - "code": "ada" - }, - { - "name": "Atauran", - "code": "adb" - }, - { - "name": "Dzodinka", - "code": "add" - }, - { - "name": "Lidzonka", - "code": "add" - }, - { - "name": "Adele", - "code": "ade" - }, - { - "name": "Dhofari Arabic", - "code": "adf" - }, - { - "name": "Andegerebinha", - "code": "adg" - }, - { - "name": "Adhola", - "code": "adh" - }, - { - "name": "Adi", - "code": "adi" - }, - { - "name": "Adioukrou", - "code": "adj" - }, - { - "name": "Galo", - "code": "adl" - }, - { - "name": "Adang", - "code": "adn" - }, - { - "name": "Abu", - "code": "ado" - }, - { - "name": "Adangbe", - "code": "adq" - }, - { - "name": "Adonara", - "code": "adr" - }, - { - "name": "Adamorobe Sign Language", - "code": "ads" - }, - { - "name": "Adnyamathanha", - "code": "adt" - }, - { - "name": "Aduge", - "code": "adu" - }, - { - "name": "Amundava", - "code": "adw" - }, - { - "name": "Amdo Tibetan", - "code": "adx" - }, - { - "name": "Adygei", - "code": "ady" - }, - { - "name": "Adyghe", - "code": "ady" - }, - { - "name": "Adzera", - "code": "adz" - }, - { - "name": "Areba", - "code": "aea" - }, - { - "name": "Tunisian Arabic", - "code": "aeb" - }, - { - "name": "Saidi Arabic", - "code": "aec" - }, - { - "name": "Argentine Sign Language", - "code": "aed" - }, - { - "name": "Northeast Pashai", - "code": "aee" - }, - { - "name": "Northeast Pashayi", - "code": "aee" - }, - { - "name": "Haeke", - "code": "aek" - }, - { - "name": "Ambele", - "code": "ael" - }, - { - "name": "Arem", - "code": "aem" - }, - { - "name": "Armenian Sign Language", - "code": "aen" - }, - { - "name": "Aer", - "code": "aeq" - }, - { - "name": "Eastern Arrernte", - "code": "aer" - }, - { - "name": "Alsea", - "code": "aes" - }, - { - "name": "Akeu", - "code": "aeu" - }, - { - "name": "Ambakich", - "code": "aew" - }, - { - "name": "Amele", - "code": "aey" - }, - { - "name": "Aeka", - "code": "aez" - }, - { - "name": "Gulf Arabic", - "code": "afb" - }, - { - "name": "Andai", - "code": "afd" - }, - { - "name": "Putukwam", - "code": "afe" - }, - { - "name": "Afghan Sign Language", - "code": "afg" - }, - { - "name": "Afrihili", - "code": "afh" - }, - { - "name": "Akrukay", - "code": "afi" - }, - { - "name": "Chini", - "code": "afi" - }, - { - "name": "Nanubae", - "code": "afk" - }, - { - "name": "Defaka", - "code": "afn" - }, - { - "name": "Eloyi", - "code": "afo" - }, - { - "name": "Tapei", - "code": "afp" - }, - { - "name": "Afrikaans", - "code": "afr" - }, - { - "name": "Afro-Seminole Creole", - "code": "afs" - }, - { - "name": "Afitti", - "code": "aft" - }, - { - "name": "Awutu", - "code": "afu" - }, - { - "name": "Obokuitai", - "code": "afz" - }, - { - "name": "Aguano", - "code": "aga" - }, - { - "name": "Legbo", - "code": "agb" - }, - { - "name": "Agatu", - "code": "agc" - }, - { - "name": "Agarabi", - "code": "agd" - }, - { - "name": "Angal", - "code": "age" - }, - { - "name": "Arguni", - "code": "agf" - }, - { - "name": "Angor", - "code": "agg" - }, - { - "name": "Ngelima", - "code": "agh" - }, - { - "name": "Agariya", - "code": "agi" - }, - { - "name": "Argobba", - "code": "agj" - }, - { - "name": "Isarog Agta", - "code": "agk" - }, - { - "name": "Fembe", - "code": "agl" - }, - { - "name": "Angaataha", - "code": "agm" - }, - { - "name": "Agutaynen", - "code": "agn" - }, - { - "name": "Tainae", - "code": "ago" - }, - { - "name": "Aghem", - "code": "agq" - }, - { - "name": "Aguaruna", - "code": "agr" - }, - { - "name": "Esimbi", - "code": "ags" - }, - { - "name": "Central Cagayan Agta", - "code": "agt" - }, - { - "name": "Aguacateco", - "code": "agu" - }, - { - "name": "Remontado Dumagat", - "code": "agv" - }, - { - "name": "Kahua", - "code": "agw" - }, - { - "name": "Aghul", - "code": "agx" - }, - { - "name": "Southern Alta", - "code": "agy" - }, - { - "name": "Mt. Iriga Agta", - "code": "agz" - }, - { - "name": "Ahanta", - "code": "aha" - }, - { - "name": "Axamb", - "code": "ahb" - }, - { - "name": "Qimant", - "code": "ahg" - }, - { - "name": "Aghu", - "code": "ahh" - }, - { - "name": "Tiagbamrin Aizi", - "code": "ahi" - }, - { - "name": "Akha", - "code": "ahk" - }, - { - "name": "Igo", - "code": "ahl" - }, - { - "name": "Mobumrin Aizi", - "code": "ahm" - }, - { - "name": "Àhàn", - "code": "ahn" - }, - { - "name": "Ahom", - "code": "aho" - }, - { - "name": "Aproumu Aizi", - "code": "ahp" - }, - { - "name": "Ahirani", - "code": "ahr" - }, - { - "name": "Ashe", - "code": "ahs" - }, - { - "name": "Ahtena", - "code": "aht" - }, - { - "name": "Arosi", - "code": "aia" - }, - { - "name": "Ainu (China)", - "code": "aib" - }, - { - "name": "Ainbai", - "code": "aic" - }, - { - "name": "Alngith", - "code": "aid" - }, - { - "name": "Amara", - "code": "aie" - }, - { - "name": "Agi", - "code": "aif" - }, - { - "name": "Antigua and Barbuda Creole English", - "code": "aig" - }, - { - "name": "Ai-Cham", - "code": "aih" - }, - { - "name": "Assyrian Neo-Aramaic", - "code": "aii" - }, - { - "name": "Lishanid Noshan", - "code": "aij" - }, - { - "name": "Ake", - "code": "aik" - }, - { - "name": "Aimele", - "code": "ail" - }, - { - "name": "Aimol", - "code": "aim" - }, - { - "name": "Ainu (Japan)", - "code": "ain" - }, - { - "name": "Aiton", - "code": "aio" - }, - { - "name": "Burumakok", - "code": "aip" - }, - { - "name": "Aimaq", - "code": "aiq" - }, - { - "name": "Airoran", - "code": "air" - }, - { - "name": "Arikem", - "code": "ait" - }, - { - "name": "Aari", - "code": "aiw" - }, - { - "name": "Aighon", - "code": "aix" - }, - { - "name": "Ali", - "code": "aiy" - }, - { - "name": "Aja (South Sudan)", - "code": "aja" - }, - { - "name": "Aja (Benin)", - "code": "ajg" - }, - { - "name": "Ajië", - "code": "aji" - }, - { - "name": "Andajin", - "code": "ajn" - }, - { - "name": "South Levantine Arabic", - "code": "ajp" - }, - { - "name": "Judeo-Tunisian Arabic", - "code": "ajt" - }, - { - "name": "Judeo-Moroccan Arabic", - "code": "aju" - }, - { - "name": "Ajawa", - "code": "ajw" - }, - { - "name": "Amri Karbi", - "code": "ajz" - }, - { - "name": "Akan", - "code": "aka" - }, - { - "name": "Batak Angkola", - "code": "akb" - }, - { - "name": "Mpur", - "code": "akc" - }, - { - "name": "Ukpet-Ehom", - "code": "akd" - }, - { - "name": "Akawaio", - "code": "ake" - }, - { - "name": "Akpa", - "code": "akf" - }, - { - "name": "Anakalangu", - "code": "akg" - }, - { - "name": "Angal Heneng", - "code": "akh" - }, - { - "name": "Aiome", - "code": "aki" - }, - { - "name": "Aka-Jeru", - "code": "akj" - }, - { - "name": "Akkadian", - "code": "akk" - }, - { - "name": "Aklanon", - "code": "akl" - }, - { - "name": "Aka-Bo", - "code": "akm" - }, - { - "name": "Akurio", - "code": "ako" - }, - { - "name": "Siwu", - "code": "akp" - }, - { - "name": "Ak", - "code": "akq" - }, - { - "name": "Araki", - "code": "akr" - }, - { - "name": "Akaselem", - "code": "aks" - }, - { - "name": "Akolet", - "code": "akt" - }, - { - "name": "Akum", - "code": "aku" - }, - { - "name": "Akhvakh", - "code": "akv" - }, - { - "name": "Akwa", - "code": "akw" - }, - { - "name": "Aka-Kede", - "code": "akx" - }, - { - "name": "Aka-Kol", - "code": "aky" - }, - { - "name": "Alabama", - "code": "akz" - }, - { - "name": "Alago", - "code": "ala" - }, - { - "name": "Qawasqar", - "code": "alc" - }, - { - "name": "Alladian", - "code": "ald" - }, - { - "name": "Aleut", - "code": "ale" - }, - { - "name": "Alege", - "code": "alf" - }, - { - "name": "Alawa", - "code": "alh" - }, - { - "name": "Amaimon", - "code": "ali" - }, - { - "name": "Alangan", - "code": "alj" - }, - { - "name": "Alak", - "code": "alk" - }, - { - "name": "Allar", - "code": "all" - }, - { - "name": "Amblong", - "code": "alm" - }, - { - "name": "Gheg Albanian", - "code": "aln" - }, - { - "name": "Larike-Wakasihu", - "code": "alo" - }, - { - "name": "Alune", - "code": "alp" - }, - { - "name": "Algonquin", - "code": "alq" - }, - { - "name": "Alutor", - "code": "alr" - }, - { - "name": "Tosk Albanian", - "code": "als" - }, - { - "name": "Southern Altai", - "code": "alt" - }, - { - "name": "'Are'are", - "code": "alu" - }, - { - "name": "Alaba-K’abeena", - "code": "alw" - }, - { - "name": "Wanbasana", - "code": "alw" - }, - { - "name": "Amol", - "code": "alx" - }, - { - "name": "Alyawarr", - "code": "aly" - }, - { - "name": "Alur", - "code": "alz" - }, - { - "name": "Amanayé", - "code": "ama" - }, - { - "name": "Ambo", - "code": "amb" - }, - { - "name": "Amahuaca", - "code": "amc" - }, - { - "name": "Yanesha'", - "code": "ame" - }, - { - "name": "Hamer-Banna", - "code": "amf" - }, - { - "name": "Amurdak", - "code": "amg" - }, - { - "name": "Amharic", - "code": "amh" - }, - { - "name": "Amis", - "code": "ami" - }, - { - "name": "Amdang", - "code": "amj" - }, - { - "name": "Ambai", - "code": "amk" - }, - { - "name": "War-Jaintia", - "code": "aml" - }, - { - "name": "Ama (Papua New Guinea)", - "code": "amm" - }, - { - "name": "Amanab", - "code": "amn" - }, - { - "name": "Amo", - "code": "amo" - }, - { - "name": "Alamblak", - "code": "amp" - }, - { - "name": "Amahai", - "code": "amq" - }, - { - "name": "Amarakaeri", - "code": "amr" - }, - { - "name": "Southern Amami-Oshima", - "code": "ams" - }, - { - "name": "Amto", - "code": "amt" - }, - { - "name": "Guerrero Amuzgo", - "code": "amu" - }, - { - "name": "Ambelau", - "code": "amv" - }, - { - "name": "Western Neo-Aramaic", - "code": "amw" - }, - { - "name": "Anmatyerre", - "code": "amx" - }, - { - "name": "Ami", - "code": "amy" - }, - { - "name": "Atampaya", - "code": "amz" - }, - { - "name": "Andaqui", - "code": "ana" - }, - { - "name": "Andoa", - "code": "anb" - }, - { - "name": "Ngas", - "code": "anc" - }, - { - "name": "Ansus", - "code": "and" - }, - { - "name": "Xârâcùù", - "code": "ane" - }, - { - "name": "Animere", - "code": "anf" - }, - { - "name": "Old English (ca. 450-1100)", - "code": "ang" - }, - { - "name": "Nend", - "code": "anh" - }, - { - "name": "Andi", - "code": "ani" - }, - { - "name": "Anor", - "code": "anj" - }, - { - "name": "Goemai", - "code": "ank" - }, - { - "name": "Anu-Hkongso Chin", - "code": "anl" - }, - { - "name": "Anal", - "code": "anm" - }, - { - "name": "Obolo", - "code": "ann" - }, - { - "name": "Andoque", - "code": "ano" - }, - { - "name": "Angika", - "code": "anp" - }, - { - "name": "Jarawa (India)", - "code": "anq" - }, - { - "name": "Andh", - "code": "anr" - }, - { - "name": "Anserma", - "code": "ans" - }, - { - "name": "Antakarinya", - "code": "ant" - }, - { - "name": "Antikarinya", - "code": "ant" - }, - { - "name": "Anuak", - "code": "anu" - }, - { - "name": "Denya", - "code": "anv" - }, - { - "name": "Anaang", - "code": "anw" - }, - { - "name": "Andra-Hus", - "code": "anx" - }, - { - "name": "Anyin", - "code": "any" - }, - { - "name": "Anem", - "code": "anz" - }, - { - "name": "Angolar", - "code": "aoa" - }, - { - "name": "Abom", - "code": "aob" - }, - { - "name": "Pemon", - "code": "aoc" - }, - { - "name": "Andarum", - "code": "aod" - }, - { - "name": "Angal Enen", - "code": "aoe" - }, - { - "name": "Bragat", - "code": "aof" - }, - { - "name": "Angoram", - "code": "aog" - }, - { - "name": "Anindilyakwa", - "code": "aoi" - }, - { - "name": "Mufian", - "code": "aoj" - }, - { - "name": "Arhö", - "code": "aok" - }, - { - "name": "Alor", - "code": "aol" - }, - { - "name": "Ömie", - "code": "aom" - }, - { - "name": "Bumbita Arapesh", - "code": "aon" - }, - { - "name": "Aore", - "code": "aor" - }, - { - "name": "Taikat", - "code": "aos" - }, - { - "name": "A'tong", - "code": "aot" - }, - { - "name": "Atong (India)", - "code": "aot" - }, - { - "name": "A'ou", - "code": "aou" - }, - { - "name": "Atorada", - "code": "aox" - }, - { - "name": "Uab Meto", - "code": "aoz" - }, - { - "name": "Sa'a", - "code": "apb" - }, - { - "name": "North Levantine Arabic", - "code": "apc" - }, - { - "name": "Sudanese Arabic", - "code": "apd" - }, - { - "name": "Bukiyip", - "code": "ape" - }, - { - "name": "Pahanan Agta", - "code": "apf" - }, - { - "name": "Ampanang", - "code": "apg" - }, - { - "name": "Athpariya", - "code": "aph" - }, - { - "name": "Apiaká", - "code": "api" - }, - { - "name": "Jicarilla Apache", - "code": "apj" - }, - { - "name": "Kiowa Apache", - "code": "apk" - }, - { - "name": "Lipan Apache", - "code": "apl" - }, - { - "name": "Mescalero-Chiricahua Apache", - "code": "apm" - }, - { - "name": "Apinayé", - "code": "apn" - }, - { - "name": "Ambul", - "code": "apo" - }, - { - "name": "Apma", - "code": "app" - }, - { - "name": "A-Pucikwar", - "code": "apq" - }, - { - "name": "Arop-Lokep", - "code": "apr" - }, - { - "name": "Arop-Sissano", - "code": "aps" - }, - { - "name": "Apatani", - "code": "apt" - }, - { - "name": "Apurinã", - "code": "apu" - }, - { - "name": "Alapmunte", - "code": "apv" - }, - { - "name": "Western Apache", - "code": "apw" - }, - { - "name": "Aputai", - "code": "apx" - }, - { - "name": "Apalaí", - "code": "apy" - }, - { - "name": "Safeyoka", - "code": "apz" - }, - { - "name": "Archi", - "code": "aqc" - }, - { - "name": "Ampari Dogon", - "code": "aqd" - }, - { - "name": "Arigidi", - "code": "aqg" - }, - { - "name": "Aninka", - "code": "aqk" - }, - { - "name": "Atohwaim", - "code": "aqm" - }, - { - "name": "Northern Alta", - "code": "aqn" - }, - { - "name": "Atakapa", - "code": "aqp" - }, - { - "name": "Arhâ", - "code": "aqr" - }, - { - "name": "Angaité", - "code": "aqt" - }, - { - "name": "Akuntsu", - "code": "aqz" - }, - { - "name": "Arabic", - "code": "ara" - }, - { - "name": "Standard Arabic", - "code": "arb" - }, - { - "name": "Imperial Aramaic (700-300 BCE)", - "code": "arc" - }, - { - "name": "Official Aramaic (700-300 BCE)", - "code": "arc" - }, - { - "name": "Arabana", - "code": "ard" - }, - { - "name": "Western Arrarnta", - "code": "are" - }, - { - "name": "Aragonese", - "code": "arg" - }, - { - "name": "Arhuaco", - "code": "arh" - }, - { - "name": "Arikara", - "code": "ari" - }, - { - "name": "Arapaso", - "code": "arj" - }, - { - "name": "Arikapú", - "code": "ark" - }, - { - "name": "Arabela", - "code": "arl" - }, - { - "name": "Mapuche", - "code": "arn" - }, - { - "name": "Mapudungun", - "code": "arn" - }, - { - "name": "Araona", - "code": "aro" - }, - { - "name": "Arapaho", - "code": "arp" - }, - { - "name": "Algerian Arabic", - "code": "arq" - }, - { - "name": "Karo (Brazil)", - "code": "arr" - }, - { - "name": "Najdi Arabic", - "code": "ars" - }, - { - "name": "Arawá", - "code": "aru" - }, - { - "name": "Aruá (Amazonas State)", - "code": "aru" - }, - { - "name": "Arbore", - "code": "arv" - }, - { - "name": "Arawak", - "code": "arw" - }, - { - "name": "Aruá (Rodonia State)", - "code": "arx" - }, - { - "name": "Moroccan Arabic", - "code": "ary" - }, - { - "name": "Egyptian Arabic", - "code": "arz" - }, - { - "name": "Asu (Tanzania)", - "code": "asa" - }, - { - "name": "Assiniboine", - "code": "asb" - }, - { - "name": "Casuarina Coast Asmat", - "code": "asc" - }, - { - "name": "American Sign Language", - "code": "ase" - }, - { - "name": "Auslan", - "code": "asf" - }, - { - "name": "Australian Sign Language", - "code": "asf" - }, - { - "name": "Cishingini", - "code": "asg" - }, - { - "name": "Abishira", - "code": "ash" - }, - { - "name": "Buruwai", - "code": "asi" - }, - { - "name": "Sari", - "code": "asj" - }, - { - "name": "Ashkun", - "code": "ask" - }, - { - "name": "Asilulu", - "code": "asl" - }, - { - "name": "Assamese", - "code": "asm" - }, - { - "name": "Xingú Asuriní", - "code": "asn" - }, - { - "name": "Dano", - "code": "aso" - }, - { - "name": "Algerian Sign Language", - "code": "asp" - }, - { - "name": "Austrian Sign Language", - "code": "asq" - }, - { - "name": "Asuri", - "code": "asr" - }, - { - "name": "Ipulo", - "code": "ass" - }, - { - "name": "Asturian", - "code": "ast" - }, - { - "name": "Asturleonese", - "code": "ast" - }, - { - "name": "Bable", - "code": "ast" - }, - { - "name": "Leonese", - "code": "ast" - }, - { - "name": "Tocantins Asurini", - "code": "asu" - }, - { - "name": "Asoa", - "code": "asv" - }, - { - "name": "Australian Aborigines Sign Language", - "code": "asw" - }, - { - "name": "Muratayak", - "code": "asx" - }, - { - "name": "Yaosakor Asmat", - "code": "asy" - }, - { - "name": "As", - "code": "asz" - }, - { - "name": "Pele-Ata", - "code": "ata" - }, - { - "name": "Zaiwa", - "code": "atb" - }, - { - "name": "Atsahuaca", - "code": "atc" - }, - { - "name": "Ata Manobo", - "code": "atd" - }, - { - "name": "Atemble", - "code": "ate" - }, - { - "name": "Ivbie North-Okpela-Arhe", - "code": "atg" - }, - { - "name": "Attié", - "code": "ati" - }, - { - "name": "Atikamekw", - "code": "atj" - }, - { - "name": "Ati", - "code": "atk" - }, - { - "name": "Mt. Iraya Agta", - "code": "atl" - }, - { - "name": "Ata", - "code": "atm" - }, - { - "name": "Ashtiani", - "code": "atn" - }, - { - "name": "Atong (Cameroon)", - "code": "ato" - }, - { - "name": "Pudtol Atta", - "code": "atp" - }, - { - "name": "Aralle-Tabulahan", - "code": "atq" - }, - { - "name": "Waimiri-Atroari", - "code": "atr" - }, - { - "name": "Gros Ventre", - "code": "ats" - }, - { - "name": "Pamplona Atta", - "code": "att" - }, - { - "name": "Reel", - "code": "atu" - }, - { - "name": "Northern Altai", - "code": "atv" - }, - { - "name": "Atsugewi", - "code": "atw" - }, - { - "name": "Arutani", - "code": "atx" - }, - { - "name": "Aneityum", - "code": "aty" - }, - { - "name": "Arta", - "code": "atz" - }, - { - "name": "Asumboa", - "code": "aua" - }, - { - "name": "Alugu", - "code": "aub" - }, - { - "name": "Waorani", - "code": "auc" - }, - { - "name": "Anuta", - "code": "aud" - }, - { - "name": "Aguna", - "code": "aug" - }, - { - "name": "Aushi", - "code": "auh" - }, - { - "name": "Anuki", - "code": "aui" - }, - { - "name": "Awjilah", - "code": "auj" - }, - { - "name": "Heyo", - "code": "auk" - }, - { - "name": "Aulua", - "code": "aul" - }, - { - "name": "Asu (Nigeria)", - "code": "aum" - }, - { - "name": "Molmo One", - "code": "aun" - }, - { - "name": "Auyokawa", - "code": "auo" - }, - { - "name": "Makayam", - "code": "aup" - }, - { - "name": "Anus", - "code": "auq" - }, - { - "name": "Korur", - "code": "auq" - }, - { - "name": "Aruek", - "code": "aur" - }, - { - "name": "Austral", - "code": "aut" - }, - { - "name": "Auye", - "code": "auu" - }, - { - "name": "Awyi", - "code": "auw" - }, - { - "name": "Aurá", - "code": "aux" - }, - { - "name": "Awiyaana", - "code": "auy" - }, - { - "name": "Uzbeki Arabic", - "code": "auz" - }, - { - "name": "Avaric", - "code": "ava" - }, - { - "name": "Avau", - "code": "avb" - }, - { - "name": "Alviri-Vidari", - "code": "avd" - }, - { - "name": "Avestan", - "code": "ave" - }, - { - "name": "Avikam", - "code": "avi" - }, - { - "name": "Kotava", - "code": "avk" - }, - { - "name": "Eastern Egyptian Bedawi Arabic", - "code": "avl" - }, - { - "name": "Angkamuthi", - "code": "avm" - }, - { - "name": "Avatime", - "code": "avn" - }, - { - "name": "Agavotaguerra", - "code": "avo" - }, - { - "name": "Aushiri", - "code": "avs" - }, - { - "name": "Au", - "code": "avt" - }, - { - "name": "Avokaya", - "code": "avu" - }, - { - "name": "Avá-Canoeiro", - "code": "avv" - }, - { - "name": "Awadhi", - "code": "awa" - }, - { - "name": "Awa (Papua New Guinea)", - "code": "awb" - }, - { - "name": "Cicipu", - "code": "awc" - }, - { - "name": "Awetí", - "code": "awe" - }, - { - "name": "Anguthimri", - "code": "awg" - }, - { - "name": "Awbono", - "code": "awh" - }, - { - "name": "Aekyom", - "code": "awi" - }, - { - "name": "Awabakal", - "code": "awk" - }, - { - "name": "Arawum", - "code": "awm" - }, - { - "name": "Awngi", - "code": "awn" - }, - { - "name": "Awak", - "code": "awo" - }, - { - "name": "Awera", - "code": "awr" - }, - { - "name": "South Awyu", - "code": "aws" - }, - { - "name": "Araweté", - "code": "awt" - }, - { - "name": "Central Awyu", - "code": "awu" - }, - { - "name": "Jair Awyu", - "code": "awv" - }, - { - "name": "Awun", - "code": "aww" - }, - { - "name": "Awara", - "code": "awx" - }, - { - "name": "Edera Awyu", - "code": "awy" - }, - { - "name": "Abipon", - "code": "axb" - }, - { - "name": "Ayerrerenge", - "code": "axe" - }, - { - "name": "Mato Grosso Arára", - "code": "axg" - }, - { - "name": "Yaka (Central African Republic)", - "code": "axk" - }, - { - "name": "Lower Southern Aranda", - "code": "axl" - }, - { - "name": "Middle Armenian", - "code": "axm" - }, - { - "name": "Xârâgurè", - "code": "axx" - }, - { - "name": "Awar", - "code": "aya" - }, - { - "name": "Ayizo Gbe", - "code": "ayb" - }, - { - "name": "Southern Aymara", - "code": "ayc" - }, - { - "name": "Ayabadhu", - "code": "ayd" - }, - { - "name": "Ayere", - "code": "aye" - }, - { - "name": "Ginyanga", - "code": "ayg" - }, - { - "name": "Hadrami Arabic", - "code": "ayh" - }, - { - "name": "Leyigha", - "code": "ayi" - }, - { - "name": "Akuku", - "code": "ayk" - }, - { - "name": "Libyan Arabic", - "code": "ayl" - }, - { - "name": "Aymara", - "code": "aym" - }, - { - "name": "Sanaani Arabic", - "code": "ayn" - }, - { - "name": "Ayoreo", - "code": "ayo" - }, - { - "name": "North Mesopotamian Arabic", - "code": "ayp" - }, - { - "name": "Ayi (Papua New Guinea)", - "code": "ayq" - }, - { - "name": "Central Aymara", - "code": "ayr" - }, - { - "name": "Sorsogon Ayta", - "code": "ays" - }, - { - "name": "Magbukun Ayta", - "code": "ayt" - }, - { - "name": "Ayu", - "code": "ayu" - }, - { - "name": "Mai Brat", - "code": "ayz" - }, - { - "name": "Azha", - "code": "aza" - }, - { - "name": "South Azerbaijani", - "code": "azb" - }, - { - "name": "Eastern Durango Nahuatl", - "code": "azd" - }, - { - "name": "Azerbaijani", - "code": "aze" - }, - { - "name": "San Pedro Amuzgos Amuzgo", - "code": "azg" - }, - { - "name": "North Azerbaijani", - "code": "azj" - }, - { - "name": "Ipalapa Amuzgo", - "code": "azm" - }, - { - "name": "Western Durango Nahuatl", - "code": "azn" - }, - { - "name": "Awing", - "code": "azo" - }, - { - "name": "Faire Atta", - "code": "azt" - }, - { - "name": "Highland Puebla Nahuatl", - "code": "azz" - }, - { - "name": "Babatana", - "code": "baa" - }, - { - "name": "Bainouk-Gunyuño", - "code": "bab" - }, - { - "name": "Badui", - "code": "bac" - }, - { - "name": "Baré", - "code": "bae" - }, - { - "name": "Nubaca", - "code": "baf" - }, - { - "name": "Tuki", - "code": "bag" - }, - { - "name": "Bahamas Creole English", - "code": "bah" - }, - { - "name": "Barakai", - "code": "baj" - }, - { - "name": "Bashkir", - "code": "bak" - }, - { - "name": "Baluchi", - "code": "bal" - }, - { - "name": "Bambara", - "code": "bam" - }, - { - "name": "Balinese", - "code": "ban" - }, - { - "name": "Waimaha", - "code": "bao" - }, - { - "name": "Bantawa", - "code": "bap" - }, - { - "name": "Bavarian", - "code": "bar" - }, - { - "name": "Basa (Cameroon)", - "code": "bas" - }, - { - "name": "Bada (Nigeria)", - "code": "bau" - }, - { - "name": "Vengo", - "code": "bav" - }, - { - "name": "Bambili-Bambui", - "code": "baw" - }, - { - "name": "Bamun", - "code": "bax" - }, - { - "name": "Batuley", - "code": "bay" - }, - { - "name": "Baatonum", - "code": "bba" - }, - { - "name": "Barai", - "code": "bbb" - }, - { - "name": "Batak Toba", - "code": "bbc" - }, - { - "name": "Bau", - "code": "bbd" - }, - { - "name": "Bangba", - "code": "bbe" - }, - { - "name": "Baibai", - "code": "bbf" - }, - { - "name": "Barama", - "code": "bbg" - }, - { - "name": "Bugan", - "code": "bbh" - }, - { - "name": "Barombi", - "code": "bbi" - }, - { - "name": "Ghomálá'", - "code": "bbj" - }, - { - "name": "Babanki", - "code": "bbk" - }, - { - "name": "Bats", - "code": "bbl" - }, - { - "name": "Babango", - "code": "bbm" - }, - { - "name": "Uneapa", - "code": "bbn" - }, - { - "name": "Konabéré", - "code": "bbo" - }, - { - "name": "Northern Bobo Madaré", - "code": "bbo" - }, - { - "name": "West Central Banda", - "code": "bbp" - }, - { - "name": "Bamali", - "code": "bbq" - }, - { - "name": "Girawa", - "code": "bbr" - }, - { - "name": "Bakpinka", - "code": "bbs" - }, - { - "name": "Mburku", - "code": "bbt" - }, - { - "name": "Kulung (Nigeria)", - "code": "bbu" - }, - { - "name": "Karnai", - "code": "bbv" - }, - { - "name": "Baba", - "code": "bbw" - }, - { - "name": "Bubia", - "code": "bbx" - }, - { - "name": "Befang", - "code": "bby" - }, - { - "name": "Central Bai", - "code": "bca" - }, - { - "name": "Bainouk-Samik", - "code": "bcb" - }, - { - "name": "Southern Balochi", - "code": "bcc" - }, - { - "name": "North Babar", - "code": "bcd" - }, - { - "name": "Bamenyam", - "code": "bce" - }, - { - "name": "Bamu", - "code": "bcf" - }, - { - "name": "Baga Pokur", - "code": "bcg" - }, - { - "name": "Bariai", - "code": "bch" - }, - { - "name": "Baoulé", - "code": "bci" - }, - { - "name": "Bardi", - "code": "bcj" - }, - { - "name": "Bunuba", - "code": "bck" - }, - { - "name": "Central Bikol", - "code": "bcl" - }, - { - "name": "Bannoni", - "code": "bcm" - }, - { - "name": "Bali (Nigeria)", - "code": "bcn" - }, - { - "name": "Kaluli", - "code": "bco" - }, - { - "name": "Bali (Democratic Republic of Congo)", - "code": "bcp" - }, - { - "name": "Bench", - "code": "bcq" - }, - { - "name": "Babine", - "code": "bcr" - }, - { - "name": "Kohumono", - "code": "bcs" - }, - { - "name": "Bendi", - "code": "bct" - }, - { - "name": "Awad Bing", - "code": "bcu" - }, - { - "name": "Shoo-Minda-Nye", - "code": "bcv" - }, - { - "name": "Bana", - "code": "bcw" - }, - { - "name": "Bacama", - "code": "bcy" - }, - { - "name": "Bainouk-Gunyaamolo", - "code": "bcz" - }, - { - "name": "Bayot", - "code": "bda" - }, - { - "name": "Basap", - "code": "bdb" - }, - { - "name": "Emberá-Baudó", - "code": "bdc" - }, - { - "name": "Bunama", - "code": "bdd" - }, - { - "name": "Bade", - "code": "bde" - }, - { - "name": "Biage", - "code": "bdf" - }, - { - "name": "Bonggi", - "code": "bdg" - }, - { - "name": "Baka (South Sudan)", - "code": "bdh" - }, - { - "name": "Burun", - "code": "bdi" - }, - { - "name": "Bai", - "code": "bdj" - }, - { - "name": "Bai (South Sudan)", - "code": "bdj" - }, - { - "name": "Budukh", - "code": "bdk" - }, - { - "name": "Indonesian Bajau", - "code": "bdl" - }, - { - "name": "Buduma", - "code": "bdm" - }, - { - "name": "Baldemu", - "code": "bdn" - }, - { - "name": "Morom", - "code": "bdo" - }, - { - "name": "Bende", - "code": "bdp" - }, - { - "name": "Bahnar", - "code": "bdq" - }, - { - "name": "West Coast Bajau", - "code": "bdr" - }, - { - "name": "Burunge", - "code": "bds" - }, - { - "name": "Bokoto", - "code": "bdt" - }, - { - "name": "Oroko", - "code": "bdu" - }, - { - "name": "Bodo Parja", - "code": "bdv" - }, - { - "name": "Baham", - "code": "bdw" - }, - { - "name": "Budong-Budong", - "code": "bdx" - }, - { - "name": "Bandjalang", - "code": "bdy" - }, - { - "name": "Badeshi", - "code": "bdz" - }, - { - "name": "Beaver", - "code": "bea" - }, - { - "name": "Bebele", - "code": "beb" - }, - { - "name": "Iceve-Maci", - "code": "bec" - }, - { - "name": "Bedoanas", - "code": "bed" - }, - { - "name": "Byangsi", - "code": "bee" - }, - { - "name": "Benabena", - "code": "bef" - }, - { - "name": "Belait", - "code": "beg" - }, - { - "name": "Biali", - "code": "beh" - }, - { - "name": "Bekati'", - "code": "bei" - }, - { - "name": "Bedawiyet", - "code": "bej" - }, - { - "name": "Beja", - "code": "bej" - }, - { - "name": "Bebeli", - "code": "bek" - }, - { - "name": "Belarusian", - "code": "bel" - }, - { - "name": "Bemba (Zambia)", - "code": "bem" - }, - { - "name": "Bengali", - "code": "ben" - }, - { - "name": "Beami", - "code": "beo" - }, - { - "name": "Besoa", - "code": "bep" - }, - { - "name": "Beembe", - "code": "beq" - }, - { - "name": "Besme", - "code": "bes" - }, - { - "name": "Guiberoua Béte", - "code": "bet" - }, - { - "name": "Blagar", - "code": "beu" - }, - { - "name": "Daloa Bété", - "code": "bev" - }, - { - "name": "Betawi", - "code": "bew" - }, - { - "name": "Jur Modo", - "code": "bex" - }, - { - "name": "Beli (Papua New Guinea)", - "code": "bey" - }, - { - "name": "Bena (Tanzania)", - "code": "bez" - }, - { - "name": "Bari", - "code": "bfa" - }, - { - "name": "Pauri Bareli", - "code": "bfb" - }, - { - "name": "Northern Bai", - "code": "bfc" - }, - { - "name": "Panyi Bai", - "code": "bfc" - }, - { - "name": "Bafut", - "code": "bfd" - }, - { - "name": "Betaf", - "code": "bfe" - }, - { - "name": "Tena", - "code": "bfe" - }, - { - "name": "Bofi", - "code": "bff" - }, - { - "name": "Busang Kayan", - "code": "bfg" - }, - { - "name": "Blafe", - "code": "bfh" - }, - { - "name": "British Sign Language", - "code": "bfi" - }, - { - "name": "Bafanji", - "code": "bfj" - }, - { - "name": "Ban Khor Sign Language", - "code": "bfk" - }, - { - "name": "Banda-Ndélé", - "code": "bfl" - }, - { - "name": "Mmen", - "code": "bfm" - }, - { - "name": "Bunak", - "code": "bfn" - }, - { - "name": "Malba Birifor", - "code": "bfo" - }, - { - "name": "Beba", - "code": "bfp" - }, - { - "name": "Badaga", - "code": "bfq" - }, - { - "name": "Bazigar", - "code": "bfr" - }, - { - "name": "Southern Bai", - "code": "bfs" - }, - { - "name": "Balti", - "code": "bft" - }, - { - "name": "Gahri", - "code": "bfu" - }, - { - "name": "Bondo", - "code": "bfw" - }, - { - "name": "Bantayanon", - "code": "bfx" - }, - { - "name": "Bagheli", - "code": "bfy" - }, - { - "name": "Mahasu Pahari", - "code": "bfz" - }, - { - "name": "Gwamhi-Wuri", - "code": "bga" - }, - { - "name": "Bobongko", - "code": "bgb" - }, - { - "name": "Haryanvi", - "code": "bgc" - }, - { - "name": "Rathwi Bareli", - "code": "bgd" - }, - { - "name": "Bauria", - "code": "bge" - }, - { - "name": "Bangandu", - "code": "bgf" - }, - { - "name": "Bugun", - "code": "bgg" - }, - { - "name": "Giangan", - "code": "bgi" - }, - { - "name": "Bangolan", - "code": "bgj" - }, - { - "name": "Bit", - "code": "bgk" - }, - { - "name": "Buxinhua", - "code": "bgk" - }, - { - "name": "Bo (Laos)", - "code": "bgl" - }, - { - "name": "Western Balochi", - "code": "bgn" - }, - { - "name": "Baga Koga", - "code": "bgo" - }, - { - "name": "Eastern Balochi", - "code": "bgp" - }, - { - "name": "Bagri", - "code": "bgq" - }, - { - "name": "Bawm Chin", - "code": "bgr" - }, - { - "name": "Tagabawa", - "code": "bgs" - }, - { - "name": "Bughotu", - "code": "bgt" - }, - { - "name": "Mbongno", - "code": "bgu" - }, - { - "name": "Warkay-Bipim", - "code": "bgv" - }, - { - "name": "Bhatri", - "code": "bgw" - }, - { - "name": "Balkan Gagauz Turkish", - "code": "bgx" - }, - { - "name": "Benggoi", - "code": "bgy" - }, - { - "name": "Banggai", - "code": "bgz" - }, - { - "name": "Bharia", - "code": "bha" - }, - { - "name": "Bhili", - "code": "bhb" - }, - { - "name": "Biga", - "code": "bhc" - }, - { - "name": "Bhadrawahi", - "code": "bhd" - }, - { - "name": "Bhaya", - "code": "bhe" - }, - { - "name": "Odiai", - "code": "bhf" - }, - { - "name": "Binandere", - "code": "bhg" - }, - { - "name": "Bukharic", - "code": "bhh" - }, - { - "name": "Bhilali", - "code": "bhi" - }, - { - "name": "Bahing", - "code": "bhj" - }, - { - "name": "Bimin", - "code": "bhl" - }, - { - "name": "Bathari", - "code": "bhm" - }, - { - "name": "Bohtan Neo-Aramaic", - "code": "bhn" - }, - { - "name": "Bhojpuri", - "code": "bho" - }, - { - "name": "Bima", - "code": "bhp" - }, - { - "name": "Tukang Besi South", - "code": "bhq" - }, - { - "name": "Bara Malagasy", - "code": "bhr" - }, - { - "name": "Buwal", - "code": "bhs" - }, - { - "name": "Bhattiyali", - "code": "bht" - }, - { - "name": "Bhunjia", - "code": "bhu" - }, - { - "name": "Bahau", - "code": "bhv" - }, - { - "name": "Biak", - "code": "bhw" - }, - { - "name": "Bhalay", - "code": "bhx" - }, - { - "name": "Bhele", - "code": "bhy" - }, - { - "name": "Bada (Indonesia)", - "code": "bhz" - }, - { - "name": "Badimaya", - "code": "bia" - }, - { - "name": "Bisa", - "code": "bib" - }, - { - "name": "Bissa", - "code": "bib" - }, - { - "name": "Bidiyo", - "code": "bid" - }, - { - "name": "Bepour", - "code": "bie" - }, - { - "name": "Biafada", - "code": "bif" - }, - { - "name": "Biangai", - "code": "big" - }, - { - "name": "Bikol", - "code": "bik" - }, - { - "name": "Bile", - "code": "bil" - }, - { - "name": "Bimoba", - "code": "bim" - }, - { - "name": "Bini", - "code": "bin" - }, - { - "name": "Edo", - "code": "bin" - }, - { - "name": "Nai", - "code": "bio" - }, - { - "name": "Bila", - "code": "bip" - }, - { - "name": "Bipi", - "code": "biq" - }, - { - "name": "Bisorio", - "code": "bir" - }, - { - "name": "Bislama", - "code": "bis" - }, - { - "name": "Berinomo", - "code": "bit" - }, - { - "name": "Biete", - "code": "biu" - }, - { - "name": "Southern Birifor", - "code": "biv" - }, - { - "name": "Kol (Cameroon)", - "code": "biw" - }, - { - "name": "Bijori", - "code": "bix" - }, - { - "name": "Birhor", - "code": "biy" - }, - { - "name": "Baloi", - "code": "biz" - }, - { - "name": "Budza", - "code": "bja" - }, - { - "name": "Banggarla", - "code": "bjb" - }, - { - "name": "Bariji", - "code": "bjc" - }, - { - "name": "Biao-Jiao Mien", - "code": "bje" - }, - { - "name": "Barzani Jewish Neo-Aramaic", - "code": "bjf" - }, - { - "name": "Bidyogo", - "code": "bjg" - }, - { - "name": "Bahinemo", - "code": "bjh" - }, - { - "name": "Burji", - "code": "bji" - }, - { - "name": "Kanauji", - "code": "bjj" - }, - { - "name": "Barok", - "code": "bjk" - }, - { - "name": "Bulu (Papua New Guinea)", - "code": "bjl" - }, - { - "name": "Bajelani", - "code": "bjm" - }, - { - "name": "Banjar", - "code": "bjn" - }, - { - "name": "Mid-Southern Banda", - "code": "bjo" - }, - { - "name": "Fanamaket", - "code": "bjp" - }, - { - "name": "Binumarien", - "code": "bjr" - }, - { - "name": "Bajan", - "code": "bjs" - }, - { - "name": "Balanta-Ganja", - "code": "bjt" - }, - { - "name": "Busuu", - "code": "bju" - }, - { - "name": "Bedjond", - "code": "bjv" - }, - { - "name": "Bakwé", - "code": "bjw" - }, - { - "name": "Banao Itneg", - "code": "bjx" - }, - { - "name": "Bayali", - "code": "bjy" - }, - { - "name": "Baruga", - "code": "bjz" - }, - { - "name": "Kyak", - "code": "bka" - }, - { - "name": "Baka (Cameroon)", - "code": "bkc" - }, - { - "name": "Binukid", - "code": "bkd" - }, - { - "name": "Talaandig", - "code": "bkd" - }, - { - "name": "Beeke", - "code": "bkf" - }, - { - "name": "Buraka", - "code": "bkg" - }, - { - "name": "Bakoko", - "code": "bkh" - }, - { - "name": "Baki", - "code": "bki" - }, - { - "name": "Pande", - "code": "bkj" - }, - { - "name": "Brokskat", - "code": "bkk" - }, - { - "name": "Berik", - "code": "bkl" - }, - { - "name": "Kom (Cameroon)", - "code": "bkm" - }, - { - "name": "Bukitan", - "code": "bkn" - }, - { - "name": "Kwa'", - "code": "bko" - }, - { - "name": "Boko (Democratic Republic of Congo)", - "code": "bkp" - }, - { - "name": "Bakairí", - "code": "bkq" - }, - { - "name": "Bakumpai", - "code": "bkr" - }, - { - "name": "Northern Sorsoganon", - "code": "bks" - }, - { - "name": "Boloki", - "code": "bkt" - }, - { - "name": "Buhid", - "code": "bku" - }, - { - "name": "Bekwarra", - "code": "bkv" - }, - { - "name": "Bekwel", - "code": "bkw" - }, - { - "name": "Baikeno", - "code": "bkx" - }, - { - "name": "Bokyi", - "code": "bky" - }, - { - "name": "Bungku", - "code": "bkz" - }, - { - "name": "Siksika", - "code": "bla" - }, - { - "name": "Bilua", - "code": "blb" - }, - { - "name": "Bella Coola", - "code": "blc" - }, - { - "name": "Bolango", - "code": "bld" - }, - { - "name": "Balanta-Kentohe", - "code": "ble" - }, - { - "name": "Buol", - "code": "blf" - }, - { - "name": "Kuwaa", - "code": "blh" - }, - { - "name": "Bolia", - "code": "bli" - }, - { - "name": "Bolongan", - "code": "blj" - }, - { - "name": "Pa'O", - "code": "blk" - }, - { - "name": "Pa'o Karen", - "code": "blk" - }, - { - "name": "Biloxi", - "code": "bll" - }, - { - "name": "Beli (South Sudan)", - "code": "blm" - }, - { - "name": "Southern Catanduanes Bikol", - "code": "bln" - }, - { - "name": "Anii", - "code": "blo" - }, - { - "name": "Blablanga", - "code": "blp" - }, - { - "name": "Baluan-Pam", - "code": "blq" - }, - { - "name": "Blang", - "code": "blr" - }, - { - "name": "Balaesang", - "code": "bls" - }, - { - "name": "Tai Dam", - "code": "blt" - }, - { - "name": "Bolo", - "code": "blv" - }, - { - "name": "Kibala", - "code": "blv" - }, - { - "name": "Balangao", - "code": "blw" - }, - { - "name": "Mag-Indi Ayta", - "code": "blx" - }, - { - "name": "Notre", - "code": "bly" - }, - { - "name": "Balantak", - "code": "blz" - }, - { - "name": "Lame", - "code": "bma" - }, - { - "name": "Bembe", - "code": "bmb" - }, - { - "name": "Biem", - "code": "bmc" - }, - { - "name": "Baga Manduri", - "code": "bmd" - }, - { - "name": "Limassa", - "code": "bme" - }, - { - "name": "Bom-Kim", - "code": "bmf" - }, - { - "name": "Bamwe", - "code": "bmg" - }, - { - "name": "Kein", - "code": "bmh" - }, - { - "name": "Bagirmi", - "code": "bmi" - }, - { - "name": "Bote-Majhi", - "code": "bmj" - }, - { - "name": "Ghayavi", - "code": "bmk" - }, - { - "name": "Bomboli", - "code": "bml" - }, - { - "name": "Northern Betsimisaraka Malagasy", - "code": "bmm" - }, - { - "name": "Bina (Papua New Guinea)", - "code": "bmn" - }, - { - "name": "Bambalang", - "code": "bmo" - }, - { - "name": "Bulgebi", - "code": "bmp" - }, - { - "name": "Bomu", - "code": "bmq" - }, - { - "name": "Muinane", - "code": "bmr" - }, - { - "name": "Bilma Kanuri", - "code": "bms" - }, - { - "name": "Biao Mon", - "code": "bmt" - }, - { - "name": "Somba-Siawari", - "code": "bmu" - }, - { - "name": "Bum", - "code": "bmv" - }, - { - "name": "Bomwali", - "code": "bmw" - }, - { - "name": "Baimak", - "code": "bmx" - }, - { - "name": "Baramu", - "code": "bmz" - }, - { - "name": "Bonerate", - "code": "bna" - }, - { - "name": "Bookan", - "code": "bnb" - }, - { - "name": "Bontok", - "code": "bnc" - }, - { - "name": "Banda (Indonesia)", - "code": "bnd" - }, - { - "name": "Bintauna", - "code": "bne" - }, - { - "name": "Masiwang", - "code": "bnf" - }, - { - "name": "Benga", - "code": "bng" - }, - { - "name": "Bangi", - "code": "bni" - }, - { - "name": "Eastern Tawbuid", - "code": "bnj" - }, - { - "name": "Bierebo", - "code": "bnk" - }, - { - "name": "Boon", - "code": "bnl" - }, - { - "name": "Batanga", - "code": "bnm" - }, - { - "name": "Bunun", - "code": "bnn" - }, - { - "name": "Bantoanon", - "code": "bno" - }, - { - "name": "Bola", - "code": "bnp" - }, - { - "name": "Bantik", - "code": "bnq" - }, - { - "name": "Butmas-Tur", - "code": "bnr" - }, - { - "name": "Bundeli", - "code": "bns" - }, - { - "name": "Bentong", - "code": "bnu" - }, - { - "name": "Beneraf", - "code": "bnv" - }, - { - "name": "Bonerif", - "code": "bnv" - }, - { - "name": "Edwas", - "code": "bnv" - }, - { - "name": "Bisis", - "code": "bnw" - }, - { - "name": "Bangubangu", - "code": "bnx" - }, - { - "name": "Bintulu", - "code": "bny" - }, - { - "name": "Beezen", - "code": "bnz" - }, - { - "name": "Bora", - "code": "boa" - }, - { - "name": "Aweer", - "code": "bob" - }, - { - "name": "Tibetan", - "code": "bod" - }, - { - "name": "Mundabli", - "code": "boe" - }, - { - "name": "Bolon", - "code": "bof" - }, - { - "name": "Bamako Sign Language", - "code": "bog" - }, - { - "name": "Boma", - "code": "boh" - }, - { - "name": "Barbareño", - "code": "boi" - }, - { - "name": "Anjam", - "code": "boj" - }, - { - "name": "Bonjo", - "code": "bok" - }, - { - "name": "Bole", - "code": "bol" - }, - { - "name": "Berom", - "code": "bom" - }, - { - "name": "Bine", - "code": "bon" - }, - { - "name": "Tiemacèwè Bozo", - "code": "boo" - }, - { - "name": "Bonkiman", - "code": "bop" - }, - { - "name": "Bogaya", - "code": "boq" - }, - { - "name": "Borôro", - "code": "bor" - }, - { - "name": "Bosnian", - "code": "bos" - }, - { - "name": "Bongo", - "code": "bot" - }, - { - "name": "Bondei", - "code": "bou" - }, - { - "name": "Tuwuli", - "code": "bov" - }, - { - "name": "Rema", - "code": "bow" - }, - { - "name": "Buamu", - "code": "box" - }, - { - "name": "Bodo (Central African Republic)", - "code": "boy" - }, - { - "name": "Tiéyaxo Bozo", - "code": "boz" - }, - { - "name": "Daakaka", - "code": "bpa" - }, - { - "name": "Banda-Banda", - "code": "bpd" - }, - { - "name": "Bauni", - "code": "bpe" - }, - { - "name": "Bonggo", - "code": "bpg" - }, - { - "name": "Botlikh", - "code": "bph" - }, - { - "name": "Bagupi", - "code": "bpi" - }, - { - "name": "Binji", - "code": "bpj" - }, - { - "name": "'Ôrôê", - "code": "bpk" - }, - { - "name": "Orowe", - "code": "bpk" - }, - { - "name": "Broome Pearling Lugger Pidgin", - "code": "bpl" - }, - { - "name": "Biyom", - "code": "bpm" - }, - { - "name": "Dzao Min", - "code": "bpn" - }, - { - "name": "Anasi", - "code": "bpo" - }, - { - "name": "Kaure", - "code": "bpp" - }, - { - "name": "Banda Malay", - "code": "bpq" - }, - { - "name": "Koronadal Blaan", - "code": "bpr" - }, - { - "name": "Sarangani Blaan", - "code": "bps" - }, - { - "name": "Barrow Point", - "code": "bpt" - }, - { - "name": "Bongu", - "code": "bpu" - }, - { - "name": "Bian Marind", - "code": "bpv" - }, - { - "name": "Bo (Papua New Guinea)", - "code": "bpw" - }, - { - "name": "Palya Bareli", - "code": "bpx" - }, - { - "name": "Bishnupriya", - "code": "bpy" - }, - { - "name": "Bilba", - "code": "bpz" - }, - { - "name": "Tchumbuli", - "code": "bqa" - }, - { - "name": "Bagusa", - "code": "bqb" - }, - { - "name": "Boko (Benin)", - "code": "bqc" - }, - { - "name": "Boo", - "code": "bqc" - }, - { - "name": "Bung", - "code": "bqd" - }, - { - "name": "Baga Kaloum", - "code": "bqf" - }, - { - "name": "Bago-Kusuntu", - "code": "bqg" - }, - { - "name": "Baima", - "code": "bqh" - }, - { - "name": "Bakhtiari", - "code": "bqi" - }, - { - "name": "Bandial", - "code": "bqj" - }, - { - "name": "Banda-Mbrès", - "code": "bqk" - }, - { - "name": "Bilakura", - "code": "bql" - }, - { - "name": "Wumboko", - "code": "bqm" - }, - { - "name": "Bulgarian Sign Language", - "code": "bqn" - }, - { - "name": "Balo", - "code": "bqo" - }, - { - "name": "Busa", - "code": "bqp" - }, - { - "name": "Biritai", - "code": "bqq" - }, - { - "name": "Burusu", - "code": "bqr" - }, - { - "name": "Bosngun", - "code": "bqs" - }, - { - "name": "Bamukumbit", - "code": "bqt" - }, - { - "name": "Boguru", - "code": "bqu" - }, - { - "name": "Begbere-Ejar", - "code": "bqv" - }, - { - "name": "Koro Wachi", - "code": "bqv" - }, - { - "name": "Buru (Nigeria)", - "code": "bqw" - }, - { - "name": "Baangi", - "code": "bqx" - }, - { - "name": "Bengkala Sign Language", - "code": "bqy" - }, - { - "name": "Bakaka", - "code": "bqz" - }, - { - "name": "Braj", - "code": "bra" - }, - { - "name": "Lave", - "code": "brb" - }, - { - "name": "Berbice Creole Dutch", - "code": "brc" - }, - { - "name": "Baraamu", - "code": "brd" - }, - { - "name": "Breton", - "code": "bre" - }, - { - "name": "Bira", - "code": "brf" - }, - { - "name": "Baure", - "code": "brg" - }, - { - "name": "Brahui", - "code": "brh" - }, - { - "name": "Mokpwe", - "code": "bri" - }, - { - "name": "Bieria", - "code": "brj" - }, - { - "name": "Birked", - "code": "brk" - }, - { - "name": "Birwa", - "code": "brl" - }, - { - "name": "Barambu", - "code": "brm" - }, - { - "name": "Boruca", - "code": "brn" - }, - { - "name": "Brokkat", - "code": "bro" - }, - { - "name": "Barapasi", - "code": "brp" - }, - { - "name": "Breri", - "code": "brq" - }, - { - "name": "Birao", - "code": "brr" - }, - { - "name": "Baras", - "code": "brs" - }, - { - "name": "Bitare", - "code": "brt" - }, - { - "name": "Eastern Bru", - "code": "bru" - }, - { - "name": "Western Bru", - "code": "brv" - }, - { - "name": "Bellari", - "code": "brw" - }, - { - "name": "Bodo (India)", - "code": "brx" - }, - { - "name": "Burui", - "code": "bry" - }, - { - "name": "Bilbil", - "code": "brz" - }, - { - "name": "Abinomn", - "code": "bsa" - }, - { - "name": "Brunei Bisaya", - "code": "bsb" - }, - { - "name": "Bassari", - "code": "bsc" - }, - { - "name": "Oniyan", - "code": "bsc" - }, - { - "name": "Wushi", - "code": "bse" - }, - { - "name": "Bauchi", - "code": "bsf" - }, - { - "name": "Bashkardi", - "code": "bsg" - }, - { - "name": "Kati", - "code": "bsh" - }, - { - "name": "Bassossi", - "code": "bsi" - }, - { - "name": "Bangwinji", - "code": "bsj" - }, - { - "name": "Burushaski", - "code": "bsk" - }, - { - "name": "Basa-Gumna", - "code": "bsl" - }, - { - "name": "Busami", - "code": "bsm" - }, - { - "name": "Barasana-Eduria", - "code": "bsn" - }, - { - "name": "Buso", - "code": "bso" - }, - { - "name": "Baga Sitemu", - "code": "bsp" - }, - { - "name": "Bassa", - "code": "bsq" - }, - { - "name": "Bassa-Kontagora", - "code": "bsr" - }, - { - "name": "Akoose", - "code": "bss" - }, - { - "name": "Basketo", - "code": "bst" - }, - { - "name": "Bahonsuai", - "code": "bsu" - }, - { - "name": "Baga Sobané", - "code": "bsv" - }, - { - "name": "Baiso", - "code": "bsw" - }, - { - "name": "Yangkam", - "code": "bsx" - }, - { - "name": "Sabah Bisaya", - "code": "bsy" - }, - { - "name": "Bata", - "code": "bta" - }, - { - "name": "Bati (Cameroon)", - "code": "btc" - }, - { - "name": "Batak Dairi", - "code": "btd" - }, - { - "name": "Gamo-Ningi", - "code": "bte" - }, - { - "name": "Birgit", - "code": "btf" - }, - { - "name": "Gagnoa Bété", - "code": "btg" - }, - { - "name": "Biatah Bidayuh", - "code": "bth" - }, - { - "name": "Burate", - "code": "bti" - }, - { - "name": "Bacanese Malay", - "code": "btj" - }, - { - "name": "Batak Mandailing", - "code": "btm" - }, - { - "name": "Ratagnon", - "code": "btn" - }, - { - "name": "Rinconada Bikol", - "code": "bto" - }, - { - "name": "Budibud", - "code": "btp" - }, - { - "name": "Batek", - "code": "btq" - }, - { - "name": "Baetora", - "code": "btr" - }, - { - "name": "Batak Simalungun", - "code": "bts" - }, - { - "name": "Bete-Bendi", - "code": "btt" - }, - { - "name": "Batu", - "code": "btu" - }, - { - "name": "Bateri", - "code": "btv" - }, - { - "name": "Butuanon", - "code": "btw" - }, - { - "name": "Batak Karo", - "code": "btx" - }, - { - "name": "Bobot", - "code": "bty" - }, - { - "name": "Batak Alas-Kluet", - "code": "btz" - }, - { - "name": "Buriat", - "code": "bua" - }, - { - "name": "Bua", - "code": "bub" - }, - { - "name": "Bushi", - "code": "buc" - }, - { - "name": "Ntcham", - "code": "bud" - }, - { - "name": "Beothuk", - "code": "bue" - }, - { - "name": "Bushoong", - "code": "buf" - }, - { - "name": "Buginese", - "code": "bug" - }, - { - "name": "Younuo Bunu", - "code": "buh" - }, - { - "name": "Bongili", - "code": "bui" - }, - { - "name": "Basa-Gurmana", - "code": "buj" - }, - { - "name": "Bugawac", - "code": "buk" - }, - { - "name": "Bulgarian", - "code": "bul" - }, - { - "name": "Bulu (Cameroon)", - "code": "bum" - }, - { - "name": "Sherbro", - "code": "bun" - }, - { - "name": "Terei", - "code": "buo" - }, - { - "name": "Busoa", - "code": "bup" - }, - { - "name": "Brem", - "code": "buq" - }, - { - "name": "Bokobaru", - "code": "bus" - }, - { - "name": "Bungain", - "code": "but" - }, - { - "name": "Budu", - "code": "buu" - }, - { - "name": "Bun", - "code": "buv" - }, - { - "name": "Bubi", - "code": "buw" - }, - { - "name": "Boghom", - "code": "bux" - }, - { - "name": "Bullom So", - "code": "buy" - }, - { - "name": "Bukwen", - "code": "buz" - }, - { - "name": "Barein", - "code": "bva" - }, - { - "name": "Bube", - "code": "bvb" - }, - { - "name": "Baelelea", - "code": "bvc" - }, - { - "name": "Baeggu", - "code": "bvd" - }, - { - "name": "Berau Malay", - "code": "bve" - }, - { - "name": "Boor", - "code": "bvf" - }, - { - "name": "Bonkeng", - "code": "bvg" - }, - { - "name": "Bure", - "code": "bvh" - }, - { - "name": "Belanda Viri", - "code": "bvi" - }, - { - "name": "Baan", - "code": "bvj" - }, - { - "name": "Bukat", - "code": "bvk" - }, - { - "name": "Bolivian Sign Language", - "code": "bvl" - }, - { - "name": "Bamunka", - "code": "bvm" - }, - { - "name": "Buna", - "code": "bvn" - }, - { - "name": "Bolgo", - "code": "bvo" - }, - { - "name": "Bumang", - "code": "bvp" - }, - { - "name": "Birri", - "code": "bvq" - }, - { - "name": "Burarra", - "code": "bvr" - }, - { - "name": "Bati (Indonesia)", - "code": "bvt" - }, - { - "name": "Bukit Malay", - "code": "bvu" - }, - { - "name": "Baniva", - "code": "bvv" - }, - { - "name": "Boga", - "code": "bvw" - }, - { - "name": "Dibole", - "code": "bvx" - }, - { - "name": "Baybayanon", - "code": "bvy" - }, - { - "name": "Bauzi", - "code": "bvz" - }, - { - "name": "Bwatoo", - "code": "bwa" - }, - { - "name": "Namosi-Naitasiri-Serua", - "code": "bwb" - }, - { - "name": "Bwile", - "code": "bwc" - }, - { - "name": "Bwaidoka", - "code": "bwd" - }, - { - "name": "Bwe Karen", - "code": "bwe" - }, - { - "name": "Boselewa", - "code": "bwf" - }, - { - "name": "Barwe", - "code": "bwg" - }, - { - "name": "Bishuo", - "code": "bwh" - }, - { - "name": "Baniwa", - "code": "bwi" - }, - { - "name": "Láá Láá Bwamu", - "code": "bwj" - }, - { - "name": "Bauwaki", - "code": "bwk" - }, - { - "name": "Bwela", - "code": "bwl" - }, - { - "name": "Biwat", - "code": "bwm" - }, - { - "name": "Wunai Bunu", - "code": "bwn" - }, - { - "name": "Borna (Ethiopia)", - "code": "bwo" - }, - { - "name": "Boro (Ethiopia)", - "code": "bwo" - }, - { - "name": "Mandobo Bawah", - "code": "bwp" - }, - { - "name": "Southern Bobo Madaré", - "code": "bwq" - }, - { - "name": "Bura-Pabir", - "code": "bwr" - }, - { - "name": "Bomboma", - "code": "bws" - }, - { - "name": "Bafaw-Balong", - "code": "bwt" - }, - { - "name": "Buli (Ghana)", - "code": "bwu" - }, - { - "name": "Bwa", - "code": "bww" - }, - { - "name": "Bu-Nao Bunu", - "code": "bwx" - }, - { - "name": "Cwi Bwamu", - "code": "bwy" - }, - { - "name": "Bwisi", - "code": "bwz" - }, - { - "name": "Tairaha", - "code": "bxa" - }, - { - "name": "Belanda Bor", - "code": "bxb" - }, - { - "name": "Molengue", - "code": "bxc" - }, - { - "name": "Pela", - "code": "bxd" - }, - { - "name": "Birale", - "code": "bxe" - }, - { - "name": "Bilur", - "code": "bxf" - }, - { - "name": "Minigir", - "code": "bxf" - }, - { - "name": "Bangala", - "code": "bxg" - }, - { - "name": "Buhutu", - "code": "bxh" - }, - { - "name": "Pirlatapa", - "code": "bxi" - }, - { - "name": "Bayungu", - "code": "bxj" - }, - { - "name": "Bukusu", - "code": "bxk" - }, - { - "name": "Lubukusu", - "code": "bxk" - }, - { - "name": "Jalkunan", - "code": "bxl" - }, - { - "name": "Mongolia Buriat", - "code": "bxm" - }, - { - "name": "Burduna", - "code": "bxn" - }, - { - "name": "Barikanchi", - "code": "bxo" - }, - { - "name": "Bebil", - "code": "bxp" - }, - { - "name": "Beele", - "code": "bxq" - }, - { - "name": "Russia Buriat", - "code": "bxr" - }, - { - "name": "Busam", - "code": "bxs" - }, - { - "name": "China Buriat", - "code": "bxu" - }, - { - "name": "Berakou", - "code": "bxv" - }, - { - "name": "Bankagooma", - "code": "bxw" - }, - { - "name": "Binahari", - "code": "bxz" - }, - { - "name": "Batak", - "code": "bya" - }, - { - "name": "Bikya", - "code": "byb" - }, - { - "name": "Ubaghara", - "code": "byc" - }, - { - "name": "Benyadu'", - "code": "byd" - }, - { - "name": "Pouye", - "code": "bye" - }, - { - "name": "Bete", - "code": "byf" - }, - { - "name": "Baygo", - "code": "byg" - }, - { - "name": "Bhujel", - "code": "byh" - }, - { - "name": "Buyu", - "code": "byi" - }, - { - "name": "Bina (Nigeria)", - "code": "byj" - }, - { - "name": "Biao", - "code": "byk" - }, - { - "name": "Bayono", - "code": "byl" - }, - { - "name": "Bidjara", - "code": "bym" - }, - { - "name": "Bilin", - "code": "byn" - }, - { - "name": "Blin", - "code": "byn" - }, - { - "name": "Biyo", - "code": "byo" - }, - { - "name": "Bumaji", - "code": "byp" - }, - { - "name": "Basay", - "code": "byq" - }, - { - "name": "Baruya", - "code": "byr" - }, - { - "name": "Yipma", - "code": "byr" - }, - { - "name": "Burak", - "code": "bys" - }, - { - "name": "Berti", - "code": "byt" - }, - { - "name": "Medumba", - "code": "byv" - }, - { - "name": "Belhariya", - "code": "byw" - }, - { - "name": "Qaqet", - "code": "byx" - }, - { - "name": "Banaro", - "code": "byz" - }, - { - "name": "Bandi", - "code": "bza" - }, - { - "name": "Andio", - "code": "bzb" - }, - { - "name": "Southern Betsimisaraka Malagasy", - "code": "bzc" - }, - { - "name": "Bribri", - "code": "bzd" - }, - { - "name": "Jenaama Bozo", - "code": "bze" - }, - { - "name": "Boikin", - "code": "bzf" - }, - { - "name": "Babuza", - "code": "bzg" - }, - { - "name": "Mapos Buang", - "code": "bzh" - }, - { - "name": "Bisu", - "code": "bzi" - }, - { - "name": "Belize Kriol English", - "code": "bzj" - }, - { - "name": "Nicaragua Creole English", - "code": "bzk" - }, - { - "name": "Boano (Sulawesi)", - "code": "bzl" - }, - { - "name": "Bolondo", - "code": "bzm" - }, - { - "name": "Boano (Maluku)", - "code": "bzn" - }, - { - "name": "Bozaba", - "code": "bzo" - }, - { - "name": "Kemberano", - "code": "bzp" - }, - { - "name": "Buli (Indonesia)", - "code": "bzq" - }, - { - "name": "Biri", - "code": "bzr" - }, - { - "name": "Brazilian Sign Language", - "code": "bzs" - }, - { - "name": "Brithenig", - "code": "bzt" - }, - { - "name": "Burmeso", - "code": "bzu" - }, - { - "name": "Naami", - "code": "bzv" - }, - { - "name": "Basa (Nigeria)", - "code": "bzw" - }, - { - "name": "Kɛlɛngaxo Bozo", - "code": "bzx" - }, - { - "name": "Obanliku", - "code": "bzy" - }, - { - "name": "Evant", - "code": "bzz" - }, - { - "name": "Chortí", - "code": "caa" - }, - { - "name": "Garifuna", - "code": "cab" - }, - { - "name": "Chuj", - "code": "cac" - }, - { - "name": "Caddo", - "code": "cad" - }, - { - "name": "Laalaa", - "code": "cae" - }, - { - "name": "Lehar", - "code": "cae" - }, - { - "name": "Southern Carrier", - "code": "caf" - }, - { - "name": "Nivaclé", - "code": "cag" - }, - { - "name": "Cahuarano", - "code": "cah" - }, - { - "name": "Chané", - "code": "caj" - }, - { - "name": "Cakchiquel", - "code": "cak" - }, - { - "name": "Kaqchikel", - "code": "cak" - }, - { - "name": "Carolinian", - "code": "cal" - }, - { - "name": "Cemuhî", - "code": "cam" - }, - { - "name": "Chambri", - "code": "can" - }, - { - "name": "Chácobo", - "code": "cao" - }, - { - "name": "Chipaya", - "code": "cap" - }, - { - "name": "Car Nicobarese", - "code": "caq" - }, - { - "name": "Galibi Carib", - "code": "car" - }, - { - "name": "Tsimané", - "code": "cas" - }, - { - "name": "Catalan", - "code": "cat" - }, - { - "name": "Valencian", - "code": "cat" - }, - { - "name": "Cavineña", - "code": "cav" - }, - { - "name": "Callawalla", - "code": "caw" - }, - { - "name": "Chiquitano", - "code": "cax" - }, - { - "name": "Cayuga", - "code": "cay" - }, - { - "name": "Canichana", - "code": "caz" - }, - { - "name": "Cabiyarí", - "code": "cbb" - }, - { - "name": "Carapana", - "code": "cbc" - }, - { - "name": "Carijona", - "code": "cbd" - }, - { - "name": "Chimila", - "code": "cbg" - }, - { - "name": "Chachi", - "code": "cbi" - }, - { - "name": "Ede Cabe", - "code": "cbj" - }, - { - "name": "Chavacano", - "code": "cbk" - }, - { - "name": "Bualkhaw Chin", - "code": "cbl" - }, - { - "name": "Nyahkur", - "code": "cbn" - }, - { - "name": "Izora", - "code": "cbo" - }, - { - "name": "Cuba", - "code": "cbq" - }, - { - "name": "Tsucuba", - "code": "cbq" - }, - { - "name": "Cashibo-Cacataibo", - "code": "cbr" - }, - { - "name": "Cashinahua", - "code": "cbs" - }, - { - "name": "Chayahuita", - "code": "cbt" - }, - { - "name": "Candoshi-Shapra", - "code": "cbu" - }, - { - "name": "Cacua", - "code": "cbv" - }, - { - "name": "Kinabalian", - "code": "cbw" - }, - { - "name": "Carabayo", - "code": "cby" - }, - { - "name": "Chamicuro", - "code": "ccc" - }, - { - "name": "Cafundo Creole", - "code": "ccd" - }, - { - "name": "Chopi", - "code": "cce" - }, - { - "name": "Samba Daka", - "code": "ccg" - }, - { - "name": "Atsam", - "code": "cch" - }, - { - "name": "Kasanga", - "code": "ccj" - }, - { - "name": "Cutchi-Swahili", - "code": "ccl" - }, - { - "name": "Malaccan Creole Malay", - "code": "ccm" - }, - { - "name": "Comaltepec Chinantec", - "code": "cco" - }, - { - "name": "Chakma", - "code": "ccp" - }, - { - "name": "Cacaopera", - "code": "ccr" - }, - { - "name": "Choni", - "code": "cda" - }, - { - "name": "Chenchu", - "code": "cde" - }, - { - "name": "Chiru", - "code": "cdf" - }, - { - "name": "Chambeali", - "code": "cdh" - }, - { - "name": "Chodri", - "code": "cdi" - }, - { - "name": "Churahi", - "code": "cdj" - }, - { - "name": "Chepang", - "code": "cdm" - }, - { - "name": "Chaudangsi", - "code": "cdn" - }, - { - "name": "Min Dong Chinese", - "code": "cdo" - }, - { - "name": "Cinda-Regi-Tiyal", - "code": "cdr" - }, - { - "name": "Chadian Sign Language", - "code": "cds" - }, - { - "name": "Chadong", - "code": "cdy" - }, - { - "name": "Koda", - "code": "cdz" - }, - { - "name": "Lower Chehalis", - "code": "cea" - }, - { - "name": "Cebuano", - "code": "ceb" - }, - { - "name": "Chamacoco", - "code": "ceg" - }, - { - "name": "Eastern Khumi Chin", - "code": "cek" - }, - { - "name": "Cen", - "code": "cen" - }, - { - "name": "Czech", - "code": "ces" - }, - { - "name": "Centúúm", - "code": "cet" - }, - { - "name": "Ekai Chin", - "code": "cey" - }, - { - "name": "Dijim-Bwilim", - "code": "cfa" - }, - { - "name": "Cara", - "code": "cfd" - }, - { - "name": "Como Karim", - "code": "cfg" - }, - { - "name": "Falam Chin", - "code": "cfm" - }, - { - "name": "Changriwa", - "code": "cga" - }, - { - "name": "Kagayanen", - "code": "cgc" - }, - { - "name": "Chiga", - "code": "cgg" - }, - { - "name": "Chocangacakha", - "code": "cgk" - }, - { - "name": "Chamorro", - "code": "cha" - }, - { - "name": "Chibcha", - "code": "chb" - }, - { - "name": "Catawba", - "code": "chc" - }, - { - "name": "Highland Oaxaca Chontal", - "code": "chd" - }, - { - "name": "Chechen", - "code": "che" - }, - { - "name": "Tabasco Chontal", - "code": "chf" - }, - { - "name": "Chagatai", - "code": "chg" - }, - { - "name": "Chinook", - "code": "chh" - }, - { - "name": "Ojitlán Chinantec", - "code": "chj" - }, - { - "name": "Chuukese", - "code": "chk" - }, - { - "name": "Cahuilla", - "code": "chl" - }, - { - "name": "Mari (Russia)", - "code": "chm" - }, - { - "name": "Chinook jargon", - "code": "chn" - }, - { - "name": "Choctaw", - "code": "cho" - }, - { - "name": "Chipewyan", - "code": "chp" - }, - { - "name": "Dene Suline", - "code": "chp" - }, - { - "name": "Quiotepec Chinantec", - "code": "chq" - }, - { - "name": "Cherokee", - "code": "chr" - }, - { - "name": "Cholón", - "code": "cht" - }, - { - "name": "Church Slavic", - "code": "chu" - }, - { - "name": "Church Slavonic", - "code": "chu" - }, - { - "name": "Old Bulgarian", - "code": "chu" - }, - { - "name": "Old Church Slavonic", - "code": "chu" - }, - { - "name": "Old Slavonic", - "code": "chu" - }, - { - "name": "Chuvash", - "code": "chv" - }, - { - "name": "Chuwabu", - "code": "chw" - }, - { - "name": "Chantyal", - "code": "chx" - }, - { - "name": "Cheyenne", - "code": "chy" - }, - { - "name": "Ozumacín Chinantec", - "code": "chz" - }, - { - "name": "Cia-Cia", - "code": "cia" - }, - { - "name": "Ci Gbe", - "code": "cib" - }, - { - "name": "Chickasaw", - "code": "cic" - }, - { - "name": "Chimariko", - "code": "cid" - }, - { - "name": "Cineni", - "code": "cie" - }, - { - "name": "Chinali", - "code": "cih" - }, - { - "name": "Chitkuli Kinnauri", - "code": "cik" - }, - { - "name": "Cimbrian", - "code": "cim" - }, - { - "name": "Cinta Larga", - "code": "cin" - }, - { - "name": "Chiapanec", - "code": "cip" - }, - { - "name": "Haméa", - "code": "cir" - }, - { - "name": "Méa", - "code": "cir" - }, - { - "name": "Tiri", - "code": "cir" - }, - { - "name": "Chippewa", - "code": "ciw" - }, - { - "name": "Chaima", - "code": "ciy" - }, - { - "name": "Western Cham", - "code": "cja" - }, - { - "name": "Chru", - "code": "cje" - }, - { - "name": "Upper Chehalis", - "code": "cjh" - }, - { - "name": "Chamalal", - "code": "cji" - }, - { - "name": "Chokwe", - "code": "cjk" - }, - { - "name": "Eastern Cham", - "code": "cjm" - }, - { - "name": "Chenapian", - "code": "cjn" - }, - { - "name": "Ashéninka Pajonal", - "code": "cjo" - }, - { - "name": "Cabécar", - "code": "cjp" - }, - { - "name": "Shor", - "code": "cjs" - }, - { - "name": "Chuave", - "code": "cjv" - }, - { - "name": "Jinyu Chinese", - "code": "cjy" - }, - { - "name": "Central Kurdish", - "code": "ckb" - }, - { - "name": "Chak", - "code": "ckh" - }, - { - "name": "Cibak", - "code": "ckl" - }, - { - "name": "Chakavian", - "code": "ckm" - }, - { - "name": "Kaang Chin", - "code": "ckn" - }, - { - "name": "Anufo", - "code": "cko" - }, - { - "name": "Kajakse", - "code": "ckq" - }, - { - "name": "Kairak", - "code": "ckr" - }, - { - "name": "Tayo", - "code": "cks" - }, - { - "name": "Chukot", - "code": "ckt" - }, - { - "name": "Koasati", - "code": "cku" - }, - { - "name": "Kavalan", - "code": "ckv" - }, - { - "name": "Caka", - "code": "ckx" - }, - { - "name": "Cakfem-Mushere", - "code": "cky" - }, - { - "name": "Cakchiquel-Quiché Mixed Language", - "code": "ckz" - }, - { - "name": "Ron", - "code": "cla" - }, - { - "name": "Chilcotin", - "code": "clc" - }, - { - "name": "Chaldean Neo-Aramaic", - "code": "cld" - }, - { - "name": "Lealao Chinantec", - "code": "cle" - }, - { - "name": "Chilisso", - "code": "clh" - }, - { - "name": "Chakali", - "code": "cli" - }, - { - "name": "Laitu Chin", - "code": "clj" - }, - { - "name": "Idu-Mishmi", - "code": "clk" - }, - { - "name": "Chala", - "code": "cll" - }, - { - "name": "Clallam", - "code": "clm" - }, - { - "name": "Lowland Oaxaca Chontal", - "code": "clo" - }, - { - "name": "Lautu Chin", - "code": "clt" - }, - { - "name": "Caluyanun", - "code": "clu" - }, - { - "name": "Chulym", - "code": "clw" - }, - { - "name": "Eastern Highland Chatino", - "code": "cly" - }, - { - "name": "Maa", - "code": "cma" - }, - { - "name": "Cerma", - "code": "cme" - }, - { - "name": "Classical Mongolian", - "code": "cmg" - }, - { - "name": "Emberá-Chamí", - "code": "cmi" - }, - { - "name": "Campalagian", - "code": "cml" - }, - { - "name": "Michigamea", - "code": "cmm" - }, - { - "name": "Mandarin Chinese", - "code": "cmn" - }, - { - "name": "Central Mnong", - "code": "cmo" - }, - { - "name": "Mro-Khimi Chin", - "code": "cmr" - }, - { - "name": "Messapic", - "code": "cms" - }, - { - "name": "Camtho", - "code": "cmt" - }, - { - "name": "Changthang", - "code": "cna" - }, - { - "name": "Chinbon Chin", - "code": "cnb" - }, - { - "name": "Côông", - "code": "cnc" - }, - { - "name": "Northern Qiang", - "code": "cng" - }, - { - "name": "Haka Chin", - "code": "cnh" - }, - { - "name": "Hakha Chin", - "code": "cnh" - }, - { - "name": "Asháninka", - "code": "cni" - }, - { - "name": "Khumi Chin", - "code": "cnk" - }, - { - "name": "Lalana Chinantec", - "code": "cnl" - }, - { - "name": "Con", - "code": "cno" - }, - { - "name": "Northern Ping Chinese", - "code": "cnp" - }, - { - "name": "Northern Pinghua", - "code": "cnp" - }, - { - "name": "Montenegrin", - "code": "cnr" - }, - { - "name": "Central Asmat", - "code": "cns" - }, - { - "name": "Tepetotutla Chinantec", - "code": "cnt" - }, - { - "name": "Chenoua", - "code": "cnu" - }, - { - "name": "Ngawn Chin", - "code": "cnw" - }, - { - "name": "Middle Cornish", - "code": "cnx" - }, - { - "name": "Cocos Islands Malay", - "code": "coa" - }, - { - "name": "Chicomuceltec", - "code": "cob" - }, - { - "name": "Cocopa", - "code": "coc" - }, - { - "name": "Cocama-Cocamilla", - "code": "cod" - }, - { - "name": "Koreguaje", - "code": "coe" - }, - { - "name": "Colorado", - "code": "cof" - }, - { - "name": "Chong", - "code": "cog" - }, - { - "name": "Chichonyi-Chidzihana-Chikauma", - "code": "coh" - }, - { - "name": "Chonyi-Dzihana-Kauma", - "code": "coh" - }, - { - "name": "Cochimi", - "code": "coj" - }, - { - "name": "Santa Teresa Cora", - "code": "cok" - }, - { - "name": "Columbia-Wenatchi", - "code": "col" - }, - { - "name": "Comanche", - "code": "com" - }, - { - "name": "Cofán", - "code": "con" - }, - { - "name": "Comox", - "code": "coo" - }, - { - "name": "Coptic", - "code": "cop" - }, - { - "name": "Coquille", - "code": "coq" - }, - { - "name": "Cornish", - "code": "cor" - }, - { - "name": "Corsican", - "code": "cos" - }, - { - "name": "Caquinte", - "code": "cot" - }, - { - "name": "Wamey", - "code": "cou" - }, - { - "name": "Cao Miao", - "code": "cov" - }, - { - "name": "Cowlitz", - "code": "cow" - }, - { - "name": "Nanti", - "code": "cox" - }, - { - "name": "Chochotec", - "code": "coz" - }, - { - "name": "Palantla Chinantec", - "code": "cpa" - }, - { - "name": "Ucayali-Yurúa Ashéninka", - "code": "cpb" - }, - { - "name": "Ajyíninka Apurucayali", - "code": "cpc" - }, - { - "name": "Cappadocian Greek", - "code": "cpg" - }, - { - "name": "Chinese Pidgin English", - "code": "cpi" - }, - { - "name": "Cherepon", - "code": "cpn" - }, - { - "name": "Kpeego", - "code": "cpo" - }, - { - "name": "Capiznon", - "code": "cps" - }, - { - "name": "Pichis Ashéninka", - "code": "cpu" - }, - { - "name": "Pu-Xian Chinese", - "code": "cpx" - }, - { - "name": "South Ucayali Ashéninka", - "code": "cpy" - }, - { - "name": "Chuanqiandian Cluster Miao", - "code": "cqd" - }, - { - "name": "Chara", - "code": "cra" - }, - { - "name": "Island Carib", - "code": "crb" - }, - { - "name": "Lonwolwol", - "code": "crc" - }, - { - "name": "Coeur d'Alene", - "code": "crd" - }, - { - "name": "Cree", - "code": "cre" - }, - { - "name": "Caramanta", - "code": "crf" - }, - { - "name": "Michif", - "code": "crg" - }, - { - "name": "Crimean Tatar", - "code": "crh" - }, - { - "name": "Crimean Turkish", - "code": "crh" - }, - { - "name": "Sãotomense", - "code": "cri" - }, - { - "name": "Southern East Cree", - "code": "crj" - }, - { - "name": "Plains Cree", - "code": "crk" - }, - { - "name": "Northern East Cree", - "code": "crl" - }, - { - "name": "Moose Cree", - "code": "crm" - }, - { - "name": "El Nayar Cora", - "code": "crn" - }, - { - "name": "Crow", - "code": "cro" - }, - { - "name": "Iyo'wujwa Chorote", - "code": "crq" - }, - { - "name": "Carolina Algonquian", - "code": "crr" - }, - { - "name": "Seselwa Creole French", - "code": "crs" - }, - { - "name": "Iyojwa'ja Chorote", - "code": "crt" - }, - { - "name": "Chaura", - "code": "crv" - }, - { - "name": "Chrau", - "code": "crw" - }, - { - "name": "Carrier", - "code": "crx" - }, - { - "name": "Cori", - "code": "cry" - }, - { - "name": "Cruzeño", - "code": "crz" - }, - { - "name": "Chiltepec Chinantec", - "code": "csa" - }, - { - "name": "Kashubian", - "code": "csb" - }, - { - "name": "Catalan Sign Language", - "code": "csc" - }, - { - "name": "Lengua de señas catalana", - "code": "csc" - }, - { - "name": "Llengua de Signes Catalana", - "code": "csc" - }, - { - "name": "Chiangmai Sign Language", - "code": "csd" - }, - { - "name": "Czech Sign Language", - "code": "cse" - }, - { - "name": "Cuba Sign Language", - "code": "csf" - }, - { - "name": "Chilean Sign Language", - "code": "csg" - }, - { - "name": "Asho Chin", - "code": "csh" - }, - { - "name": "Coast Miwok", - "code": "csi" - }, - { - "name": "Songlai Chin", - "code": "csj" - }, - { - "name": "Jola-Kasa", - "code": "csk" - }, - { - "name": "Chinese Sign Language", - "code": "csl" - }, - { - "name": "Central Sierra Miwok", - "code": "csm" - }, - { - "name": "Colombian Sign Language", - "code": "csn" - }, - { - "name": "Sochiapam Chinantec", - "code": "cso" - }, - { - "name": "Sochiapan Chinantec", - "code": "cso" - }, - { - "name": "Southern Ping Chinese", - "code": "csp" - }, - { - "name": "Southern Pinghua", - "code": "csp" - }, - { - "name": "Croatia Sign Language", - "code": "csq" - }, - { - "name": "Costa Rican Sign Language", - "code": "csr" - }, - { - "name": "Southern Ohlone", - "code": "css" - }, - { - "name": "Northern Ohlone", - "code": "cst" - }, - { - "name": "Sumtu Chin", - "code": "csv" - }, - { - "name": "Swampy Cree", - "code": "csw" - }, - { - "name": "Cambodian Sign Language", - "code": "csx" - }, - { - "name": "Siyin Chin", - "code": "csy" - }, - { - "name": "Coos", - "code": "csz" - }, - { - "name": "Tataltepec Chatino", - "code": "cta" - }, - { - "name": "Chetco", - "code": "ctc" - }, - { - "name": "Tedim Chin", - "code": "ctd" - }, - { - "name": "Tepinapa Chinantec", - "code": "cte" - }, - { - "name": "Chittagonian", - "code": "ctg" - }, - { - "name": "Thaiphum Chin", - "code": "cth" - }, - { - "name": "Tlacoatzintepec Chinantec", - "code": "ctl" - }, - { - "name": "Chitimacha", - "code": "ctm" - }, - { - "name": "Chhintange", - "code": "ctn" - }, - { - "name": "Emberá-Catío", - "code": "cto" - }, - { - "name": "Western Highland Chatino", - "code": "ctp" - }, - { - "name": "Northern Catanduanes Bikol", - "code": "cts" - }, - { - "name": "Wayanad Chetti", - "code": "ctt" - }, - { - "name": "Chol", - "code": "ctu" - }, - { - "name": "Moundadan Chetty", - "code": "cty" - }, - { - "name": "Zacatepec Chatino", - "code": "ctz" - }, - { - "name": "Cua", - "code": "cua" - }, - { - "name": "Cubeo", - "code": "cub" - }, - { - "name": "Usila Chinantec", - "code": "cuc" - }, - { - "name": "Chungmboko", - "code": "cug" - }, - { - "name": "Cung", - "code": "cug" - }, - { - "name": "Chuka", - "code": "cuh" - }, - { - "name": "Gichuka", - "code": "cuh" - }, - { - "name": "Cuiba", - "code": "cui" - }, - { - "name": "Mashco Piro", - "code": "cuj" - }, - { - "name": "San Blas Kuna", - "code": "cuk" - }, - { - "name": "Culina", - "code": "cul" - }, - { - "name": "Kulina", - "code": "cul" - }, - { - "name": "Cumanagoto", - "code": "cuo" - }, - { - "name": "Cupeño", - "code": "cup" - }, - { - "name": "Cun", - "code": "cuq" - }, - { - "name": "Chhulung", - "code": "cur" - }, - { - "name": "Teutila Cuicatec", - "code": "cut" - }, - { - "name": "Tai Ya", - "code": "cuu" - }, - { - "name": "Cuvok", - "code": "cuv" - }, - { - "name": "Chukwa", - "code": "cuw" - }, - { - "name": "Tepeuxila Cuicatec", - "code": "cux" - }, - { - "name": "Cuitlatec", - "code": "cuy" - }, - { - "name": "Chug", - "code": "cvg" - }, - { - "name": "Valle Nacional Chinantec", - "code": "cvn" - }, - { - "name": "Kabwa", - "code": "cwa" - }, - { - "name": "Maindo", - "code": "cwb" - }, - { - "name": "Woods Cree", - "code": "cwd" - }, - { - "name": "Kwere", - "code": "cwe" - }, - { - "name": "Cheq Wong", - "code": "cwg" - }, - { - "name": "Chewong", - "code": "cwg" - }, - { - "name": "Kuwaataay", - "code": "cwt" - }, - { - "name": "Nopala Chatino", - "code": "cya" - }, - { - "name": "Cayubaba", - "code": "cyb" - }, - { - "name": "Welsh", - "code": "cym" - }, - { - "name": "Cuyonon", - "code": "cyo" - }, - { - "name": "Huizhou Chinese", - "code": "czh" - }, - { - "name": "Knaanic", - "code": "czk" - }, - { - "name": "Zenzontepec Chatino", - "code": "czn" - }, - { - "name": "Min Zhong Chinese", - "code": "czo" - }, - { - "name": "Zotung Chin", - "code": "czt" - }, - { - "name": "Dangaléat", - "code": "daa" - }, - { - "name": "Dambi", - "code": "dac" - }, - { - "name": "Marik", - "code": "dad" - }, - { - "name": "Duupa", - "code": "dae" - }, - { - "name": "Dagbani", - "code": "dag" - }, - { - "name": "Gwahatike", - "code": "dah" - }, - { - "name": "Day", - "code": "dai" - }, - { - "name": "Dar Fur Daju", - "code": "daj" - }, - { - "name": "Dakota", - "code": "dak" - }, - { - "name": "Dahalo", - "code": "dal" - }, - { - "name": "Damakawa", - "code": "dam" - }, - { - "name": "Danish", - "code": "dan" - }, - { - "name": "Daai Chin", - "code": "dao" - }, - { - "name": "Dandami Maria", - "code": "daq" - }, - { - "name": "Dargwa", - "code": "dar" - }, - { - "name": "Daho-Doo", - "code": "das" - }, - { - "name": "Dar Sila Daju", - "code": "dau" - }, - { - "name": "Dawida", - "code": "dav" - }, - { - "name": "Taita", - "code": "dav" - }, - { - "name": "Davawenyo", - "code": "daw" - }, - { - "name": "Dayi", - "code": "dax" - }, - { - "name": "Dao", - "code": "daz" - }, - { - "name": "Bangime", - "code": "dba" - }, - { - "name": "Deno", - "code": "dbb" - }, - { - "name": "Dadiya", - "code": "dbd" - }, - { - "name": "Dabe", - "code": "dbe" - }, - { - "name": "Edopi", - "code": "dbf" - }, - { - "name": "Dogul Dom Dogon", - "code": "dbg" - }, - { - "name": "Doka", - "code": "dbi" - }, - { - "name": "Ida'an", - "code": "dbj" - }, - { - "name": "Dyirbal", - "code": "dbl" - }, - { - "name": "Duguri", - "code": "dbm" - }, - { - "name": "Duriankere", - "code": "dbn" - }, - { - "name": "Dulbu", - "code": "dbo" - }, - { - "name": "Duwai", - "code": "dbp" - }, - { - "name": "Daba", - "code": "dbq" - }, - { - "name": "Dabarre", - "code": "dbr" - }, - { - "name": "Ben Tey Dogon", - "code": "dbt" - }, - { - "name": "Bondum Dom Dogon", - "code": "dbu" - }, - { - "name": "Dungu", - "code": "dbv" - }, - { - "name": "Bankan Tey Dogon", - "code": "dbw" - }, - { - "name": "Dibiyaso", - "code": "dby" - }, - { - "name": "Deccan", - "code": "dcc" - }, - { - "name": "Negerhollands", - "code": "dcr" - }, - { - "name": "Dadi Dadi", - "code": "dda" - }, - { - "name": "Dongotono", - "code": "ddd" - }, - { - "name": "Doondo", - "code": "dde" - }, - { - "name": "Fataluku", - "code": "ddg" - }, - { - "name": "West Goodenough", - "code": "ddi" - }, - { - "name": "Jaru", - "code": "ddj" - }, - { - "name": "Dendi (Benin)", - "code": "ddn" - }, - { - "name": "Dido", - "code": "ddo" - }, - { - "name": "Dhudhuroa", - "code": "ddr" - }, - { - "name": "Donno So Dogon", - "code": "dds" - }, - { - "name": "Dawera-Daweloor", - "code": "ddw" - }, - { - "name": "Dagik", - "code": "dec" - }, - { - "name": "Dedua", - "code": "ded" - }, - { - "name": "Dewoin", - "code": "dee" - }, - { - "name": "Dezfuli", - "code": "def" - }, - { - "name": "Degema", - "code": "deg" - }, - { - "name": "Dehwari", - "code": "deh" - }, - { - "name": "Demisa", - "code": "dei" - }, - { - "name": "Dek", - "code": "dek" - }, - { - "name": "Delaware", - "code": "del" - }, - { - "name": "Dem", - "code": "dem" - }, - { - "name": "Slave (Athapascan)", - "code": "den" - }, - { - "name": "Pidgin Delaware", - "code": "dep" - }, - { - "name": "Dendi (Central African Republic)", - "code": "deq" - }, - { - "name": "Deori", - "code": "der" - }, - { - "name": "Desano", - "code": "des" - }, - { - "name": "German", - "code": "deu" - }, - { - "name": "Domung", - "code": "dev" - }, - { - "name": "Dengese", - "code": "dez" - }, - { - "name": "Southern Dagaare", - "code": "dga" - }, - { - "name": "Bunoge Dogon", - "code": "dgb" - }, - { - "name": "Casiguran Dumagat Agta", - "code": "dgc" - }, - { - "name": "Dagaari Dioula", - "code": "dgd" - }, - { - "name": "Degenan", - "code": "dge" - }, - { - "name": "Doga", - "code": "dgg" - }, - { - "name": "Dghwede", - "code": "dgh" - }, - { - "name": "Northern Dagara", - "code": "dgi" - }, - { - "name": "Dagba", - "code": "dgk" - }, - { - "name": "Andaandi", - "code": "dgl" - }, - { - "name": "Dongolawi", - "code": "dgl" - }, - { - "name": "Dagoman", - "code": "dgn" - }, - { - "name": "Dogri (individual language)", - "code": "dgo" - }, - { - "name": "Dogrib", - "code": "dgr" - }, - { - "name": "Tłı̨chǫ", - "code": "dgr" - }, - { - "name": "Dogoso", - "code": "dgs" - }, - { - "name": "Ndra'ngith", - "code": "dgt" - }, - { - "name": "Daungwurrung", - "code": "dgw" - }, - { - "name": "Doghoro", - "code": "dgx" - }, - { - "name": "Daga", - "code": "dgz" - }, - { - "name": "Dhundari", - "code": "dhd" - }, - { - "name": "Dhangu", - "code": "dhg" - }, - { - "name": "Dhangu-Djangu", - "code": "dhg" - }, - { - "name": "Djangu", - "code": "dhg" - }, - { - "name": "Dhimal", - "code": "dhi" - }, - { - "name": "Dhalandji", - "code": "dhl" - }, - { - "name": "Zemba", - "code": "dhm" - }, - { - "name": "Dhanki", - "code": "dhn" - }, - { - "name": "Dhodia", - "code": "dho" - }, - { - "name": "Dhargari", - "code": "dhr" - }, - { - "name": "Dhaiso", - "code": "dhs" - }, - { - "name": "Dhurga", - "code": "dhu" - }, - { - "name": "Dehu", - "code": "dhv" - }, - { - "name": "Drehu", - "code": "dhv" - }, - { - "name": "Dhanwar (Nepal)", - "code": "dhw" - }, - { - "name": "Dhungaloo", - "code": "dhx" - }, - { - "name": "Dia", - "code": "dia" - }, - { - "name": "South Central Dinka", - "code": "dib" - }, - { - "name": "Lakota Dida", - "code": "dic" - }, - { - "name": "Didinga", - "code": "did" - }, - { - "name": "Dieri", - "code": "dif" - }, - { - "name": "Diyari", - "code": "dif" - }, - { - "name": "Chidigo", - "code": "dig" - }, - { - "name": "Digo", - "code": "dig" - }, - { - "name": "Kumiai", - "code": "dih" - }, - { - "name": "Dimbong", - "code": "dii" - }, - { - "name": "Dai", - "code": "dij" - }, - { - "name": "Southwestern Dinka", - "code": "dik" - }, - { - "name": "Dilling", - "code": "dil" - }, - { - "name": "Dime", - "code": "dim" - }, - { - "name": "Dinka", - "code": "din" - }, - { - "name": "Dibo", - "code": "dio" - }, - { - "name": "Northeastern Dinka", - "code": "dip" - }, - { - "name": "Dimli (individual language)", - "code": "diq" - }, - { - "name": "Dirim", - "code": "dir" - }, - { - "name": "Dimasa", - "code": "dis" - }, - { - "name": "Diriku", - "code": "diu" - }, - { - "name": "Dhivehi", - "code": "div" - }, - { - "name": "Divehi", - "code": "div" - }, - { - "name": "Maldivian", - "code": "div" - }, - { - "name": "Northwestern Dinka", - "code": "diw" - }, - { - "name": "Dixon Reef", - "code": "dix" - }, - { - "name": "Diuwe", - "code": "diy" - }, - { - "name": "Ding", - "code": "diz" - }, - { - "name": "Djadjawurrung", - "code": "dja" - }, - { - "name": "Djinba", - "code": "djb" - }, - { - "name": "Dar Daju Daju", - "code": "djc" - }, - { - "name": "Djamindjung", - "code": "djd" - }, - { - "name": "Ngaliwurru", - "code": "djd" - }, - { - "name": "Zarma", - "code": "dje" - }, - { - "name": "Djangun", - "code": "djf" - }, - { - "name": "Djinang", - "code": "dji" - }, - { - "name": "Djeebbana", - "code": "djj" - }, - { - "name": "Businenge Tongo", - "code": "djk" - }, - { - "name": "Eastern Maroon Creole", - "code": "djk" - }, - { - "name": "Nenge", - "code": "djk" - }, - { - "name": "Jamsay Dogon", - "code": "djm" - }, - { - "name": "Djauan", - "code": "djn" - }, - { - "name": "Jawoyn", - "code": "djn" - }, - { - "name": "Jangkang", - "code": "djo" - }, - { - "name": "Djambarrpuyngu", - "code": "djr" - }, - { - "name": "Kapriman", - "code": "dju" - }, - { - "name": "Djawi", - "code": "djw" - }, - { - "name": "Dakpakha", - "code": "dka" - }, - { - "name": "Kadung", - "code": "dkg" - }, - { - "name": "Dakka", - "code": "dkk" - }, - { - "name": "Kuijau", - "code": "dkr" - }, - { - "name": "Southeastern Dinka", - "code": "dks" - }, - { - "name": "Mazagway", - "code": "dkx" - }, - { - "name": "Dolgan", - "code": "dlg" - }, - { - "name": "Dahalik", - "code": "dlk" - }, - { - "name": "Dalmatian", - "code": "dlm" - }, - { - "name": "Darlong", - "code": "dln" - }, - { - "name": "Duma", - "code": "dma" - }, - { - "name": "Mombo Dogon", - "code": "dmb" - }, - { - "name": "Gavak", - "code": "dmc" - }, - { - "name": "Madhi Madhi", - "code": "dmd" - }, - { - "name": "Dugwor", - "code": "dme" - }, - { - "name": "Medefaidrin", - "code": "dmf" - }, - { - "name": "Upper Kinabatangan", - "code": "dmg" - }, - { - "name": "Domaaki", - "code": "dmk" - }, - { - "name": "Dameli", - "code": "dml" - }, - { - "name": "Dama", - "code": "dmm" - }, - { - "name": "Kemedzung", - "code": "dmo" - }, - { - "name": "East Damar", - "code": "dmr" - }, - { - "name": "Dampelas", - "code": "dms" - }, - { - "name": "Dubu", - "code": "dmu" - }, - { - "name": "Tebi", - "code": "dmu" - }, - { - "name": "Dumpas", - "code": "dmv" - }, - { - "name": "Mudburra", - "code": "dmw" - }, - { - "name": "Dema", - "code": "dmx" - }, - { - "name": "Demta", - "code": "dmy" - }, - { - "name": "Sowari", - "code": "dmy" - }, - { - "name": "Upper Grand Valley Dani", - "code": "dna" - }, - { - "name": "Daonda", - "code": "dnd" - }, - { - "name": "Ndendeule", - "code": "dne" - }, - { - "name": "Dungan", - "code": "dng" - }, - { - "name": "Lower Grand Valley Dani", - "code": "dni" - }, - { - "name": "Dan", - "code": "dnj" - }, - { - "name": "Dengka", - "code": "dnk" - }, - { - "name": "Dzùùngoo", - "code": "dnn" - }, - { - "name": "Ndrulo", - "code": "dno" - }, - { - "name": "Northern Lendu", - "code": "dno" - }, - { - "name": "Danaru", - "code": "dnr" - }, - { - "name": "Mid Grand Valley Dani", - "code": "dnt" - }, - { - "name": "Danau", - "code": "dnu" - }, - { - "name": "Danu", - "code": "dnv" - }, - { - "name": "Western Dani", - "code": "dnw" - }, - { - "name": "Dení", - "code": "dny" - }, - { - "name": "Dom", - "code": "doa" - }, - { - "name": "Dobu", - "code": "dob" - }, - { - "name": "Northern Dong", - "code": "doc" - }, - { - "name": "Doe", - "code": "doe" - }, - { - "name": "Domu", - "code": "dof" - }, - { - "name": "Dong", - "code": "doh" - }, - { - "name": "Dogri (macrolanguage)", - "code": "doi" - }, - { - "name": "Dondo", - "code": "dok" - }, - { - "name": "Doso", - "code": "dol" - }, - { - "name": "Toura (Papua New Guinea)", - "code": "don" - }, - { - "name": "Dongo", - "code": "doo" - }, - { - "name": "Lukpa", - "code": "dop" - }, - { - "name": "Dominican Sign Language", - "code": "doq" - }, - { - "name": "Dori'o", - "code": "dor" - }, - { - "name": "Dogosé", - "code": "dos" - }, - { - "name": "Dass", - "code": "dot" - }, - { - "name": "Dombe", - "code": "dov" - }, - { - "name": "Doyayo", - "code": "dow" - }, - { - "name": "Bussa", - "code": "dox" - }, - { - "name": "Dompo", - "code": "doy" - }, - { - "name": "Dorze", - "code": "doz" - }, - { - "name": "Papar", - "code": "dpp" - }, - { - "name": "Dair", - "code": "drb" - }, - { - "name": "Minderico", - "code": "drc" - }, - { - "name": "Darmiya", - "code": "drd" - }, - { - "name": "Dolpo", - "code": "dre" - }, - { - "name": "Rungus", - "code": "drg" - }, - { - "name": "C'Lela", - "code": "dri" - }, - { - "name": "Paakantyi", - "code": "drl" - }, - { - "name": "West Damar", - "code": "drn" - }, - { - "name": "Daro-Matu Melanau", - "code": "dro" - }, - { - "name": "Dura", - "code": "drq" - }, - { - "name": "Gedeo", - "code": "drs" - }, - { - "name": "Drents", - "code": "drt" - }, - { - "name": "Rukai", - "code": "dru" - }, - { - "name": "Darai", - "code": "dry" - }, - { - "name": "Lower Sorbian", - "code": "dsb" - }, - { - "name": "Dutch Sign Language", - "code": "dse" - }, - { - "name": "Daasanach", - "code": "dsh" - }, - { - "name": "Disa", - "code": "dsi" - }, - { - "name": "Danish Sign Language", - "code": "dsl" - }, - { - "name": "Dusner", - "code": "dsn" - }, - { - "name": "Desiya", - "code": "dso" - }, - { - "name": "Tadaksahak", - "code": "dsq" - }, - { - "name": "Daur", - "code": "dta" - }, - { - "name": "Labuk-Kinabatangan Kadazan", - "code": "dtb" - }, - { - "name": "Ditidaht", - "code": "dtd" - }, - { - "name": "Adithinngithigh", - "code": "dth" - }, - { - "name": "Ana Tinga Dogon", - "code": "dti" - }, - { - "name": "Tene Kan Dogon", - "code": "dtk" - }, - { - "name": "Tomo Kan Dogon", - "code": "dtm" - }, - { - "name": "Daatsʼíin", - "code": "dtn" - }, - { - "name": "Tommo So Dogon", - "code": "dto" - }, - { - "name": "Central Dusun", - "code": "dtp" - }, - { - "name": "Kadazan Dusun", - "code": "dtp" - }, - { - "name": "Lotud", - "code": "dtr" - }, - { - "name": "Toro So Dogon", - "code": "dts" - }, - { - "name": "Toro Tegu Dogon", - "code": "dtt" - }, - { - "name": "Tebul Ure Dogon", - "code": "dtu" - }, - { - "name": "Dotyali", - "code": "dty" - }, - { - "name": "Duala", - "code": "dua" - }, - { - "name": "Dubli", - "code": "dub" - }, - { - "name": "Duna", - "code": "duc" - }, - { - "name": "Umiray Dumaget Agta", - "code": "due" - }, - { - "name": "Drubea", - "code": "duf" - }, - { - "name": "Dumbea", - "code": "duf" - }, - { - "name": "Chiduruma", - "code": "dug" - }, - { - "name": "Duruma", - "code": "dug" - }, - { - "name": "Dungra Bhil", - "code": "duh" - }, - { - "name": "Dumun", - "code": "dui" - }, - { - "name": "Uyajitaya", - "code": "duk" - }, - { - "name": "Alabat Island Agta", - "code": "dul" - }, - { - "name": "Middle Dutch (ca. 1050-1350)", - "code": "dum" - }, - { - "name": "Dusun Deyah", - "code": "dun" - }, - { - "name": "Dupaninan Agta", - "code": "duo" - }, - { - "name": "Duano", - "code": "dup" - }, - { - "name": "Dusun Malang", - "code": "duq" - }, - { - "name": "Dii", - "code": "dur" - }, - { - "name": "Dumi", - "code": "dus" - }, - { - "name": "Drung", - "code": "duu" - }, - { - "name": "Duvle", - "code": "duv" - }, - { - "name": "Dusun Witu", - "code": "duw" - }, - { - "name": "Duungooma", - "code": "dux" - }, - { - "name": "Dicamay Agta", - "code": "duy" - }, - { - "name": "Duli-Gey", - "code": "duz" - }, - { - "name": "Duau", - "code": "dva" - }, - { - "name": "Diri", - "code": "dwa" - }, - { - "name": "Dawik Kui", - "code": "dwk" - }, - { - "name": "Dawro", - "code": "dwr" - }, - { - "name": "Dutton World Speedwords", - "code": "dws" - }, - { - "name": "Dhuwal", - "code": "dwu" - }, - { - "name": "Dawawa", - "code": "dww" - }, - { - "name": "Dhuwaya", - "code": "dwy" - }, - { - "name": "Dewas Rai", - "code": "dwz" - }, - { - "name": "Dyan", - "code": "dya" - }, - { - "name": "Dyaberdyaber", - "code": "dyb" - }, - { - "name": "Dyugun", - "code": "dyd" - }, - { - "name": "Villa Viciosa Agta", - "code": "dyg" - }, - { - "name": "Djimini Senoufo", - "code": "dyi" - }, - { - "name": "Yanda Dom Dogon", - "code": "dym" - }, - { - "name": "Dhanggatti", - "code": "dyn" - }, - { - "name": "Dyangadi", - "code": "dyn" - }, - { - "name": "Jola-Fonyi", - "code": "dyo" - }, - { - "name": "Dyula", - "code": "dyu" - }, - { - "name": "Djabugay", - "code": "dyy" - }, - { - "name": "Dyaabugay", - "code": "dyy" - }, - { - "name": "Tunzu", - "code": "dza" - }, - { - "name": "Djiwarli", - "code": "dze" - }, - { - "name": "Dazaga", - "code": "dzg" - }, - { - "name": "Dzalakha", - "code": "dzl" - }, - { - "name": "Dzando", - "code": "dzn" - }, - { - "name": "Dzongkha", - "code": "dzo" - }, - { - "name": "Karenggapa", - "code": "eaa" - }, - { - "name": "Beginci", - "code": "ebc" - }, - { - "name": "Ebughu", - "code": "ebg" - }, - { - "name": "Eastern Bontok", - "code": "ebk" - }, - { - "name": "Teke-Ebo", - "code": "ebo" - }, - { - "name": "Ebrié", - "code": "ebr" - }, - { - "name": "Embu", - "code": "ebu" - }, - { - "name": "Kiembu", - "code": "ebu" - }, - { - "name": "Eteocretan", - "code": "ecr" - }, - { - "name": "Ecuadorian Sign Language", - "code": "ecs" - }, - { - "name": "Eteocypriot", - "code": "ecy" - }, - { - "name": "E", - "code": "eee" - }, - { - "name": "Efai", - "code": "efa" - }, - { - "name": "Efe", - "code": "efe" - }, - { - "name": "Efik", - "code": "efi" - }, - { - "name": "Ega", - "code": "ega" - }, - { - "name": "Emilian", - "code": "egl" - }, - { - "name": "Eggon", - "code": "ego" - }, - { - "name": "Egyptian (Ancient)", - "code": "egy" - }, - { - "name": "Miyakubo Sign Language", - "code": "ehs" - }, - { - "name": "Ehueun", - "code": "ehu" - }, - { - "name": "Eipomek", - "code": "eip" - }, - { - "name": "Eitiep", - "code": "eit" - }, - { - "name": "Askopan", - "code": "eiv" - }, - { - "name": "Ejamat", - "code": "eja" - }, - { - "name": "Ekajuk", - "code": "eka" - }, - { - "name": "Ekit", - "code": "eke" - }, - { - "name": "Ekari", - "code": "ekg" - }, - { - "name": "Eki", - "code": "eki" - }, - { - "name": "Standard Estonian", - "code": "ekk" - }, - { - "name": "Kol", - "code": "ekl" - }, - { - "name": "Kol (Bangladesh)", - "code": "ekl" - }, - { - "name": "Elip", - "code": "ekm" - }, - { - "name": "Koti", - "code": "eko" - }, - { - "name": "Ekpeye", - "code": "ekp" - }, - { - "name": "Yace", - "code": "ekr" - }, - { - "name": "Eastern Kayah", - "code": "eky" - }, - { - "name": "Elepi", - "code": "ele" - }, - { - "name": "El Hugeirat", - "code": "elh" - }, - { - "name": "Nding", - "code": "eli" - }, - { - "name": "Elkei", - "code": "elk" - }, - { - "name": "Greek", - "code": "ell" - }, - { - "name": "Modern Greek (1453-)", - "code": "ell" - }, - { - "name": "Eleme", - "code": "elm" - }, - { - "name": "El Molo", - "code": "elo" - }, - { - "name": "Elu", - "code": "elu" - }, - { - "name": "Elamite", - "code": "elx" - }, - { - "name": "Emai-Iuleha-Ora", - "code": "ema" - }, - { - "name": "Embaloh", - "code": "emb" - }, - { - "name": "Emerillon", - "code": "eme" - }, - { - "name": "Eastern Meohang", - "code": "emg" - }, - { - "name": "Mussau-Emira", - "code": "emi" - }, - { - "name": "Eastern Maninkakan", - "code": "emk" - }, - { - "name": "Mamulique", - "code": "emm" - }, - { - "name": "Eman", - "code": "emn" - }, - { - "name": "Northern Emberá", - "code": "emp" - }, - { - "name": "Eastern Minyag", - "code": "emq" - }, - { - "name": "Pacific Gulf Yupik", - "code": "ems" - }, - { - "name": "Eastern Muria", - "code": "emu" - }, - { - "name": "Emplawas", - "code": "emw" - }, - { - "name": "Erromintxela", - "code": "emx" - }, - { - "name": "Epigraphic Mayan", - "code": "emy" - }, - { - "name": "Mbessa", - "code": "emz" - }, - { - "name": "Apali", - "code": "ena" - }, - { - "name": "Markweeta", - "code": "enb" - }, - { - "name": "En", - "code": "enc" - }, - { - "name": "Ende", - "code": "end" - }, - { - "name": "Forest Enets", - "code": "enf" - }, - { - "name": "English", - "code": "eng" - }, - { - "name": "Tundra Enets", - "code": "enh" - }, - { - "name": "Enlhet", - "code": "enl" - }, - { - "name": "Middle English (1100-1500)", - "code": "enm" - }, - { - "name": "Engenni", - "code": "enn" - }, - { - "name": "Enggano", - "code": "eno" - }, - { - "name": "Enga", - "code": "enq" - }, - { - "name": "Emem", - "code": "enr" - }, - { - "name": "Emumu", - "code": "enr" - }, - { - "name": "Enu", - "code": "enu" - }, - { - "name": "Enwan (Edu State)", - "code": "env" - }, - { - "name": "Enwan (Akwa Ibom State)", - "code": "enw" - }, - { - "name": "Enxet", - "code": "enx" - }, - { - "name": "Beti (Côte d'Ivoire)", - "code": "eot" - }, - { - "name": "Epie", - "code": "epi" - }, - { - "name": "Esperanto", - "code": "epo" - }, - { - "name": "Eravallan", - "code": "era" - }, - { - "name": "Sie", - "code": "erg" - }, - { - "name": "Eruwa", - "code": "erh" - }, - { - "name": "Ogea", - "code": "eri" - }, - { - "name": "South Efate", - "code": "erk" - }, - { - "name": "Horpa", - "code": "ero" - }, - { - "name": "Erre", - "code": "err" - }, - { - "name": "Ersu", - "code": "ers" - }, - { - "name": "Eritai", - "code": "ert" - }, - { - "name": "Erokwanas", - "code": "erw" - }, - { - "name": "Ese Ejja", - "code": "ese" - }, - { - "name": "Aheri Gondi", - "code": "esg" - }, - { - "name": "Eshtehardi", - "code": "esh" - }, - { - "name": "North Alaskan Inupiatun", - "code": "esi" - }, - { - "name": "Northwest Alaska Inupiatun", - "code": "esk" - }, - { - "name": "Egypt Sign Language", - "code": "esl" - }, - { - "name": "Esuma", - "code": "esm" - }, - { - "name": "Salvadoran Sign Language", - "code": "esn" - }, - { - "name": "Estonian Sign Language", - "code": "eso" - }, - { - "name": "Esselen", - "code": "esq" - }, - { - "name": "Central Siberian Yupik", - "code": "ess" - }, - { - "name": "Estonian", - "code": "est" - }, - { - "name": "Central Yupik", - "code": "esu" - }, - { - "name": "Eskayan", - "code": "esy" - }, - { - "name": "Etebi", - "code": "etb" - }, - { - "name": "Etchemin", - "code": "etc" - }, - { - "name": "Ethiopian Sign Language", - "code": "eth" - }, - { - "name": "Eton (Vanuatu)", - "code": "etn" - }, - { - "name": "Eton (Cameroon)", - "code": "eto" - }, - { - "name": "Edolo", - "code": "etr" - }, - { - "name": "Yekhee", - "code": "ets" - }, - { - "name": "Etruscan", - "code": "ett" - }, - { - "name": "Ejagham", - "code": "etu" - }, - { - "name": "Eten", - "code": "etx" - }, - { - "name": "Semimi", - "code": "etz" - }, - { - "name": "Basque", - "code": "eus" - }, - { - "name": "Even", - "code": "eve" - }, - { - "name": "Uvbie", - "code": "evh" - }, - { - "name": "Evenki", - "code": "evn" - }, - { - "name": "Ewe", - "code": "ewe" - }, - { - "name": "Ewondo", - "code": "ewo" - }, - { - "name": "Extremaduran", - "code": "ext" - }, - { - "name": "Eyak", - "code": "eya" - }, - { - "name": "Keiyo", - "code": "eyo" - }, - { - "name": "Ezaa", - "code": "eza" - }, - { - "name": "Uzekwe", - "code": "eze" - }, - { - "name": "Fasu", - "code": "faa" - }, - { - "name": "Fa d'Ambu", - "code": "fab" - }, - { - "name": "Wagi", - "code": "fad" - }, - { - "name": "Fagani", - "code": "faf" - }, - { - "name": "Finongan", - "code": "fag" - }, - { - "name": "Baissa Fali", - "code": "fah" - }, - { - "name": "Faiwol", - "code": "fai" - }, - { - "name": "Faita", - "code": "faj" - }, - { - "name": "Fang (Cameroon)", - "code": "fak" - }, - { - "name": "South Fali", - "code": "fal" - }, - { - "name": "Fam", - "code": "fam" - }, - { - "name": "Fang (Equatorial Guinea)", - "code": "fan" - }, - { - "name": "Faroese", - "code": "fao" - }, - { - "name": "Paloor", - "code": "fap" - }, - { - "name": "Fataleka", - "code": "far" - }, - { - "name": "Persian", - "code": "fas" - }, - { - "name": "Fanti", - "code": "fat" - }, - { - "name": "Fayu", - "code": "fau" - }, - { - "name": "Fala", - "code": "fax" - }, - { - "name": "Southwestern Fars", - "code": "fay" - }, - { - "name": "Northwestern Fars", - "code": "faz" - }, - { - "name": "West Albay Bikol", - "code": "fbl" - }, - { - "name": "Quebec Sign Language", - "code": "fcs" - }, - { - "name": "Feroge", - "code": "fer" - }, - { - "name": "Foia Foia", - "code": "ffi" - }, - { - "name": "Maasina Fulfulde", - "code": "ffm" - }, - { - "name": "Fongoro", - "code": "fgr" - }, - { - "name": "Nobiin", - "code": "fia" - }, - { - "name": "Fyer", - "code": "fie" - }, - { - "name": "Faifi", - "code": "fif" - }, - { - "name": "Fijian", - "code": "fij" - }, - { - "name": "Filipino", - "code": "fil" - }, - { - "name": "Pilipino", - "code": "fil" - }, - { - "name": "Finnish", - "code": "fin" - }, - { - "name": "Fipa", - "code": "fip" - }, - { - "name": "Firan", - "code": "fir" - }, - { - "name": "Tornedalen Finnish", - "code": "fit" - }, - { - "name": "Fiwaga", - "code": "fiw" - }, - { - "name": "Kirya-Konzəl", - "code": "fkk" - }, - { - "name": "Kven Finnish", - "code": "fkv" - }, - { - "name": "Kalispel-Pend d'Oreille", - "code": "fla" - }, - { - "name": "Foau", - "code": "flh" - }, - { - "name": "Fali", - "code": "fli" - }, - { - "name": "North Fali", - "code": "fll" - }, - { - "name": "Flinders Island", - "code": "fln" - }, - { - "name": "Fuliiru", - "code": "flr" - }, - { - "name": "Flaaitaal", - "code": "fly" - }, - { - "name": "Tsotsitaal", - "code": "fly" - }, - { - "name": "Fe'fe'", - "code": "fmp" - }, - { - "name": "Far Western Muria", - "code": "fmu" - }, - { - "name": "Fanbak", - "code": "fnb" - }, - { - "name": "Fanagalo", - "code": "fng" - }, - { - "name": "Fania", - "code": "fni" - }, - { - "name": "Foodo", - "code": "fod" - }, - { - "name": "Foi", - "code": "foi" - }, - { - "name": "Foma", - "code": "fom" - }, - { - "name": "Fon", - "code": "fon" - }, - { - "name": "Fore", - "code": "for" - }, - { - "name": "Siraya", - "code": "fos" - }, - { - "name": "Fernando Po Creole English", - "code": "fpe" - }, - { - "name": "Fas", - "code": "fqs" - }, - { - "name": "French", - "code": "fra" - }, - { - "name": "Cajun French", - "code": "frc" - }, - { - "name": "Fordata", - "code": "frd" - }, - { - "name": "Frankish", - "code": "frk" - }, - { - "name": "Middle French (ca. 1400-1600)", - "code": "frm" - }, - { - "name": "Old French (842-ca. 1400)", - "code": "fro" - }, - { - "name": "Arpitan", - "code": "frp" - }, - { - "name": "Francoprovençal", - "code": "frp" - }, - { - "name": "Forak", - "code": "frq" - }, - { - "name": "Northern Frisian", - "code": "frr" - }, - { - "name": "Eastern Frisian", - "code": "frs" - }, - { - "name": "Fortsenal", - "code": "frt" - }, - { - "name": "Western Frisian", - "code": "fry" - }, - { - "name": "Finnish Sign Language", - "code": "fse" - }, - { - "name": "French Sign Language", - "code": "fsl" - }, - { - "name": "finlandssvenskt teckenspråk", - "code": "fss" - }, - { - "name": "Finland-Swedish Sign Language", - "code": "fss" - }, - { - "name": "suomenruotsalainen viittomakieli", - "code": "fss" - }, - { - "name": "Adamawa Fulfulde", - "code": "fub" - }, - { - "name": "Pulaar", - "code": "fuc" - }, - { - "name": "East Futuna", - "code": "fud" - }, - { - "name": "Borgu Fulfulde", - "code": "fue" - }, - { - "name": "Pular", - "code": "fuf" - }, - { - "name": "Western Niger Fulfulde", - "code": "fuh" - }, - { - "name": "Bagirmi Fulfulde", - "code": "fui" - }, - { - "name": "Ko", - "code": "fuj" - }, - { - "name": "Fulah", - "code": "ful" - }, - { - "name": "Fum", - "code": "fum" - }, - { - "name": "Fulniô", - "code": "fun" - }, - { - "name": "Central-Eastern Niger Fulfulde", - "code": "fuq" - }, - { - "name": "Friulian", - "code": "fur" - }, - { - "name": "Futuna-Aniwa", - "code": "fut" - }, - { - "name": "Furu", - "code": "fuu" - }, - { - "name": "Nigerian Fulfulde", - "code": "fuv" - }, - { - "name": "Fuyug", - "code": "fuy" - }, - { - "name": "Fur", - "code": "fvr" - }, - { - "name": "Fwâi", - "code": "fwa" - }, - { - "name": "Fwe", - "code": "fwe" - }, - { - "name": "Ga", - "code": "gaa" - }, - { - "name": "Gabri", - "code": "gab" - }, - { - "name": "Mixed Great Andamanese", - "code": "gac" - }, - { - "name": "Gaddang", - "code": "gad" - }, - { - "name": "Guarequena", - "code": "gae" - }, - { - "name": "Gende", - "code": "gaf" - }, - { - "name": "Gagauz", - "code": "gag" - }, - { - "name": "Alekano", - "code": "gah" - }, - { - "name": "Borei", - "code": "gai" - }, - { - "name": "Gadsup", - "code": "gaj" - }, - { - "name": "Gamkonora", - "code": "gak" - }, - { - "name": "Galolen", - "code": "gal" - }, - { - "name": "Kandawo", - "code": "gam" - }, - { - "name": "Gan Chinese", - "code": "gan" - }, - { - "name": "Gants", - "code": "gao" - }, - { - "name": "Gal", - "code": "gap" - }, - { - "name": "Gata'", - "code": "gaq" - }, - { - "name": "Galeya", - "code": "gar" - }, - { - "name": "Adiwasi Garasia", - "code": "gas" - }, - { - "name": "Kenati", - "code": "gat" - }, - { - "name": "Mudhili Gadaba", - "code": "gau" - }, - { - "name": "Nobonob", - "code": "gaw" - }, - { - "name": "Borana-Arsi-Guji Oromo", - "code": "gax" - }, - { - "name": "Gayo", - "code": "gay" - }, - { - "name": "West Central Oromo", - "code": "gaz" - }, - { - "name": "Gbaya (Central African Republic)", - "code": "gba" - }, - { - "name": "Kaytetye", - "code": "gbb" - }, - { - "name": "Karajarri", - "code": "gbd" - }, - { - "name": "Niksek", - "code": "gbe" - }, - { - "name": "Gaikundi", - "code": "gbf" - }, - { - "name": "Gbanziri", - "code": "gbg" - }, - { - "name": "Defi Gbe", - "code": "gbh" - }, - { - "name": "Galela", - "code": "gbi" - }, - { - "name": "Bodo Gadaba", - "code": "gbj" - }, - { - "name": "Gaddi", - "code": "gbk" - }, - { - "name": "Gamit", - "code": "gbl" - }, - { - "name": "Garhwali", - "code": "gbm" - }, - { - "name": "Mo'da", - "code": "gbn" - }, - { - "name": "Northern Grebo", - "code": "gbo" - }, - { - "name": "Gbaya-Bossangoa", - "code": "gbp" - }, - { - "name": "Gbaya-Bozoum", - "code": "gbq" - }, - { - "name": "Gbagyi", - "code": "gbr" - }, - { - "name": "Gbesi Gbe", - "code": "gbs" - }, - { - "name": "Gagadu", - "code": "gbu" - }, - { - "name": "Gbanu", - "code": "gbv" - }, - { - "name": "Gabi-Gabi", - "code": "gbw" - }, - { - "name": "Eastern Xwla Gbe", - "code": "gbx" - }, - { - "name": "Gbari", - "code": "gby" - }, - { - "name": "Zoroastrian Dari", - "code": "gbz" - }, - { - "name": "Mali", - "code": "gcc" - }, - { - "name": "Ganggalida", - "code": "gcd" - }, - { - "name": "Galice", - "code": "gce" - }, - { - "name": "Guadeloupean Creole French", - "code": "gcf" - }, - { - "name": "Grenadian Creole English", - "code": "gcl" - }, - { - "name": "Gaina", - "code": "gcn" - }, - { - "name": "Guianese Creole French", - "code": "gcr" - }, - { - "name": "Colonia Tovar German", - "code": "gct" - }, - { - "name": "Gade Lohar", - "code": "gda" - }, - { - "name": "Pottangi Ollar Gadaba", - "code": "gdb" - }, - { - "name": "Gugu Badhun", - "code": "gdc" - }, - { - "name": "Gedaged", - "code": "gdd" - }, - { - "name": "Gude", - "code": "gde" - }, - { - "name": "Guduf-Gava", - "code": "gdf" - }, - { - "name": "Ga'dang", - "code": "gdg" - }, - { - "name": "Gadjerawang", - "code": "gdh" - }, - { - "name": "Gajirrabeng", - "code": "gdh" - }, - { - "name": "Gundi", - "code": "gdi" - }, - { - "name": "Gurdjar", - "code": "gdj" - }, - { - "name": "Gadang", - "code": "gdk" - }, - { - "name": "Dirasha", - "code": "gdl" - }, - { - "name": "Laal", - "code": "gdm" - }, - { - "name": "Umanakaina", - "code": "gdn" - }, - { - "name": "Ghodoberi", - "code": "gdo" - }, - { - "name": "Mehri", - "code": "gdq" - }, - { - "name": "Wipi", - "code": "gdr" - }, - { - "name": "Ghandruk Sign Language", - "code": "gds" - }, - { - "name": "Kungardutyi", - "code": "gdt" - }, - { - "name": "Gudu", - "code": "gdu" - }, - { - "name": "Godwari", - "code": "gdx" - }, - { - "name": "Geruma", - "code": "gea" - }, - { - "name": "Kire", - "code": "geb" - }, - { - "name": "Gboloo Grebo", - "code": "gec" - }, - { - "name": "Gade", - "code": "ged" - }, - { - "name": "Gerai", - "code": "gef" - }, - { - "name": "Gengle", - "code": "geg" - }, - { - "name": "Hutterisch", - "code": "geh" - }, - { - "name": "Hutterite German", - "code": "geh" - }, - { - "name": "Gebe", - "code": "gei" - }, - { - "name": "Gen", - "code": "gej" - }, - { - "name": "Ywom", - "code": "gek" - }, - { - "name": "ut-Ma'in", - "code": "gel" - }, - { - "name": "Geme", - "code": "geq" - }, - { - "name": "Geser-Gorom", - "code": "ges" - }, - { - "name": "Eviya", - "code": "gev" - }, - { - "name": "Gera", - "code": "gew" - }, - { - "name": "Garre", - "code": "gex" - }, - { - "name": "Enya", - "code": "gey" - }, - { - "name": "Geez", - "code": "gez" - }, - { - "name": "Patpatar", - "code": "gfk" - }, - { - "name": "Gafat", - "code": "gft" - }, - { - "name": "Gao", - "code": "gga" - }, - { - "name": "Gbii", - "code": "ggb" - }, - { - "name": "Gugadj", - "code": "ggd" - }, - { - "name": "Gurr-goni", - "code": "gge" - }, - { - "name": "Gurgula", - "code": "ggg" - }, - { - "name": "Kungarakany", - "code": "ggk" - }, - { - "name": "Ganglau", - "code": "ggl" - }, - { - "name": "Gitua", - "code": "ggt" - }, - { - "name": "Gagu", - "code": "ggu" - }, - { - "name": "Gban", - "code": "ggu" - }, - { - "name": "Gogodala", - "code": "ggw" - }, - { - "name": "Ghadamès", - "code": "gha" - }, - { - "name": "Hiberno-Scottish Gaelic", - "code": "ghc" - }, - { - "name": "Southern Ghale", - "code": "ghe" - }, - { - "name": "Northern Ghale", - "code": "ghh" - }, - { - "name": "Geko Karen", - "code": "ghk" - }, - { - "name": "Ghulfan", - "code": "ghl" - }, - { - "name": "Ghanongga", - "code": "ghn" - }, - { - "name": "Ghomara", - "code": "gho" - }, - { - "name": "Ghera", - "code": "ghr" - }, - { - "name": "Guhu-Samane", - "code": "ghs" - }, - { - "name": "Kuke", - "code": "ght" - }, - { - "name": "Kutang Ghale", - "code": "ght" - }, - { - "name": "Kija", - "code": "gia" - }, - { - "name": "Gibanawa", - "code": "gib" - }, - { - "name": "Gail", - "code": "gic" - }, - { - "name": "Gidar", - "code": "gid" - }, - { - "name": "Gaɓogbo", - "code": "gie" - }, - { - "name": "Guébie", - "code": "gie" - }, - { - "name": "Goaria", - "code": "gig" - }, - { - "name": "Githabul", - "code": "gih" - }, - { - "name": "Girirra", - "code": "gii" - }, - { - "name": "Gilbertese", - "code": "gil" - }, - { - "name": "Gimi (Eastern Highlands)", - "code": "gim" - }, - { - "name": "Hinukh", - "code": "gin" - }, - { - "name": "Gimi (West New Britain)", - "code": "gip" - }, - { - "name": "Green Gelao", - "code": "giq" - }, - { - "name": "Red Gelao", - "code": "gir" - }, - { - "name": "North Giziga", - "code": "gis" - }, - { - "name": "Gitxsan", - "code": "git" - }, - { - "name": "Mulao", - "code": "giu" - }, - { - "name": "White Gelao", - "code": "giw" - }, - { - "name": "Gilima", - "code": "gix" - }, - { - "name": "Giyug", - "code": "giy" - }, - { - "name": "South Giziga", - "code": "giz" - }, - { - "name": "Kachi Koli", - "code": "gjk" - }, - { - "name": "Gunditjmara", - "code": "gjm" - }, - { - "name": "Gonja", - "code": "gjn" - }, - { - "name": "Gurindji Kriol", - "code": "gjr" - }, - { - "name": "Gujari", - "code": "gju" - }, - { - "name": "Guya", - "code": "gka" - }, - { - "name": "Magɨ (Madang Province)", - "code": "gkd" - }, - { - "name": "Ndai", - "code": "gke" - }, - { - "name": "Gokana", - "code": "gkn" - }, - { - "name": "Kok-Nar", - "code": "gko" - }, - { - "name": "Guinea Kpelle", - "code": "gkp" - }, - { - "name": "ǂUngkue", - "code": "gku" - }, - { - "name": "Gaelic", - "code": "gla" - }, - { - "name": "Scottish Gaelic", - "code": "gla" - }, - { - "name": "Belning", - "code": "glb" - }, - { - "name": "Bon Gula", - "code": "glc" - }, - { - "name": "Nanai", - "code": "gld" - }, - { - "name": "Irish", - "code": "gle" - }, - { - "name": "Galician", - "code": "glg" - }, - { - "name": "Northwest Pashai", - "code": "glh" - }, - { - "name": "Northwest Pashayi", - "code": "glh" - }, - { - "name": "Gula Iro", - "code": "glj" - }, - { - "name": "Gilaki", - "code": "glk" - }, - { - "name": "Garlali", - "code": "gll" - }, - { - "name": "Galambu", - "code": "glo" - }, - { - "name": "Glaro-Twabo", - "code": "glr" - }, - { - "name": "Gula (Chad)", - "code": "glu" - }, - { - "name": "Manx", - "code": "glv" - }, - { - "name": "Glavda", - "code": "glw" - }, - { - "name": "Gule", - "code": "gly" - }, - { - "name": "Gambera", - "code": "gma" - }, - { - "name": "Gula'alaa", - "code": "gmb" - }, - { - "name": "Mághdì", - "code": "gmd" - }, - { - "name": "Magɨyi", - "code": "gmg" - }, - { - "name": "Middle High German (ca. 1050-1500)", - "code": "gmh" - }, - { - "name": "Middle Low German", - "code": "gml" - }, - { - "name": "Gbaya-Mbodomo", - "code": "gmm" - }, - { - "name": "Gimnime", - "code": "gmn" - }, - { - "name": "Mirning", - "code": "gmr" - }, - { - "name": "Mirniny", - "code": "gmr" - }, - { - "name": "Gumalu", - "code": "gmu" - }, - { - "name": "Gamo", - "code": "gmv" - }, - { - "name": "Magoma", - "code": "gmx" - }, - { - "name": "Mycenaean Greek", - "code": "gmy" - }, - { - "name": "Mgbolizhia", - "code": "gmz" - }, - { - "name": "Kaansa", - "code": "gna" - }, - { - "name": "Gangte", - "code": "gnb" - }, - { - "name": "Guanche", - "code": "gnc" - }, - { - "name": "Zulgo-Gemzek", - "code": "gnd" - }, - { - "name": "Ganang", - "code": "gne" - }, - { - "name": "Ngangam", - "code": "gng" - }, - { - "name": "Lere", - "code": "gnh" - }, - { - "name": "Gooniyandi", - "code": "gni" - }, - { - "name": "Ngen", - "code": "gnj" - }, - { - "name": "ǁGana", - "code": "gnk" - }, - { - "name": "Gangulu", - "code": "gnl" - }, - { - "name": "Ginuman", - "code": "gnm" - }, - { - "name": "Gumatj", - "code": "gnn" - }, - { - "name": "Northern Gondi", - "code": "gno" - }, - { - "name": "Gana", - "code": "gnq" - }, - { - "name": "Gureng Gureng", - "code": "gnr" - }, - { - "name": "Guntai", - "code": "gnt" - }, - { - "name": "Gnau", - "code": "gnu" - }, - { - "name": "Western Bolivian Guaraní", - "code": "gnw" - }, - { - "name": "Ganzi", - "code": "gnz" - }, - { - "name": "Guro", - "code": "goa" - }, - { - "name": "Playero", - "code": "gob" - }, - { - "name": "Gorakor", - "code": "goc" - }, - { - "name": "Godié", - "code": "god" - }, - { - "name": "Gongduk", - "code": "goe" - }, - { - "name": "Gofa", - "code": "gof" - }, - { - "name": "Gogo", - "code": "gog" - }, - { - "name": "Old High German (ca. 750-1050)", - "code": "goh" - }, - { - "name": "Gobasi", - "code": "goi" - }, - { - "name": "Gowlan", - "code": "goj" - }, - { - "name": "Gowli", - "code": "gok" - }, - { - "name": "Gola", - "code": "gol" - }, - { - "name": "Goan Konkani", - "code": "gom" - }, - { - "name": "Gondi", - "code": "gon" - }, - { - "name": "Gone Dau", - "code": "goo" - }, - { - "name": "Yeretuar", - "code": "gop" - }, - { - "name": "Gorap", - "code": "goq" - }, - { - "name": "Gorontalo", - "code": "gor" - }, - { - "name": "Gronings", - "code": "gos" - }, - { - "name": "Gothic", - "code": "got" - }, - { - "name": "Gavar", - "code": "gou" - }, - { - "name": "Gorowa", - "code": "gow" - }, - { - "name": "Gobu", - "code": "gox" - }, - { - "name": "Goundo", - "code": "goy" - }, - { - "name": "Gozarkhani", - "code": "goz" - }, - { - "name": "Gupa-Abawa", - "code": "gpa" - }, - { - "name": "Ghanaian Pidgin English", - "code": "gpe" - }, - { - "name": "Taiap", - "code": "gpn" - }, - { - "name": "Ga'anda", - "code": "gqa" - }, - { - "name": "Guiqiong", - "code": "gqi" - }, - { - "name": "Guana (Brazil)", - "code": "gqn" - }, - { - "name": "Gor", - "code": "gqr" - }, - { - "name": "Qau", - "code": "gqu" - }, - { - "name": "Rajput Garasia", - "code": "gra" - }, - { - "name": "Grebo", - "code": "grb" - }, - { - "name": "Ancient Greek (to 1453)", - "code": "grc" - }, - { - "name": "Guruntum-Mbaaru", - "code": "grd" - }, - { - "name": "Madi", - "code": "grg" - }, - { - "name": "Gbiri-Niragu", - "code": "grh" - }, - { - "name": "Ghari", - "code": "gri" - }, - { - "name": "Southern Grebo", - "code": "grj" - }, - { - "name": "Kota Marudu Talantang", - "code": "grm" - }, - { - "name": "Guarani", - "code": "grn" - }, - { - "name": "Groma", - "code": "gro" - }, - { - "name": "Gorovu", - "code": "grq" - }, - { - "name": "Taznatit", - "code": "grr" - }, - { - "name": "Gresi", - "code": "grs" - }, - { - "name": "Garo", - "code": "grt" - }, - { - "name": "Kistane", - "code": "gru" - }, - { - "name": "Central Grebo", - "code": "grv" - }, - { - "name": "Gweda", - "code": "grw" - }, - { - "name": "Guriaso", - "code": "grx" - }, - { - "name": "Barclayville Grebo", - "code": "gry" - }, - { - "name": "Guramalum", - "code": "grz" - }, - { - "name": "Ghanaian Sign Language", - "code": "gse" - }, - { - "name": "German Sign Language", - "code": "gsg" - }, - { - "name": "Gusilay", - "code": "gsl" - }, - { - "name": "Guatemalan Sign Language", - "code": "gsm" - }, - { - "name": "Gusan", - "code": "gsn" - }, - { - "name": "Nema", - "code": "gsn" - }, - { - "name": "Southwest Gbaya", - "code": "gso" - }, - { - "name": "Wasembo", - "code": "gsp" - }, - { - "name": "Greek Sign Language", - "code": "gss" - }, - { - "name": "Alemannic", - "code": "gsw" - }, - { - "name": "Alsatian", - "code": "gsw" - }, - { - "name": "Swiss German", - "code": "gsw" - }, - { - "name": "Guató", - "code": "gta" - }, - { - "name": "Aghu-Tharnggala", - "code": "gtu" - }, - { - "name": "Shiki", - "code": "gua" - }, - { - "name": "Guajajára", - "code": "gub" - }, - { - "name": "Wayuu", - "code": "guc" - }, - { - "name": "Yocoboué Dida", - "code": "gud" - }, - { - "name": "Gurindji", - "code": "gue" - }, - { - "name": "Gupapuyngu", - "code": "guf" - }, - { - "name": "Paraguayan Guaraní", - "code": "gug" - }, - { - "name": "Guahibo", - "code": "guh" - }, - { - "name": "Eastern Bolivian Guaraní", - "code": "gui" - }, - { - "name": "Gujarati", - "code": "guj" - }, - { - "name": "Gumuz", - "code": "guk" - }, - { - "name": "Sea Island Creole English", - "code": "gul" - }, - { - "name": "Guambiano", - "code": "gum" - }, - { - "name": "Mbyá Guaraní", - "code": "gun" - }, - { - "name": "Guayabero", - "code": "guo" - }, - { - "name": "Gunwinggu", - "code": "gup" - }, - { - "name": "Aché", - "code": "guq" - }, - { - "name": "Farefare", - "code": "gur" - }, - { - "name": "Guinean Sign Language", - "code": "gus" - }, - { - "name": "Maléku Jaíka", - "code": "gut" - }, - { - "name": "Yanomamö", - "code": "guu" - }, - { - "name": "Gun", - "code": "guw" - }, - { - "name": "Gourmanchéma", - "code": "gux" - }, - { - "name": "Ekegusii", - "code": "guz" - }, - { - "name": "Gusii", - "code": "guz" - }, - { - "name": "Guana (Paraguay)", - "code": "gva" - }, - { - "name": "Guanano", - "code": "gvc" - }, - { - "name": "Duwet", - "code": "gve" - }, - { - "name": "Golin", - "code": "gvf" - }, - { - "name": "Guajá", - "code": "gvj" - }, - { - "name": "Gulay", - "code": "gvl" - }, - { - "name": "Gurmana", - "code": "gvm" - }, - { - "name": "Kuku-Yalanji", - "code": "gvn" - }, - { - "name": "Gavião Do Jiparaná", - "code": "gvo" - }, - { - "name": "Pará Gavião", - "code": "gvp" - }, - { - "name": "Gurung", - "code": "gvr" - }, - { - "name": "Gumawana", - "code": "gvs" - }, - { - "name": "Guyani", - "code": "gvy" - }, - { - "name": "Mbato", - "code": "gwa" - }, - { - "name": "Gwa", - "code": "gwb" - }, - { - "name": "Gawri", - "code": "gwc" - }, - { - "name": "Kalami", - "code": "gwc" - }, - { - "name": "Gawwada", - "code": "gwd" - }, - { - "name": "Gweno", - "code": "gwe" - }, - { - "name": "Gowro", - "code": "gwf" - }, - { - "name": "Moo", - "code": "gwg" - }, - { - "name": "Gwichʼin", - "code": "gwi" - }, - { - "name": "ǀGwi", - "code": "gwj" - }, - { - "name": "Awngthim", - "code": "gwm" - }, - { - "name": "Gwandara", - "code": "gwn" - }, - { - "name": "Gwere", - "code": "gwr" - }, - { - "name": "Gawar-Bati", - "code": "gwt" - }, - { - "name": "Guwamu", - "code": "gwu" - }, - { - "name": "Kwini", - "code": "gww" - }, - { - "name": "Gua", - "code": "gwx" - }, - { - "name": "Wè Southern", - "code": "gxx" - }, - { - "name": "Northwest Gbaya", - "code": "gya" - }, - { - "name": "Garus", - "code": "gyb" - }, - { - "name": "Kayardild", - "code": "gyd" - }, - { - "name": "Gyem", - "code": "gye" - }, - { - "name": "Gungabula", - "code": "gyf" - }, - { - "name": "Gbayi", - "code": "gyg" - }, - { - "name": "Gyele", - "code": "gyi" - }, - { - "name": "Gayil", - "code": "gyl" - }, - { - "name": "Ngäbere", - "code": "gym" - }, - { - "name": "Guyanese Creole English", - "code": "gyn" - }, - { - "name": "Gyalsumdo", - "code": "gyo" - }, - { - "name": "Guarayu", - "code": "gyr" - }, - { - "name": "Gunya", - "code": "gyy" - }, - { - "name": "Geji", - "code": "gyz" - }, - { - "name": "Gyaazi", - "code": "gyz" - }, - { - "name": "Ganza", - "code": "gza" - }, - { - "name": "Gazi", - "code": "gzi" - }, - { - "name": "Gane", - "code": "gzn" - }, - { - "name": "Han", - "code": "haa" - }, - { - "name": "Hanoi Sign Language", - "code": "hab" - }, - { - "name": "Gurani", - "code": "hac" - }, - { - "name": "Hatam", - "code": "had" - }, - { - "name": "Eastern Oromo", - "code": "hae" - }, - { - "name": "Haiphong Sign Language", - "code": "haf" - }, - { - "name": "Hanga", - "code": "hag" - }, - { - "name": "Hahon", - "code": "hah" - }, - { - "name": "Haida", - "code": "hai" - }, - { - "name": "Hajong", - "code": "haj" - }, - { - "name": "Hakka Chinese", - "code": "hak" - }, - { - "name": "Halang", - "code": "hal" - }, - { - "name": "Hewa", - "code": "ham" - }, - { - "name": "Hangaza", - "code": "han" - }, - { - "name": "Hakö", - "code": "hao" - }, - { - "name": "Hupla", - "code": "hap" - }, - { - "name": "Ha", - "code": "haq" - }, - { - "name": "Harari", - "code": "har" - }, - { - "name": "Haisla", - "code": "has" - }, - { - "name": "Haitian", - "code": "hat" - }, - { - "name": "Haitian Creole", - "code": "hat" - }, - { - "name": "Hausa", - "code": "hau" - }, - { - "name": "Havu", - "code": "hav" - }, - { - "name": "Hawaiian", - "code": "haw" - }, - { - "name": "Southern Haida", - "code": "hax" - }, - { - "name": "Haya", - "code": "hay" - }, - { - "name": "Hazaragi", - "code": "haz" - }, - { - "name": "Hamba", - "code": "hba" - }, - { - "name": "Huba", - "code": "hbb" - }, - { - "name": "Heiban", - "code": "hbn" - }, - { - "name": "Ancient Hebrew", - "code": "hbo" - }, - { - "name": "Serbo-Croatian", - "code": "hbs" - }, - { - "name": "Habu", - "code": "hbu" - }, - { - "name": "Andaman Creole Hindi", - "code": "hca" - }, - { - "name": "Huichol", - "code": "hch" - }, - { - "name": "Northern Haida", - "code": "hdn" - }, - { - "name": "Honduras Sign Language", - "code": "hds" - }, - { - "name": "Hadiyya", - "code": "hdy" - }, - { - "name": "Northern Qiandong Miao", - "code": "hea" - }, - { - "name": "Hebrew", - "code": "heb" - }, - { - "name": "Herdé", - "code": "hed" - }, - { - "name": "Helong", - "code": "heg" - }, - { - "name": "Hehe", - "code": "heh" - }, - { - "name": "Heiltsuk", - "code": "hei" - }, - { - "name": "Hemba", - "code": "hem" - }, - { - "name": "Herero", - "code": "her" - }, - { - "name": "Haiǁom", - "code": "hgm" - }, - { - "name": "Haigwai", - "code": "hgw" - }, - { - "name": "Hoia Hoia", - "code": "hhi" - }, - { - "name": "Kerak", - "code": "hhr" - }, - { - "name": "Hoyahoya", - "code": "hhy" - }, - { - "name": "Lamang", - "code": "hia" - }, - { - "name": "Hibito", - "code": "hib" - }, - { - "name": "Hidatsa", - "code": "hid" - }, - { - "name": "Fiji Hindi", - "code": "hif" - }, - { - "name": "Kamwe", - "code": "hig" - }, - { - "name": "Pamosu", - "code": "hih" - }, - { - "name": "Hinduri", - "code": "hii" - }, - { - "name": "Hijuk", - "code": "hij" - }, - { - "name": "Seit-Kaitetu", - "code": "hik" - }, - { - "name": "Hiligaynon", - "code": "hil" - }, - { - "name": "Hindi", - "code": "hin" - }, - { - "name": "Tsoa", - "code": "hio" - }, - { - "name": "Himarimã", - "code": "hir" - }, - { - "name": "Hittite", - "code": "hit" - }, - { - "name": "Hiw", - "code": "hiw" - }, - { - "name": "Hixkaryána", - "code": "hix" - }, - { - "name": "Haji", - "code": "hji" - }, - { - "name": "Kahe", - "code": "hka" - }, - { - "name": "Hunde", - "code": "hke" - }, - { - "name": "Khah", - "code": "hkh" - }, - { - "name": "Poguli", - "code": "hkh" - }, - { - "name": "Hunjara-Kaina Ke", - "code": "hkk" - }, - { - "name": "Mel-Khaonh", - "code": "hkn" - }, - { - "name": "Heung Kong Sau Yue", - "code": "hks" - }, - { - "name": "Hong Kong Sign Language", - "code": "hks" - }, - { - "name": "Halia", - "code": "hla" - }, - { - "name": "Halbi", - "code": "hlb" - }, - { - "name": "Halang Doan", - "code": "hld" - }, - { - "name": "Hlersu", - "code": "hle" - }, - { - "name": "Matu Chin", - "code": "hlt" - }, - { - "name": "Hieroglyphic Luwian", - "code": "hlu" - }, - { - "name": "Southern Mashan Hmong", - "code": "hma" - }, - { - "name": "Southern Mashan Miao", - "code": "hma" - }, - { - "name": "Humburi Senni Songhay", - "code": "hmb" - }, - { - "name": "Central Huishui Hmong", - "code": "hmc" - }, - { - "name": "Central Huishui Miao", - "code": "hmc" - }, - { - "name": "A-hmaos", - "code": "hmd" - }, - { - "name": "Da-Hua Miao", - "code": "hmd" - }, - { - "name": "Large Flowery Miao", - "code": "hmd" - }, - { - "name": "Eastern Huishui Hmong", - "code": "hme" - }, - { - "name": "Eastern Huishui Miao", - "code": "hme" - }, - { - "name": "Hmong Don", - "code": "hmf" - }, - { - "name": "Southwestern Guiyang Hmong", - "code": "hmg" - }, - { - "name": "Southwestern Huishui Hmong", - "code": "hmh" - }, - { - "name": "Southwestern Huishui Miao", - "code": "hmh" - }, - { - "name": "Northern Huishui Hmong", - "code": "hmi" - }, - { - "name": "Northern Huishui Miao", - "code": "hmi" - }, - { - "name": "Ge", - "code": "hmj" - }, - { - "name": "Gejia", - "code": "hmj" - }, - { - "name": "Maek", - "code": "hmk" - }, - { - "name": "Luopohe Hmong", - "code": "hml" - }, - { - "name": "Luopohe Miao", - "code": "hml" - }, - { - "name": "Central Mashan Hmong", - "code": "hmm" - }, - { - "name": "Central Mashan Miao", - "code": "hmm" - }, - { - "name": "Hmong", - "code": "hmn" - }, - { - "name": "Mong", - "code": "hmn" - }, - { - "name": "Hiri Motu", - "code": "hmo" - }, - { - "name": "Northern Mashan Hmong", - "code": "hmp" - }, - { - "name": "Northern Mashan Miao", - "code": "hmp" - }, - { - "name": "Eastern Qiandong Miao", - "code": "hmq" - }, - { - "name": "Hmar", - "code": "hmr" - }, - { - "name": "Southern Qiandong Miao", - "code": "hms" - }, - { - "name": "Hamtai", - "code": "hmt" - }, - { - "name": "Hamap", - "code": "hmu" - }, - { - "name": "Hmong Dô", - "code": "hmv" - }, - { - "name": "Western Mashan Hmong", - "code": "hmw" - }, - { - "name": "Western Mashan Miao", - "code": "hmw" - }, - { - "name": "Southern Guiyang Hmong", - "code": "hmy" - }, - { - "name": "Southern Guiyang Miao", - "code": "hmy" - }, - { - "name": "Hmong Shua", - "code": "hmz" - }, - { - "name": "Sinicized Miao", - "code": "hmz" - }, - { - "name": "Mina (Cameroon)", - "code": "hna" - }, - { - "name": "Southern Hindko", - "code": "hnd" - }, - { - "name": "Chhattisgarhi", - "code": "hne" - }, - { - "name": "Hungu", - "code": "hng" - }, - { - "name": "ǁAni", - "code": "hnh" - }, - { - "name": "Hani", - "code": "hni" - }, - { - "name": "Hmong Njua", - "code": "hnj" - }, - { - "name": "Mong Leng", - "code": "hnj" - }, - { - "name": "Mong Njua", - "code": "hnj" - }, - { - "name": "Hanunoo", - "code": "hnn" - }, - { - "name": "Northern Hindko", - "code": "hno" - }, - { - "name": "Caribbean Hindustani", - "code": "hns" - }, - { - "name": "Hung", - "code": "hnu" - }, - { - "name": "Hoava", - "code": "hoa" - }, - { - "name": "Mari (Madang Province)", - "code": "hob" - }, - { - "name": "Ho", - "code": "hoc" - }, - { - "name": "Holma", - "code": "hod" - }, - { - "name": "Horom", - "code": "hoe" - }, - { - "name": "Hobyót", - "code": "hoh" - }, - { - "name": "Holikachuk", - "code": "hoi" - }, - { - "name": "Hadothi", - "code": "hoj" - }, - { - "name": "Haroti", - "code": "hoj" - }, - { - "name": "Holu", - "code": "hol" - }, - { - "name": "Homa", - "code": "hom" - }, - { - "name": "Holoholo", - "code": "hoo" - }, - { - "name": "Hopi", - "code": "hop" - }, - { - "name": "Horo", - "code": "hor" - }, - { - "name": "Ho Chi Minh City Sign Language", - "code": "hos" - }, - { - "name": "Hote", - "code": "hot" - }, - { - "name": "Malê", - "code": "hot" - }, - { - "name": "Hovongan", - "code": "hov" - }, - { - "name": "Honi", - "code": "how" - }, - { - "name": "Holiya", - "code": "hoy" - }, - { - "name": "Hozo", - "code": "hoz" - }, - { - "name": "Hpon", - "code": "hpo" - }, - { - "name": "Hawai'i Pidgin Sign Language", - "code": "hps" - }, - { - "name": "Hawai'i Sign Language (HSL)", - "code": "hps" - }, - { - "name": "Hrangkhol", - "code": "hra" - }, - { - "name": "Niwer Mil", - "code": "hrc" - }, - { - "name": "Hre", - "code": "hre" - }, - { - "name": "Haruku", - "code": "hrk" - }, - { - "name": "Horned Miao", - "code": "hrm" - }, - { - "name": "Haroi", - "code": "hro" - }, - { - "name": "Nhirrpi", - "code": "hrp" - }, - { - "name": "Hértevin", - "code": "hrt" - }, - { - "name": "Hruso", - "code": "hru" - }, - { - "name": "Croatian", - "code": "hrv" - }, - { - "name": "Warwar Feni", - "code": "hrw" - }, - { - "name": "Hunsrik", - "code": "hrx" - }, - { - "name": "Harzani", - "code": "hrz" - }, - { - "name": "Upper Sorbian", - "code": "hsb" - }, - { - "name": "Hungarian Sign Language", - "code": "hsh" - }, - { - "name": "Hausa Sign Language", - "code": "hsl" - }, - { - "name": "Xiang Chinese", - "code": "hsn" - }, - { - "name": "Harsusi", - "code": "hss" - }, - { - "name": "Hoti", - "code": "hti" - }, - { - "name": "Minica Huitoto", - "code": "hto" - }, - { - "name": "Hadza", - "code": "hts" - }, - { - "name": "Hitu", - "code": "htu" - }, - { - "name": "Middle Hittite", - "code": "htx" - }, - { - "name": "Huambisa", - "code": "hub" - }, - { - "name": "ǂ'Amkhoe", - "code": "huc" - }, - { - "name": "ǂHua", - "code": "huc" - }, - { - "name": "Huaulu", - "code": "hud" - }, - { - "name": "San Francisco Del Mar Huave", - "code": "hue" - }, - { - "name": "Humene", - "code": "huf" - }, - { - "name": "Huachipaeri", - "code": "hug" - }, - { - "name": "Huilliche", - "code": "huh" - }, - { - "name": "Huli", - "code": "hui" - }, - { - "name": "Northern Guiyang Hmong", - "code": "huj" - }, - { - "name": "Northern Guiyang Miao", - "code": "huj" - }, - { - "name": "Hulung", - "code": "huk" - }, - { - "name": "Hula", - "code": "hul" - }, - { - "name": "Hungana", - "code": "hum" - }, - { - "name": "Hungarian", - "code": "hun" - }, - { - "name": "Hu", - "code": "huo" - }, - { - "name": "Hupa", - "code": "hup" - }, - { - "name": "Tsat", - "code": "huq" - }, - { - "name": "Halkomelem", - "code": "hur" - }, - { - "name": "Huastec", - "code": "hus" - }, - { - "name": "Humla", - "code": "hut" - }, - { - "name": "Murui Huitoto", - "code": "huu" - }, - { - "name": "San Mateo Del Mar Huave", - "code": "huv" - }, - { - "name": "Hukumina", - "code": "huw" - }, - { - "name": "Nüpode Huitoto", - "code": "hux" - }, - { - "name": "Hulaulá", - "code": "huy" - }, - { - "name": "Hunzib", - "code": "huz" - }, - { - "name": "Haitian Vodoun Culture Language", - "code": "hvc" - }, - { - "name": "San Dionisio Del Mar Huave", - "code": "hve" - }, - { - "name": "Haveke", - "code": "hvk" - }, - { - "name": "Sabu", - "code": "hvn" - }, - { - "name": "Santa María Del Mar Huave", - "code": "hvv" - }, - { - "name": "Wané", - "code": "hwa" - }, - { - "name": "Hawai'i Creole English", - "code": "hwc" - }, - { - "name": "Hawai'i Pidgin", - "code": "hwc" - }, - { - "name": "Hwana", - "code": "hwo" - }, - { - "name": "Hya", - "code": "hya" - }, - { - "name": "Armenian", - "code": "hye" - }, - { - "name": "Western Armenian", - "code": "hyw" - }, - { - "name": "Iaai", - "code": "iai" - }, - { - "name": "Iatmul", - "code": "ian" - }, - { - "name": "Purari", - "code": "iar" - }, - { - "name": "Iban", - "code": "iba" - }, - { - "name": "Ibibio", - "code": "ibb" - }, - { - "name": "Iwaidja", - "code": "ibd" - }, - { - "name": "Akpes", - "code": "ibe" - }, - { - "name": "Ibanag", - "code": "ibg" - }, - { - "name": "Bih", - "code": "ibh" - }, - { - "name": "Ibaloi", - "code": "ibl" - }, - { - "name": "Agoi", - "code": "ibm" - }, - { - "name": "Ibino", - "code": "ibn" - }, - { - "name": "Igbo", - "code": "ibo" - }, - { - "name": "Ibuoro", - "code": "ibr" - }, - { - "name": "Ibu", - "code": "ibu" - }, - { - "name": "Ibani", - "code": "iby" - }, - { - "name": "Ede Ica", - "code": "ica" - }, - { - "name": "Etkywan", - "code": "ich" - }, - { - "name": "Icelandic Sign Language", - "code": "icl" - }, - { - "name": "Islander Creole English", - "code": "icr" - }, - { - "name": "Idakho-Isukha-Tiriki", - "code": "ida" - }, - { - "name": "Luidakho-Luisukha-Lutirichi", - "code": "ida" - }, - { - "name": "Indo-Portuguese", - "code": "idb" - }, - { - "name": "Ajiya", - "code": "idc" - }, - { - "name": "Idon", - "code": "idc" - }, - { - "name": "Ede Idaca", - "code": "idd" - }, - { - "name": "Idere", - "code": "ide" - }, - { - "name": "Idi", - "code": "idi" - }, - { - "name": "Ido", - "code": "ido" - }, - { - "name": "Indri", - "code": "idr" - }, - { - "name": "Idesa", - "code": "ids" - }, - { - "name": "Idaté", - "code": "idt" - }, - { - "name": "Idoma", - "code": "idu" - }, - { - "name": "Amganad Ifugao", - "code": "ifa" - }, - { - "name": "Ayangan Ifugao", - "code": "ifb" - }, - { - "name": "Batad Ifugao", - "code": "ifb" - }, - { - "name": "Ifè", - "code": "ife" - }, - { - "name": "Ifo", - "code": "iff" - }, - { - "name": "Tuwali Ifugao", - "code": "ifk" - }, - { - "name": "Teke-Fuumu", - "code": "ifm" - }, - { - "name": "Mayoyao Ifugao", - "code": "ifu" - }, - { - "name": "Keley-I Kallahan", - "code": "ify" - }, - { - "name": "Ebira", - "code": "igb" - }, - { - "name": "Igede", - "code": "ige" - }, - { - "name": "Igana", - "code": "igg" - }, - { - "name": "Igala", - "code": "igl" - }, - { - "name": "Kanggape", - "code": "igm" - }, - { - "name": "Ignaciano", - "code": "ign" - }, - { - "name": "Isebe", - "code": "igo" - }, - { - "name": "Interglossa", - "code": "igs" - }, - { - "name": "Igwe", - "code": "igw" - }, - { - "name": "Iha Based Pidgin", - "code": "ihb" - }, - { - "name": "Ihievbe", - "code": "ihi" - }, - { - "name": "Iha", - "code": "ihp" - }, - { - "name": "Bidhawal", - "code": "ihw" - }, - { - "name": "Nuosu", - "code": "iii" - }, - { - "name": "Sichuan Yi", - "code": "iii" - }, - { - "name": "Thiin", - "code": "iin" - }, - { - "name": "Izon", - "code": "ijc" - }, - { - "name": "Biseni", - "code": "ije" - }, - { - "name": "Ede Ije", - "code": "ijj" - }, - { - "name": "Kalabari", - "code": "ijn" - }, - { - "name": "Southeast Ijo", - "code": "ijs" - }, - { - "name": "Eastern Canadian Inuktitut", - "code": "ike" - }, - { - "name": "Iko", - "code": "iki" - }, - { - "name": "Ika", - "code": "ikk" - }, - { - "name": "Ikulu", - "code": "ikl" - }, - { - "name": "Olulumo-Ikom", - "code": "iko" - }, - { - "name": "Ikpeshi", - "code": "ikp" - }, - { - "name": "Ikaranggal", - "code": "ikr" - }, - { - "name": "Inuit Sign Language", - "code": "iks" - }, - { - "name": "Inuinnaqtun", - "code": "ikt" - }, - { - "name": "Western Canadian Inuktitut", - "code": "ikt" - }, - { - "name": "Inuktitut", - "code": "iku" - }, - { - "name": "Iku-Gora-Ankwa", - "code": "ikv" - }, - { - "name": "Ikwere", - "code": "ikw" - }, - { - "name": "Ik", - "code": "ikx" - }, - { - "name": "Ikizu", - "code": "ikz" - }, - { - "name": "Ile Ape", - "code": "ila" - }, - { - "name": "Ila", - "code": "ilb" - }, - { - "name": "Interlingue", - "code": "ile" - }, - { - "name": "Occidental", - "code": "ile" - }, - { - "name": "Garig-Ilgar", - "code": "ilg" - }, - { - "name": "Ili Turki", - "code": "ili" - }, - { - "name": "Ilongot", - "code": "ilk" - }, - { - "name": "Iranun (Malaysia)", - "code": "ilm" - }, - { - "name": "Iloko", - "code": "ilo" - }, - { - "name": "Iranun (Philippines)", - "code": "ilp" - }, - { - "name": "International Sign", - "code": "ils" - }, - { - "name": "Ili'uun", - "code": "ilu" - }, - { - "name": "Ilue", - "code": "ilv" - }, - { - "name": "Mala Malasar", - "code": "ima" - }, - { - "name": "Anamgura", - "code": "imi" - }, - { - "name": "Miluk", - "code": "iml" - }, - { - "name": "Imonda", - "code": "imn" - }, - { - "name": "Imbongu", - "code": "imo" - }, - { - "name": "Imroing", - "code": "imr" - }, - { - "name": "Marsian", - "code": "ims" - }, - { - "name": "Milyan", - "code": "imy" - }, - { - "name": "Interlingua (International Auxiliary Language Association)", - "code": "ina" - }, - { - "name": "Inga", - "code": "inb" - }, - { - "name": "Indonesian", - "code": "ind" - }, - { - "name": "Degexit'an", - "code": "ing" - }, - { - "name": "Ingush", - "code": "inh" - }, - { - "name": "Jungle Inga", - "code": "inj" - }, - { - "name": "Indonesian Sign Language", - "code": "inl" - }, - { - "name": "Minaean", - "code": "inm" - }, - { - "name": "Isinai", - "code": "inn" - }, - { - "name": "Inoke-Yate", - "code": "ino" - }, - { - "name": "Iñapari", - "code": "inp" - }, - { - "name": "Indian Sign Language", - "code": "ins" - }, - { - "name": "Intha", - "code": "int" - }, - { - "name": "Ineseño", - "code": "inz" - }, - { - "name": "Inor", - "code": "ior" - }, - { - "name": "Tuma-Irumu", - "code": "iou" - }, - { - "name": "Iowa-Oto", - "code": "iow" - }, - { - "name": "Ipili", - "code": "ipi" - }, - { - "name": "Inupiaq", - "code": "ipk" - }, - { - "name": "Ipiko", - "code": "ipo" - }, - { - "name": "Iquito", - "code": "iqu" - }, - { - "name": "Ikwo", - "code": "iqw" - }, - { - "name": "Iresim", - "code": "ire" - }, - { - "name": "Irarutu", - "code": "irh" - }, - { - "name": "Irigwe", - "code": "iri" - }, - { - "name": "Rigwe", - "code": "iri" - }, - { - "name": "Iraqw", - "code": "irk" - }, - { - "name": "Irántxe", - "code": "irn" - }, - { - "name": "Ir", - "code": "irr" - }, - { - "name": "Irula", - "code": "iru" - }, - { - "name": "Kamberau", - "code": "irx" - }, - { - "name": "Iraya", - "code": "iry" - }, - { - "name": "Isabi", - "code": "isa" - }, - { - "name": "Isconahua", - "code": "isc" - }, - { - "name": "Isnag", - "code": "isd" - }, - { - "name": "Italian Sign Language", - "code": "ise" - }, - { - "name": "Irish Sign Language", - "code": "isg" - }, - { - "name": "Esan", - "code": "ish" - }, - { - "name": "Nkem-Nkum", - "code": "isi" - }, - { - "name": "Ishkashimi", - "code": "isk" - }, - { - "name": "Icelandic", - "code": "isl" - }, - { - "name": "Masimasi", - "code": "ism" - }, - { - "name": "Isanzu", - "code": "isn" - }, - { - "name": "Isoko", - "code": "iso" - }, - { - "name": "Israeli Sign Language", - "code": "isr" - }, - { - "name": "Istriot", - "code": "ist" - }, - { - "name": "Isu (Menchum Division)", - "code": "isu" - }, - { - "name": "Italian", - "code": "ita" - }, - { - "name": "Binongan Itneg", - "code": "itb" - }, - { - "name": "Southern Tidung", - "code": "itd" - }, - { - "name": "Itene", - "code": "ite" - }, - { - "name": "Inlaod Itneg", - "code": "iti" - }, - { - "name": "Judeo-Italian", - "code": "itk" - }, - { - "name": "Itelmen", - "code": "itl" - }, - { - "name": "Itu Mbon Uzo", - "code": "itm" - }, - { - "name": "Itonama", - "code": "ito" - }, - { - "name": "Iteri", - "code": "itr" - }, - { - "name": "Isekiri", - "code": "its" - }, - { - "name": "Maeng Itneg", - "code": "itt" - }, - { - "name": "Itawit", - "code": "itv" - }, - { - "name": "Ito", - "code": "itw" - }, - { - "name": "Itik", - "code": "itx" - }, - { - "name": "Moyadan Itneg", - "code": "ity" - }, - { - "name": "Itzá", - "code": "itz" - }, - { - "name": "Iu Mien", - "code": "ium" - }, - { - "name": "Ibatan", - "code": "ivb" - }, - { - "name": "Ivatan", - "code": "ivv" - }, - { - "name": "I-Wak", - "code": "iwk" - }, - { - "name": "Iwam", - "code": "iwm" - }, - { - "name": "Iwur", - "code": "iwo" - }, - { - "name": "Sepik Iwam", - "code": "iws" - }, - { - "name": "Ixcatec", - "code": "ixc" - }, - { - "name": "Ixil", - "code": "ixl" - }, - { - "name": "Iyayu", - "code": "iya" - }, - { - "name": "Mesaka", - "code": "iyo" - }, - { - "name": "Yaka (Congo)", - "code": "iyx" - }, - { - "name": "Ingrian", - "code": "izh" - }, - { - "name": "Izere", - "code": "izr" - }, - { - "name": "Izii", - "code": "izz" - }, - { - "name": "Jamamadí", - "code": "jaa" - }, - { - "name": "Hyam", - "code": "jab" - }, - { - "name": "Jakalteko", - "code": "jac" - }, - { - "name": "Popti'", - "code": "jac" - }, - { - "name": "Jahanka", - "code": "jad" - }, - { - "name": "Yabem", - "code": "jae" - }, - { - "name": "Jara", - "code": "jaf" - }, - { - "name": "Jah Hut", - "code": "jah" - }, - { - "name": "Zazao", - "code": "jaj" - }, - { - "name": "Jakun", - "code": "jak" - }, - { - "name": "Yalahatan", - "code": "jal" - }, - { - "name": "Jamaican Creole English", - "code": "jam" - }, - { - "name": "Jandai", - "code": "jan" - }, - { - "name": "Yanyuwa", - "code": "jao" - }, - { - "name": "Yaqay", - "code": "jaq" - }, - { - "name": "New Caledonian Javanese", - "code": "jas" - }, - { - "name": "Jakati", - "code": "jat" - }, - { - "name": "Yaur", - "code": "jau" - }, - { - "name": "Javanese", - "code": "jav" - }, - { - "name": "Jambi Malay", - "code": "jax" - }, - { - "name": "Nhangu", - "code": "jay" - }, - { - "name": "Yan-nhangu", - "code": "jay" - }, - { - "name": "Jawe", - "code": "jaz" - }, - { - "name": "Judeo-Berber", - "code": "jbe" - }, - { - "name": "Badjiri", - "code": "jbi" - }, - { - "name": "Arandai", - "code": "jbj" - }, - { - "name": "Barikewa", - "code": "jbk" - }, - { - "name": "Bijim", - "code": "jbm" - }, - { - "name": "Nafusi", - "code": "jbn" - }, - { - "name": "Lojban", - "code": "jbo" - }, - { - "name": "Jofotek-Bromnya", - "code": "jbr" - }, - { - "name": "Jabutí", - "code": "jbt" - }, - { - "name": "Jukun Takum", - "code": "jbu" - }, - { - "name": "Yawijibaya", - "code": "jbw" - }, - { - "name": "Jamaican Country Sign Language", - "code": "jcs" - }, - { - "name": "Krymchak", - "code": "jct" - }, - { - "name": "Jad", - "code": "jda" - }, - { - "name": "Jadgali", - "code": "jdg" - }, - { - "name": "Judeo-Tat", - "code": "jdt" - }, - { - "name": "Jebero", - "code": "jeb" - }, - { - "name": "Jerung", - "code": "jee" - }, - { - "name": "Jeh", - "code": "jeh" - }, - { - "name": "Yei", - "code": "jei" - }, - { - "name": "Jeri Kuo", - "code": "jek" - }, - { - "name": "Yelmek", - "code": "jel" - }, - { - "name": "Dza", - "code": "jen" - }, - { - "name": "Jere", - "code": "jer" - }, - { - "name": "Manem", - "code": "jet" - }, - { - "name": "Jonkor Bourmataguil", - "code": "jeu" - }, - { - "name": "Ngbee", - "code": "jgb" - }, - { - "name": "Judeo-Georgian", - "code": "jge" - }, - { - "name": "Gwak", - "code": "jgk" - }, - { - "name": "Ngomba", - "code": "jgo" - }, - { - "name": "Jehai", - "code": "jhi" - }, - { - "name": "Jhankot Sign Language", - "code": "jhs" - }, - { - "name": "Jina", - "code": "jia" - }, - { - "name": "Jibu", - "code": "jib" - }, - { - "name": "Tol", - "code": "jic" - }, - { - "name": "Bu (Kaduna State)", - "code": "jid" - }, - { - "name": "Jilbe", - "code": "jie" - }, - { - "name": "Djingili", - "code": "jig" - }, - { - "name": "Jingulu", - "code": "jig" - }, - { - "name": "Shangzhai", - "code": "jih" - }, - { - "name": "sTodsde", - "code": "jih" - }, - { - "name": "Jiiddu", - "code": "jii" - }, - { - "name": "Jilim", - "code": "jil" - }, - { - "name": "Jimi (Cameroon)", - "code": "jim" - }, - { - "name": "Jiamao", - "code": "jio" - }, - { - "name": "Guanyinqiao", - "code": "jiq" - }, - { - "name": "Lavrung", - "code": "jiq" - }, - { - "name": "Jita", - "code": "jit" - }, - { - "name": "Youle Jinuo", - "code": "jiu" - }, - { - "name": "Shuar", - "code": "jiv" - }, - { - "name": "Buyuan Jinuo", - "code": "jiy" - }, - { - "name": "Jejueo", - "code": "jje" - }, - { - "name": "Bankal", - "code": "jjr" - }, - { - "name": "Kaera", - "code": "jka" - }, - { - "name": "Mobwa Karen", - "code": "jkm" - }, - { - "name": "Kubo", - "code": "jko" - }, - { - "name": "Paku Karen", - "code": "jkp" - }, - { - "name": "Koro (India)", - "code": "jkr" - }, - { - "name": "Amami Koniya Sign Language", - "code": "jks" - }, - { - "name": "Labir", - "code": "jku" - }, - { - "name": "Ngile", - "code": "jle" - }, - { - "name": "Jamaican Sign Language", - "code": "jls" - }, - { - "name": "Dima", - "code": "jma" - }, - { - "name": "Zumbun", - "code": "jmb" - }, - { - "name": "Machame", - "code": "jmc" - }, - { - "name": "Yamdena", - "code": "jmd" - }, - { - "name": "Jimi (Nigeria)", - "code": "jmi" - }, - { - "name": "Jumli", - "code": "jml" - }, - { - "name": "Makuri Naga", - "code": "jmn" - }, - { - "name": "Kamara", - "code": "jmr" - }, - { - "name": "Mashi (Nigeria)", - "code": "jms" - }, - { - "name": "Mouwase", - "code": "jmw" - }, - { - "name": "Western Juxtlahuaca Mixtec", - "code": "jmx" - }, - { - "name": "Jangshung", - "code": "jna" - }, - { - "name": "Jandavra", - "code": "jnd" - }, - { - "name": "Yangman", - "code": "jng" - }, - { - "name": "Janji", - "code": "jni" - }, - { - "name": "Yemsa", - "code": "jnj" - }, - { - "name": "Rawat", - "code": "jnl" - }, - { - "name": "Jaunsari", - "code": "jns" - }, - { - "name": "Joba", - "code": "job" - }, - { - "name": "Wojenaka", - "code": "jod" - }, - { - "name": "Jogi", - "code": "jog" - }, - { - "name": "Jorá", - "code": "jor" - }, - { - "name": "Jordanian Sign Language", - "code": "jos" - }, - { - "name": "Jowulu", - "code": "jow" - }, - { - "name": "Jewish Palestinian Aramaic", - "code": "jpa" - }, - { - "name": "Japanese", - "code": "jpn" - }, - { - "name": "Judeo-Persian", - "code": "jpr" - }, - { - "name": "Jaqaru", - "code": "jqr" - }, - { - "name": "Jarai", - "code": "jra" - }, - { - "name": "Judeo-Arabic", - "code": "jrb" - }, - { - "name": "Jiru", - "code": "jrr" - }, - { - "name": "Jakattoe", - "code": "jrt" - }, - { - "name": "Japrería", - "code": "jru" - }, - { - "name": "Japanese Sign Language", - "code": "jsl" - }, - { - "name": "Júma", - "code": "jua" - }, - { - "name": "Wannu", - "code": "jub" - }, - { - "name": "Jurchen", - "code": "juc" - }, - { - "name": "Worodougou", - "code": "jud" - }, - { - "name": "Hõne", - "code": "juh" - }, - { - "name": "Ngadjuri", - "code": "jui" - }, - { - "name": "Wapan", - "code": "juk" - }, - { - "name": "Jirel", - "code": "jul" - }, - { - "name": "Jumjum", - "code": "jum" - }, - { - "name": "Juang", - "code": "jun" - }, - { - "name": "Jiba", - "code": "juo" - }, - { - "name": "Hupdë", - "code": "jup" - }, - { - "name": "Jurúna", - "code": "jur" - }, - { - "name": "Jumla Sign Language", - "code": "jus" - }, - { - "name": "Jutish", - "code": "jut" - }, - { - "name": "Ju", - "code": "juu" - }, - { - "name": "Wãpha", - "code": "juw" - }, - { - "name": "Juray", - "code": "juy" - }, - { - "name": "Javindo", - "code": "jvd" - }, - { - "name": "Caribbean Javanese", - "code": "jvn" - }, - { - "name": "Jwira-Pepesa", - "code": "jwi" - }, - { - "name": "Jiarong", - "code": "jya" - }, - { - "name": "Judeo-Yemeni Arabic", - "code": "jye" - }, - { - "name": "Jaya", - "code": "jyy" - }, - { - "name": "Karakalpak", - "code": "kaa" - }, - { - "name": "Kara-Kalpak", - "code": "kaa" - }, - { - "name": "Kabyle", - "code": "kab" - }, - { - "name": "Jingpho", - "code": "kac" - }, - { - "name": "Kachin", - "code": "kac" - }, - { - "name": "Adara", - "code": "kad" - }, - { - "name": "Ketangalan", - "code": "kae" - }, - { - "name": "Katso", - "code": "kaf" - }, - { - "name": "Kajaman", - "code": "kag" - }, - { - "name": "Kara (Central African Republic)", - "code": "kah" - }, - { - "name": "Karekare", - "code": "kai" - }, - { - "name": "Jju", - "code": "kaj" - }, - { - "name": "Kalanguya", - "code": "kak" - }, - { - "name": "Kayapa Kallahan", - "code": "kak" - }, - { - "name": "Greenlandic", - "code": "kal" - }, - { - "name": "Kalaallisut", - "code": "kal" - }, - { - "name": "Kamba (Kenya)", - "code": "kam" - }, - { - "name": "Kannada", - "code": "kan" - }, - { - "name": "Xaasongaxango", - "code": "kao" - }, - { - "name": "Bezhta", - "code": "kap" - }, - { - "name": "Capanahua", - "code": "kaq" - }, - { - "name": "Kashmiri", - "code": "kas" - }, - { - "name": "Georgian", - "code": "kat" - }, - { - "name": "Kanuri", - "code": "kau" - }, - { - "name": "Katukína", - "code": "kav" - }, - { - "name": "Kawi", - "code": "kaw" - }, - { - "name": "Kao", - "code": "kax" - }, - { - "name": "Kamayurá", - "code": "kay" - }, - { - "name": "Kazakh", - "code": "kaz" - }, - { - "name": "Kalarko", - "code": "kba" - }, - { - "name": "Kaxuiâna", - "code": "kbb" - }, - { - "name": "Kadiwéu", - "code": "kbc" - }, - { - "name": "Kabardian", - "code": "kbd" - }, - { - "name": "Kanju", - "code": "kbe" - }, - { - "name": "Khamba", - "code": "kbg" - }, - { - "name": "Camsá", - "code": "kbh" - }, - { - "name": "Kaptiau", - "code": "kbi" - }, - { - "name": "Kari", - "code": "kbj" - }, - { - "name": "Grass Koiari", - "code": "kbk" - }, - { - "name": "Kanembu", - "code": "kbl" - }, - { - "name": "Iwal", - "code": "kbm" - }, - { - "name": "Kare (Central African Republic)", - "code": "kbn" - }, - { - "name": "Keliko", - "code": "kbo" - }, - { - "name": "Kabiyè", - "code": "kbp" - }, - { - "name": "Kamano", - "code": "kbq" - }, - { - "name": "Kafa", - "code": "kbr" - }, - { - "name": "Kande", - "code": "kbs" - }, - { - "name": "Abadi", - "code": "kbt" - }, - { - "name": "Kabutra", - "code": "kbu" - }, - { - "name": "Dera (Indonesia)", - "code": "kbv" - }, - { - "name": "Kaiep", - "code": "kbw" - }, - { - "name": "Ap Ma", - "code": "kbx" - }, - { - "name": "Manga Kanuri", - "code": "kby" - }, - { - "name": "Duhwa", - "code": "kbz" - }, - { - "name": "Khanty", - "code": "kca" - }, - { - "name": "Kawacha", - "code": "kcb" - }, - { - "name": "Lubila", - "code": "kcc" - }, - { - "name": "Ngkâlmpw Kanum", - "code": "kcd" - }, - { - "name": "Kaivi", - "code": "kce" - }, - { - "name": "Ukaan", - "code": "kcf" - }, - { - "name": "Tyap", - "code": "kcg" - }, - { - "name": "Vono", - "code": "kch" - }, - { - "name": "Kamantan", - "code": "kci" - }, - { - "name": "Kobiana", - "code": "kcj" - }, - { - "name": "Kalanga", - "code": "kck" - }, - { - "name": "Kala", - "code": "kcl" - }, - { - "name": "Kela (Papua New Guinea)", - "code": "kcl" - }, - { - "name": "Gula (Central African Republic)", - "code": "kcm" - }, - { - "name": "Nubi", - "code": "kcn" - }, - { - "name": "Kinalakna", - "code": "kco" - }, - { - "name": "Kanga", - "code": "kcp" - }, - { - "name": "Kamo", - "code": "kcq" - }, - { - "name": "Katla", - "code": "kcr" - }, - { - "name": "Koenoem", - "code": "kcs" - }, - { - "name": "Kaian", - "code": "kct" - }, - { - "name": "Kami (Tanzania)", - "code": "kcu" - }, - { - "name": "Kete", - "code": "kcv" - }, - { - "name": "Kabwari", - "code": "kcw" - }, - { - "name": "Kachama-Ganjule", - "code": "kcx" - }, - { - "name": "Korandje", - "code": "kcy" - }, - { - "name": "Konongo", - "code": "kcz" - }, - { - "name": "Worimi", - "code": "kda" - }, - { - "name": "Kutu", - "code": "kdc" - }, - { - "name": "Yankunytjatjara", - "code": "kdd" - }, - { - "name": "Makonde", - "code": "kde" - }, - { - "name": "Mamusi", - "code": "kdf" - }, - { - "name": "Seba", - "code": "kdg" - }, - { - "name": "Tem", - "code": "kdh" - }, - { - "name": "Kumam", - "code": "kdi" - }, - { - "name": "Karamojong", - "code": "kdj" - }, - { - "name": "Kwényi", - "code": "kdk" - }, - { - "name": "Numèè", - "code": "kdk" - }, - { - "name": "Tsikimba", - "code": "kdl" - }, - { - "name": "Kagoma", - "code": "kdm" - }, - { - "name": "Kunda", - "code": "kdn" - }, - { - "name": "Kaningdon-Nindem", - "code": "kdp" - }, - { - "name": "Koch", - "code": "kdq" - }, - { - "name": "Karaim", - "code": "kdr" - }, - { - "name": "Kuy", - "code": "kdt" - }, - { - "name": "Kadaru", - "code": "kdu" - }, - { - "name": "Koneraw", - "code": "kdw" - }, - { - "name": "Kam", - "code": "kdx" - }, - { - "name": "Keder", - "code": "kdy" - }, - { - "name": "Keijar", - "code": "kdy" - }, - { - "name": "Kwaja", - "code": "kdz" - }, - { - "name": "Kabuverdianu", - "code": "kea" - }, - { - "name": "Kélé", - "code": "keb" - }, - { - "name": "Keiga", - "code": "kec" - }, - { - "name": "Kerewe", - "code": "ked" - }, - { - "name": "Eastern Keres", - "code": "kee" - }, - { - "name": "Kpessi", - "code": "kef" - }, - { - "name": "Tese", - "code": "keg" - }, - { - "name": "Keak", - "code": "keh" - }, - { - "name": "Kei", - "code": "kei" - }, - { - "name": "Kadar", - "code": "kej" - }, - { - "name": "Kekchí", - "code": "kek" - }, - { - "name": "Kela (Democratic Republic of Congo)", - "code": "kel" - }, - { - "name": "Kemak", - "code": "kem" - }, - { - "name": "Kenyang", - "code": "ken" - }, - { - "name": "Kakwa", - "code": "keo" - }, - { - "name": "Kaikadi", - "code": "kep" - }, - { - "name": "Kamar", - "code": "keq" - }, - { - "name": "Kera", - "code": "ker" - }, - { - "name": "Kugbo", - "code": "kes" - }, - { - "name": "Ket", - "code": "ket" - }, - { - "name": "Akebu", - "code": "keu" - }, - { - "name": "Kanikkaran", - "code": "kev" - }, - { - "name": "West Kewa", - "code": "kew" - }, - { - "name": "Kukna", - "code": "kex" - }, - { - "name": "Kupia", - "code": "key" - }, - { - "name": "Kukele", - "code": "kez" - }, - { - "name": "Kodava", - "code": "kfa" - }, - { - "name": "Northwestern Kolami", - "code": "kfb" - }, - { - "name": "Konda-Dora", - "code": "kfc" - }, - { - "name": "Korra Koraga", - "code": "kfd" - }, - { - "name": "Kota (India)", - "code": "kfe" - }, - { - "name": "Koya", - "code": "kff" - }, - { - "name": "Kudiya", - "code": "kfg" - }, - { - "name": "Kurichiya", - "code": "kfh" - }, - { - "name": "Kannada Kurumba", - "code": "kfi" - }, - { - "name": "Kemiehua", - "code": "kfj" - }, - { - "name": "Kinnauri", - "code": "kfk" - }, - { - "name": "Kung", - "code": "kfl" - }, - { - "name": "Khunsari", - "code": "kfm" - }, - { - "name": "Kuk", - "code": "kfn" - }, - { - "name": "Koro (Côte d'Ivoire)", - "code": "kfo" - }, - { - "name": "Korwa", - "code": "kfp" - }, - { - "name": "Korku", - "code": "kfq" - }, - { - "name": "Kachhi", - "code": "kfr" - }, - { - "name": "Kutchi", - "code": "kfr" - }, - { - "name": "Bilaspuri", - "code": "kfs" - }, - { - "name": "Kanjari", - "code": "kft" - }, - { - "name": "Katkari", - "code": "kfu" - }, - { - "name": "Kurmukar", - "code": "kfv" - }, - { - "name": "Kharam Naga", - "code": "kfw" - }, - { - "name": "Kullu Pahari", - "code": "kfx" - }, - { - "name": "Kumaoni", - "code": "kfy" - }, - { - "name": "Koromfé", - "code": "kfz" - }, - { - "name": "Koyaga", - "code": "kga" - }, - { - "name": "Kawe", - "code": "kgb" - }, - { - "name": "Komering", - "code": "kge" - }, - { - "name": "Kube", - "code": "kgf" - }, - { - "name": "Kusunda", - "code": "kgg" - }, - { - "name": "Selangor Sign Language", - "code": "kgi" - }, - { - "name": "Gamale Kham", - "code": "kgj" - }, - { - "name": "Kaiwá", - "code": "kgk" - }, - { - "name": "Kunggari", - "code": "kgl" - }, - { - "name": "Karipúna", - "code": "kgm" - }, - { - "name": "Karingani", - "code": "kgn" - }, - { - "name": "Krongo", - "code": "kgo" - }, - { - "name": "Kaingang", - "code": "kgp" - }, - { - "name": "Kamoro", - "code": "kgq" - }, - { - "name": "Abun", - "code": "kgr" - }, - { - "name": "Kumbainggar", - "code": "kgs" - }, - { - "name": "Somyev", - "code": "kgt" - }, - { - "name": "Kobol", - "code": "kgu" - }, - { - "name": "Karas", - "code": "kgv" - }, - { - "name": "Karon Dori", - "code": "kgw" - }, - { - "name": "Kamaru", - "code": "kgx" - }, - { - "name": "Kyerung", - "code": "kgy" - }, - { - "name": "Khasi", - "code": "kha" - }, - { - "name": "Lü", - "code": "khb" - }, - { - "name": "Tukang Besi North", - "code": "khc" - }, - { - "name": "Bädi Kanum", - "code": "khd" - }, - { - "name": "Korowai", - "code": "khe" - }, - { - "name": "Khuen", - "code": "khf" - }, - { - "name": "Khams Tibetan", - "code": "khg" - }, - { - "name": "Kehu", - "code": "khh" - }, - { - "name": "Kuturmi", - "code": "khj" - }, - { - "name": "Halh Mongolian", - "code": "khk" - }, - { - "name": "Lusi", - "code": "khl" - }, - { - "name": "Khmer", - "code": "khm" - }, - { - "name": "Central Khmer", - "code": "khm" - }, - { - "name": "Khandesi", - "code": "khn" - }, - { - "name": "Khotanese", - "code": "kho" - }, - { - "name": "Sakan", - "code": "kho" - }, - { - "name": "Kapauri", - "code": "khp" - }, - { - "name": "Kapori", - "code": "khp" - }, - { - "name": "Koyra Chiini Songhay", - "code": "khq" - }, - { - "name": "Kharia", - "code": "khr" - }, - { - "name": "Kasua", - "code": "khs" - }, - { - "name": "Khamti", - "code": "kht" - }, - { - "name": "Nkhumbi", - "code": "khu" - }, - { - "name": "Khvarshi", - "code": "khv" - }, - { - "name": "Khowar", - "code": "khw" - }, - { - "name": "Kanu", - "code": "khx" - }, - { - "name": "Kele (Democratic Republic of Congo)", - "code": "khy" - }, - { - "name": "Keapara", - "code": "khz" - }, - { - "name": "Kim", - "code": "kia" - }, - { - "name": "Koalib", - "code": "kib" - }, - { - "name": "Kickapoo", - "code": "kic" - }, - { - "name": "Koshin", - "code": "kid" - }, - { - "name": "Kibet", - "code": "kie" - }, - { - "name": "Eastern Parbate Kham", - "code": "kif" - }, - { - "name": "Kimaama", - "code": "kig" - }, - { - "name": "Kimaghima", - "code": "kig" - }, - { - "name": "Kilmeri", - "code": "kih" - }, - { - "name": "Kitsai", - "code": "kii" - }, - { - "name": "Kilivila", - "code": "kij" - }, - { - "name": "Gikuyu", - "code": "kik" - }, - { - "name": "Kikuyu", - "code": "kik" - }, - { - "name": "Kariya", - "code": "kil" - }, - { - "name": "Karagas", - "code": "kim" - }, - { - "name": "Kinyarwanda", - "code": "kin" - }, - { - "name": "Kiowa", - "code": "kio" - }, - { - "name": "Sheshi Kham", - "code": "kip" - }, - { - "name": "Kosadle", - "code": "kiq" - }, - { - "name": "Kosare", - "code": "kiq" - }, - { - "name": "Kirghiz", - "code": "kir" - }, - { - "name": "Kyrgyz", - "code": "kir" - }, - { - "name": "Kis", - "code": "kis" - }, - { - "name": "Agob", - "code": "kit" - }, - { - "name": "Kirmanjki (individual language)", - "code": "kiu" - }, - { - "name": "Kimbu", - "code": "kiv" - }, - { - "name": "Northeast Kiwai", - "code": "kiw" - }, - { - "name": "Khiamniungan Naga", - "code": "kix" - }, - { - "name": "Kirikiri", - "code": "kiy" - }, - { - "name": "Kisi", - "code": "kiz" - }, - { - "name": "Mlap", - "code": "kja" - }, - { - "name": "Kanjobal", - "code": "kjb" - }, - { - "name": "Q'anjob'al", - "code": "kjb" - }, - { - "name": "Coastal Konjo", - "code": "kjc" - }, - { - "name": "Southern Kiwai", - "code": "kjd" - }, - { - "name": "Kisar", - "code": "kje" - }, - { - "name": "Khmu", - "code": "kjg" - }, - { - "name": "Khakas", - "code": "kjh" - }, - { - "name": "Zabana", - "code": "kji" - }, - { - "name": "Khinalugh", - "code": "kjj" - }, - { - "name": "Highland Konjo", - "code": "kjk" - }, - { - "name": "Western Parbate Kham", - "code": "kjl" - }, - { - "name": "Kháng", - "code": "kjm" - }, - { - "name": "Kunjen", - "code": "kjn" - }, - { - "name": "Harijan Kinnauri", - "code": "kjo" - }, - { - "name": "Pwo Eastern Karen", - "code": "kjp" - }, - { - "name": "Western Keres", - "code": "kjq" - }, - { - "name": "Kurudu", - "code": "kjr" - }, - { - "name": "East Kewa", - "code": "kjs" - }, - { - "name": "Phrae Pwo Karen", - "code": "kjt" - }, - { - "name": "Kashaya", - "code": "kju" - }, - { - "name": "Kaikavian Literary Language", - "code": "kjv" - }, - { - "name": "Ramopa", - "code": "kjx" - }, - { - "name": "Erave", - "code": "kjy" - }, - { - "name": "Bumthangkha", - "code": "kjz" - }, - { - "name": "Kakanda", - "code": "kka" - }, - { - "name": "Kwerisa", - "code": "kkb" - }, - { - "name": "Odoodee", - "code": "kkc" - }, - { - "name": "Kinuku", - "code": "kkd" - }, - { - "name": "Kakabe", - "code": "kke" - }, - { - "name": "Kalaktang Monpa", - "code": "kkf" - }, - { - "name": "Mabaka Valley Kalinga", - "code": "kkg" - }, - { - "name": "Khün", - "code": "kkh" - }, - { - "name": "Kagulu", - "code": "kki" - }, - { - "name": "Kako", - "code": "kkj" - }, - { - "name": "Kokota", - "code": "kkk" - }, - { - "name": "Kosarek Yale", - "code": "kkl" - }, - { - "name": "Kiong", - "code": "kkm" - }, - { - "name": "Kon Keu", - "code": "kkn" - }, - { - "name": "Karko", - "code": "kko" - }, - { - "name": "Gugubera", - "code": "kkp" - }, - { - "name": "Koko-Bera", - "code": "kkp" - }, - { - "name": "Kaeku", - "code": "kkq" - }, - { - "name": "Kir-Balar", - "code": "kkr" - }, - { - "name": "Giiwo", - "code": "kks" - }, - { - "name": "Koi", - "code": "kkt" - }, - { - "name": "Tumi", - "code": "kku" - }, - { - "name": "Kangean", - "code": "kkv" - }, - { - "name": "Teke-Kukuya", - "code": "kkw" - }, - { - "name": "Kohin", - "code": "kkx" - }, - { - "name": "Guguyimidjir", - "code": "kky" - }, - { - "name": "Guugu Yimidhirr", - "code": "kky" - }, - { - "name": "Kaska", - "code": "kkz" - }, - { - "name": "Klamath-Modoc", - "code": "kla" - }, - { - "name": "Kiliwa", - "code": "klb" - }, - { - "name": "Kolbila", - "code": "klc" - }, - { - "name": "Gamilaraay", - "code": "kld" - }, - { - "name": "Kulung (Nepal)", - "code": "kle" - }, - { - "name": "Kendeje", - "code": "klf" - }, - { - "name": "Tagakaulo", - "code": "klg" - }, - { - "name": "Weliki", - "code": "klh" - }, - { - "name": "Kalumpang", - "code": "kli" - }, - { - "name": "Khalaj", - "code": "klj" - }, - { - "name": "Kono (Nigeria)", - "code": "klk" - }, - { - "name": "Kagan Kalagan", - "code": "kll" - }, - { - "name": "Migum", - "code": "klm" - }, - { - "name": "Kalenjin", - "code": "kln" - }, - { - "name": "Kapya", - "code": "klo" - }, - { - "name": "Kamasa", - "code": "klp" - }, - { - "name": "Rumu", - "code": "klq" - }, - { - "name": "Khaling", - "code": "klr" - }, - { - "name": "Kalasha", - "code": "kls" - }, - { - "name": "Nukna", - "code": "klt" - }, - { - "name": "Klao", - "code": "klu" - }, - { - "name": "Maskelynes", - "code": "klv" - }, - { - "name": "Lindu", - "code": "klw" - }, - { - "name": "Tado", - "code": "klw" - }, - { - "name": "Koluwawa", - "code": "klx" - }, - { - "name": "Kalao", - "code": "kly" - }, - { - "name": "Kabola", - "code": "klz" - }, - { - "name": "Konni", - "code": "kma" - }, - { - "name": "Kimbundu", - "code": "kmb" - }, - { - "name": "Southern Dong", - "code": "kmc" - }, - { - "name": "Majukayang Kalinga", - "code": "kmd" - }, - { - "name": "Bakole", - "code": "kme" - }, - { - "name": "Kare (Papua New Guinea)", - "code": "kmf" - }, - { - "name": "Kâte", - "code": "kmg" - }, - { - "name": "Kalam", - "code": "kmh" - }, - { - "name": "Kami (Nigeria)", - "code": "kmi" - }, - { - "name": "Kumarbhag Paharia", - "code": "kmj" - }, - { - "name": "Limos Kalinga", - "code": "kmk" - }, - { - "name": "Tanudan Kalinga", - "code": "kml" - }, - { - "name": "Kom (India)", - "code": "kmm" - }, - { - "name": "Awtuw", - "code": "kmn" - }, - { - "name": "Kwoma", - "code": "kmo" - }, - { - "name": "Gimme", - "code": "kmp" - }, - { - "name": "Kwama", - "code": "kmq" - }, - { - "name": "Northern Kurdish", - "code": "kmr" - }, - { - "name": "Kamasau", - "code": "kms" - }, - { - "name": "Kemtuik", - "code": "kmt" - }, - { - "name": "Kanite", - "code": "kmu" - }, - { - "name": "Karipúna Creole French", - "code": "kmv" - }, - { - "name": "Komo (Democratic Republic of Congo)", - "code": "kmw" - }, - { - "name": "Waboda", - "code": "kmx" - }, - { - "name": "Koma", - "code": "kmy" - }, - { - "name": "Khorasani Turkish", - "code": "kmz" - }, - { - "name": "Dera (Nigeria)", - "code": "kna" - }, - { - "name": "Lubuagan Kalinga", - "code": "knb" - }, - { - "name": "Central Kanuri", - "code": "knc" - }, - { - "name": "Konda", - "code": "knd" - }, - { - "name": "Kankanaey", - "code": "kne" - }, - { - "name": "Mankanya", - "code": "knf" - }, - { - "name": "Koongo", - "code": "kng" - }, - { - "name": "Kanufi", - "code": "kni" - }, - { - "name": "Western Kanjobal", - "code": "knj" - }, - { - "name": "Kuranko", - "code": "knk" - }, - { - "name": "Keninjal", - "code": "knl" - }, - { - "name": "Kanamarí", - "code": "knm" - }, - { - "name": "Konkani (individual language)", - "code": "knn" - }, - { - "name": "Kono (Sierra Leone)", - "code": "kno" - }, - { - "name": "Kwanja", - "code": "knp" - }, - { - "name": "Kintaq", - "code": "knq" - }, - { - "name": "Kaningra", - "code": "knr" - }, - { - "name": "Kensiu", - "code": "kns" - }, - { - "name": "Panoan Katukína", - "code": "knt" - }, - { - "name": "Kono (Guinea)", - "code": "knu" - }, - { - "name": "Tabo", - "code": "knv" - }, - { - "name": "Kung-Ekoka", - "code": "knw" - }, - { - "name": "Kendayan", - "code": "knx" - }, - { - "name": "Salako", - "code": "knx" - }, - { - "name": "Kanyok", - "code": "kny" - }, - { - "name": "Kalamsé", - "code": "knz" - }, - { - "name": "Konomala", - "code": "koa" - }, - { - "name": "Kpati", - "code": "koc" - }, - { - "name": "Kodi", - "code": "kod" - }, - { - "name": "Kacipo-Bale Suri", - "code": "koe" - }, - { - "name": "Kubi", - "code": "kof" - }, - { - "name": "Cogui", - "code": "kog" - }, - { - "name": "Kogi", - "code": "kog" - }, - { - "name": "Koyo", - "code": "koh" - }, - { - "name": "Komi-Permyak", - "code": "koi" - }, - { - "name": "Konkani (macrolanguage)", - "code": "kok" - }, - { - "name": "Kol (Papua New Guinea)", - "code": "kol" - }, - { - "name": "Komi", - "code": "kom" - }, - { - "name": "Kongo", - "code": "kon" - }, - { - "name": "Konzo", - "code": "koo" - }, - { - "name": "Waube", - "code": "kop" - }, - { - "name": "Kota (Gabon)", - "code": "koq" - }, - { - "name": "Korean", - "code": "kor" - }, - { - "name": "Kosraean", - "code": "kos" - }, - { - "name": "Lagwan", - "code": "kot" - }, - { - "name": "Koke", - "code": "kou" - }, - { - "name": "Kudu-Camo", - "code": "kov" - }, - { - "name": "Kugama", - "code": "kow" - }, - { - "name": "Koyukon", - "code": "koy" - }, - { - "name": "Korak", - "code": "koz" - }, - { - "name": "Kutto", - "code": "kpa" - }, - { - "name": "Mullu Kurumba", - "code": "kpb" - }, - { - "name": "Curripaco", - "code": "kpc" - }, - { - "name": "Koba", - "code": "kpd" - }, - { - "name": "Kpelle", - "code": "kpe" - }, - { - "name": "Komba", - "code": "kpf" - }, - { - "name": "Kapingamarangi", - "code": "kpg" - }, - { - "name": "Kplang", - "code": "kph" - }, - { - "name": "Kofei", - "code": "kpi" - }, - { - "name": "Karajá", - "code": "kpj" - }, - { - "name": "Kpan", - "code": "kpk" - }, - { - "name": "Kpala", - "code": "kpl" - }, - { - "name": "Koho", - "code": "kpm" - }, - { - "name": "Kepkiriwát", - "code": "kpn" - }, - { - "name": "Ikposo", - "code": "kpo" - }, - { - "name": "Korupun-Sela", - "code": "kpq" - }, - { - "name": "Korafe-Yegha", - "code": "kpr" - }, - { - "name": "Tehit", - "code": "kps" - }, - { - "name": "Karata", - "code": "kpt" - }, - { - "name": "Kafoa", - "code": "kpu" - }, - { - "name": "Komi-Zyrian", - "code": "kpv" - }, - { - "name": "Kobon", - "code": "kpw" - }, - { - "name": "Mountain Koiali", - "code": "kpx" - }, - { - "name": "Koryak", - "code": "kpy" - }, - { - "name": "Kupsabiny", - "code": "kpz" - }, - { - "name": "Mum", - "code": "kqa" - }, - { - "name": "Kovai", - "code": "kqb" - }, - { - "name": "Doromu-Koki", - "code": "kqc" - }, - { - "name": "Koy Sanjaq Surat", - "code": "kqd" - }, - { - "name": "Kalagan", - "code": "kqe" - }, - { - "name": "Kakabai", - "code": "kqf" - }, - { - "name": "Khe", - "code": "kqg" - }, - { - "name": "Kisankasa", - "code": "kqh" - }, - { - "name": "Koitabu", - "code": "kqi" - }, - { - "name": "Koromira", - "code": "kqj" - }, - { - "name": "Kotafon Gbe", - "code": "kqk" - }, - { - "name": "Kyenele", - "code": "kql" - }, - { - "name": "Khisa", - "code": "kqm" - }, - { - "name": "Kaonde", - "code": "kqn" - }, - { - "name": "Eastern Krahn", - "code": "kqo" - }, - { - "name": "Kimré", - "code": "kqp" - }, - { - "name": "Krenak", - "code": "kqq" - }, - { - "name": "Kimaragang", - "code": "kqr" - }, - { - "name": "Northern Kissi", - "code": "kqs" - }, - { - "name": "Klias River Kadazan", - "code": "kqt" - }, - { - "name": "Seroa", - "code": "kqu" - }, - { - "name": "Okolod", - "code": "kqv" - }, - { - "name": "Kandas", - "code": "kqw" - }, - { - "name": "Mser", - "code": "kqx" - }, - { - "name": "Koorete", - "code": "kqy" - }, - { - "name": "Korana", - "code": "kqz" - }, - { - "name": "Kumhali", - "code": "kra" - }, - { - "name": "Karkin", - "code": "krb" - }, - { - "name": "Karachay-Balkar", - "code": "krc" - }, - { - "name": "Kairui-Midiki", - "code": "krd" - }, - { - "name": "Panará", - "code": "kre" - }, - { - "name": "Koro (Vanuatu)", - "code": "krf" - }, - { - "name": "Kurama", - "code": "krh" - }, - { - "name": "Krio", - "code": "kri" - }, - { - "name": "Kinaray-A", - "code": "krj" - }, - { - "name": "Kerek", - "code": "krk" - }, - { - "name": "Karelian", - "code": "krl" - }, - { - "name": "Sapo", - "code": "krn" - }, - { - "name": "Korop", - "code": "krp" - }, - { - "name": "Krung", - "code": "krr" - }, - { - "name": "Gbaya (Sudan)", - "code": "krs" - }, - { - "name": "Tumari Kanuri", - "code": "krt" - }, - { - "name": "Kurukh", - "code": "kru" - }, - { - "name": "Kavet", - "code": "krv" - }, - { - "name": "Western Krahn", - "code": "krw" - }, - { - "name": "Karon", - "code": "krx" - }, - { - "name": "Kryts", - "code": "kry" - }, - { - "name": "Sota Kanum", - "code": "krz" - }, - { - "name": "Shuwa-Zamani", - "code": "ksa" - }, - { - "name": "Shambala", - "code": "ksb" - }, - { - "name": "Southern Kalinga", - "code": "ksc" - }, - { - "name": "Kuanua", - "code": "ksd" - }, - { - "name": "Kuni", - "code": "kse" - }, - { - "name": "Bafia", - "code": "ksf" - }, - { - "name": "Kusaghe", - "code": "ksg" - }, - { - "name": "Kölsch", - "code": "ksh" - }, - { - "name": "I'saka", - "code": "ksi" - }, - { - "name": "Krisa", - "code": "ksi" - }, - { - "name": "Uare", - "code": "ksj" - }, - { - "name": "Kansa", - "code": "ksk" - }, - { - "name": "Kumalu", - "code": "ksl" - }, - { - "name": "Kumba", - "code": "ksm" - }, - { - "name": "Kasiguranin", - "code": "ksn" - }, - { - "name": "Kofa", - "code": "kso" - }, - { - "name": "Kaba", - "code": "ksp" - }, - { - "name": "Kwaami", - "code": "ksq" - }, - { - "name": "Borong", - "code": "ksr" - }, - { - "name": "Southern Kisi", - "code": "kss" - }, - { - "name": "Winyé", - "code": "kst" - }, - { - "name": "Khamyang", - "code": "ksu" - }, - { - "name": "Kusu", - "code": "ksv" - }, - { - "name": "S'gaw Karen", - "code": "ksw" - }, - { - "name": "Kedang", - "code": "ksx" - }, - { - "name": "Kharia Thar", - "code": "ksy" - }, - { - "name": "Kodaku", - "code": "ksz" - }, - { - "name": "Katua", - "code": "kta" - }, - { - "name": "Kambaata", - "code": "ktb" - }, - { - "name": "Kholok", - "code": "ktc" - }, - { - "name": "Kokata", - "code": "ktd" - }, - { - "name": "Kukatha", - "code": "ktd" - }, - { - "name": "Nubri", - "code": "kte" - }, - { - "name": "Kwami", - "code": "ktf" - }, - { - "name": "Kalkutung", - "code": "ktg" - }, - { - "name": "Karanga", - "code": "kth" - }, - { - "name": "North Muyu", - "code": "kti" - }, - { - "name": "Plapo Krumen", - "code": "ktj" - }, - { - "name": "Kaniet", - "code": "ktk" - }, - { - "name": "Koroshi", - "code": "ktl" - }, - { - "name": "Kurti", - "code": "ktm" - }, - { - "name": "Karitiâna", - "code": "ktn" - }, - { - "name": "Kuot", - "code": "kto" - }, - { - "name": "Kaduo", - "code": "ktp" - }, - { - "name": "Katabaga", - "code": "ktq" - }, - { - "name": "South Muyu", - "code": "kts" - }, - { - "name": "Ketum", - "code": "ktt" - }, - { - "name": "Kituba (Democratic Republic of Congo)", - "code": "ktu" - }, - { - "name": "Eastern Katu", - "code": "ktv" - }, - { - "name": "Kato", - "code": "ktw" - }, - { - "name": "Kaxararí", - "code": "ktx" - }, - { - "name": "Kango (Bas-Uélé District)", - "code": "kty" - }, - { - "name": "Juǀʼhoan", - "code": "ktz" - }, - { - "name": "Juǀʼhoansi", - "code": "ktz" - }, - { - "name": "Kuanyama", - "code": "kua" - }, - { - "name": "Kwanyama", - "code": "kua" - }, - { - "name": "Kutep", - "code": "kub" - }, - { - "name": "Kwinsu", - "code": "kuc" - }, - { - "name": "'Auhelawa", - "code": "kud" - }, - { - "name": "Kuman (Papua New Guinea)", - "code": "kue" - }, - { - "name": "Western Katu", - "code": "kuf" - }, - { - "name": "Kupa", - "code": "kug" - }, - { - "name": "Kushi", - "code": "kuh" - }, - { - "name": "Kalapalo", - "code": "kui" - }, - { - "name": "Kuikúro-Kalapálo", - "code": "kui" - }, - { - "name": "Kuria", - "code": "kuj" - }, - { - "name": "Kepo'", - "code": "kuk" - }, - { - "name": "Kulere", - "code": "kul" - }, - { - "name": "Kumyk", - "code": "kum" - }, - { - "name": "Kunama", - "code": "kun" - }, - { - "name": "Kumukio", - "code": "kuo" - }, - { - "name": "Kunimaipa", - "code": "kup" - }, - { - "name": "Karipuna", - "code": "kuq" - }, - { - "name": "Kurdish", - "code": "kur" - }, - { - "name": "Kusaal", - "code": "kus" - }, - { - "name": "Kutenai", - "code": "kut" - }, - { - "name": "Upper Kuskokwim", - "code": "kuu" - }, - { - "name": "Kur", - "code": "kuv" - }, - { - "name": "Kpagua", - "code": "kuw" - }, - { - "name": "Kukatja", - "code": "kux" - }, - { - "name": "Kuuku-Ya'u", - "code": "kuy" - }, - { - "name": "Kunza", - "code": "kuz" - }, - { - "name": "Bagvalal", - "code": "kva" - }, - { - "name": "Kubu", - "code": "kvb" - }, - { - "name": "Kove", - "code": "kvc" - }, - { - "name": "Kui (Indonesia)", - "code": "kvd" - }, - { - "name": "Kalabakan", - "code": "kve" - }, - { - "name": "Kabalai", - "code": "kvf" - }, - { - "name": "Kuni-Boazi", - "code": "kvg" - }, - { - "name": "Komodo", - "code": "kvh" - }, - { - "name": "Kwang", - "code": "kvi" - }, - { - "name": "Psikye", - "code": "kvj" - }, - { - "name": "Korean Sign Language", - "code": "kvk" - }, - { - "name": "Kayaw", - "code": "kvl" - }, - { - "name": "Kendem", - "code": "kvm" - }, - { - "name": "Border Kuna", - "code": "kvn" - }, - { - "name": "Dobel", - "code": "kvo" - }, - { - "name": "Kompane", - "code": "kvp" - }, - { - "name": "Geba Karen", - "code": "kvq" - }, - { - "name": "Kerinci", - "code": "kvr" - }, - { - "name": "Lahta", - "code": "kvt" - }, - { - "name": "Lahta Karen", - "code": "kvt" - }, - { - "name": "Yinbaw Karen", - "code": "kvu" - }, - { - "name": "Kola", - "code": "kvv" - }, - { - "name": "Wersing", - "code": "kvw" - }, - { - "name": "Parkari Koli", - "code": "kvx" - }, - { - "name": "Yintale", - "code": "kvy" - }, - { - "name": "Yintale Karen", - "code": "kvy" - }, - { - "name": "Tsakwambo", - "code": "kvz" - }, - { - "name": "Tsaukambo", - "code": "kvz" - }, - { - "name": "Dâw", - "code": "kwa" - }, - { - "name": "Kwa", - "code": "kwb" - }, - { - "name": "Likwala", - "code": "kwc" - }, - { - "name": "Kwaio", - "code": "kwd" - }, - { - "name": "Kwerba", - "code": "kwe" - }, - { - "name": "Kwara'ae", - "code": "kwf" - }, - { - "name": "Sara Kaba Deme", - "code": "kwg" - }, - { - "name": "Kowiai", - "code": "kwh" - }, - { - "name": "Awa-Cuaiquer", - "code": "kwi" - }, - { - "name": "Kwanga", - "code": "kwj" - }, - { - "name": "Kwakiutl", - "code": "kwk" - }, - { - "name": "Kofyar", - "code": "kwl" - }, - { - "name": "Kwambi", - "code": "kwm" - }, - { - "name": "Kwangali", - "code": "kwn" - }, - { - "name": "Kwomtari", - "code": "kwo" - }, - { - "name": "Kodia", - "code": "kwp" - }, - { - "name": "Kwer", - "code": "kwr" - }, - { - "name": "Kwese", - "code": "kws" - }, - { - "name": "Kwesten", - "code": "kwt" - }, - { - "name": "Kwakum", - "code": "kwu" - }, - { - "name": "Sara Kaba Náà", - "code": "kwv" - }, - { - "name": "Kwinti", - "code": "kww" - }, - { - "name": "Khirwar", - "code": "kwx" - }, - { - "name": "San Salvador Kongo", - "code": "kwy" - }, - { - "name": "Kwadi", - "code": "kwz" - }, - { - "name": "Kairiru", - "code": "kxa" - }, - { - "name": "Krobu", - "code": "kxb" - }, - { - "name": "Khonso", - "code": "kxc" - }, - { - "name": "Konso", - "code": "kxc" - }, - { - "name": "Brunei", - "code": "kxd" - }, - { - "name": "Manumanaw", - "code": "kxf" - }, - { - "name": "Manumanaw Karen", - "code": "kxf" - }, - { - "name": "Karo (Ethiopia)", - "code": "kxh" - }, - { - "name": "Keningau Murut", - "code": "kxi" - }, - { - "name": "Kulfa", - "code": "kxj" - }, - { - "name": "Zayein Karen", - "code": "kxk" - }, - { - "name": "Northern Khmer", - "code": "kxm" - }, - { - "name": "Kanowit-Tanjong Melanau", - "code": "kxn" - }, - { - "name": "Kanoé", - "code": "kxo" - }, - { - "name": "Wadiyara Koli", - "code": "kxp" - }, - { - "name": "Smärky Kanum", - "code": "kxq" - }, - { - "name": "Koro (Papua New Guinea)", - "code": "kxr" - }, - { - "name": "Kangjia", - "code": "kxs" - }, - { - "name": "Koiwat", - "code": "kxt" - }, - { - "name": "Kuvi", - "code": "kxv" - }, - { - "name": "Konai", - "code": "kxw" - }, - { - "name": "Likuba", - "code": "kxx" - }, - { - "name": "Kayong", - "code": "kxy" - }, - { - "name": "Kerewo", - "code": "kxz" - }, - { - "name": "Kwaya", - "code": "kya" - }, - { - "name": "Butbut Kalinga", - "code": "kyb" - }, - { - "name": "Kyaka", - "code": "kyc" - }, - { - "name": "Karey", - "code": "kyd" - }, - { - "name": "Krache", - "code": "kye" - }, - { - "name": "Kouya", - "code": "kyf" - }, - { - "name": "Keyagana", - "code": "kyg" - }, - { - "name": "Karok", - "code": "kyh" - }, - { - "name": "Kiput", - "code": "kyi" - }, - { - "name": "Karao", - "code": "kyj" - }, - { - "name": "Kamayo", - "code": "kyk" - }, - { - "name": "Kalapuya", - "code": "kyl" - }, - { - "name": "Kpatili", - "code": "kym" - }, - { - "name": "Northern Binukidnon", - "code": "kyn" - }, - { - "name": "Kelon", - "code": "kyo" - }, - { - "name": "Kang", - "code": "kyp" - }, - { - "name": "Kenga", - "code": "kyq" - }, - { - "name": "Kuruáya", - "code": "kyr" - }, - { - "name": "Baram Kayan", - "code": "kys" - }, - { - "name": "Kayagar", - "code": "kyt" - }, - { - "name": "Western Kayah", - "code": "kyu" - }, - { - "name": "Kayort", - "code": "kyv" - }, - { - "name": "Kudmali", - "code": "kyw" - }, - { - "name": "Rapoisi", - "code": "kyx" - }, - { - "name": "Kambaira", - "code": "kyy" - }, - { - "name": "Kayabí", - "code": "kyz" - }, - { - "name": "Western Karaboro", - "code": "kza" - }, - { - "name": "Kaibobo", - "code": "kzb" - }, - { - "name": "Bondoukou Kulango", - "code": "kzc" - }, - { - "name": "Kadai", - "code": "kzd" - }, - { - "name": "Kosena", - "code": "kze" - }, - { - "name": "Da'a Kaili", - "code": "kzf" - }, - { - "name": "Kikai", - "code": "kzg" - }, - { - "name": "Kelabit", - "code": "kzi" - }, - { - "name": "Kazukuru", - "code": "kzk" - }, - { - "name": "Kayeli", - "code": "kzl" - }, - { - "name": "Kais", - "code": "kzm" - }, - { - "name": "Kokola", - "code": "kzn" - }, - { - "name": "Kaningi", - "code": "kzo" - }, - { - "name": "Kaidipang", - "code": "kzp" - }, - { - "name": "Kaike", - "code": "kzq" - }, - { - "name": "Karang", - "code": "kzr" - }, - { - "name": "Sugut Dusun", - "code": "kzs" - }, - { - "name": "Kayupulau", - "code": "kzu" - }, - { - "name": "Komyandaret", - "code": "kzv" - }, - { - "name": "Karirí-Xocó", - "code": "kzw" - }, - { - "name": "Kamarian", - "code": "kzx" - }, - { - "name": "Kango (Tshopo District)", - "code": "kzy" - }, - { - "name": "Kalabra", - "code": "kzz" - }, - { - "name": "Southern Subanen", - "code": "laa" - }, - { - "name": "Linear A", - "code": "lab" - }, - { - "name": "Lacandon", - "code": "lac" - }, - { - "name": "Ladino", - "code": "lad" - }, - { - "name": "Pattani", - "code": "lae" - }, - { - "name": "Lafofa", - "code": "laf" - }, - { - "name": "Langi", - "code": "lag" - }, - { - "name": "Lahnda", - "code": "lah" - }, - { - "name": "Lambya", - "code": "lai" - }, - { - "name": "Lango (Uganda)", - "code": "laj" - }, - { - "name": "Laka (Nigeria)", - "code": "lak" - }, - { - "name": "Lalia", - "code": "lal" - }, - { - "name": "Lamba", - "code": "lam" - }, - { - "name": "Laru", - "code": "lan" - }, - { - "name": "Lao", - "code": "lao" - }, - { - "name": "Laka (Chad)", - "code": "lap" - }, - { - "name": "Qabiao", - "code": "laq" - }, - { - "name": "Larteh", - "code": "lar" - }, - { - "name": "Lama (Togo)", - "code": "las" - }, - { - "name": "Latin", - "code": "lat" - }, - { - "name": "Laba", - "code": "lau" - }, - { - "name": "Latvian", - "code": "lav" - }, - { - "name": "Lauje", - "code": "law" - }, - { - "name": "Tiwa", - "code": "lax" - }, - { - "name": "Lama Bai", - "code": "lay" - }, - { - "name": "Aribwatsa", - "code": "laz" - }, - { - "name": "Label", - "code": "lbb" - }, - { - "name": "Lakkia", - "code": "lbc" - }, - { - "name": "Lak", - "code": "lbe" - }, - { - "name": "Tinani", - "code": "lbf" - }, - { - "name": "Laopang", - "code": "lbg" - }, - { - "name": "La'bi", - "code": "lbi" - }, - { - "name": "Ladakhi", - "code": "lbj" - }, - { - "name": "Central Bontok", - "code": "lbk" - }, - { - "name": "Libon Bikol", - "code": "lbl" - }, - { - "name": "Lodhi", - "code": "lbm" - }, - { - "name": "Rmeet", - "code": "lbn" - }, - { - "name": "Laven", - "code": "lbo" - }, - { - "name": "Wampar", - "code": "lbq" - }, - { - "name": "Lohorung", - "code": "lbr" - }, - { - "name": "Libyan Sign Language", - "code": "lbs" - }, - { - "name": "Lachi", - "code": "lbt" - }, - { - "name": "Labu", - "code": "lbu" - }, - { - "name": "Lavatbura-Lamusong", - "code": "lbv" - }, - { - "name": "Tolaki", - "code": "lbw" - }, - { - "name": "Lawangan", - "code": "lbx" - }, - { - "name": "Lamalama", - "code": "lby" - }, - { - "name": "Lamu-Lamu", - "code": "lby" - }, - { - "name": "Lardil", - "code": "lbz" - }, - { - "name": "Legenyem", - "code": "lcc" - }, - { - "name": "Lola", - "code": "lcd" - }, - { - "name": "Loncong", - "code": "lce" - }, - { - "name": "Sekak", - "code": "lce" - }, - { - "name": "Lubu", - "code": "lcf" - }, - { - "name": "Luchazi", - "code": "lch" - }, - { - "name": "Lisela", - "code": "lcl" - }, - { - "name": "Tungag", - "code": "lcm" - }, - { - "name": "Western Lawa", - "code": "lcp" - }, - { - "name": "Luhu", - "code": "lcq" - }, - { - "name": "Lisabata-Nuniali", - "code": "lcs" - }, - { - "name": "Kla-Dan", - "code": "lda" - }, - { - "name": "Dũya", - "code": "ldb" - }, - { - "name": "Luri", - "code": "ldd" - }, - { - "name": "Lenyima", - "code": "ldg" - }, - { - "name": "Lamja-Dengsa-Tola", - "code": "ldh" - }, - { - "name": "Laari", - "code": "ldi" - }, - { - "name": "Lemoro", - "code": "ldj" - }, - { - "name": "Leelau", - "code": "ldk" - }, - { - "name": "Kaan", - "code": "ldl" - }, - { - "name": "Landoma", - "code": "ldm" - }, - { - "name": "Láadan", - "code": "ldn" - }, - { - "name": "Loo", - "code": "ldo" - }, - { - "name": "Tso", - "code": "ldp" - }, - { - "name": "Lufu", - "code": "ldq" - }, - { - "name": "Lega-Shabunda", - "code": "lea" - }, - { - "name": "Lala-Bisa", - "code": "leb" - }, - { - "name": "Leco", - "code": "lec" - }, - { - "name": "Lendu", - "code": "led" - }, - { - "name": "Lyélé", - "code": "lee" - }, - { - "name": "Lelemi", - "code": "lef" - }, - { - "name": "Lenje", - "code": "leh" - }, - { - "name": "Lemio", - "code": "lei" - }, - { - "name": "Lengola", - "code": "lej" - }, - { - "name": "Leipon", - "code": "lek" - }, - { - "name": "Lele (Democratic Republic of Congo)", - "code": "lel" - }, - { - "name": "Nomaande", - "code": "lem" - }, - { - "name": "Lenca", - "code": "len" - }, - { - "name": "Leti (Cameroon)", - "code": "leo" - }, - { - "name": "Lepcha", - "code": "lep" - }, - { - "name": "Lembena", - "code": "leq" - }, - { - "name": "Lenkau", - "code": "ler" - }, - { - "name": "Lese", - "code": "les" - }, - { - "name": "Amio-Gelimi", - "code": "let" - }, - { - "name": "Lesing-Gelimi", - "code": "let" - }, - { - "name": "Kara (Papua New Guinea)", - "code": "leu" - }, - { - "name": "Lamma", - "code": "lev" - }, - { - "name": "Ledo Kaili", - "code": "lew" - }, - { - "name": "Luang", - "code": "lex" - }, - { - "name": "Lemolang", - "code": "ley" - }, - { - "name": "Lezghian", - "code": "lez" - }, - { - "name": "Lefa", - "code": "lfa" - }, - { - "name": "Lingua Franca Nova", - "code": "lfn" - }, - { - "name": "Lungga", - "code": "lga" - }, - { - "name": "Laghu", - "code": "lgb" - }, - { - "name": "Lugbara", - "code": "lgg" - }, - { - "name": "Laghuu", - "code": "lgh" - }, - { - "name": "Lengilu", - "code": "lgi" - }, - { - "name": "Lingarak", - "code": "lgk" - }, - { - "name": "Neverver", - "code": "lgk" - }, - { - "name": "Wala", - "code": "lgl" - }, - { - "name": "Lega-Mwenga", - "code": "lgm" - }, - { - "name": "Opuuo", - "code": "lgn" - }, - { - "name": "T'apo", - "code": "lgn" - }, - { - "name": "Logba", - "code": "lgq" - }, - { - "name": "Lengo", - "code": "lgr" - }, - { - "name": "Pahi", - "code": "lgt" - }, - { - "name": "Longgu", - "code": "lgu" - }, - { - "name": "Ligenza", - "code": "lgz" - }, - { - "name": "Laha (Viet Nam)", - "code": "lha" - }, - { - "name": "Laha (Indonesia)", - "code": "lhh" - }, - { - "name": "Lahu Shi", - "code": "lhi" - }, - { - "name": "Lahul Lohar", - "code": "lhl" - }, - { - "name": "Lhomi", - "code": "lhm" - }, - { - "name": "Lahanan", - "code": "lhn" - }, - { - "name": "Lhokpu", - "code": "lhp" - }, - { - "name": "Mlahsö", - "code": "lhs" - }, - { - "name": "Lo-Toga", - "code": "lht" - }, - { - "name": "Lahu", - "code": "lhu" - }, - { - "name": "West-Central Limba", - "code": "lia" - }, - { - "name": "Likum", - "code": "lib" - }, - { - "name": "Hlai", - "code": "lic" - }, - { - "name": "Nyindrou", - "code": "lid" - }, - { - "name": "Likila", - "code": "lie" - }, - { - "name": "Limbu", - "code": "lif" - }, - { - "name": "Ligbi", - "code": "lig" - }, - { - "name": "Lihir", - "code": "lih" - }, - { - "name": "Ligurian", - "code": "lij" - }, - { - "name": "Lika", - "code": "lik" - }, - { - "name": "Lillooet", - "code": "lil" - }, - { - "name": "Limburgan", - "code": "lim" - }, - { - "name": "Limburger", - "code": "lim" - }, - { - "name": "Limburgish", - "code": "lim" - }, - { - "name": "Lingala", - "code": "lin" - }, - { - "name": "Liki", - "code": "lio" - }, - { - "name": "Sekpele", - "code": "lip" - }, - { - "name": "Libido", - "code": "liq" - }, - { - "name": "Liberian English", - "code": "lir" - }, - { - "name": "Lisu", - "code": "lis" - }, - { - "name": "Lithuanian", - "code": "lit" - }, - { - "name": "Logorik", - "code": "liu" - }, - { - "name": "Liv", - "code": "liv" - }, - { - "name": "Col", - "code": "liw" - }, - { - "name": "Liabuku", - "code": "lix" - }, - { - "name": "Banda-Bambari", - "code": "liy" - }, - { - "name": "Libinza", - "code": "liz" - }, - { - "name": "Golpa", - "code": "lja" - }, - { - "name": "Rampi", - "code": "lje" - }, - { - "name": "Laiyolo", - "code": "lji" - }, - { - "name": "Li'o", - "code": "ljl" - }, - { - "name": "Lampung Api", - "code": "ljp" - }, - { - "name": "Yirandali", - "code": "ljw" - }, - { - "name": "Yuru", - "code": "ljx" - }, - { - "name": "Lakalei", - "code": "lka" - }, - { - "name": "Kabras", - "code": "lkb" - }, - { - "name": "Lukabaras", - "code": "lkb" - }, - { - "name": "Kucong", - "code": "lkc" - }, - { - "name": "Lakondê", - "code": "lkd" - }, - { - "name": "Kenyi", - "code": "lke" - }, - { - "name": "Lakha", - "code": "lkh" - }, - { - "name": "Laki", - "code": "lki" - }, - { - "name": "Remun", - "code": "lkj" - }, - { - "name": "Laeko-Libuat", - "code": "lkl" - }, - { - "name": "Kalaamaya", - "code": "lkm" - }, - { - "name": "Lakon", - "code": "lkn" - }, - { - "name": "Vure", - "code": "lkn" - }, - { - "name": "Khayo", - "code": "lko" - }, - { - "name": "Olukhayo", - "code": "lko" - }, - { - "name": "Päri", - "code": "lkr" - }, - { - "name": "Kisa", - "code": "lks" - }, - { - "name": "Olushisa", - "code": "lks" - }, - { - "name": "Lakota", - "code": "lkt" - }, - { - "name": "Kungkari", - "code": "lku" - }, - { - "name": "Lokoya", - "code": "lky" - }, - { - "name": "Lala-Roba", - "code": "lla" - }, - { - "name": "Lolo", - "code": "llb" - }, - { - "name": "Lele (Guinea)", - "code": "llc" - }, - { - "name": "Ladin", - "code": "lld" - }, - { - "name": "Lele (Papua New Guinea)", - "code": "lle" - }, - { - "name": "Hermit", - "code": "llf" - }, - { - "name": "Lole", - "code": "llg" - }, - { - "name": "Lamu", - "code": "llh" - }, - { - "name": "Teke-Laali", - "code": "lli" - }, - { - "name": "Ladji Ladji", - "code": "llj" - }, - { - "name": "Lelak", - "code": "llk" - }, - { - "name": "Lilau", - "code": "lll" - }, - { - "name": "Lasalimu", - "code": "llm" - }, - { - "name": "Lele (Chad)", - "code": "lln" - }, - { - "name": "North Efate", - "code": "llp" - }, - { - "name": "Lolak", - "code": "llq" - }, - { - "name": "Lithuanian Sign Language", - "code": "lls" - }, - { - "name": "Lau", - "code": "llu" - }, - { - "name": "Lauan", - "code": "llx" - }, - { - "name": "East Limba", - "code": "lma" - }, - { - "name": "Merei", - "code": "lmb" - }, - { - "name": "Limilngan", - "code": "lmc" - }, - { - "name": "Lumun", - "code": "lmd" - }, - { - "name": "Pévé", - "code": "lme" - }, - { - "name": "South Lembata", - "code": "lmf" - }, - { - "name": "Lamogai", - "code": "lmg" - }, - { - "name": "Lambichhong", - "code": "lmh" - }, - { - "name": "Lombi", - "code": "lmi" - }, - { - "name": "West Lembata", - "code": "lmj" - }, - { - "name": "Lamkang", - "code": "lmk" - }, - { - "name": "Hano", - "code": "lml" - }, - { - "name": "Lambadi", - "code": "lmn" - }, - { - "name": "Lombard", - "code": "lmo" - }, - { - "name": "Limbum", - "code": "lmp" - }, - { - "name": "Lamatuka", - "code": "lmq" - }, - { - "name": "Lamalera", - "code": "lmr" - }, - { - "name": "Lamenu", - "code": "lmu" - }, - { - "name": "Lomaiviti", - "code": "lmv" - }, - { - "name": "Lake Miwok", - "code": "lmw" - }, - { - "name": "Laimbue", - "code": "lmx" - }, - { - "name": "Lamboya", - "code": "lmy" - }, - { - "name": "Langbashe", - "code": "lna" - }, - { - "name": "Mbalanhu", - "code": "lnb" - }, - { - "name": "Lun Bawang", - "code": "lnd" - }, - { - "name": "Lundayeh", - "code": "lnd" - }, - { - "name": "Langobardic", - "code": "lng" - }, - { - "name": "Lanoh", - "code": "lnh" - }, - { - "name": "Daantanai'", - "code": "lni" - }, - { - "name": "Leningitij", - "code": "lnj" - }, - { - "name": "South Central Banda", - "code": "lnl" - }, - { - "name": "Langam", - "code": "lnm" - }, - { - "name": "Lorediakarkar", - "code": "lnn" - }, - { - "name": "Lango (South Sudan)", - "code": "lno" - }, - { - "name": "Lamnso'", - "code": "lns" - }, - { - "name": "Longuda", - "code": "lnu" - }, - { - "name": "Lanima", - "code": "lnw" - }, - { - "name": "Lonzo", - "code": "lnz" - }, - { - "name": "Loloda", - "code": "loa" - }, - { - "name": "Lobi", - "code": "lob" - }, - { - "name": "Inonhan", - "code": "loc" - }, - { - "name": "Saluan", - "code": "loe" - }, - { - "name": "Logol", - "code": "lof" - }, - { - "name": "Logo", - "code": "log" - }, - { - "name": "Narim", - "code": "loh" - }, - { - "name": "Loma (Côte d'Ivoire)", - "code": "loi" - }, - { - "name": "Lou", - "code": "loj" - }, - { - "name": "Loko", - "code": "lok" - }, - { - "name": "Mongo", - "code": "lol" - }, - { - "name": "Loma (Liberia)", - "code": "lom" - }, - { - "name": "Malawi Lomwe", - "code": "lon" - }, - { - "name": "Lombo", - "code": "loo" - }, - { - "name": "Lopa", - "code": "lop" - }, - { - "name": "Lobala", - "code": "loq" - }, - { - "name": "Téén", - "code": "lor" - }, - { - "name": "Loniu", - "code": "los" - }, - { - "name": "Otuho", - "code": "lot" - }, - { - "name": "Louisiana Creole", - "code": "lou" - }, - { - "name": "Lopi", - "code": "lov" - }, - { - "name": "Tampias Lobu", - "code": "low" - }, - { - "name": "Loun", - "code": "lox" - }, - { - "name": "Loke", - "code": "loy" - }, - { - "name": "Lozi", - "code": "loz" - }, - { - "name": "Lelepa", - "code": "lpa" - }, - { - "name": "Lepki", - "code": "lpe" - }, - { - "name": "Long Phuri Naga", - "code": "lpn" - }, - { - "name": "Lipo", - "code": "lpo" - }, - { - "name": "Lopit", - "code": "lpx" - }, - { - "name": "Rara Bakati'", - "code": "lra" - }, - { - "name": "Northern Luri", - "code": "lrc" - }, - { - "name": "Laurentian", - "code": "lre" - }, - { - "name": "Laragia", - "code": "lrg" - }, - { - "name": "Marachi", - "code": "lri" - }, - { - "name": "Olumarachi", - "code": "lri" - }, - { - "name": "Loarki", - "code": "lrk" - }, - { - "name": "Lari", - "code": "lrl" - }, - { - "name": "Marama", - "code": "lrm" - }, - { - "name": "Olumarama", - "code": "lrm" - }, - { - "name": "Lorang", - "code": "lrn" - }, - { - "name": "Laro", - "code": "lro" - }, - { - "name": "Southern Yamphu", - "code": "lrr" - }, - { - "name": "Larantuka Malay", - "code": "lrt" - }, - { - "name": "Larevat", - "code": "lrv" - }, - { - "name": "Lemerig", - "code": "lrz" - }, - { - "name": "Lasgerdi", - "code": "lsa" - }, - { - "name": "Burundian Sign Language", - "code": "lsb" - }, - { - "name": "Langue des Signes Burundaise", - "code": "lsb" - }, - { - "name": "Lishana Deni", - "code": "lsd" - }, - { - "name": "Lusengo", - "code": "lse" - }, - { - "name": "Lish", - "code": "lsh" - }, - { - "name": "Lashi", - "code": "lsi" - }, - { - "name": "Latvian Sign Language", - "code": "lsl" - }, - { - "name": "Olusamia", - "code": "lsm" - }, - { - "name": "Saamia", - "code": "lsm" - }, - { - "name": "Tibetan Sign Language", - "code": "lsn" - }, - { - "name": "Laos Sign Language", - "code": "lso" - }, - { - "name": "Lengua de Señas Panameñas", - "code": "lsp" - }, - { - "name": "Panamanian Sign Language", - "code": "lsp" - }, - { - "name": "Aruop", - "code": "lsr" - }, - { - "name": "Lasi", - "code": "lss" - }, - { - "name": "Trinidad and Tobago Sign Language", - "code": "lst" - }, - { - "name": "Sivia Sign Language", - "code": "lsv" - }, - { - "name": "Mauritian Sign Language", - "code": "lsy" - }, - { - "name": "Late Middle Chinese", - "code": "ltc" - }, - { - "name": "Latgalian", - "code": "ltg" - }, - { - "name": "Thur", - "code": "lth" - }, - { - "name": "Leti (Indonesia)", - "code": "lti" - }, - { - "name": "Latundê", - "code": "ltn" - }, - { - "name": "Olutsotso", - "code": "lto" - }, - { - "name": "Tsotso", - "code": "lto" - }, - { - "name": "Lutachoni", - "code": "lts" - }, - { - "name": "Tachoni", - "code": "lts" - }, - { - "name": "Latu", - "code": "ltu" - }, - { - "name": "Letzeburgesch", - "code": "ltz" - }, - { - "name": "Luxembourgish", - "code": "ltz" - }, - { - "name": "Luba-Lulua", - "code": "lua" - }, - { - "name": "Luba-Katanga", - "code": "lub" - }, - { - "name": "Aringa", - "code": "luc" - }, - { - "name": "Ludian", - "code": "lud" - }, - { - "name": "Luvale", - "code": "lue" - }, - { - "name": "Laua", - "code": "luf" - }, - { - "name": "Ganda", - "code": "lug" - }, - { - "name": "Luiseno", - "code": "lui" - }, - { - "name": "Luna", - "code": "luj" - }, - { - "name": "Lunanakha", - "code": "luk" - }, - { - "name": "Olu'bo", - "code": "lul" - }, - { - "name": "Luimbi", - "code": "lum" - }, - { - "name": "Lunda", - "code": "lun" - }, - { - "name": "Dholuo", - "code": "luo" - }, - { - "name": "Luo (Kenya and Tanzania)", - "code": "luo" - }, - { - "name": "Lumbu", - "code": "lup" - }, - { - "name": "Lucumi", - "code": "luq" - }, - { - "name": "Laura", - "code": "lur" - }, - { - "name": "Lushai", - "code": "lus" - }, - { - "name": "Lushootseed", - "code": "lut" - }, - { - "name": "Lumba-Yakkha", - "code": "luu" - }, - { - "name": "Luwati", - "code": "luv" - }, - { - "name": "Luo (Cameroon)", - "code": "luw" - }, - { - "name": "Luyia", - "code": "luy" - }, - { - "name": "Oluluyia", - "code": "luy" - }, - { - "name": "Southern Luri", - "code": "luz" - }, - { - "name": "Maku'a", - "code": "lva" - }, - { - "name": "Lavi", - "code": "lvi" - }, - { - "name": "Lavukaleve", - "code": "lvk" - }, - { - "name": "Standard Latvian", - "code": "lvs" - }, - { - "name": "Levuka", - "code": "lvu" - }, - { - "name": "Lwalu", - "code": "lwa" - }, - { - "name": "Lewo Eleng", - "code": "lwe" - }, - { - "name": "Oluwanga", - "code": "lwg" - }, - { - "name": "Wanga", - "code": "lwg" - }, - { - "name": "White Lachi", - "code": "lwh" - }, - { - "name": "Eastern Lawa", - "code": "lwl" - }, - { - "name": "Laomian", - "code": "lwm" - }, - { - "name": "Luwo", - "code": "lwo" - }, - { - "name": "Malawian Sign Language", - "code": "lws" - }, - { - "name": "Lewotobi", - "code": "lwt" - }, - { - "name": "Lawu", - "code": "lwu" - }, - { - "name": "Lewo", - "code": "lww" - }, - { - "name": "Lakurumau", - "code": "lxm" - }, - { - "name": "Layakha", - "code": "lya" - }, - { - "name": "Lyngngam", - "code": "lyg" - }, - { - "name": "Luyana", - "code": "lyn" - }, - { - "name": "Literary Chinese", - "code": "lzh" - }, - { - "name": "Litzlitz", - "code": "lzl" - }, - { - "name": "Leinong Naga", - "code": "lzn" - }, - { - "name": "Laz", - "code": "lzz" - }, - { - "name": "San Jerónimo Tecóatl Mazatec", - "code": "maa" - }, - { - "name": "Yutanduchi Mixtec", - "code": "mab" - }, - { - "name": "Madurese", - "code": "mad" - }, - { - "name": "Bo-Rukul", - "code": "mae" - }, - { - "name": "Mafa", - "code": "maf" - }, - { - "name": "Magahi", - "code": "mag" - }, - { - "name": "Marshallese", - "code": "mah" - }, - { - "name": "Maithili", - "code": "mai" - }, - { - "name": "Jalapa De Díaz Mazatec", - "code": "maj" - }, - { - "name": "Makasar", - "code": "mak" - }, - { - "name": "Malayalam", - "code": "mal" - }, - { - "name": "Mam", - "code": "mam" - }, - { - "name": "Manding", - "code": "man" - }, - { - "name": "Mandingo", - "code": "man" - }, - { - "name": "Chiquihuitlán Mazatec", - "code": "maq" - }, - { - "name": "Marathi", - "code": "mar" - }, - { - "name": "Masai", - "code": "mas" - }, - { - "name": "San Francisco Matlatzinca", - "code": "mat" - }, - { - "name": "Huautla Mazatec", - "code": "mau" - }, - { - "name": "Sateré-Mawé", - "code": "mav" - }, - { - "name": "Mampruli", - "code": "maw" - }, - { - "name": "North Moluccan Malay", - "code": "max" - }, - { - "name": "Central Mazahua", - "code": "maz" - }, - { - "name": "Higaonon", - "code": "mba" - }, - { - "name": "Western Bukidnon Manobo", - "code": "mbb" - }, - { - "name": "Macushi", - "code": "mbc" - }, - { - "name": "Dibabawon Manobo", - "code": "mbd" - }, - { - "name": "Molale", - "code": "mbe" - }, - { - "name": "Baba Malay", - "code": "mbf" - }, - { - "name": "Mangseng", - "code": "mbh" - }, - { - "name": "Ilianen Manobo", - "code": "mbi" - }, - { - "name": "Nadëb", - "code": "mbj" - }, - { - "name": "Malol", - "code": "mbk" - }, - { - "name": "Maxakalí", - "code": "mbl" - }, - { - "name": "Ombamba", - "code": "mbm" - }, - { - "name": "Macaguán", - "code": "mbn" - }, - { - "name": "Mbo (Cameroon)", - "code": "mbo" - }, - { - "name": "Malayo", - "code": "mbp" - }, - { - "name": "Maisin", - "code": "mbq" - }, - { - "name": "Nukak Makú", - "code": "mbr" - }, - { - "name": "Sarangani Manobo", - "code": "mbs" - }, - { - "name": "Matigsalug Manobo", - "code": "mbt" - }, - { - "name": "Mbula-Bwazza", - "code": "mbu" - }, - { - "name": "Mbulungish", - "code": "mbv" - }, - { - "name": "Maring", - "code": "mbw" - }, - { - "name": "Mari (East Sepik Province)", - "code": "mbx" - }, - { - "name": "Memoni", - "code": "mby" - }, - { - "name": "Amoltepec Mixtec", - "code": "mbz" - }, - { - "name": "Maca", - "code": "mca" - }, - { - "name": "Machiguenga", - "code": "mcb" - }, - { - "name": "Bitur", - "code": "mcc" - }, - { - "name": "Sharanahua", - "code": "mcd" - }, - { - "name": "Itundujia Mixtec", - "code": "mce" - }, - { - "name": "Matsés", - "code": "mcf" - }, - { - "name": "Mapoyo", - "code": "mcg" - }, - { - "name": "Maquiritari", - "code": "mch" - }, - { - "name": "Mese", - "code": "mci" - }, - { - "name": "Mvanip", - "code": "mcj" - }, - { - "name": "Mbunda", - "code": "mck" - }, - { - "name": "Macaguaje", - "code": "mcl" - }, - { - "name": "Malaccan Creole Portuguese", - "code": "mcm" - }, - { - "name": "Masana", - "code": "mcn" - }, - { - "name": "Coatlán Mixe", - "code": "mco" - }, - { - "name": "Makaa", - "code": "mcp" - }, - { - "name": "Ese", - "code": "mcq" - }, - { - "name": "Menya", - "code": "mcr" - }, - { - "name": "Mambai", - "code": "mcs" - }, - { - "name": "Mengisa", - "code": "mct" - }, - { - "name": "Cameroon Mambila", - "code": "mcu" - }, - { - "name": "Minanibai", - "code": "mcv" - }, - { - "name": "Mawa (Chad)", - "code": "mcw" - }, - { - "name": "Mpiemo", - "code": "mcx" - }, - { - "name": "South Watut", - "code": "mcy" - }, - { - "name": "Mawan", - "code": "mcz" - }, - { - "name": "Mada (Nigeria)", - "code": "mda" - }, - { - "name": "Morigi", - "code": "mdb" - }, - { - "name": "Male (Papua New Guinea)", - "code": "mdc" - }, - { - "name": "Mbum", - "code": "mdd" - }, - { - "name": "Maba (Chad)", - "code": "mde" - }, - { - "name": "Moksha", - "code": "mdf" - }, - { - "name": "Massalat", - "code": "mdg" - }, - { - "name": "Maguindanaon", - "code": "mdh" - }, - { - "name": "Mamvu", - "code": "mdi" - }, - { - "name": "Mangbetu", - "code": "mdj" - }, - { - "name": "Mangbutu", - "code": "mdk" - }, - { - "name": "Maltese Sign Language", - "code": "mdl" - }, - { - "name": "Mayogo", - "code": "mdm" - }, - { - "name": "Mbati", - "code": "mdn" - }, - { - "name": "Mbala", - "code": "mdp" - }, - { - "name": "Mbole", - "code": "mdq" - }, - { - "name": "Mandar", - "code": "mdr" - }, - { - "name": "Maria (Papua New Guinea)", - "code": "mds" - }, - { - "name": "Mbere", - "code": "mdt" - }, - { - "name": "Mboko", - "code": "mdu" - }, - { - "name": "Santa Lucía Monteverde Mixtec", - "code": "mdv" - }, - { - "name": "Mbosi", - "code": "mdw" - }, - { - "name": "Dizin", - "code": "mdx" - }, - { - "name": "Male (Ethiopia)", - "code": "mdy" - }, - { - "name": "Suruí Do Pará", - "code": "mdz" - }, - { - "name": "Menka", - "code": "mea" - }, - { - "name": "Ikobi", - "code": "meb" - }, - { - "name": "Marra", - "code": "mec" - }, - { - "name": "Melpa", - "code": "med" - }, - { - "name": "Mengen", - "code": "mee" - }, - { - "name": "Megam", - "code": "mef" - }, - { - "name": "Southwestern Tlaxiaco Mixtec", - "code": "meh" - }, - { - "name": "Midob", - "code": "mei" - }, - { - "name": "Meyah", - "code": "mej" - }, - { - "name": "Mekeo", - "code": "mek" - }, - { - "name": "Central Melanau", - "code": "mel" - }, - { - "name": "Mangala", - "code": "mem" - }, - { - "name": "Mende (Sierra Leone)", - "code": "men" - }, - { - "name": "Kedah Malay", - "code": "meo" - }, - { - "name": "Miriwoong", - "code": "mep" - }, - { - "name": "Merey", - "code": "meq" - }, - { - "name": "Meru", - "code": "mer" - }, - { - "name": "Masmaje", - "code": "mes" - }, - { - "name": "Mato", - "code": "met" - }, - { - "name": "Motu", - "code": "meu" - }, - { - "name": "Mano", - "code": "mev" - }, - { - "name": "Maaka", - "code": "mew" - }, - { - "name": "Hassaniyya", - "code": "mey" - }, - { - "name": "Menominee", - "code": "mez" - }, - { - "name": "Pattani Malay", - "code": "mfa" - }, - { - "name": "Bangka", - "code": "mfb" - }, - { - "name": "Mba", - "code": "mfc" - }, - { - "name": "Mendankwe-Nkwen", - "code": "mfd" - }, - { - "name": "Morisyen", - "code": "mfe" - }, - { - "name": "Naki", - "code": "mff" - }, - { - "name": "Mogofin", - "code": "mfg" - }, - { - "name": "Matal", - "code": "mfh" - }, - { - "name": "Wandala", - "code": "mfi" - }, - { - "name": "Mefele", - "code": "mfj" - }, - { - "name": "North Mofu", - "code": "mfk" - }, - { - "name": "Putai", - "code": "mfl" - }, - { - "name": "Marghi South", - "code": "mfm" - }, - { - "name": "Cross River Mbembe", - "code": "mfn" - }, - { - "name": "Mbe", - "code": "mfo" - }, - { - "name": "Makassar Malay", - "code": "mfp" - }, - { - "name": "Moba", - "code": "mfq" - }, - { - "name": "Marrithiyel", - "code": "mfr" - }, - { - "name": "Mexican Sign Language", - "code": "mfs" - }, - { - "name": "Mokerang", - "code": "mft" - }, - { - "name": "Mbwela", - "code": "mfu" - }, - { - "name": "Mandjak", - "code": "mfv" - }, - { - "name": "Mulaha", - "code": "mfw" - }, - { - "name": "Melo", - "code": "mfx" - }, - { - "name": "Mayo", - "code": "mfy" - }, - { - "name": "Mabaan", - "code": "mfz" - }, - { - "name": "Middle Irish (900-1200)", - "code": "mga" - }, - { - "name": "Mararit", - "code": "mgb" - }, - { - "name": "Morokodo", - "code": "mgc" - }, - { - "name": "Moru", - "code": "mgd" - }, - { - "name": "Mango", - "code": "mge" - }, - { - "name": "Maklew", - "code": "mgf" - }, - { - "name": "Mpumpong", - "code": "mgg" - }, - { - "name": "Makhuwa-Meetto", - "code": "mgh" - }, - { - "name": "Lijili", - "code": "mgi" - }, - { - "name": "Abureni", - "code": "mgj" - }, - { - "name": "Mawes", - "code": "mgk" - }, - { - "name": "Maleu-Kilenge", - "code": "mgl" - }, - { - "name": "Mambae", - "code": "mgm" - }, - { - "name": "Mbangi", - "code": "mgn" - }, - { - "name": "Meta'", - "code": "mgo" - }, - { - "name": "Eastern Magar", - "code": "mgp" - }, - { - "name": "Malila", - "code": "mgq" - }, - { - "name": "Mambwe-Lungu", - "code": "mgr" - }, - { - "name": "Manda (Tanzania)", - "code": "mgs" - }, - { - "name": "Mongol", - "code": "mgt" - }, - { - "name": "Mailu", - "code": "mgu" - }, - { - "name": "Matengo", - "code": "mgv" - }, - { - "name": "Matumbi", - "code": "mgw" - }, - { - "name": "Mbunga", - "code": "mgy" - }, - { - "name": "Mbugwe", - "code": "mgz" - }, - { - "name": "Manda (India)", - "code": "mha" - }, - { - "name": "Mahongwe", - "code": "mhb" - }, - { - "name": "Mocho", - "code": "mhc" - }, - { - "name": "Mbugu", - "code": "mhd" - }, - { - "name": "Besisi", - "code": "mhe" - }, - { - "name": "Mah Meri", - "code": "mhe" - }, - { - "name": "Mamaa", - "code": "mhf" - }, - { - "name": "Margu", - "code": "mhg" - }, - { - "name": "Ma'di", - "code": "mhi" - }, - { - "name": "Mogholi", - "code": "mhj" - }, - { - "name": "Mungaka", - "code": "mhk" - }, - { - "name": "Mauwake", - "code": "mhl" - }, - { - "name": "Makhuwa-Moniga", - "code": "mhm" - }, - { - "name": "Mócheno", - "code": "mhn" - }, - { - "name": "Mashi (Zambia)", - "code": "mho" - }, - { - "name": "Balinese Malay", - "code": "mhp" - }, - { - "name": "Mandan", - "code": "mhq" - }, - { - "name": "Eastern Mari", - "code": "mhr" - }, - { - "name": "Buru (Indonesia)", - "code": "mhs" - }, - { - "name": "Mandahuaca", - "code": "mht" - }, - { - "name": "Darang Deng", - "code": "mhu" - }, - { - "name": "Digaro-Mishmi", - "code": "mhu" - }, - { - "name": "Mbukushu", - "code": "mhw" - }, - { - "name": "Lhaovo", - "code": "mhx" - }, - { - "name": "Maru", - "code": "mhx" - }, - { - "name": "Ma'anyan", - "code": "mhy" - }, - { - "name": "Mor (Mor Islands)", - "code": "mhz" - }, - { - "name": "Miami", - "code": "mia" - }, - { - "name": "Atatláhuca Mixtec", - "code": "mib" - }, - { - "name": "Micmac", - "code": "mic" - }, - { - "name": "Mi'kmaq", - "code": "mic" - }, - { - "name": "Mandaic", - "code": "mid" - }, - { - "name": "Ocotepec Mixtec", - "code": "mie" - }, - { - "name": "Mofu-Gudur", - "code": "mif" - }, - { - "name": "San Miguel El Grande Mixtec", - "code": "mig" - }, - { - "name": "Chayuco Mixtec", - "code": "mih" - }, - { - "name": "Chigmecatitlán Mixtec", - "code": "mii" - }, - { - "name": "Abar", - "code": "mij" - }, - { - "name": "Mungbam", - "code": "mij" - }, - { - "name": "Mikasuki", - "code": "mik" - }, - { - "name": "Peñoles Mixtec", - "code": "mil" - }, - { - "name": "Alacatlatzala Mixtec", - "code": "mim" - }, - { - "name": "Minangkabau", - "code": "min" - }, - { - "name": "Pinotepa Nacional Mixtec", - "code": "mio" - }, - { - "name": "Apasco-Apoala Mixtec", - "code": "mip" - }, - { - "name": "Mískito", - "code": "miq" - }, - { - "name": "Isthmus Mixe", - "code": "mir" - }, - { - "name": "Uncoded languages", - "code": "mis" - }, - { - "name": "Southern Puebla Mixtec", - "code": "mit" - }, - { - "name": "Cacaloxtepec Mixtec", - "code": "miu" - }, - { - "name": "Akoye", - "code": "miw" - }, - { - "name": "Mixtepec Mixtec", - "code": "mix" - }, - { - "name": "Ayutla Mixtec", - "code": "miy" - }, - { - "name": "Coatzospan Mixtec", - "code": "miz" - }, - { - "name": "Makalero", - "code": "mjb" - }, - { - "name": "San Juan Colorado Mixtec", - "code": "mjc" - }, - { - "name": "Northwest Maidu", - "code": "mjd" - }, - { - "name": "Muskum", - "code": "mje" - }, - { - "name": "Tu", - "code": "mjg" - }, - { - "name": "Mwera (Nyasa)", - "code": "mjh" - }, - { - "name": "Kim Mun", - "code": "mji" - }, - { - "name": "Mawak", - "code": "mjj" - }, - { - "name": "Matukar", - "code": "mjk" - }, - { - "name": "Mandeali", - "code": "mjl" - }, - { - "name": "Medebur", - "code": "mjm" - }, - { - "name": "Ma (Papua New Guinea)", - "code": "mjn" - }, - { - "name": "Malankuravan", - "code": "mjo" - }, - { - "name": "Malapandaram", - "code": "mjp" - }, - { - "name": "Malaryan", - "code": "mjq" - }, - { - "name": "Malavedan", - "code": "mjr" - }, - { - "name": "Miship", - "code": "mjs" - }, - { - "name": "Sauria Paharia", - "code": "mjt" - }, - { - "name": "Manna-Dora", - "code": "mju" - }, - { - "name": "Mannan", - "code": "mjv" - }, - { - "name": "Karbi", - "code": "mjw" - }, - { - "name": "Mahali", - "code": "mjx" - }, - { - "name": "Mahican", - "code": "mjy" - }, - { - "name": "Majhi", - "code": "mjz" - }, - { - "name": "Mbre", - "code": "mka" - }, - { - "name": "Mal Paharia", - "code": "mkb" - }, - { - "name": "Siliput", - "code": "mkc" - }, - { - "name": "Macedonian", - "code": "mkd" - }, - { - "name": "Mawchi", - "code": "mke" - }, - { - "name": "Miya", - "code": "mkf" - }, - { - "name": "Mak (China)", - "code": "mkg" - }, - { - "name": "Dhatki", - "code": "mki" - }, - { - "name": "Mokilese", - "code": "mkj" - }, - { - "name": "Byep", - "code": "mkk" - }, - { - "name": "Mokole", - "code": "mkl" - }, - { - "name": "Moklen", - "code": "mkm" - }, - { - "name": "Kupang Malay", - "code": "mkn" - }, - { - "name": "Mingang Doso", - "code": "mko" - }, - { - "name": "Moikodi", - "code": "mkp" - }, - { - "name": "Bay Miwok", - "code": "mkq" - }, - { - "name": "Malas", - "code": "mkr" - }, - { - "name": "Silacayoapan Mixtec", - "code": "mks" - }, - { - "name": "Vamale", - "code": "mkt" - }, - { - "name": "Konyanka Maninka", - "code": "mku" - }, - { - "name": "Mafea", - "code": "mkv" - }, - { - "name": "Kituba (Congo)", - "code": "mkw" - }, - { - "name": "Kinamiging Manobo", - "code": "mkx" - }, - { - "name": "East Makian", - "code": "mky" - }, - { - "name": "Makasae", - "code": "mkz" - }, - { - "name": "Malo", - "code": "mla" - }, - { - "name": "Mbule", - "code": "mlb" - }, - { - "name": "Cao Lan", - "code": "mlc" - }, - { - "name": "Manambu", - "code": "mle" - }, - { - "name": "Mal", - "code": "mlf" - }, - { - "name": "Malagasy", - "code": "mlg" - }, - { - "name": "Mape", - "code": "mlh" - }, - { - "name": "Malimpung", - "code": "mli" - }, - { - "name": "Miltu", - "code": "mlj" - }, - { - "name": "Ilwana", - "code": "mlk" - }, - { - "name": "Kiwilwana", - "code": "mlk" - }, - { - "name": "Malua Bay", - "code": "mll" - }, - { - "name": "Mulam", - "code": "mlm" - }, - { - "name": "Malango", - "code": "mln" - }, - { - "name": "Mlomp", - "code": "mlo" - }, - { - "name": "Bargam", - "code": "mlp" - }, - { - "name": "Western Maninkakan", - "code": "mlq" - }, - { - "name": "Vame", - "code": "mlr" - }, - { - "name": "Masalit", - "code": "mls" - }, - { - "name": "Maltese", - "code": "mlt" - }, - { - "name": "To'abaita", - "code": "mlu" - }, - { - "name": "Motlav", - "code": "mlv" - }, - { - "name": "Mwotlap", - "code": "mlv" - }, - { - "name": "Moloko", - "code": "mlw" - }, - { - "name": "Malfaxal", - "code": "mlx" - }, - { - "name": "Naha'ai", - "code": "mlx" - }, - { - "name": "Malaynon", - "code": "mlz" - }, - { - "name": "Mama", - "code": "mma" - }, - { - "name": "Momina", - "code": "mmb" - }, - { - "name": "Michoacán Mazahua", - "code": "mmc" - }, - { - "name": "Maonan", - "code": "mmd" - }, - { - "name": "Mae", - "code": "mme" - }, - { - "name": "Mundat", - "code": "mmf" - }, - { - "name": "North Ambrym", - "code": "mmg" - }, - { - "name": "Mehináku", - "code": "mmh" - }, - { - "name": "Musar", - "code": "mmi" - }, - { - "name": "Majhwar", - "code": "mmj" - }, - { - "name": "Mukha-Dora", - "code": "mmk" - }, - { - "name": "Man Met", - "code": "mml" - }, - { - "name": "Maii", - "code": "mmm" - }, - { - "name": "Mamanwa", - "code": "mmn" - }, - { - "name": "Mangga Buang", - "code": "mmo" - }, - { - "name": "Siawi", - "code": "mmp" - }, - { - "name": "Musak", - "code": "mmq" - }, - { - "name": "Western Xiangxi Miao", - "code": "mmr" - }, - { - "name": "Malalamai", - "code": "mmt" - }, - { - "name": "Mmaala", - "code": "mmu" - }, - { - "name": "Miriti", - "code": "mmv" - }, - { - "name": "Emae", - "code": "mmw" - }, - { - "name": "Madak", - "code": "mmx" - }, - { - "name": "Migaama", - "code": "mmy" - }, - { - "name": "Mabaale", - "code": "mmz" - }, - { - "name": "Mbula", - "code": "mna" - }, - { - "name": "Muna", - "code": "mnb" - }, - { - "name": "Manchu", - "code": "mnc" - }, - { - "name": "Mondé", - "code": "mnd" - }, - { - "name": "Naba", - "code": "mne" - }, - { - "name": "Mundani", - "code": "mnf" - }, - { - "name": "Eastern Mnong", - "code": "mng" - }, - { - "name": "Mono (Democratic Republic of Congo)", - "code": "mnh" - }, - { - "name": "Manipuri", - "code": "mni" - }, - { - "name": "Munji", - "code": "mnj" - }, - { - "name": "Mandinka", - "code": "mnk" - }, - { - "name": "Tiale", - "code": "mnl" - }, - { - "name": "Mapena", - "code": "mnm" - }, - { - "name": "Southern Mnong", - "code": "mnn" - }, - { - "name": "Min Bei Chinese", - "code": "mnp" - }, - { - "name": "Minriq", - "code": "mnq" - }, - { - "name": "Mono (USA)", - "code": "mnr" - }, - { - "name": "Mansi", - "code": "mns" - }, - { - "name": "Mer", - "code": "mnu" - }, - { - "name": "Rennell-Bellona", - "code": "mnv" - }, - { - "name": "Mon", - "code": "mnw" - }, - { - "name": "Manikion", - "code": "mnx" - }, - { - "name": "Manyawa", - "code": "mny" - }, - { - "name": "Moni", - "code": "mnz" - }, - { - "name": "Mwan", - "code": "moa" - }, - { - "name": "Mocoví", - "code": "moc" - }, - { - "name": "Mobilian", - "code": "mod" - }, - { - "name": "Innu", - "code": "moe" - }, - { - "name": "Montagnais", - "code": "moe" - }, - { - "name": "Mongondow", - "code": "mog" - }, - { - "name": "Mohawk", - "code": "moh" - }, - { - "name": "Mboi", - "code": "moi" - }, - { - "name": "Monzombo", - "code": "moj" - }, - { - "name": "Morori", - "code": "mok" - }, - { - "name": "Mangue", - "code": "mom" - }, - { - "name": "Mongolian", - "code": "mon" - }, - { - "name": "Monom", - "code": "moo" - }, - { - "name": "Mopán Maya", - "code": "mop" - }, - { - "name": "Mor (Bomberai Peninsula)", - "code": "moq" - }, - { - "name": "Moro", - "code": "mor" - }, - { - "name": "Mossi", - "code": "mos" - }, - { - "name": "Barí", - "code": "mot" - }, - { - "name": "Mogum", - "code": "mou" - }, - { - "name": "Mohave", - "code": "mov" - }, - { - "name": "Moi (Congo)", - "code": "mow" - }, - { - "name": "Molima", - "code": "mox" - }, - { - "name": "Shekkacho", - "code": "moy" - }, - { - "name": "Gergiko", - "code": "moz" - }, - { - "name": "Mukulu", - "code": "moz" - }, - { - "name": "Mpoto", - "code": "mpa" - }, - { - "name": "Malak Malak", - "code": "mpb" - }, - { - "name": "Mullukmulluk", - "code": "mpb" - }, - { - "name": "Mangarrayi", - "code": "mpc" - }, - { - "name": "Machinere", - "code": "mpd" - }, - { - "name": "Majang", - "code": "mpe" - }, - { - "name": "Marba", - "code": "mpg" - }, - { - "name": "Maung", - "code": "mph" - }, - { - "name": "Mpade", - "code": "mpi" - }, - { - "name": "Martu Wangka", - "code": "mpj" - }, - { - "name": "Wangkajunga", - "code": "mpj" - }, - { - "name": "Mbara (Chad)", - "code": "mpk" - }, - { - "name": "Middle Watut", - "code": "mpl" - }, - { - "name": "Yosondúa Mixtec", - "code": "mpm" - }, - { - "name": "Mindiri", - "code": "mpn" - }, - { - "name": "Miu", - "code": "mpo" - }, - { - "name": "Migabac", - "code": "mpp" - }, - { - "name": "Matís", - "code": "mpq" - }, - { - "name": "Vangunu", - "code": "mpr" - }, - { - "name": "Dadibi", - "code": "mps" - }, - { - "name": "Mian", - "code": "mpt" - }, - { - "name": "Makuráp", - "code": "mpu" - }, - { - "name": "Mungkip", - "code": "mpv" - }, - { - "name": "Mapidian", - "code": "mpw" - }, - { - "name": "Misima-Panaeati", - "code": "mpx" - }, - { - "name": "Mapia", - "code": "mpy" - }, - { - "name": "Mpi", - "code": "mpz" - }, - { - "name": "Maba (Indonesia)", - "code": "mqa" - }, - { - "name": "Mbuko", - "code": "mqb" - }, - { - "name": "Mangole", - "code": "mqc" - }, - { - "name": "Matepi", - "code": "mqe" - }, - { - "name": "Momuna", - "code": "mqf" - }, - { - "name": "Kota Bangun Kutai Malay", - "code": "mqg" - }, - { - "name": "Tlazoyaltepec Mixtec", - "code": "mqh" - }, - { - "name": "Mariri", - "code": "mqi" - }, - { - "name": "Mamasa", - "code": "mqj" - }, - { - "name": "Rajah Kabunsuwan Manobo", - "code": "mqk" - }, - { - "name": "Mbelime", - "code": "mql" - }, - { - "name": "South Marquesan", - "code": "mqm" - }, - { - "name": "Moronene", - "code": "mqn" - }, - { - "name": "Modole", - "code": "mqo" - }, - { - "name": "Manipa", - "code": "mqp" - }, - { - "name": "Minokok", - "code": "mqq" - }, - { - "name": "Mander", - "code": "mqr" - }, - { - "name": "West Makian", - "code": "mqs" - }, - { - "name": "Mok", - "code": "mqt" - }, - { - "name": "Mandari", - "code": "mqu" - }, - { - "name": "Mosimo", - "code": "mqv" - }, - { - "name": "Murupi", - "code": "mqw" - }, - { - "name": "Mamuju", - "code": "mqx" - }, - { - "name": "Manggarai", - "code": "mqy" - }, - { - "name": "Pano", - "code": "mqz" - }, - { - "name": "Mlabri", - "code": "mra" - }, - { - "name": "Marino", - "code": "mrb" - }, - { - "name": "Maricopa", - "code": "mrc" - }, - { - "name": "Western Magar", - "code": "mrd" - }, - { - "name": "Martha's Vineyard Sign Language", - "code": "mre" - }, - { - "name": "Elseng", - "code": "mrf" - }, - { - "name": "Mising", - "code": "mrg" - }, - { - "name": "Mara Chin", - "code": "mrh" - }, - { - "name": "Maori", - "code": "mri" - }, - { - "name": "Western Mari", - "code": "mrj" - }, - { - "name": "Hmwaveke", - "code": "mrk" - }, - { - "name": "Mortlockese", - "code": "mrl" - }, - { - "name": "Merlav", - "code": "mrm" - }, - { - "name": "Mwerlap", - "code": "mrm" - }, - { - "name": "Cheke Holo", - "code": "mrn" - }, - { - "name": "Mru", - "code": "mro" - }, - { - "name": "Morouas", - "code": "mrp" - }, - { - "name": "North Marquesan", - "code": "mrq" - }, - { - "name": "Maria (India)", - "code": "mrr" - }, - { - "name": "Maragus", - "code": "mrs" - }, - { - "name": "Marghi Central", - "code": "mrt" - }, - { - "name": "Mono (Cameroon)", - "code": "mru" - }, - { - "name": "Mangareva", - "code": "mrv" - }, - { - "name": "Maranao", - "code": "mrw" - }, - { - "name": "Dineor", - "code": "mrx" - }, - { - "name": "Maremgi", - "code": "mrx" - }, - { - "name": "Mandaya", - "code": "mry" - }, - { - "name": "Marind", - "code": "mrz" - }, - { - "name": "Malay", - "code": "msa" - }, - { - "name": "Malay (macrolanguage)", - "code": "msa" - }, - { - "name": "Masbatenyo", - "code": "msb" - }, - { - "name": "Sankaran Maninka", - "code": "msc" - }, - { - "name": "Yucatec Maya Sign Language", - "code": "msd" - }, - { - "name": "Musey", - "code": "mse" - }, - { - "name": "Mekwei", - "code": "msf" - }, - { - "name": "Moraid", - "code": "msg" - }, - { - "name": "Masikoro Malagasy", - "code": "msh" - }, - { - "name": "Sabah Malay", - "code": "msi" - }, - { - "name": "Ma (Democratic Republic of Congo)", - "code": "msj" - }, - { - "name": "Mansaka", - "code": "msk" - }, - { - "name": "Molof", - "code": "msl" - }, - { - "name": "Poule", - "code": "msl" - }, - { - "name": "Agusan Manobo", - "code": "msm" - }, - { - "name": "Vurës", - "code": "msn" - }, - { - "name": "Mombum", - "code": "mso" - }, - { - "name": "Maritsauá", - "code": "msp" - }, - { - "name": "Caac", - "code": "msq" - }, - { - "name": "Mongolian Sign Language", - "code": "msr" - }, - { - "name": "West Masela", - "code": "mss" - }, - { - "name": "Musom", - "code": "msu" - }, - { - "name": "Maslam", - "code": "msv" - }, - { - "name": "Mansoanka", - "code": "msw" - }, - { - "name": "Moresada", - "code": "msx" - }, - { - "name": "Aruamu", - "code": "msy" - }, - { - "name": "Momare", - "code": "msz" - }, - { - "name": "Cotabato Manobo", - "code": "mta" - }, - { - "name": "Anyin Morofo", - "code": "mtb" - }, - { - "name": "Munit", - "code": "mtc" - }, - { - "name": "Mualang", - "code": "mtd" - }, - { - "name": "Mono (Solomon Islands)", - "code": "mte" - }, - { - "name": "Murik (Papua New Guinea)", - "code": "mtf" - }, - { - "name": "Una", - "code": "mtg" - }, - { - "name": "Munggui", - "code": "mth" - }, - { - "name": "Maiwa (Papua New Guinea)", - "code": "mti" - }, - { - "name": "Moskona", - "code": "mtj" - }, - { - "name": "Mbe'", - "code": "mtk" - }, - { - "name": "Montol", - "code": "mtl" - }, - { - "name": "Mator", - "code": "mtm" - }, - { - "name": "Matagalpa", - "code": "mtn" - }, - { - "name": "Totontepec Mixe", - "code": "mto" - }, - { - "name": "Wichí Lhamtés Nocten", - "code": "mtp" - }, - { - "name": "Muong", - "code": "mtq" - }, - { - "name": "Mewari", - "code": "mtr" - }, - { - "name": "Yora", - "code": "mts" - }, - { - "name": "Mota", - "code": "mtt" - }, - { - "name": "Tututepec Mixtec", - "code": "mtu" - }, - { - "name": "Asaro'o", - "code": "mtv" - }, - { - "name": "Southern Binukidnon", - "code": "mtw" - }, - { - "name": "Tidaá Mixtec", - "code": "mtx" - }, - { - "name": "Nabi", - "code": "mty" - }, - { - "name": "Mundang", - "code": "mua" - }, - { - "name": "Mubi", - "code": "mub" - }, - { - "name": "Ajumbu", - "code": "muc" - }, - { - "name": "Mednyj Aleut", - "code": "mud" - }, - { - "name": "Media Lengua", - "code": "mue" - }, - { - "name": "Musgu", - "code": "mug" - }, - { - "name": "Mündü", - "code": "muh" - }, - { - "name": "Musi", - "code": "mui" - }, - { - "name": "Mabire", - "code": "muj" - }, - { - "name": "Mugom", - "code": "muk" - }, - { - "name": "Multiple languages", - "code": "mul" - }, - { - "name": "Maiwala", - "code": "mum" - }, - { - "name": "Nyong", - "code": "muo" - }, - { - "name": "Malvi", - "code": "mup" - }, - { - "name": "Eastern Xiangxi Miao", - "code": "muq" - }, - { - "name": "Murle", - "code": "mur" - }, - { - "name": "Creek", - "code": "mus" - }, - { - "name": "Western Muria", - "code": "mut" - }, - { - "name": "Yaaku", - "code": "muu" - }, - { - "name": "Muthuvan", - "code": "muv" - }, - { - "name": "Bo-Ung", - "code": "mux" - }, - { - "name": "Muyang", - "code": "muy" - }, - { - "name": "Mursi", - "code": "muz" - }, - { - "name": "Manam", - "code": "mva" - }, - { - "name": "Mattole", - "code": "mvb" - }, - { - "name": "Mamboru", - "code": "mvd" - }, - { - "name": "Marwari (Pakistan)", - "code": "mve" - }, - { - "name": "Peripheral Mongolian", - "code": "mvf" - }, - { - "name": "Yucuañe Mixtec", - "code": "mvg" - }, - { - "name": "Mulgi", - "code": "mvh" - }, - { - "name": "Miyako", - "code": "mvi" - }, - { - "name": "Mekmek", - "code": "mvk" - }, - { - "name": "Mbara (Australia)", - "code": "mvl" - }, - { - "name": "Minaveha", - "code": "mvn" - }, - { - "name": "Marovo", - "code": "mvo" - }, - { - "name": "Duri", - "code": "mvp" - }, - { - "name": "Moere", - "code": "mvq" - }, - { - "name": "Marau", - "code": "mvr" - }, - { - "name": "Massep", - "code": "mvs" - }, - { - "name": "Mpotovoro", - "code": "mvt" - }, - { - "name": "Marfa", - "code": "mvu" - }, - { - "name": "Tagal Murut", - "code": "mvv" - }, - { - "name": "Machinga", - "code": "mvw" - }, - { - "name": "Meoswar", - "code": "mvx" - }, - { - "name": "Indus Kohistani", - "code": "mvy" - }, - { - "name": "Mesqan", - "code": "mvz" - }, - { - "name": "Mwatebu", - "code": "mwa" - }, - { - "name": "Juwal", - "code": "mwb" - }, - { - "name": "Are", - "code": "mwc" - }, - { - "name": "Mwera (Chimwera)", - "code": "mwe" - }, - { - "name": "Murrinh-Patha", - "code": "mwf" - }, - { - "name": "Aiklep", - "code": "mwg" - }, - { - "name": "Mouk-Aria", - "code": "mwh" - }, - { - "name": "Labo", - "code": "mwi" - }, - { - "name": "Ninde", - "code": "mwi" - }, - { - "name": "Kita Maninkakan", - "code": "mwk" - }, - { - "name": "Mirandese", - "code": "mwl" - }, - { - "name": "Sar", - "code": "mwm" - }, - { - "name": "Nyamwanga", - "code": "mwn" - }, - { - "name": "Central Maewo", - "code": "mwo" - }, - { - "name": "Kala Lagaw Ya", - "code": "mwp" - }, - { - "name": "Mün Chin", - "code": "mwq" - }, - { - "name": "Marwari", - "code": "mwr" - }, - { - "name": "Mwimbi-Muthambi", - "code": "mws" - }, - { - "name": "Moken", - "code": "mwt" - }, - { - "name": "Mittu", - "code": "mwu" - }, - { - "name": "Mentawai", - "code": "mwv" - }, - { - "name": "Hmong Daw", - "code": "mww" - }, - { - "name": "Moingi", - "code": "mwz" - }, - { - "name": "Northwest Oaxaca Mixtec", - "code": "mxa" - }, - { - "name": "Tezoatlán Mixtec", - "code": "mxb" - }, - { - "name": "Manyika", - "code": "mxc" - }, - { - "name": "Modang", - "code": "mxd" - }, - { - "name": "Mele-Fila", - "code": "mxe" - }, - { - "name": "Malgbe", - "code": "mxf" - }, - { - "name": "Mbangala", - "code": "mxg" - }, - { - "name": "Mvuba", - "code": "mxh" - }, - { - "name": "Mozarabic", - "code": "mxi" - }, - { - "name": "Geman Deng", - "code": "mxj" - }, - { - "name": "Miju-Mishmi", - "code": "mxj" - }, - { - "name": "Monumbo", - "code": "mxk" - }, - { - "name": "Maxi Gbe", - "code": "mxl" - }, - { - "name": "Meramera", - "code": "mxm" - }, - { - "name": "Moi (Indonesia)", - "code": "mxn" - }, - { - "name": "Mbowe", - "code": "mxo" - }, - { - "name": "Tlahuitoltepec Mixe", - "code": "mxp" - }, - { - "name": "Juquila Mixe", - "code": "mxq" - }, - { - "name": "Murik (Malaysia)", - "code": "mxr" - }, - { - "name": "Huitepec Mixtec", - "code": "mxs" - }, - { - "name": "Jamiltepec Mixtec", - "code": "mxt" - }, - { - "name": "Mada (Cameroon)", - "code": "mxu" - }, - { - "name": "Metlatónoc Mixtec", - "code": "mxv" - }, - { - "name": "Namo", - "code": "mxw" - }, - { - "name": "Mahou", - "code": "mxx" - }, - { - "name": "Mawukakan", - "code": "mxx" - }, - { - "name": "Southeastern Nochixtlán Mixtec", - "code": "mxy" - }, - { - "name": "Central Masela", - "code": "mxz" - }, - { - "name": "Burmese", - "code": "mya" - }, - { - "name": "Mbay", - "code": "myb" - }, - { - "name": "Mayeka", - "code": "myc" - }, - { - "name": "Myene", - "code": "mye" - }, - { - "name": "Bambassi", - "code": "myf" - }, - { - "name": "Manta", - "code": "myg" - }, - { - "name": "Makah", - "code": "myh" - }, - { - "name": "Mangayat", - "code": "myj" - }, - { - "name": "Mamara Senoufo", - "code": "myk" - }, - { - "name": "Moma", - "code": "myl" - }, - { - "name": "Me'en", - "code": "mym" - }, - { - "name": "Anfillo", - "code": "myo" - }, - { - "name": "Pirahã", - "code": "myp" - }, - { - "name": "Muniche", - "code": "myr" - }, - { - "name": "Mesmes", - "code": "mys" - }, - { - "name": "Mundurukú", - "code": "myu" - }, - { - "name": "Erzya", - "code": "myv" - }, - { - "name": "Muyuw", - "code": "myw" - }, - { - "name": "Masaaba", - "code": "myx" - }, - { - "name": "Macuna", - "code": "myy" - }, - { - "name": "Classical Mandaic", - "code": "myz" - }, - { - "name": "Santa María Zacatepec Mixtec", - "code": "mza" - }, - { - "name": "Tumzabt", - "code": "mzb" - }, - { - "name": "Madagascar Sign Language", - "code": "mzc" - }, - { - "name": "Malimba", - "code": "mzd" - }, - { - "name": "Morawa", - "code": "mze" - }, - { - "name": "Monastic Sign Language", - "code": "mzg" - }, - { - "name": "Wichí Lhamtés Güisnay", - "code": "mzh" - }, - { - "name": "Ixcatlán Mazatec", - "code": "mzi" - }, - { - "name": "Manya", - "code": "mzj" - }, - { - "name": "Nigeria Mambila", - "code": "mzk" - }, - { - "name": "Mazatlán Mixe", - "code": "mzl" - }, - { - "name": "Mumuye", - "code": "mzm" - }, - { - "name": "Mazanderani", - "code": "mzn" - }, - { - "name": "Matipuhy", - "code": "mzo" - }, - { - "name": "Movima", - "code": "mzp" - }, - { - "name": "Mori Atas", - "code": "mzq" - }, - { - "name": "Marúbo", - "code": "mzr" - }, - { - "name": "Macanese", - "code": "mzs" - }, - { - "name": "Mintil", - "code": "mzt" - }, - { - "name": "Inapang", - "code": "mzu" - }, - { - "name": "Manza", - "code": "mzv" - }, - { - "name": "Deg", - "code": "mzw" - }, - { - "name": "Mawayana", - "code": "mzx" - }, - { - "name": "Mozambican Sign Language", - "code": "mzy" - }, - { - "name": "Maiadomu", - "code": "mzz" - }, - { - "name": "Namla", - "code": "naa" - }, - { - "name": "Southern Nambikuára", - "code": "nab" - }, - { - "name": "Narak", - "code": "nac" - }, - { - "name": "Naka'ela", - "code": "nae" - }, - { - "name": "Nabak", - "code": "naf" - }, - { - "name": "Naga Pidgin", - "code": "nag" - }, - { - "name": "Nalu", - "code": "naj" - }, - { - "name": "Nakanai", - "code": "nak" - }, - { - "name": "Nalik", - "code": "nal" - }, - { - "name": "Ngan'gityemerri", - "code": "nam" - }, - { - "name": "Min Nan Chinese", - "code": "nan" - }, - { - "name": "Naaba", - "code": "nao" - }, - { - "name": "Neapolitan", - "code": "nap" - }, - { - "name": "Khoekhoe", - "code": "naq" - }, - { - "name": "Nama (Namibia)", - "code": "naq" - }, - { - "name": "Iguta", - "code": "nar" - }, - { - "name": "Naasioi", - "code": "nas" - }, - { - "name": "Ca̱hungwa̱rya̱", - "code": "nat" - }, - { - "name": "Hungworo", - "code": "nat" - }, - { - "name": "Nauru", - "code": "nau" - }, - { - "name": "Navaho", - "code": "nav" - }, - { - "name": "Navajo", - "code": "nav" - }, - { - "name": "Nawuri", - "code": "naw" - }, - { - "name": "Nakwi", - "code": "nax" - }, - { - "name": "Ngarrindjeri", - "code": "nay" - }, - { - "name": "Coatepec Nahuatl", - "code": "naz" - }, - { - "name": "Nyemba", - "code": "nba" - }, - { - "name": "Ndoe", - "code": "nbb" - }, - { - "name": "Chang Naga", - "code": "nbc" - }, - { - "name": "Ngbinda", - "code": "nbd" - }, - { - "name": "Konyak Naga", - "code": "nbe" - }, - { - "name": "Nagarchal", - "code": "nbg" - }, - { - "name": "Ngamo", - "code": "nbh" - }, - { - "name": "Mao Naga", - "code": "nbi" - }, - { - "name": "Ngarinyman", - "code": "nbj" - }, - { - "name": "Nake", - "code": "nbk" - }, - { - "name": "South Ndebele", - "code": "nbl" - }, - { - "name": "Ngbaka Ma'bo", - "code": "nbm" - }, - { - "name": "Kuri", - "code": "nbn" - }, - { - "name": "Nkukoli", - "code": "nbo" - }, - { - "name": "Nnam", - "code": "nbp" - }, - { - "name": "Nggem", - "code": "nbq" - }, - { - "name": "Numana", - "code": "nbr" - }, - { - "name": "Namibian Sign Language", - "code": "nbs" - }, - { - "name": "Na", - "code": "nbt" - }, - { - "name": "Rongmei Naga", - "code": "nbu" - }, - { - "name": "Ngamambo", - "code": "nbv" - }, - { - "name": "Southern Ngbandi", - "code": "nbw" - }, - { - "name": "Ningera", - "code": "nby" - }, - { - "name": "Iyo", - "code": "nca" - }, - { - "name": "Central Nicobarese", - "code": "ncb" - }, - { - "name": "Ponam", - "code": "ncc" - }, - { - "name": "Nachering", - "code": "ncd" - }, - { - "name": "Yale", - "code": "nce" - }, - { - "name": "Notsi", - "code": "ncf" - }, - { - "name": "Nisga'a", - "code": "ncg" - }, - { - "name": "Central Huasteca Nahuatl", - "code": "nch" - }, - { - "name": "Classical Nahuatl", - "code": "nci" - }, - { - "name": "Northern Puebla Nahuatl", - "code": "ncj" - }, - { - "name": "Na-kara", - "code": "nck" - }, - { - "name": "Michoacán Nahuatl", - "code": "ncl" - }, - { - "name": "Nambo", - "code": "ncm" - }, - { - "name": "Nauna", - "code": "ncn" - }, - { - "name": "Sibe", - "code": "nco" - }, - { - "name": "Northern Katang", - "code": "ncq" - }, - { - "name": "Ncane", - "code": "ncr" - }, - { - "name": "Nicaraguan Sign Language", - "code": "ncs" - }, - { - "name": "Chothe Naga", - "code": "nct" - }, - { - "name": "Chumburung", - "code": "ncu" - }, - { - "name": "Central Puebla Nahuatl", - "code": "ncx" - }, - { - "name": "Natchez", - "code": "ncz" - }, - { - "name": "Ndasa", - "code": "nda" - }, - { - "name": "Kenswei Nsei", - "code": "ndb" - }, - { - "name": "Ndau", - "code": "ndc" - }, - { - "name": "Nde-Nsele-Nta", - "code": "ndd" - }, - { - "name": "North Ndebele", - "code": "nde" - }, - { - "name": "Nadruvian", - "code": "ndf" - }, - { - "name": "Ndengereko", - "code": "ndg" - }, - { - "name": "Ndali", - "code": "ndh" - }, - { - "name": "Samba Leko", - "code": "ndi" - }, - { - "name": "Ndamba", - "code": "ndj" - }, - { - "name": "Ndaka", - "code": "ndk" - }, - { - "name": "Ndolo", - "code": "ndl" - }, - { - "name": "Ndam", - "code": "ndm" - }, - { - "name": "Ngundi", - "code": "ndn" - }, - { - "name": "Ndonga", - "code": "ndo" - }, - { - "name": "Ndo", - "code": "ndp" - }, - { - "name": "Ndombe", - "code": "ndq" - }, - { - "name": "Ndoola", - "code": "ndr" - }, - { - "name": "Low German", - "code": "nds" - }, - { - "name": "Low Saxon", - "code": "nds" - }, - { - "name": "Ndunga", - "code": "ndt" - }, - { - "name": "Dugun", - "code": "ndu" - }, - { - "name": "Ndut", - "code": "ndv" - }, - { - "name": "Ndobo", - "code": "ndw" - }, - { - "name": "Nduga", - "code": "ndx" - }, - { - "name": "Lutos", - "code": "ndy" - }, - { - "name": "Ndogo", - "code": "ndz" - }, - { - "name": "Eastern Ngad'a", - "code": "nea" - }, - { - "name": "Toura (Côte d'Ivoire)", - "code": "neb" - }, - { - "name": "Nedebang", - "code": "nec" - }, - { - "name": "Nde-Gbite", - "code": "ned" - }, - { - "name": "Nêlêmwa-Nixumwak", - "code": "nee" - }, - { - "name": "Nefamese", - "code": "nef" - }, - { - "name": "Negidal", - "code": "neg" - }, - { - "name": "Nyenkha", - "code": "neh" - }, - { - "name": "Neo-Hittite", - "code": "nei" - }, - { - "name": "Neko", - "code": "nej" - }, - { - "name": "Neku", - "code": "nek" - }, - { - "name": "Nemi", - "code": "nem" - }, - { - "name": "Nengone", - "code": "nen" - }, - { - "name": "Ná-Meo", - "code": "neo" - }, - { - "name": "Nepali", - "code": "nep" - }, - { - "name": "Nepali (macrolanguage)", - "code": "nep" - }, - { - "name": "North Central Mixe", - "code": "neq" - }, - { - "name": "Yahadian", - "code": "ner" - }, - { - "name": "Bhoti Kinnauri", - "code": "nes" - }, - { - "name": "Nete", - "code": "net" - }, - { - "name": "Neo", - "code": "neu" - }, - { - "name": "Nyaheun", - "code": "nev" - }, - { - "name": "Nepal Bhasa", - "code": "new" - }, - { - "name": "Newari", - "code": "new" - }, - { - "name": "Neme", - "code": "nex" - }, - { - "name": "Neyo", - "code": "ney" - }, - { - "name": "Nez Perce", - "code": "nez" - }, - { - "name": "Dhao", - "code": "nfa" - }, - { - "name": "Ahwai", - "code": "nfd" - }, - { - "name": "Äiwoo", - "code": "nfl" - }, - { - "name": "Ayiwo", - "code": "nfl" - }, - { - "name": "Nafaanra", - "code": "nfr" - }, - { - "name": "Mfumte", - "code": "nfu" - }, - { - "name": "Ngbaka", - "code": "nga" - }, - { - "name": "Northern Ngbandi", - "code": "ngb" - }, - { - "name": "Ngombe (Democratic Republic of Congo)", - "code": "ngc" - }, - { - "name": "Ngando (Central African Republic)", - "code": "ngd" - }, - { - "name": "Ngemba", - "code": "nge" - }, - { - "name": "Ngbaka Manza", - "code": "ngg" - }, - { - "name": "Nǁng", - "code": "ngh" - }, - { - "name": "Ngizim", - "code": "ngi" - }, - { - "name": "Ngie", - "code": "ngj" - }, - { - "name": "Dalabon", - "code": "ngk" - }, - { - "name": "Lomwe", - "code": "ngl" - }, - { - "name": "Ngatik Men's Creole", - "code": "ngm" - }, - { - "name": "Ngwo", - "code": "ngn" - }, - { - "name": "Ngulu", - "code": "ngp" - }, - { - "name": "Ngoreme", - "code": "ngq" - }, - { - "name": "Ngurimi", - "code": "ngq" - }, - { - "name": "Engdewu", - "code": "ngr" - }, - { - "name": "Gvoko", - "code": "ngs" - }, - { - "name": "Kriang", - "code": "ngt" - }, - { - "name": "Ngeq", - "code": "ngt" - }, - { - "name": "Guerrero Nahuatl", - "code": "ngu" - }, - { - "name": "Nagumi", - "code": "ngv" - }, - { - "name": "Ngwaba", - "code": "ngw" - }, - { - "name": "Nggwahyi", - "code": "ngx" - }, - { - "name": "Tibea", - "code": "ngy" - }, - { - "name": "Ngungwel", - "code": "ngz" - }, - { - "name": "Nhanda", - "code": "nha" - }, - { - "name": "Beng", - "code": "nhb" - }, - { - "name": "Tabasco Nahuatl", - "code": "nhc" - }, - { - "name": "Ava Guaraní", - "code": "nhd" - }, - { - "name": "Chiripá", - "code": "nhd" - }, - { - "name": "Eastern Huasteca Nahuatl", - "code": "nhe" - }, - { - "name": "Nhuwala", - "code": "nhf" - }, - { - "name": "Tetelcingo Nahuatl", - "code": "nhg" - }, - { - "name": "Nahari", - "code": "nhh" - }, - { - "name": "Zacatlán-Ahuacatlán-Tepetzintla Nahuatl", - "code": "nhi" - }, - { - "name": "Isthmus-Cosoleacaque Nahuatl", - "code": "nhk" - }, - { - "name": "Morelos Nahuatl", - "code": "nhm" - }, - { - "name": "Central Nahuatl", - "code": "nhn" - }, - { - "name": "Takuu", - "code": "nho" - }, - { - "name": "Isthmus-Pajapan Nahuatl", - "code": "nhp" - }, - { - "name": "Huaxcaleca Nahuatl", - "code": "nhq" - }, - { - "name": "Naro", - "code": "nhr" - }, - { - "name": "Ometepec Nahuatl", - "code": "nht" - }, - { - "name": "Noone", - "code": "nhu" - }, - { - "name": "Temascaltepec Nahuatl", - "code": "nhv" - }, - { - "name": "Western Huasteca Nahuatl", - "code": "nhw" - }, - { - "name": "Isthmus-Mecayapan Nahuatl", - "code": "nhx" - }, - { - "name": "Northern Oaxaca Nahuatl", - "code": "nhy" - }, - { - "name": "Santa María La Alta Nahuatl", - "code": "nhz" - }, - { - "name": "Nias", - "code": "nia" - }, - { - "name": "Nakame", - "code": "nib" - }, - { - "name": "Ngandi", - "code": "nid" - }, - { - "name": "Niellim", - "code": "nie" - }, - { - "name": "Nek", - "code": "nif" - }, - { - "name": "Ngalakgan", - "code": "nig" - }, - { - "name": "Nyiha (Tanzania)", - "code": "nih" - }, - { - "name": "Nii", - "code": "nii" - }, - { - "name": "Ngaju", - "code": "nij" - }, - { - "name": "Southern Nicobarese", - "code": "nik" - }, - { - "name": "Nila", - "code": "nil" - }, - { - "name": "Nilamba", - "code": "nim" - }, - { - "name": "Ninzo", - "code": "nin" - }, - { - "name": "Nganasan", - "code": "nio" - }, - { - "name": "Nandi", - "code": "niq" - }, - { - "name": "Nimboran", - "code": "nir" - }, - { - "name": "Nimi", - "code": "nis" - }, - { - "name": "Southeastern Kolami", - "code": "nit" - }, - { - "name": "Niuean", - "code": "niu" - }, - { - "name": "Gilyak", - "code": "niv" - }, - { - "name": "Nimo", - "code": "niw" - }, - { - "name": "Hema", - "code": "nix" - }, - { - "name": "Ngiti", - "code": "niy" - }, - { - "name": "Ningil", - "code": "niz" - }, - { - "name": "Nzanyi", - "code": "nja" - }, - { - "name": "Nocte Naga", - "code": "njb" - }, - { - "name": "Ndonde Hamba", - "code": "njd" - }, - { - "name": "Lotha Naga", - "code": "njh" - }, - { - "name": "Gudanji", - "code": "nji" - }, - { - "name": "Njen", - "code": "njj" - }, - { - "name": "Njalgulgule", - "code": "njl" - }, - { - "name": "Angami Naga", - "code": "njm" - }, - { - "name": "Liangmai Naga", - "code": "njn" - }, - { - "name": "Ao Naga", - "code": "njo" - }, - { - "name": "Njerep", - "code": "njr" - }, - { - "name": "Nisa", - "code": "njs" - }, - { - "name": "Ndyuka-Trio Pidgin", - "code": "njt" - }, - { - "name": "Ngadjunmaya", - "code": "nju" - }, - { - "name": "Kunyi", - "code": "njx" - }, - { - "name": "Njyem", - "code": "njy" - }, - { - "name": "Nyishi", - "code": "njz" - }, - { - "name": "Nkoya", - "code": "nka" - }, - { - "name": "Khoibu Naga", - "code": "nkb" - }, - { - "name": "Nkongho", - "code": "nkc" - }, - { - "name": "Koireng", - "code": "nkd" - }, - { - "name": "Duke", - "code": "nke" - }, - { - "name": "Inpui Naga", - "code": "nkf" - }, - { - "name": "Nekgini", - "code": "nkg" - }, - { - "name": "Khezha Naga", - "code": "nkh" - }, - { - "name": "Thangal Naga", - "code": "nki" - }, - { - "name": "Nakai", - "code": "nkj" - }, - { - "name": "Nokuku", - "code": "nkk" - }, - { - "name": "Namat", - "code": "nkm" - }, - { - "name": "Nkangala", - "code": "nkn" - }, - { - "name": "Nkonya", - "code": "nko" - }, - { - "name": "Niuatoputapu", - "code": "nkp" - }, - { - "name": "Nkami", - "code": "nkq" - }, - { - "name": "Nukuoro", - "code": "nkr" - }, - { - "name": "North Asmat", - "code": "nks" - }, - { - "name": "Nyika (Tanzania)", - "code": "nkt" - }, - { - "name": "Bouna Kulango", - "code": "nku" - }, - { - "name": "Nyika (Malawi and Zambia)", - "code": "nkv" - }, - { - "name": "Nkutu", - "code": "nkw" - }, - { - "name": "Nkoroo", - "code": "nkx" - }, - { - "name": "Nkari", - "code": "nkz" - }, - { - "name": "Ngombale", - "code": "nla" - }, - { - "name": "Nalca", - "code": "nlc" - }, - { - "name": "Dutch", - "code": "nld" - }, - { - "name": "Flemish", - "code": "nld" - }, - { - "name": "East Nyala", - "code": "nle" - }, - { - "name": "Gela", - "code": "nlg" - }, - { - "name": "Grangali", - "code": "nli" - }, - { - "name": "Nyali", - "code": "nlj" - }, - { - "name": "Ninia Yali", - "code": "nlk" - }, - { - "name": "Nihali", - "code": "nll" - }, - { - "name": "Mankiyali", - "code": "nlm" - }, - { - "name": "Ngul", - "code": "nlo" - }, - { - "name": "Lao Naga", - "code": "nlq" - }, - { - "name": "Nchumbulu", - "code": "nlu" - }, - { - "name": "Orizaba Nahuatl", - "code": "nlv" - }, - { - "name": "Walangama", - "code": "nlw" - }, - { - "name": "Nahali", - "code": "nlx" - }, - { - "name": "Nyamal", - "code": "nly" - }, - { - "name": "Nalögo", - "code": "nlz" - }, - { - "name": "Maram Naga", - "code": "nma" - }, - { - "name": "Big Nambas", - "code": "nmb" - }, - { - "name": "V'ënen Taut", - "code": "nmb" - }, - { - "name": "Ngam", - "code": "nmc" - }, - { - "name": "Ndumu", - "code": "nmd" - }, - { - "name": "Mzieme Naga", - "code": "nme" - }, - { - "name": "Tangkhul Naga (India)", - "code": "nmf" - }, - { - "name": "Kwasio", - "code": "nmg" - }, - { - "name": "Monsang Naga", - "code": "nmh" - }, - { - "name": "Nyam", - "code": "nmi" - }, - { - "name": "Ngombe (Central African Republic)", - "code": "nmj" - }, - { - "name": "Namakura", - "code": "nmk" - }, - { - "name": "Ndemli", - "code": "nml" - }, - { - "name": "Manangba", - "code": "nmm" - }, - { - "name": "ǃXóõ", - "code": "nmn" - }, - { - "name": "Moyon Naga", - "code": "nmo" - }, - { - "name": "Nimanbur", - "code": "nmp" - }, - { - "name": "Nambya", - "code": "nmq" - }, - { - "name": "Nimbari", - "code": "nmr" - }, - { - "name": "Letemboi", - "code": "nms" - }, - { - "name": "Namonuito", - "code": "nmt" - }, - { - "name": "Northeast Maidu", - "code": "nmu" - }, - { - "name": "Ngamini", - "code": "nmv" - }, - { - "name": "Nimoa", - "code": "nmw" - }, - { - "name": "Rifao", - "code": "nmw" - }, - { - "name": "Nama (Papua New Guinea)", - "code": "nmx" - }, - { - "name": "Namuyi", - "code": "nmy" - }, - { - "name": "Nawdm", - "code": "nmz" - }, - { - "name": "Nyangumarta", - "code": "nna" - }, - { - "name": "Nande", - "code": "nnb" - }, - { - "name": "Nancere", - "code": "nnc" - }, - { - "name": "West Ambae", - "code": "nnd" - }, - { - "name": "Ngandyera", - "code": "nne" - }, - { - "name": "Ngaing", - "code": "nnf" - }, - { - "name": "Maring Naga", - "code": "nng" - }, - { - "name": "Ngiemboon", - "code": "nnh" - }, - { - "name": "North Nuaulu", - "code": "nni" - }, - { - "name": "Nyangatom", - "code": "nnj" - }, - { - "name": "Nankina", - "code": "nnk" - }, - { - "name": "Northern Rengma Naga", - "code": "nnl" - }, - { - "name": "Namia", - "code": "nnm" - }, - { - "name": "Ngete", - "code": "nnn" - }, - { - "name": "Norwegian Nynorsk", - "code": "nno" - }, - { - "name": "Wancho Naga", - "code": "nnp" - }, - { - "name": "Ngindo", - "code": "nnq" - }, - { - "name": "Narungga", - "code": "nnr" - }, - { - "name": "Nanticoke", - "code": "nnt" - }, - { - "name": "Dwang", - "code": "nnu" - }, - { - "name": "Nugunu (Australia)", - "code": "nnv" - }, - { - "name": "Southern Nuni", - "code": "nnw" - }, - { - "name": "Nyangga", - "code": "nny" - }, - { - "name": "Nda'nda'", - "code": "nnz" - }, - { - "name": "Woun Meu", - "code": "noa" - }, - { - "name": "Norwegian Bokmål", - "code": "nob" - }, - { - "name": "Nuk", - "code": "noc" - }, - { - "name": "Northern Thai", - "code": "nod" - }, - { - "name": "Nimadi", - "code": "noe" - }, - { - "name": "Nomane", - "code": "nof" - }, - { - "name": "Nogai", - "code": "nog" - }, - { - "name": "Nomu", - "code": "noh" - }, - { - "name": "Noiri", - "code": "noi" - }, - { - "name": "Nonuya", - "code": "noj" - }, - { - "name": "Nooksack", - "code": "nok" - }, - { - "name": "Nomlaki", - "code": "nol" - }, - { - "name": "Nocamán", - "code": "nom" - }, - { - "name": "Old Norse", - "code": "non" - }, - { - "name": "Numanggang", - "code": "nop" - }, - { - "name": "Ngongo", - "code": "noq" - }, - { - "name": "Norwegian", - "code": "nor" - }, - { - "name": "Eastern Nisu", - "code": "nos" - }, - { - "name": "Nomatsiguenga", - "code": "not" - }, - { - "name": "Ewage-Notu", - "code": "nou" - }, - { - "name": "Novial", - "code": "nov" - }, - { - "name": "Nyambo", - "code": "now" - }, - { - "name": "Noy", - "code": "noy" - }, - { - "name": "Nayi", - "code": "noz" - }, - { - "name": "Nar Phu", - "code": "npa" - }, - { - "name": "Nupbikha", - "code": "npb" - }, - { - "name": "Ponyo-Gongwang Naga", - "code": "npg" - }, - { - "name": "Phom Naga", - "code": "nph" - }, - { - "name": "Nepali (individual language)", - "code": "npi" - }, - { - "name": "Southeastern Puebla Nahuatl", - "code": "npl" - }, - { - "name": "Mondropolon", - "code": "npn" - }, - { - "name": "Pochuri Naga", - "code": "npo" - }, - { - "name": "Nipsan", - "code": "nps" - }, - { - "name": "Puimei Naga", - "code": "npu" - }, - { - "name": "Noipx", - "code": "npx" - }, - { - "name": "Napu", - "code": "npy" - }, - { - "name": "Southern Nago", - "code": "nqg" - }, - { - "name": "Kura Ede Nago", - "code": "nqk" - }, - { - "name": "Ngendelengo", - "code": "nql" - }, - { - "name": "Ndom", - "code": "nqm" - }, - { - "name": "Nen", - "code": "nqn" - }, - { - "name": "N'Ko", - "code": "nqo" - }, - { - "name": "Kyan-Karyaw Naga", - "code": "nqq" - }, - { - "name": "Nteng", - "code": "nqt" - }, - { - "name": "Akyaung Ari Naga", - "code": "nqy" - }, - { - "name": "Ngom", - "code": "nra" - }, - { - "name": "Nara", - "code": "nrb" - }, - { - "name": "Noric", - "code": "nrc" - }, - { - "name": "Southern Rengma Naga", - "code": "nre" - }, - { - "name": "Guernésiais", - "code": "nrf" - }, - { - "name": "Jèrriais", - "code": "nrf" - }, - { - "name": "Narango", - "code": "nrg" - }, - { - "name": "Chokri Naga", - "code": "nri" - }, - { - "name": "Ngarla", - "code": "nrk" - }, - { - "name": "Ngarluma", - "code": "nrl" - }, - { - "name": "Narom", - "code": "nrm" - }, - { - "name": "Norn", - "code": "nrn" - }, - { - "name": "North Picene", - "code": "nrp" - }, - { - "name": "Nora", - "code": "nrr" - }, - { - "name": "Norra", - "code": "nrr" - }, - { - "name": "Northern Kalapuya", - "code": "nrt" - }, - { - "name": "Narua", - "code": "nru" - }, - { - "name": "Ngurmbur", - "code": "nrx" - }, - { - "name": "Lala", - "code": "nrz" - }, - { - "name": "Sangtam Naga", - "code": "nsa" - }, - { - "name": "Lower Nossob", - "code": "nsb" - }, - { - "name": "Nshi", - "code": "nsc" - }, - { - "name": "Southern Nisu", - "code": "nsd" - }, - { - "name": "Nsenga", - "code": "nse" - }, - { - "name": "Northwestern Nisu", - "code": "nsf" - }, - { - "name": "Ngasa", - "code": "nsg" - }, - { - "name": "Ngoshie", - "code": "nsh" - }, - { - "name": "Nigerian Sign Language", - "code": "nsi" - }, - { - "name": "Naskapi", - "code": "nsk" - }, - { - "name": "Norwegian Sign Language", - "code": "nsl" - }, - { - "name": "Sumi Naga", - "code": "nsm" - }, - { - "name": "Nehan", - "code": "nsn" - }, - { - "name": "Northern Sotho", - "code": "nso" - }, - { - "name": "Pedi", - "code": "nso" - }, - { - "name": "Sepedi", - "code": "nso" - }, - { - "name": "Nepalese Sign Language", - "code": "nsp" - }, - { - "name": "Northern Sierra Miwok", - "code": "nsq" - }, - { - "name": "Maritime Sign Language", - "code": "nsr" - }, - { - "name": "Nali", - "code": "nss" - }, - { - "name": "Tase Naga", - "code": "nst" - }, - { - "name": "Sierra Negra Nahuatl", - "code": "nsu" - }, - { - "name": "Southwestern Nisu", - "code": "nsv" - }, - { - "name": "Navut", - "code": "nsw" - }, - { - "name": "Nsongo", - "code": "nsx" - }, - { - "name": "Nasal", - "code": "nsy" - }, - { - "name": "Nisenan", - "code": "nsz" - }, - { - "name": "Northern Tidung", - "code": "ntd" - }, - { - "name": "Nathembo", - "code": "nte" - }, - { - "name": "Ngantangarra", - "code": "ntg" - }, - { - "name": "Natioro", - "code": "nti" - }, - { - "name": "Ngaanyatjarra", - "code": "ntj" - }, - { - "name": "Ikoma-Nata-Isenye", - "code": "ntk" - }, - { - "name": "Nateni", - "code": "ntm" - }, - { - "name": "Ntomba", - "code": "nto" - }, - { - "name": "Northern Tepehuan", - "code": "ntp" - }, - { - "name": "Delo", - "code": "ntr" - }, - { - "name": "Natügu", - "code": "ntu" - }, - { - "name": "Nottoway", - "code": "ntw" - }, - { - "name": "Tangkhul Naga (Myanmar)", - "code": "ntx" - }, - { - "name": "Mantsi", - "code": "nty" - }, - { - "name": "Natanzi", - "code": "ntz" - }, - { - "name": "Yuanga", - "code": "nua" - }, - { - "name": "Nukuini", - "code": "nuc" - }, - { - "name": "Ngala", - "code": "nud" - }, - { - "name": "Ngundu", - "code": "nue" - }, - { - "name": "Nusu", - "code": "nuf" - }, - { - "name": "Nungali", - "code": "nug" - }, - { - "name": "Ndunda", - "code": "nuh" - }, - { - "name": "Ngumbi", - "code": "nui" - }, - { - "name": "Nyole", - "code": "nuj" - }, - { - "name": "Nuuchahnulth", - "code": "nuk" - }, - { - "name": "Nuu-chah-nulth", - "code": "nuk" - }, - { - "name": "Nusa Laut", - "code": "nul" - }, - { - "name": "Niuafo'ou", - "code": "num" - }, - { - "name": "Anong", - "code": "nun" - }, - { - "name": "Nguôn", - "code": "nuo" - }, - { - "name": "Nupe-Nupe-Tako", - "code": "nup" - }, - { - "name": "Nukumanu", - "code": "nuq" - }, - { - "name": "Nukuria", - "code": "nur" - }, - { - "name": "Nuer", - "code": "nus" - }, - { - "name": "Nung (Viet Nam)", - "code": "nut" - }, - { - "name": "Ngbundu", - "code": "nuu" - }, - { - "name": "Northern Nuni", - "code": "nuv" - }, - { - "name": "Nguluwan", - "code": "nuw" - }, - { - "name": "Mehek", - "code": "nux" - }, - { - "name": "Nunggubuyu", - "code": "nuy" - }, - { - "name": "Tlamacazapa Nahuatl", - "code": "nuz" - }, - { - "name": "Nasarian", - "code": "nvh" - }, - { - "name": "Namiae", - "code": "nvm" - }, - { - "name": "Nyokon", - "code": "nvo" - }, - { - "name": "Nawathinehena", - "code": "nwa" - }, - { - "name": "Nyabwa", - "code": "nwb" - }, - { - "name": "Classical Nepal Bhasa", - "code": "nwc" - }, - { - "name": "Classical Newari", - "code": "nwc" - }, - { - "name": "Old Newari", - "code": "nwc" - }, - { - "name": "Ngwe", - "code": "nwe" - }, - { - "name": "Ngayawung", - "code": "nwg" - }, - { - "name": "Southwest Tanna", - "code": "nwi" - }, - { - "name": "Nyamusa-Molo", - "code": "nwm" - }, - { - "name": "Nauo", - "code": "nwo" - }, - { - "name": "Nawaru", - "code": "nwr" - }, - { - "name": "Middle Newar", - "code": "nwx" - }, - { - "name": "Nottoway-Meherrin", - "code": "nwy" - }, - { - "name": "Nauete", - "code": "nxa" - }, - { - "name": "Ngando (Democratic Republic of Congo)", - "code": "nxd" - }, - { - "name": "Nage", - "code": "nxe" - }, - { - "name": "Ngad'a", - "code": "nxg" - }, - { - "name": "Nindi", - "code": "nxi" - }, - { - "name": "Koki Naga", - "code": "nxk" - }, - { - "name": "South Nuaulu", - "code": "nxl" - }, - { - "name": "Numidian", - "code": "nxm" - }, - { - "name": "Ngawun", - "code": "nxn" - }, - { - "name": "Ndambomo", - "code": "nxo" - }, - { - "name": "Naxi", - "code": "nxq" - }, - { - "name": "Ninggerum", - "code": "nxr" - }, - { - "name": "Nafri", - "code": "nxx" - }, - { - "name": "Chewa", - "code": "nya" - }, - { - "name": "Chichewa", - "code": "nya" - }, - { - "name": "Nyanja", - "code": "nya" - }, - { - "name": "Nyangbo", - "code": "nyb" - }, - { - "name": "Nyanga-li", - "code": "nyc" - }, - { - "name": "Nyore", - "code": "nyd" - }, - { - "name": "Olunyole", - "code": "nyd" - }, - { - "name": "Nyengo", - "code": "nye" - }, - { - "name": "Giryama", - "code": "nyf" - }, - { - "name": "Kigiryama", - "code": "nyf" - }, - { - "name": "Nyindu", - "code": "nyg" - }, - { - "name": "Nyikina", - "code": "nyh" - }, - { - "name": "Ama (Sudan)", - "code": "nyi" - }, - { - "name": "Nyanga", - "code": "nyj" - }, - { - "name": "Nyaneka", - "code": "nyk" - }, - { - "name": "Nyeu", - "code": "nyl" - }, - { - "name": "Nyamwezi", - "code": "nym" - }, - { - "name": "Nyankole", - "code": "nyn" - }, - { - "name": "Nyoro", - "code": "nyo" - }, - { - "name": "Nyang'i", - "code": "nyp" - }, - { - "name": "Nayini", - "code": "nyq" - }, - { - "name": "Nyiha (Malawi)", - "code": "nyr" - }, - { - "name": "Nyungar", - "code": "nys" - }, - { - "name": "Nyawaygi", - "code": "nyt" - }, - { - "name": "Nyungwe", - "code": "nyu" - }, - { - "name": "Nyulnyul", - "code": "nyv" - }, - { - "name": "Nyaw", - "code": "nyw" - }, - { - "name": "Nganyaywana", - "code": "nyx" - }, - { - "name": "Nyakyusa-Ngonde", - "code": "nyy" - }, - { - "name": "Tigon Mbembe", - "code": "nza" - }, - { - "name": "Njebi", - "code": "nzb" - }, - { - "name": "Nzadi", - "code": "nzd" - }, - { - "name": "Nzima", - "code": "nzi" - }, - { - "name": "Nzakara", - "code": "nzk" - }, - { - "name": "Zeme Naga", - "code": "nzm" - }, - { - "name": "New Zealand Sign Language", - "code": "nzs" - }, - { - "name": "Teke-Nzikou", - "code": "nzu" - }, - { - "name": "Nzakambay", - "code": "nzy" - }, - { - "name": "Nanga Dama Dogon", - "code": "nzz" - }, - { - "name": "Orok", - "code": "oaa" - }, - { - "name": "Oroch", - "code": "oac" - }, - { - "name": "Ancient Aramaic (up to 700 BCE)", - "code": "oar" - }, - { - "name": "Old Aramaic (up to 700 BCE)", - "code": "oar" - }, - { - "name": "Old Avar", - "code": "oav" - }, - { - "name": "Obispeño", - "code": "obi" - }, - { - "name": "Southern Bontok", - "code": "obk" - }, - { - "name": "Oblo", - "code": "obl" - }, - { - "name": "Moabite", - "code": "obm" - }, - { - "name": "Obo Manobo", - "code": "obo" - }, - { - "name": "Old Burmese", - "code": "obr" - }, - { - "name": "Old Breton", - "code": "obt" - }, - { - "name": "Obulom", - "code": "obu" - }, - { - "name": "Ocaina", - "code": "oca" - }, - { - "name": "Old Chinese", - "code": "och" - }, - { - "name": "Occitan (post 1500)", - "code": "oci" - }, - { - "name": "Old Cham", - "code": "ocm" - }, - { - "name": "Old Cornish", - "code": "oco" - }, - { - "name": "Atzingo Matlatzinca", - "code": "ocu" - }, - { - "name": "Odut", - "code": "oda" - }, - { - "name": "Od", - "code": "odk" - }, - { - "name": "Old Dutch", - "code": "odt" - }, - { - "name": "Odual", - "code": "odu" - }, - { - "name": "Ofo", - "code": "ofo" - }, - { - "name": "Old Frisian", - "code": "ofs" - }, - { - "name": "Efutop", - "code": "ofu" - }, - { - "name": "Ogbia", - "code": "ogb" - }, - { - "name": "Ogbah", - "code": "ogc" - }, - { - "name": "Old Georgian", - "code": "oge" - }, - { - "name": "Ogbogolo", - "code": "ogg" - }, - { - "name": "Khana", - "code": "ogo" - }, - { - "name": "Ogbronuagum", - "code": "ogu" - }, - { - "name": "Old Hittite", - "code": "oht" - }, - { - "name": "Old Hungarian", - "code": "ohu" - }, - { - "name": "Oirata", - "code": "oia" - }, - { - "name": "Inebu One", - "code": "oin" - }, - { - "name": "Northwestern Ojibwa", - "code": "ojb" - }, - { - "name": "Central Ojibwa", - "code": "ojc" - }, - { - "name": "Eastern Ojibwa", - "code": "ojg" - }, - { - "name": "Ojibwa", - "code": "oji" - }, - { - "name": "Old Japanese", - "code": "ojp" - }, - { - "name": "Severn Ojibwa", - "code": "ojs" - }, - { - "name": "Ontong Java", - "code": "ojv" - }, - { - "name": "Western Ojibwa", - "code": "ojw" - }, - { - "name": "Okanagan", - "code": "oka" - }, - { - "name": "Okobo", - "code": "okb" - }, - { - "name": "Kobo", - "code": "okc" - }, - { - "name": "Okodia", - "code": "okd" - }, - { - "name": "Okpe (Southwestern Edo)", - "code": "oke" - }, - { - "name": "Koko Babangk", - "code": "okg" - }, - { - "name": "Koresh-e Rostam", - "code": "okh" - }, - { - "name": "Okiek", - "code": "oki" - }, - { - "name": "Oko-Juwoi", - "code": "okj" - }, - { - "name": "Kwamtim One", - "code": "okk" - }, - { - "name": "Old Kentish Sign Language", - "code": "okl" - }, - { - "name": "Middle Korean (10th-16th cent.)", - "code": "okm" - }, - { - "name": "Oki-No-Erabu", - "code": "okn" - }, - { - "name": "Old Korean (3rd-9th cent.)", - "code": "oko" - }, - { - "name": "Kirike", - "code": "okr" - }, - { - "name": "Oko-Eni-Osayen", - "code": "oks" - }, - { - "name": "Oku", - "code": "oku" - }, - { - "name": "Orokaiva", - "code": "okv" - }, - { - "name": "Okpe (Northwestern Edo)", - "code": "okx" - }, - { - "name": "Old Khmer", - "code": "okz" - }, - { - "name": "Walungge", - "code": "ola" - }, - { - "name": "Mochi", - "code": "old" - }, - { - "name": "Olekha", - "code": "ole" - }, - { - "name": "Olkol", - "code": "olk" - }, - { - "name": "Oloma", - "code": "olm" - }, - { - "name": "Livvi", - "code": "olo" - }, - { - "name": "Olrat", - "code": "olr" - }, - { - "name": "Old Lithuanian", - "code": "olt" - }, - { - "name": "Kuvale", - "code": "olu" - }, - { - "name": "Omaha-Ponca", - "code": "oma" - }, - { - "name": "East Ambae", - "code": "omb" - }, - { - "name": "Mochica", - "code": "omc" - }, - { - "name": "Omagua", - "code": "omg" - }, - { - "name": "Omi", - "code": "omi" - }, - { - "name": "Omok", - "code": "omk" - }, - { - "name": "Ombo", - "code": "oml" - }, - { - "name": "Minoan", - "code": "omn" - }, - { - "name": "Utarmbung", - "code": "omo" - }, - { - "name": "Old Manipuri", - "code": "omp" - }, - { - "name": "Old Marathi", - "code": "omr" - }, - { - "name": "Omotik", - "code": "omt" - }, - { - "name": "Omurano", - "code": "omu" - }, - { - "name": "South Tairora", - "code": "omw" - }, - { - "name": "Old Mon", - "code": "omx" - }, - { - "name": "Old Malay", - "code": "omy" - }, - { - "name": "Ona", - "code": "ona" - }, - { - "name": "Lingao", - "code": "onb" - }, - { - "name": "Oneida", - "code": "one" - }, - { - "name": "Olo", - "code": "ong" - }, - { - "name": "Onin", - "code": "oni" - }, - { - "name": "Onjob", - "code": "onj" - }, - { - "name": "Kabore One", - "code": "onk" - }, - { - "name": "Onobasulu", - "code": "onn" - }, - { - "name": "Onondaga", - "code": "ono" - }, - { - "name": "Sartang", - "code": "onp" - }, - { - "name": "Northern One", - "code": "onr" - }, - { - "name": "Ono", - "code": "ons" - }, - { - "name": "Ontenu", - "code": "ont" - }, - { - "name": "Unua", - "code": "onu" - }, - { - "name": "Old Nubian", - "code": "onw" - }, - { - "name": "Onin Based Pidgin", - "code": "onx" - }, - { - "name": "Tohono O'odham", - "code": "ood" - }, - { - "name": "Ong", - "code": "oog" - }, - { - "name": "Önge", - "code": "oon" - }, - { - "name": "Oorlams", - "code": "oor" - }, - { - "name": "Old Ossetic", - "code": "oos" - }, - { - "name": "Okpamheri", - "code": "opa" - }, - { - "name": "Kopkaka", - "code": "opk" - }, - { - "name": "Oksapmin", - "code": "opm" - }, - { - "name": "Opao", - "code": "opo" - }, - { - "name": "Opata", - "code": "opt" - }, - { - "name": "Ofayé", - "code": "opy" - }, - { - "name": "Oroha", - "code": "ora" - }, - { - "name": "Orma", - "code": "orc" - }, - { - "name": "Orejón", - "code": "ore" - }, - { - "name": "Oring", - "code": "org" - }, - { - "name": "Oroqen", - "code": "orh" - }, - { - "name": "Oriya (macrolanguage)", - "code": "ori" - }, - { - "name": "Oromo", - "code": "orm" - }, - { - "name": "Orang Kanaq", - "code": "orn" - }, - { - "name": "Orokolo", - "code": "oro" - }, - { - "name": "Oruma", - "code": "orr" - }, - { - "name": "Orang Seletar", - "code": "ors" - }, - { - "name": "Adivasi Oriya", - "code": "ort" - }, - { - "name": "Ormuri", - "code": "oru" - }, - { - "name": "Old Russian", - "code": "orv" - }, - { - "name": "Oro Win", - "code": "orw" - }, - { - "name": "Oro", - "code": "orx" - }, - { - "name": "Odia", - "code": "ory" - }, - { - "name": "Oriya (individual language)", - "code": "ory" - }, - { - "name": "Ormu", - "code": "orz" - }, - { - "name": "Osage", - "code": "osa" - }, - { - "name": "Oscan", - "code": "osc" - }, - { - "name": "Osing", - "code": "osi" - }, - { - "name": "Old Sundanese", - "code": "osn" - }, - { - "name": "Ososo", - "code": "oso" - }, - { - "name": "Old Spanish", - "code": "osp" - }, - { - "name": "Ossetian", - "code": "oss" - }, - { - "name": "Ossetic", - "code": "oss" - }, - { - "name": "Osatu", - "code": "ost" - }, - { - "name": "Southern One", - "code": "osu" - }, - { - "name": "Old Saxon", - "code": "osx" - }, - { - "name": "Ottoman Turkish (1500-1928)", - "code": "ota" - }, - { - "name": "Old Tibetan", - "code": "otb" - }, - { - "name": "Ot Danum", - "code": "otd" - }, - { - "name": "Mezquital Otomi", - "code": "ote" - }, - { - "name": "Oti", - "code": "oti" - }, - { - "name": "Old Turkish", - "code": "otk" - }, - { - "name": "Tilapa Otomi", - "code": "otl" - }, - { - "name": "Eastern Highland Otomi", - "code": "otm" - }, - { - "name": "Tenango Otomi", - "code": "otn" - }, - { - "name": "Querétaro Otomi", - "code": "otq" - }, - { - "name": "Otoro", - "code": "otr" - }, - { - "name": "Estado de México Otomi", - "code": "ots" - }, - { - "name": "Temoaya Otomi", - "code": "ott" - }, - { - "name": "Otuke", - "code": "otu" - }, - { - "name": "Ottawa", - "code": "otw" - }, - { - "name": "Texcatepec Otomi", - "code": "otx" - }, - { - "name": "Old Tamil", - "code": "oty" - }, - { - "name": "Ixtenco Otomi", - "code": "otz" - }, - { - "name": "Tagargrent", - "code": "oua" - }, - { - "name": "Glio-Oubi", - "code": "oub" - }, - { - "name": "Oune", - "code": "oue" - }, - { - "name": "Old Uighur", - "code": "oui" - }, - { - "name": "Ouma", - "code": "oum" - }, - { - "name": "Elfdalian", - "code": "ovd" - }, - { - "name": "Övdalian", - "code": "ovd" - }, - { - "name": "Owiniga", - "code": "owi" - }, - { - "name": "Old Welsh", - "code": "owl" - }, - { - "name": "Oy", - "code": "oyb" - }, - { - "name": "Oyda", - "code": "oyd" - }, - { - "name": "Wayampi", - "code": "oym" - }, - { - "name": "Oya'oya", - "code": "oyy" - }, - { - "name": "Koonzime", - "code": "ozm" - }, - { - "name": "Parecís", - "code": "pab" - }, - { - "name": "Pacoh", - "code": "pac" - }, - { - "name": "Paumarí", - "code": "pad" - }, - { - "name": "Pagibete", - "code": "pae" - }, - { - "name": "Paranawát", - "code": "paf" - }, - { - "name": "Pangasinan", - "code": "pag" - }, - { - "name": "Tenharim", - "code": "pah" - }, - { - "name": "Pe", - "code": "pai" - }, - { - "name": "Parakanã", - "code": "pak" - }, - { - "name": "Pahlavi", - "code": "pal" - }, - { - "name": "Kapampangan", - "code": "pam" - }, - { - "name": "Pampanga", - "code": "pam" - }, - { - "name": "Panjabi", - "code": "pan" - }, - { - "name": "Punjabi", - "code": "pan" - }, - { - "name": "Northern Paiute", - "code": "pao" - }, - { - "name": "Papiamento", - "code": "pap" - }, - { - "name": "Parya", - "code": "paq" - }, - { - "name": "Panamint", - "code": "par" - }, - { - "name": "Timbisha", - "code": "par" - }, - { - "name": "Papasena", - "code": "pas" - }, - { - "name": "Palauan", - "code": "pau" - }, - { - "name": "Pakaásnovos", - "code": "pav" - }, - { - "name": "Pawnee", - "code": "paw" - }, - { - "name": "Pankararé", - "code": "pax" - }, - { - "name": "Pech", - "code": "pay" - }, - { - "name": "Pankararú", - "code": "paz" - }, - { - "name": "Páez", - "code": "pbb" - }, - { - "name": "Patamona", - "code": "pbc" - }, - { - "name": "Mezontla Popoloca", - "code": "pbe" - }, - { - "name": "Coyotepec Popoloca", - "code": "pbf" - }, - { - "name": "Paraujano", - "code": "pbg" - }, - { - "name": "E'ñapa Woromaipu", - "code": "pbh" - }, - { - "name": "Parkwa", - "code": "pbi" - }, - { - "name": "Mak (Nigeria)", - "code": "pbl" - }, - { - "name": "Puebla Mazatec", - "code": "pbm" - }, - { - "name": "Kpasam", - "code": "pbn" - }, - { - "name": "Papel", - "code": "pbo" - }, - { - "name": "Badyara", - "code": "pbp" - }, - { - "name": "Pangwa", - "code": "pbr" - }, - { - "name": "Central Pame", - "code": "pbs" - }, - { - "name": "Southern Pashto", - "code": "pbt" - }, - { - "name": "Northern Pashto", - "code": "pbu" - }, - { - "name": "Pnar", - "code": "pbv" - }, - { - "name": "Pyu (Papua New Guinea)", - "code": "pby" - }, - { - "name": "Santa Inés Ahuatempan Popoloca", - "code": "pca" - }, - { - "name": "Pear", - "code": "pcb" - }, - { - "name": "Bouyei", - "code": "pcc" - }, - { - "name": "Picard", - "code": "pcd" - }, - { - "name": "Ruching Palaung", - "code": "pce" - }, - { - "name": "Paliyan", - "code": "pcf" - }, - { - "name": "Paniya", - "code": "pcg" - }, - { - "name": "Pardhan", - "code": "pch" - }, - { - "name": "Duruwa", - "code": "pci" - }, - { - "name": "Parenga", - "code": "pcj" - }, - { - "name": "Paite Chin", - "code": "pck" - }, - { - "name": "Pardhi", - "code": "pcl" - }, - { - "name": "Nigerian Pidgin", - "code": "pcm" - }, - { - "name": "Piti", - "code": "pcn" - }, - { - "name": "Pacahuara", - "code": "pcp" - }, - { - "name": "Pyapun", - "code": "pcw" - }, - { - "name": "Anam", - "code": "pda" - }, - { - "name": "Pennsylvania German", - "code": "pdc" - }, - { - "name": "Pa Di", - "code": "pdi" - }, - { - "name": "Fedan", - "code": "pdn" - }, - { - "name": "Podena", - "code": "pdn" - }, - { - "name": "Padoe", - "code": "pdo" - }, - { - "name": "Plautdietsch", - "code": "pdt" - }, - { - "name": "Kayan", - "code": "pdu" - }, - { - "name": "Peranakan Indonesian", - "code": "pea" - }, - { - "name": "Eastern Pomo", - "code": "peb" - }, - { - "name": "Mala (Papua New Guinea)", - "code": "ped" - }, - { - "name": "Taje", - "code": "pee" - }, - { - "name": "Northeastern Pomo", - "code": "pef" - }, - { - "name": "Pengo", - "code": "peg" - }, - { - "name": "Bonan", - "code": "peh" - }, - { - "name": "Chichimeca-Jonaz", - "code": "pei" - }, - { - "name": "Northern Pomo", - "code": "pej" - }, - { - "name": "Penchal", - "code": "pek" - }, - { - "name": "Pekal", - "code": "pel" - }, - { - "name": "Phende", - "code": "pem" - }, - { - "name": "Old Persian (ca. 600-400 B.C.)", - "code": "peo" - }, - { - "name": "Kunja", - "code": "pep" - }, - { - "name": "Southern Pomo", - "code": "peq" - }, - { - "name": "Iranian Persian", - "code": "pes" - }, - { - "name": "Pémono", - "code": "pev" - }, - { - "name": "Petats", - "code": "pex" - }, - { - "name": "Petjo", - "code": "pey" - }, - { - "name": "Eastern Penan", - "code": "pez" - }, - { - "name": "Pááfang", - "code": "pfa" - }, - { - "name": "Pere", - "code": "pfe" - }, - { - "name": "Pfaelzisch", - "code": "pfl" - }, - { - "name": "Sudanese Creole Arabic", - "code": "pga" - }, - { - "name": "Gāndhārī", - "code": "pgd" - }, - { - "name": "Pangwali", - "code": "pgg" - }, - { - "name": "Pagi", - "code": "pgi" - }, - { - "name": "Rerep", - "code": "pgk" - }, - { - "name": "Primitive Irish", - "code": "pgl" - }, - { - "name": "Paelignian", - "code": "pgn" - }, - { - "name": "Pangseng", - "code": "pgs" - }, - { - "name": "Pagu", - "code": "pgu" - }, - { - "name": "Papua New Guinean Sign Language", - "code": "pgz" - }, - { - "name": "Pa-Hng", - "code": "pha" - }, - { - "name": "Phudagi", - "code": "phd" - }, - { - "name": "Phuong", - "code": "phg" - }, - { - "name": "Phukha", - "code": "phh" - }, - { - "name": "Phake", - "code": "phk" - }, - { - "name": "Palula", - "code": "phl" - }, - { - "name": "Phalura", - "code": "phl" - }, - { - "name": "Phimbi", - "code": "phm" - }, - { - "name": "Phoenician", - "code": "phn" - }, - { - "name": "Phunoi", - "code": "pho" - }, - { - "name": "Phana'", - "code": "phq" - }, - { - "name": "Pahari-Potwari", - "code": "phr" - }, - { - "name": "Phu Thai", - "code": "pht" - }, - { - "name": "Phuan", - "code": "phu" - }, - { - "name": "Pahlavani", - "code": "phv" - }, - { - "name": "Phangduwali", - "code": "phw" - }, - { - "name": "Pima Bajo", - "code": "pia" - }, - { - "name": "Yine", - "code": "pib" - }, - { - "name": "Pinji", - "code": "pic" - }, - { - "name": "Piaroa", - "code": "pid" - }, - { - "name": "Piro", - "code": "pie" - }, - { - "name": "Pingelapese", - "code": "pif" - }, - { - "name": "Pisabo", - "code": "pig" - }, - { - "name": "Pitcairn-Norfolk", - "code": "pih" - }, - { - "name": "Pini", - "code": "pii" - }, - { - "name": "Pijao", - "code": "pij" - }, - { - "name": "Yom", - "code": "pil" - }, - { - "name": "Powhatan", - "code": "pim" - }, - { - "name": "Piame", - "code": "pin" - }, - { - "name": "Piapoco", - "code": "pio" - }, - { - "name": "Pero", - "code": "pip" - }, - { - "name": "Piratapuyo", - "code": "pir" - }, - { - "name": "Pijin", - "code": "pis" - }, - { - "name": "Pitta Pitta", - "code": "pit" - }, - { - "name": "Pintupi-Luritja", - "code": "piu" - }, - { - "name": "Pileni", - "code": "piv" - }, - { - "name": "Vaeakau-Taumako", - "code": "piv" - }, - { - "name": "Pimbwe", - "code": "piw" - }, - { - "name": "Piu", - "code": "pix" - }, - { - "name": "Piya-Kwonci", - "code": "piy" - }, - { - "name": "Pije", - "code": "piz" - }, - { - "name": "Pitjantjatjara", - "code": "pjt" - }, - { - "name": "Ardhamāgadhī Prākrit", - "code": "pka" - }, - { - "name": "Kipfokomo", - "code": "pkb" - }, - { - "name": "Pokomo", - "code": "pkb" - }, - { - "name": "Paekche", - "code": "pkc" - }, - { - "name": "Pak-Tong", - "code": "pkg" - }, - { - "name": "Pankhu", - "code": "pkh" - }, - { - "name": "Pakanha", - "code": "pkn" - }, - { - "name": "Pökoot", - "code": "pko" - }, - { - "name": "Pukapuka", - "code": "pkp" - }, - { - "name": "Attapady Kurumba", - "code": "pkr" - }, - { - "name": "Pakistan Sign Language", - "code": "pks" - }, - { - "name": "Maleng", - "code": "pkt" - }, - { - "name": "Paku", - "code": "pku" - }, - { - "name": "Miani", - "code": "pla" - }, - { - "name": "Polonombauk", - "code": "plb" - }, - { - "name": "Central Palawano", - "code": "plc" - }, - { - "name": "Polari", - "code": "pld" - }, - { - "name": "Palu'e", - "code": "ple" - }, - { - "name": "Pilagá", - "code": "plg" - }, - { - "name": "Paulohi", - "code": "plh" - }, - { - "name": "Pali", - "code": "pli" - }, - { - "name": "Polci", - "code": "plj" - }, - { - "name": "Kohistani Shina", - "code": "plk" - }, - { - "name": "Shwe Palaung", - "code": "pll" - }, - { - "name": "Palenquero", - "code": "pln" - }, - { - "name": "Oluta Popoluca", - "code": "plo" - }, - { - "name": "Palaic", - "code": "plq" - }, - { - "name": "Palaka Senoufo", - "code": "plr" - }, - { - "name": "San Marcos Tlacoyalco Popoloca", - "code": "pls" - }, - { - "name": "San Marcos Tlalcoyalco Popoloca", - "code": "pls" - }, - { - "name": "Plateau Malagasy", - "code": "plt" - }, - { - "name": "Palikúr", - "code": "plu" - }, - { - "name": "Southwest Palawano", - "code": "plv" - }, - { - "name": "Brooke's Point Palawano", - "code": "plw" - }, - { - "name": "Bolyu", - "code": "ply" - }, - { - "name": "Paluan", - "code": "plz" - }, - { - "name": "Paama", - "code": "pma" - }, - { - "name": "Pambia", - "code": "pmb" - }, - { - "name": "Pallanganmiddang", - "code": "pmd" - }, - { - "name": "Pwaamei", - "code": "pme" - }, - { - "name": "Pamona", - "code": "pmf" - }, - { - "name": "Māhārāṣṭri Prākrit", - "code": "pmh" - }, - { - "name": "Northern Pumi", - "code": "pmi" - }, - { - "name": "Southern Pumi", - "code": "pmj" - }, - { - "name": "Pamlico", - "code": "pmk" - }, - { - "name": "Lingua Franca", - "code": "pml" - }, - { - "name": "Pomo", - "code": "pmm" - }, - { - "name": "Pam", - "code": "pmn" - }, - { - "name": "Pom", - "code": "pmo" - }, - { - "name": "Northern Pame", - "code": "pmq" - }, - { - "name": "Paynamar", - "code": "pmr" - }, - { - "name": "Piemontese", - "code": "pms" - }, - { - "name": "Tuamotuan", - "code": "pmt" - }, - { - "name": "Plains Miwok", - "code": "pmw" - }, - { - "name": "Poumei Naga", - "code": "pmx" - }, - { - "name": "Papuan Malay", - "code": "pmy" - }, - { - "name": "Southern Pame", - "code": "pmz" - }, - { - "name": "Punan Bah-Biau", - "code": "pna" - }, - { - "name": "Western Panjabi", - "code": "pnb" - }, - { - "name": "Pannei", - "code": "pnc" - }, - { - "name": "Mpinda", - "code": "pnd" - }, - { - "name": "Western Penan", - "code": "pne" - }, - { - "name": "Pangu", - "code": "png" - }, - { - "name": "Pongu", - "code": "png" - }, - { - "name": "Penrhyn", - "code": "pnh" - }, - { - "name": "Aoheng", - "code": "pni" - }, - { - "name": "Pinjarup", - "code": "pnj" - }, - { - "name": "Paunaka", - "code": "pnk" - }, - { - "name": "Paleni", - "code": "pnl" - }, - { - "name": "Punan Batu 1", - "code": "pnm" - }, - { - "name": "Pinai-Hagahai", - "code": "pnn" - }, - { - "name": "Panobo", - "code": "pno" - }, - { - "name": "Pancana", - "code": "pnp" - }, - { - "name": "Pana (Burkina Faso)", - "code": "pnq" - }, - { - "name": "Panim", - "code": "pnr" - }, - { - "name": "Ponosakan", - "code": "pns" - }, - { - "name": "Pontic", - "code": "pnt" - }, - { - "name": "Jiongnai Bunu", - "code": "pnu" - }, - { - "name": "Pinigura", - "code": "pnv" - }, - { - "name": "Banyjima", - "code": "pnw" - }, - { - "name": "Panytyima", - "code": "pnw" - }, - { - "name": "Phong-Kniang", - "code": "pnx" - }, - { - "name": "Pinyin", - "code": "pny" - }, - { - "name": "Pana (Central African Republic)", - "code": "pnz" - }, - { - "name": "Poqomam", - "code": "poc" - }, - { - "name": "San Juan Atzingo Popoloca", - "code": "poe" - }, - { - "name": "Poke", - "code": "pof" - }, - { - "name": "Potiguára", - "code": "pog" - }, - { - "name": "Poqomchi'", - "code": "poh" - }, - { - "name": "Highland Popoluca", - "code": "poi" - }, - { - "name": "Pokangá", - "code": "pok" - }, - { - "name": "Polish", - "code": "pol" - }, - { - "name": "Southeastern Pomo", - "code": "pom" - }, - { - "name": "Pohnpeian", - "code": "pon" - }, - { - "name": "Central Pomo", - "code": "poo" - }, - { - "name": "Pwapwâ", - "code": "pop" - }, - { - "name": "Texistepec Popoluca", - "code": "poq" - }, - { - "name": "Portuguese", - "code": "por" - }, - { - "name": "Sayula Popoluca", - "code": "pos" - }, - { - "name": "Potawatomi", - "code": "pot" - }, - { - "name": "Upper Guinea Crioulo", - "code": "pov" - }, - { - "name": "San Felipe Otlaltepec Popoloca", - "code": "pow" - }, - { - "name": "Polabian", - "code": "pox" - }, - { - "name": "Pogolo", - "code": "poy" - }, - { - "name": "Papi", - "code": "ppe" - }, - { - "name": "Paipai", - "code": "ppi" - }, - { - "name": "Uma", - "code": "ppk" - }, - { - "name": "Nicarao", - "code": "ppl" - }, - { - "name": "Pipil", - "code": "ppl" - }, - { - "name": "Papuma", - "code": "ppm" - }, - { - "name": "Papapana", - "code": "ppn" - }, - { - "name": "Folopa", - "code": "ppo" - }, - { - "name": "Pelende", - "code": "ppp" - }, - { - "name": "Pei", - "code": "ppq" - }, - { - "name": "San Luís Temalacayuca Popoloca", - "code": "pps" - }, - { - "name": "Pare", - "code": "ppt" - }, - { - "name": "Papora", - "code": "ppu" - }, - { - "name": "Pa'a", - "code": "pqa" - }, - { - "name": "Malecite-Passamaquoddy", - "code": "pqm" - }, - { - "name": "Parachi", - "code": "prc" - }, - { - "name": "Parsi-Dari", - "code": "prd" - }, - { - "name": "Principense", - "code": "pre" - }, - { - "name": "Paranan", - "code": "prf" - }, - { - "name": "Prussian", - "code": "prg" - }, - { - "name": "Porohanon", - "code": "prh" - }, - { - "name": "Paicî", - "code": "pri" - }, - { - "name": "Parauk", - "code": "prk" - }, - { - "name": "Peruvian Sign Language", - "code": "prl" - }, - { - "name": "Kibiri", - "code": "prm" - }, - { - "name": "Prasuni", - "code": "prn" - }, - { - "name": "Old Occitan (to 1500)", - "code": "pro" - }, - { - "name": "Old Provençal (to 1500)", - "code": "pro" - }, - { - "name": "Parsi", - "code": "prp" - }, - { - "name": "Ashéninka Perené", - "code": "prq" - }, - { - "name": "Puri", - "code": "prr" - }, - { - "name": "Afghan Persian", - "code": "prs" - }, - { - "name": "Dari", - "code": "prs" - }, - { - "name": "Phai", - "code": "prt" - }, - { - "name": "Puragi", - "code": "pru" - }, - { - "name": "Parawen", - "code": "prw" - }, - { - "name": "Purik", - "code": "prx" - }, - { - "name": "Providencia Sign Language", - "code": "prz" - }, - { - "name": "Asue Awyu", - "code": "psa" - }, - { - "name": "Persian Sign Language", - "code": "psc" - }, - { - "name": "Plains Indian Sign Language", - "code": "psd" - }, - { - "name": "Central Malay", - "code": "pse" - }, - { - "name": "Penang Sign Language", - "code": "psg" - }, - { - "name": "Southwest Pashai", - "code": "psh" - }, - { - "name": "Southwest Pashayi", - "code": "psh" - }, - { - "name": "Southeast Pashai", - "code": "psi" - }, - { - "name": "Southeast Pashayi", - "code": "psi" - }, - { - "name": "Puerto Rican Sign Language", - "code": "psl" - }, - { - "name": "Pauserna", - "code": "psm" - }, - { - "name": "Panasuan", - "code": "psn" - }, - { - "name": "Polish Sign Language", - "code": "pso" - }, - { - "name": "Philippine Sign Language", - "code": "psp" - }, - { - "name": "Pasi", - "code": "psq" - }, - { - "name": "Portuguese Sign Language", - "code": "psr" - }, - { - "name": "Kaulong", - "code": "pss" - }, - { - "name": "Central Pashto", - "code": "pst" - }, - { - "name": "Sauraseni Prākrit", - "code": "psu" - }, - { - "name": "Port Sandwich", - "code": "psw" - }, - { - "name": "Piscataway", - "code": "psy" - }, - { - "name": "Pai Tavytera", - "code": "pta" - }, - { - "name": "Pataxó Hã-Ha-Hãe", - "code": "pth" - }, - { - "name": "Pindiini", - "code": "pti" - }, - { - "name": "Wangkatha", - "code": "pti" - }, - { - "name": "Patani", - "code": "ptn" - }, - { - "name": "Zo'é", - "code": "pto" - }, - { - "name": "Patep", - "code": "ptp" - }, - { - "name": "Pattapu", - "code": "ptq" - }, - { - "name": "Piamatsina", - "code": "ptr" - }, - { - "name": "Enrekang", - "code": "ptt" - }, - { - "name": "Bambam", - "code": "ptu" - }, - { - "name": "Port Vato", - "code": "ptv" - }, - { - "name": "Pentlatch", - "code": "ptw" - }, - { - "name": "Pathiya", - "code": "pty" - }, - { - "name": "Western Highland Purepecha", - "code": "pua" - }, - { - "name": "Purum", - "code": "pub" - }, - { - "name": "Punan Merap", - "code": "puc" - }, - { - "name": "Punan Aput", - "code": "pud" - }, - { - "name": "Puelche", - "code": "pue" - }, - { - "name": "Punan Merah", - "code": "puf" - }, - { - "name": "Phuie", - "code": "pug" - }, - { - "name": "Puinave", - "code": "pui" - }, - { - "name": "Punan Tubu", - "code": "puj" - }, - { - "name": "Puma", - "code": "pum" - }, - { - "name": "Puoc", - "code": "puo" - }, - { - "name": "Pulabu", - "code": "pup" - }, - { - "name": "Puquina", - "code": "puq" - }, - { - "name": "Puruborá", - "code": "pur" - }, - { - "name": "Pushto", - "code": "pus" - }, - { - "name": "Pashto", - "code": "pus" - }, - { - "name": "Putoh", - "code": "put" - }, - { - "name": "Punu", - "code": "puu" - }, - { - "name": "Puluwatese", - "code": "puw" - }, - { - "name": "Puare", - "code": "pux" - }, - { - "name": "Purisimeño", - "code": "puy" - }, - { - "name": "Pawaia", - "code": "pwa" - }, - { - "name": "Panawa", - "code": "pwb" - }, - { - "name": "Gapapaiwa", - "code": "pwg" - }, - { - "name": "Patwin", - "code": "pwi" - }, - { - "name": "Molbog", - "code": "pwm" - }, - { - "name": "Paiwan", - "code": "pwn" - }, - { - "name": "Pwo Western Karen", - "code": "pwo" - }, - { - "name": "Powari", - "code": "pwr" - }, - { - "name": "Pwo Northern Karen", - "code": "pww" - }, - { - "name": "Quetzaltepec Mixe", - "code": "pxm" - }, - { - "name": "Pye Krumen", - "code": "pye" - }, - { - "name": "Fyam", - "code": "pym" - }, - { - "name": "Poyanáwa", - "code": "pyn" - }, - { - "name": "Lengua de Señas del Paraguay", - "code": "pys" - }, - { - "name": "Paraguayan Sign Language", - "code": "pys" - }, - { - "name": "Puyuma", - "code": "pyu" - }, - { - "name": "Pyu (Myanmar)", - "code": "pyx" - }, - { - "name": "Pyen", - "code": "pyy" - }, - { - "name": "Para Naga", - "code": "pzn" - }, - { - "name": "Quapaw", - "code": "qua" - }, - { - "name": "Huallaga Huánuco Quechua", - "code": "qub" - }, - { - "name": "K'iche'", - "code": "quc" - }, - { - "name": "Quiché", - "code": "quc" - }, - { - "name": "Calderón Highland Quichua", - "code": "qud" - }, - { - "name": "Quechua", - "code": "que" - }, - { - "name": "Lambayeque Quechua", - "code": "quf" - }, - { - "name": "Chimborazo Highland Quichua", - "code": "qug" - }, - { - "name": "South Bolivian Quechua", - "code": "quh" - }, - { - "name": "Quileute", - "code": "qui" - }, - { - "name": "Chachapoyas Quechua", - "code": "quk" - }, - { - "name": "North Bolivian Quechua", - "code": "qul" - }, - { - "name": "Sipacapense", - "code": "qum" - }, - { - "name": "Quinault", - "code": "qun" - }, - { - "name": "Southern Pastaza Quechua", - "code": "qup" - }, - { - "name": "Quinqui", - "code": "quq" - }, - { - "name": "Yanahuanca Pasco Quechua", - "code": "qur" - }, - { - "name": "Santiago del Estero Quichua", - "code": "qus" - }, - { - "name": "Sacapulteco", - "code": "quv" - }, - { - "name": "Tena Lowland Quichua", - "code": "quw" - }, - { - "name": "Yauyos Quechua", - "code": "qux" - }, - { - "name": "Ayacucho Quechua", - "code": "quy" - }, - { - "name": "Cusco Quechua", - "code": "quz" - }, - { - "name": "Ambo-Pasco Quechua", - "code": "qva" - }, - { - "name": "Cajamarca Quechua", - "code": "qvc" - }, - { - "name": "Eastern Apurímac Quechua", - "code": "qve" - }, - { - "name": "Huamalíes-Dos de Mayo Huánuco Quechua", - "code": "qvh" - }, - { - "name": "Imbabura Highland Quichua", - "code": "qvi" - }, - { - "name": "Loja Highland Quichua", - "code": "qvj" - }, - { - "name": "Cajatambo North Lima Quechua", - "code": "qvl" - }, - { - "name": "Margos-Yarowilca-Lauricocha Quechua", - "code": "qvm" - }, - { - "name": "North Junín Quechua", - "code": "qvn" - }, - { - "name": "Napo Lowland Quechua", - "code": "qvo" - }, - { - "name": "Pacaraos Quechua", - "code": "qvp" - }, - { - "name": "San Martín Quechua", - "code": "qvs" - }, - { - "name": "Huaylla Wanca Quechua", - "code": "qvw" - }, - { - "name": "Queyu", - "code": "qvy" - }, - { - "name": "Northern Pastaza Quichua", - "code": "qvz" - }, - { - "name": "Corongo Ancash Quechua", - "code": "qwa" - }, - { - "name": "Classical Quechua", - "code": "qwc" - }, - { - "name": "Huaylas Ancash Quechua", - "code": "qwh" - }, - { - "name": "Kuman (Russia)", - "code": "qwm" - }, - { - "name": "Sihuas Ancash Quechua", - "code": "qws" - }, - { - "name": "Kwalhioqua-Tlatskanai", - "code": "qwt" - }, - { - "name": "Chiquián Ancash Quechua", - "code": "qxa" - }, - { - "name": "Chincha Quechua", - "code": "qxc" - }, - { - "name": "Panao Huánuco Quechua", - "code": "qxh" - }, - { - "name": "Salasaca Highland Quichua", - "code": "qxl" - }, - { - "name": "Northern Conchucos Ancash Quechua", - "code": "qxn" - }, - { - "name": "Southern Conchucos Ancash Quechua", - "code": "qxo" - }, - { - "name": "Puno Quechua", - "code": "qxp" - }, - { - "name": "Qashqa'i", - "code": "qxq" - }, - { - "name": "Cañar Highland Quichua", - "code": "qxr" - }, - { - "name": "Southern Qiang", - "code": "qxs" - }, - { - "name": "Santa Ana de Tusi Pasco Quechua", - "code": "qxt" - }, - { - "name": "Arequipa-La Unión Quechua", - "code": "qxu" - }, - { - "name": "Jauja Wanca Quechua", - "code": "qxw" - }, - { - "name": "Quenya", - "code": "qya" - }, - { - "name": "Quiripi", - "code": "qyp" - }, - { - "name": "Dungmali", - "code": "raa" - }, - { - "name": "Camling", - "code": "rab" - }, - { - "name": "Rasawa", - "code": "rac" - }, - { - "name": "Rade", - "code": "rad" - }, - { - "name": "Western Meohang", - "code": "raf" - }, - { - "name": "Logooli", - "code": "rag" - }, - { - "name": "Lulogooli", - "code": "rag" - }, - { - "name": "Rabha", - "code": "rah" - }, - { - "name": "Ramoaaina", - "code": "rai" - }, - { - "name": "Rajasthani", - "code": "raj" - }, - { - "name": "Tulu-Bohuai", - "code": "rak" - }, - { - "name": "Ralte", - "code": "ral" - }, - { - "name": "Canela", - "code": "ram" - }, - { - "name": "Riantana", - "code": "ran" - }, - { - "name": "Rao", - "code": "rao" - }, - { - "name": "Rapanui", - "code": "rap" - }, - { - "name": "Saam", - "code": "raq" - }, - { - "name": "Cook Islands Maori", - "code": "rar" - }, - { - "name": "Rarotongan", - "code": "rar" - }, - { - "name": "Tegali", - "code": "ras" - }, - { - "name": "Razajerdi", - "code": "rat" - }, - { - "name": "Raute", - "code": "rau" - }, - { - "name": "Sampang", - "code": "rav" - }, - { - "name": "Rawang", - "code": "raw" - }, - { - "name": "Rang", - "code": "rax" - }, - { - "name": "Rapa", - "code": "ray" - }, - { - "name": "Rahambuu", - "code": "raz" - }, - { - "name": "Rumai Palaung", - "code": "rbb" - }, - { - "name": "Northern Bontok", - "code": "rbk" - }, - { - "name": "Miraya Bikol", - "code": "rbl" - }, - { - "name": "Barababaraba", - "code": "rbp" - }, - { - "name": "Réunion Creole French", - "code": "rcf" - }, - { - "name": "Rudbari", - "code": "rdb" - }, - { - "name": "Rerau", - "code": "rea" - }, - { - "name": "Rembong", - "code": "reb" - }, - { - "name": "Rejang Kayan", - "code": "ree" - }, - { - "name": "Kara (Tanzania)", - "code": "reg" - }, - { - "name": "Reli", - "code": "rei" - }, - { - "name": "Rejang", - "code": "rej" - }, - { - "name": "Rendille", - "code": "rel" - }, - { - "name": "Remo", - "code": "rem" - }, - { - "name": "Rengao", - "code": "ren" - }, - { - "name": "Rer Bare", - "code": "rer" - }, - { - "name": "Reshe", - "code": "res" - }, - { - "name": "Retta", - "code": "ret" - }, - { - "name": "Reyesano", - "code": "rey" - }, - { - "name": "Roria", - "code": "rga" - }, - { - "name": "Romano-Greek", - "code": "rge" - }, - { - "name": "Rangkas", - "code": "rgk" - }, - { - "name": "Romagnol", - "code": "rgn" - }, - { - "name": "Resígaro", - "code": "rgr" - }, - { - "name": "Southern Roglai", - "code": "rgs" - }, - { - "name": "Ringgou", - "code": "rgu" - }, - { - "name": "Rohingya", - "code": "rhg" - }, - { - "name": "Yahang", - "code": "rhp" - }, - { - "name": "Riang (India)", - "code": "ria" - }, - { - "name": "Tarifit", - "code": "rif" - }, - { - "name": "Riang (Myanmar)", - "code": "ril" - }, - { - "name": "Riang Lang", - "code": "ril" - }, - { - "name": "Nyaturu", - "code": "rim" - }, - { - "name": "Nungu", - "code": "rin" - }, - { - "name": "Ribun", - "code": "rir" - }, - { - "name": "Ritharrngu", - "code": "rit" - }, - { - "name": "Riung", - "code": "riu" - }, - { - "name": "Rajong", - "code": "rjg" - }, - { - "name": "Raji", - "code": "rji" - }, - { - "name": "Rajbanshi", - "code": "rjs" - }, - { - "name": "Kraol", - "code": "rka" - }, - { - "name": "Rikbaktsa", - "code": "rkb" - }, - { - "name": "Rakahanga-Manihiki", - "code": "rkh" - }, - { - "name": "Rakhine", - "code": "rki" - }, - { - "name": "Marka", - "code": "rkm" - }, - { - "name": "Kamta", - "code": "rkt" - }, - { - "name": "Rangpuri", - "code": "rkt" - }, - { - "name": "Arakwal", - "code": "rkw" - }, - { - "name": "Rama", - "code": "rma" - }, - { - "name": "Rembarrnga", - "code": "rmb" - }, - { - "name": "Carpathian Romani", - "code": "rmc" - }, - { - "name": "Traveller Danish", - "code": "rmd" - }, - { - "name": "Angloromani", - "code": "rme" - }, - { - "name": "Kalo Finnish Romani", - "code": "rmf" - }, - { - "name": "Traveller Norwegian", - "code": "rmg" - }, - { - "name": "Murkim", - "code": "rmh" - }, - { - "name": "Lomavren", - "code": "rmi" - }, - { - "name": "Romkun", - "code": "rmk" - }, - { - "name": "Baltic Romani", - "code": "rml" - }, - { - "name": "Roma", - "code": "rmm" - }, - { - "name": "Balkan Romani", - "code": "rmn" - }, - { - "name": "Sinte Romani", - "code": "rmo" - }, - { - "name": "Rempi", - "code": "rmp" - }, - { - "name": "Caló", - "code": "rmq" - }, - { - "name": "Romanian Sign Language", - "code": "rms" - }, - { - "name": "Domari", - "code": "rmt" - }, - { - "name": "Tavringer Romani", - "code": "rmu" - }, - { - "name": "Romanova", - "code": "rmv" - }, - { - "name": "Welsh Romani", - "code": "rmw" - }, - { - "name": "Romam", - "code": "rmx" - }, - { - "name": "Vlax Romani", - "code": "rmy" - }, - { - "name": "Marma", - "code": "rmz" - }, - { - "name": "Ruund", - "code": "rnd" - }, - { - "name": "Ronga", - "code": "rng" - }, - { - "name": "Ranglong", - "code": "rnl" - }, - { - "name": "Roon", - "code": "rnn" - }, - { - "name": "Rongpo", - "code": "rnp" - }, - { - "name": "Nari Nari", - "code": "rnr" - }, - { - "name": "Rungwa", - "code": "rnw" - }, - { - "name": "Tae'", - "code": "rob" - }, - { - "name": "Cacgia Roglai", - "code": "roc" - }, - { - "name": "Rogo", - "code": "rod" - }, - { - "name": "Ronji", - "code": "roe" - }, - { - "name": "Rombo", - "code": "rof" - }, - { - "name": "Northern Roglai", - "code": "rog" - }, - { - "name": "Romansh", - "code": "roh" - }, - { - "name": "Romblomanon", - "code": "rol" - }, - { - "name": "Romany", - "code": "rom" - }, - { - "name": "Romanian", - "code": "ron" - }, - { - "name": "Moldavian", - "code": "ron" - }, - { - "name": "Moldovan", - "code": "ron" - }, - { - "name": "Rotokas", - "code": "roo" - }, - { - "name": "Kriol", - "code": "rop" - }, - { - "name": "Rongga", - "code": "ror" - }, - { - "name": "Runga", - "code": "rou" - }, - { - "name": "Dela-Oenale", - "code": "row" - }, - { - "name": "Repanbitip", - "code": "rpn" - }, - { - "name": "Rapting", - "code": "rpt" - }, - { - "name": "Ririo", - "code": "rri" - }, - { - "name": "Waima", - "code": "rro" - }, - { - "name": "Arritinngithigh", - "code": "rrt" - }, - { - "name": "Romano-Serbian", - "code": "rsb" - }, - { - "name": "Russian Sign Language", - "code": "rsl" - }, - { - "name": "Miriwoong Sign Language", - "code": "rsm" - }, - { - "name": "Rungtu Chin", - "code": "rtc" - }, - { - "name": "Ratahan", - "code": "rth" - }, - { - "name": "Rotuman", - "code": "rtm" - }, - { - "name": "Yurats", - "code": "rts" - }, - { - "name": "Rathawi", - "code": "rtw" - }, - { - "name": "Gungu", - "code": "rub" - }, - { - "name": "Ruuli", - "code": "ruc" - }, - { - "name": "Rusyn", - "code": "rue" - }, - { - "name": "Luguru", - "code": "ruf" - }, - { - "name": "Roviana", - "code": "rug" - }, - { - "name": "Ruga", - "code": "ruh" - }, - { - "name": "Rufiji", - "code": "rui" - }, - { - "name": "Che", - "code": "ruk" - }, - { - "name": "Rundi", - "code": "run" - }, - { - "name": "Istro Romanian", - "code": "ruo" - }, - { - "name": "Aromanian", - "code": "rup" - }, - { - "name": "Arumanian", - "code": "rup" - }, - { - "name": "Macedo-Romanian", - "code": "rup" - }, - { - "name": "Megleno Romanian", - "code": "ruq" - }, - { - "name": "Russian", - "code": "rus" - }, - { - "name": "Rutul", - "code": "rut" - }, - { - "name": "Lanas Lobu", - "code": "ruu" - }, - { - "name": "Mala (Nigeria)", - "code": "ruy" - }, - { - "name": "Ruma", - "code": "ruz" - }, - { - "name": "Rawo", - "code": "rwa" - }, - { - "name": "Rwa", - "code": "rwk" - }, - { - "name": "Ruwila", - "code": "rwl" - }, - { - "name": "Amba (Uganda)", - "code": "rwm" - }, - { - "name": "Rawa", - "code": "rwo" - }, - { - "name": "Marwari (India)", - "code": "rwr" - }, - { - "name": "Ngardi", - "code": "rxd" - }, - { - "name": "Garuwali", - "code": "rxw" - }, - { - "name": "Karuwali", - "code": "rxw" - }, - { - "name": "Northern Amami-Oshima", - "code": "ryn" - }, - { - "name": "Yaeyama", - "code": "rys" - }, - { - "name": "Central Okinawan", - "code": "ryu" - }, - { - "name": "Rāziḥī", - "code": "rzh" - }, - { - "name": "Saba", - "code": "saa" - }, - { - "name": "Buglere", - "code": "sab" - }, - { - "name": "Meskwaki", - "code": "sac" - }, - { - "name": "Sandawe", - "code": "sad" - }, - { - "name": "Sabanê", - "code": "sae" - }, - { - "name": "Safaliba", - "code": "saf" - }, - { - "name": "Sango", - "code": "sag" - }, - { - "name": "Yakut", - "code": "sah" - }, - { - "name": "Sahu", - "code": "saj" - }, - { - "name": "Sake", - "code": "sak" - }, - { - "name": "Samaritan Aramaic", - "code": "sam" - }, - { - "name": "Sanskrit", - "code": "san" - }, - { - "name": "Sause", - "code": "sao" - }, - { - "name": "Samburu", - "code": "saq" - }, - { - "name": "Saraveca", - "code": "sar" - }, - { - "name": "Sasak", - "code": "sas" - }, - { - "name": "Santali", - "code": "sat" - }, - { - "name": "Saleman", - "code": "sau" - }, - { - "name": "Saafi-Saafi", - "code": "sav" - }, - { - "name": "Sawi", - "code": "saw" - }, - { - "name": "Sa", - "code": "sax" - }, - { - "name": "Saya", - "code": "say" - }, - { - "name": "Saurashtra", - "code": "saz" - }, - { - "name": "Ngambay", - "code": "sba" - }, - { - "name": "Simbo", - "code": "sbb" - }, - { - "name": "Kele (Papua New Guinea)", - "code": "sbc" - }, - { - "name": "Southern Samo", - "code": "sbd" - }, - { - "name": "Saliba", - "code": "sbe" - }, - { - "name": "Chabu", - "code": "sbf" - }, - { - "name": "Shabo", - "code": "sbf" - }, - { - "name": "Seget", - "code": "sbg" - }, - { - "name": "Sori-Harengan", - "code": "sbh" - }, - { - "name": "Seti", - "code": "sbi" - }, - { - "name": "Surbakhal", - "code": "sbj" - }, - { - "name": "Safwa", - "code": "sbk" - }, - { - "name": "Botolan Sambal", - "code": "sbl" - }, - { - "name": "Sagala", - "code": "sbm" - }, - { - "name": "Sindhi Bhil", - "code": "sbn" - }, - { - "name": "Sabüm", - "code": "sbo" - }, - { - "name": "Sangu (Tanzania)", - "code": "sbp" - }, - { - "name": "Sileibi", - "code": "sbq" - }, - { - "name": "Sembakung Murut", - "code": "sbr" - }, - { - "name": "Subiya", - "code": "sbs" - }, - { - "name": "Kimki", - "code": "sbt" - }, - { - "name": "Stod Bhoti", - "code": "sbu" - }, - { - "name": "Sabine", - "code": "sbv" - }, - { - "name": "Simba", - "code": "sbw" - }, - { - "name": "Seberuang", - "code": "sbx" - }, - { - "name": "Soli", - "code": "sby" - }, - { - "name": "Sara Kaba", - "code": "sbz" - }, - { - "name": "Chut", - "code": "scb" - }, - { - "name": "Dongxiang", - "code": "sce" - }, - { - "name": "San Miguel Creole French", - "code": "scf" - }, - { - "name": "Sanggau", - "code": "scg" - }, - { - "name": "Sakachep", - "code": "sch" - }, - { - "name": "Sri Lankan Creole Malay", - "code": "sci" - }, - { - "name": "Sadri", - "code": "sck" - }, - { - "name": "Shina", - "code": "scl" - }, - { - "name": "Sicilian", - "code": "scn" - }, - { - "name": "Scots", - "code": "sco" - }, - { - "name": "Helambu Sherpa", - "code": "scp" - }, - { - "name": "Hyolmo", - "code": "scp" - }, - { - "name": "Sa'och", - "code": "scq" - }, - { - "name": "North Slavey", - "code": "scs" - }, - { - "name": "Southern Katang", - "code": "sct" - }, - { - "name": "Shumcho", - "code": "scu" - }, - { - "name": "Sheni", - "code": "scv" - }, - { - "name": "Sha", - "code": "scw" - }, - { - "name": "Sicel", - "code": "scx" - }, - { - "name": "Toraja-Sa'dan", - "code": "sda" - }, - { - "name": "Shabak", - "code": "sdb" - }, - { - "name": "Sassarese Sardinian", - "code": "sdc" - }, - { - "name": "Surubu", - "code": "sde" - }, - { - "name": "Sarli", - "code": "sdf" - }, - { - "name": "Savi", - "code": "sdg" - }, - { - "name": "Southern Kurdish", - "code": "sdh" - }, - { - "name": "Suundi", - "code": "sdj" - }, - { - "name": "Sos Kundi", - "code": "sdk" - }, - { - "name": "Saudi Arabian Sign Language", - "code": "sdl" - }, - { - "name": "Gallurese Sardinian", - "code": "sdn" - }, - { - "name": "Bukar-Sadung Bidayuh", - "code": "sdo" - }, - { - "name": "Sherdukpen", - "code": "sdp" - }, - { - "name": "Semandang", - "code": "sdq" - }, - { - "name": "Oraon Sadri", - "code": "sdr" - }, - { - "name": "Sened", - "code": "sds" - }, - { - "name": "Shuadit", - "code": "sdt" - }, - { - "name": "Sarudu", - "code": "sdu" - }, - { - "name": "Sibu Melanau", - "code": "sdx" - }, - { - "name": "Sallands", - "code": "sdz" - }, - { - "name": "Semai", - "code": "sea" - }, - { - "name": "Shempire Senoufo", - "code": "seb" - }, - { - "name": "Sechelt", - "code": "sec" - }, - { - "name": "Sedang", - "code": "sed" - }, - { - "name": "Seneca", - "code": "see" - }, - { - "name": "Cebaara Senoufo", - "code": "sef" - }, - { - "name": "Segeju", - "code": "seg" - }, - { - "name": "Sena", - "code": "seh" - }, - { - "name": "Seri", - "code": "sei" - }, - { - "name": "Sene", - "code": "sej" - }, - { - "name": "Sekani", - "code": "sek" - }, - { - "name": "Selkup", - "code": "sel" - }, - { - "name": "Nanerigé Sénoufo", - "code": "sen" - }, - { - "name": "Suarmin", - "code": "seo" - }, - { - "name": "Sìcìté Sénoufo", - "code": "sep" - }, - { - "name": "Senara Sénoufo", - "code": "seq" - }, - { - "name": "Serrano", - "code": "ser" - }, - { - "name": "Koyraboro Senni Songhai", - "code": "ses" - }, - { - "name": "Sentani", - "code": "set" - }, - { - "name": "Serui-Laut", - "code": "seu" - }, - { - "name": "Nyarafolo Senoufo", - "code": "sev" - }, - { - "name": "Sewa Bay", - "code": "sew" - }, - { - "name": "Secoya", - "code": "sey" - }, - { - "name": "Senthang Chin", - "code": "sez" - }, - { - "name": "French Belgian Sign Language", - "code": "sfb" - }, - { - "name": "Langue des signes de Belgique Francophone", - "code": "sfb" - }, - { - "name": "Eastern Subanen", - "code": "sfe" - }, - { - "name": "Small Flowery Miao", - "code": "sfm" - }, - { - "name": "South African Sign Language", - "code": "sfs" - }, - { - "name": "Sehwi", - "code": "sfw" - }, - { - "name": "Old Irish (to 900)", - "code": "sga" - }, - { - "name": "Mag-antsi Ayta", - "code": "sgb" - }, - { - "name": "Kipsigis", - "code": "sgc" - }, - { - "name": "Surigaonon", - "code": "sgd" - }, - { - "name": "Segai", - "code": "sge" - }, - { - "name": "Swiss-German Sign Language", - "code": "sgg" - }, - { - "name": "Shughni", - "code": "sgh" - }, - { - "name": "Suga", - "code": "sgi" - }, - { - "name": "Surgujia", - "code": "sgj" - }, - { - "name": "Sangkong", - "code": "sgk" - }, - { - "name": "Singa", - "code": "sgm" - }, - { - "name": "Singpho", - "code": "sgp" - }, - { - "name": "Sangisari", - "code": "sgr" - }, - { - "name": "Samogitian", - "code": "sgs" - }, - { - "name": "Brokpake", - "code": "sgt" - }, - { - "name": "Salas", - "code": "sgu" - }, - { - "name": "Sebat Bet Gurage", - "code": "sgw" - }, - { - "name": "Sierra Leone Sign Language", - "code": "sgx" - }, - { - "name": "Sanglechi", - "code": "sgy" - }, - { - "name": "Sursurunga", - "code": "sgz" - }, - { - "name": "Shall-Zwall", - "code": "sha" - }, - { - "name": "Ninam", - "code": "shb" - }, - { - "name": "Sonde", - "code": "shc" - }, - { - "name": "Kundal Shahi", - "code": "shd" - }, - { - "name": "Sheko", - "code": "she" - }, - { - "name": "Shua", - "code": "shg" - }, - { - "name": "Shoshoni", - "code": "shh" - }, - { - "name": "Tachelhit", - "code": "shi" - }, - { - "name": "Shatt", - "code": "shj" - }, - { - "name": "Shilluk", - "code": "shk" - }, - { - "name": "Shendu", - "code": "shl" - }, - { - "name": "Shahrudi", - "code": "shm" - }, - { - "name": "Shan", - "code": "shn" - }, - { - "name": "Shanga", - "code": "sho" - }, - { - "name": "Shipibo-Conibo", - "code": "shp" - }, - { - "name": "Sala", - "code": "shq" - }, - { - "name": "Shi", - "code": "shr" - }, - { - "name": "Shuswap", - "code": "shs" - }, - { - "name": "Shasta", - "code": "sht" - }, - { - "name": "Chadian Arabic", - "code": "shu" - }, - { - "name": "Shehri", - "code": "shv" - }, - { - "name": "Shwai", - "code": "shw" - }, - { - "name": "She", - "code": "shx" - }, - { - "name": "Tachawit", - "code": "shy" - }, - { - "name": "Syenara Senoufo", - "code": "shz" - }, - { - "name": "Akkala Sami", - "code": "sia" - }, - { - "name": "Sebop", - "code": "sib" - }, - { - "name": "Sidamo", - "code": "sid" - }, - { - "name": "Simaa", - "code": "sie" - }, - { - "name": "Siamou", - "code": "sif" - }, - { - "name": "Paasaal", - "code": "sig" - }, - { - "name": "Sîshëë", - "code": "sih" - }, - { - "name": "Zire", - "code": "sih" - }, - { - "name": "Shom Peng", - "code": "sii" - }, - { - "name": "Numbami", - "code": "sij" - }, - { - "name": "Sikiana", - "code": "sik" - }, - { - "name": "Tumulung Sisaala", - "code": "sil" - }, - { - "name": "Mende (Papua New Guinea)", - "code": "sim" - }, - { - "name": "Sinhala", - "code": "sin" - }, - { - "name": "Sinhalese", - "code": "sin" - }, - { - "name": "Sikkimese", - "code": "sip" - }, - { - "name": "Sonia", - "code": "siq" - }, - { - "name": "Siri", - "code": "sir" - }, - { - "name": "Siuslaw", - "code": "sis" - }, - { - "name": "Sinagen", - "code": "siu" - }, - { - "name": "Sumariup", - "code": "siv" - }, - { - "name": "Siwai", - "code": "siw" - }, - { - "name": "Sumau", - "code": "six" - }, - { - "name": "Sivandi", - "code": "siy" - }, - { - "name": "Siwi", - "code": "siz" - }, - { - "name": "Epena", - "code": "sja" - }, - { - "name": "Sajau Basap", - "code": "sjb" - }, - { - "name": "Kildin Sami", - "code": "sjd" - }, - { - "name": "Pite Sami", - "code": "sje" - }, - { - "name": "Assangori", - "code": "sjg" - }, - { - "name": "Kemi Sami", - "code": "sjk" - }, - { - "name": "Miji", - "code": "sjl" - }, - { - "name": "Sajalong", - "code": "sjl" - }, - { - "name": "Mapun", - "code": "sjm" - }, - { - "name": "Sindarin", - "code": "sjn" - }, - { - "name": "Xibe", - "code": "sjo" - }, - { - "name": "Surjapuri", - "code": "sjp" - }, - { - "name": "Siar-Lak", - "code": "sjr" - }, - { - "name": "Senhaja De Srair", - "code": "sjs" - }, - { - "name": "Ter Sami", - "code": "sjt" - }, - { - "name": "Ume Sami", - "code": "sju" - }, - { - "name": "Shawnee", - "code": "sjw" - }, - { - "name": "Skagit", - "code": "ska" - }, - { - "name": "Saek", - "code": "skb" - }, - { - "name": "Ma Manda", - "code": "skc" - }, - { - "name": "Southern Sierra Miwok", - "code": "skd" - }, - { - "name": "Seke (Vanuatu)", - "code": "ske" - }, - { - "name": "Sakirabiá", - "code": "skf" - }, - { - "name": "Sakalava Malagasy", - "code": "skg" - }, - { - "name": "Sikule", - "code": "skh" - }, - { - "name": "Sika", - "code": "ski" - }, - { - "name": "Seke (Nepal)", - "code": "skj" - }, - { - "name": "Kutong", - "code": "skm" - }, - { - "name": "Kolibugan Subanon", - "code": "skn" - }, - { - "name": "Seko Tengah", - "code": "sko" - }, - { - "name": "Sekapan", - "code": "skp" - }, - { - "name": "Sininkere", - "code": "skq" - }, - { - "name": "Saraiki", - "code": "skr" - }, - { - "name": "Seraiki", - "code": "skr" - }, - { - "name": "Maia", - "code": "sks" - }, - { - "name": "Sakata", - "code": "skt" - }, - { - "name": "Sakao", - "code": "sku" - }, - { - "name": "Skou", - "code": "skv" - }, - { - "name": "Skepi Creole Dutch", - "code": "skw" - }, - { - "name": "Seko Padang", - "code": "skx" - }, - { - "name": "Sikaiana", - "code": "sky" - }, - { - "name": "Sekar", - "code": "skz" - }, - { - "name": "Sáliba", - "code": "slc" - }, - { - "name": "Sissala", - "code": "sld" - }, - { - "name": "Sholaga", - "code": "sle" - }, - { - "name": "Swiss-Italian Sign Language", - "code": "slf" - }, - { - "name": "Selungai Murut", - "code": "slg" - }, - { - "name": "Southern Puget Sound Salish", - "code": "slh" - }, - { - "name": "Lower Silesian", - "code": "sli" - }, - { - "name": "Salumá", - "code": "slj" - }, - { - "name": "Slovak", - "code": "slk" - }, - { - "name": "Salt-Yui", - "code": "sll" - }, - { - "name": "Pangutaran Sama", - "code": "slm" - }, - { - "name": "Salinan", - "code": "sln" - }, - { - "name": "Lamaholot", - "code": "slp" - }, - { - "name": "Salchuq", - "code": "slq" - }, - { - "name": "Salar", - "code": "slr" - }, - { - "name": "Singapore Sign Language", - "code": "sls" - }, - { - "name": "Sila", - "code": "slt" - }, - { - "name": "Selaru", - "code": "slu" - }, - { - "name": "Slovenian", - "code": "slv" - }, - { - "name": "Sialum", - "code": "slw" - }, - { - "name": "Salampasu", - "code": "slx" - }, - { - "name": "Selayar", - "code": "sly" - }, - { - "name": "Ma'ya", - "code": "slz" - }, - { - "name": "Southern Sami", - "code": "sma" - }, - { - "name": "Simbari", - "code": "smb" - }, - { - "name": "Som", - "code": "smc" - }, - { - "name": "Sama", - "code": "smd" - }, - { - "name": "Northern Sami", - "code": "sme" - }, - { - "name": "Auwe", - "code": "smf" - }, - { - "name": "Simbali", - "code": "smg" - }, - { - "name": "Samei", - "code": "smh" - }, - { - "name": "Lule Sami", - "code": "smj" - }, - { - "name": "Bolinao", - "code": "smk" - }, - { - "name": "Central Sama", - "code": "sml" - }, - { - "name": "Musasa", - "code": "smm" - }, - { - "name": "Inari Sami", - "code": "smn" - }, - { - "name": "Samoan", - "code": "smo" - }, - { - "name": "Samaritan", - "code": "smp" - }, - { - "name": "Samo", - "code": "smq" - }, - { - "name": "Simeulue", - "code": "smr" - }, - { - "name": "Skolt Sami", - "code": "sms" - }, - { - "name": "Simte", - "code": "smt" - }, - { - "name": "Somray", - "code": "smu" - }, - { - "name": "Samvedi", - "code": "smv" - }, - { - "name": "Sumbawa", - "code": "smw" - }, - { - "name": "Samba", - "code": "smx" - }, - { - "name": "Semnani", - "code": "smy" - }, - { - "name": "Simeku", - "code": "smz" - }, - { - "name": "Shona", - "code": "sna" - }, - { - "name": "Sebuyau", - "code": "snb" - }, - { - "name": "Sinaugoro", - "code": "snc" - }, - { - "name": "Sindhi", - "code": "snd" - }, - { - "name": "Bau Bidayuh", - "code": "sne" - }, - { - "name": "Noon", - "code": "snf" - }, - { - "name": "Sanga (Democratic Republic of Congo)", - "code": "sng" - }, - { - "name": "Sensi", - "code": "sni" - }, - { - "name": "Riverain Sango", - "code": "snj" - }, - { - "name": "Soninke", - "code": "snk" - }, - { - "name": "Sangil", - "code": "snl" - }, - { - "name": "Southern Ma'di", - "code": "snm" - }, - { - "name": "Siona", - "code": "snn" - }, - { - "name": "Snohomish", - "code": "sno" - }, - { - "name": "Siane", - "code": "snp" - }, - { - "name": "Sangu (Gabon)", - "code": "snq" - }, - { - "name": "Sihan", - "code": "snr" - }, - { - "name": "Nahavaq", - "code": "sns" - }, - { - "name": "South West Bay", - "code": "sns" - }, - { - "name": "Senggi", - "code": "snu" - }, - { - "name": "Viid", - "code": "snu" - }, - { - "name": "Sa'ban", - "code": "snv" - }, - { - "name": "Selee", - "code": "snw" - }, - { - "name": "Sam", - "code": "snx" - }, - { - "name": "Saniyo-Hiyewe", - "code": "sny" - }, - { - "name": "Kou", - "code": "snz" - }, - { - "name": "Thai Song", - "code": "soa" - }, - { - "name": "Sobei", - "code": "sob" - }, - { - "name": "So (Democratic Republic of Congo)", - "code": "soc" - }, - { - "name": "Songoora", - "code": "sod" - }, - { - "name": "Songomeno", - "code": "soe" - }, - { - "name": "Sogdian", - "code": "sog" - }, - { - "name": "Aka", - "code": "soh" - }, - { - "name": "Sonha", - "code": "soi" - }, - { - "name": "Soi", - "code": "soj" - }, - { - "name": "Sokoro", - "code": "sok" - }, - { - "name": "Solos", - "code": "sol" - }, - { - "name": "Somali", - "code": "som" - }, - { - "name": "Songo", - "code": "soo" - }, - { - "name": "Songe", - "code": "sop" - }, - { - "name": "Kanasi", - "code": "soq" - }, - { - "name": "Somrai", - "code": "sor" - }, - { - "name": "Seeku", - "code": "sos" - }, - { - "name": "Southern Sotho", - "code": "sot" - }, - { - "name": "Southern Thai", - "code": "sou" - }, - { - "name": "Sonsorol", - "code": "sov" - }, - { - "name": "Sowanda", - "code": "sow" - }, - { - "name": "Swo", - "code": "sox" - }, - { - "name": "Miyobe", - "code": "soy" - }, - { - "name": "Temi", - "code": "soz" - }, - { - "name": "Spanish", - "code": "spa" - }, - { - "name": "Castilian", - "code": "spa" - }, - { - "name": "Sepa (Indonesia)", - "code": "spb" - }, - { - "name": "Sapé", - "code": "spc" - }, - { - "name": "Saep", - "code": "spd" - }, - { - "name": "Sepa (Papua New Guinea)", - "code": "spe" - }, - { - "name": "Sian", - "code": "spg" - }, - { - "name": "Saponi", - "code": "spi" - }, - { - "name": "Sengo", - "code": "spk" - }, - { - "name": "Selepet", - "code": "spl" - }, - { - "name": "Akukem", - "code": "spm" - }, - { - "name": "Sanapaná", - "code": "spn" - }, - { - "name": "Spokane", - "code": "spo" - }, - { - "name": "Supyire Senoufo", - "code": "spp" - }, - { - "name": "Loreto-Ucayali Spanish", - "code": "spq" - }, - { - "name": "Saparua", - "code": "spr" - }, - { - "name": "Saposa", - "code": "sps" - }, - { - "name": "Spiti Bhoti", - "code": "spt" - }, - { - "name": "Sapuan", - "code": "spu" - }, - { - "name": "Kosli", - "code": "spv" - }, - { - "name": "Sambalpuri", - "code": "spv" - }, - { - "name": "South Picene", - "code": "spx" - }, - { - "name": "Sabaot", - "code": "spy" - }, - { - "name": "Shama-Sambuga", - "code": "sqa" - }, - { - "name": "Shau", - "code": "sqh" - }, - { - "name": "Albanian", - "code": "sqi" - }, - { - "name": "Albanian Sign Language", - "code": "sqk" - }, - { - "name": "Suma", - "code": "sqm" - }, - { - "name": "Susquehannock", - "code": "sqn" - }, - { - "name": "Sorkhei", - "code": "sqo" - }, - { - "name": "Sou", - "code": "sqq" - }, - { - "name": "Siculo Arabic", - "code": "sqr" - }, - { - "name": "Sri Lankan Sign Language", - "code": "sqs" - }, - { - "name": "Soqotri", - "code": "sqt" - }, - { - "name": "Squamish", - "code": "squ" - }, - { - "name": "Kufr Qassem Sign Language (KQSL)", - "code": "sqx" - }, - { - "name": "Saruga", - "code": "sra" - }, - { - "name": "Sora", - "code": "srb" - }, - { - "name": "Logudorese Sardinian", - "code": "src" - }, - { - "name": "Sardinian", - "code": "srd" - }, - { - "name": "Sara", - "code": "sre" - }, - { - "name": "Nafi", - "code": "srf" - }, - { - "name": "Sulod", - "code": "srg" - }, - { - "name": "Sarikoli", - "code": "srh" - }, - { - "name": "Siriano", - "code": "sri" - }, - { - "name": "Serudung Murut", - "code": "srk" - }, - { - "name": "Isirawa", - "code": "srl" - }, - { - "name": "Saramaccan", - "code": "srm" - }, - { - "name": "Sranan Tongo", - "code": "srn" - }, - { - "name": "Campidanese Sardinian", - "code": "sro" - }, - { - "name": "Serbian", - "code": "srp" - }, - { - "name": "Sirionó", - "code": "srq" - }, - { - "name": "Serer", - "code": "srr" - }, - { - "name": "Sarsi", - "code": "srs" - }, - { - "name": "Sauri", - "code": "srt" - }, - { - "name": "Suruí", - "code": "sru" - }, - { - "name": "Southern Sorsoganon", - "code": "srv" - }, - { - "name": "Serua", - "code": "srw" - }, - { - "name": "Sirmauri", - "code": "srx" - }, - { - "name": "Sera", - "code": "sry" - }, - { - "name": "Shahmirzadi", - "code": "srz" - }, - { - "name": "Southern Sama", - "code": "ssb" - }, - { - "name": "Suba-Simbiti", - "code": "ssc" - }, - { - "name": "Siroi", - "code": "ssd" - }, - { - "name": "Balangingi", - "code": "sse" - }, - { - "name": "Bangingih Sama", - "code": "sse" - }, - { - "name": "Thao", - "code": "ssf" - }, - { - "name": "Seimat", - "code": "ssg" - }, - { - "name": "Shihhi Arabic", - "code": "ssh" - }, - { - "name": "Sansi", - "code": "ssi" - }, - { - "name": "Sausi", - "code": "ssj" - }, - { - "name": "Sunam", - "code": "ssk" - }, - { - "name": "Western Sisaala", - "code": "ssl" - }, - { - "name": "Semnam", - "code": "ssm" - }, - { - "name": "Waata", - "code": "ssn" - }, - { - "name": "Sissano", - "code": "sso" - }, - { - "name": "Spanish Sign Language", - "code": "ssp" - }, - { - "name": "So'a", - "code": "ssq" - }, - { - "name": "Swiss-French Sign Language", - "code": "ssr" - }, - { - "name": "Sô", - "code": "sss" - }, - { - "name": "Sinasina", - "code": "sst" - }, - { - "name": "Susuami", - "code": "ssu" - }, - { - "name": "Shark Bay", - "code": "ssv" - }, - { - "name": "Swati", - "code": "ssw" - }, - { - "name": "Samberigi", - "code": "ssx" - }, - { - "name": "Saho", - "code": "ssy" - }, - { - "name": "Sengseng", - "code": "ssz" - }, - { - "name": "Settla", - "code": "sta" - }, - { - "name": "Northern Subanen", - "code": "stb" - }, - { - "name": "Sentinel", - "code": "std" - }, - { - "name": "Liana-Seti", - "code": "ste" - }, - { - "name": "Seta", - "code": "stf" - }, - { - "name": "Trieng", - "code": "stg" - }, - { - "name": "Shelta", - "code": "sth" - }, - { - "name": "Bulo Stieng", - "code": "sti" - }, - { - "name": "Matya Samo", - "code": "stj" - }, - { - "name": "Arammba", - "code": "stk" - }, - { - "name": "Stellingwerfs", - "code": "stl" - }, - { - "name": "Setaman", - "code": "stm" - }, - { - "name": "Owa", - "code": "stn" - }, - { - "name": "Stoney", - "code": "sto" - }, - { - "name": "Southeastern Tepehuan", - "code": "stp" - }, - { - "name": "Saterfriesisch", - "code": "stq" - }, - { - "name": "Straits Salish", - "code": "str" - }, - { - "name": "Shumashti", - "code": "sts" - }, - { - "name": "Budeh Stieng", - "code": "stt" - }, - { - "name": "Samtao", - "code": "stu" - }, - { - "name": "Silt'e", - "code": "stv" - }, - { - "name": "Satawalese", - "code": "stw" - }, - { - "name": "Siberian Tatar", - "code": "sty" - }, - { - "name": "Sulka", - "code": "sua" - }, - { - "name": "Suku", - "code": "sub" - }, - { - "name": "Western Subanon", - "code": "suc" - }, - { - "name": "Suena", - "code": "sue" - }, - { - "name": "Suganga", - "code": "sug" - }, - { - "name": "Suki", - "code": "sui" - }, - { - "name": "Shubi", - "code": "suj" - }, - { - "name": "Sukuma", - "code": "suk" - }, - { - "name": "Sundanese", - "code": "sun" - }, - { - "name": "Bouni", - "code": "suo" - }, - { - "name": "Suri", - "code": "suq" - }, - { - "name": "Tirmaga-Chai Suri", - "code": "suq" - }, - { - "name": "Mwaghavul", - "code": "sur" - }, - { - "name": "Susu", - "code": "sus" - }, - { - "name": "Subtiaba", - "code": "sut" - }, - { - "name": "Puroik", - "code": "suv" - }, - { - "name": "Sumbwa", - "code": "suw" - }, - { - "name": "Sumerian", - "code": "sux" - }, - { - "name": "Suyá", - "code": "suy" - }, - { - "name": "Sunwar", - "code": "suz" - }, - { - "name": "Svan", - "code": "sva" - }, - { - "name": "Ulau-Suain", - "code": "svb" - }, - { - "name": "Vincentian Creole English", - "code": "svc" - }, - { - "name": "Serili", - "code": "sve" - }, - { - "name": "Slovakian Sign Language", - "code": "svk" - }, - { - "name": "Slavomolisano", - "code": "svm" - }, - { - "name": "Savosavo", - "code": "svs" - }, - { - "name": "Skalvian", - "code": "svx" - }, - { - "name": "Swahili", - "code": "swa" - }, - { - "name": "Swahili (macrolanguage)", - "code": "swa" - }, - { - "name": "Maore Comorian", - "code": "swb" - }, - { - "name": "Congo Swahili", - "code": "swc" - }, - { - "name": "Swedish", - "code": "swe" - }, - { - "name": "Sere", - "code": "swf" - }, - { - "name": "Swabian", - "code": "swg" - }, - { - "name": "Kiswahili", - "code": "swh" - }, - { - "name": "Swahili (individual language)", - "code": "swh" - }, - { - "name": "Sui", - "code": "swi" - }, - { - "name": "Sira", - "code": "swj" - }, - { - "name": "Malawi Sena", - "code": "swk" - }, - { - "name": "Swedish Sign Language", - "code": "swl" - }, - { - "name": "Samosa", - "code": "swm" - }, - { - "name": "Sawknah", - "code": "swn" - }, - { - "name": "Shanenawa", - "code": "swo" - }, - { - "name": "Suau", - "code": "swp" - }, - { - "name": "Sharwa", - "code": "swq" - }, - { - "name": "Saweru", - "code": "swr" - }, - { - "name": "Seluwasan", - "code": "sws" - }, - { - "name": "Sawila", - "code": "swt" - }, - { - "name": "Suwawa", - "code": "swu" - }, - { - "name": "Shekhawati", - "code": "swv" - }, - { - "name": "Sowa", - "code": "sww" - }, - { - "name": "Suruahá", - "code": "swx" - }, - { - "name": "Sarua", - "code": "swy" - }, - { - "name": "Suba", - "code": "sxb" - }, - { - "name": "Sicanian", - "code": "sxc" - }, - { - "name": "Sighu", - "code": "sxe" - }, - { - "name": "Shixing", - "code": "sxg" - }, - { - "name": "Shuhi", - "code": "sxg" - }, - { - "name": "Southern Kalapuya", - "code": "sxk" - }, - { - "name": "Selian", - "code": "sxl" - }, - { - "name": "Samre", - "code": "sxm" - }, - { - "name": "Sangir", - "code": "sxn" - }, - { - "name": "Sorothaptic", - "code": "sxo" - }, - { - "name": "Saaroa", - "code": "sxr" - }, - { - "name": "Sasaru", - "code": "sxs" - }, - { - "name": "Upper Saxon", - "code": "sxu" - }, - { - "name": "Saxwe Gbe", - "code": "sxw" - }, - { - "name": "Siang", - "code": "sya" - }, - { - "name": "Central Subanen", - "code": "syb" - }, - { - "name": "Classical Syriac", - "code": "syc" - }, - { - "name": "Seki", - "code": "syi" - }, - { - "name": "Sukur", - "code": "syk" - }, - { - "name": "Sylheti", - "code": "syl" - }, - { - "name": "Maya Samo", - "code": "sym" - }, - { - "name": "Senaya", - "code": "syn" - }, - { - "name": "Suoy", - "code": "syo" - }, - { - "name": "Syriac", - "code": "syr" - }, - { - "name": "Sinyar", - "code": "sys" - }, - { - "name": "Kagate", - "code": "syw" - }, - { - "name": "Samay", - "code": "syx" - }, - { - "name": "Al-Sayyid Bedouin Sign Language", - "code": "syy" - }, - { - "name": "Semelai", - "code": "sza" - }, - { - "name": "Ngalum", - "code": "szb" - }, - { - "name": "Semaq Beri", - "code": "szc" - }, - { - "name": "Seru", - "code": "szd" - }, - { - "name": "Seze", - "code": "sze" - }, - { - "name": "Sengele", - "code": "szg" - }, - { - "name": "Silesian", - "code": "szl" - }, - { - "name": "Sula", - "code": "szn" - }, - { - "name": "Suabo", - "code": "szp" - }, - { - "name": "Solomon Islands Sign Language", - "code": "szs" - }, - { - "name": "Isu (Fako Division)", - "code": "szv" - }, - { - "name": "Sawai", - "code": "szw" - }, - { - "name": "Sakizaya", - "code": "szy" - }, - { - "name": "Lower Tanana", - "code": "taa" - }, - { - "name": "Tabassaran", - "code": "tab" - }, - { - "name": "Lowland Tarahumara", - "code": "tac" - }, - { - "name": "Tause", - "code": "tad" - }, - { - "name": "Tariana", - "code": "tae" - }, - { - "name": "Tapirapé", - "code": "taf" - }, - { - "name": "Tagoi", - "code": "tag" - }, - { - "name": "Tahitian", - "code": "tah" - }, - { - "name": "Eastern Tamang", - "code": "taj" - }, - { - "name": "Tala", - "code": "tak" - }, - { - "name": "Tal", - "code": "tal" - }, - { - "name": "Tamil", - "code": "tam" - }, - { - "name": "Tangale", - "code": "tan" - }, - { - "name": "Yami", - "code": "tao" - }, - { - "name": "Taabwa", - "code": "tap" - }, - { - "name": "Tamasheq", - "code": "taq" - }, - { - "name": "Central Tarahumara", - "code": "tar" - }, - { - "name": "Tay Boi", - "code": "tas" - }, - { - "name": "Tatar", - "code": "tat" - }, - { - "name": "Upper Tanana", - "code": "tau" - }, - { - "name": "Tatuyo", - "code": "tav" - }, - { - "name": "Tai", - "code": "taw" - }, - { - "name": "Tamki", - "code": "tax" - }, - { - "name": "Atayal", - "code": "tay" - }, - { - "name": "Tocho", - "code": "taz" - }, - { - "name": "Aikanã", - "code": "tba" - }, - { - "name": "Takia", - "code": "tbc" - }, - { - "name": "Kaki Ae", - "code": "tbd" - }, - { - "name": "Tanimbili", - "code": "tbe" - }, - { - "name": "Mandara", - "code": "tbf" - }, - { - "name": "North Tairora", - "code": "tbg" - }, - { - "name": "Dharawal", - "code": "tbh" - }, - { - "name": "Thurawal", - "code": "tbh" - }, - { - "name": "Gaam", - "code": "tbi" - }, - { - "name": "Tiang", - "code": "tbj" - }, - { - "name": "Calamian Tagbanwa", - "code": "tbk" - }, - { - "name": "Tboli", - "code": "tbl" - }, - { - "name": "Tagbu", - "code": "tbm" - }, - { - "name": "Barro Negro Tunebo", - "code": "tbn" - }, - { - "name": "Tawala", - "code": "tbo" - }, - { - "name": "Diebroud", - "code": "tbp" - }, - { - "name": "Taworta", - "code": "tbp" - }, - { - "name": "Tumtum", - "code": "tbr" - }, - { - "name": "Tanguat", - "code": "tbs" - }, - { - "name": "Tembo (Kitembo)", - "code": "tbt" - }, - { - "name": "Tubar", - "code": "tbu" - }, - { - "name": "Tobo", - "code": "tbv" - }, - { - "name": "Tagbanwa", - "code": "tbw" - }, - { - "name": "Kapin", - "code": "tbx" - }, - { - "name": "Tabaru", - "code": "tby" - }, - { - "name": "Ditammari", - "code": "tbz" - }, - { - "name": "Ticuna", - "code": "tca" - }, - { - "name": "Tanacross", - "code": "tcb" - }, - { - "name": "Datooga", - "code": "tcc" - }, - { - "name": "Tafi", - "code": "tcd" - }, - { - "name": "Southern Tutchone", - "code": "tce" - }, - { - "name": "Malinaltepec Me'phaa", - "code": "tcf" - }, - { - "name": "Malinaltepec Tlapanec", - "code": "tcf" - }, - { - "name": "Tamagario", - "code": "tcg" - }, - { - "name": "Turks And Caicos Creole English", - "code": "tch" - }, - { - "name": "Wára", - "code": "tci" - }, - { - "name": "Tchitchege", - "code": "tck" - }, - { - "name": "Taman (Myanmar)", - "code": "tcl" - }, - { - "name": "Tanahmerah", - "code": "tcm" - }, - { - "name": "Tichurong", - "code": "tcn" - }, - { - "name": "Taungyo", - "code": "tco" - }, - { - "name": "Tawr Chin", - "code": "tcp" - }, - { - "name": "Kaiy", - "code": "tcq" - }, - { - "name": "Torres Strait Creole", - "code": "tcs" - }, - { - "name": "Yumplatok", - "code": "tcs" - }, - { - "name": "T'en", - "code": "tct" - }, - { - "name": "Southeastern Tarahumara", - "code": "tcu" - }, - { - "name": "Tecpatlán Totonac", - "code": "tcw" - }, - { - "name": "Toda", - "code": "tcx" - }, - { - "name": "Tulu", - "code": "tcy" - }, - { - "name": "Thado Chin", - "code": "tcz" - }, - { - "name": "Tagdal", - "code": "tda" - }, - { - "name": "Panchpargania", - "code": "tdb" - }, - { - "name": "Emberá-Tadó", - "code": "tdc" - }, - { - "name": "Tai Nüa", - "code": "tdd" - }, - { - "name": "Tiranige Diga Dogon", - "code": "tde" - }, - { - "name": "Talieng", - "code": "tdf" - }, - { - "name": "Western Tamang", - "code": "tdg" - }, - { - "name": "Thulung", - "code": "tdh" - }, - { - "name": "Tomadino", - "code": "tdi" - }, - { - "name": "Tajio", - "code": "tdj" - }, - { - "name": "Tambas", - "code": "tdk" - }, - { - "name": "Sur", - "code": "tdl" - }, - { - "name": "Taruma", - "code": "tdm" - }, - { - "name": "Tondano", - "code": "tdn" - }, - { - "name": "Teme", - "code": "tdo" - }, - { - "name": "Tita", - "code": "tdq" - }, - { - "name": "Todrah", - "code": "tdr" - }, - { - "name": "Doutai", - "code": "tds" - }, - { - "name": "Tetun Dili", - "code": "tdt" - }, - { - "name": "Toro", - "code": "tdv" - }, - { - "name": "Tandroy-Mahafaly Malagasy", - "code": "tdx" - }, - { - "name": "Tadyawan", - "code": "tdy" - }, - { - "name": "Temiar", - "code": "tea" - }, - { - "name": "Tetete", - "code": "teb" - }, - { - "name": "Terik", - "code": "tec" - }, - { - "name": "Tepo Krumen", - "code": "ted" - }, - { - "name": "Huehuetla Tepehua", - "code": "tee" - }, - { - "name": "Teressa", - "code": "tef" - }, - { - "name": "Teke-Tege", - "code": "teg" - }, - { - "name": "Tehuelche", - "code": "teh" - }, - { - "name": "Torricelli", - "code": "tei" - }, - { - "name": "Ibali Teke", - "code": "tek" - }, - { - "name": "Telugu", - "code": "tel" - }, - { - "name": "Timne", - "code": "tem" - }, - { - "name": "Tama (Colombia)", - "code": "ten" - }, - { - "name": "Teso", - "code": "teo" - }, - { - "name": "Tepecano", - "code": "tep" - }, - { - "name": "Temein", - "code": "teq" - }, - { - "name": "Tereno", - "code": "ter" - }, - { - "name": "Tengger", - "code": "tes" - }, - { - "name": "Tetum", - "code": "tet" - }, - { - "name": "Soo", - "code": "teu" - }, - { - "name": "Teor", - "code": "tev" - }, - { - "name": "Tewa (USA)", - "code": "tew" - }, - { - "name": "Tennet", - "code": "tex" - }, - { - "name": "Tulishi", - "code": "tey" - }, - { - "name": "Tetserret", - "code": "tez" - }, - { - "name": "Tofin Gbe", - "code": "tfi" - }, - { - "name": "Tanaina", - "code": "tfn" - }, - { - "name": "Tefaro", - "code": "tfo" - }, - { - "name": "Teribe", - "code": "tfr" - }, - { - "name": "Ternate", - "code": "tft" - }, - { - "name": "Sagalla", - "code": "tga" - }, - { - "name": "Tobilung", - "code": "tgb" - }, - { - "name": "Tigak", - "code": "tgc" - }, - { - "name": "Ciwogai", - "code": "tgd" - }, - { - "name": "Eastern Gorkha Tamang", - "code": "tge" - }, - { - "name": "Chalikha", - "code": "tgf" - }, - { - "name": "Tobagonian Creole English", - "code": "tgh" - }, - { - "name": "Lawunuia", - "code": "tgi" - }, - { - "name": "Tagin", - "code": "tgj" - }, - { - "name": "Tajik", - "code": "tgk" - }, - { - "name": "Tagalog", - "code": "tgl" - }, - { - "name": "Tandaganon", - "code": "tgn" - }, - { - "name": "Sudest", - "code": "tgo" - }, - { - "name": "Tangoa", - "code": "tgp" - }, - { - "name": "Tring", - "code": "tgq" - }, - { - "name": "Tareng", - "code": "tgr" - }, - { - "name": "Nume", - "code": "tgs" - }, - { - "name": "Central Tagbanwa", - "code": "tgt" - }, - { - "name": "Tanggu", - "code": "tgu" - }, - { - "name": "Tingui-Boto", - "code": "tgv" - }, - { - "name": "Tagwana Senoufo", - "code": "tgw" - }, - { - "name": "Tagish", - "code": "tgx" - }, - { - "name": "Togoyo", - "code": "tgy" - }, - { - "name": "Tagalaka", - "code": "tgz" - }, - { - "name": "Thai", - "code": "tha" - }, - { - "name": "Kuuk Thaayorre", - "code": "thd" - }, - { - "name": "Thayore", - "code": "thd" - }, - { - "name": "Chitwania Tharu", - "code": "the" - }, - { - "name": "Thangmi", - "code": "thf" - }, - { - "name": "Northern Tarahumara", - "code": "thh" - }, - { - "name": "Tai Long", - "code": "thi" - }, - { - "name": "Kitharaka", - "code": "thk" - }, - { - "name": "Tharaka", - "code": "thk" - }, - { - "name": "Dangaura Tharu", - "code": "thl" - }, - { - "name": "Aheu", - "code": "thm" - }, - { - "name": "Thachanadan", - "code": "thn" - }, - { - "name": "Thompson", - "code": "thp" - }, - { - "name": "Kochila Tharu", - "code": "thq" - }, - { - "name": "Rana Tharu", - "code": "thr" - }, - { - "name": "Thakali", - "code": "ths" - }, - { - "name": "Tahltan", - "code": "tht" - }, - { - "name": "Thuri", - "code": "thu" - }, - { - "name": "Tahaggart Tamahaq", - "code": "thv" - }, - { - "name": "Tha", - "code": "thy" - }, - { - "name": "Tayart Tamajeq", - "code": "thz" - }, - { - "name": "Tidikelt Tamazight", - "code": "tia" - }, - { - "name": "Tira", - "code": "tic" - }, - { - "name": "Tifal", - "code": "tif" - }, - { - "name": "Tigre", - "code": "tig" - }, - { - "name": "Timugon Murut", - "code": "tih" - }, - { - "name": "Tiene", - "code": "tii" - }, - { - "name": "Tilung", - "code": "tij" - }, - { - "name": "Tikar", - "code": "tik" - }, - { - "name": "Tillamook", - "code": "til" - }, - { - "name": "Timbe", - "code": "tim" - }, - { - "name": "Tindi", - "code": "tin" - }, - { - "name": "Teop", - "code": "tio" - }, - { - "name": "Trimuris", - "code": "tip" - }, - { - "name": "Tiéfo", - "code": "tiq" - }, - { - "name": "Tigrinya", - "code": "tir" - }, - { - "name": "Masadiit Itneg", - "code": "tis" - }, - { - "name": "Tinigua", - "code": "tit" - }, - { - "name": "Adasen", - "code": "tiu" - }, - { - "name": "Tiv", - "code": "tiv" - }, - { - "name": "Tiwi", - "code": "tiw" - }, - { - "name": "Southern Tiwa", - "code": "tix" - }, - { - "name": "Tiruray", - "code": "tiy" - }, - { - "name": "Tai Hongjin", - "code": "tiz" - }, - { - "name": "Tajuasohn", - "code": "tja" - }, - { - "name": "Tunjung", - "code": "tjg" - }, - { - "name": "Northern Tujia", - "code": "tji" - }, - { - "name": "Tjungundji", - "code": "tjj" - }, - { - "name": "Tai Laing", - "code": "tjl" - }, - { - "name": "Timucua", - "code": "tjm" - }, - { - "name": "Tonjon", - "code": "tjn" - }, - { - "name": "Temacine Tamazight", - "code": "tjo" - }, - { - "name": "Tjupany", - "code": "tjp" - }, - { - "name": "Southern Tujia", - "code": "tjs" - }, - { - "name": "Tjurruru", - "code": "tju" - }, - { - "name": "Djabwurrung", - "code": "tjw" - }, - { - "name": "Truká", - "code": "tka" - }, - { - "name": "Buksa", - "code": "tkb" - }, - { - "name": "Tukudede", - "code": "tkd" - }, - { - "name": "Takwane", - "code": "tke" - }, - { - "name": "Tukumanféd", - "code": "tkf" - }, - { - "name": "Tesaka Malagasy", - "code": "tkg" - }, - { - "name": "Tokelau", - "code": "tkl" - }, - { - "name": "Takelma", - "code": "tkm" - }, - { - "name": "Toku-No-Shima", - "code": "tkn" - }, - { - "name": "Tikopia", - "code": "tkp" - }, - { - "name": "Tee", - "code": "tkq" - }, - { - "name": "Tsakhur", - "code": "tkr" - }, - { - "name": "Takestani", - "code": "tks" - }, - { - "name": "Kathoriya Tharu", - "code": "tkt" - }, - { - "name": "Upper Necaxa Totonac", - "code": "tku" - }, - { - "name": "Mur Pano", - "code": "tkv" - }, - { - "name": "Teanu", - "code": "tkw" - }, - { - "name": "Tangko", - "code": "tkx" - }, - { - "name": "Takua", - "code": "tkz" - }, - { - "name": "Southwestern Tepehuan", - "code": "tla" - }, - { - "name": "Tobelo", - "code": "tlb" - }, - { - "name": "Yecuatla Totonac", - "code": "tlc" - }, - { - "name": "Talaud", - "code": "tld" - }, - { - "name": "Telefol", - "code": "tlf" - }, - { - "name": "Tofanma", - "code": "tlg" - }, - { - "name": "Klingon", - "code": "tlh" - }, - { - "name": "tlhIngan Hol", - "code": "tlh" - }, - { - "name": "Tlingit", - "code": "tli" - }, - { - "name": "Talinga-Bwisi", - "code": "tlj" - }, - { - "name": "Taloki", - "code": "tlk" - }, - { - "name": "Tetela", - "code": "tll" - }, - { - "name": "Tolomako", - "code": "tlm" - }, - { - "name": "Talondo'", - "code": "tln" - }, - { - "name": "Talodi", - "code": "tlo" - }, - { - "name": "Filomena Mata-Coahuitlán Totonac", - "code": "tlp" - }, - { - "name": "Tai Loi", - "code": "tlq" - }, - { - "name": "Talise", - "code": "tlr" - }, - { - "name": "Tambotalo", - "code": "tls" - }, - { - "name": "Sou Nama", - "code": "tlt" - }, - { - "name": "Teluti", - "code": "tlt" - }, - { - "name": "Tulehu", - "code": "tlu" - }, - { - "name": "Taliabu", - "code": "tlv" - }, - { - "name": "Khehek", - "code": "tlx" - }, - { - "name": "Talysh", - "code": "tly" - }, - { - "name": "Tama (Chad)", - "code": "tma" - }, - { - "name": "Avava", - "code": "tmb" - }, - { - "name": "Katbol", - "code": "tmb" - }, - { - "name": "Tumak", - "code": "tmc" - }, - { - "name": "Haruai", - "code": "tmd" - }, - { - "name": "Tremembé", - "code": "tme" - }, - { - "name": "Toba-Maskoy", - "code": "tmf" - }, - { - "name": "Ternateño", - "code": "tmg" - }, - { - "name": "Tamashek", - "code": "tmh" - }, - { - "name": "Tutuba", - "code": "tmi" - }, - { - "name": "Samarokena", - "code": "tmj" - }, - { - "name": "Northwestern Tamang", - "code": "tmk" - }, - { - "name": "Tamnim Citak", - "code": "tml" - }, - { - "name": "Tai Thanh", - "code": "tmm" - }, - { - "name": "Taman (Indonesia)", - "code": "tmn" - }, - { - "name": "Temoq", - "code": "tmo" - }, - { - "name": "Tumleo", - "code": "tmq" - }, - { - "name": "Jewish Babylonian Aramaic (ca. 200-1200 CE)", - "code": "tmr" - }, - { - "name": "Tima", - "code": "tms" - }, - { - "name": "Tasmate", - "code": "tmt" - }, - { - "name": "Iau", - "code": "tmu" - }, - { - "name": "Tembo (Motembo)", - "code": "tmv" - }, - { - "name": "Temuan", - "code": "tmw" - }, - { - "name": "Tami", - "code": "tmy" - }, - { - "name": "Tamanaku", - "code": "tmz" - }, - { - "name": "Tacana", - "code": "tna" - }, - { - "name": "Western Tunebo", - "code": "tnb" - }, - { - "name": "Tanimuca-Retuarã", - "code": "tnc" - }, - { - "name": "Angosturas Tunebo", - "code": "tnd" - }, - { - "name": "Tobanga", - "code": "tng" - }, - { - "name": "Maiani", - "code": "tnh" - }, - { - "name": "Tandia", - "code": "tni" - }, - { - "name": "Kwamera", - "code": "tnk" - }, - { - "name": "Lenakel", - "code": "tnl" - }, - { - "name": "Tabla", - "code": "tnm" - }, - { - "name": "North Tanna", - "code": "tnn" - }, - { - "name": "Toromono", - "code": "tno" - }, - { - "name": "Whitesands", - "code": "tnp" - }, - { - "name": "Taino", - "code": "tnq" - }, - { - "name": "Ménik", - "code": "tnr" - }, - { - "name": "Tenis", - "code": "tns" - }, - { - "name": "Tontemboan", - "code": "tnt" - }, - { - "name": "Tay Khang", - "code": "tnu" - }, - { - "name": "Tangchangya", - "code": "tnv" - }, - { - "name": "Tonsawang", - "code": "tnw" - }, - { - "name": "Tanema", - "code": "tnx" - }, - { - "name": "Tongwe", - "code": "tny" - }, - { - "name": "Ten'edn", - "code": "tnz" - }, - { - "name": "Toba", - "code": "tob" - }, - { - "name": "Coyutla Totonac", - "code": "toc" - }, - { - "name": "Toma", - "code": "tod" - }, - { - "name": "Gizrra", - "code": "tof" - }, - { - "name": "Tonga (Nyasa)", - "code": "tog" - }, - { - "name": "Gitonga", - "code": "toh" - }, - { - "name": "Tonga (Zambia)", - "code": "toi" - }, - { - "name": "Tojolabal", - "code": "toj" - }, - { - "name": "Tolowa", - "code": "tol" - }, - { - "name": "Tombulu", - "code": "tom" - }, - { - "name": "Tonga (Tonga Islands)", - "code": "ton" - }, - { - "name": "Xicotepec De Juárez Totonac", - "code": "too" - }, - { - "name": "Papantla Totonac", - "code": "top" - }, - { - "name": "Toposa", - "code": "toq" - }, - { - "name": "Togbo-Vara Banda", - "code": "tor" - }, - { - "name": "Highland Totonac", - "code": "tos" - }, - { - "name": "Tho", - "code": "tou" - }, - { - "name": "Upper Taromi", - "code": "tov" - }, - { - "name": "Jemez", - "code": "tow" - }, - { - "name": "Tobian", - "code": "tox" - }, - { - "name": "Topoiyo", - "code": "toy" - }, - { - "name": "To", - "code": "toz" - }, - { - "name": "Taupota", - "code": "tpa" - }, - { - "name": "Azoyú Me'phaa", - "code": "tpc" - }, - { - "name": "Azoyú Tlapanec", - "code": "tpc" - }, - { - "name": "Tippera", - "code": "tpe" - }, - { - "name": "Tarpia", - "code": "tpf" - }, - { - "name": "Kula", - "code": "tpg" - }, - { - "name": "Tok Pisin", - "code": "tpi" - }, - { - "name": "Tapieté", - "code": "tpj" - }, - { - "name": "Tupinikin", - "code": "tpk" - }, - { - "name": "Tlacoapa Me'phaa", - "code": "tpl" - }, - { - "name": "Tlacoapa Tlapanec", - "code": "tpl" - }, - { - "name": "Tampulma", - "code": "tpm" - }, - { - "name": "Tupinambá", - "code": "tpn" - }, - { - "name": "Tai Pao", - "code": "tpo" - }, - { - "name": "Pisaflores Tepehua", - "code": "tpp" - }, - { - "name": "Tukpa", - "code": "tpq" - }, - { - "name": "Tuparí", - "code": "tpr" - }, - { - "name": "Tlachichilco Tepehua", - "code": "tpt" - }, - { - "name": "Tampuan", - "code": "tpu" - }, - { - "name": "Tanapag", - "code": "tpv" - }, - { - "name": "Tupí", - "code": "tpw" - }, - { - "name": "Acatepec Me'phaa", - "code": "tpx" - }, - { - "name": "Acatepec Tlapanec", - "code": "tpx" - }, - { - "name": "Trumai", - "code": "tpy" - }, - { - "name": "Tinputz", - "code": "tpz" - }, - { - "name": "Tembé", - "code": "tqb" - }, - { - "name": "Lehali", - "code": "tql" - }, - { - "name": "Turumsa", - "code": "tqm" - }, - { - "name": "Tenino", - "code": "tqn" - }, - { - "name": "Toaripi", - "code": "tqo" - }, - { - "name": "Tomoip", - "code": "tqp" - }, - { - "name": "Tunni", - "code": "tqq" - }, - { - "name": "Torona", - "code": "tqr" - }, - { - "name": "Western Totonac", - "code": "tqt" - }, - { - "name": "Touo", - "code": "tqu" - }, - { - "name": "Tonkawa", - "code": "tqw" - }, - { - "name": "Tirahi", - "code": "tra" - }, - { - "name": "Terebu", - "code": "trb" - }, - { - "name": "Copala Triqui", - "code": "trc" - }, - { - "name": "Turi", - "code": "trd" - }, - { - "name": "East Tarangan", - "code": "tre" - }, - { - "name": "Trinidadian Creole English", - "code": "trf" - }, - { - "name": "Lishán Didán", - "code": "trg" - }, - { - "name": "Turaka", - "code": "trh" - }, - { - "name": "Trió", - "code": "tri" - }, - { - "name": "Toram", - "code": "trj" - }, - { - "name": "Traveller Scottish", - "code": "trl" - }, - { - "name": "Tregami", - "code": "trm" - }, - { - "name": "Trinitario", - "code": "trn" - }, - { - "name": "Tarao Naga", - "code": "tro" - }, - { - "name": "Kok Borok", - "code": "trp" - }, - { - "name": "San Martín Itunyoso Triqui", - "code": "trq" - }, - { - "name": "Taushiro", - "code": "trr" - }, - { - "name": "Chicahuaxtla Triqui", - "code": "trs" - }, - { - "name": "Tunggare", - "code": "trt" - }, - { - "name": "Surayt", - "code": "tru" - }, - { - "name": "Turoyo", - "code": "tru" - }, - { - "name": "Taroko", - "code": "trv" - }, - { - "name": "Torwali", - "code": "trw" - }, - { - "name": "Tringgus-Sembaan Bidayuh", - "code": "trx" - }, - { - "name": "Turung", - "code": "try" - }, - { - "name": "Torá", - "code": "trz" - }, - { - "name": "Tsaangi", - "code": "tsa" - }, - { - "name": "Tsamai", - "code": "tsb" - }, - { - "name": "Tswa", - "code": "tsc" - }, - { - "name": "Tsakonian", - "code": "tsd" - }, - { - "name": "Tunisian Sign Language", - "code": "tse" - }, - { - "name": "Tausug", - "code": "tsg" - }, - { - "name": "Tsuvan", - "code": "tsh" - }, - { - "name": "Tsimshian", - "code": "tsi" - }, - { - "name": "Tshangla", - "code": "tsj" - }, - { - "name": "Tseku", - "code": "tsk" - }, - { - "name": "Ts'ün-Lao", - "code": "tsl" - }, - { - "name": "Türk İşaret Dili", - "code": "tsm" - }, - { - "name": "Turkish Sign Language", - "code": "tsm" - }, - { - "name": "Tswana", - "code": "tsn" - }, - { - "name": "Tsonga", - "code": "tso" - }, - { - "name": "Northern Toussian", - "code": "tsp" - }, - { - "name": "Thai Sign Language", - "code": "tsq" - }, - { - "name": "Akei", - "code": "tsr" - }, - { - "name": "Taiwan Sign Language", - "code": "tss" - }, - { - "name": "Tondi Songway Kiini", - "code": "tst" - }, - { - "name": "Tsou", - "code": "tsu" - }, - { - "name": "Tsogo", - "code": "tsv" - }, - { - "name": "Tsishingini", - "code": "tsw" - }, - { - "name": "Mubami", - "code": "tsx" - }, - { - "name": "Tebul Sign Language", - "code": "tsy" - }, - { - "name": "Purepecha", - "code": "tsz" - }, - { - "name": "Tutelo", - "code": "tta" - }, - { - "name": "Gaa", - "code": "ttb" - }, - { - "name": "Tektiteko", - "code": "ttc" - }, - { - "name": "Tauade", - "code": "ttd" - }, - { - "name": "Bwanabwana", - "code": "tte" - }, - { - "name": "Tuotomb", - "code": "ttf" - }, - { - "name": "Tutong", - "code": "ttg" - }, - { - "name": "Upper Ta'oih", - "code": "tth" - }, - { - "name": "Tobati", - "code": "tti" - }, - { - "name": "Tooro", - "code": "ttj" - }, - { - "name": "Totoro", - "code": "ttk" - }, - { - "name": "Totela", - "code": "ttl" - }, - { - "name": "Northern Tutchone", - "code": "ttm" - }, - { - "name": "Towei", - "code": "ttn" - }, - { - "name": "Lower Ta'oih", - "code": "tto" - }, - { - "name": "Tombelala", - "code": "ttp" - }, - { - "name": "Tawallammat Tamajaq", - "code": "ttq" - }, - { - "name": "Tera", - "code": "ttr" - }, - { - "name": "Northeastern Thai", - "code": "tts" - }, - { - "name": "Muslim Tat", - "code": "ttt" - }, - { - "name": "Torau", - "code": "ttu" - }, - { - "name": "Titan", - "code": "ttv" - }, - { - "name": "Long Wat", - "code": "ttw" - }, - { - "name": "Sikaritai", - "code": "tty" - }, - { - "name": "Tsum", - "code": "ttz" - }, - { - "name": "Wiarumus", - "code": "tua" - }, - { - "name": "Tübatulabal", - "code": "tub" - }, - { - "name": "Mutu", - "code": "tuc" - }, - { - "name": "Tuxá", - "code": "tud" - }, - { - "name": "Tuyuca", - "code": "tue" - }, - { - "name": "Central Tunebo", - "code": "tuf" - }, - { - "name": "Tunia", - "code": "tug" - }, - { - "name": "Taulil", - "code": "tuh" - }, - { - "name": "Tupuri", - "code": "tui" - }, - { - "name": "Tugutil", - "code": "tuj" - }, - { - "name": "Turkmen", - "code": "tuk" - }, - { - "name": "Tula", - "code": "tul" - }, - { - "name": "Tumbuka", - "code": "tum" - }, - { - "name": "Tunica", - "code": "tun" - }, - { - "name": "Tucano", - "code": "tuo" - }, - { - "name": "Tedaga", - "code": "tuq" - }, - { - "name": "Turkish", - "code": "tur" - }, - { - "name": "Tuscarora", - "code": "tus" - }, - { - "name": "Tututni", - "code": "tuu" - }, - { - "name": "Turkana", - "code": "tuv" - }, - { - "name": "Tuxináwa", - "code": "tux" - }, - { - "name": "Tugen", - "code": "tuy" - }, - { - "name": "Turka", - "code": "tuz" - }, - { - "name": "Vaghua", - "code": "tva" - }, - { - "name": "Tsuvadi", - "code": "tvd" - }, - { - "name": "Te'un", - "code": "tve" - }, - { - "name": "Southeast Ambrym", - "code": "tvk" - }, - { - "name": "Tuvalu", - "code": "tvl" - }, - { - "name": "Tela-Masbuar", - "code": "tvm" - }, - { - "name": "Tavoyan", - "code": "tvn" - }, - { - "name": "Tidore", - "code": "tvo" - }, - { - "name": "Taveta", - "code": "tvs" - }, - { - "name": "Tutsa Naga", - "code": "tvt" - }, - { - "name": "Tunen", - "code": "tvu" - }, - { - "name": "Sedoa", - "code": "tvw" - }, - { - "name": "Taivoan", - "code": "tvx" - }, - { - "name": "Timor Pidgin", - "code": "tvy" - }, - { - "name": "Twana", - "code": "twa" - }, - { - "name": "Western Tawbuid", - "code": "twb" - }, - { - "name": "Teshenawa", - "code": "twc" - }, - { - "name": "Twents", - "code": "twd" - }, - { - "name": "Tewa (Indonesia)", - "code": "twe" - }, - { - "name": "Northern Tiwa", - "code": "twf" - }, - { - "name": "Tereweng", - "code": "twg" - }, - { - "name": "Tai Dón", - "code": "twh" - }, - { - "name": "Twi", - "code": "twi" - }, - { - "name": "Tawara", - "code": "twl" - }, - { - "name": "Tawang Monpa", - "code": "twm" - }, - { - "name": "Twendi", - "code": "twn" - }, - { - "name": "Tswapong", - "code": "two" - }, - { - "name": "Ere", - "code": "twp" - }, - { - "name": "Tasawaq", - "code": "twq" - }, - { - "name": "Southwestern Tarahumara", - "code": "twr" - }, - { - "name": "Turiwára", - "code": "twt" - }, - { - "name": "Termanu", - "code": "twu" - }, - { - "name": "Tuwari", - "code": "tww" - }, - { - "name": "Tewe", - "code": "twx" - }, - { - "name": "Tawoyan", - "code": "twy" - }, - { - "name": "Tombonuo", - "code": "txa" - }, - { - "name": "Tokharian B", - "code": "txb" - }, - { - "name": "Tsetsaut", - "code": "txc" - }, - { - "name": "Totoli", - "code": "txe" - }, - { - "name": "Tangut", - "code": "txg" - }, - { - "name": "Thracian", - "code": "txh" - }, - { - "name": "Ikpeng", - "code": "txi" - }, - { - "name": "Tarjumo", - "code": "txj" - }, - { - "name": "Tomini", - "code": "txm" - }, - { - "name": "West Tarangan", - "code": "txn" - }, - { - "name": "Toto", - "code": "txo" - }, - { - "name": "Tii", - "code": "txq" - }, - { - "name": "Tartessian", - "code": "txr" - }, - { - "name": "Tonsea", - "code": "txs" - }, - { - "name": "Citak", - "code": "txt" - }, - { - "name": "Kayapó", - "code": "txu" - }, - { - "name": "Tatana", - "code": "txx" - }, - { - "name": "Tanosy Malagasy", - "code": "txy" - }, - { - "name": "Tauya", - "code": "tya" - }, - { - "name": "Kyanga", - "code": "tye" - }, - { - "name": "O'du", - "code": "tyh" - }, - { - "name": "Teke-Tsaayi", - "code": "tyi" - }, - { - "name": "Tai Do", - "code": "tyj" - }, - { - "name": "Tai Yo", - "code": "tyj" - }, - { - "name": "Thu Lao", - "code": "tyl" - }, - { - "name": "Kombai", - "code": "tyn" - }, - { - "name": "Thaypan", - "code": "typ" - }, - { - "name": "Tai Daeng", - "code": "tyr" - }, - { - "name": "Tày Sa Pa", - "code": "tys" - }, - { - "name": "Tày Tac", - "code": "tyt" - }, - { - "name": "Kua", - "code": "tyu" - }, - { - "name": "Tuvinian", - "code": "tyv" - }, - { - "name": "Teke-Tyee", - "code": "tyx" - }, - { - "name": "Tiyaa", - "code": "tyy" - }, - { - "name": "Tày", - "code": "tyz" - }, - { - "name": "Tanzanian Sign Language", - "code": "tza" - }, - { - "name": "Tzeltal", - "code": "tzh" - }, - { - "name": "Tz'utujil", - "code": "tzj" - }, - { - "name": "Talossan", - "code": "tzl" - }, - { - "name": "Central Atlas Tamazight", - "code": "tzm" - }, - { - "name": "Tugun", - "code": "tzn" - }, - { - "name": "Tzotzil", - "code": "tzo" - }, - { - "name": "Tabriak", - "code": "tzx" - }, - { - "name": "Uamué", - "code": "uam" - }, - { - "name": "Kuan", - "code": "uan" - }, - { - "name": "Tairuma", - "code": "uar" - }, - { - "name": "Ubang", - "code": "uba" - }, - { - "name": "Ubi", - "code": "ubi" - }, - { - "name": "Buhi'non Bikol", - "code": "ubl" - }, - { - "name": "Ubir", - "code": "ubr" - }, - { - "name": "Umbu-Ungu", - "code": "ubu" - }, - { - "name": "Ubykh", - "code": "uby" - }, - { - "name": "Uda", - "code": "uda" - }, - { - "name": "Udihe", - "code": "ude" - }, - { - "name": "Muduga", - "code": "udg" - }, - { - "name": "Udi", - "code": "udi" - }, - { - "name": "Ujir", - "code": "udj" - }, - { - "name": "Wuzlam", - "code": "udl" - }, - { - "name": "Udmurt", - "code": "udm" - }, - { - "name": "Uduk", - "code": "udu" - }, - { - "name": "Kioko", - "code": "ues" - }, - { - "name": "Ufim", - "code": "ufi" - }, - { - "name": "Ugaritic", - "code": "uga" - }, - { - "name": "Kuku-Ugbanh", - "code": "ugb" - }, - { - "name": "Ughele", - "code": "uge" - }, - { - "name": "Ugandan Sign Language", - "code": "ugn" - }, - { - "name": "Ugong", - "code": "ugo" - }, - { - "name": "Uruguayan Sign Language", - "code": "ugy" - }, - { - "name": "Uhami", - "code": "uha" - }, - { - "name": "Damal", - "code": "uhn" - }, - { - "name": "Uighur", - "code": "uig" - }, - { - "name": "Uyghur", - "code": "uig" - }, - { - "name": "Uisai", - "code": "uis" - }, - { - "name": "Iyive", - "code": "uiv" - }, - { - "name": "Tanjijili", - "code": "uji" - }, - { - "name": "Kaburi", - "code": "uka" - }, - { - "name": "Ukuriguma", - "code": "ukg" - }, - { - "name": "Ukhwejo", - "code": "ukh" - }, - { - "name": "Kui (India)", - "code": "uki" - }, - { - "name": "Muak Sa-aak", - "code": "ukk" - }, - { - "name": "Ukrainian Sign Language", - "code": "ukl" - }, - { - "name": "Ukpe-Bayobiri", - "code": "ukp" - }, - { - "name": "Ukwa", - "code": "ukq" - }, - { - "name": "Ukrainian", - "code": "ukr" - }, - { - "name": "Kaapor Sign Language", - "code": "uks" - }, - { - "name": "Urubú-Kaapor Sign Language", - "code": "uks" - }, - { - "name": "Ukue", - "code": "uku" - }, - { - "name": "Kuku", - "code": "ukv" - }, - { - "name": "Ukwuani-Aboh-Ndoni", - "code": "ukw" - }, - { - "name": "Kuuk-Yak", - "code": "uky" - }, - { - "name": "Fungwa", - "code": "ula" - }, - { - "name": "Ulukwumi", - "code": "ulb" - }, - { - "name": "Ulch", - "code": "ulc" - }, - { - "name": "Lule", - "code": "ule" - }, - { - "name": "Afra", - "code": "ulf" - }, - { - "name": "Usku", - "code": "ulf" - }, - { - "name": "Ulithian", - "code": "uli" - }, - { - "name": "Meriam Mir", - "code": "ulk" - }, - { - "name": "Ullatan", - "code": "ull" - }, - { - "name": "Ulumanda'", - "code": "ulm" - }, - { - "name": "Unserdeutsch", - "code": "uln" - }, - { - "name": "Uma' Lung", - "code": "ulu" - }, - { - "name": "Ulwa", - "code": "ulw" - }, - { - "name": "Umatilla", - "code": "uma" - }, - { - "name": "Umbundu", - "code": "umb" - }, - { - "name": "Marrucinian", - "code": "umc" - }, - { - "name": "Umbindhamu", - "code": "umd" - }, - { - "name": "Morrobalama", - "code": "umg" - }, - { - "name": "Umbuygamu", - "code": "umg" - }, - { - "name": "Ukit", - "code": "umi" - }, - { - "name": "Umon", - "code": "umm" - }, - { - "name": "Makyan Naga", - "code": "umn" - }, - { - "name": "Umotína", - "code": "umo" - }, - { - "name": "Umpila", - "code": "ump" - }, - { - "name": "Umbugarla", - "code": "umr" - }, - { - "name": "Pendau", - "code": "ums" - }, - { - "name": "Munsee", - "code": "umu" - }, - { - "name": "North Watut", - "code": "una" - }, - { - "name": "Undetermined", - "code": "und" - }, - { - "name": "Uneme", - "code": "une" - }, - { - "name": "Ngarinyin", - "code": "ung" - }, - { - "name": "Uni", - "code": "uni" - }, - { - "name": "Enawené-Nawé", - "code": "unk" - }, - { - "name": "Unami", - "code": "unm" - }, - { - "name": "Kurnai", - "code": "unn" - }, - { - "name": "Mundari", - "code": "unr" - }, - { - "name": "Unubahe", - "code": "unu" - }, - { - "name": "Munda", - "code": "unx" - }, - { - "name": "Unde Kaili", - "code": "unz" - }, - { - "name": "Umeda", - "code": "upi" - }, - { - "name": "Uripiv-Wala-Rano-Atchin", - "code": "upv" - }, - { - "name": "Urarina", - "code": "ura" - }, - { - "name": "Kaapor", - "code": "urb" - }, - { - "name": "Urubú-Kaapor", - "code": "urb" - }, - { - "name": "Urningangg", - "code": "urc" - }, - { - "name": "Urdu", - "code": "urd" - }, - { - "name": "Uru", - "code": "ure" - }, - { - "name": "Uradhi", - "code": "urf" - }, - { - "name": "Urigina", - "code": "urg" - }, - { - "name": "Urhobo", - "code": "urh" - }, - { - "name": "Urim", - "code": "uri" - }, - { - "name": "Urak Lawoi'", - "code": "urk" - }, - { - "name": "Urali", - "code": "url" - }, - { - "name": "Urapmin", - "code": "urm" - }, - { - "name": "Uruangnirin", - "code": "urn" - }, - { - "name": "Ura (Papua New Guinea)", - "code": "uro" - }, - { - "name": "Uru-Pa-In", - "code": "urp" - }, - { - "name": "Lehalurup", - "code": "urr" - }, - { - "name": "Löyöp", - "code": "urr" - }, - { - "name": "Urat", - "code": "urt" - }, - { - "name": "Urumi", - "code": "uru" - }, - { - "name": "Uruava", - "code": "urv" - }, - { - "name": "Sop", - "code": "urw" - }, - { - "name": "Urimo", - "code": "urx" - }, - { - "name": "Orya", - "code": "ury" - }, - { - "name": "Uru-Eu-Wau-Wau", - "code": "urz" - }, - { - "name": "Usarufa", - "code": "usa" - }, - { - "name": "Ushojo", - "code": "ush" - }, - { - "name": "Usui", - "code": "usi" - }, - { - "name": "Usaghade", - "code": "usk" - }, - { - "name": "Uspanteco", - "code": "usp" - }, - { - "name": "us-Saare", - "code": "uss" - }, - { - "name": "Uya", - "code": "usu" - }, - { - "name": "Otank", - "code": "uta" - }, - { - "name": "Ute-Southern Paiute", - "code": "ute" - }, - { - "name": "ut-Hun", - "code": "uth" - }, - { - "name": "Amba (Solomon Islands)", - "code": "utp" - }, - { - "name": "Etulo", - "code": "utr" - }, - { - "name": "Utu", - "code": "utu" - }, - { - "name": "Urum", - "code": "uum" - }, - { - "name": "Kulon-Pazeh", - "code": "uun" - }, - { - "name": "Ura (Vanuatu)", - "code": "uur" - }, - { - "name": "U", - "code": "uuu" - }, - { - "name": "Fagauvea", - "code": "uve" - }, - { - "name": "West Uvean", - "code": "uve" - }, - { - "name": "Uri", - "code": "uvh" - }, - { - "name": "Lote", - "code": "uvl" - }, - { - "name": "Kuku-Uwanh", - "code": "uwa" - }, - { - "name": "Doko-Uyanga", - "code": "uya" - }, - { - "name": "Uzbek", - "code": "uzb" - }, - { - "name": "Northern Uzbek", - "code": "uzn" - }, - { - "name": "Southern Uzbek", - "code": "uzs" - }, - { - "name": "Vaagri Booli", - "code": "vaa" - }, - { - "name": "Vale", - "code": "vae" - }, - { - "name": "Vafsi", - "code": "vaf" - }, - { - "name": "Vagla", - "code": "vag" - }, - { - "name": "Varhadi-Nagpuri", - "code": "vah" - }, - { - "name": "Vai", - "code": "vai" - }, - { - "name": "Northwestern ǃKung", - "code": "vaj" - }, - { - "name": "Sekele", - "code": "vaj" - }, - { - "name": "Vasekele", - "code": "vaj" - }, - { - "name": "Vehes", - "code": "val" - }, - { - "name": "Vanimo", - "code": "vam" - }, - { - "name": "Valman", - "code": "van" - }, - { - "name": "Vao", - "code": "vao" - }, - { - "name": "Vaiphei", - "code": "vap" - }, - { - "name": "Huarijio", - "code": "var" - }, - { - "name": "Vasavi", - "code": "vas" - }, - { - "name": "Vanuma", - "code": "vau" - }, - { - "name": "Varli", - "code": "vav" - }, - { - "name": "Wayu", - "code": "vay" - }, - { - "name": "Southeast Babar", - "code": "vbb" - }, - { - "name": "Southwestern Bontok", - "code": "vbk" - }, - { - "name": "Venetian", - "code": "vec" - }, - { - "name": "Veddah", - "code": "ved" - }, - { - "name": "Veluws", - "code": "vel" - }, - { - "name": "Vemgo-Mabas", - "code": "vem" - }, - { - "name": "Venda", - "code": "ven" - }, - { - "name": "Ventureño", - "code": "veo" - }, - { - "name": "Veps", - "code": "vep" - }, - { - "name": "Mom Jango", - "code": "ver" - }, - { - "name": "Vaghri", - "code": "vgr" - }, - { - "name": "Flemish Sign Language", - "code": "vgt" - }, - { - "name": "Vlaamse Gebarentaal", - "code": "vgt" - }, - { - "name": "Virgin Islands Creole English", - "code": "vic" - }, - { - "name": "Vidunda", - "code": "vid" - }, - { - "name": "Vietnamese", - "code": "vie" - }, - { - "name": "Vili", - "code": "vif" - }, - { - "name": "Viemo", - "code": "vig" - }, - { - "name": "Vilela", - "code": "vil" - }, - { - "name": "Vinza", - "code": "vin" - }, - { - "name": "Vishavan", - "code": "vis" - }, - { - "name": "Viti", - "code": "vit" - }, - { - "name": "Iduna", - "code": "viv" - }, - { - "name": "Kariyarra", - "code": "vka" - }, - { - "name": "Kujarge", - "code": "vkj" - }, - { - "name": "Kaur", - "code": "vkk" - }, - { - "name": "Kulisusu", - "code": "vkl" - }, - { - "name": "Kamakan", - "code": "vkm" - }, - { - "name": "Koro Nulu", - "code": "vkn" - }, - { - "name": "Kodeoha", - "code": "vko" - }, - { - "name": "Korlai Creole Portuguese", - "code": "vkp" - }, - { - "name": "Tenggarong Kutai Malay", - "code": "vkt" - }, - { - "name": "Kurrama", - "code": "vku" - }, - { - "name": "Koro Zuba", - "code": "vkz" - }, - { - "name": "Valpei", - "code": "vlp" - }, - { - "name": "Vlaams", - "code": "vls" - }, - { - "name": "Martuyhunira", - "code": "vma" - }, - { - "name": "Barbaram", - "code": "vmb" - }, - { - "name": "Juxtlahuaca Mixtec", - "code": "vmc" - }, - { - "name": "Mudu Koraga", - "code": "vmd" - }, - { - "name": "East Masela", - "code": "vme" - }, - { - "name": "Mainfränkisch", - "code": "vmf" - }, - { - "name": "Lungalunga", - "code": "vmg" - }, - { - "name": "Maraghei", - "code": "vmh" - }, - { - "name": "Miwa", - "code": "vmi" - }, - { - "name": "Ixtayutla Mixtec", - "code": "vmj" - }, - { - "name": "Makhuwa-Shirima", - "code": "vmk" - }, - { - "name": "Malgana", - "code": "vml" - }, - { - "name": "Mitlatongo Mixtec", - "code": "vmm" - }, - { - "name": "Soyaltepec Mazatec", - "code": "vmp" - }, - { - "name": "Soyaltepec Mixtec", - "code": "vmq" - }, - { - "name": "Marenje", - "code": "vmr" - }, - { - "name": "Moksela", - "code": "vms" - }, - { - "name": "Muluridyi", - "code": "vmu" - }, - { - "name": "Valley Maidu", - "code": "vmv" - }, - { - "name": "Makhuwa", - "code": "vmw" - }, - { - "name": "Tamazola Mixtec", - "code": "vmx" - }, - { - "name": "Ayautla Mazatec", - "code": "vmy" - }, - { - "name": "Mazatlán Mazatec", - "code": "vmz" - }, - { - "name": "Lovono", - "code": "vnk" - }, - { - "name": "Vano", - "code": "vnk" - }, - { - "name": "Neve'ei", - "code": "vnm" - }, - { - "name": "Vinmavis", - "code": "vnm" - }, - { - "name": "Vunapu", - "code": "vnp" - }, - { - "name": "Volapük", - "code": "vol" - }, - { - "name": "Voro", - "code": "vor" - }, - { - "name": "Votic", - "code": "vot" - }, - { - "name": "Vera'a", - "code": "vra" - }, - { - "name": "Võro", - "code": "vro" - }, - { - "name": "Varisi", - "code": "vrs" - }, - { - "name": "Banam Bay", - "code": "vrt" - }, - { - "name": "Burmbar", - "code": "vrt" - }, - { - "name": "Moldova Sign Language", - "code": "vsi" - }, - { - "name": "Venezuelan Sign Language", - "code": "vsl" - }, - { - "name": "Llengua de signes valenciana", - "code": "vsv" - }, - { - "name": "Valencian Sign Language", - "code": "vsv" - }, - { - "name": "Vitou", - "code": "vto" - }, - { - "name": "Vumbu", - "code": "vum" - }, - { - "name": "Vunjo", - "code": "vun" - }, - { - "name": "Vute", - "code": "vut" - }, - { - "name": "Awa (China)", - "code": "vwa" - }, - { - "name": "Walla Walla", - "code": "waa" - }, - { - "name": "Wab", - "code": "wab" - }, - { - "name": "Wasco-Wishram", - "code": "wac" - }, - { - "name": "Wamesa", - "code": "wad" - }, - { - "name": "Wondama", - "code": "wad" - }, - { - "name": "Walser", - "code": "wae" - }, - { - "name": "Wakoná", - "code": "waf" - }, - { - "name": "Wa'ema", - "code": "wag" - }, - { - "name": "Watubela", - "code": "wah" - }, - { - "name": "Wares", - "code": "wai" - }, - { - "name": "Waffa", - "code": "waj" - }, - { - "name": "Wolaitta", - "code": "wal" - }, - { - "name": "Wolaytta", - "code": "wal" - }, - { - "name": "Wampanoag", - "code": "wam" - }, - { - "name": "Wan", - "code": "wan" - }, - { - "name": "Wappo", - "code": "wao" - }, - { - "name": "Wapishana", - "code": "wap" - }, - { - "name": "Wagiman", - "code": "waq" - }, - { - "name": "Waray (Philippines)", - "code": "war" - }, - { - "name": "Washo", - "code": "was" - }, - { - "name": "Kaninuwa", - "code": "wat" - }, - { - "name": "Waurá", - "code": "wau" - }, - { - "name": "Waka", - "code": "wav" - }, - { - "name": "Waiwai", - "code": "waw" - }, - { - "name": "Marangis", - "code": "wax" - }, - { - "name": "Watam", - "code": "wax" - }, - { - "name": "Wayana", - "code": "way" - }, - { - "name": "Wampur", - "code": "waz" - }, - { - "name": "Warao", - "code": "wba" - }, - { - "name": "Wabo", - "code": "wbb" - }, - { - "name": "Waritai", - "code": "wbe" - }, - { - "name": "Wara", - "code": "wbf" - }, - { - "name": "Wanda", - "code": "wbh" - }, - { - "name": "Vwanji", - "code": "wbi" - }, - { - "name": "Alagwa", - "code": "wbj" - }, - { - "name": "Waigali", - "code": "wbk" - }, - { - "name": "Wakhi", - "code": "wbl" - }, - { - "name": "Wa", - "code": "wbm" - }, - { - "name": "Warlpiri", - "code": "wbp" - }, - { - "name": "Waddar", - "code": "wbq" - }, - { - "name": "Wagdi", - "code": "wbr" - }, - { - "name": "West Bengal Sign Language", - "code": "wbs" - }, - { - "name": "Warnman", - "code": "wbt" - }, - { - "name": "Wajarri", - "code": "wbv" - }, - { - "name": "Woi", - "code": "wbw" - }, - { - "name": "Yanomámi", - "code": "wca" - }, - { - "name": "Waci Gbe", - "code": "wci" - }, - { - "name": "Wandji", - "code": "wdd" - }, - { - "name": "Wadaginam", - "code": "wdg" - }, - { - "name": "Wadjiginy", - "code": "wdj" - }, - { - "name": "Wadikali", - "code": "wdk" - }, - { - "name": "Wadjigu", - "code": "wdu" - }, - { - "name": "Wadjabangayi", - "code": "wdy" - }, - { - "name": "Wewaw", - "code": "wea" - }, - { - "name": "Wè Western", - "code": "wec" - }, - { - "name": "Wedau", - "code": "wed" - }, - { - "name": "Wergaia", - "code": "weg" - }, - { - "name": "Weh", - "code": "weh" - }, - { - "name": "Kiunum", - "code": "wei" - }, - { - "name": "Weme Gbe", - "code": "wem" - }, - { - "name": "Wemale", - "code": "weo" - }, - { - "name": "Westphalien", - "code": "wep" - }, - { - "name": "Weri", - "code": "wer" - }, - { - "name": "Cameroon Pidgin", - "code": "wes" - }, - { - "name": "Perai", - "code": "wet" - }, - { - "name": "Rawngtu Chin", - "code": "weu" - }, - { - "name": "Wejewa", - "code": "wew" - }, - { - "name": "Yafi", - "code": "wfg" - }, - { - "name": "Zorop", - "code": "wfg" - }, - { - "name": "Wagaya", - "code": "wga" - }, - { - "name": "Wagawaga", - "code": "wgb" - }, - { - "name": "Wangganguru", - "code": "wgg" - }, - { - "name": "Wangkangurru", - "code": "wgg" - }, - { - "name": "Wahgi", - "code": "wgi" - }, - { - "name": "Waigeo", - "code": "wgo" - }, - { - "name": "Wirangu", - "code": "wgu" - }, - { - "name": "Warrgamay", - "code": "wgy" - }, - { - "name": "Manusela", - "code": "wha" - }, - { - "name": "Sou Upaa", - "code": "wha" - }, - { - "name": "North Wahgi", - "code": "whg" - }, - { - "name": "Wahau Kenyah", - "code": "whk" - }, - { - "name": "Wahau Kayan", - "code": "whu" - }, - { - "name": "Southern Toussian", - "code": "wib" - }, - { - "name": "Wichita", - "code": "wic" - }, - { - "name": "Wik-Epa", - "code": "wie" - }, - { - "name": "Wik-Keyangan", - "code": "wif" - }, - { - "name": "Wik Ngathan", - "code": "wig" - }, - { - "name": "Wik-Me'anha", - "code": "wih" - }, - { - "name": "Minidien", - "code": "wii" - }, - { - "name": "Wik-Iiyanh", - "code": "wij" - }, - { - "name": "Wikalkan", - "code": "wik" - }, - { - "name": "Wilawila", - "code": "wil" - }, - { - "name": "Wik-Mungkan", - "code": "wim" - }, - { - "name": "Ho-Chunk", - "code": "win" - }, - { - "name": "Wiraféd", - "code": "wir" - }, - { - "name": "Wiru", - "code": "wiu" - }, - { - "name": "Vitu", - "code": "wiv" - }, - { - "name": "Wiyot", - "code": "wiy" - }, - { - "name": "Waja", - "code": "wja" - }, - { - "name": "Warji", - "code": "wji" - }, - { - "name": "Kw'adza", - "code": "wka" - }, - { - "name": "Kumbaran", - "code": "wkb" - }, - { - "name": "Mo", - "code": "wkd" - }, - { - "name": "Wakde", - "code": "wkd" - }, - { - "name": "Kalanadi", - "code": "wkl" - }, - { - "name": "Keerray-Woorroong", - "code": "wkr" - }, - { - "name": "Kunduvadi", - "code": "wku" - }, - { - "name": "Wakawaka", - "code": "wkw" - }, - { - "name": "Wangkayutyuru", - "code": "wky" - }, - { - "name": "Walio", - "code": "wla" - }, - { - "name": "Mwali Comorian", - "code": "wlc" - }, - { - "name": "Wolane", - "code": "wle" - }, - { - "name": "Kunbarlang", - "code": "wlg" - }, - { - "name": "Welaun", - "code": "wlh" - }, - { - "name": "Waioli", - "code": "wli" - }, - { - "name": "Wailaki", - "code": "wlk" - }, - { - "name": "Wali (Sudan)", - "code": "wll" - }, - { - "name": "Middle Welsh", - "code": "wlm" - }, - { - "name": "Walloon", - "code": "wln" - }, - { - "name": "Wolio", - "code": "wlo" - }, - { - "name": "Wailapa", - "code": "wlr" - }, - { - "name": "Wallisian", - "code": "wls" - }, - { - "name": "Wuliwuli", - "code": "wlu" - }, - { - "name": "Wichí Lhamtés Vejoz", - "code": "wlv" - }, - { - "name": "Walak", - "code": "wlw" - }, - { - "name": "Wali (Ghana)", - "code": "wlx" - }, - { - "name": "Waling", - "code": "wly" - }, - { - "name": "Mawa (Nigeria)", - "code": "wma" - }, - { - "name": "Wambaya", - "code": "wmb" - }, - { - "name": "Wamas", - "code": "wmc" - }, - { - "name": "Mamaindé", - "code": "wmd" - }, - { - "name": "Wambule", - "code": "wme" - }, - { - "name": "Western Minyag", - "code": "wmg" - }, - { - "name": "Waima'a", - "code": "wmh" - }, - { - "name": "Wamin", - "code": "wmi" - }, - { - "name": "Maiwa (Indonesia)", - "code": "wmm" - }, - { - "name": "Waamwang", - "code": "wmn" - }, - { - "name": "Wom (Papua New Guinea)", - "code": "wmo" - }, - { - "name": "Wambon", - "code": "wms" - }, - { - "name": "Walmajarri", - "code": "wmt" - }, - { - "name": "Mwani", - "code": "wmw" - }, - { - "name": "Womo", - "code": "wmx" - }, - { - "name": "Wanambre", - "code": "wnb" - }, - { - "name": "Wantoat", - "code": "wnc" - }, - { - "name": "Wandarang", - "code": "wnd" - }, - { - "name": "Waneci", - "code": "wne" - }, - { - "name": "Wanggom", - "code": "wng" - }, - { - "name": "Ndzwani Comorian", - "code": "wni" - }, - { - "name": "Wanukaka", - "code": "wnk" - }, - { - "name": "Wanggamala", - "code": "wnm" - }, - { - "name": "Wunumara", - "code": "wnn" - }, - { - "name": "Wano", - "code": "wno" - }, - { - "name": "Wanap", - "code": "wnp" - }, - { - "name": "Usan", - "code": "wnu" - }, - { - "name": "Wintu", - "code": "wnw" - }, - { - "name": "Waanyi", - "code": "wny" - }, - { - "name": "Wanyi", - "code": "wny" - }, - { - "name": "Kuwema", - "code": "woa" - }, - { - "name": "Tyaraity", - "code": "woa" - }, - { - "name": "Wè Northern", - "code": "wob" - }, - { - "name": "Wogeo", - "code": "woc" - }, - { - "name": "Wolani", - "code": "wod" - }, - { - "name": "Woleaian", - "code": "woe" - }, - { - "name": "Gambian Wolof", - "code": "wof" - }, - { - "name": "Wogamusin", - "code": "wog" - }, - { - "name": "Kamang", - "code": "woi" - }, - { - "name": "Longto", - "code": "wok" - }, - { - "name": "Wolof", - "code": "wol" - }, - { - "name": "Wom (Nigeria)", - "code": "wom" - }, - { - "name": "Wongo", - "code": "won" - }, - { - "name": "Manombai", - "code": "woo" - }, - { - "name": "Woria", - "code": "wor" - }, - { - "name": "Hanga Hundi", - "code": "wos" - }, - { - "name": "Wawonii", - "code": "wow" - }, - { - "name": "Weyto", - "code": "woy" - }, - { - "name": "Maco", - "code": "wpc" - }, - { - "name": "Waluwarra", - "code": "wrb" - }, - { - "name": "Warluwara", - "code": "wrb" - }, - { - "name": "Warduji", - "code": "wrd" - }, - { - "name": "Gudjal", - "code": "wrg" - }, - { - "name": "Warungu", - "code": "wrg" - }, - { - "name": "Wiradjuri", - "code": "wrh" - }, - { - "name": "Wariyangga", - "code": "wri" - }, - { - "name": "Garrwa", - "code": "wrk" - }, - { - "name": "Warlmanpa", - "code": "wrl" - }, - { - "name": "Warumungu", - "code": "wrm" - }, - { - "name": "Warnang", - "code": "wrn" - }, - { - "name": "Worrorra", - "code": "wro" - }, - { - "name": "Waropen", - "code": "wrp" - }, - { - "name": "Wardaman", - "code": "wrr" - }, - { - "name": "Waris", - "code": "wrs" - }, - { - "name": "Waru", - "code": "wru" - }, - { - "name": "Waruna", - "code": "wrv" - }, - { - "name": "Gugu Warra", - "code": "wrw" - }, - { - "name": "Wae Rana", - "code": "wrx" - }, - { - "name": "Merwari", - "code": "wry" - }, - { - "name": "Waray (Australia)", - "code": "wrz" - }, - { - "name": "Warembori", - "code": "wsa" - }, - { - "name": "Adilabad Gondi", - "code": "wsg" - }, - { - "name": "Wusi", - "code": "wsi" - }, - { - "name": "Waskia", - "code": "wsk" - }, - { - "name": "Owenia", - "code": "wsr" - }, - { - "name": "Wasa", - "code": "wss" - }, - { - "name": "Wasu", - "code": "wsu" - }, - { - "name": "Wotapuri-Katarqalai", - "code": "wsv" - }, - { - "name": "Watiwa", - "code": "wtf" - }, - { - "name": "Wathawurrung", - "code": "wth" - }, - { - "name": "Berta", - "code": "wti" - }, - { - "name": "Watakataui", - "code": "wtk" - }, - { - "name": "Mewati", - "code": "wtm" - }, - { - "name": "Wotu", - "code": "wtw" - }, - { - "name": "Wikngenchera", - "code": "wua" - }, - { - "name": "Wunambal", - "code": "wub" - }, - { - "name": "Wudu", - "code": "wud" - }, - { - "name": "Wutunhua", - "code": "wuh" - }, - { - "name": "Silimo", - "code": "wul" - }, - { - "name": "Wumbvu", - "code": "wum" - }, - { - "name": "Bungu", - "code": "wun" - }, - { - "name": "Wurrugu", - "code": "wur" - }, - { - "name": "Wutung", - "code": "wut" - }, - { - "name": "Wu Chinese", - "code": "wuu" - }, - { - "name": "Wuvulu-Aua", - "code": "wuv" - }, - { - "name": "Wulna", - "code": "wux" - }, - { - "name": "Wauyai", - "code": "wuy" - }, - { - "name": "Waama", - "code": "wwa" - }, - { - "name": "Wakabunga", - "code": "wwb" - }, - { - "name": "Dorig", - "code": "wwo" - }, - { - "name": "Wetamut", - "code": "wwo" - }, - { - "name": "Warrwa", - "code": "wwr" - }, - { - "name": "Wawa", - "code": "www" - }, - { - "name": "Waxianghua", - "code": "wxa" - }, - { - "name": "Wardandi", - "code": "wxw" - }, - { - "name": "Wyandot", - "code": "wya" - }, - { - "name": "Wangaaybuwan-Ngiyambaa", - "code": "wyb" - }, - { - "name": "Woiwurrung", - "code": "wyi" - }, - { - "name": "Wymysorys", - "code": "wym" - }, - { - "name": "Wayoró", - "code": "wyr" - }, - { - "name": "Western Fijian", - "code": "wyy" - }, - { - "name": "Andalusian Arabic", - "code": "xaa" - }, - { - "name": "Sambe", - "code": "xab" - }, - { - "name": "Kachari", - "code": "xac" - }, - { - "name": "Adai", - "code": "xad" - }, - { - "name": "Aequian", - "code": "xae" - }, - { - "name": "Aghwan", - "code": "xag" - }, - { - "name": "Kaimbé", - "code": "xai" - }, - { - "name": "Ararandewára", - "code": "xaj" - }, - { - "name": "Máku", - "code": "xak" - }, - { - "name": "Kalmyk", - "code": "xal" - }, - { - "name": "Oirat", - "code": "xal" - }, - { - "name": "ǀXam", - "code": "xam" - }, - { - "name": "Xamtanga", - "code": "xan" - }, - { - "name": "Khao", - "code": "xao" - }, - { - "name": "Apalachee", - "code": "xap" - }, - { - "name": "Aquitanian", - "code": "xaq" - }, - { - "name": "Karami", - "code": "xar" - }, - { - "name": "Kamas", - "code": "xas" - }, - { - "name": "Katawixi", - "code": "xat" - }, - { - "name": "Kauwera", - "code": "xau" - }, - { - "name": "Xavánte", - "code": "xav" - }, - { - "name": "Kawaiisu", - "code": "xaw" - }, - { - "name": "Kayan Mahakam", - "code": "xay" - }, - { - "name": "Lower Burdekin", - "code": "xbb" - }, - { - "name": "Bactrian", - "code": "xbc" - }, - { - "name": "Bindal", - "code": "xbd" - }, - { - "name": "Bigambal", - "code": "xbe" - }, - { - "name": "Bunganditj", - "code": "xbg" - }, - { - "name": "Kombio", - "code": "xbi" - }, - { - "name": "Birrpayi", - "code": "xbj" - }, - { - "name": "Middle Breton", - "code": "xbm" - }, - { - "name": "Kenaboi", - "code": "xbn" - }, - { - "name": "Bolgarian", - "code": "xbo" - }, - { - "name": "Bibbulman", - "code": "xbp" - }, - { - "name": "Kambera", - "code": "xbr" - }, - { - "name": "Kambiwá", - "code": "xbw" - }, - { - "name": "Batjala", - "code": "xby" - }, - { - "name": "Batyala", - "code": "xby" - }, - { - "name": "Cumbric", - "code": "xcb" - }, - { - "name": "Camunic", - "code": "xcc" - }, - { - "name": "Celtiberian", - "code": "xce" - }, - { - "name": "Cisalpine Gaulish", - "code": "xcg" - }, - { - "name": "Chemakum", - "code": "xch" - }, - { - "name": "Chimakum", - "code": "xch" - }, - { - "name": "Classical Armenian", - "code": "xcl" - }, - { - "name": "Comecrudo", - "code": "xcm" - }, - { - "name": "Cotoname", - "code": "xcn" - }, - { - "name": "Chorasmian", - "code": "xco" - }, - { - "name": "Carian", - "code": "xcr" - }, - { - "name": "Classical Tibetan", - "code": "xct" - }, - { - "name": "Curonian", - "code": "xcu" - }, - { - "name": "Chuvantsy", - "code": "xcv" - }, - { - "name": "Coahuilteco", - "code": "xcw" - }, - { - "name": "Cayuse", - "code": "xcy" - }, - { - "name": "Darkinyung", - "code": "xda" - }, - { - "name": "Dacian", - "code": "xdc" - }, - { - "name": "Dharuk", - "code": "xdk" - }, - { - "name": "Edomite", - "code": "xdm" - }, - { - "name": "Kwandu", - "code": "xdo" - }, - { - "name": "Malayic Dayak", - "code": "xdy" - }, - { - "name": "Eblan", - "code": "xeb" - }, - { - "name": "Hdi", - "code": "xed" - }, - { - "name": "ǁXegwi", - "code": "xeg" - }, - { - "name": "Kelo", - "code": "xel" - }, - { - "name": "Kembayan", - "code": "xem" - }, - { - "name": "Epi-Olmec", - "code": "xep" - }, - { - "name": "Xerénte", - "code": "xer" - }, - { - "name": "Kesawai", - "code": "xes" - }, - { - "name": "Xetá", - "code": "xet" - }, - { - "name": "Keoru-Ahia", - "code": "xeu" - }, - { - "name": "Faliscan", - "code": "xfa" - }, - { - "name": "Galatian", - "code": "xga" - }, - { - "name": "Gbin", - "code": "xgb" - }, - { - "name": "Gudang", - "code": "xgd" - }, - { - "name": "Gabrielino-Fernandeño", - "code": "xgf" - }, - { - "name": "Goreng", - "code": "xgg" - }, - { - "name": "Garingbal", - "code": "xgi" - }, - { - "name": "Galindan", - "code": "xgl" - }, - { - "name": "Dharumbal", - "code": "xgm" - }, - { - "name": "Guwinmal", - "code": "xgm" - }, - { - "name": "Garza", - "code": "xgr" - }, - { - "name": "Unggumi", - "code": "xgu" - }, - { - "name": "Guwa", - "code": "xgw" - }, - { - "name": "Harami", - "code": "xha" - }, - { - "name": "Hunnic", - "code": "xhc" - }, - { - "name": "Hadrami", - "code": "xhd" - }, - { - "name": "Khetrani", - "code": "xhe" - }, - { - "name": "Xhosa", - "code": "xho" - }, - { - "name": "Hernican", - "code": "xhr" - }, - { - "name": "Hattic", - "code": "xht" - }, - { - "name": "Hurrian", - "code": "xhu" - }, - { - "name": "Khua", - "code": "xhv" - }, - { - "name": "Iberian", - "code": "xib" - }, - { - "name": "Xiri", - "code": "xii" - }, - { - "name": "Illyrian", - "code": "xil" - }, - { - "name": "Xinca", - "code": "xin" - }, - { - "name": "Xiriâna", - "code": "xir" - }, - { - "name": "Kisan", - "code": "xis" - }, - { - "name": "Indus Valley Language", - "code": "xiv" - }, - { - "name": "Xipaya", - "code": "xiy" - }, - { - "name": "Minjungbal", - "code": "xjb" - }, - { - "name": "Jaitmatang", - "code": "xjt" - }, - { - "name": "Kalkoti", - "code": "xka" - }, - { - "name": "Northern Nago", - "code": "xkb" - }, - { - "name": "Kho'ini", - "code": "xkc" - }, - { - "name": "Mendalam Kayan", - "code": "xkd" - }, - { - "name": "Kereho", - "code": "xke" - }, - { - "name": "Khengkha", - "code": "xkf" - }, - { - "name": "Kagoro", - "code": "xkg" - }, - { - "name": "Kenyan Sign Language", - "code": "xki" - }, - { - "name": "Kajali", - "code": "xkj" - }, - { - "name": "Kaco'", - "code": "xkk" - }, - { - "name": "Mainstream Kenyah", - "code": "xkl" - }, - { - "name": "Kayan River Kayan", - "code": "xkn" - }, - { - "name": "Kiorr", - "code": "xko" - }, - { - "name": "Kabatei", - "code": "xkp" - }, - { - "name": "Koroni", - "code": "xkq" - }, - { - "name": "Xakriabá", - "code": "xkr" - }, - { - "name": "Kumbewaha", - "code": "xks" - }, - { - "name": "Kantosi", - "code": "xkt" - }, - { - "name": "Kaamba", - "code": "xku" - }, - { - "name": "Kgalagadi", - "code": "xkv" - }, - { - "name": "Kembra", - "code": "xkw" - }, - { - "name": "Karore", - "code": "xkx" - }, - { - "name": "Uma' Lasan", - "code": "xky" - }, - { - "name": "Kurtokha", - "code": "xkz" - }, - { - "name": "Kamula", - "code": "xla" - }, - { - "name": "Loup B", - "code": "xlb" - }, - { - "name": "Lycian", - "code": "xlc" - }, - { - "name": "Lydian", - "code": "xld" - }, - { - "name": "Lemnian", - "code": "xle" - }, - { - "name": "Ligurian (Ancient)", - "code": "xlg" - }, - { - "name": "Liburnian", - "code": "xli" - }, - { - "name": "Alanic", - "code": "xln" - }, - { - "name": "Loup A", - "code": "xlo" - }, - { - "name": "Lepontic", - "code": "xlp" - }, - { - "name": "Lusitanian", - "code": "xls" - }, - { - "name": "Cuneiform Luwian", - "code": "xlu" - }, - { - "name": "Elymian", - "code": "xly" - }, - { - "name": "Mushungulu", - "code": "xma" - }, - { - "name": "Mbonga", - "code": "xmb" - }, - { - "name": "Makhuwa-Marrevone", - "code": "xmc" - }, - { - "name": "Mbudum", - "code": "xmd" - }, - { - "name": "Median", - "code": "xme" - }, - { - "name": "Mingrelian", - "code": "xmf" - }, - { - "name": "Mengaka", - "code": "xmg" - }, - { - "name": "Kugu-Muminh", - "code": "xmh" - }, - { - "name": "Majera", - "code": "xmj" - }, - { - "name": "Ancient Macedonian", - "code": "xmk" - }, - { - "name": "Malaysian Sign Language", - "code": "xml" - }, - { - "name": "Manado Malay", - "code": "xmm" - }, - { - "name": "Manichaean Middle Persian", - "code": "xmn" - }, - { - "name": "Morerebi", - "code": "xmo" - }, - { - "name": "Kuku-Mu'inh", - "code": "xmp" - }, - { - "name": "Kuku-Mangk", - "code": "xmq" - }, - { - "name": "Meroitic", - "code": "xmr" - }, - { - "name": "Moroccan Sign Language", - "code": "xms" - }, - { - "name": "Matbat", - "code": "xmt" - }, - { - "name": "Kamu", - "code": "xmu" - }, - { - "name": "Antankarana Malagasy", - "code": "xmv" - }, - { - "name": "Tankarana Malagasy", - "code": "xmv" - }, - { - "name": "Tsimihety Malagasy", - "code": "xmw" - }, - { - "name": "Maden", - "code": "xmx" - }, - { - "name": "Mayaguduna", - "code": "xmy" - }, - { - "name": "Mori Bawah", - "code": "xmz" - }, - { - "name": "Ancient North Arabian", - "code": "xna" - }, - { - "name": "Kanakanabu", - "code": "xnb" - }, - { - "name": "Middle Mongolian", - "code": "xng" - }, - { - "name": "Kuanhua", - "code": "xnh" - }, - { - "name": "Ngarigu", - "code": "xni" - }, - { - "name": "Ngoni (Tanzania)", - "code": "xnj" - }, - { - "name": "Nganakarti", - "code": "xnk" - }, - { - "name": "Ngumbarl", - "code": "xnm" - }, - { - "name": "Northern Kankanay", - "code": "xnn" - }, - { - "name": "Anglo-Norman", - "code": "xno" - }, - { - "name": "Ngoni (Mozambique)", - "code": "xnq" - }, - { - "name": "Kangri", - "code": "xnr" - }, - { - "name": "Kanashi", - "code": "xns" - }, - { - "name": "Narragansett", - "code": "xnt" - }, - { - "name": "Nukunul", - "code": "xnu" - }, - { - "name": "Nyiyaparli", - "code": "xny" - }, - { - "name": "Kenzi", - "code": "xnz" - }, - { - "name": "Mattoki", - "code": "xnz" - }, - { - "name": "O'chi'chi'", - "code": "xoc" - }, - { - "name": "Kokoda", - "code": "xod" - }, - { - "name": "Soga", - "code": "xog" - }, - { - "name": "Kominimung", - "code": "xoi" - }, - { - "name": "Xokleng", - "code": "xok" - }, - { - "name": "Komo (Sudan)", - "code": "xom" - }, - { - "name": "Konkomba", - "code": "xon" - }, - { - "name": "Xukurú", - "code": "xoo" - }, - { - "name": "Kopar", - "code": "xop" - }, - { - "name": "Korubo", - "code": "xor" - }, - { - "name": "Kowaki", - "code": "xow" - }, - { - "name": "Pirriya", - "code": "xpa" - }, - { - "name": "Northeastern Tasmanian", - "code": "xpb" - }, - { - "name": "Pyemmairrener", - "code": "xpb" - }, - { - "name": "Pecheneg", - "code": "xpc" - }, - { - "name": "Oyster Bay Tasmanian", - "code": "xpd" - }, - { - "name": "Liberia Kpelle", - "code": "xpe" - }, - { - "name": "Nuenonne", - "code": "xpf" - }, - { - "name": "Southeast Tasmanian", - "code": "xpf" - }, - { - "name": "Phrygian", - "code": "xpg" - }, - { - "name": "North Midlands Tasmanian", - "code": "xph" - }, - { - "name": "Tyerrenoterpanner", - "code": "xph" - }, - { - "name": "Pictish", - "code": "xpi" - }, - { - "name": "Mpalitjanh", - "code": "xpj" - }, - { - "name": "Kulina Pano", - "code": "xpk" - }, - { - "name": "Port Sorell Tasmanian", - "code": "xpl" - }, - { - "name": "Pumpokol", - "code": "xpm" - }, - { - "name": "Kapinawá", - "code": "xpn" - }, - { - "name": "Pochutec", - "code": "xpo" - }, - { - "name": "Puyo-Paekche", - "code": "xpp" - }, - { - "name": "Mohegan-Pequot", - "code": "xpq" - }, - { - "name": "Parthian", - "code": "xpr" - }, - { - "name": "Pisidian", - "code": "xps" - }, - { - "name": "Punthamara", - "code": "xpt" - }, - { - "name": "Punic", - "code": "xpu" - }, - { - "name": "Northern Tasmanian", - "code": "xpv" - }, - { - "name": "Tommeginne", - "code": "xpv" - }, - { - "name": "Northwestern Tasmanian", - "code": "xpw" - }, - { - "name": "Peerapper", - "code": "xpw" - }, - { - "name": "Southwestern Tasmanian", - "code": "xpx" - }, - { - "name": "Toogee", - "code": "xpx" - }, - { - "name": "Puyo", - "code": "xpy" - }, - { - "name": "Bruny Island Tasmanian", - "code": "xpz" - }, - { - "name": "Karakhanid", - "code": "xqa" - }, - { - "name": "Qatabanian", - "code": "xqt" - }, - { - "name": "Krahô", - "code": "xra" - }, - { - "name": "Eastern Karaboro", - "code": "xrb" - }, - { - "name": "Gundungurra", - "code": "xrd" - }, - { - "name": "Kreye", - "code": "xre" - }, - { - "name": "Minang", - "code": "xrg" - }, - { - "name": "Krikati-Timbira", - "code": "xri" - }, - { - "name": "Armazic", - "code": "xrm" - }, - { - "name": "Arin", - "code": "xrn" - }, - { - "name": "Raetic", - "code": "xrr" - }, - { - "name": "Aranama-Tamique", - "code": "xrt" - }, - { - "name": "Marriammu", - "code": "xru" - }, - { - "name": "Karawa", - "code": "xrw" - }, - { - "name": "Sabaean", - "code": "xsa" - }, - { - "name": "Sambal", - "code": "xsb" - }, - { - "name": "Scythian", - "code": "xsc" - }, - { - "name": "Sidetic", - "code": "xsd" - }, - { - "name": "Sempan", - "code": "xse" - }, - { - "name": "Shamang", - "code": "xsh" - }, - { - "name": "Sio", - "code": "xsi" - }, - { - "name": "Subi", - "code": "xsj" - }, - { - "name": "South Slavey", - "code": "xsl" - }, - { - "name": "Kasem", - "code": "xsm" - }, - { - "name": "Sanga (Nigeria)", - "code": "xsn" - }, - { - "name": "Solano", - "code": "xso" - }, - { - "name": "Silopi", - "code": "xsp" - }, - { - "name": "Makhuwa-Saka", - "code": "xsq" - }, - { - "name": "Sherpa", - "code": "xsr" - }, - { - "name": "Assan", - "code": "xss" - }, - { - "name": "Sanumá", - "code": "xsu" - }, - { - "name": "Sudovian", - "code": "xsv" - }, - { - "name": "Saisiyat", - "code": "xsy" - }, - { - "name": "Alcozauca Mixtec", - "code": "xta" - }, - { - "name": "Chazumba Mixtec", - "code": "xtb" - }, - { - "name": "Katcha-Kadugli-Miri", - "code": "xtc" - }, - { - "name": "Diuxi-Tilantongo Mixtec", - "code": "xtd" - }, - { - "name": "Ketengban", - "code": "xte" - }, - { - "name": "Transalpine Gaulish", - "code": "xtg" - }, - { - "name": "Yitha Yitha", - "code": "xth" - }, - { - "name": "Sinicahua Mixtec", - "code": "xti" - }, - { - "name": "San Juan Teita Mixtec", - "code": "xtj" - }, - { - "name": "Tijaltepec Mixtec", - "code": "xtl" - }, - { - "name": "Magdalena Peñasco Mixtec", - "code": "xtm" - }, - { - "name": "Northern Tlaxiaco Mixtec", - "code": "xtn" - }, - { - "name": "Tokharian A", - "code": "xto" - }, - { - "name": "San Miguel Piedras Mixtec", - "code": "xtp" - }, - { - "name": "Tumshuqese", - "code": "xtq" - }, - { - "name": "Early Tripuri", - "code": "xtr" - }, - { - "name": "Sindihui Mixtec", - "code": "xts" - }, - { - "name": "Tacahua Mixtec", - "code": "xtt" - }, - { - "name": "Cuyamecalco Mixtec", - "code": "xtu" - }, - { - "name": "Thawa", - "code": "xtv" - }, - { - "name": "Tawandê", - "code": "xtw" - }, - { - "name": "Yoloxochitl Mixtec", - "code": "xty" - }, - { - "name": "Alu Kurumba", - "code": "xua" - }, - { - "name": "Betta Kurumba", - "code": "xub" - }, - { - "name": "Umiida", - "code": "xud" - }, - { - "name": "Kunigami", - "code": "xug" - }, - { - "name": "Jennu Kurumba", - "code": "xuj" - }, - { - "name": "Ngunawal", - "code": "xul" - }, - { - "name": "Nunukul", - "code": "xul" - }, - { - "name": "Umbrian", - "code": "xum" - }, - { - "name": "Unggaranggu", - "code": "xun" - }, - { - "name": "Kuo", - "code": "xuo" - }, - { - "name": "Upper Umpqua", - "code": "xup" - }, - { - "name": "Urartian", - "code": "xur" - }, - { - "name": "Kuthant", - "code": "xut" - }, - { - "name": "Khwedam", - "code": "xuu" - }, - { - "name": "Kxoe", - "code": "xuu" - }, - { - "name": "Venetic", - "code": "xve" - }, - { - "name": "Kamviri", - "code": "xvi" - }, - { - "name": "Vandalic", - "code": "xvn" - }, - { - "name": "Volscian", - "code": "xvo" - }, - { - "name": "Vestinian", - "code": "xvs" - }, - { - "name": "Kwaza", - "code": "xwa" - }, - { - "name": "Woccon", - "code": "xwc" - }, - { - "name": "Wadi Wadi", - "code": "xwd" - }, - { - "name": "Xwela Gbe", - "code": "xwe" - }, - { - "name": "Kwegu", - "code": "xwg" - }, - { - "name": "Wajuk", - "code": "xwj" - }, - { - "name": "Wangkumara", - "code": "xwk" - }, - { - "name": "Western Xwla Gbe", - "code": "xwl" - }, - { - "name": "Written Oirat", - "code": "xwo" - }, - { - "name": "Kwerba Mamberamo", - "code": "xwr" - }, - { - "name": "Wotjobaluk", - "code": "xwt" - }, - { - "name": "Wemba Wemba", - "code": "xww" - }, - { - "name": "Boro (Ghana)", - "code": "xxb" - }, - { - "name": "Ke'o", - "code": "xxk" - }, - { - "name": "Minkin", - "code": "xxm" - }, - { - "name": "Koropó", - "code": "xxr" - }, - { - "name": "Tambora", - "code": "xxt" - }, - { - "name": "Yaygir", - "code": "xya" - }, - { - "name": "Yandjibara", - "code": "xyb" - }, - { - "name": "Mayi-Yapi", - "code": "xyj" - }, - { - "name": "Mayi-Kulan", - "code": "xyk" - }, - { - "name": "Yalakalore", - "code": "xyl" - }, - { - "name": "Mayi-Thakurti", - "code": "xyt" - }, - { - "name": "Yorta Yorta", - "code": "xyy" - }, - { - "name": "Zhang-Zhung", - "code": "xzh" - }, - { - "name": "Zemgalian", - "code": "xzm" - }, - { - "name": "Ancient Zapotec", - "code": "xzp" - }, - { - "name": "Yaminahua", - "code": "yaa" - }, - { - "name": "Yuhup", - "code": "yab" - }, - { - "name": "Pass Valley Yali", - "code": "yac" - }, - { - "name": "Yagua", - "code": "yad" - }, - { - "name": "Pumé", - "code": "yae" - }, - { - "name": "Yaka (Democratic Republic of Congo)", - "code": "yaf" - }, - { - "name": "Yámana", - "code": "yag" - }, - { - "name": "Yazgulyam", - "code": "yah" - }, - { - "name": "Yagnobi", - "code": "yai" - }, - { - "name": "Banda-Yangere", - "code": "yaj" - }, - { - "name": "Yakama", - "code": "yak" - }, - { - "name": "Yalunka", - "code": "yal" - }, - { - "name": "Yamba", - "code": "yam" - }, - { - "name": "Mayangna", - "code": "yan" - }, - { - "name": "Yao", - "code": "yao" - }, - { - "name": "Yapese", - "code": "yap" - }, - { - "name": "Yaqui", - "code": "yaq" - }, - { - "name": "Yabarana", - "code": "yar" - }, - { - "name": "Nugunu (Cameroon)", - "code": "yas" - }, - { - "name": "Yambeta", - "code": "yat" - }, - { - "name": "Yuwana", - "code": "yau" - }, - { - "name": "Yangben", - "code": "yav" - }, - { - "name": "Yawalapití", - "code": "yaw" - }, - { - "name": "Yauma", - "code": "yax" - }, - { - "name": "Agwagwune", - "code": "yay" - }, - { - "name": "Lokaa", - "code": "yaz" - }, - { - "name": "Yala", - "code": "yba" - }, - { - "name": "Yemba", - "code": "ybb" - }, - { - "name": "West Yugur", - "code": "ybe" - }, - { - "name": "Yakha", - "code": "ybh" - }, - { - "name": "Yamphu", - "code": "ybi" - }, - { - "name": "Hasha", - "code": "ybj" - }, - { - "name": "Bokha", - "code": "ybk" - }, - { - "name": "Yukuben", - "code": "ybl" - }, - { - "name": "Yaben", - "code": "ybm" - }, - { - "name": "Yabaâna", - "code": "ybn" - }, - { - "name": "Yabong", - "code": "ybo" - }, - { - "name": "Yawiyo", - "code": "ybx" - }, - { - "name": "Yaweyuha", - "code": "yby" - }, - { - "name": "Chesu", - "code": "ych" - }, - { - "name": "Lolopo", - "code": "ycl" - }, - { - "name": "Yucuna", - "code": "ycn" - }, - { - "name": "Chepya", - "code": "ycp" - }, - { - "name": "Yanda", - "code": "yda" - }, - { - "name": "Eastern Yiddish", - "code": "ydd" - }, - { - "name": "Yangum Dey", - "code": "yde" - }, - { - "name": "Yidgha", - "code": "ydg" - }, - { - "name": "Yoidik", - "code": "ydk" - }, - { - "name": "Ravula", - "code": "yea" - }, - { - "name": "Yeniche", - "code": "yec" - }, - { - "name": "Yimas", - "code": "yee" - }, - { - "name": "Yeni", - "code": "yei" - }, - { - "name": "Yevanic", - "code": "yej" - }, - { - "name": "Yela", - "code": "yel" - }, - { - "name": "Tarok", - "code": "yer" - }, - { - "name": "Nyankpa", - "code": "yes" - }, - { - "name": "Yetfa", - "code": "yet" - }, - { - "name": "Yerukula", - "code": "yeu" - }, - { - "name": "Yapunda", - "code": "yev" - }, - { - "name": "Yeyi", - "code": "yey" - }, - { - "name": "Malyangapa", - "code": "yga" - }, - { - "name": "Yiningayi", - "code": "ygi" - }, - { - "name": "Yangum Gel", - "code": "ygl" - }, - { - "name": "Yagomi", - "code": "ygm" - }, - { - "name": "Gepo", - "code": "ygp" - }, - { - "name": "Yagaria", - "code": "ygr" - }, - { - "name": "Yolŋu Sign Language", - "code": "ygs" - }, - { - "name": "Yugul", - "code": "ygu" - }, - { - "name": "Yagwoia", - "code": "ygw" - }, - { - "name": "Baha Buyang", - "code": "yha" - }, - { - "name": "Judeo-Iraqi Arabic", - "code": "yhd" - }, - { - "name": "Hlepho Phowa", - "code": "yhl" - }, - { - "name": "Yan-nhaŋu Sign Language", - "code": "yhs" - }, - { - "name": "Yinggarda", - "code": "yia" - }, - { - "name": "Yiddish", - "code": "yid" - }, - { - "name": "Ache", - "code": "yif" - }, - { - "name": "Wusa Nasu", - "code": "yig" - }, - { - "name": "Western Yiddish", - "code": "yih" - }, - { - "name": "Yidiny", - "code": "yii" - }, - { - "name": "Yindjibarndi", - "code": "yij" - }, - { - "name": "Dongshanba Lalo", - "code": "yik" - }, - { - "name": "Yindjilandji", - "code": "yil" - }, - { - "name": "Yimchungru Naga", - "code": "yim" - }, - { - "name": "Riang Lai", - "code": "yin" - }, - { - "name": "Yinchia", - "code": "yin" - }, - { - "name": "Pholo", - "code": "yip" - }, - { - "name": "Miqie", - "code": "yiq" - }, - { - "name": "North Awyu", - "code": "yir" - }, - { - "name": "Yis", - "code": "yis" - }, - { - "name": "Eastern Lalu", - "code": "yit" - }, - { - "name": "Awu", - "code": "yiu" - }, - { - "name": "Northern Nisu", - "code": "yiv" - }, - { - "name": "Axi Yi", - "code": "yix" - }, - { - "name": "Azhe", - "code": "yiz" - }, - { - "name": "Yakan", - "code": "yka" - }, - { - "name": "Northern Yukaghir", - "code": "ykg" - }, - { - "name": "Yoke", - "code": "yki" - }, - { - "name": "Yakaikeke", - "code": "ykk" - }, - { - "name": "Khlula", - "code": "ykl" - }, - { - "name": "Kap", - "code": "ykm" - }, - { - "name": "Kua-nsi", - "code": "ykn" - }, - { - "name": "Yasa", - "code": "yko" - }, - { - "name": "Yekora", - "code": "ykr" - }, - { - "name": "Kathu", - "code": "ykt" - }, - { - "name": "Kuamasi", - "code": "yku" - }, - { - "name": "Yakoma", - "code": "yky" - }, - { - "name": "Yaul", - "code": "yla" - }, - { - "name": "Yaleba", - "code": "ylb" - }, - { - "name": "Yele", - "code": "yle" - }, - { - "name": "Yelogu", - "code": "ylg" - }, - { - "name": "Angguruk Yali", - "code": "yli" - }, - { - "name": "Yil", - "code": "yll" - }, - { - "name": "Limi", - "code": "ylm" - }, - { - "name": "Langnian Buyang", - "code": "yln" - }, - { - "name": "Naluo Yi", - "code": "ylo" - }, - { - "name": "Yalarnnga", - "code": "ylr" - }, - { - "name": "Aribwaung", - "code": "ylu" - }, - { - "name": "Nyâlayu", - "code": "yly" - }, - { - "name": "Nyelâyu", - "code": "yly" - }, - { - "name": "Yambes", - "code": "ymb" - }, - { - "name": "Southern Muji", - "code": "ymc" - }, - { - "name": "Muda", - "code": "ymd" - }, - { - "name": "Yameo", - "code": "yme" - }, - { - "name": "Yamongeri", - "code": "ymg" - }, - { - "name": "Mili", - "code": "ymh" - }, - { - "name": "Moji", - "code": "ymi" - }, - { - "name": "Makwe", - "code": "ymk" - }, - { - "name": "Iamalele", - "code": "yml" - }, - { - "name": "Maay", - "code": "ymm" - }, - { - "name": "Sunum", - "code": "ymn" - }, - { - "name": "Yamna", - "code": "ymn" - }, - { - "name": "Yangum Mon", - "code": "ymo" - }, - { - "name": "Yamap", - "code": "ymp" - }, - { - "name": "Qila Muji", - "code": "ymq" - }, - { - "name": "Malasar", - "code": "ymr" - }, - { - "name": "Mysian", - "code": "yms" - }, - { - "name": "Northern Muji", - "code": "ymx" - }, - { - "name": "Muzi", - "code": "ymz" - }, - { - "name": "Aluo", - "code": "yna" - }, - { - "name": "Yandruwandha", - "code": "ynd" - }, - { - "name": "Lang'e", - "code": "yne" - }, - { - "name": "Yango", - "code": "yng" - }, - { - "name": "Naukan Yupik", - "code": "ynk" - }, - { - "name": "Yangulam", - "code": "ynl" - }, - { - "name": "Yana", - "code": "ynn" - }, - { - "name": "Yong", - "code": "yno" - }, - { - "name": "Yendang", - "code": "ynq" - }, - { - "name": "Yansi", - "code": "yns" - }, - { - "name": "Yahuna", - "code": "ynu" - }, - { - "name": "Yoba", - "code": "yob" - }, - { - "name": "Yogad", - "code": "yog" - }, - { - "name": "Yonaguni", - "code": "yoi" - }, - { - "name": "Yokuts", - "code": "yok" - }, - { - "name": "Yola", - "code": "yol" - }, - { - "name": "Yombe", - "code": "yom" - }, - { - "name": "Yongkom", - "code": "yon" - }, - { - "name": "Yoruba", - "code": "yor" - }, - { - "name": "Yotti", - "code": "yot" - }, - { - "name": "Yoron", - "code": "yox" - }, - { - "name": "Yoy", - "code": "yoy" - }, - { - "name": "Phala", - "code": "ypa" - }, - { - "name": "Labo Phowa", - "code": "ypb" - }, - { - "name": "Phola", - "code": "ypg" - }, - { - "name": "Phupha", - "code": "yph" - }, - { - "name": "Phuma", - "code": "ypm" - }, - { - "name": "Ani Phowa", - "code": "ypn" - }, - { - "name": "Alo Phola", - "code": "ypo" - }, - { - "name": "Phupa", - "code": "ypp" - }, - { - "name": "Phuza", - "code": "ypz" - }, - { - "name": "Yerakai", - "code": "yra" - }, - { - "name": "Yareba", - "code": "yrb" - }, - { - "name": "Yaouré", - "code": "yre" - }, - { - "name": "Nenets", - "code": "yrk" - }, - { - "name": "Nhengatu", - "code": "yrl" - }, - { - "name": "Yirrk-Mel", - "code": "yrm" - }, - { - "name": "Yerong", - "code": "yrn" - }, - { - "name": "Yaroamë", - "code": "yro" - }, - { - "name": "Yarsun", - "code": "yrs" - }, - { - "name": "Yarawata", - "code": "yrw" - }, - { - "name": "Yarluyandi", - "code": "yry" - }, - { - "name": "Yassic", - "code": "ysc" - }, - { - "name": "Samatao", - "code": "ysd" - }, - { - "name": "Sonaga", - "code": "ysg" - }, - { - "name": "Yugoslavian Sign Language", - "code": "ysl" - }, - { - "name": "Myanmar Sign Language", - "code": "ysm" - }, - { - "name": "Sani", - "code": "ysn" - }, - { - "name": "Nisi (China)", - "code": "yso" - }, - { - "name": "Southern Lolopo", - "code": "ysp" - }, - { - "name": "Sirenik Yupik", - "code": "ysr" - }, - { - "name": "Yessan-Mayo", - "code": "yss" - }, - { - "name": "Sanie", - "code": "ysy" - }, - { - "name": "Talu", - "code": "yta" - }, - { - "name": "Tanglang", - "code": "ytl" - }, - { - "name": "Thopho", - "code": "ytp" - }, - { - "name": "Yout Wam", - "code": "ytw" - }, - { - "name": "Yatay", - "code": "yty" - }, - { - "name": "Yucatec Maya", - "code": "yua" - }, - { - "name": "Yucateco", - "code": "yua" - }, - { - "name": "Yugambal", - "code": "yub" - }, - { - "name": "Yuchi", - "code": "yuc" - }, - { - "name": "Judeo-Tripolitanian Arabic", - "code": "yud" - }, - { - "name": "Yue Chinese", - "code": "yue" - }, - { - "name": "Havasupai-Walapai-Yavapai", - "code": "yuf" - }, - { - "name": "Yug", - "code": "yug" - }, - { - "name": "Yurutí", - "code": "yui" - }, - { - "name": "Karkar-Yuri", - "code": "yuj" - }, - { - "name": "Yuki", - "code": "yuk" - }, - { - "name": "Yulu", - "code": "yul" - }, - { - "name": "Quechan", - "code": "yum" - }, - { - "name": "Bena (Nigeria)", - "code": "yun" - }, - { - "name": "Yukpa", - "code": "yup" - }, - { - "name": "Yuqui", - "code": "yuq" - }, - { - "name": "Yurok", - "code": "yur" - }, - { - "name": "Yopno", - "code": "yut" - }, - { - "name": "Yau (Morobe Province)", - "code": "yuw" - }, - { - "name": "Southern Yukaghir", - "code": "yux" - }, - { - "name": "East Yugur", - "code": "yuy" - }, - { - "name": "Yuracare", - "code": "yuz" - }, - { - "name": "Yawa", - "code": "yva" - }, - { - "name": "Yavitero", - "code": "yvt" - }, - { - "name": "Kalou", - "code": "ywa" - }, - { - "name": "Yinhawangka", - "code": "ywg" - }, - { - "name": "Western Lalu", - "code": "ywl" - }, - { - "name": "Yawanawa", - "code": "ywn" - }, - { - "name": "Wuding-Luquan Yi", - "code": "ywq" - }, - { - "name": "Yawuru", - "code": "ywr" - }, - { - "name": "Central Lalo", - "code": "ywt" - }, - { - "name": "Xishanba Lalo", - "code": "ywt" - }, - { - "name": "Wumeng Nasu", - "code": "ywu" - }, - { - "name": "Yawarawarga", - "code": "yww" - }, - { - "name": "Mayawali", - "code": "yxa" - }, - { - "name": "Yagara", - "code": "yxg" - }, - { - "name": "Yardliyawarra", - "code": "yxl" - }, - { - "name": "Yinwum", - "code": "yxm" - }, - { - "name": "Yuyu", - "code": "yxu" - }, - { - "name": "Yabula Yabula", - "code": "yxy" - }, - { - "name": "Yir Yoront", - "code": "yyr" - }, - { - "name": "Yau (Sandaun Province)", - "code": "yyu" - }, - { - "name": "Ayizi", - "code": "yyz" - }, - { - "name": "E'ma Buyang", - "code": "yzg" - }, - { - "name": "Zokhuo", - "code": "yzk" - }, - { - "name": "Sierra de Juárez Zapotec", - "code": "zaa" - }, - { - "name": "San Juan Guelavía Zapotec", - "code": "zab" - }, - { - "name": "Western Tlacolula Valley Zapotec", - "code": "zab" - }, - { - "name": "Ocotlán Zapotec", - "code": "zac" - }, - { - "name": "Cajonos Zapotec", - "code": "zad" - }, - { - "name": "Yareni Zapotec", - "code": "zae" - }, - { - "name": "Ayoquesco Zapotec", - "code": "zaf" - }, - { - "name": "Zaghawa", - "code": "zag" - }, - { - "name": "Zangwal", - "code": "zah" - }, - { - "name": "Isthmus Zapotec", - "code": "zai" - }, - { - "name": "Zaramo", - "code": "zaj" - }, - { - "name": "Zanaki", - "code": "zak" - }, - { - "name": "Zauzou", - "code": "zal" - }, - { - "name": "Miahuatlán Zapotec", - "code": "zam" - }, - { - "name": "Ozolotepec Zapotec", - "code": "zao" - }, - { - "name": "Zapotec", - "code": "zap" - }, - { - "name": "Aloápam Zapotec", - "code": "zaq" - }, - { - "name": "Rincón Zapotec", - "code": "zar" - }, - { - "name": "Santo Domingo Albarradas Zapotec", - "code": "zas" - }, - { - "name": "Tabaa Zapotec", - "code": "zat" - }, - { - "name": "Zangskari", - "code": "zau" - }, - { - "name": "Yatzachi Zapotec", - "code": "zav" - }, - { - "name": "Mitla Zapotec", - "code": "zaw" - }, - { - "name": "Xadani Zapotec", - "code": "zax" - }, - { - "name": "Zaysete", - "code": "zay" - }, - { - "name": "Zayse-Zergulla", - "code": "zay" - }, - { - "name": "Zari", - "code": "zaz" - }, - { - "name": "Balaibalan", - "code": "zba" - }, - { - "name": "Central Berawan", - "code": "zbc" - }, - { - "name": "East Berawan", - "code": "zbe" - }, - { - "name": "Bliss", - "code": "zbl" - }, - { - "name": "Blissymbolics", - "code": "zbl" - }, - { - "name": "Blissymbols", - "code": "zbl" - }, - { - "name": "Batui", - "code": "zbt" - }, - { - "name": "Bu (Bauchi State)", - "code": "zbu" - }, - { - "name": "West Berawan", - "code": "zbw" - }, - { - "name": "Coatecas Altas Zapotec", - "code": "zca" - }, - { - "name": "Central Hongshuihe Zhuang", - "code": "zch" - }, - { - "name": "Ngazidja Comorian", - "code": "zdj" - }, - { - "name": "Zeeuws", - "code": "zea" - }, - { - "name": "Zenag", - "code": "zeg" - }, - { - "name": "Eastern Hongshuihe Zhuang", - "code": "zeh" - }, - { - "name": "Zenaga", - "code": "zen" - }, - { - "name": "Kinga", - "code": "zga" - }, - { - "name": "Guibei Zhuang", - "code": "zgb" - }, - { - "name": "Standard Moroccan Tamazight", - "code": "zgh" - }, - { - "name": "Minz Zhuang", - "code": "zgm" - }, - { - "name": "Guibian Zhuang", - "code": "zgn" - }, - { - "name": "Magori", - "code": "zgr" - }, - { - "name": "Chuang", - "code": "zha" - }, - { - "name": "Zhuang", - "code": "zha" - }, - { - "name": "Zhaba", - "code": "zhb" - }, - { - "name": "Dai Zhuang", - "code": "zhd" - }, - { - "name": "Zhire", - "code": "zhi" - }, - { - "name": "Nong Zhuang", - "code": "zhn" - }, - { - "name": "Chinese", - "code": "zho" - }, - { - "name": "Zhoa", - "code": "zhw" - }, - { - "name": "Zia", - "code": "zia" - }, - { - "name": "Zimbabwe Sign Language", - "code": "zib" - }, - { - "name": "Zimakani", - "code": "zik" - }, - { - "name": "Zialo", - "code": "zil" - }, - { - "name": "Mesme", - "code": "zim" - }, - { - "name": "Zinza", - "code": "zin" - }, - { - "name": "Zigula", - "code": "ziw" - }, - { - "name": "Zizilivakan", - "code": "ziz" - }, - { - "name": "Kaimbulawa", - "code": "zka" - }, - { - "name": "Koibal", - "code": "zkb" - }, - { - "name": "Kadu", - "code": "zkd" - }, - { - "name": "Koguryo", - "code": "zkg" - }, - { - "name": "Khorezmian", - "code": "zkh" - }, - { - "name": "Karankawa", - "code": "zkk" - }, - { - "name": "Kanan", - "code": "zkn" - }, - { - "name": "Kott", - "code": "zko" - }, - { - "name": "São Paulo Kaingáng", - "code": "zkp" - }, - { - "name": "Zakhring", - "code": "zkr" - }, - { - "name": "Kitan", - "code": "zkt" - }, - { - "name": "Kaurna", - "code": "zku" - }, - { - "name": "Krevinian", - "code": "zkv" - }, - { - "name": "Khazar", - "code": "zkz" - }, - { - "name": "Zula", - "code": "zla" - }, - { - "name": "Liujiang Zhuang", - "code": "zlj" - }, - { - "name": "Malay (individual language)", - "code": "zlm" - }, - { - "name": "Lianshan Zhuang", - "code": "zln" - }, - { - "name": "Liuqian Zhuang", - "code": "zlq" - }, - { - "name": "Manda (Australia)", - "code": "zma" - }, - { - "name": "Zimba", - "code": "zmb" - }, - { - "name": "Margany", - "code": "zmc" - }, - { - "name": "Maridan", - "code": "zmd" - }, - { - "name": "Mangerr", - "code": "zme" - }, - { - "name": "Mfinu", - "code": "zmf" - }, - { - "name": "Marti Ke", - "code": "zmg" - }, - { - "name": "Makolkol", - "code": "zmh" - }, - { - "name": "Negeri Sembilan Malay", - "code": "zmi" - }, - { - "name": "Maridjabin", - "code": "zmj" - }, - { - "name": "Mandandanyi", - "code": "zmk" - }, - { - "name": "Matngala", - "code": "zml" - }, - { - "name": "Marimanindji", - "code": "zmm" - }, - { - "name": "Marramaninyshi", - "code": "zmm" - }, - { - "name": "Mbangwe", - "code": "zmn" - }, - { - "name": "Molo", - "code": "zmo" - }, - { - "name": "Mpuono", - "code": "zmp" - }, - { - "name": "Mituku", - "code": "zmq" - }, - { - "name": "Maranunggu", - "code": "zmr" - }, - { - "name": "Mbesa", - "code": "zms" - }, - { - "name": "Maringarr", - "code": "zmt" - }, - { - "name": "Muruwari", - "code": "zmu" - }, - { - "name": "Mbariman-Gudhinma", - "code": "zmv" - }, - { - "name": "Mbo (Democratic Republic of Congo)", - "code": "zmw" - }, - { - "name": "Bomitaba", - "code": "zmx" - }, - { - "name": "Mariyedi", - "code": "zmy" - }, - { - "name": "Mbandja", - "code": "zmz" - }, - { - "name": "Zan Gula", - "code": "zna" - }, - { - "name": "Zande (individual language)", - "code": "zne" - }, - { - "name": "Mang", - "code": "zng" - }, - { - "name": "Manangkari", - "code": "znk" - }, - { - "name": "Mangas", - "code": "zns" - }, - { - "name": "Copainalá Zoque", - "code": "zoc" - }, - { - "name": "Chimalapa Zoque", - "code": "zoh" - }, - { - "name": "Zou", - "code": "zom" - }, - { - "name": "Asunción Mixtepec Zapotec", - "code": "zoo" - }, - { - "name": "Tabasco Zoque", - "code": "zoq" - }, - { - "name": "Rayón Zoque", - "code": "zor" - }, - { - "name": "Francisco León Zoque", - "code": "zos" - }, - { - "name": "Lachiguiri Zapotec", - "code": "zpa" - }, - { - "name": "Yautepec Zapotec", - "code": "zpb" - }, - { - "name": "Choapan Zapotec", - "code": "zpc" - }, - { - "name": "Southeastern Ixtlán Zapotec", - "code": "zpd" - }, - { - "name": "Petapa Zapotec", - "code": "zpe" - }, - { - "name": "San Pedro Quiatoni Zapotec", - "code": "zpf" - }, - { - "name": "Guevea De Humboldt Zapotec", - "code": "zpg" - }, - { - "name": "Totomachapan Zapotec", - "code": "zph" - }, - { - "name": "Santa María Quiegolani Zapotec", - "code": "zpi" - }, - { - "name": "Quiavicuzas Zapotec", - "code": "zpj" - }, - { - "name": "Tlacolulita Zapotec", - "code": "zpk" - }, - { - "name": "Lachixío Zapotec", - "code": "zpl" - }, - { - "name": "Mixtepec Zapotec", - "code": "zpm" - }, - { - "name": "Santa Inés Yatzechi Zapotec", - "code": "zpn" - }, - { - "name": "Amatlán Zapotec", - "code": "zpo" - }, - { - "name": "El Alto Zapotec", - "code": "zpp" - }, - { - "name": "Zoogocho Zapotec", - "code": "zpq" - }, - { - "name": "Santiago Xanica Zapotec", - "code": "zpr" - }, - { - "name": "Coatlán Zapotec", - "code": "zps" - }, - { - "name": "San Vicente Coatlán Zapotec", - "code": "zpt" - }, - { - "name": "Yalálag Zapotec", - "code": "zpu" - }, - { - "name": "Chichicapan Zapotec", - "code": "zpv" - }, - { - "name": "Zaniza Zapotec", - "code": "zpw" - }, - { - "name": "San Baltazar Loxicha Zapotec", - "code": "zpx" - }, - { - "name": "Mazaltepec Zapotec", - "code": "zpy" - }, - { - "name": "Texmelucan Zapotec", - "code": "zpz" - }, - { - "name": "Qiubei Zhuang", - "code": "zqe" - }, - { - "name": "Kara (Korea)", - "code": "zra" - }, - { - "name": "Mirgan", - "code": "zrg" - }, - { - "name": "Zerenkel", - "code": "zrn" - }, - { - "name": "Záparo", - "code": "zro" - }, - { - "name": "Zarphatic", - "code": "zrp" - }, - { - "name": "Mairasi", - "code": "zrs" - }, - { - "name": "Sarasira", - "code": "zsa" - }, - { - "name": "Kaskean", - "code": "zsk" - }, - { - "name": "Zambian Sign Language", - "code": "zsl" - }, - { - "name": "Standard Malay", - "code": "zsm" - }, - { - "name": "Southern Rincon Zapotec", - "code": "zsr" - }, - { - "name": "Sukurum", - "code": "zsu" - }, - { - "name": "Elotepec Zapotec", - "code": "zte" - }, - { - "name": "Xanaguía Zapotec", - "code": "ztg" - }, - { - "name": "Lapaguía-Guivini Zapotec", - "code": "ztl" - }, - { - "name": "San Agustín Mixtepec Zapotec", - "code": "ztm" - }, - { - "name": "Santa Catarina Albarradas Zapotec", - "code": "ztn" - }, - { - "name": "Loxicha Zapotec", - "code": "ztp" - }, - { - "name": "Quioquitani-Quierí Zapotec", - "code": "ztq" - }, - { - "name": "Tilquiapan Zapotec", - "code": "zts" - }, - { - "name": "Tejalapan Zapotec", - "code": "ztt" - }, - { - "name": "Güilá Zapotec", - "code": "ztu" - }, - { - "name": "Zaachila Zapotec", - "code": "ztx" - }, - { - "name": "Yatee Zapotec", - "code": "zty" - }, - { - "name": "Zeem", - "code": "zua" - }, - { - "name": "Tokano", - "code": "zuh" - }, - { - "name": "Zulu", - "code": "zul" - }, - { - "name": "Kumzari", - "code": "zum" - }, - { - "name": "Zuni", - "code": "zun" - }, - { - "name": "Zumaya", - "code": "zuy" - }, - { - "name": "Zay", - "code": "zwa" - }, - { - "name": "No linguistic content", - "code": "zxx" - }, - { - "name": "Not applicable", - "code": "zxx" - }, - { - "name": "Yongbei Zhuang", - "code": "zyb" - }, - { - "name": "Yang Zhuang", - "code": "zyg" - }, - { - "name": "Youjiang Zhuang", - "code": "zyj" - }, - { - "name": "Yongnan Zhuang", - "code": "zyn" - }, - { - "name": "Zyphe Chin", - "code": "zyp" - }, - { - "name": "Dimili", - "code": "zza" - }, - { - "name": "Dimli (macrolanguage)", - "code": "zza" - }, - { - "name": "Kirdki", - "code": "zza" - }, - { - "name": "Kirmanjki (macrolanguage)", - "code": "zza" - }, - { - "name": "Zaza", - "code": "zza" - }, - { - "name": "Zazaki", - "code": "zza" - }, - { - "name": "Zuojiang Zhuang", - "code": "zzj" - } -] diff --git a/scripts/data/regions.json b/scripts/data/regions.json deleted file mode 100644 index 64a7bd121..000000000 --- a/scripts/data/regions.json +++ /dev/null @@ -1,1094 +0,0 @@ -{ - "AFR": { - "name": "Africa", - "code": "AFR", - "country_codes": [ - "AO", - "BF", - "BI", - "BJ", - "BW", - "CD", - "CF", - "CG", - "CI", - "CM", - "CV", - "DJ", - "DZ", - "EG", - "EH", - "ER", - "ET", - "GA", - "GH", - "GM", - "GN", - "GQ", - "GW", - "KE", - "KM", - "LR", - "LS", - "LY", - "MA", - "MG", - "ML", - "MR", - "MU", - "MW", - "MZ", - "NA", - "NE", - "NG", - "RE", - "RW", - "SC", - "SD", - "SH", - "SL", - "SN", - "SO", - "SS", - "ST", - "SZ", - "TD", - "TF", - "TG", - "TN", - "TZ", - "UG", - "YT", - "ZA", - "ZM", - "ZW" - ] - }, - "AMER": { - "name": "Americas", - "code": "AMER", - "country_codes": [ - "AG", - "AI", - "AR", - "AW", - "BB", - "BL", - "BM", - "BO", - "BR", - "BS", - "BV", - "BZ", - "CA", - "CL", - "CO", - "CR", - "CU", - "CW", - "DM", - "DO", - "EC", - "FK", - "GD", - "GF", - "GL", - "GP", - "GS", - "GT", - "GY", - "HN", - "HT", - "JM", - "KN", - "KY", - "LC", - "MF", - "MQ", - "MS", - "MX", - "NI", - "PA", - "PE", - "PM", - "PR", - "PY", - "SR", - "SV", - "SX", - "TC", - "TT", - "US", - "UY", - "VC", - "VE", - "VG", - "VI" - ] - }, - "APAC": { - "name": "Asia-Pacific", - "code": "APAC", - "country_codes": [ - "AF", - "AS", - "AU", - "BD", - "BN", - "BT", - "CK", - "CN", - "FJ", - "FM", - "GU", - "ID", - "IN", - "JP", - "KH", - "KI", - "KP", - "KR", - "LA", - "LK", - "MH", - "MM", - "MN", - "MP", - "MV", - "MY", - "NC", - "NF", - "NP", - "NR", - "NU", - "NZ", - "PF", - "PG", - "PH", - "PK", - "PN", - "PW", - "SB", - "SG", - "TH", - "TK", - "TL", - "TO", - "TV", - "TW", - "VN", - "VU", - "WF", - "WS" - ] - }, - "ARAB": { - "name": "Arab world", - "code": "ARAB", - "country_codes": [ - "AE", - "BH", - "DJ", - "DZ", - "EG", - "IQ", - "JO", - "KM", - "KW", - "LB", - "LY", - "MA", - "MR", - "OM", - "PS", - "QA", - "SA", - "SD", - "SO", - "SY", - "TN", - "YE" - ] - }, - "ASIA": { - "name": "Asia", - "code": "ASIA", - "country_codes": [ - "AE", - "AF", - "AM", - "AZ", - "BD", - "BH", - "BN", - "BT", - "CN", - "CY", - "GE", - "ID", - "IL", - "IN", - "IQ", - "IR", - "JO", - "JP", - "KG", - "KH", - "KP", - "KR", - "KW", - "KZ", - "LA", - "LB", - "LK", - "MM", - "MN", - "MV", - "MY", - "NP", - "OM", - "PH", - "PK", - "PS", - "QA", - "RU", - "SA", - "SG", - "SY", - "TH", - "TJ", - "TL", - "TM", - "TR", - "TW", - "UZ", - "VN", - "YE" - ] - }, - "CARIB": { - "name": "Caribbean", - "code": "CARIB", - "country_codes": [ - "AG", - "AI", - "AW", - "BB", - "BL", - "BS", - "CU", - "CW", - "DM", - "DO", - "GD", - "GP", - "HT", - "JM", - "KN", - "KY", - "LC", - "MF", - "MQ", - "MS", - "PR", - "SX", - "TC", - "TT", - "VC", - "VG", - "VI" - ] - }, - "CAS": { - "name": "Central Asia", - "code": "CAS", - "country_codes": ["KG", "KZ", "TJ", "TM", "UZ"] - }, - "CIS": { - "name": "Commonwealth of Independent States", - "code": "CIS", - "country_codes": ["AM", "AZ", "BY", "KG", "KZ", "MD", "RU", "TJ", "UZ"] - }, - "EMEA": { - "name": "Europe, the Middle East and Africa", - "code": "EMEA", - "country_codes": [ - "AD", - "AE", - "AL", - "AM", - "AO", - "AT", - "AZ", - "BA", - "BE", - "BF", - "BG", - "BH", - "BI", - "BJ", - "BW", - "BY", - "CD", - "CF", - "CG", - "CH", - "CI", - "CM", - "CV", - "CY", - "CZ", - "DE", - "DJ", - "DK", - "DZ", - "EE", - "EG", - "EH", - "ER", - "ES", - "ET", - "FI", - "FR", - "GA", - "GE", - "GH", - "GM", - "GN", - "GQ", - "GR", - "GW", - "HR", - "HU", - "IE", - "IQ", - "IR", - "IS", - "IT", - "JO", - "KE", - "KM", - "KW", - "KZ", - "LB", - "LI", - "LR", - "LS", - "LT", - "LU", - "LV", - "LY", - "MA", - "MC", - "MD", - "ME", - "MG", - "MK", - "ML", - "MR", - "MT", - "MU", - "MW", - "MZ", - "NA", - "NE", - "NG", - "NL", - "NO", - "OM", - "PL", - "PS", - "PT", - "QA", - "RE", - "RO", - "RS", - "RU", - "RW", - "SA", - "SC", - "SD", - "SE", - "SH", - "SI", - "SK", - "SL", - "SM", - "SN", - "SO", - "SS", - "ST", - "SY", - "SZ", - "TD", - "TF", - "TG", - "TN", - "TR", - "TZ", - "UA", - "UG", - "UK", - "VA", - "YE", - "YT", - "ZA", - "ZM", - "ZW" - ] - }, - "EUR": { - "name": "Europe", - "code": "EUR", - "country_codes": [ - "AD", - "AL", - "AM", - "AT", - "AZ", - "BA", - "BE", - "BG", - "BY", - "CH", - "CY", - "CZ", - "DE", - "DK", - "EE", - "ES", - "FI", - "FR", - "GE", - "GR", - "HR", - "HU", - "IE", - "IS", - "IT", - "KZ", - "LI", - "LT", - "LU", - "LV", - "MC", - "MD", - "ME", - "MK", - "MT", - "NL", - "NO", - "PL", - "PT", - "RO", - "RS", - "RU", - "SE", - "SI", - "SK", - "SM", - "TR", - "UA", - "UK", - "VA" - ] - }, - "HISPAM": { - "name": "Hispanic America", - "code": "HISPAM", - "country_codes": [ - "AR", - "BO", - "CL", - "CO", - "CR", - "CU", - "DO", - "EC", - "GT", - "HN", - "MX", - "NI", - "PA", - "PE", - "PR", - "PY", - "SV", - "UY", - "VE" - ] - }, - "LAC": { - "name": "Latin America and the Caribbean", - "code": "LAC", - "country_codes": [ - "AG", - "AI", - "AR", - "AW", - "BB", - "BL", - "BO", - "BR", - "BS", - "CL", - "CO", - "CR", - "CU", - "CW", - "DM", - "DO", - "EC", - "GD", - "GF", - "GP", - "GT", - "HN", - "HT", - "JM", - "KN", - "KY", - "LC", - "MF", - "MQ", - "MS", - "MX", - "NI", - "PA", - "PE", - "PR", - "PY", - "SV", - "SX", - "TC", - "TT", - "UY", - "VC", - "VE", - "VG", - "VI" - ] - }, - "LATAM": { - "name": "Latin America", - "code": "LATAM", - "country_codes": [ - "AR", - "BL", - "BO", - "BR", - "CL", - "CO", - "CR", - "CU", - "DO", - "EC", - "GF", - "GP", - "GT", - "HN", - "HT", - "MF", - "MQ", - "MX", - "NI", - "PA", - "PE", - "PR", - "PY", - "SV", - "UY", - "VE" - ] - }, - "MAGHREB": { - "name": "Maghreb", - "code": "MAGHREB", - "country_codes": ["DZ", "LY", "MA", "MR", "TN"] - }, - "MENA": { - "name": "Middle East and North Africa", - "code": "MENA", - "country_codes": [ - "AE", - "BH", - "CY", - "DJ", - "DZ", - "EG", - "EH", - "IL", - "IQ", - "IR", - "JO", - "KW", - "LB", - "LY", - "MA", - "OM", - "PS", - "QA", - "SA", - "SD", - "SY", - "TN", - "TR", - "YE" - ] - }, - "MIDEAST": { - "name": "Middle East", - "code": "MIDEAST", - "country_codes": [ - "AE", - "BH", - "CY", - "EG", - "IL", - "IQ", - "IR", - "JO", - "KW", - "LB", - "OM", - "PS", - "QA", - "SA", - "SY", - "TR", - "YE" - ] - }, - "NAM": { - "name": "Northern America", - "code": "NAM", - "country_codes": [ - "BM", - "CA", - "GL", - "PM", - "US" - ] - }, - "NORAM": { - "name": "North America", - "code": "NORAM", - "country_codes": [ - "AG", - "AI", - "AW", - "BB", - "BL", - "BM", - "BS", - "BZ", - "CA", - "CR", - "CU", - "CW", - "DM", - "DO", - "GD", - "GL", - "GP", - "GT", - "HN", - "HT", - "JM", - "KN", - "KY", - "LC", - "MF", - "MQ", - "MS", - "MX", - "NI", - "PA", - "PM", - "PR", - "SV", - "SX", - "TC", - "TT", - "US", - "VC", - "VG", - "VI" - ] - }, - "NORD": { - "name": "Nordics", - "code": "NORD", - "country_codes": ["AX", "DK", "FO", "FI", "IS", "NO", "SE"] - }, - "OCE": { - "name": "Oceania", - "code": "OCE", - "country_codes": [ - "AS", - "AU", - "CK", - "FJ", - "FM", - "GU", - "KI", - "MH", - "MP", - "NC", - "NF", - "NR", - "NU", - "NZ", - "PF", - "PG", - "PN", - "PW", - "SB", - "TK", - "TO", - "TV", - "VU", - "WF", - "WS" - ] - }, - "SAS": { - "name": "South Asia", - "code": "SAS", - "country_codes": ["AF", "BD", "BT", "IN", "LK", "MV", "NP", "PK"] - }, - "SSA": { - "name": "Sub-Saharan Africa", - "code": "SSA", - "country_codes": [ - "AO", - "BF", - "BI", - "BJ", - "BW", - "CD", - "CF", - "CG", - "CI", - "CM", - "CV", - "DJ", - "ER", - "ET", - "GA", - "GH", - "GM", - "GN", - "GQ", - "GW", - "KE", - "KM", - "LR", - "LS", - "MG", - "ML", - "MR", - "MU", - "MW", - "MZ", - "NA", - "NE", - "NG", - "RW", - "SC", - "SD", - "SL", - "SN", - "SO", - "SS", - "ST", - "SZ", - "TD", - "TG", - "TZ", - "UG", - "ZA", - "ZM", - "ZW" - ] - }, - "WAFR": { - "name": "West Africa", - "code": "WAFR", - "country_codes": [ - "BF", - "BJ", - "CI", - "CV", - "GH", - "GM", - "GN", - "GW", - "LR", - "ML", - "MR", - "NE", - "NG", - "SH", - "SL", - "SN", - "TG" - ] - }, - "INT": { - "name": "Worldwide", - "code": "INT", - "country_codes": [ - "AD", - "AE", - "AF", - "AG", - "AI", - "AL", - "AM", - "AO", - "AQ", - "AR", - "AS", - "AT", - "AU", - "AW", - "AX", - "AZ", - "BA", - "BB", - "BD", - "BE", - "BF", - "BG", - "BH", - "BI", - "BJ", - "BL", - "BM", - "BN", - "BO", - "BQ", - "BR", - "BS", - "BT", - "BV", - "BW", - "BY", - "BZ", - "CA", - "CC", - "CD", - "CF", - "CG", - "CH", - "CI", - "CK", - "CL", - "CM", - "CN", - "CO", - "CR", - "CU", - "CV", - "CW", - "CX", - "CY", - "CZ", - "DE", - "DJ", - "DK", - "DM", - "DO", - "DZ", - "EC", - "EE", - "EG", - "EH", - "ER", - "ES", - "ET", - "FI", - "FJ", - "FK", - "FM", - "FO", - "FR", - "GA", - "UK", - "GD", - "GE", - "GF", - "GG", - "GH", - "GI", - "GL", - "GM", - "GN", - "GP", - "GQ", - "GR", - "GS", - "GT", - "GU", - "GW", - "GY", - "HK", - "HM", - "HN", - "HR", - "HT", - "HU", - "ID", - "IE", - "IL", - "IM", - "IN", - "IO", - "IQ", - "IR", - "IS", - "IT", - "JE", - "JM", - "JO", - "JP", - "KE", - "KG", - "KH", - "KI", - "KM", - "KN", - "KP", - "KR", - "KW", - "KY", - "KZ", - "LA", - "LB", - "LC", - "LI", - "LK", - "LR", - "LS", - "LT", - "LU", - "LV", - "LY", - "MA", - "MC", - "MD", - "ME", - "MF", - "MG", - "MH", - "MK", - "ML", - "MM", - "MN", - "MO", - "MP", - "MQ", - "MR", - "MS", - "MT", - "MU", - "MV", - "MW", - "MX", - "MY", - "MZ", - "NA", - "NC", - "NE", - "NF", - "NG", - "NI", - "NL", - "NO", - "NP", - "NR", - "NU", - "NZ", - "OM", - "PA", - "PE", - "PF", - "PG", - "PH", - "PK", - "PL", - "PM", - "PN", - "PR", - "PS", - "PT", - "PW", - "PY", - "QA", - "RE", - "RO", - "RS", - "RU", - "RW", - "SA", - "SB", - "SC", - "SD", - "SE", - "SG", - "SH", - "SI", - "SJ", - "SK", - "SL", - "SM", - "SN", - "SO", - "SR", - "SS", - "ST", - "SV", - "SX", - "SY", - "SZ", - "TC", - "TD", - "TF", - "TG", - "TH", - "TJ", - "TK", - "TL", - "TM", - "TN", - "TO", - "TR", - "TT", - "TV", - "TW", - "TZ", - "UA", - "UG", - "UM", - "US", - "UY", - "UZ", - "VA", - "VC", - "VE", - "VG", - "VI", - "VN", - "VU", - "WF", - "WS", - "XK", - "YE", - "YT", - "ZA", - "ZM", -"ZW" - ] - } -} diff --git a/scripts/data/statuses.json b/scripts/data/statuses.json deleted file mode 100644 index 8e96c1409..000000000 --- a/scripts/data/statuses.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "online": { - "label": "", - "code": "online", - "level": 1 - }, - "geo_blocked": { - "label": "Geo-blocked", - "code": "geo_blocked", - "level": 2 - }, - "not_247": { - "label": "Not 24/7", - "code": "not_247", - "level": 3 - }, - "timeout": { - "label": "Timeout", - "code": "timeout", - "level": 4 - }, - "offline": { - "label": "Offline", - "code": "offline", - "level": 5 - } -} diff --git a/scripts/generators/categories.js b/scripts/generators/categories.js new file mode 100644 index 000000000..abbfc0cd1 --- /dev/null +++ b/scripts/generators/categories.js @@ -0,0 +1,18 @@ +const api = require('../core/api') +const _ = require('lodash') + +module.exports = async function (streams = []) { + await api.categories.load() + const categories = await api.categories.all() + + const output = [] + for (const category of categories) { + let items = _.filter(streams, { categories: [{ id: category.id }] }) + output.push({ filepath: `categories/${category.id}.m3u`, items }) + } + + let items = _.filter(streams, stream => !stream.categories.length) + output.push({ filepath: 'categories/undefined.m3u', items }) + + return output +} diff --git a/scripts/generators/countries.js b/scripts/generators/countries.js new file mode 100644 index 000000000..58d08b6f9 --- /dev/null +++ b/scripts/generators/countries.js @@ -0,0 +1,30 @@ +const api = require('../core/api') +const _ = require('lodash') + +module.exports = async function (streams = []) { + streams = _.filter(streams, stream => stream.is_nsfw === false) + + await api.countries.load() + const countries = await api.countries.all() + await api.regions.load() + const regions = await api.regions.all() + + const output = [] + for (const country of countries) { + const countryAreaCodes = _.filter(regions, { countries: [country.code] }).map( + r => `r/${r.code}` + ) + countryAreaCodes.push(`c/${country.code}`) + + let items = _.filter(streams, stream => { + return _.intersection(stream.broadcast_area, countryAreaCodes).length + }) + + output.push({ filepath: `countries/${country.code.toLowerCase()}.m3u`, items }) + } + + let items = _.filter(streams, stream => !stream.broadcast_area.length) + output.push({ filepath: 'countries/undefined.m3u', items }) + + return output +} diff --git a/scripts/generators/index.js b/scripts/generators/index.js new file mode 100644 index 000000000..50e75cfeb --- /dev/null +++ b/scripts/generators/index.js @@ -0,0 +1,10 @@ +exports.categories = require('./categories') +exports.countries = require('./countries') +exports.languages = require('./languages') +exports.regions = require('./regions') +exports.index_m3u = require('./index_m3u') +exports.index_nsfw_m3u = require('./index_nsfw_m3u') +exports.index_category_m3u = require('./index_category_m3u') +exports.index_country_m3u = require('./index_country_m3u') +exports.index_language_m3u = require('./index_language_m3u') +exports.index_region_m3u = require('./index_region_m3u') diff --git a/scripts/generators/index_category_m3u.js b/scripts/generators/index_category_m3u.js new file mode 100644 index 000000000..3ee1ce156 --- /dev/null +++ b/scripts/generators/index_category_m3u.js @@ -0,0 +1,32 @@ +const _ = require('lodash') + +module.exports = async function (streams = []) { + streams = _.filter(streams, stream => stream.is_nsfw === false) + + let items = [] + streams.forEach(stream => { + if (!stream.categories.length) { + const item = _.cloneDeep(stream) + item.group_title = 'Undefined' + items.push(item) + + return + } + + stream.categories + .filter(c => c) + .forEach(category => { + const item = _.cloneDeep(stream) + item.group_title = category.name + items.push(item) + }) + }) + + items = _.sortBy(items, item => { + if (item.group_title === 'Undefined') return '' + + return item.group_title + }) + + return { filepath: 'index.category.m3u', items } +} diff --git a/scripts/generators/index_country_m3u.js b/scripts/generators/index_country_m3u.js new file mode 100644 index 000000000..7f06ae84f --- /dev/null +++ b/scripts/generators/index_country_m3u.js @@ -0,0 +1,63 @@ +const api = require('../core/api') +const _ = require('lodash') + +module.exports = async function (streams = []) { + streams = _.filter(streams, stream => stream.is_nsfw === false) + + await api.regions.load() + let regions = await api.regions.all() + regions = _.keyBy(regions, 'code') + + await api.countries.load() + let countries = await api.countries.all() + countries = _.keyBy(countries, 'code') + + let items = [] + streams.forEach(stream => { + if (!stream.broadcast_area.length) { + const item = _.cloneDeep(stream) + item.group_title = 'Undefined' + items.push(item) + return + } + + getBroadcastCountries(stream, { countries, regions }).forEach(country => { + const item = _.cloneDeep(stream) + item.group_title = country.name + items.push(item) + }) + }) + + items = _.sortBy(items, item => { + if (item.group_title === 'Undefined') return '' + + return item.group_title + }) + + return { filepath: 'index.country.m3u', items } +} + +function getBroadcastCountries(stream, { countries, regions }) { + let codes = stream.broadcast_area.reduce((acc, item) => { + const [type, code] = item.split('/') + switch (type) { + case 'c': + acc.push(code) + break + case 'r': + if (regions[code]) { + acc = acc.concat(regions[code].countries) + } + break + case 's': + const [c] = item.split('-') + acc.push(c) + break + } + return acc + }, []) + + codes = _.uniq(codes) + + return codes.map(code => countries[code]).filter(c => c) +} diff --git a/scripts/generators/index_language_m3u.js b/scripts/generators/index_language_m3u.js new file mode 100644 index 000000000..a8bbd8d61 --- /dev/null +++ b/scripts/generators/index_language_m3u.js @@ -0,0 +1,29 @@ +const _ = require('lodash') + +module.exports = async function (streams = []) { + streams = _.filter(streams, stream => stream.is_nsfw === false) + + let items = [] + streams.forEach(stream => { + if (!stream.languages.length) { + const item = _.cloneDeep(stream) + item.group_title = 'Undefined' + items.push(stream) + return + } + + stream.languages.forEach(language => { + const item = _.cloneDeep(stream) + item.group_title = language.name + items.push(item) + }) + }) + + items = _.sortBy(items, i => { + if (i.group_title === 'Undefined') return '' + + return i.group_title + }) + + return { filepath: 'index.language.m3u', items } +} diff --git a/scripts/generators/index_m3u.js b/scripts/generators/index_m3u.js new file mode 100644 index 000000000..b236051a4 --- /dev/null +++ b/scripts/generators/index_m3u.js @@ -0,0 +1,7 @@ +const api = require('../core/api') +const _ = require('lodash') + +module.exports = async function (streams = []) { + streams = _.filter(streams, stream => stream.is_nsfw === false) + return { filepath: 'index.m3u', items: streams } +} diff --git a/scripts/generators/index_nsfw_m3u.js b/scripts/generators/index_nsfw_m3u.js new file mode 100644 index 000000000..a46fec24c --- /dev/null +++ b/scripts/generators/index_nsfw_m3u.js @@ -0,0 +1,6 @@ +const api = require('../core/api') +const _ = require('lodash') + +module.exports = async function (streams = []) { + return { filepath: 'index.nsfw.m3u', items: streams } +} diff --git a/scripts/generators/index_region_m3u.js b/scripts/generators/index_region_m3u.js new file mode 100644 index 000000000..e1d32a8b6 --- /dev/null +++ b/scripts/generators/index_region_m3u.js @@ -0,0 +1,57 @@ +const api = require('../core/api') +const _ = require('lodash') + +module.exports = async function (streams = []) { + streams = _.filter(streams, stream => stream.is_nsfw === false) + + await api.regions.load() + let regions = await api.regions.all() + regions = _.keyBy(regions, 'code') + + let items = [] + streams.forEach(stream => { + if (!stream.broadcast_area.length) { + const item = _.cloneDeep(stream) + item.group_title = 'Undefined' + items.push(item) + return + } + + getChannelRegions(stream, { regions }).forEach(region => { + const item = _.cloneDeep(stream) + item.group_title = region.name + items.push(item) + }) + }) + + items = _.sortBy(items, i => { + if (i.group_title === 'Undefined') return '' + + return i.group_title + }) + + return { filepath: 'index.region.m3u', items } +} + +function getChannelRegions(stream, { regions }) { + return stream.broadcast_area + .reduce((acc, item) => { + const [type, code] = item.split('/') + switch (type) { + case 'r': + acc.push(regions[code]) + break + case 's': + const [c] = item.split('-') + const r1 = _.filter(regions, { countries: [c] }) + acc = acc.concat(r1) + break + case 'c': + const r2 = _.filter(regions, { countries: [code] }) + acc = acc.concat(r2) + break + } + return acc + }, []) + .filter(i => i) +} diff --git a/scripts/generators/languages.js b/scripts/generators/languages.js new file mode 100644 index 000000000..9edb426e3 --- /dev/null +++ b/scripts/generators/languages.js @@ -0,0 +1,25 @@ +const _ = require('lodash') + +module.exports = async function (streams = []) { + streams = _.filter(streams, stream => stream.is_nsfw === false) + + let languages = [] + streams.forEach(stream => { + languages = languages.concat(stream.languages) + }) + languages = _.uniqBy(languages, 'code') + languages = _.sortBy(languages, 'name') + + const output = [] + for (const language of languages) { + let items = _.filter(streams, { languages: [{ code: language.code }] }) + if (items.length) { + output.push({ filepath: `languages/${language.code}.m3u`, items }) + } + } + + let items = _.filter(streams, stream => !stream.languages.length) + output.push({ filepath: 'languages/undefined.m3u', items }) + + return output +} diff --git a/scripts/generators/regions.js b/scripts/generators/regions.js new file mode 100644 index 000000000..61cc62144 --- /dev/null +++ b/scripts/generators/regions.js @@ -0,0 +1,23 @@ +const api = require('../core/api') +const _ = require('lodash') + +module.exports = async function (streams = []) { + streams = _.filter(streams, stream => stream.is_nsfw === false) + + await api.regions.load() + const regions = await api.regions.all() + + const output = [] + for (const region of regions) { + const areaCodes = region.countries.map(code => `c/${code}`) + areaCodes.push(`r/${region.code}`) + + let items = _.filter(streams, stream => _.intersection(stream.broadcast_area, areaCodes).length) + output.push({ filepath: `regions/${region.code.toLowerCase()}.m3u`, items }) + } + + let items = _.filter(streams, stream => !stream.broadcast_area.length) + output.push({ filepath: 'regions/undefined.m3u', items }) + + return output +} diff --git a/scripts/store/getters/group_title.js b/scripts/store/getters/group_title.js index ddae6ef2b..38592828c 100644 --- a/scripts/store/getters/group_title.js +++ b/scripts/store/getters/group_title.js @@ -1,12 +1,13 @@ module.exports = function () { if (this.group_title) return this.group_title - if (Array.isArray(this.categories)) { + if (this.categories.length) { return this.categories - .map(i => i.name) + .filter(c => c) + .map(category => category.name) .sort() .join(';') } - return '' + return 'Undefined' } diff --git a/scripts/store/getters/index.js b/scripts/store/getters/index.js index df20631e0..8a1c3fa51 100644 --- a/scripts/store/getters/index.js +++ b/scripts/store/getters/index.js @@ -1,7 +1,5 @@ exports.group_title = require('./group_title') -exports.title = require('./title') -exports.tvg_country = require('./tvg_country') exports.tvg_id = require('./tvg_id') -exports.tvg_language = require('./tvg_language') exports.tvg_logo = require('./tvg_logo') -exports.tvg_url = require('./tvg_url') +exports.tvg_country = require('./tvg_country') +exports.tvg_language = require('./tvg_language') diff --git a/scripts/store/getters/title.js b/scripts/store/getters/title.js deleted file mode 100644 index 7dc8304a6..000000000 --- a/scripts/store/getters/title.js +++ /dev/null @@ -1,13 +0,0 @@ -module.exports = function () { - let title = this.name - - if (this.resolution.height) { - title += ` (${this.resolution.height}p)` - } - - if (this.status.label) { - title += ` [${this.status.label}]` - } - - return title -} diff --git a/scripts/store/getters/tvg_country.js b/scripts/store/getters/tvg_country.js index 7865e26b3..dd2f2c3cc 100644 --- a/scripts/store/getters/tvg_country.js +++ b/scripts/store/getters/tvg_country.js @@ -1,5 +1,16 @@ module.exports = function () { if (this.tvg_country) return this.tvg_country - return Array.isArray(this.countries) ? this.countries.map(i => i.code).join(';') : '' + if (this.broadcast_area.length) { + return this.broadcast_area + .map(item => { + const [_, code] = item.split('/') + return code + }) + .filter(i => i) + .sort() + .join(';') + } + + return '' } diff --git a/scripts/store/getters/tvg_id.js b/scripts/store/getters/tvg_id.js index 6b362cefe..2cd3fda83 100644 --- a/scripts/store/getters/tvg_id.js +++ b/scripts/store/getters/tvg_id.js @@ -1,3 +1,3 @@ module.exports = function () { - return this.id || '' + return this.channel || '' } diff --git a/scripts/store/getters/tvg_language.js b/scripts/store/getters/tvg_language.js index 2ad39c7fe..a9b60a161 100644 --- a/scripts/store/getters/tvg_language.js +++ b/scripts/store/getters/tvg_language.js @@ -1,3 +1,13 @@ module.exports = function () { - return Array.isArray(this.languages) ? this.languages.map(i => i.name).join(';') : '' + if (this.tvg_language) return this.tvg_language + + if (this.languages.length) { + return this.languages + .map(language => (language ? language.name : null)) + .filter(l => l) + .sort() + .join(';') + } + + return '' } diff --git a/scripts/store/getters/tvg_logo.js b/scripts/store/getters/tvg_logo.js index e5d62bc9d..7067ddabd 100644 --- a/scripts/store/getters/tvg_logo.js +++ b/scripts/store/getters/tvg_logo.js @@ -1,3 +1,5 @@ module.exports = function () { + if (this.tvg_logo) return this.tvg_logo + return this.logo || '' } diff --git a/scripts/store/getters/tvg_url.js b/scripts/store/getters/tvg_url.js deleted file mode 100644 index 9bd084c78..000000000 --- a/scripts/store/getters/tvg_url.js +++ /dev/null @@ -1,3 +0,0 @@ -module.exports = function () { - return this.guides.length ? this.guides[0] : '' -} diff --git a/scripts/store/setters/categories.js b/scripts/store/setters/categories.js deleted file mode 100644 index 8dc50974b..000000000 --- a/scripts/store/setters/categories.js +++ /dev/null @@ -1,8 +0,0 @@ -const categories = require('../../data/categories') - -module.exports = function ({ group_title }) { - return group_title - .split(';') - .map(i => categories[i.toLowerCase()]) - .filter(i => i) -} diff --git a/scripts/store/setters/channel.js b/scripts/store/setters/channel.js new file mode 100644 index 000000000..5d9c3ea3c --- /dev/null +++ b/scripts/store/setters/channel.js @@ -0,0 +1,3 @@ +module.exports = function ({ channel }) { + return channel || null +} diff --git a/scripts/store/setters/countries.js b/scripts/store/setters/countries.js deleted file mode 100644 index b193911b8..000000000 --- a/scripts/store/setters/countries.js +++ /dev/null @@ -1,25 +0,0 @@ -const dataRegions = require('../../data/regions') -const dataCountries = require('../../data/countries') - -module.exports = function ({ tvg_country, countries = [] }) { - if (tvg_country) { - return tvg_country - .split(';') - .reduce((acc, curr) => { - const region = dataRegions[curr] - if (region) { - for (let code of region.country_codes) { - if (!acc.includes(code)) acc.push(code) - } - } else { - acc.push(curr) - } - - return acc - }, []) - .map(item => dataCountries[item]) - .filter(i => i) - } - - return countries -} diff --git a/scripts/store/setters/guides.js b/scripts/store/setters/guides.js deleted file mode 100644 index 0c0ff7296..000000000 --- a/scripts/store/setters/guides.js +++ /dev/null @@ -1,3 +0,0 @@ -module.exports = function ({ tvg_url, guides = [] }) { - return tvg_url ? [tvg_url] : guides -} diff --git a/scripts/store/setters/http_referrer.js b/scripts/store/setters/http_referrer.js new file mode 100644 index 000000000..fdbb31c46 --- /dev/null +++ b/scripts/store/setters/http_referrer.js @@ -0,0 +1,3 @@ +module.exports = function ({ http_referrer }) { + return http_referrer || null +} diff --git a/scripts/store/setters/index.js b/scripts/store/setters/index.js index 436bea49a..ff02bcce3 100644 --- a/scripts/store/setters/index.js +++ b/scripts/store/setters/index.js @@ -1,12 +1,4 @@ -exports.categories = require('./categories') -exports.countries = require('./countries') -exports.guides = require('./guides') -exports.is_broken = require('./is_broken') -exports.is_nsfw = require('./is_nsfw') -exports.languages = require('./languages') -exports.name = require('./name') -exports.regions = require('./regions') -exports.resolution = require('./resolution') -exports.src_country = require('./src_country') -exports.status = require('./status') exports.url = require('./url') +exports.http_referrer = require('./http_referrer') +exports.user_agent = require('./user_agent') +exports.channel = require('./channel') diff --git a/scripts/store/setters/is_broken.js b/scripts/store/setters/is_broken.js deleted file mode 100644 index cf4cea231..000000000 --- a/scripts/store/setters/is_broken.js +++ /dev/null @@ -1,7 +0,0 @@ -module.exports = function ({ is_broken = false, status }) { - if (status) { - return status.level > 3 ? true : false - } - - return is_broken -} diff --git a/scripts/store/setters/is_nsfw.js b/scripts/store/setters/is_nsfw.js deleted file mode 100644 index 886b850a6..000000000 --- a/scripts/store/setters/is_nsfw.js +++ /dev/null @@ -1,3 +0,0 @@ -module.exports = function ({ categories }) { - return Array.isArray(categories) ? categories.filter(c => c.nsfw).length > 0 : false -} diff --git a/scripts/store/setters/languages.js b/scripts/store/setters/languages.js deleted file mode 100644 index a5ee56dcc..000000000 --- a/scripts/store/setters/languages.js +++ /dev/null @@ -1,12 +0,0 @@ -const langs = require('../../data/languages') - -module.exports = function ({ tvg_language, languages = [] }) { - if (tvg_language) { - return tvg_language - .split(';') - .map(name => langs.find(l => l.name === name)) - .filter(i => i) - } - - return languages -} diff --git a/scripts/store/setters/name.js b/scripts/store/setters/name.js deleted file mode 100644 index d56605337..000000000 --- a/scripts/store/setters/name.js +++ /dev/null @@ -1,10 +0,0 @@ -module.exports = function ({ title }) { - return title - .trim() - .split(' ') - .map(s => s.trim()) - .filter(s => { - return !/\[|\]/i.test(s) && !/\((\d+)P\)/i.test(s) - }) - .join(' ') -} diff --git a/scripts/store/setters/regions.js b/scripts/store/setters/regions.js deleted file mode 100644 index 7016eecd1..000000000 --- a/scripts/store/setters/regions.js +++ /dev/null @@ -1,22 +0,0 @@ -const _ = require('lodash') - -let regions = require('../../data/regions') - -module.exports = function ({ countries }) { - if (!countries.length) return [] - - const output = [] - regions = Object.values(regions) - countries.forEach(country => { - regions - .filter(region => region.country_codes.includes(country.code)) - .forEach(found => { - output.push({ - name: found.name, - code: found.code - }) - }) - }) - - return _.uniqBy(output, 'code') -} diff --git a/scripts/store/setters/resolution.js b/scripts/store/setters/resolution.js deleted file mode 100644 index 1722e6aa2..000000000 --- a/scripts/store/setters/resolution.js +++ /dev/null @@ -1,9 +0,0 @@ -module.exports = function ({ title, resolution = {} }) { - if (title) { - const [_, h] = title.match(/\((\d+)P\)/i) || [null, null] - - return h ? { height: parseInt(h), width: null } : resolution - } - - return resolution -} diff --git a/scripts/store/setters/src_country.js b/scripts/store/setters/src_country.js deleted file mode 100644 index 6eaa9d4d3..000000000 --- a/scripts/store/setters/src_country.js +++ /dev/null @@ -1,13 +0,0 @@ -const { file } = require('../../core') -const countries = require('../../data/countries') - -module.exports = function ({ filepath }) { - if (filepath) { - const basename = file.basename(filepath) - const [_, code] = basename.match(/([a-z]{2})(|_.*)\.m3u/i) || [null, null] - - return code ? countries[code.toUpperCase()] : null - } - - return null -} diff --git a/scripts/store/setters/status.js b/scripts/store/setters/status.js deleted file mode 100644 index 645272134..000000000 --- a/scripts/store/setters/status.js +++ /dev/null @@ -1,11 +0,0 @@ -const statuses = require('../../data/statuses') - -module.exports = function ({ title, status = {} }) { - if (title) { - const [_, label] = title.match(/\[(.*)\]/i) || [null, null] - - return Object.values(statuses).find(s => s.label === label) || statuses['online'] - } - - return status -} diff --git a/scripts/store/setters/user_agent.js b/scripts/store/setters/user_agent.js new file mode 100644 index 000000000..ccc0c0599 --- /dev/null +++ b/scripts/store/setters/user_agent.js @@ -0,0 +1,3 @@ +module.exports = function ({ user_agent }) { + return user_agent || null +} diff --git a/channels/ad.m3u b/streams/ad.m3u similarity index 100% rename from channels/ad.m3u rename to streams/ad.m3u diff --git a/channels/ae.m3u b/streams/ae.m3u similarity index 100% rename from channels/ae.m3u rename to streams/ae.m3u diff --git a/channels/af.m3u b/streams/af.m3u similarity index 100% rename from channels/af.m3u rename to streams/af.m3u diff --git a/channels/ag.m3u b/streams/ag.m3u similarity index 100% rename from channels/ag.m3u rename to streams/ag.m3u diff --git a/channels/al.m3u b/streams/al.m3u similarity index 100% rename from channels/al.m3u rename to streams/al.m3u diff --git a/channels/am.m3u b/streams/am.m3u similarity index 100% rename from channels/am.m3u rename to streams/am.m3u diff --git a/channels/ao.m3u b/streams/ao.m3u similarity index 100% rename from channels/ao.m3u rename to streams/ao.m3u diff --git a/channels/ar.m3u b/streams/ar.m3u similarity index 100% rename from channels/ar.m3u rename to streams/ar.m3u diff --git a/channels/at.m3u b/streams/at.m3u similarity index 100% rename from channels/at.m3u rename to streams/at.m3u diff --git a/channels/at_samsung.m3u b/streams/at_samsung.m3u similarity index 100% rename from channels/at_samsung.m3u rename to streams/at_samsung.m3u diff --git a/channels/au.m3u b/streams/au.m3u similarity index 100% rename from channels/au.m3u rename to streams/au.m3u diff --git a/channels/au_samsung.m3u b/streams/au_samsung.m3u similarity index 100% rename from channels/au_samsung.m3u rename to streams/au_samsung.m3u diff --git a/channels/aw.m3u b/streams/aw.m3u similarity index 100% rename from channels/aw.m3u rename to streams/aw.m3u diff --git a/channels/az.m3u b/streams/az.m3u similarity index 100% rename from channels/az.m3u rename to streams/az.m3u diff --git a/channels/ba.m3u b/streams/ba.m3u similarity index 100% rename from channels/ba.m3u rename to streams/ba.m3u diff --git a/channels/bb.m3u b/streams/bb.m3u similarity index 100% rename from channels/bb.m3u rename to streams/bb.m3u diff --git a/channels/bd.m3u b/streams/bd.m3u similarity index 100% rename from channels/bd.m3u rename to streams/bd.m3u diff --git a/channels/bd_jagobd.m3u b/streams/bd_jagobd.m3u similarity index 100% rename from channels/bd_jagobd.m3u rename to streams/bd_jagobd.m3u diff --git a/channels/be.m3u b/streams/be.m3u similarity index 100% rename from channels/be.m3u rename to streams/be.m3u diff --git a/channels/be_samsung.m3u b/streams/be_samsung.m3u similarity index 100% rename from channels/be_samsung.m3u rename to streams/be_samsung.m3u diff --git a/channels/bf.m3u b/streams/bf.m3u similarity index 100% rename from channels/bf.m3u rename to streams/bf.m3u diff --git a/channels/bg.m3u b/streams/bg.m3u similarity index 100% rename from channels/bg.m3u rename to streams/bg.m3u diff --git a/channels/bh.m3u b/streams/bh.m3u similarity index 100% rename from channels/bh.m3u rename to streams/bh.m3u diff --git a/channels/bj.m3u b/streams/bj.m3u similarity index 100% rename from channels/bj.m3u rename to streams/bj.m3u diff --git a/channels/bn.m3u b/streams/bn.m3u similarity index 100% rename from channels/bn.m3u rename to streams/bn.m3u diff --git a/channels/bo.m3u b/streams/bo.m3u similarity index 100% rename from channels/bo.m3u rename to streams/bo.m3u diff --git a/channels/br.m3u b/streams/br.m3u similarity index 100% rename from channels/br.m3u rename to streams/br.m3u diff --git a/channels/br_pluto.m3u b/streams/br_pluto.m3u similarity index 100% rename from channels/br_pluto.m3u rename to streams/br_pluto.m3u diff --git a/channels/br_samsung.m3u b/streams/br_samsung.m3u similarity index 100% rename from channels/br_samsung.m3u rename to streams/br_samsung.m3u diff --git a/channels/bs.m3u b/streams/bs.m3u similarity index 100% rename from channels/bs.m3u rename to streams/bs.m3u diff --git a/channels/by.m3u b/streams/by.m3u similarity index 100% rename from channels/by.m3u rename to streams/by.m3u diff --git a/channels/by_sluhay.m3u b/streams/by_sluhay.m3u similarity index 100% rename from channels/by_sluhay.m3u rename to streams/by_sluhay.m3u diff --git a/channels/ca.m3u b/streams/ca.m3u similarity index 100% rename from channels/ca.m3u rename to streams/ca.m3u diff --git a/channels/ca_samsung.m3u b/streams/ca_samsung.m3u similarity index 100% rename from channels/ca_samsung.m3u rename to streams/ca_samsung.m3u diff --git a/channels/ca_stingray.m3u b/streams/ca_stingray.m3u similarity index 100% rename from channels/ca_stingray.m3u rename to streams/ca_stingray.m3u diff --git a/channels/cd.m3u b/streams/cd.m3u similarity index 100% rename from channels/cd.m3u rename to streams/cd.m3u diff --git a/channels/cg.m3u b/streams/cg.m3u similarity index 100% rename from channels/cg.m3u rename to streams/cg.m3u diff --git a/channels/ch.m3u b/streams/ch.m3u similarity index 100% rename from channels/ch.m3u rename to streams/ch.m3u diff --git a/channels/ch_samsung.m3u b/streams/ch_samsung.m3u similarity index 100% rename from channels/ch_samsung.m3u rename to streams/ch_samsung.m3u diff --git a/channels/ci.m3u b/streams/ci.m3u similarity index 100% rename from channels/ci.m3u rename to streams/ci.m3u diff --git a/channels/cl.m3u b/streams/cl.m3u similarity index 100% rename from channels/cl.m3u rename to streams/cl.m3u diff --git a/channels/cm.m3u b/streams/cm.m3u similarity index 100% rename from channels/cm.m3u rename to streams/cm.m3u diff --git a/channels/cn.m3u b/streams/cn.m3u similarity index 100% rename from channels/cn.m3u rename to streams/cn.m3u diff --git a/channels/co.m3u b/streams/co.m3u similarity index 100% rename from channels/co.m3u rename to streams/co.m3u diff --git a/channels/cr.m3u b/streams/cr.m3u similarity index 100% rename from channels/cr.m3u rename to streams/cr.m3u diff --git a/channels/cu.m3u b/streams/cu.m3u similarity index 100% rename from channels/cu.m3u rename to streams/cu.m3u diff --git a/channels/cw.m3u b/streams/cw.m3u similarity index 100% rename from channels/cw.m3u rename to streams/cw.m3u diff --git a/channels/cy.m3u b/streams/cy.m3u similarity index 100% rename from channels/cy.m3u rename to streams/cy.m3u diff --git a/channels/cz.m3u b/streams/cz.m3u similarity index 100% rename from channels/cz.m3u rename to streams/cz.m3u diff --git a/channels/de.m3u b/streams/de.m3u similarity index 100% rename from channels/de.m3u rename to streams/de.m3u diff --git a/channels/de_samsung.m3u b/streams/de_samsung.m3u similarity index 100% rename from channels/de_samsung.m3u rename to streams/de_samsung.m3u diff --git a/channels/dk.m3u b/streams/dk.m3u similarity index 100% rename from channels/dk.m3u rename to streams/dk.m3u diff --git a/channels/dk_samsung.m3u b/streams/dk_samsung.m3u similarity index 100% rename from channels/dk_samsung.m3u rename to streams/dk_samsung.m3u diff --git a/channels/do.m3u b/streams/do.m3u similarity index 100% rename from channels/do.m3u rename to streams/do.m3u diff --git a/channels/dz.m3u b/streams/dz.m3u similarity index 100% rename from channels/dz.m3u rename to streams/dz.m3u diff --git a/channels/ec.m3u b/streams/ec.m3u similarity index 100% rename from channels/ec.m3u rename to streams/ec.m3u diff --git a/channels/ee.m3u b/streams/ee.m3u similarity index 100% rename from channels/ee.m3u rename to streams/ee.m3u diff --git a/channels/eg.m3u b/streams/eg.m3u similarity index 100% rename from channels/eg.m3u rename to streams/eg.m3u diff --git a/channels/es.m3u b/streams/es.m3u similarity index 100% rename from channels/es.m3u rename to streams/es.m3u diff --git a/channels/es_rakuten.m3u b/streams/es_rakuten.m3u similarity index 100% rename from channels/es_rakuten.m3u rename to streams/es_rakuten.m3u diff --git a/channels/es_samsung.m3u b/streams/es_samsung.m3u similarity index 100% rename from channels/es_samsung.m3u rename to streams/es_samsung.m3u diff --git a/channels/et.m3u b/streams/et.m3u similarity index 100% rename from channels/et.m3u rename to streams/et.m3u diff --git a/channels/fi.m3u b/streams/fi.m3u similarity index 100% rename from channels/fi.m3u rename to streams/fi.m3u diff --git a/channels/fi_samsung.m3u b/streams/fi_samsung.m3u similarity index 100% rename from channels/fi_samsung.m3u rename to streams/fi_samsung.m3u diff --git a/channels/fj.m3u b/streams/fj.m3u similarity index 100% rename from channels/fj.m3u rename to streams/fj.m3u diff --git a/channels/fo.m3u b/streams/fo.m3u similarity index 100% rename from channels/fo.m3u rename to streams/fo.m3u diff --git a/channels/fr.m3u b/streams/fr.m3u similarity index 100% rename from channels/fr.m3u rename to streams/fr.m3u diff --git a/channels/fr_samsung.m3u b/streams/fr_samsung.m3u similarity index 100% rename from channels/fr_samsung.m3u rename to streams/fr_samsung.m3u diff --git a/channels/ge.m3u b/streams/ge.m3u similarity index 100% rename from channels/ge.m3u rename to streams/ge.m3u diff --git a/channels/gh.m3u b/streams/gh.m3u similarity index 100% rename from channels/gh.m3u rename to streams/gh.m3u diff --git a/channels/gl.m3u b/streams/gl.m3u similarity index 100% rename from channels/gl.m3u rename to streams/gl.m3u diff --git a/channels/gm.m3u b/streams/gm.m3u similarity index 100% rename from channels/gm.m3u rename to streams/gm.m3u diff --git a/channels/gn.m3u b/streams/gn.m3u similarity index 100% rename from channels/gn.m3u rename to streams/gn.m3u diff --git a/channels/gp.m3u b/streams/gp.m3u similarity index 100% rename from channels/gp.m3u rename to streams/gp.m3u diff --git a/channels/gq.m3u b/streams/gq.m3u similarity index 100% rename from channels/gq.m3u rename to streams/gq.m3u diff --git a/channels/gr.m3u b/streams/gr.m3u similarity index 100% rename from channels/gr.m3u rename to streams/gr.m3u diff --git a/channels/gt.m3u b/streams/gt.m3u similarity index 100% rename from channels/gt.m3u rename to streams/gt.m3u diff --git a/channels/hk.m3u b/streams/hk.m3u similarity index 100% rename from channels/hk.m3u rename to streams/hk.m3u diff --git a/channels/hn.m3u b/streams/hn.m3u similarity index 100% rename from channels/hn.m3u rename to streams/hn.m3u diff --git a/channels/hr.m3u b/streams/hr.m3u similarity index 100% rename from channels/hr.m3u rename to streams/hr.m3u diff --git a/channels/ht.m3u b/streams/ht.m3u similarity index 100% rename from channels/ht.m3u rename to streams/ht.m3u diff --git a/channels/hu.m3u b/streams/hu.m3u similarity index 100% rename from channels/hu.m3u rename to streams/hu.m3u diff --git a/channels/id.m3u b/streams/id.m3u similarity index 100% rename from channels/id.m3u rename to streams/id.m3u diff --git a/channels/ie.m3u b/streams/ie.m3u similarity index 100% rename from channels/ie.m3u rename to streams/ie.m3u diff --git a/channels/ie_samsung.m3u b/streams/ie_samsung.m3u similarity index 100% rename from channels/ie_samsung.m3u rename to streams/ie_samsung.m3u diff --git a/channels/il.m3u b/streams/il.m3u similarity index 100% rename from channels/il.m3u rename to streams/il.m3u diff --git a/channels/in.m3u b/streams/in.m3u similarity index 100% rename from channels/in.m3u rename to streams/in.m3u diff --git a/channels/in_samsung.m3u b/streams/in_samsung.m3u similarity index 100% rename from channels/in_samsung.m3u rename to streams/in_samsung.m3u diff --git a/channels/iq.m3u b/streams/iq.m3u similarity index 100% rename from channels/iq.m3u rename to streams/iq.m3u diff --git a/channels/ir.m3u b/streams/ir.m3u similarity index 100% rename from channels/ir.m3u rename to streams/ir.m3u diff --git a/channels/ir_telewebion.m3u b/streams/ir_telewebion.m3u similarity index 100% rename from channels/ir_telewebion.m3u rename to streams/ir_telewebion.m3u diff --git a/channels/is.m3u b/streams/is.m3u similarity index 100% rename from channels/is.m3u rename to streams/is.m3u diff --git a/channels/it.m3u b/streams/it.m3u similarity index 100% rename from channels/it.m3u rename to streams/it.m3u diff --git a/channels/it_samsung.m3u b/streams/it_samsung.m3u similarity index 100% rename from channels/it_samsung.m3u rename to streams/it_samsung.m3u diff --git a/channels/jm.m3u b/streams/jm.m3u similarity index 100% rename from channels/jm.m3u rename to streams/jm.m3u diff --git a/channels/jo.m3u b/streams/jo.m3u similarity index 100% rename from channels/jo.m3u rename to streams/jo.m3u diff --git a/channels/jp.m3u b/streams/jp.m3u similarity index 100% rename from channels/jp.m3u rename to streams/jp.m3u diff --git a/channels/ke.m3u b/streams/ke.m3u similarity index 100% rename from channels/ke.m3u rename to streams/ke.m3u diff --git a/channels/kg.m3u b/streams/kg.m3u similarity index 100% rename from channels/kg.m3u rename to streams/kg.m3u diff --git a/channels/kh.m3u b/streams/kh.m3u similarity index 100% rename from channels/kh.m3u rename to streams/kh.m3u diff --git a/channels/kp.m3u b/streams/kp.m3u similarity index 100% rename from channels/kp.m3u rename to streams/kp.m3u diff --git a/channels/kr.m3u b/streams/kr.m3u similarity index 100% rename from channels/kr.m3u rename to streams/kr.m3u diff --git a/channels/kw.m3u b/streams/kw.m3u similarity index 100% rename from channels/kw.m3u rename to streams/kw.m3u diff --git a/channels/kz.m3u b/streams/kz.m3u similarity index 100% rename from channels/kz.m3u rename to streams/kz.m3u diff --git a/channels/la.m3u b/streams/la.m3u similarity index 100% rename from channels/la.m3u rename to streams/la.m3u diff --git a/channels/lb.m3u b/streams/lb.m3u similarity index 100% rename from channels/lb.m3u rename to streams/lb.m3u diff --git a/channels/li.m3u b/streams/li.m3u similarity index 100% rename from channels/li.m3u rename to streams/li.m3u diff --git a/channels/lk.m3u b/streams/lk.m3u similarity index 100% rename from channels/lk.m3u rename to streams/lk.m3u diff --git a/channels/lt.m3u b/streams/lt.m3u similarity index 100% rename from channels/lt.m3u rename to streams/lt.m3u diff --git a/channels/lu.m3u b/streams/lu.m3u similarity index 100% rename from channels/lu.m3u rename to streams/lu.m3u diff --git a/channels/lu_samsung.m3u b/streams/lu_samsung.m3u similarity index 100% rename from channels/lu_samsung.m3u rename to streams/lu_samsung.m3u diff --git a/channels/lv.m3u b/streams/lv.m3u similarity index 100% rename from channels/lv.m3u rename to streams/lv.m3u diff --git a/channels/ly.m3u b/streams/ly.m3u similarity index 100% rename from channels/ly.m3u rename to streams/ly.m3u diff --git a/channels/ma.m3u b/streams/ma.m3u similarity index 100% rename from channels/ma.m3u rename to streams/ma.m3u diff --git a/channels/mc.m3u b/streams/mc.m3u similarity index 100% rename from channels/mc.m3u rename to streams/mc.m3u diff --git a/channels/md.m3u b/streams/md.m3u similarity index 100% rename from channels/md.m3u rename to streams/md.m3u diff --git a/channels/me.m3u b/streams/me.m3u similarity index 100% rename from channels/me.m3u rename to streams/me.m3u diff --git a/channels/mk.m3u b/streams/mk.m3u similarity index 100% rename from channels/mk.m3u rename to streams/mk.m3u diff --git a/channels/ml.m3u b/streams/ml.m3u similarity index 100% rename from channels/ml.m3u rename to streams/ml.m3u diff --git a/channels/mm.m3u b/streams/mm.m3u similarity index 100% rename from channels/mm.m3u rename to streams/mm.m3u diff --git a/channels/mn.m3u b/streams/mn.m3u similarity index 100% rename from channels/mn.m3u rename to streams/mn.m3u diff --git a/channels/mo.m3u b/streams/mo.m3u similarity index 100% rename from channels/mo.m3u rename to streams/mo.m3u diff --git a/channels/mq.m3u b/streams/mq.m3u similarity index 100% rename from channels/mq.m3u rename to streams/mq.m3u diff --git a/channels/mt.m3u b/streams/mt.m3u similarity index 100% rename from channels/mt.m3u rename to streams/mt.m3u diff --git a/channels/mv.m3u b/streams/mv.m3u similarity index 100% rename from channels/mv.m3u rename to streams/mv.m3u diff --git a/channels/mw.m3u b/streams/mw.m3u similarity index 100% rename from channels/mw.m3u rename to streams/mw.m3u diff --git a/channels/mx.m3u b/streams/mx.m3u similarity index 100% rename from channels/mx.m3u rename to streams/mx.m3u diff --git a/channels/mx_samsung.m3u b/streams/mx_samsung.m3u similarity index 100% rename from channels/mx_samsung.m3u rename to streams/mx_samsung.m3u diff --git a/channels/my.m3u b/streams/my.m3u similarity index 100% rename from channels/my.m3u rename to streams/my.m3u diff --git a/channels/mz.m3u b/streams/mz.m3u similarity index 100% rename from channels/mz.m3u rename to streams/mz.m3u diff --git a/channels/ne.m3u b/streams/ne.m3u similarity index 100% rename from channels/ne.m3u rename to streams/ne.m3u diff --git a/channels/ng.m3u b/streams/ng.m3u similarity index 100% rename from channels/ng.m3u rename to streams/ng.m3u diff --git a/channels/ni.m3u b/streams/ni.m3u similarity index 100% rename from channels/ni.m3u rename to streams/ni.m3u diff --git a/channels/nl.m3u b/streams/nl.m3u similarity index 100% rename from channels/nl.m3u rename to streams/nl.m3u diff --git a/channels/nl_samsung.m3u b/streams/nl_samsung.m3u similarity index 100% rename from channels/nl_samsung.m3u rename to streams/nl_samsung.m3u diff --git a/channels/no.m3u b/streams/no.m3u similarity index 100% rename from channels/no.m3u rename to streams/no.m3u diff --git a/channels/no_samsung.m3u b/streams/no_samsung.m3u similarity index 100% rename from channels/no_samsung.m3u rename to streams/no_samsung.m3u diff --git a/channels/np.m3u b/streams/np.m3u similarity index 100% rename from channels/np.m3u rename to streams/np.m3u diff --git a/channels/nz.m3u b/streams/nz.m3u similarity index 100% rename from channels/nz.m3u rename to streams/nz.m3u diff --git a/channels/om.m3u b/streams/om.m3u similarity index 100% rename from channels/om.m3u rename to streams/om.m3u diff --git a/channels/pa.m3u b/streams/pa.m3u similarity index 100% rename from channels/pa.m3u rename to streams/pa.m3u diff --git a/channels/pe.m3u b/streams/pe.m3u similarity index 100% rename from channels/pe.m3u rename to streams/pe.m3u diff --git a/channels/pf.m3u b/streams/pf.m3u similarity index 100% rename from channels/pf.m3u rename to streams/pf.m3u diff --git a/channels/ph.m3u b/streams/ph.m3u similarity index 100% rename from channels/ph.m3u rename to streams/ph.m3u diff --git a/channels/pk.m3u b/streams/pk.m3u similarity index 100% rename from channels/pk.m3u rename to streams/pk.m3u diff --git a/channels/pl.m3u b/streams/pl.m3u similarity index 100% rename from channels/pl.m3u rename to streams/pl.m3u diff --git a/channels/pr.m3u b/streams/pr.m3u similarity index 100% rename from channels/pr.m3u rename to streams/pr.m3u diff --git a/channels/ps.m3u b/streams/ps.m3u similarity index 100% rename from channels/ps.m3u rename to streams/ps.m3u diff --git a/channels/pt.m3u b/streams/pt.m3u similarity index 100% rename from channels/pt.m3u rename to streams/pt.m3u diff --git a/channels/pt_samsung.m3u b/streams/pt_samsung.m3u similarity index 100% rename from channels/pt_samsung.m3u rename to streams/pt_samsung.m3u diff --git a/channels/py.m3u b/streams/py.m3u similarity index 100% rename from channels/py.m3u rename to streams/py.m3u diff --git a/channels/qa.m3u b/streams/qa.m3u similarity index 100% rename from channels/qa.m3u rename to streams/qa.m3u diff --git a/channels/ro.m3u b/streams/ro.m3u similarity index 100% rename from channels/ro.m3u rename to streams/ro.m3u diff --git a/channels/rs.m3u b/streams/rs.m3u similarity index 100% rename from channels/rs.m3u rename to streams/rs.m3u diff --git a/channels/ru.m3u b/streams/ru.m3u similarity index 100% rename from channels/ru.m3u rename to streams/ru.m3u diff --git a/channels/ru_catcast.m3u b/streams/ru_catcast.m3u similarity index 100% rename from channels/ru_catcast.m3u rename to streams/ru_catcast.m3u diff --git a/channels/ru_okkotv.m3u b/streams/ru_okkotv.m3u similarity index 100% rename from channels/ru_okkotv.m3u rename to streams/ru_okkotv.m3u diff --git a/channels/rw.m3u b/streams/rw.m3u similarity index 100% rename from channels/rw.m3u rename to streams/rw.m3u diff --git a/channels/sa.m3u b/streams/sa.m3u similarity index 100% rename from channels/sa.m3u rename to streams/sa.m3u diff --git a/channels/sd.m3u b/streams/sd.m3u similarity index 100% rename from channels/sd.m3u rename to streams/sd.m3u diff --git a/channels/se.m3u b/streams/se.m3u similarity index 100% rename from channels/se.m3u rename to streams/se.m3u diff --git a/channels/se_samsung.m3u b/streams/se_samsung.m3u similarity index 100% rename from channels/se_samsung.m3u rename to streams/se_samsung.m3u diff --git a/channels/sg.m3u b/streams/sg.m3u similarity index 100% rename from channels/sg.m3u rename to streams/sg.m3u diff --git a/channels/si.m3u b/streams/si.m3u similarity index 100% rename from channels/si.m3u rename to streams/si.m3u diff --git a/channels/sk.m3u b/streams/sk.m3u similarity index 100% rename from channels/sk.m3u rename to streams/sk.m3u diff --git a/channels/sl.m3u b/streams/sl.m3u similarity index 100% rename from channels/sl.m3u rename to streams/sl.m3u diff --git a/channels/sm.m3u b/streams/sm.m3u similarity index 100% rename from channels/sm.m3u rename to streams/sm.m3u diff --git a/channels/sn.m3u b/streams/sn.m3u similarity index 100% rename from channels/sn.m3u rename to streams/sn.m3u diff --git a/channels/so.m3u b/streams/so.m3u similarity index 100% rename from channels/so.m3u rename to streams/so.m3u diff --git a/channels/sv.m3u b/streams/sv.m3u similarity index 100% rename from channels/sv.m3u rename to streams/sv.m3u diff --git a/channels/sy.m3u b/streams/sy.m3u similarity index 100% rename from channels/sy.m3u rename to streams/sy.m3u diff --git a/channels/th.m3u b/streams/th.m3u similarity index 100% rename from channels/th.m3u rename to streams/th.m3u diff --git a/channels/tj.m3u b/streams/tj.m3u similarity index 100% rename from channels/tj.m3u rename to streams/tj.m3u diff --git a/channels/tm.m3u b/streams/tm.m3u similarity index 100% rename from channels/tm.m3u rename to streams/tm.m3u diff --git a/channels/tn.m3u b/streams/tn.m3u similarity index 100% rename from channels/tn.m3u rename to streams/tn.m3u diff --git a/channels/tr.m3u b/streams/tr.m3u similarity index 100% rename from channels/tr.m3u rename to streams/tr.m3u diff --git a/channels/tt.m3u b/streams/tt.m3u similarity index 100% rename from channels/tt.m3u rename to streams/tt.m3u diff --git a/channels/tw.m3u b/streams/tw.m3u similarity index 100% rename from channels/tw.m3u rename to streams/tw.m3u diff --git a/channels/tz.m3u b/streams/tz.m3u similarity index 100% rename from channels/tz.m3u rename to streams/tz.m3u diff --git a/channels/ua.m3u b/streams/ua.m3u similarity index 100% rename from channels/ua.m3u rename to streams/ua.m3u diff --git a/channels/ug.m3u b/streams/ug.m3u similarity index 100% rename from channels/ug.m3u rename to streams/ug.m3u diff --git a/channels/uk.m3u b/streams/uk.m3u similarity index 100% rename from channels/uk.m3u rename to streams/uk.m3u diff --git a/channels/uk_samsung.m3u b/streams/uk_samsung.m3u similarity index 100% rename from channels/uk_samsung.m3u rename to streams/uk_samsung.m3u diff --git a/channels/uk_sportstribal.m3u b/streams/uk_sportstribal.m3u similarity index 100% rename from channels/uk_sportstribal.m3u rename to streams/uk_sportstribal.m3u diff --git a/channels/unsorted.m3u b/streams/unsorted.m3u similarity index 100% rename from channels/unsorted.m3u rename to streams/unsorted.m3u diff --git a/channels/us.m3u b/streams/us.m3u similarity index 100% rename from channels/us.m3u rename to streams/us.m3u diff --git a/channels/us_adultiptv.m3u b/streams/us_adultiptv.m3u similarity index 100% rename from channels/us_adultiptv.m3u rename to streams/us_adultiptv.m3u diff --git a/channels/us_adultswim.m3u b/streams/us_adultswim.m3u similarity index 100% rename from channels/us_adultswim.m3u rename to streams/us_adultswim.m3u diff --git a/channels/us_bumblebee.m3u b/streams/us_bumblebee.m3u similarity index 100% rename from channels/us_bumblebee.m3u rename to streams/us_bumblebee.m3u diff --git a/channels/us_distro.m3u b/streams/us_distro.m3u similarity index 100% rename from channels/us_distro.m3u rename to streams/us_distro.m3u diff --git a/channels/us_filmon.m3u b/streams/us_filmon.m3u similarity index 100% rename from channels/us_filmon.m3u rename to streams/us_filmon.m3u diff --git a/channels/us_fubo.m3u b/streams/us_fubo.m3u similarity index 100% rename from channels/us_fubo.m3u rename to streams/us_fubo.m3u diff --git a/channels/us_glewedtv.m3u b/streams/us_glewedtv.m3u similarity index 100% rename from channels/us_glewedtv.m3u rename to streams/us_glewedtv.m3u diff --git a/channels/us_imdbtv.m3u b/streams/us_imdbtv.m3u similarity index 100% rename from channels/us_imdbtv.m3u rename to streams/us_imdbtv.m3u diff --git a/channels/us_klowdtv.m3u b/streams/us_klowdtv.m3u similarity index 100% rename from channels/us_klowdtv.m3u rename to streams/us_klowdtv.m3u diff --git a/channels/us_localbtv.m3u b/streams/us_localbtv.m3u similarity index 100% rename from channels/us_localbtv.m3u rename to streams/us_localbtv.m3u diff --git a/channels/us_pbs.m3u b/streams/us_pbs.m3u similarity index 100% rename from channels/us_pbs.m3u rename to streams/us_pbs.m3u diff --git a/channels/us_plex.m3u b/streams/us_plex.m3u similarity index 100% rename from channels/us_plex.m3u rename to streams/us_plex.m3u diff --git a/channels/us_pluto.m3u b/streams/us_pluto.m3u similarity index 100% rename from channels/us_pluto.m3u rename to streams/us_pluto.m3u diff --git a/channels/us_redbox.m3u b/streams/us_redbox.m3u similarity index 100% rename from channels/us_redbox.m3u rename to streams/us_redbox.m3u diff --git a/channels/us_redtraffic.m3u b/streams/us_redtraffic.m3u similarity index 100% rename from channels/us_redtraffic.m3u rename to streams/us_redtraffic.m3u diff --git a/channels/us_roku.m3u b/streams/us_roku.m3u similarity index 100% rename from channels/us_roku.m3u rename to streams/us_roku.m3u diff --git a/channels/us_samsung.m3u b/streams/us_samsung.m3u similarity index 100% rename from channels/us_samsung.m3u rename to streams/us_samsung.m3u diff --git a/channels/us_ssh101.m3u b/streams/us_ssh101.m3u similarity index 100% rename from channels/us_ssh101.m3u rename to streams/us_ssh101.m3u diff --git a/channels/us_stirr.m3u b/streams/us_stirr.m3u similarity index 100% rename from channels/us_stirr.m3u rename to streams/us_stirr.m3u diff --git a/channels/us_tcl.m3u b/streams/us_tcl.m3u similarity index 100% rename from channels/us_tcl.m3u rename to streams/us_tcl.m3u diff --git a/channels/us_tubi.m3u b/streams/us_tubi.m3u similarity index 100% rename from channels/us_tubi.m3u rename to streams/us_tubi.m3u diff --git a/channels/us_vizio.m3u b/streams/us_vizio.m3u similarity index 100% rename from channels/us_vizio.m3u rename to streams/us_vizio.m3u diff --git a/channels/us_xumo.m3u b/streams/us_xumo.m3u similarity index 100% rename from channels/us_xumo.m3u rename to streams/us_xumo.m3u diff --git a/channels/uy.m3u b/streams/uy.m3u similarity index 100% rename from channels/uy.m3u rename to streams/uy.m3u diff --git a/channels/uz.m3u b/streams/uz.m3u similarity index 100% rename from channels/uz.m3u rename to streams/uz.m3u diff --git a/channels/va.m3u b/streams/va.m3u similarity index 100% rename from channels/va.m3u rename to streams/va.m3u diff --git a/channels/ve.m3u b/streams/ve.m3u similarity index 100% rename from channels/ve.m3u rename to streams/ve.m3u diff --git a/channels/vn.m3u b/streams/vn.m3u similarity index 100% rename from channels/vn.m3u rename to streams/vn.m3u diff --git a/channels/vn_fptplay.m3u b/streams/vn_fptplay.m3u similarity index 100% rename from channels/vn_fptplay.m3u rename to streams/vn_fptplay.m3u diff --git a/channels/xk.m3u b/streams/xk.m3u similarity index 100% rename from channels/xk.m3u rename to streams/xk.m3u diff --git a/channels/ye.m3u b/streams/ye.m3u similarity index 100% rename from channels/ye.m3u rename to streams/ye.m3u diff --git a/channels/zm.m3u b/streams/zm.m3u similarity index 100% rename from channels/zm.m3u rename to streams/zm.m3u diff --git a/tests/__data__/.gitignore b/tests/__data__/.gitignore index d0dea4f00..9b1960e71 100644 --- a/tests/__data__/.gitignore +++ b/tests/__data__/.gitignore @@ -1,2 +1 @@ -output/ -temp/ \ No newline at end of file +output/ \ No newline at end of file diff --git a/tests/__data__/expected/.api/streams.json b/tests/__data__/expected/.api/streams.json new file mode 100644 index 000000000..216a03eed --- /dev/null +++ b/tests/__data__/expected/.api/streams.json @@ -0,0 +1 @@ +[{"channel":"AndorraTV.ad","url":"https://iptv-all.lanesh4d0w.repl.co/andorra/atv","http_referrer":null,"user_agent":null,"status":"error"},{"channel":"BBCNews.uk","url":"http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8","http_referrer":null,"user_agent":null,"status":"blocked"},{"channel":"BBCNewsHD.ad","url":"https://master.starmena-cloud.com/hls/libyas.m3u8","http_referrer":null,"user_agent":null,"status":"online","width":1024,"height":576,"bitrate":0},{"channel":"KayhanTV.af","url":"http://208.93.117.113/live/Stream1/playlist.m3u8","http_referrer":null,"user_agent":null,"status":"error"},{"channel":"LDPRTV.ru","url":"http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8","http_referrer":null,"user_agent":null,"status":"error"},{"channel":"Sharq.af","url":"https://forerunnerrtmp.livestreamingcdn.com/output18/output18.stream/playlist.m3u8","http_referrer":null,"user_agent":null,"status":"online","width":1280,"height":720,"bitrate":2226543}] \ No newline at end of file diff --git a/tests/__data__/expected/.gh-pages/categories/general.m3u b/tests/__data__/expected/.gh-pages/categories/general.m3u index 6e90aa990..a168206b3 100644 --- a/tests/__data__/expected/.gh-pages/categories/general.m3u +++ b/tests/__data__/expected/.gh-pages/categories/general.m3u @@ -1,3 +1,5 @@ -#EXTM3U x-tvg-url="https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml" -#EXTINF:-1 tvg-id="LDPRTV.ru" tvg-country="RU" tvg-language="Russian" tvg-logo="https://iptvx.one/icn/ldpr-tv.png" group-title="General;Legislative",ЛДПР ТВ (1080p) +#EXTM3U x-tvg-url="https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml,https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml" +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="General;News",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="LDPRTV.ru" tvg-country="RU" tvg-language="Russian" tvg-logo="https://iptvx.one/icn/ldpr-tv.png" group-title="General",ЛДПР ТВ (1080p) http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8 diff --git a/tests/__data__/expected/.gh-pages/categories/legislative.m3u b/tests/__data__/expected/.gh-pages/categories/legislative.m3u index 6e90aa990..275a498ee 100644 --- a/tests/__data__/expected/.gh-pages/categories/legislative.m3u +++ b/tests/__data__/expected/.gh-pages/categories/legislative.m3u @@ -1,3 +1 @@ -#EXTM3U x-tvg-url="https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml" -#EXTINF:-1 tvg-id="LDPRTV.ru" tvg-country="RU" tvg-language="Russian" tvg-logo="https://iptvx.one/icn/ldpr-tv.png" group-title="General;Legislative",ЛДПР ТВ (1080p) -http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8 +#EXTM3U x-tvg-url="" diff --git a/tests/__data__/expected/.gh-pages/categories/news.m3u b/tests/__data__/expected/.gh-pages/categories/news.m3u index c9e8ad6e9..e07769944 100644 --- a/tests/__data__/expected/.gh-pages/categories/news.m3u +++ b/tests/__data__/expected/.gh-pages/categories/news.m3u @@ -1,3 +1,3 @@ -#EXTM3U x-tvg-url="" -#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/eNPIQ9f.png" group-title="News",BBC News HD (720p) [Not 24/7] +#EXTM3U x-tvg-url="https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml" +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="General;News",BBC News HD http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 diff --git a/tests/__data__/expected/.gh-pages/categories/other.m3u b/tests/__data__/expected/.gh-pages/categories/other.m3u deleted file mode 100644 index 58409e132..000000000 --- a/tests/__data__/expected/.gh-pages/categories/other.m3u +++ /dev/null @@ -1,3 +0,0 @@ -#EXTM3U x-tvg-url="" -#EXTINF:-1 tvg-id="" tvg-country="" tvg-language="" tvg-logo="" group-title="Other",Daawah TV -http://51.15.246.58:8081/daawahtv/daawahtv2/playlist.m3u8 diff --git a/tests/__data__/expected/.gh-pages/categories/undefined.m3u b/tests/__data__/expected/.gh-pages/categories/undefined.m3u new file mode 100644 index 000000000..1433371ff --- /dev/null +++ b/tests/__data__/expected/.gh-pages/categories/undefined.m3u @@ -0,0 +1,9 @@ +#EXTM3U x-tvg-url="" +#EXTINF:-1 tvg-id="" tvg-country="UK" tvg-language="" tvg-logo="" group-title="Undefined",Andorra TV (720p) [Not 24/7] +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index2.m3u8 +#EXTINF:-1 tvg-id="" tvg-country="IN" tvg-language="" tvg-logo="" group-title="Undefined",Daawah TV +http://51.15.246.58:8081/daawahtv/daawahtv2/playlist.m3u8 +#EXTINF:-1 tvg-id="" tvg-country="" tvg-language="" tvg-logo="" group-title="Undefined",Tastemade +https://tastemade-freetv16min-plex.amagi.tv/hls/amagi_hls_data_tastemade-tastemadefreetv16-plex/CDN/playlist.m3u8 +#EXTINF:-1 tvg-id="Zoo.ad" tvg-country="AD" tvg-language="" tvg-logo="" group-title="Undefined",Zoo (720p) +https://iptv-all.lanesh4d0w.repl.co/andorra/zoo diff --git a/tests/__data__/expected/.gh-pages/categories/weather.m3u b/tests/__data__/expected/.gh-pages/categories/weather.m3u new file mode 100644 index 000000000..1dfd5d41a --- /dev/null +++ b/tests/__data__/expected/.gh-pages/categories/weather.m3u @@ -0,0 +1,3 @@ +#EXTM3U x-tvg-url="" +#EXTINF:-1 tvg-id="MeteoMedia.ca" tvg-country="CA" tvg-language="French" tvg-logo="https://s1.twnmm.com/images/en_ca/mobile/logos/twn-mobile-logo.png" group-title="Weather",Meteomedia +http://encodercdn1.frontline.ca/encoder181/output/Meteo_Media_720p/playlist.m3u8 diff --git a/tests/__data__/expected/.gh-pages/categories/xxx.m3u b/tests/__data__/expected/.gh-pages/categories/xxx.m3u new file mode 100644 index 000000000..3c9f990fc --- /dev/null +++ b/tests/__data__/expected/.gh-pages/categories/xxx.m3u @@ -0,0 +1,3 @@ +#EXTM3U x-tvg-url="" +#EXTINF:-1 tvg-id="VisitXTV.nl" tvg-country="INT" tvg-language="Flemish" tvg-logo="https://i.imgur.com/RJ9wbNF.jpg" group-title="XXX",Visit-X TV +https://stream.visit-x.tv/vxtv/ngrp:live_all/playlist.m3u8 diff --git a/tests/__data__/expected/.gh-pages/channels.json b/tests/__data__/expected/.gh-pages/channels.json deleted file mode 100644 index 6076b3626..000000000 --- a/tests/__data__/expected/.gh-pages/channels.json +++ /dev/null @@ -1 +0,0 @@ -[{"name":"BBC News HD","logo":"https://i.imgur.com/eNPIQ9f.png","url":"http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8","categories":[{"name":"News","slug":"news"}],"countries":[{"name":"United Kingdom","code":"UK"}],"languages":[{"name":"English","code":"eng"}],"tvg":{"id":"BBCNews.uk","name":"BBC News HD","url":""}},{"name":"BBC News HD","logo":"https://i.imgur.com/eNPIQ9f.png","url":"http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/playlist.m3u8","categories":[{"name":"News","slug":"news"}],"countries":[{"name":"United Kingdom","code":"UK"}],"languages":[{"name":"English","code":"eng"}],"tvg":{"id":"BBCNews.uk","name":"BBC News HD","url":""}},{"name":"Daawah TV","logo":"","url":"http://51.15.246.58:8081/daawahtv/daawahtv2/playlist.m3u8","categories":[],"countries":[],"languages":[],"tvg":{"id":"","name":"Daawah TV","url":""}},{"name":"Tastemade","logo":"","url":"https://tastemade-freetv16min-plex.amagi.tv/hls/amagi_hls_data_tastemade-tastemadefreetv16-plex/CDN/playlist.m3u8","categories":[{"name":"Cooking","slug":"cooking"}],"countries":[{"name":"Andorra","code":"AD"},{"name":"Russia","code":"RU"},{"name":"United Kingdom","code":"UK"}],"languages":[],"tvg":{"id":"","name":"Tastemade","url":""}},{"name":"Visit-X TV","logo":"","url":"https://stream.visit-x.tv/vxtv/ngrp:live_all/playlist.m3u8","categories":[{"name":"XXX","slug":"xxx"}],"countries":[],"languages":[],"tvg":{"id":"","name":"Visit-X TV","url":""}},{"name":"ЛДПР ТВ","logo":"https://iptvx.one/icn/ldpr-tv.png","url":"http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8","categories":[{"name":"General","slug":"general"},{"name":"Legislative","slug":"legislative"}],"countries":[{"name":"Russia","code":"RU"}],"languages":[{"name":"Russian","code":"rus"}],"tvg":{"id":"LDPRTV.ru","name":"ЛДПР ТВ","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"}}] \ No newline at end of file diff --git a/tests/__data__/expected/.gh-pages/countries/ad.m3u b/tests/__data__/expected/.gh-pages/countries/ad.m3u new file mode 100644 index 000000000..2b51d0362 --- /dev/null +++ b/tests/__data__/expected/.gh-pages/countries/ad.m3u @@ -0,0 +1,5 @@ +#EXTM3U x-tvg-url="https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml" +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="General;News",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="Zoo.ad" tvg-country="AD" tvg-language="" tvg-logo="" group-title="Undefined",Zoo (720p) +https://iptv-all.lanesh4d0w.repl.co/andorra/zoo diff --git a/tests/__data__/expected/.gh-pages/countries/ca.m3u b/tests/__data__/expected/.gh-pages/countries/ca.m3u new file mode 100644 index 000000000..f77141e28 --- /dev/null +++ b/tests/__data__/expected/.gh-pages/countries/ca.m3u @@ -0,0 +1,5 @@ +#EXTM3U x-tvg-url="https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml" +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="General;News",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="MeteoMedia.ca" tvg-country="CA" tvg-language="French" tvg-logo="https://s1.twnmm.com/images/en_ca/mobile/logos/twn-mobile-logo.png" group-title="Weather",Meteomedia +http://encodercdn1.frontline.ca/encoder181/output/Meteo_Media_720p/playlist.m3u8 diff --git a/tests/__data__/expected/.gh-pages/countries/in.m3u b/tests/__data__/expected/.gh-pages/countries/in.m3u new file mode 100644 index 000000000..4e22fcf1b --- /dev/null +++ b/tests/__data__/expected/.gh-pages/countries/in.m3u @@ -0,0 +1,5 @@ +#EXTM3U x-tvg-url="https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml" +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="General;News",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="" tvg-country="IN" tvg-language="" tvg-logo="" group-title="Undefined",Daawah TV +http://51.15.246.58:8081/daawahtv/daawahtv2/playlist.m3u8 diff --git a/tests/__data__/expected/.gh-pages/countries/ru.m3u b/tests/__data__/expected/.gh-pages/countries/ru.m3u index 68e8fdb61..a168206b3 100644 --- a/tests/__data__/expected/.gh-pages/countries/ru.m3u +++ b/tests/__data__/expected/.gh-pages/countries/ru.m3u @@ -1,5 +1,5 @@ -#EXTM3U x-tvg-url="https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml" -#EXTINF:-1 tvg-id="" tvg-country="INT" tvg-language="" tvg-logo="" group-title="Cooking",Tastemade -https://tastemade-freetv16min-plex.amagi.tv/hls/amagi_hls_data_tastemade-tastemadefreetv16-plex/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="LDPRTV.ru" tvg-country="RU" tvg-language="Russian" tvg-logo="https://iptvx.one/icn/ldpr-tv.png" group-title="General;Legislative",ЛДПР ТВ (1080p) +#EXTM3U x-tvg-url="https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml,https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml" +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="General;News",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="LDPRTV.ru" tvg-country="RU" tvg-language="Russian" tvg-logo="https://iptvx.one/icn/ldpr-tv.png" group-title="General",ЛДПР ТВ (1080p) http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8 diff --git a/tests/__data__/expected/.gh-pages/countries/uk.m3u b/tests/__data__/expected/.gh-pages/countries/uk.m3u index d282ad82f..0ee2e9d16 100644 --- a/tests/__data__/expected/.gh-pages/countries/uk.m3u +++ b/tests/__data__/expected/.gh-pages/countries/uk.m3u @@ -1,5 +1,5 @@ -#EXTM3U x-tvg-url="" -#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/eNPIQ9f.png" group-title="News",BBC News HD (720p) [Not 24/7] +#EXTM3U x-tvg-url="https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml" +#EXTINF:-1 tvg-id="" tvg-country="UK" tvg-language="" tvg-logo="" group-title="Undefined",Andorra TV (720p) [Not 24/7] +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index2.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="General;News",BBC News HD http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-country="INT" tvg-language="" tvg-logo="" group-title="Cooking",Tastemade -https://tastemade-freetv16min-plex.amagi.tv/hls/amagi_hls_data_tastemade-tastemadefreetv16-plex/CDN/playlist.m3u8 diff --git a/tests/__data__/expected/.gh-pages/countries/undefined.m3u b/tests/__data__/expected/.gh-pages/countries/undefined.m3u index e16261d1d..a29324571 100644 --- a/tests/__data__/expected/.gh-pages/countries/undefined.m3u +++ b/tests/__data__/expected/.gh-pages/countries/undefined.m3u @@ -1,3 +1,3 @@ #EXTM3U x-tvg-url="" -#EXTINF:-1 tvg-id="" tvg-country="" tvg-language="" tvg-logo="" group-title="Undefined",Daawah TV -http://51.15.246.58:8081/daawahtv/daawahtv2/playlist.m3u8 +#EXTINF:-1 tvg-id="" tvg-country="" tvg-language="" tvg-logo="" group-title="Undefined",Tastemade +https://tastemade-freetv16min-plex.amagi.tv/hls/amagi_hls_data_tastemade-tastemadefreetv16-plex/CDN/playlist.m3u8 diff --git a/tests/__data__/expected/.gh-pages/index.category.m3u b/tests/__data__/expected/.gh-pages/index.category.m3u index 05f83ce58..62bbe7332 100644 --- a/tests/__data__/expected/.gh-pages/index.category.m3u +++ b/tests/__data__/expected/.gh-pages/index.category.m3u @@ -1,11 +1,17 @@ -#EXTM3U x-tvg-url="https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml" -#EXTINF:-1 tvg-id="" tvg-country="INT" tvg-language="" tvg-logo="" group-title="Cooking",Tastemade -https://tastemade-freetv16min-plex.amagi.tv/hls/amagi_hls_data_tastemade-tastemadefreetv16-plex/CDN/playlist.m3u8 +#EXTM3U x-tvg-url="https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml,https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml" +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="General",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 #EXTINF:-1 tvg-id="LDPRTV.ru" tvg-country="RU" tvg-language="Russian" tvg-logo="https://iptvx.one/icn/ldpr-tv.png" group-title="General",ЛДПР ТВ (1080p) http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="LDPRTV.ru" tvg-country="RU" tvg-language="Russian" tvg-logo="https://iptvx.one/icn/ldpr-tv.png" group-title="Legislative",ЛДПР ТВ (1080p) -http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/eNPIQ9f.png" group-title="News",BBC News HD (720p) [Not 24/7] +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="News",BBC News HD http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-country="" tvg-language="" tvg-logo="" group-title="Other",Daawah TV +#EXTINF:-1 tvg-id="MeteoMedia.ca" tvg-country="CA" tvg-language="French" tvg-logo="https://s1.twnmm.com/images/en_ca/mobile/logos/twn-mobile-logo.png" group-title="Weather",Meteomedia +http://encodercdn1.frontline.ca/encoder181/output/Meteo_Media_720p/playlist.m3u8 +#EXTINF:-1 tvg-id="" tvg-country="UK" tvg-language="" tvg-logo="" group-title="Undefined",Andorra TV (720p) [Not 24/7] +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index2.m3u8 +#EXTINF:-1 tvg-id="" tvg-country="IN" tvg-language="" tvg-logo="" group-title="Undefined",Daawah TV http://51.15.246.58:8081/daawahtv/daawahtv2/playlist.m3u8 +#EXTINF:-1 tvg-id="" tvg-country="" tvg-language="" tvg-logo="" group-title="Undefined",Tastemade +https://tastemade-freetv16min-plex.amagi.tv/hls/amagi_hls_data_tastemade-tastemadefreetv16-plex/CDN/playlist.m3u8 +#EXTINF:-1 tvg-id="Zoo.ad" tvg-country="AD" tvg-language="" tvg-logo="" group-title="Undefined",Zoo (720p) +https://iptv-all.lanesh4d0w.repl.co/andorra/zoo diff --git a/tests/__data__/expected/.gh-pages/index.country.m3u b/tests/__data__/expected/.gh-pages/index.country.m3u index 9e8fba413..3f8aa2213 100644 --- a/tests/__data__/expected/.gh-pages/index.country.m3u +++ b/tests/__data__/expected/.gh-pages/index.country.m3u @@ -1,13 +1,513 @@ -#EXTM3U x-tvg-url="https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml" -#EXTINF:-1 tvg-id="" tvg-country="INT" tvg-language="" tvg-logo="" group-title="Andorra",Tastemade -https://tastemade-freetv16min-plex.amagi.tv/hls/amagi_hls_data_tastemade-tastemadefreetv16-plex/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-country="INT" tvg-language="" tvg-logo="" group-title="Russia",Tastemade -https://tastemade-freetv16min-plex.amagi.tv/hls/amagi_hls_data_tastemade-tastemadefreetv16-plex/CDN/playlist.m3u8 +#EXTM3U x-tvg-url="https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml,https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml" +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Afghanistan",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Albania",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Algeria",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="American Samoa",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Andorra",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="Zoo.ad" tvg-country="AD" tvg-language="" tvg-logo="" group-title="Andorra",Zoo (720p) +https://iptv-all.lanesh4d0w.repl.co/andorra/zoo +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Angola",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Anguilla",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Antarctica",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Antigua and Barbuda",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Argentina",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Armenia",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Aruba",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Australia",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Austria",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Azerbaijan",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Bahamas",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Bahrain",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Bangladesh",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Barbados",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Belarus",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Belgium",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Belize",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Benin",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Bermuda",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Bhutan",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Bolivia",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Bonaire",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Bosnia and Herzegovina",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Botswana",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Bouvet Island",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Brazil",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="British Indian Ocean Territory",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="British Virgin Islands",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Brunei",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Bulgaria",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Burkina Faso",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Burundi",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Cambodia",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Cameroon",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Canada",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="MeteoMedia.ca" tvg-country="CA" tvg-language="French" tvg-logo="https://s1.twnmm.com/images/en_ca/mobile/logos/twn-mobile-logo.png" group-title="Canada",Meteomedia +http://encodercdn1.frontline.ca/encoder181/output/Meteo_Media_720p/playlist.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Cape Verde",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Cayman Islands",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Central African Republic",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Chad",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Chile",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="China",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Christmas Island",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Cocos (Keeling) Islands",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Colombia",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Comoros",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Cook Islands",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Costa Rica",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Croatia",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Cuba",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Curacao",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Cyprus",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Czech Republic",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Democratic Republic of the Congo",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Denmark",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Djibouti",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Dominica",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Dominican Republic",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="East Timor",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Ecuador",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Egypt",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="El Salvador",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Equatorial Guinea",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Eritrea",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Estonia",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Ethiopia",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Falkland Islands",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Faroe Islands",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Fiji",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Finland",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="France",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="French Guiana",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="French Polynesia",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="French Southern Territories",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Gabon",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Gambia",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Georgia",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Germany",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Ghana",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Gibraltar",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Greece",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Greenland",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Grenada",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Guadeloupe",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Guam",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Guatemala",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Guernsey",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Guinea",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Guinea-Bissau",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Guyana",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Haiti",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Heard Island and McDonald Islands",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Honduras",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Hong Kong",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Hungary",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Iceland",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="India",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="" tvg-country="IN" tvg-language="" tvg-logo="" group-title="India",Daawah TV +http://51.15.246.58:8081/daawahtv/daawahtv2/playlist.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Indonesia",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Iran",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Iraq",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Ireland",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Isle of Man",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Israel",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Italy",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Ivory Coast",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Jamaica",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Japan",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Jersey",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Jordan",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Kazakhstan",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Kenya",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Kiribati",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Kosovo",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Kuwait",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Kyrgyzstan",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Laos",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Latvia",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Lebanon",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Lesotho",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Liberia",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Libya",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Liechtenstein",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Lithuania",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Luxembourg",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Macao",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Madagascar",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Malawi",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Malaysia",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Maldives",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Mali",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Malta",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Marshall Islands",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Martinique",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Mauritania",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Mauritius",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Mayotte",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Mexico",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Micronesia",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Moldova",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Monaco",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Mongolia",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Montenegro",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Montserrat",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Morocco",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Mozambique",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Myanmar (Burma)",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Namibia",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Nauru",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Nepal",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Netherlands",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="New Caledonia",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="New Zealand",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Nicaragua",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Niger",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Nigeria",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Niue",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Norfolk Island",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="North Korea",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="North Macedonia",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Northern Mariana Islands",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Norway",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Oman",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Pakistan",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Palau",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Palestine",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Panama",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Papua New Guinea",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Paraguay",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Peru",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Philippines",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Pitcairn Islands",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Poland",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Portugal",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Puerto Rico",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Qatar",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Republic of the Congo",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Romania",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Russia",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 #EXTINF:-1 tvg-id="LDPRTV.ru" tvg-country="RU" tvg-language="Russian" tvg-logo="https://iptvx.one/icn/ldpr-tv.png" group-title="Russia",ЛДПР ТВ (1080p) http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/eNPIQ9f.png" group-title="United Kingdom",BBC News HD (720p) [Not 24/7] +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Rwanda",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Réunion",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Saint Barthélemy",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Saint Helena",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Saint Kitts and Nevis",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Saint Lucia",BBC News HD http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-country="INT" tvg-language="" tvg-logo="" group-title="United Kingdom",Tastemade +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Saint Martin",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Saint Pierre and Miquelon",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Saint Vincent and the Grenadines",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Samoa",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="San Marino",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Saudi Arabia",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Senegal",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Serbia",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Seychelles",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Sierra Leone",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Singapore",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Sint Maarten",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Slovakia",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Slovenia",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Solomon Islands",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Somalia",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="South Africa",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="South Georgia and the South Sandwich Islands",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="South Korea",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="South Sudan",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Spain",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Sri Lanka",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Sudan",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Suriname",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Svalbard and Jan Mayen",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Swaziland",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Sweden",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Switzerland",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Syria",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="São Tomé and Príncipe",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Taiwan",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Tajikistan",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Tanzania",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Thailand",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Togo",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Tokelau",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Tonga",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Trinidad and Tobago",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Tunisia",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Turkey",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Turkmenistan",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Turks and Caicos Islands",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Tuvalu",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="U.S. Minor Outlying Islands",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="U.S. Virgin Islands",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Uganda",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Ukraine",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="United Arab Emirates",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="" tvg-country="UK" tvg-language="" tvg-logo="" group-title="United Kingdom",Andorra TV (720p) [Not 24/7] +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index2.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="United Kingdom",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="United States",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Uruguay",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Uzbekistan",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Vanuatu",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Vatican City",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Venezuela",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Vietnam",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Wallis and Futuna",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Western Sahara",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Yemen",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Zambia",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Zimbabwe",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Åland",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="" tvg-country="" tvg-language="" tvg-logo="" group-title="Undefined",Tastemade https://tastemade-freetv16min-plex.amagi.tv/hls/amagi_hls_data_tastemade-tastemadefreetv16-plex/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-country="" tvg-language="" tvg-logo="" group-title="Undefined",Daawah TV -http://51.15.246.58:8081/daawahtv/daawahtv2/playlist.m3u8 diff --git a/tests/__data__/expected/.gh-pages/index.language.m3u b/tests/__data__/expected/.gh-pages/index.language.m3u index c81dfd4f4..b44a2c337 100644 --- a/tests/__data__/expected/.gh-pages/index.language.m3u +++ b/tests/__data__/expected/.gh-pages/index.language.m3u @@ -1,9 +1,15 @@ -#EXTM3U x-tvg-url="https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml" -#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/eNPIQ9f.png" group-title="English",BBC News HD (720p) [Not 24/7] +#EXTM3U x-tvg-url="https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml,https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml" +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="English",BBC News HD http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="MeteoMedia.ca" tvg-country="CA" tvg-language="French" tvg-logo="https://s1.twnmm.com/images/en_ca/mobile/logos/twn-mobile-logo.png" group-title="French",Meteomedia +http://encodercdn1.frontline.ca/encoder181/output/Meteo_Media_720p/playlist.m3u8 #EXTINF:-1 tvg-id="LDPRTV.ru" tvg-country="RU" tvg-language="Russian" tvg-logo="https://iptvx.one/icn/ldpr-tv.png" group-title="Russian",ЛДПР ТВ (1080p) http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-country="" tvg-language="" tvg-logo="" group-title="Undefined",Daawah TV +#EXTINF:-1 tvg-id="" tvg-country="UK" tvg-language="" tvg-logo="" group-title="Undefined",Andorra TV (720p) [Not 24/7] +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index2.m3u8 +#EXTINF:-1 tvg-id="" tvg-country="IN" tvg-language="" tvg-logo="" group-title="Undefined",Daawah TV http://51.15.246.58:8081/daawahtv/daawahtv2/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-country="INT" tvg-language="" tvg-logo="" group-title="Undefined",Tastemade +#EXTINF:-1 tvg-id="" tvg-country="" tvg-language="" tvg-logo="" group-title="Undefined",Tastemade https://tastemade-freetv16min-plex.amagi.tv/hls/amagi_hls_data_tastemade-tastemadefreetv16-plex/CDN/playlist.m3u8 +#EXTINF:-1 tvg-id="Zoo.ad" tvg-country="AD" tvg-language="" tvg-logo="" group-title="Undefined",Zoo (720p) +https://iptv-all.lanesh4d0w.repl.co/andorra/zoo diff --git a/tests/__data__/expected/.gh-pages/index.m3u b/tests/__data__/expected/.gh-pages/index.m3u index ef512adf6..766dcdcf2 100644 --- a/tests/__data__/expected/.gh-pages/index.m3u +++ b/tests/__data__/expected/.gh-pages/index.m3u @@ -1,9 +1,15 @@ -#EXTM3U x-tvg-url="https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml" -#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/eNPIQ9f.png" group-title="News",BBC News HD (720p) [Not 24/7] +#EXTM3U x-tvg-url="https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml,https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml" +#EXTINF:-1 tvg-id="" tvg-country="UK" tvg-language="" tvg-logo="" group-title="Undefined",Andorra TV (720p) [Not 24/7] +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index2.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="General;News",BBC News HD http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-country="INT" tvg-language="" tvg-logo="" group-title="Cooking",Tastemade +#EXTINF:-1 tvg-id="" tvg-country="IN" tvg-language="" tvg-logo="" group-title="Undefined",Daawah TV +http://51.15.246.58:8081/daawahtv/daawahtv2/playlist.m3u8 +#EXTINF:-1 tvg-id="MeteoMedia.ca" tvg-country="CA" tvg-language="French" tvg-logo="https://s1.twnmm.com/images/en_ca/mobile/logos/twn-mobile-logo.png" group-title="Weather",Meteomedia +http://encodercdn1.frontline.ca/encoder181/output/Meteo_Media_720p/playlist.m3u8 +#EXTINF:-1 tvg-id="" tvg-country="" tvg-language="" tvg-logo="" group-title="Undefined",Tastemade https://tastemade-freetv16min-plex.amagi.tv/hls/amagi_hls_data_tastemade-tastemadefreetv16-plex/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="LDPRTV.ru" tvg-country="RU" tvg-language="Russian" tvg-logo="https://iptvx.one/icn/ldpr-tv.png" group-title="General;Legislative",ЛДПР ТВ (1080p) +#EXTINF:-1 tvg-id="Zoo.ad" tvg-country="AD" tvg-language="" tvg-logo="" group-title="Undefined",Zoo (720p) +https://iptv-all.lanesh4d0w.repl.co/andorra/zoo +#EXTINF:-1 tvg-id="LDPRTV.ru" tvg-country="RU" tvg-language="Russian" tvg-logo="https://iptvx.one/icn/ldpr-tv.png" group-title="General",ЛДПР ТВ (1080p) http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-country="" tvg-language="" tvg-logo="" group-title="Other",Daawah TV -http://51.15.246.58:8081/daawahtv/daawahtv2/playlist.m3u8 diff --git a/tests/__data__/expected/.gh-pages/index.nsfw.m3u b/tests/__data__/expected/.gh-pages/index.nsfw.m3u index 3222ce02b..1b0b59f7c 100644 --- a/tests/__data__/expected/.gh-pages/index.nsfw.m3u +++ b/tests/__data__/expected/.gh-pages/index.nsfw.m3u @@ -1,11 +1,17 @@ -#EXTM3U x-tvg-url="https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml" -#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/eNPIQ9f.png" group-title="News",BBC News HD (720p) [Not 24/7] +#EXTM3U x-tvg-url="https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml,https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml" +#EXTINF:-1 tvg-id="" tvg-country="UK" tvg-language="" tvg-logo="" group-title="Undefined",Andorra TV (720p) [Not 24/7] +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index2.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="General;News",BBC News HD http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-country="INT" tvg-language="" tvg-logo="" group-title="Cooking",Tastemade +#EXTINF:-1 tvg-id="" tvg-country="IN" tvg-language="" tvg-logo="" group-title="Undefined",Daawah TV +http://51.15.246.58:8081/daawahtv/daawahtv2/playlist.m3u8 +#EXTINF:-1 tvg-id="MeteoMedia.ca" tvg-country="CA" tvg-language="French" tvg-logo="https://s1.twnmm.com/images/en_ca/mobile/logos/twn-mobile-logo.png" group-title="Weather",Meteomedia +http://encodercdn1.frontline.ca/encoder181/output/Meteo_Media_720p/playlist.m3u8 +#EXTINF:-1 tvg-id="" tvg-country="" tvg-language="" tvg-logo="" group-title="Undefined",Tastemade https://tastemade-freetv16min-plex.amagi.tv/hls/amagi_hls_data_tastemade-tastemadefreetv16-plex/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-country="" tvg-language="" tvg-logo="" group-title="XXX",Visit-X TV +#EXTINF:-1 tvg-id="VisitXTV.nl" tvg-country="INT" tvg-language="Flemish" tvg-logo="https://i.imgur.com/RJ9wbNF.jpg" group-title="XXX",Visit-X TV https://stream.visit-x.tv/vxtv/ngrp:live_all/playlist.m3u8 -#EXTINF:-1 tvg-id="LDPRTV.ru" tvg-country="RU" tvg-language="Russian" tvg-logo="https://iptvx.one/icn/ldpr-tv.png" group-title="General;Legislative",ЛДПР ТВ (1080p) +#EXTINF:-1 tvg-id="Zoo.ad" tvg-country="AD" tvg-language="" tvg-logo="" group-title="Undefined",Zoo (720p) +https://iptv-all.lanesh4d0w.repl.co/andorra/zoo +#EXTINF:-1 tvg-id="LDPRTV.ru" tvg-country="RU" tvg-language="Russian" tvg-logo="https://iptvx.one/icn/ldpr-tv.png" group-title="General",ЛДПР ТВ (1080p) http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-country="" tvg-language="" tvg-logo="" group-title="Other",Daawah TV -http://51.15.246.58:8081/daawahtv/daawahtv2/playlist.m3u8 diff --git a/tests/__data__/expected/.gh-pages/index.region.m3u b/tests/__data__/expected/.gh-pages/index.region.m3u index 05f270460..2b79bec3d 100644 --- a/tests/__data__/expected/.gh-pages/index.region.m3u +++ b/tests/__data__/expected/.gh-pages/index.region.m3u @@ -1,17 +1,43 @@ -#EXTM3U x-tvg-url="https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml" +#EXTM3U x-tvg-url="https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml,https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml" +#EXTINF:-1 tvg-id="MeteoMedia.ca" tvg-country="CA" tvg-language="French" tvg-logo="https://s1.twnmm.com/images/en_ca/mobile/logos/twn-mobile-logo.png" group-title="Americas",Meteomedia +http://encodercdn1.frontline.ca/encoder181/output/Meteo_Media_720p/playlist.m3u8 +#EXTINF:-1 tvg-id="" tvg-country="IN" tvg-language="" tvg-logo="" group-title="Asia",Daawah TV +http://51.15.246.58:8081/daawahtv/daawahtv2/playlist.m3u8 #EXTINF:-1 tvg-id="LDPRTV.ru" tvg-country="RU" tvg-language="Russian" tvg-logo="https://iptvx.one/icn/ldpr-tv.png" group-title="Asia",ЛДПР ТВ (1080p) http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="" tvg-country="IN" tvg-language="" tvg-logo="" group-title="Asia-Pacific",Daawah TV +http://51.15.246.58:8081/daawahtv/daawahtv2/playlist.m3u8 #EXTINF:-1 tvg-id="LDPRTV.ru" tvg-country="RU" tvg-language="Russian" tvg-logo="https://iptvx.one/icn/ldpr-tv.png" group-title="Commonwealth of Independent States",ЛДПР ТВ (1080p) http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/eNPIQ9f.png" group-title="Europe",BBC News HD (720p) [Not 24/7] -http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="" tvg-country="UK" tvg-language="" tvg-logo="" group-title="Europe",Andorra TV (720p) [Not 24/7] +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index2.m3u8 +#EXTINF:-1 tvg-id="Zoo.ad" tvg-country="AD" tvg-language="" tvg-logo="" group-title="Europe",Zoo (720p) +https://iptv-all.lanesh4d0w.repl.co/andorra/zoo #EXTINF:-1 tvg-id="LDPRTV.ru" tvg-country="RU" tvg-language="Russian" tvg-logo="https://iptvx.one/icn/ldpr-tv.png" group-title="Europe",ЛДПР ТВ (1080p) http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/eNPIQ9f.png" group-title="Europe, the Middle East and Africa",BBC News HD (720p) [Not 24/7] -http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="" tvg-country="UK" tvg-language="" tvg-logo="" group-title="Europe, the Middle East and Africa",Andorra TV (720p) [Not 24/7] +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index2.m3u8 +#EXTINF:-1 tvg-id="Zoo.ad" tvg-country="AD" tvg-language="" tvg-logo="" group-title="Europe, the Middle East and Africa",Zoo (720p) +https://iptv-all.lanesh4d0w.repl.co/andorra/zoo #EXTINF:-1 tvg-id="LDPRTV.ru" tvg-country="RU" tvg-language="Russian" tvg-logo="https://iptvx.one/icn/ldpr-tv.png" group-title="Europe, the Middle East and Africa",ЛДПР ТВ (1080p) http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-country="INT" tvg-language="" tvg-logo="" group-title="Worldwide",Tastemade -https://tastemade-freetv16min-plex.amagi.tv/hls/amagi_hls_data_tastemade-tastemadefreetv16-plex/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-country="" tvg-language="" tvg-logo="" group-title="Undefined",Daawah TV +#EXTINF:-1 tvg-id="MeteoMedia.ca" tvg-country="CA" tvg-language="French" tvg-logo="https://s1.twnmm.com/images/en_ca/mobile/logos/twn-mobile-logo.png" group-title="North America",Meteomedia +http://encodercdn1.frontline.ca/encoder181/output/Meteo_Media_720p/playlist.m3u8 +#EXTINF:-1 tvg-id="MeteoMedia.ca" tvg-country="CA" tvg-language="French" tvg-logo="https://s1.twnmm.com/images/en_ca/mobile/logos/twn-mobile-logo.png" group-title="Northern America",Meteomedia +http://encodercdn1.frontline.ca/encoder181/output/Meteo_Media_720p/playlist.m3u8 +#EXTINF:-1 tvg-id="" tvg-country="IN" tvg-language="" tvg-logo="" group-title="South Asia",Daawah TV http://51.15.246.58:8081/daawahtv/daawahtv2/playlist.m3u8 +#EXTINF:-1 tvg-id="" tvg-country="UK" tvg-language="" tvg-logo="" group-title="Worldwide",Andorra TV (720p) [Not 24/7] +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index2.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="Worldwide",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="" tvg-country="IN" tvg-language="" tvg-logo="" group-title="Worldwide",Daawah TV +http://51.15.246.58:8081/daawahtv/daawahtv2/playlist.m3u8 +#EXTINF:-1 tvg-id="MeteoMedia.ca" tvg-country="CA" tvg-language="French" tvg-logo="https://s1.twnmm.com/images/en_ca/mobile/logos/twn-mobile-logo.png" group-title="Worldwide",Meteomedia +http://encodercdn1.frontline.ca/encoder181/output/Meteo_Media_720p/playlist.m3u8 +#EXTINF:-1 tvg-id="Zoo.ad" tvg-country="AD" tvg-language="" tvg-logo="" group-title="Worldwide",Zoo (720p) +https://iptv-all.lanesh4d0w.repl.co/andorra/zoo +#EXTINF:-1 tvg-id="LDPRTV.ru" tvg-country="RU" tvg-language="Russian" tvg-logo="https://iptvx.one/icn/ldpr-tv.png" group-title="Worldwide",ЛДПР ТВ (1080p) +http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="" tvg-country="" tvg-language="" tvg-logo="" group-title="Undefined",Tastemade +https://tastemade-freetv16min-plex.amagi.tv/hls/amagi_hls_data_tastemade-tastemadefreetv16-plex/CDN/playlist.m3u8 diff --git a/tests/__data__/expected/.gh-pages/languages/eng.m3u b/tests/__data__/expected/.gh-pages/languages/eng.m3u index c9e8ad6e9..e07769944 100644 --- a/tests/__data__/expected/.gh-pages/languages/eng.m3u +++ b/tests/__data__/expected/.gh-pages/languages/eng.m3u @@ -1,3 +1,3 @@ -#EXTM3U x-tvg-url="" -#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/eNPIQ9f.png" group-title="News",BBC News HD (720p) [Not 24/7] +#EXTM3U x-tvg-url="https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml" +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="General;News",BBC News HD http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 diff --git a/tests/__data__/expected/.gh-pages/languages/fra.m3u b/tests/__data__/expected/.gh-pages/languages/fra.m3u new file mode 100644 index 000000000..1dfd5d41a --- /dev/null +++ b/tests/__data__/expected/.gh-pages/languages/fra.m3u @@ -0,0 +1,3 @@ +#EXTM3U x-tvg-url="" +#EXTINF:-1 tvg-id="MeteoMedia.ca" tvg-country="CA" tvg-language="French" tvg-logo="https://s1.twnmm.com/images/en_ca/mobile/logos/twn-mobile-logo.png" group-title="Weather",Meteomedia +http://encodercdn1.frontline.ca/encoder181/output/Meteo_Media_720p/playlist.m3u8 diff --git a/tests/__data__/expected/.gh-pages/languages/rus.m3u b/tests/__data__/expected/.gh-pages/languages/rus.m3u index 6e90aa990..0b77eed5a 100644 --- a/tests/__data__/expected/.gh-pages/languages/rus.m3u +++ b/tests/__data__/expected/.gh-pages/languages/rus.m3u @@ -1,3 +1,3 @@ #EXTM3U x-tvg-url="https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml" -#EXTINF:-1 tvg-id="LDPRTV.ru" tvg-country="RU" tvg-language="Russian" tvg-logo="https://iptvx.one/icn/ldpr-tv.png" group-title="General;Legislative",ЛДПР ТВ (1080p) +#EXTINF:-1 tvg-id="LDPRTV.ru" tvg-country="RU" tvg-language="Russian" tvg-logo="https://iptvx.one/icn/ldpr-tv.png" group-title="General",ЛДПР ТВ (1080p) http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8 diff --git a/tests/__data__/expected/.gh-pages/languages/undefined.m3u b/tests/__data__/expected/.gh-pages/languages/undefined.m3u index 7ca9967b9..1433371ff 100644 --- a/tests/__data__/expected/.gh-pages/languages/undefined.m3u +++ b/tests/__data__/expected/.gh-pages/languages/undefined.m3u @@ -1,5 +1,9 @@ #EXTM3U x-tvg-url="" -#EXTINF:-1 tvg-id="" tvg-country="" tvg-language="" tvg-logo="" group-title="Undefined",Daawah TV +#EXTINF:-1 tvg-id="" tvg-country="UK" tvg-language="" tvg-logo="" group-title="Undefined",Andorra TV (720p) [Not 24/7] +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index2.m3u8 +#EXTINF:-1 tvg-id="" tvg-country="IN" tvg-language="" tvg-logo="" group-title="Undefined",Daawah TV http://51.15.246.58:8081/daawahtv/daawahtv2/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-country="INT" tvg-language="" tvg-logo="" group-title="Undefined",Tastemade +#EXTINF:-1 tvg-id="" tvg-country="" tvg-language="" tvg-logo="" group-title="Undefined",Tastemade https://tastemade-freetv16min-plex.amagi.tv/hls/amagi_hls_data_tastemade-tastemadefreetv16-plex/CDN/playlist.m3u8 +#EXTINF:-1 tvg-id="Zoo.ad" tvg-country="AD" tvg-language="" tvg-logo="" group-title="Undefined",Zoo (720p) +https://iptv-all.lanesh4d0w.repl.co/andorra/zoo diff --git a/tests/__data__/expected/.gh-pages/regions/afr.m3u b/tests/__data__/expected/.gh-pages/regions/afr.m3u new file mode 100644 index 000000000..275a498ee --- /dev/null +++ b/tests/__data__/expected/.gh-pages/regions/afr.m3u @@ -0,0 +1 @@ +#EXTM3U x-tvg-url="" diff --git a/tests/__data__/expected/.gh-pages/regions/amer.m3u b/tests/__data__/expected/.gh-pages/regions/amer.m3u new file mode 100644 index 000000000..1dfd5d41a --- /dev/null +++ b/tests/__data__/expected/.gh-pages/regions/amer.m3u @@ -0,0 +1,3 @@ +#EXTM3U x-tvg-url="" +#EXTINF:-1 tvg-id="MeteoMedia.ca" tvg-country="CA" tvg-language="French" tvg-logo="https://s1.twnmm.com/images/en_ca/mobile/logos/twn-mobile-logo.png" group-title="Weather",Meteomedia +http://encodercdn1.frontline.ca/encoder181/output/Meteo_Media_720p/playlist.m3u8 diff --git a/tests/__data__/expected/.gh-pages/regions/apac.m3u b/tests/__data__/expected/.gh-pages/regions/apac.m3u new file mode 100644 index 000000000..3195408c1 --- /dev/null +++ b/tests/__data__/expected/.gh-pages/regions/apac.m3u @@ -0,0 +1,3 @@ +#EXTM3U x-tvg-url="" +#EXTINF:-1 tvg-id="" tvg-country="IN" tvg-language="" tvg-logo="" group-title="Undefined",Daawah TV +http://51.15.246.58:8081/daawahtv/daawahtv2/playlist.m3u8 diff --git a/tests/__data__/expected/.gh-pages/regions/arab.m3u b/tests/__data__/expected/.gh-pages/regions/arab.m3u new file mode 100644 index 000000000..275a498ee --- /dev/null +++ b/tests/__data__/expected/.gh-pages/regions/arab.m3u @@ -0,0 +1 @@ +#EXTM3U x-tvg-url="" diff --git a/tests/__data__/expected/.gh-pages/regions/asia.m3u b/tests/__data__/expected/.gh-pages/regions/asia.m3u index 6e90aa990..548d25697 100644 --- a/tests/__data__/expected/.gh-pages/regions/asia.m3u +++ b/tests/__data__/expected/.gh-pages/regions/asia.m3u @@ -1,3 +1,5 @@ #EXTM3U x-tvg-url="https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml" -#EXTINF:-1 tvg-id="LDPRTV.ru" tvg-country="RU" tvg-language="Russian" tvg-logo="https://iptvx.one/icn/ldpr-tv.png" group-title="General;Legislative",ЛДПР ТВ (1080p) +#EXTINF:-1 tvg-id="" tvg-country="IN" tvg-language="" tvg-logo="" group-title="Undefined",Daawah TV +http://51.15.246.58:8081/daawahtv/daawahtv2/playlist.m3u8 +#EXTINF:-1 tvg-id="LDPRTV.ru" tvg-country="RU" tvg-language="Russian" tvg-logo="https://iptvx.one/icn/ldpr-tv.png" group-title="General",ЛДПР ТВ (1080p) http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8 diff --git a/tests/__data__/expected/.gh-pages/regions/carib.m3u b/tests/__data__/expected/.gh-pages/regions/carib.m3u new file mode 100644 index 000000000..275a498ee --- /dev/null +++ b/tests/__data__/expected/.gh-pages/regions/carib.m3u @@ -0,0 +1 @@ +#EXTM3U x-tvg-url="" diff --git a/tests/__data__/expected/.gh-pages/regions/cas.m3u b/tests/__data__/expected/.gh-pages/regions/cas.m3u new file mode 100644 index 000000000..275a498ee --- /dev/null +++ b/tests/__data__/expected/.gh-pages/regions/cas.m3u @@ -0,0 +1 @@ +#EXTM3U x-tvg-url="" diff --git a/tests/__data__/expected/.gh-pages/regions/cis.m3u b/tests/__data__/expected/.gh-pages/regions/cis.m3u index 6e90aa990..0b77eed5a 100644 --- a/tests/__data__/expected/.gh-pages/regions/cis.m3u +++ b/tests/__data__/expected/.gh-pages/regions/cis.m3u @@ -1,3 +1,3 @@ #EXTM3U x-tvg-url="https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml" -#EXTINF:-1 tvg-id="LDPRTV.ru" tvg-country="RU" tvg-language="Russian" tvg-logo="https://iptvx.one/icn/ldpr-tv.png" group-title="General;Legislative",ЛДПР ТВ (1080p) +#EXTINF:-1 tvg-id="LDPRTV.ru" tvg-country="RU" tvg-language="Russian" tvg-logo="https://iptvx.one/icn/ldpr-tv.png" group-title="General",ЛДПР ТВ (1080p) http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8 diff --git a/tests/__data__/expected/.gh-pages/regions/emea.m3u b/tests/__data__/expected/.gh-pages/regions/emea.m3u index a99ae31b5..4a22fcabe 100644 --- a/tests/__data__/expected/.gh-pages/regions/emea.m3u +++ b/tests/__data__/expected/.gh-pages/regions/emea.m3u @@ -1,5 +1,7 @@ #EXTM3U x-tvg-url="https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml" -#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/eNPIQ9f.png" group-title="News",BBC News HD (720p) [Not 24/7] -http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 -#EXTINF:-1 tvg-id="LDPRTV.ru" tvg-country="RU" tvg-language="Russian" tvg-logo="https://iptvx.one/icn/ldpr-tv.png" group-title="General;Legislative",ЛДПР ТВ (1080p) +#EXTINF:-1 tvg-id="" tvg-country="UK" tvg-language="" tvg-logo="" group-title="Undefined",Andorra TV (720p) [Not 24/7] +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index2.m3u8 +#EXTINF:-1 tvg-id="Zoo.ad" tvg-country="AD" tvg-language="" tvg-logo="" group-title="Undefined",Zoo (720p) +https://iptv-all.lanesh4d0w.repl.co/andorra/zoo +#EXTINF:-1 tvg-id="LDPRTV.ru" tvg-country="RU" tvg-language="Russian" tvg-logo="https://iptvx.one/icn/ldpr-tv.png" group-title="General",ЛДПР ТВ (1080p) http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8 diff --git a/tests/__data__/expected/.gh-pages/regions/eur.m3u b/tests/__data__/expected/.gh-pages/regions/eur.m3u index a99ae31b5..4a22fcabe 100644 --- a/tests/__data__/expected/.gh-pages/regions/eur.m3u +++ b/tests/__data__/expected/.gh-pages/regions/eur.m3u @@ -1,5 +1,7 @@ #EXTM3U x-tvg-url="https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml" -#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/eNPIQ9f.png" group-title="News",BBC News HD (720p) [Not 24/7] -http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 -#EXTINF:-1 tvg-id="LDPRTV.ru" tvg-country="RU" tvg-language="Russian" tvg-logo="https://iptvx.one/icn/ldpr-tv.png" group-title="General;Legislative",ЛДПР ТВ (1080p) +#EXTINF:-1 tvg-id="" tvg-country="UK" tvg-language="" tvg-logo="" group-title="Undefined",Andorra TV (720p) [Not 24/7] +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index2.m3u8 +#EXTINF:-1 tvg-id="Zoo.ad" tvg-country="AD" tvg-language="" tvg-logo="" group-title="Undefined",Zoo (720p) +https://iptv-all.lanesh4d0w.repl.co/andorra/zoo +#EXTINF:-1 tvg-id="LDPRTV.ru" tvg-country="RU" tvg-language="Russian" tvg-logo="https://iptvx.one/icn/ldpr-tv.png" group-title="General",ЛДПР ТВ (1080p) http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8 diff --git a/tests/__data__/expected/.gh-pages/regions/hispam.m3u b/tests/__data__/expected/.gh-pages/regions/hispam.m3u new file mode 100644 index 000000000..275a498ee --- /dev/null +++ b/tests/__data__/expected/.gh-pages/regions/hispam.m3u @@ -0,0 +1 @@ +#EXTM3U x-tvg-url="" diff --git a/tests/__data__/expected/.gh-pages/regions/int.m3u b/tests/__data__/expected/.gh-pages/regions/int.m3u index 67cbf1093..58ae9fccb 100644 --- a/tests/__data__/expected/.gh-pages/regions/int.m3u +++ b/tests/__data__/expected/.gh-pages/regions/int.m3u @@ -1,3 +1,13 @@ -#EXTM3U x-tvg-url="" -#EXTINF:-1 tvg-id="" tvg-country="INT" tvg-language="" tvg-logo="" group-title="Cooking",Tastemade -https://tastemade-freetv16min-plex.amagi.tv/hls/amagi_hls_data_tastemade-tastemadefreetv16-plex/CDN/playlist.m3u8 +#EXTM3U x-tvg-url="https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml,https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml" +#EXTINF:-1 tvg-id="" tvg-country="UK" tvg-language="" tvg-logo="" group-title="Undefined",Andorra TV (720p) [Not 24/7] +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index2.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-country="INT" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="General;News",BBC News HD +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 +#EXTINF:-1 tvg-id="" tvg-country="IN" tvg-language="" tvg-logo="" group-title="Undefined",Daawah TV +http://51.15.246.58:8081/daawahtv/daawahtv2/playlist.m3u8 +#EXTINF:-1 tvg-id="MeteoMedia.ca" tvg-country="CA" tvg-language="French" tvg-logo="https://s1.twnmm.com/images/en_ca/mobile/logos/twn-mobile-logo.png" group-title="Weather",Meteomedia +http://encodercdn1.frontline.ca/encoder181/output/Meteo_Media_720p/playlist.m3u8 +#EXTINF:-1 tvg-id="Zoo.ad" tvg-country="AD" tvg-language="" tvg-logo="" group-title="Undefined",Zoo (720p) +https://iptv-all.lanesh4d0w.repl.co/andorra/zoo +#EXTINF:-1 tvg-id="LDPRTV.ru" tvg-country="RU" tvg-language="Russian" tvg-logo="https://iptvx.one/icn/ldpr-tv.png" group-title="General",ЛДПР ТВ (1080p) +http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8 diff --git a/tests/__data__/expected/.gh-pages/regions/lac.m3u b/tests/__data__/expected/.gh-pages/regions/lac.m3u new file mode 100644 index 000000000..275a498ee --- /dev/null +++ b/tests/__data__/expected/.gh-pages/regions/lac.m3u @@ -0,0 +1 @@ +#EXTM3U x-tvg-url="" diff --git a/tests/__data__/expected/.gh-pages/regions/latam.m3u b/tests/__data__/expected/.gh-pages/regions/latam.m3u new file mode 100644 index 000000000..275a498ee --- /dev/null +++ b/tests/__data__/expected/.gh-pages/regions/latam.m3u @@ -0,0 +1 @@ +#EXTM3U x-tvg-url="" diff --git a/tests/__data__/expected/.gh-pages/regions/maghreb.m3u b/tests/__data__/expected/.gh-pages/regions/maghreb.m3u new file mode 100644 index 000000000..275a498ee --- /dev/null +++ b/tests/__data__/expected/.gh-pages/regions/maghreb.m3u @@ -0,0 +1 @@ +#EXTM3U x-tvg-url="" diff --git a/tests/__data__/expected/.gh-pages/regions/mena.m3u b/tests/__data__/expected/.gh-pages/regions/mena.m3u new file mode 100644 index 000000000..275a498ee --- /dev/null +++ b/tests/__data__/expected/.gh-pages/regions/mena.m3u @@ -0,0 +1 @@ +#EXTM3U x-tvg-url="" diff --git a/tests/__data__/expected/.gh-pages/regions/mideast.m3u b/tests/__data__/expected/.gh-pages/regions/mideast.m3u new file mode 100644 index 000000000..275a498ee --- /dev/null +++ b/tests/__data__/expected/.gh-pages/regions/mideast.m3u @@ -0,0 +1 @@ +#EXTM3U x-tvg-url="" diff --git a/tests/__data__/expected/.gh-pages/regions/nam.m3u b/tests/__data__/expected/.gh-pages/regions/nam.m3u new file mode 100644 index 000000000..1dfd5d41a --- /dev/null +++ b/tests/__data__/expected/.gh-pages/regions/nam.m3u @@ -0,0 +1,3 @@ +#EXTM3U x-tvg-url="" +#EXTINF:-1 tvg-id="MeteoMedia.ca" tvg-country="CA" tvg-language="French" tvg-logo="https://s1.twnmm.com/images/en_ca/mobile/logos/twn-mobile-logo.png" group-title="Weather",Meteomedia +http://encodercdn1.frontline.ca/encoder181/output/Meteo_Media_720p/playlist.m3u8 diff --git a/tests/__data__/expected/.gh-pages/regions/noram.m3u b/tests/__data__/expected/.gh-pages/regions/noram.m3u new file mode 100644 index 000000000..1dfd5d41a --- /dev/null +++ b/tests/__data__/expected/.gh-pages/regions/noram.m3u @@ -0,0 +1,3 @@ +#EXTM3U x-tvg-url="" +#EXTINF:-1 tvg-id="MeteoMedia.ca" tvg-country="CA" tvg-language="French" tvg-logo="https://s1.twnmm.com/images/en_ca/mobile/logos/twn-mobile-logo.png" group-title="Weather",Meteomedia +http://encodercdn1.frontline.ca/encoder181/output/Meteo_Media_720p/playlist.m3u8 diff --git a/tests/__data__/expected/.gh-pages/regions/nord.m3u b/tests/__data__/expected/.gh-pages/regions/nord.m3u new file mode 100644 index 000000000..275a498ee --- /dev/null +++ b/tests/__data__/expected/.gh-pages/regions/nord.m3u @@ -0,0 +1 @@ +#EXTM3U x-tvg-url="" diff --git a/tests/__data__/expected/.gh-pages/regions/oce.m3u b/tests/__data__/expected/.gh-pages/regions/oce.m3u new file mode 100644 index 000000000..275a498ee --- /dev/null +++ b/tests/__data__/expected/.gh-pages/regions/oce.m3u @@ -0,0 +1 @@ +#EXTM3U x-tvg-url="" diff --git a/tests/__data__/expected/.gh-pages/regions/sas.m3u b/tests/__data__/expected/.gh-pages/regions/sas.m3u new file mode 100644 index 000000000..3195408c1 --- /dev/null +++ b/tests/__data__/expected/.gh-pages/regions/sas.m3u @@ -0,0 +1,3 @@ +#EXTM3U x-tvg-url="" +#EXTINF:-1 tvg-id="" tvg-country="IN" tvg-language="" tvg-logo="" group-title="Undefined",Daawah TV +http://51.15.246.58:8081/daawahtv/daawahtv2/playlist.m3u8 diff --git a/tests/__data__/expected/.gh-pages/regions/ssa.m3u b/tests/__data__/expected/.gh-pages/regions/ssa.m3u new file mode 100644 index 000000000..275a498ee --- /dev/null +++ b/tests/__data__/expected/.gh-pages/regions/ssa.m3u @@ -0,0 +1 @@ +#EXTM3U x-tvg-url="" diff --git a/tests/__data__/expected/.gh-pages/regions/undefined.m3u b/tests/__data__/expected/.gh-pages/regions/undefined.m3u index e16261d1d..a29324571 100644 --- a/tests/__data__/expected/.gh-pages/regions/undefined.m3u +++ b/tests/__data__/expected/.gh-pages/regions/undefined.m3u @@ -1,3 +1,3 @@ #EXTM3U x-tvg-url="" -#EXTINF:-1 tvg-id="" tvg-country="" tvg-language="" tvg-logo="" group-title="Undefined",Daawah TV -http://51.15.246.58:8081/daawahtv/daawahtv2/playlist.m3u8 +#EXTINF:-1 tvg-id="" tvg-country="" tvg-language="" tvg-logo="" group-title="Undefined",Tastemade +https://tastemade-freetv16min-plex.amagi.tv/hls/amagi_hls_data_tastemade-tastemadefreetv16-plex/CDN/playlist.m3u8 diff --git a/tests/__data__/expected/.gh-pages/regions/wafr.m3u b/tests/__data__/expected/.gh-pages/regions/wafr.m3u new file mode 100644 index 000000000..275a498ee --- /dev/null +++ b/tests/__data__/expected/.gh-pages/regions/wafr.m3u @@ -0,0 +1 @@ +#EXTM3U x-tvg-url="" diff --git a/tests/__data__/expected/_readme.md b/tests/__data__/expected/_readme.md new file mode 100644 index 000000000..a11413ecb --- /dev/null +++ b/tests/__data__/expected/_readme.md @@ -0,0 +1,424 @@ +# IPTV + +[![auto-update](https://github.com/iptv-org/iptv/actions/workflows/auto-update.yml/badge.svg)](https://github.com/iptv-org/iptv/actions/workflows/auto-update.yml) + +Collection of publicly available IPTV (Internet Protocol television) channels from all over the world. + +## Usage + +![VLC Network Panel](https://github.com/iptv-org/iptv/raw/master/.readme/preview.png) + +To watch IPTV, simply insert one of the links below into any player that supports M3U playlists: + +- `https://iptv-org.github.io/iptv/index.m3u` +- `https://iptv-org.github.io/iptv/index.nsfw.m3u` (includes adult channels) +- `https://iptv-org.github.io/iptv/index.category.m3u` (grouped by category) +- `https://iptv-org.github.io/iptv/index.country.m3u` (grouped by country) +- `https://iptv-org.github.io/iptv/index.language.m3u` (grouped by language) +- `https://iptv-org.github.io/iptv/index.region.m3u` (grouped by region) + +### Playlists by category + +
+Expand +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CategoryChannelsPlaylist
Auto0https://iptv-org.github.io/iptv/categories/auto.m3u
Animation0https://iptv-org.github.io/iptv/categories/animation.m3u
Business0https://iptv-org.github.io/iptv/categories/business.m3u
Classic0https://iptv-org.github.io/iptv/categories/classic.m3u
Comedy0https://iptv-org.github.io/iptv/categories/comedy.m3u
Cooking0https://iptv-org.github.io/iptv/categories/cooking.m3u
Culture0https://iptv-org.github.io/iptv/categories/culture.m3u
Documentary0https://iptv-org.github.io/iptv/categories/documentary.m3u
Education0https://iptv-org.github.io/iptv/categories/education.m3u
Entertainment0https://iptv-org.github.io/iptv/categories/entertainment.m3u
Family0https://iptv-org.github.io/iptv/categories/family.m3u
General2https://iptv-org.github.io/iptv/categories/general.m3u
Kids0https://iptv-org.github.io/iptv/categories/kids.m3u
Legislative0https://iptv-org.github.io/iptv/categories/legislative.m3u
Lifestyle0https://iptv-org.github.io/iptv/categories/lifestyle.m3u
Movies0https://iptv-org.github.io/iptv/categories/movies.m3u
Music0https://iptv-org.github.io/iptv/categories/music.m3u
News1https://iptv-org.github.io/iptv/categories/news.m3u
Outdoor0https://iptv-org.github.io/iptv/categories/outdoor.m3u
Relax0https://iptv-org.github.io/iptv/categories/relax.m3u
Religious0https://iptv-org.github.io/iptv/categories/religious.m3u
Series0https://iptv-org.github.io/iptv/categories/series.m3u
Science0https://iptv-org.github.io/iptv/categories/science.m3u
Shop0https://iptv-org.github.io/iptv/categories/shop.m3u
Sports0https://iptv-org.github.io/iptv/categories/sports.m3u
Travel0https://iptv-org.github.io/iptv/categories/travel.m3u
Weather1https://iptv-org.github.io/iptv/categories/weather.m3u
XXX1https://iptv-org.github.io/iptv/categories/xxx.m3u
Undefined3https://iptv-org.github.io/iptv/categories/undefined.m3u
+ +
+ +### Playlists by language + +
+Expand +
+ + + + + + + + + + + + + +
LanguageChannelsPlaylist
Catalan1https://iptv-org.github.io/iptv/languages/cat.m3u
English1https://iptv-org.github.io/iptv/languages/eng.m3u
French1https://iptv-org.github.io/iptv/languages/fra.m3u
Russian1https://iptv-org.github.io/iptv/languages/rus.m3u
Undefined2https://iptv-org.github.io/iptv/languages/undefined.m3u
+ +
+ +### Playlists by country + +
+Expand +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CountryChannelsPlaylist
🇦🇫 Afghanistan1https://iptv-org.github.io/iptv/countries/af.m3u
🇦🇱 Albania1https://iptv-org.github.io/iptv/countries/al.m3u
🇩🇿 Algeria1https://iptv-org.github.io/iptv/countries/dz.m3u
🇦🇸 American Samoa1https://iptv-org.github.io/iptv/countries/as.m3u
🇦🇩 Andorra2https://iptv-org.github.io/iptv/countries/ad.m3u
🇦🇴 Angola1https://iptv-org.github.io/iptv/countries/ao.m3u
🇦🇮 Anguilla1https://iptv-org.github.io/iptv/countries/ai.m3u
🇦🇶 Antarctica1https://iptv-org.github.io/iptv/countries/aq.m3u
🇦🇬 Antigua and Barbuda1https://iptv-org.github.io/iptv/countries/ag.m3u
🇦🇷 Argentina1https://iptv-org.github.io/iptv/countries/ar.m3u
🇦🇲 Armenia1https://iptv-org.github.io/iptv/countries/am.m3u
🇦🇼 Aruba1https://iptv-org.github.io/iptv/countries/aw.m3u
🇦🇺 Australia1https://iptv-org.github.io/iptv/countries/au.m3u
🇦🇹 Austria1https://iptv-org.github.io/iptv/countries/at.m3u
🇦🇿 Azerbaijan1https://iptv-org.github.io/iptv/countries/az.m3u
🇧🇸 Bahamas1https://iptv-org.github.io/iptv/countries/bs.m3u
🇧🇭 Bahrain1https://iptv-org.github.io/iptv/countries/bh.m3u
🇧🇩 Bangladesh1https://iptv-org.github.io/iptv/countries/bd.m3u
🇧🇧 Barbados1https://iptv-org.github.io/iptv/countries/bb.m3u
🇧🇾 Belarus1https://iptv-org.github.io/iptv/countries/by.m3u
🇧🇪 Belgium1https://iptv-org.github.io/iptv/countries/be.m3u
🇧🇿 Belize1https://iptv-org.github.io/iptv/countries/bz.m3u
🇧🇯 Benin1https://iptv-org.github.io/iptv/countries/bj.m3u
🇧🇲 Bermuda1https://iptv-org.github.io/iptv/countries/bm.m3u
🇧🇹 Bhutan1https://iptv-org.github.io/iptv/countries/bt.m3u
🇧🇴 Bolivia1https://iptv-org.github.io/iptv/countries/bo.m3u
🇧🇶 Bonaire1https://iptv-org.github.io/iptv/countries/bq.m3u
🇧🇦 Bosnia and Herzegovina1https://iptv-org.github.io/iptv/countries/ba.m3u
🇧🇼 Botswana1https://iptv-org.github.io/iptv/countries/bw.m3u
🇧🇻 Bouvet Island1https://iptv-org.github.io/iptv/countries/bv.m3u
🇧🇷 Brazil1https://iptv-org.github.io/iptv/countries/br.m3u
🇮🇴 British Indian Ocean Territory1https://iptv-org.github.io/iptv/countries/io.m3u
🇻🇬 British Virgin Islands1https://iptv-org.github.io/iptv/countries/vg.m3u
🇧🇳 Brunei1https://iptv-org.github.io/iptv/countries/bn.m3u
🇧🇬 Bulgaria1https://iptv-org.github.io/iptv/countries/bg.m3u
🇧🇫 Burkina Faso1https://iptv-org.github.io/iptv/countries/bf.m3u
🇧🇮 Burundi1https://iptv-org.github.io/iptv/countries/bi.m3u
🇰🇭 Cambodia1https://iptv-org.github.io/iptv/countries/kh.m3u
🇨🇲 Cameroon1https://iptv-org.github.io/iptv/countries/cm.m3u
🇨🇦 Canada2https://iptv-org.github.io/iptv/countries/ca.m3u
🇨🇻 Cape Verde1https://iptv-org.github.io/iptv/countries/cv.m3u
🇰🇾 Cayman Islands1https://iptv-org.github.io/iptv/countries/ky.m3u
🇨🇫 Central African Republic1https://iptv-org.github.io/iptv/countries/cf.m3u
🇹🇩 Chad1https://iptv-org.github.io/iptv/countries/td.m3u
🇨🇱 Chile1https://iptv-org.github.io/iptv/countries/cl.m3u
🇨🇳 China1https://iptv-org.github.io/iptv/countries/cn.m3u
🇨🇽 Christmas Island1https://iptv-org.github.io/iptv/countries/cx.m3u
🇨🇨 Cocos (Keeling) Islands1https://iptv-org.github.io/iptv/countries/cc.m3u
🇨🇴 Colombia1https://iptv-org.github.io/iptv/countries/co.m3u
🇰🇲 Comoros1https://iptv-org.github.io/iptv/countries/km.m3u
🇨🇰 Cook Islands1https://iptv-org.github.io/iptv/countries/ck.m3u
🇨🇷 Costa Rica1https://iptv-org.github.io/iptv/countries/cr.m3u
🇭🇷 Croatia1https://iptv-org.github.io/iptv/countries/hr.m3u
🇨🇺 Cuba1https://iptv-org.github.io/iptv/countries/cu.m3u
🇨🇼 Curacao1https://iptv-org.github.io/iptv/countries/cw.m3u
🇨🇾 Cyprus1https://iptv-org.github.io/iptv/countries/cy.m3u
🇨🇿 Czech Republic1https://iptv-org.github.io/iptv/countries/cz.m3u
🇨🇩 Democratic Republic of the Congo1https://iptv-org.github.io/iptv/countries/cd.m3u
🇩🇰 Denmark1https://iptv-org.github.io/iptv/countries/dk.m3u
🇩🇯 Djibouti1https://iptv-org.github.io/iptv/countries/dj.m3u
🇩🇲 Dominica1https://iptv-org.github.io/iptv/countries/dm.m3u
🇩🇴 Dominican Republic1https://iptv-org.github.io/iptv/countries/do.m3u
🇹🇱 East Timor1https://iptv-org.github.io/iptv/countries/tl.m3u
🇪🇨 Ecuador1https://iptv-org.github.io/iptv/countries/ec.m3u
🇪🇬 Egypt1https://iptv-org.github.io/iptv/countries/eg.m3u
🇸🇻 El Salvador1https://iptv-org.github.io/iptv/countries/sv.m3u
🇬🇶 Equatorial Guinea1https://iptv-org.github.io/iptv/countries/gq.m3u
🇪🇷 Eritrea1https://iptv-org.github.io/iptv/countries/er.m3u
🇪🇪 Estonia1https://iptv-org.github.io/iptv/countries/ee.m3u
🇪🇹 Ethiopia1https://iptv-org.github.io/iptv/countries/et.m3u
🇫🇰 Falkland Islands1https://iptv-org.github.io/iptv/countries/fk.m3u
🇫🇴 Faroe Islands1https://iptv-org.github.io/iptv/countries/fo.m3u
🇫🇯 Fiji1https://iptv-org.github.io/iptv/countries/fj.m3u
🇫🇮 Finland1https://iptv-org.github.io/iptv/countries/fi.m3u
🇫🇷 France1https://iptv-org.github.io/iptv/countries/fr.m3u
🇬🇫 French Guiana1https://iptv-org.github.io/iptv/countries/gf.m3u
🇵🇫 French Polynesia1https://iptv-org.github.io/iptv/countries/pf.m3u
🇹🇫 French Southern Territories1https://iptv-org.github.io/iptv/countries/tf.m3u
🇬🇦 Gabon1https://iptv-org.github.io/iptv/countries/ga.m3u
🇬🇲 Gambia1https://iptv-org.github.io/iptv/countries/gm.m3u
🇬🇪 Georgia1https://iptv-org.github.io/iptv/countries/ge.m3u
🇩🇪 Germany1https://iptv-org.github.io/iptv/countries/de.m3u
🇬🇭 Ghana1https://iptv-org.github.io/iptv/countries/gh.m3u
🇬🇮 Gibraltar1https://iptv-org.github.io/iptv/countries/gi.m3u
🇬🇷 Greece1https://iptv-org.github.io/iptv/countries/gr.m3u
🇬🇱 Greenland1https://iptv-org.github.io/iptv/countries/gl.m3u
🇬🇩 Grenada1https://iptv-org.github.io/iptv/countries/gd.m3u
🇬🇵 Guadeloupe1https://iptv-org.github.io/iptv/countries/gp.m3u
🇬🇺 Guam1https://iptv-org.github.io/iptv/countries/gu.m3u
🇬🇹 Guatemala1https://iptv-org.github.io/iptv/countries/gt.m3u
🇬🇬 Guernsey1https://iptv-org.github.io/iptv/countries/gg.m3u
🇬🇳 Guinea1https://iptv-org.github.io/iptv/countries/gn.m3u
🇬🇼 Guinea-Bissau1https://iptv-org.github.io/iptv/countries/gw.m3u
🇬🇾 Guyana1https://iptv-org.github.io/iptv/countries/gy.m3u
🇭🇹 Haiti1https://iptv-org.github.io/iptv/countries/ht.m3u
🇭🇲 Heard Island and McDonald Islands1https://iptv-org.github.io/iptv/countries/hm.m3u
🇭🇳 Honduras1https://iptv-org.github.io/iptv/countries/hn.m3u
🇭🇰 Hong Kong1https://iptv-org.github.io/iptv/countries/hk.m3u
🇭🇺 Hungary1https://iptv-org.github.io/iptv/countries/hu.m3u
🇮🇸 Iceland1https://iptv-org.github.io/iptv/countries/is.m3u
🇮🇳 India1https://iptv-org.github.io/iptv/countries/in.m3u
🇮🇩 Indonesia1https://iptv-org.github.io/iptv/countries/id.m3u
🇮🇷 Iran1https://iptv-org.github.io/iptv/countries/ir.m3u
🇮🇶 Iraq1https://iptv-org.github.io/iptv/countries/iq.m3u
🇮🇪 Ireland1https://iptv-org.github.io/iptv/countries/ie.m3u
🇮🇲 Isle of Man1https://iptv-org.github.io/iptv/countries/im.m3u
🇮🇱 Israel1https://iptv-org.github.io/iptv/countries/il.m3u
🇮🇹 Italy1https://iptv-org.github.io/iptv/countries/it.m3u
🇨🇮 Ivory Coast1https://iptv-org.github.io/iptv/countries/ci.m3u
🇯🇲 Jamaica1https://iptv-org.github.io/iptv/countries/jm.m3u
🇯🇵 Japan1https://iptv-org.github.io/iptv/countries/jp.m3u
🇯🇪 Jersey1https://iptv-org.github.io/iptv/countries/je.m3u
🇯🇴 Jordan1https://iptv-org.github.io/iptv/countries/jo.m3u
🇰🇿 Kazakhstan1https://iptv-org.github.io/iptv/countries/kz.m3u
🇰🇪 Kenya1https://iptv-org.github.io/iptv/countries/ke.m3u
🇰🇮 Kiribati1https://iptv-org.github.io/iptv/countries/ki.m3u
🇽🇰 Kosovo1https://iptv-org.github.io/iptv/countries/xk.m3u
🇰🇼 Kuwait1https://iptv-org.github.io/iptv/countries/kw.m3u
🇰🇬 Kyrgyzstan1https://iptv-org.github.io/iptv/countries/kg.m3u
🇱🇦 Laos1https://iptv-org.github.io/iptv/countries/la.m3u
🇱🇻 Latvia1https://iptv-org.github.io/iptv/countries/lv.m3u
🇱🇧 Lebanon1https://iptv-org.github.io/iptv/countries/lb.m3u
🇱🇸 Lesotho1https://iptv-org.github.io/iptv/countries/ls.m3u
🇱🇷 Liberia1https://iptv-org.github.io/iptv/countries/lr.m3u
🇱🇾 Libya1https://iptv-org.github.io/iptv/countries/ly.m3u
🇱🇮 Liechtenstein1https://iptv-org.github.io/iptv/countries/li.m3u
🇱🇹 Lithuania1https://iptv-org.github.io/iptv/countries/lt.m3u
🇱🇺 Luxembourg1https://iptv-org.github.io/iptv/countries/lu.m3u
🇲🇴 Macao1https://iptv-org.github.io/iptv/countries/mo.m3u
🇲🇬 Madagascar1https://iptv-org.github.io/iptv/countries/mg.m3u
🇲🇼 Malawi1https://iptv-org.github.io/iptv/countries/mw.m3u
🇲🇾 Malaysia1https://iptv-org.github.io/iptv/countries/my.m3u
🇲🇻 Maldives1https://iptv-org.github.io/iptv/countries/mv.m3u
🇲🇱 Mali1https://iptv-org.github.io/iptv/countries/ml.m3u
🇲🇹 Malta1https://iptv-org.github.io/iptv/countries/mt.m3u
🇲🇭 Marshall Islands1https://iptv-org.github.io/iptv/countries/mh.m3u
🇲🇶 Martinique1https://iptv-org.github.io/iptv/countries/mq.m3u
🇲🇷 Mauritania1https://iptv-org.github.io/iptv/countries/mr.m3u
🇲🇺 Mauritius1https://iptv-org.github.io/iptv/countries/mu.m3u
🇾🇹 Mayotte1https://iptv-org.github.io/iptv/countries/yt.m3u
🇲🇽 Mexico1https://iptv-org.github.io/iptv/countries/mx.m3u
🇫🇲 Micronesia1https://iptv-org.github.io/iptv/countries/fm.m3u
🇲🇩 Moldova1https://iptv-org.github.io/iptv/countries/md.m3u
🇲🇨 Monaco1https://iptv-org.github.io/iptv/countries/mc.m3u
🇲🇳 Mongolia1https://iptv-org.github.io/iptv/countries/mn.m3u
🇲🇪 Montenegro1https://iptv-org.github.io/iptv/countries/me.m3u
🇲🇸 Montserrat1https://iptv-org.github.io/iptv/countries/ms.m3u
🇲🇦 Morocco1https://iptv-org.github.io/iptv/countries/ma.m3u
🇲🇿 Mozambique1https://iptv-org.github.io/iptv/countries/mz.m3u
🇲🇲 Myanmar (Burma)1https://iptv-org.github.io/iptv/countries/mm.m3u
🇳🇦 Namibia1https://iptv-org.github.io/iptv/countries/na.m3u
🇳🇷 Nauru1https://iptv-org.github.io/iptv/countries/nr.m3u
🇳🇵 Nepal1https://iptv-org.github.io/iptv/countries/np.m3u
🇳🇱 Netherlands1https://iptv-org.github.io/iptv/countries/nl.m3u
🇳🇨 New Caledonia1https://iptv-org.github.io/iptv/countries/nc.m3u
🇳🇿 New Zealand1https://iptv-org.github.io/iptv/countries/nz.m3u
🇳🇮 Nicaragua1https://iptv-org.github.io/iptv/countries/ni.m3u
🇳🇪 Niger1https://iptv-org.github.io/iptv/countries/ne.m3u
🇳🇬 Nigeria1https://iptv-org.github.io/iptv/countries/ng.m3u
🇳🇺 Niue1https://iptv-org.github.io/iptv/countries/nu.m3u
🇳🇫 Norfolk Island1https://iptv-org.github.io/iptv/countries/nf.m3u
🇰🇵 North Korea1https://iptv-org.github.io/iptv/countries/kp.m3u
🇲🇰 North Macedonia1https://iptv-org.github.io/iptv/countries/mk.m3u
🇲🇵 Northern Mariana Islands1https://iptv-org.github.io/iptv/countries/mp.m3u
🇳🇴 Norway1https://iptv-org.github.io/iptv/countries/no.m3u
🇴🇲 Oman1https://iptv-org.github.io/iptv/countries/om.m3u
🇵🇰 Pakistan1https://iptv-org.github.io/iptv/countries/pk.m3u
🇵🇼 Palau1https://iptv-org.github.io/iptv/countries/pw.m3u
🇵🇸 Palestine1https://iptv-org.github.io/iptv/countries/ps.m3u
🇵🇦 Panama1https://iptv-org.github.io/iptv/countries/pa.m3u
🇵🇬 Papua New Guinea1https://iptv-org.github.io/iptv/countries/pg.m3u
🇵🇾 Paraguay1https://iptv-org.github.io/iptv/countries/py.m3u
🇵🇪 Peru1https://iptv-org.github.io/iptv/countries/pe.m3u
🇵🇭 Philippines1https://iptv-org.github.io/iptv/countries/ph.m3u
🇵🇳 Pitcairn Islands1https://iptv-org.github.io/iptv/countries/pn.m3u
🇵🇱 Poland1https://iptv-org.github.io/iptv/countries/pl.m3u
🇵🇹 Portugal1https://iptv-org.github.io/iptv/countries/pt.m3u
🇵🇷 Puerto Rico1https://iptv-org.github.io/iptv/countries/pr.m3u
🇶🇦 Qatar1https://iptv-org.github.io/iptv/countries/qa.m3u
🇨🇬 Republic of the Congo1https://iptv-org.github.io/iptv/countries/cg.m3u
🇷🇴 Romania1https://iptv-org.github.io/iptv/countries/ro.m3u
🇷🇺 Russia2https://iptv-org.github.io/iptv/countries/ru.m3u
🇷🇼 Rwanda1https://iptv-org.github.io/iptv/countries/rw.m3u
🇷🇪 Réunion1https://iptv-org.github.io/iptv/countries/re.m3u
🇧🇱 Saint Barthélemy1https://iptv-org.github.io/iptv/countries/bl.m3u
🇸🇭 Saint Helena1https://iptv-org.github.io/iptv/countries/sh.m3u
🇰🇳 Saint Kitts and Nevis1https://iptv-org.github.io/iptv/countries/kn.m3u
🇱🇨 Saint Lucia1https://iptv-org.github.io/iptv/countries/lc.m3u
🇲🇫 Saint Martin1https://iptv-org.github.io/iptv/countries/mf.m3u
🇵🇲 Saint Pierre and Miquelon1https://iptv-org.github.io/iptv/countries/pm.m3u
🇻🇨 Saint Vincent and the Grenadines1https://iptv-org.github.io/iptv/countries/vc.m3u
🇼🇸 Samoa1https://iptv-org.github.io/iptv/countries/ws.m3u
🇸🇲 San Marino1https://iptv-org.github.io/iptv/countries/sm.m3u
🇸🇦 Saudi Arabia1https://iptv-org.github.io/iptv/countries/sa.m3u
🇸🇳 Senegal1https://iptv-org.github.io/iptv/countries/sn.m3u
🇷🇸 Serbia1https://iptv-org.github.io/iptv/countries/rs.m3u
🇸🇨 Seychelles1https://iptv-org.github.io/iptv/countries/sc.m3u
🇸🇱 Sierra Leone1https://iptv-org.github.io/iptv/countries/sl.m3u
🇸🇬 Singapore1https://iptv-org.github.io/iptv/countries/sg.m3u
🇸🇽 Sint Maarten1https://iptv-org.github.io/iptv/countries/sx.m3u
🇸🇰 Slovakia1https://iptv-org.github.io/iptv/countries/sk.m3u
🇸🇮 Slovenia1https://iptv-org.github.io/iptv/countries/si.m3u
🇸🇧 Solomon Islands1https://iptv-org.github.io/iptv/countries/sb.m3u
🇸🇴 Somalia1https://iptv-org.github.io/iptv/countries/so.m3u
🇿🇦 South Africa1https://iptv-org.github.io/iptv/countries/za.m3u
🇬🇸 South Georgia and the South Sandwich Islands1https://iptv-org.github.io/iptv/countries/gs.m3u
🇰🇷 South Korea1https://iptv-org.github.io/iptv/countries/kr.m3u
🇸🇸 South Sudan1https://iptv-org.github.io/iptv/countries/ss.m3u
🇪🇸 Spain1https://iptv-org.github.io/iptv/countries/es.m3u
🇱🇰 Sri Lanka1https://iptv-org.github.io/iptv/countries/lk.m3u
🇸🇩 Sudan1https://iptv-org.github.io/iptv/countries/sd.m3u
🇸🇷 Suriname1https://iptv-org.github.io/iptv/countries/sr.m3u
🇸🇯 Svalbard and Jan Mayen1https://iptv-org.github.io/iptv/countries/sj.m3u
🇸🇿 Swaziland1https://iptv-org.github.io/iptv/countries/sz.m3u
🇸🇪 Sweden1https://iptv-org.github.io/iptv/countries/se.m3u
🇨🇭 Switzerland1https://iptv-org.github.io/iptv/countries/ch.m3u
🇸🇾 Syria1https://iptv-org.github.io/iptv/countries/sy.m3u
🇸🇹 São Tomé and Príncipe1https://iptv-org.github.io/iptv/countries/st.m3u
🇹🇼 Taiwan1https://iptv-org.github.io/iptv/countries/tw.m3u
🇹🇯 Tajikistan1https://iptv-org.github.io/iptv/countries/tj.m3u
🇹🇿 Tanzania1https://iptv-org.github.io/iptv/countries/tz.m3u
🇹🇭 Thailand1https://iptv-org.github.io/iptv/countries/th.m3u
🇹🇬 Togo1https://iptv-org.github.io/iptv/countries/tg.m3u
🇹🇰 Tokelau1https://iptv-org.github.io/iptv/countries/tk.m3u
🇹🇴 Tonga1https://iptv-org.github.io/iptv/countries/to.m3u
🇹🇹 Trinidad and Tobago1https://iptv-org.github.io/iptv/countries/tt.m3u
🇹🇳 Tunisia1https://iptv-org.github.io/iptv/countries/tn.m3u
🇹🇷 Turkey1https://iptv-org.github.io/iptv/countries/tr.m3u
🇹🇲 Turkmenistan1https://iptv-org.github.io/iptv/countries/tm.m3u
🇹🇨 Turks and Caicos Islands1https://iptv-org.github.io/iptv/countries/tc.m3u
🇹🇻 Tuvalu1https://iptv-org.github.io/iptv/countries/tv.m3u
🇺🇲 U.S. Minor Outlying Islands1https://iptv-org.github.io/iptv/countries/um.m3u
🇻🇮 U.S. Virgin Islands1https://iptv-org.github.io/iptv/countries/vi.m3u
🇺🇬 Uganda1https://iptv-org.github.io/iptv/countries/ug.m3u
🇺🇦 Ukraine1https://iptv-org.github.io/iptv/countries/ua.m3u
🇦🇪 United Arab Emirates1https://iptv-org.github.io/iptv/countries/ae.m3u
🇬🇧 United Kingdom1https://iptv-org.github.io/iptv/countries/uk.m3u
🇺🇸 United States1https://iptv-org.github.io/iptv/countries/us.m3u
🇺🇾 Uruguay1https://iptv-org.github.io/iptv/countries/uy.m3u
🇺🇿 Uzbekistan1https://iptv-org.github.io/iptv/countries/uz.m3u
🇻🇺 Vanuatu1https://iptv-org.github.io/iptv/countries/vu.m3u
🇻🇦 Vatican City1https://iptv-org.github.io/iptv/countries/va.m3u
🇻🇪 Venezuela1https://iptv-org.github.io/iptv/countries/ve.m3u
🇻🇳 Vietnam1https://iptv-org.github.io/iptv/countries/vn.m3u
🇼🇫 Wallis and Futuna1https://iptv-org.github.io/iptv/countries/wf.m3u
🇪🇭 Western Sahara1https://iptv-org.github.io/iptv/countries/eh.m3u
🇾🇪 Yemen1https://iptv-org.github.io/iptv/countries/ye.m3u
🇿🇲 Zambia1https://iptv-org.github.io/iptv/countries/zm.m3u
🇿🇼 Zimbabwe1https://iptv-org.github.io/iptv/countries/zw.m3u
🇦🇽 Åland1https://iptv-org.github.io/iptv/countries/ax.m3u
Undefined2https://iptv-org.github.io/iptv/countries/undefined.m3u
+ +
+ +### Playlists by region + +
+Expand +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RegionChannelsPlaylist
Africa0https://iptv-org.github.io/iptv/regions/afr.m3u
Americas1https://iptv-org.github.io/iptv/regions/amer.m3u
Arab world0https://iptv-org.github.io/iptv/regions/arab.m3u
Asia1https://iptv-org.github.io/iptv/regions/asia.m3u
Asia-Pacific0https://iptv-org.github.io/iptv/regions/apac.m3u
Caribbean0https://iptv-org.github.io/iptv/regions/carib.m3u
Central Asia0https://iptv-org.github.io/iptv/regions/cas.m3u
Commonwealth of Independent States1https://iptv-org.github.io/iptv/regions/cis.m3u
Europe2https://iptv-org.github.io/iptv/regions/eur.m3u
Europe, the Middle East and Africa2https://iptv-org.github.io/iptv/regions/emea.m3u
Hispanic America0https://iptv-org.github.io/iptv/regions/hispam.m3u
Latin America0https://iptv-org.github.io/iptv/regions/latam.m3u
Latin America and the Caribbean0https://iptv-org.github.io/iptv/regions/lac.m3u
Maghreb0https://iptv-org.github.io/iptv/regions/maghreb.m3u
Middle East0https://iptv-org.github.io/iptv/regions/mideast.m3u
Middle East and North Africa0https://iptv-org.github.io/iptv/regions/mena.m3u
Nordics0https://iptv-org.github.io/iptv/regions/nord.m3u
North America1https://iptv-org.github.io/iptv/regions/noram.m3u
Northern America1https://iptv-org.github.io/iptv/regions/nam.m3u
Oceania0https://iptv-org.github.io/iptv/regions/oce.m3u
South Asia0https://iptv-org.github.io/iptv/regions/sas.m3u
Sub-Saharan Africa0https://iptv-org.github.io/iptv/regions/ssa.m3u
West Africa0https://iptv-org.github.io/iptv/regions/wafr.m3u
Worldwide4https://iptv-org.github.io/iptv/regions/int.m3u
Undefined2https://iptv-org.github.io/iptv/regions/undefined.m3u
+ +
+ +## EPG + +The playlists already contain links to all guides, so players with support the `x-tvg-url` tag should load it automatically. Otherwise, you can choose one of the guides featured in the [iptv-org/epg](https://github.com/iptv-org/epg) repository. + +## Database + +If you find an error in the description of the channel, please create an issue in the [iptv-org/database](https://github.com/iptv-org/database) repository. + +## API + +The API documentation can be found in the [iptv-org/api](https://github.com/iptv-org/api) repository. + +## Resources + +Links to other useful IPTV-related resources can be found in the [iptv-org/awesome-iptv](https://github.com/iptv-org/awesome-iptv) repository. + +## Contribution + +Please make sure to read the [Contributing Guide](CONTRIBUTING.md) before sending an issue or making a pull request. + +## Legal + +No video files are stored in this repository. The repository simply contains user-submitted links to publicly available video stream URLs, which to the best of our knowledge have been intentionally made publicly by the copyright holders. If any links in these playlists infringe on your rights as a copyright holder, they may be removed by sending a pull request or opening an issue. However, note that we have **no control** over the destination of the link, and just removing the link from the playlist will not remove its contents from the web. Note that linking does not directly infringe copyright because no copy is made on the site providing the link, and thus this is **not** a valid reason to send a DMCA notice to GitHub. To remove this content from the web, you should contact the web host that's actually hosting the content (**not** GitHub, nor the maintainers of this repository). + +## License + +[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](LICENSE) diff --git a/tests/__data__/expected/database/db_create.streams.db b/tests/__data__/expected/database/db_create.streams.db new file mode 100644 index 000000000..3eed2a5b7 --- /dev/null +++ b/tests/__data__/expected/database/db_create.streams.db @@ -0,0 +1,4 @@ +{"channel":null,"title":"1A Network (720p)","filepath":"tests/__data__/input/streams/unsorted.m3u","url":"https://simultv.s.llnwi.net/n4s4/2ANetwork/interlink.m3u8","http_referrer":null,"user_agent":null,"cluster_id":1,"_id":"ZJejfvbOVTyuf6Gk"} +{"channel":null,"title":"Fox Sports 2 Asia (Thai) (720p)","filepath":"tests/__data__/input/streams/us_blocked.m3u","url":"https://example.com/playlist.m3u8","http_referrer":null,"user_agent":null,"cluster_id":1,"_id":"gnjGLZU1CEz79gcp"} +{"channel":"ATV.ad","title":"ATV (720p) [Offline]","filepath":"tests/__data__/input/streams/ad.m3u","url":"https://iptv-all.lanesh4d0w.repl.co/andorra/atv","http_referrer":null,"user_agent":null,"cluster_id":1,"_id":"9r9qmYRa2kxiirl0"} +{"channel":null,"title":"ABC (720p)","filepath":"tests/__data__/input/streams/wrong_id.m3u","url":"https://example.com/playlist2.m3u8","http_referrer":null,"user_agent":null,"cluster_id":1,"_id":"unOCFJtsDCbJupxR"} diff --git a/tests/__data__/expected/database/db_update.streams.db b/tests/__data__/expected/database/db_update.streams.db new file mode 100644 index 000000000..8accfabc3 --- /dev/null +++ b/tests/__data__/expected/database/db_update.streams.db @@ -0,0 +1,6 @@ +{"title":"ЛДПР ТВ","channel":"LDPRTV.ru","filepath":"tests/__data__/output/streams/ru.m3u","url":"http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8","http_referrer":null,"user_agent":null,"cluster_id":1,"_id":"2ST8btby3mmsgPF0","status":"timeout"} +{"title":"BBC News HD","channel":"BBCNews.uk","filepath":"tests/__data__/output/streams/uk.m3u","url":"http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8","http_referrer":null,"user_agent":null,"cluster_id":3,"_id":"3TbieV1ptnZVCIdn","status":"blocked"} +{"title":"ATV","channel":"AndorraTV.ad","filepath":"tests/__data__/output/streams/ad.m3u","url":"https://iptv-all.lanesh4d0w.repl.co/andorra/atv","http_referrer":null,"user_agent":null,"cluster_id":1,"_id":"I6cjG2xCBRFFP4sz","status":"error"} +{"title":"BBC News HD","channel":"BBCNewsHD.ad","filepath":"tests/__data__/output/streams/uk.m3u","url":"https://master.starmena-cloud.com/hls/libyas.m3u8","http_referrer":null,"user_agent":null,"cluster_id":3,"_id":"WTbieV1ptnZVCIdn","status":"online","bitrate":0,"width":1024,"height":576} +{"title":"Kayhan TV","channel":"KayhanTV.af","filepath":"channels/af.m3u","url":"http://208.93.117.113/live/Stream1/playlist.m3u8","http_referrer":null,"user_agent":null,"cluster_id":1,"_id":"cFFpFVzSn6xFMUF3","status":"error"} +{"title":"Sharq","channel":"Sharq.af","filepath":"channels/af.m3u","bitrate":2226543,"width":1280,"height":720,"url":"https://forerunnerrtmp.livestreamingcdn.com/output18/output18.stream/playlist.m3u8","http_referrer":null,"user_agent":null,"cluster_id":1,"_id":"u7iyA6cjtf1iWWAZ","status":"online"} diff --git a/tests/__data__/expected/logs/cluster/load/cluster_1.log b/tests/__data__/expected/logs/cluster/load/cluster_1.log new file mode 100644 index 000000000..c32879e93 --- /dev/null +++ b/tests/__data__/expected/logs/cluster/load/cluster_1.log @@ -0,0 +1,2 @@ +{"_id":"2ST8btby3mmsgPF0","error":"Operation timed out","streams":[],"requests":[]} +{"_id":"I6cjG2xCBRFFP4sz","error":"Operation timed out","streams":[],"requests":[]} diff --git a/tests/__data__/expected/logs/generate-playlists/categories.log b/tests/__data__/expected/logs/generate-playlists/categories.log deleted file mode 100644 index feeadad3f..000000000 --- a/tests/__data__/expected/logs/generate-playlists/categories.log +++ /dev/null @@ -1,6 +0,0 @@ -{"name":"Cooking","slug":"cooking","count":1} -{"name":"General","slug":"general","count":1} -{"name":"Legislative","slug":"legislative","count":1} -{"name":"News","slug":"news","count":1} -{"name":"XXX","slug":"xxx","count":1} -{"name":"Other","slug":"other","count":1} diff --git a/tests/__data__/expected/logs/generate-playlists/countries.log b/tests/__data__/expected/logs/generate-playlists/countries.log deleted file mode 100644 index 8d4859860..000000000 --- a/tests/__data__/expected/logs/generate-playlists/countries.log +++ /dev/null @@ -1,4 +0,0 @@ -{"name":"Andorra","code":"AD","count":1} -{"name":"Russia","code":"RU","count":2} -{"name":"United Kingdom","code":"UK","count":2} -{"name":"Undefined","code":"UNDEFINED","count":1} diff --git a/tests/__data__/expected/logs/generate-playlists/languages.log b/tests/__data__/expected/logs/generate-playlists/languages.log deleted file mode 100644 index 02eee06c2..000000000 --- a/tests/__data__/expected/logs/generate-playlists/languages.log +++ /dev/null @@ -1,4 +0,0 @@ -{"name":"Catalan","code":"cat","count":0} -{"name":"English","code":"eng","count":1} -{"name":"Russian","code":"rus","count":1} -{"name":"Undefined","code":"undefined","count":2} diff --git a/tests/__data__/expected/logs/generate-playlists/regions.log b/tests/__data__/expected/logs/generate-playlists/regions.log deleted file mode 100644 index 3380f477f..000000000 --- a/tests/__data__/expected/logs/generate-playlists/regions.log +++ /dev/null @@ -1,6 +0,0 @@ -{"name":"Asia","code":"ASIA","count":1} -{"name":"Commonwealth of Independent States","code":"CIS","count":1} -{"name":"Europe","code":"EUR","count":2} -{"name":"Europe, the Middle East and Africa","code":"EMEA","count":2} -{"name":"Worldwide","code":"INT","count":1} -{"name":"Undefined","code":"UNDEFINED","count":1} diff --git a/tests/__data__/expected/logs/generators/categories.log b/tests/__data__/expected/logs/generators/categories.log new file mode 100644 index 000000000..9e170e51c --- /dev/null +++ b/tests/__data__/expected/logs/generators/categories.log @@ -0,0 +1,29 @@ +{"filepath":"categories/auto.m3u","count":0} +{"filepath":"categories/animation.m3u","count":0} +{"filepath":"categories/business.m3u","count":0} +{"filepath":"categories/classic.m3u","count":0} +{"filepath":"categories/comedy.m3u","count":0} +{"filepath":"categories/cooking.m3u","count":0} +{"filepath":"categories/culture.m3u","count":0} +{"filepath":"categories/documentary.m3u","count":0} +{"filepath":"categories/education.m3u","count":0} +{"filepath":"categories/entertainment.m3u","count":0} +{"filepath":"categories/family.m3u","count":0} +{"filepath":"categories/general.m3u","count":2} +{"filepath":"categories/kids.m3u","count":0} +{"filepath":"categories/legislative.m3u","count":0} +{"filepath":"categories/lifestyle.m3u","count":0} +{"filepath":"categories/movies.m3u","count":0} +{"filepath":"categories/music.m3u","count":0} +{"filepath":"categories/news.m3u","count":1} +{"filepath":"categories/outdoor.m3u","count":0} +{"filepath":"categories/relax.m3u","count":0} +{"filepath":"categories/religious.m3u","count":0} +{"filepath":"categories/series.m3u","count":0} +{"filepath":"categories/science.m3u","count":0} +{"filepath":"categories/shop.m3u","count":0} +{"filepath":"categories/sports.m3u","count":0} +{"filepath":"categories/travel.m3u","count":0} +{"filepath":"categories/weather.m3u","count":1} +{"filepath":"categories/xxx.m3u","count":1} +{"filepath":"categories/undefined.m3u","count":4} \ No newline at end of file diff --git a/tests/__data__/expected/logs/generators/countries.log b/tests/__data__/expected/logs/generators/countries.log new file mode 100644 index 000000000..c2b3b1676 --- /dev/null +++ b/tests/__data__/expected/logs/generators/countries.log @@ -0,0 +1,251 @@ +{"filepath":"countries/af.m3u","count":1} +{"filepath":"countries/al.m3u","count":1} +{"filepath":"countries/dz.m3u","count":1} +{"filepath":"countries/as.m3u","count":1} +{"filepath":"countries/ad.m3u","count":2} +{"filepath":"countries/ao.m3u","count":1} +{"filepath":"countries/ai.m3u","count":1} +{"filepath":"countries/aq.m3u","count":1} +{"filepath":"countries/ag.m3u","count":1} +{"filepath":"countries/ar.m3u","count":1} +{"filepath":"countries/am.m3u","count":1} +{"filepath":"countries/aw.m3u","count":1} +{"filepath":"countries/au.m3u","count":1} +{"filepath":"countries/at.m3u","count":1} +{"filepath":"countries/az.m3u","count":1} +{"filepath":"countries/bs.m3u","count":1} +{"filepath":"countries/bh.m3u","count":1} +{"filepath":"countries/bd.m3u","count":1} +{"filepath":"countries/bb.m3u","count":1} +{"filepath":"countries/by.m3u","count":1} +{"filepath":"countries/be.m3u","count":1} +{"filepath":"countries/bz.m3u","count":1} +{"filepath":"countries/bj.m3u","count":1} +{"filepath":"countries/bm.m3u","count":1} +{"filepath":"countries/bt.m3u","count":1} +{"filepath":"countries/bo.m3u","count":1} +{"filepath":"countries/bq.m3u","count":1} +{"filepath":"countries/ba.m3u","count":1} +{"filepath":"countries/bw.m3u","count":1} +{"filepath":"countries/bv.m3u","count":1} +{"filepath":"countries/br.m3u","count":1} +{"filepath":"countries/io.m3u","count":1} +{"filepath":"countries/vg.m3u","count":1} +{"filepath":"countries/bn.m3u","count":1} +{"filepath":"countries/bg.m3u","count":1} +{"filepath":"countries/bf.m3u","count":1} +{"filepath":"countries/bi.m3u","count":1} +{"filepath":"countries/kh.m3u","count":1} +{"filepath":"countries/cm.m3u","count":1} +{"filepath":"countries/ca.m3u","count":2} +{"filepath":"countries/cv.m3u","count":1} +{"filepath":"countries/ky.m3u","count":1} +{"filepath":"countries/cf.m3u","count":1} +{"filepath":"countries/td.m3u","count":1} +{"filepath":"countries/cl.m3u","count":1} +{"filepath":"countries/cn.m3u","count":1} +{"filepath":"countries/cx.m3u","count":1} +{"filepath":"countries/cc.m3u","count":1} +{"filepath":"countries/co.m3u","count":1} +{"filepath":"countries/km.m3u","count":1} +{"filepath":"countries/ck.m3u","count":1} +{"filepath":"countries/cr.m3u","count":1} +{"filepath":"countries/hr.m3u","count":1} +{"filepath":"countries/cu.m3u","count":1} +{"filepath":"countries/cw.m3u","count":1} +{"filepath":"countries/cy.m3u","count":1} +{"filepath":"countries/cz.m3u","count":1} +{"filepath":"countries/cd.m3u","count":1} +{"filepath":"countries/dk.m3u","count":1} +{"filepath":"countries/dj.m3u","count":1} +{"filepath":"countries/dm.m3u","count":1} +{"filepath":"countries/do.m3u","count":1} +{"filepath":"countries/tl.m3u","count":1} +{"filepath":"countries/ec.m3u","count":1} +{"filepath":"countries/eg.m3u","count":1} +{"filepath":"countries/sv.m3u","count":1} +{"filepath":"countries/gq.m3u","count":1} +{"filepath":"countries/er.m3u","count":1} +{"filepath":"countries/ee.m3u","count":1} +{"filepath":"countries/et.m3u","count":1} +{"filepath":"countries/fk.m3u","count":1} +{"filepath":"countries/fo.m3u","count":1} +{"filepath":"countries/fj.m3u","count":1} +{"filepath":"countries/fi.m3u","count":1} +{"filepath":"countries/fr.m3u","count":1} +{"filepath":"countries/gf.m3u","count":1} +{"filepath":"countries/pf.m3u","count":1} +{"filepath":"countries/tf.m3u","count":1} +{"filepath":"countries/ga.m3u","count":1} +{"filepath":"countries/gm.m3u","count":1} +{"filepath":"countries/ge.m3u","count":1} +{"filepath":"countries/de.m3u","count":1} +{"filepath":"countries/gh.m3u","count":1} +{"filepath":"countries/gi.m3u","count":1} +{"filepath":"countries/gr.m3u","count":1} +{"filepath":"countries/gl.m3u","count":1} +{"filepath":"countries/gd.m3u","count":1} +{"filepath":"countries/gp.m3u","count":1} +{"filepath":"countries/gu.m3u","count":1} +{"filepath":"countries/gt.m3u","count":1} +{"filepath":"countries/gg.m3u","count":1} +{"filepath":"countries/gn.m3u","count":1} +{"filepath":"countries/gw.m3u","count":1} +{"filepath":"countries/gy.m3u","count":1} +{"filepath":"countries/ht.m3u","count":1} +{"filepath":"countries/hm.m3u","count":1} +{"filepath":"countries/hn.m3u","count":1} +{"filepath":"countries/hk.m3u","count":1} +{"filepath":"countries/hu.m3u","count":1} +{"filepath":"countries/is.m3u","count":1} +{"filepath":"countries/in.m3u","count":2} +{"filepath":"countries/id.m3u","count":1} +{"filepath":"countries/ir.m3u","count":1} +{"filepath":"countries/iq.m3u","count":1} +{"filepath":"countries/ie.m3u","count":1} +{"filepath":"countries/im.m3u","count":1} +{"filepath":"countries/il.m3u","count":1} +{"filepath":"countries/it.m3u","count":1} +{"filepath":"countries/ci.m3u","count":1} +{"filepath":"countries/jm.m3u","count":1} +{"filepath":"countries/jp.m3u","count":1} +{"filepath":"countries/je.m3u","count":1} +{"filepath":"countries/jo.m3u","count":1} +{"filepath":"countries/kz.m3u","count":1} +{"filepath":"countries/ke.m3u","count":1} +{"filepath":"countries/ki.m3u","count":1} +{"filepath":"countries/xk.m3u","count":1} +{"filepath":"countries/kw.m3u","count":1} +{"filepath":"countries/kg.m3u","count":1} +{"filepath":"countries/la.m3u","count":1} +{"filepath":"countries/lv.m3u","count":1} +{"filepath":"countries/lb.m3u","count":1} +{"filepath":"countries/ls.m3u","count":1} +{"filepath":"countries/lr.m3u","count":1} +{"filepath":"countries/ly.m3u","count":1} +{"filepath":"countries/li.m3u","count":1} +{"filepath":"countries/lt.m3u","count":1} +{"filepath":"countries/lu.m3u","count":1} +{"filepath":"countries/mo.m3u","count":1} +{"filepath":"countries/mg.m3u","count":1} +{"filepath":"countries/mw.m3u","count":1} +{"filepath":"countries/my.m3u","count":1} +{"filepath":"countries/mv.m3u","count":1} +{"filepath":"countries/ml.m3u","count":1} +{"filepath":"countries/mt.m3u","count":1} +{"filepath":"countries/mh.m3u","count":1} +{"filepath":"countries/mq.m3u","count":1} +{"filepath":"countries/mr.m3u","count":1} +{"filepath":"countries/mu.m3u","count":1} +{"filepath":"countries/yt.m3u","count":1} +{"filepath":"countries/mx.m3u","count":1} +{"filepath":"countries/fm.m3u","count":1} +{"filepath":"countries/md.m3u","count":1} +{"filepath":"countries/mc.m3u","count":1} +{"filepath":"countries/mn.m3u","count":1} +{"filepath":"countries/me.m3u","count":1} +{"filepath":"countries/ms.m3u","count":1} +{"filepath":"countries/ma.m3u","count":1} +{"filepath":"countries/mz.m3u","count":1} +{"filepath":"countries/mm.m3u","count":1} +{"filepath":"countries/na.m3u","count":1} +{"filepath":"countries/nr.m3u","count":1} +{"filepath":"countries/np.m3u","count":1} +{"filepath":"countries/nl.m3u","count":1} +{"filepath":"countries/nc.m3u","count":1} +{"filepath":"countries/nz.m3u","count":1} +{"filepath":"countries/ni.m3u","count":1} +{"filepath":"countries/ne.m3u","count":1} +{"filepath":"countries/ng.m3u","count":1} +{"filepath":"countries/nu.m3u","count":1} +{"filepath":"countries/nf.m3u","count":1} +{"filepath":"countries/kp.m3u","count":1} +{"filepath":"countries/mk.m3u","count":1} +{"filepath":"countries/mp.m3u","count":1} +{"filepath":"countries/no.m3u","count":1} +{"filepath":"countries/om.m3u","count":1} +{"filepath":"countries/pk.m3u","count":1} +{"filepath":"countries/pw.m3u","count":1} +{"filepath":"countries/ps.m3u","count":1} +{"filepath":"countries/pa.m3u","count":1} +{"filepath":"countries/pg.m3u","count":1} +{"filepath":"countries/py.m3u","count":1} +{"filepath":"countries/pe.m3u","count":1} +{"filepath":"countries/ph.m3u","count":1} +{"filepath":"countries/pn.m3u","count":1} +{"filepath":"countries/pl.m3u","count":1} +{"filepath":"countries/pt.m3u","count":1} +{"filepath":"countries/pr.m3u","count":1} +{"filepath":"countries/qa.m3u","count":1} +{"filepath":"countries/cg.m3u","count":1} +{"filepath":"countries/ro.m3u","count":1} +{"filepath":"countries/ru.m3u","count":2} +{"filepath":"countries/rw.m3u","count":1} +{"filepath":"countries/re.m3u","count":1} +{"filepath":"countries/bl.m3u","count":1} +{"filepath":"countries/sh.m3u","count":1} +{"filepath":"countries/kn.m3u","count":1} +{"filepath":"countries/lc.m3u","count":1} +{"filepath":"countries/mf.m3u","count":1} +{"filepath":"countries/pm.m3u","count":1} +{"filepath":"countries/vc.m3u","count":1} +{"filepath":"countries/ws.m3u","count":1} +{"filepath":"countries/sm.m3u","count":1} +{"filepath":"countries/sa.m3u","count":1} +{"filepath":"countries/sn.m3u","count":1} +{"filepath":"countries/rs.m3u","count":1} +{"filepath":"countries/sc.m3u","count":1} +{"filepath":"countries/sl.m3u","count":1} +{"filepath":"countries/sg.m3u","count":1} +{"filepath":"countries/sx.m3u","count":1} +{"filepath":"countries/sk.m3u","count":1} +{"filepath":"countries/si.m3u","count":1} +{"filepath":"countries/sb.m3u","count":1} +{"filepath":"countries/so.m3u","count":1} +{"filepath":"countries/za.m3u","count":1} +{"filepath":"countries/gs.m3u","count":1} +{"filepath":"countries/kr.m3u","count":1} +{"filepath":"countries/ss.m3u","count":1} +{"filepath":"countries/es.m3u","count":1} +{"filepath":"countries/lk.m3u","count":1} +{"filepath":"countries/sd.m3u","count":1} +{"filepath":"countries/sr.m3u","count":1} +{"filepath":"countries/sj.m3u","count":1} +{"filepath":"countries/sz.m3u","count":1} +{"filepath":"countries/se.m3u","count":1} +{"filepath":"countries/ch.m3u","count":1} +{"filepath":"countries/sy.m3u","count":1} +{"filepath":"countries/st.m3u","count":1} +{"filepath":"countries/tw.m3u","count":1} +{"filepath":"countries/tj.m3u","count":1} +{"filepath":"countries/tz.m3u","count":1} +{"filepath":"countries/th.m3u","count":1} +{"filepath":"countries/tg.m3u","count":1} +{"filepath":"countries/tk.m3u","count":1} +{"filepath":"countries/to.m3u","count":1} +{"filepath":"countries/tt.m3u","count":1} +{"filepath":"countries/tn.m3u","count":1} +{"filepath":"countries/tr.m3u","count":1} +{"filepath":"countries/tm.m3u","count":1} +{"filepath":"countries/tc.m3u","count":1} +{"filepath":"countries/tv.m3u","count":1} +{"filepath":"countries/um.m3u","count":1} +{"filepath":"countries/vi.m3u","count":1} +{"filepath":"countries/ug.m3u","count":1} +{"filepath":"countries/ua.m3u","count":1} +{"filepath":"countries/ae.m3u","count":1} +{"filepath":"countries/uk.m3u","count":2} +{"filepath":"countries/us.m3u","count":1} +{"filepath":"countries/uy.m3u","count":1} +{"filepath":"countries/uz.m3u","count":1} +{"filepath":"countries/vu.m3u","count":1} +{"filepath":"countries/va.m3u","count":1} +{"filepath":"countries/ve.m3u","count":1} +{"filepath":"countries/vn.m3u","count":1} +{"filepath":"countries/wf.m3u","count":1} +{"filepath":"countries/eh.m3u","count":1} +{"filepath":"countries/ye.m3u","count":1} +{"filepath":"countries/zm.m3u","count":1} +{"filepath":"countries/zw.m3u","count":1} +{"filepath":"countries/ax.m3u","count":1} +{"filepath":"countries/undefined.m3u","count":1} \ No newline at end of file diff --git a/tests/__data__/expected/logs/generators/index_category_m3u.log b/tests/__data__/expected/logs/generators/index_category_m3u.log new file mode 100644 index 000000000..fa8ba62b8 --- /dev/null +++ b/tests/__data__/expected/logs/generators/index_category_m3u.log @@ -0,0 +1 @@ +{"filepath":"index.category.m3u","count":8} \ No newline at end of file diff --git a/tests/__data__/expected/logs/generators/index_country_m3u.log b/tests/__data__/expected/logs/generators/index_country_m3u.log new file mode 100644 index 000000000..11d20bf36 --- /dev/null +++ b/tests/__data__/expected/logs/generators/index_country_m3u.log @@ -0,0 +1 @@ +{"filepath":"index.country.m3u","count":256} \ No newline at end of file diff --git a/tests/__data__/expected/logs/generators/index_language_m3u.log b/tests/__data__/expected/logs/generators/index_language_m3u.log new file mode 100644 index 000000000..c3d549c79 --- /dev/null +++ b/tests/__data__/expected/logs/generators/index_language_m3u.log @@ -0,0 +1 @@ +{"filepath":"index.language.m3u","count":7} \ No newline at end of file diff --git a/tests/__data__/expected/logs/generators/index_m3u.log b/tests/__data__/expected/logs/generators/index_m3u.log new file mode 100644 index 000000000..eb39be430 --- /dev/null +++ b/tests/__data__/expected/logs/generators/index_m3u.log @@ -0,0 +1 @@ +{"filepath":"index.m3u","count":7} \ No newline at end of file diff --git a/tests/__data__/expected/logs/generators/index_nsfw_m3u.log b/tests/__data__/expected/logs/generators/index_nsfw_m3u.log new file mode 100644 index 000000000..c44134e77 --- /dev/null +++ b/tests/__data__/expected/logs/generators/index_nsfw_m3u.log @@ -0,0 +1 @@ +{"filepath":"index.nsfw.m3u","count":8} \ No newline at end of file diff --git a/tests/__data__/expected/logs/generators/index_region_m3u.log b/tests/__data__/expected/logs/generators/index_region_m3u.log new file mode 100644 index 000000000..6b5c533f9 --- /dev/null +++ b/tests/__data__/expected/logs/generators/index_region_m3u.log @@ -0,0 +1 @@ +{"filepath":"index.region.m3u","count":21} \ No newline at end of file diff --git a/tests/__data__/expected/logs/generators/languages.log b/tests/__data__/expected/logs/generators/languages.log new file mode 100644 index 000000000..2ad6ba59e --- /dev/null +++ b/tests/__data__/expected/logs/generators/languages.log @@ -0,0 +1,4 @@ +{"filepath":"languages/eng.m3u","count":1} +{"filepath":"languages/fra.m3u","count":1} +{"filepath":"languages/rus.m3u","count":1} +{"filepath":"languages/undefined.m3u","count":4} \ No newline at end of file diff --git a/tests/__data__/expected/logs/generators/regions.log b/tests/__data__/expected/logs/generators/regions.log new file mode 100644 index 000000000..55cc847a0 --- /dev/null +++ b/tests/__data__/expected/logs/generators/regions.log @@ -0,0 +1,25 @@ +{"filepath":"regions/afr.m3u","count":0} +{"filepath":"regions/amer.m3u","count":1} +{"filepath":"regions/arab.m3u","count":0} +{"filepath":"regions/asia.m3u","count":2} +{"filepath":"regions/apac.m3u","count":1} +{"filepath":"regions/carib.m3u","count":0} +{"filepath":"regions/cas.m3u","count":0} +{"filepath":"regions/cis.m3u","count":1} +{"filepath":"regions/eur.m3u","count":3} +{"filepath":"regions/emea.m3u","count":3} +{"filepath":"regions/hispam.m3u","count":0} +{"filepath":"regions/latam.m3u","count":0} +{"filepath":"regions/lac.m3u","count":0} +{"filepath":"regions/maghreb.m3u","count":0} +{"filepath":"regions/mideast.m3u","count":0} +{"filepath":"regions/mena.m3u","count":0} +{"filepath":"regions/nord.m3u","count":0} +{"filepath":"regions/noram.m3u","count":1} +{"filepath":"regions/nam.m3u","count":1} +{"filepath":"regions/oce.m3u","count":0} +{"filepath":"regions/sas.m3u","count":1} +{"filepath":"regions/ssa.m3u","count":0} +{"filepath":"regions/wafr.m3u","count":0} +{"filepath":"regions/int.m3u","count":6} +{"filepath":"regions/undefined.m3u","count":1} \ No newline at end of file diff --git a/tests/__data__/expected/streams/ad.m3u b/tests/__data__/expected/streams/ad.m3u new file mode 100644 index 000000000..825c8e3b9 --- /dev/null +++ b/tests/__data__/expected/streams/ad.m3u @@ -0,0 +1,3 @@ +#EXTM3U +#EXTINF:-1 tvg-id="AndorraTV.ad" status="timeout",ATV (720p) [Offline] +https://iptv-all.lanesh4d0w.repl.co/andorra/atv diff --git a/tests/__data__/expected/streams/ru.m3u b/tests/__data__/expected/streams/ru.m3u new file mode 100644 index 000000000..b1b3d39ab --- /dev/null +++ b/tests/__data__/expected/streams/ru.m3u @@ -0,0 +1,3 @@ +#EXTM3U +#EXTINF:-1 tvg-id="LDPRTV.ru" status="online",ЛДПР ТВ (1080p) +http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8 diff --git a/tests/__data__/expected/streams/uk.m3u b/tests/__data__/expected/streams/uk.m3u new file mode 100644 index 000000000..cb264af93 --- /dev/null +++ b/tests/__data__/expected/streams/uk.m3u @@ -0,0 +1,5 @@ +#EXTM3U +#EXTINF:-1 tvg-id="BBCNews.uk" status="online",BBC News HD (480p) [Geo-blocked] +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/playlist.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk" status="error",BBC News HD (720p) [Not 24/7] +http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 diff --git a/tests/__data__/input/readme.json b/tests/__data__/input/_readme.json similarity index 100% rename from tests/__data__/input/readme.json rename to tests/__data__/input/_readme.json diff --git a/tests/__data__/input/channels/us_blocked.m3u b/tests/__data__/input/channels/us_blocked.m3u deleted file mode 100644 index f08f25184..000000000 --- a/tests/__data__/input/channels/us_blocked.m3u +++ /dev/null @@ -1,3 +0,0 @@ -#EXTM3U -#EXTINF:-1 tvg-id="FoxSports2Asia.us" tvg-country="TH" tvg-language="Thai" tvg-logo="" group-title="Sports",Fox Sports 2 Asia (Thai) (720p) -https://example.com/playlist.m3u8 diff --git a/tests/__data__/input/codes.json b/tests/__data__/input/codes.json deleted file mode 100644 index 3f8989427..000000000 --- a/tests/__data__/input/codes.json +++ /dev/null @@ -1 +0,0 @@ -[{"tvg_id":"AndorraTV.ad","display_name":"Andorra TV","country":"ad","guides":["https://iptv-org.github.io/epg/guides/ad/andorradifusio.ad.epg.xml"],"logo":"https://www.andorradifusio.ad/images/logo/andorradifusio_logo_22122020091723.png"}] \ No newline at end of file diff --git a/tests/__data__/input/data/blocklist.json b/tests/__data__/input/data/blocklist.json new file mode 100644 index 000000000..9b1abd250 --- /dev/null +++ b/tests/__data__/input/data/blocklist.json @@ -0,0 +1 @@ +[{"channel":"FoxSports1.us","ref":"https://github.com/iptv-org/iptv/issues/0000"},{"channel":"FoxSports2Asia.us","ref":"https://github.com/iptv-org/iptv/issues/0000"},{"channel":"TVN.pl","ref":"https://github.com/iptv-org/iptv/issues/0000"},{"channel":"Eve.us","ref":"https://github.com/iptv-org/iptv/issues/0000"}] \ No newline at end of file diff --git a/tests/__data__/input/data/categories.json b/tests/__data__/input/data/categories.json new file mode 100644 index 000000000..c7feeffd9 --- /dev/null +++ b/tests/__data__/input/data/categories.json @@ -0,0 +1 @@ +[{"id":"auto","name":"Auto"},{"id":"animation","name":"Animation"},{"id":"business","name":"Business"},{"id":"classic","name":"Classic"},{"id":"comedy","name":"Comedy"},{"id":"cooking","name":"Cooking"},{"id":"culture","name":"Culture"},{"id":"documentary","name":"Documentary"},{"id":"education","name":"Education"},{"id":"entertainment","name":"Entertainment"},{"id":"family","name":"Family"},{"id":"general","name":"General"},{"id":"kids","name":"Kids"},{"id":"legislative","name":"Legislative"},{"id":"lifestyle","name":"Lifestyle"},{"id":"movies","name":"Movies"},{"id":"music","name":"Music"},{"id":"news","name":"News"},{"id":"outdoor","name":"Outdoor"},{"id":"relax","name":"Relax"},{"id":"religious","name":"Religious"},{"id":"series","name":"Series"},{"id":"science","name":"Science"},{"id":"shop","name":"Shop"},{"id":"sports","name":"Sports"},{"id":"travel","name":"Travel"},{"id":"weather","name":"Weather"},{"id":"xxx","name":"XXX"}] \ No newline at end of file diff --git a/tests/__data__/input/data/channels.json b/tests/__data__/input/data/channels.json new file mode 100644 index 000000000..2d7128e36 --- /dev/null +++ b/tests/__data__/input/data/channels.json @@ -0,0 +1,181 @@ +[ + { + "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": "Eve.us", + "name": "Eve", + "network": null, + "country": "US", + "subdivision": null, + "city": null, + "broadcast_area": [ + "c/US" + ], + "languages": [ + "eng" + ], + "categories": [], + "is_nsfw": false, + "logo": "https://www.lyngsat.com/logo/tv/ee/eve_us.png" + }, + { + "id": "EverydayHeroes.us", + "name": "Everyday Heroes", + "network": null, + "country": "US", + "subdivision": null, + "city": null, + "broadcast_area": [ + "c/US" + ], + "languages": [ + "eng" + ], + "categories": [], + "is_nsfw": false, + "logo": "https://i.imgur.com/Iam3ol3.png" + }, + { + "id": "FoxSports1.us", + "name": "Fox Sports 1", + "network": null, + "country": "US", + "subdivision": null, + "city": null, + "broadcast_area": [ + "c/US" + ], + "languages": [ + "eng" + ], + "categories": [], + "is_nsfw": false, + "logo": "https://cdn.tvpassport.com/image/station/100x100/fs1.png" + }, + { + "id": "FoxSports2Asia.us", + "name": "Fox Sports 2 Asia", + "network": null, + "country": "US", + "subdivision": null, + "city": null, + "broadcast_area": [ + "c/US" + ], + "languages": [ + "eng" + ], + "categories": [], + "is_nsfw": false, + "logo": null + }, + { + "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": "TVN.pl", + "name": "TVN", + "network": null, + "country": "PL", + "subdivision": null, + "city": null, + "broadcast_area": [ + "c/PL" + ], + "languages": [ + "pol" + ], + "categories": [], + "is_nsfw": false, + "logo": "https://www.sms.cz/kategorie/televize/bmp/loga/velka/TVN.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" + } +] \ No newline at end of file diff --git a/tests/__data__/input/data/countries.json b/tests/__data__/input/data/countries.json new file mode 100644 index 000000000..543f8c685 --- /dev/null +++ b/tests/__data__/input/data/countries.json @@ -0,0 +1 @@ +[{"name":"Afghanistan","code":"AF","lang":"pus","flag":"🇦🇫"},{"name":"Albania","code":"AL","lang":"sqi","flag":"🇦🇱"},{"name":"Algeria","code":"DZ","lang":"ara","flag":"🇩🇿"},{"name":"American Samoa","code":"AS","lang":"eng","flag":"🇦🇸"},{"name":"Andorra","code":"AD","lang":"cat","flag":"🇦🇩"},{"name":"Angola","code":"AO","lang":"por","flag":"🇦🇴"},{"name":"Anguilla","code":"AI","lang":"eng","flag":"🇦🇮"},{"name":"Antarctica","code":"AQ","lang":"eng","flag":"🇦🇶"},{"name":"Antigua and Barbuda","code":"AG","lang":"eng","flag":"🇦🇬"},{"name":"Argentina","code":"AR","lang":"spa","flag":"🇦🇷"},{"name":"Armenia","code":"AM","lang":"hye","flag":"🇦🇲"},{"name":"Aruba","code":"AW","lang":"nld","flag":"🇦🇼"},{"name":"Australia","code":"AU","lang":"eng","flag":"🇦🇺"},{"name":"Austria","code":"AT","lang":"deu","flag":"🇦🇹"},{"name":"Azerbaijan","code":"AZ","lang":"aze","flag":"🇦🇿"},{"name":"Bahamas","code":"BS","lang":"eng","flag":"🇧🇸"},{"name":"Bahrain","code":"BH","lang":"ara","flag":"🇧🇭"},{"name":"Bangladesh","code":"BD","lang":"ben","flag":"🇧🇩"},{"name":"Barbados","code":"BB","lang":"eng","flag":"🇧🇧"},{"name":"Belarus","code":"BY","lang":"bel","flag":"🇧🇾"},{"name":"Belgium","code":"BE","lang":"nld","flag":"🇧🇪"},{"name":"Belize","code":"BZ","lang":"eng","flag":"🇧🇿"},{"name":"Benin","code":"BJ","lang":"fra","flag":"🇧🇯"},{"name":"Bermuda","code":"BM","lang":"eng","flag":"🇧🇲"},{"name":"Bhutan","code":"BT","lang":"dzo","flag":"🇧🇹"},{"name":"Bolivia","code":"BO","lang":"spa","flag":"🇧🇴"},{"name":"Bonaire","code":"BQ","lang":"nld","flag":"🇧🇶"},{"name":"Bosnia and Herzegovina","code":"BA","lang":"bos","flag":"🇧🇦"},{"name":"Botswana","code":"BW","lang":"eng","flag":"🇧🇼"},{"name":"Bouvet Island","code":"BV","lang":"nor","flag":"🇧🇻"},{"name":"Brazil","code":"BR","lang":"por","flag":"🇧🇷"},{"name":"British Indian Ocean Territory","code":"IO","lang":"eng","flag":"🇮🇴"},{"name":"British Virgin Islands","code":"VG","lang":"eng","flag":"🇻🇬"},{"name":"Brunei","code":"BN","lang":"msa","flag":"🇧🇳"},{"name":"Bulgaria","code":"BG","lang":"bul","flag":"🇧🇬"},{"name":"Burkina Faso","code":"BF","lang":"fra","flag":"🇧🇫"},{"name":"Burundi","code":"BI","lang":"fra","flag":"🇧🇮"},{"name":"Cambodia","code":"KH","lang":"khm","flag":"🇰🇭"},{"name":"Cameroon","code":"CM","lang":"eng","flag":"🇨🇲"},{"name":"Canada","code":"CA","lang":"eng","flag":"🇨🇦"},{"name":"Cape Verde","code":"CV","lang":"por","flag":"🇨🇻"},{"name":"Cayman Islands","code":"KY","lang":"eng","flag":"🇰🇾"},{"name":"Central African Republic","code":"CF","lang":"fra","flag":"🇨🇫"},{"name":"Chad","code":"TD","lang":"fra","flag":"🇹🇩"},{"name":"Chile","code":"CL","lang":"spa","flag":"🇨🇱"},{"name":"China","code":"CN","lang":"zho","flag":"🇨🇳"},{"name":"Christmas Island","code":"CX","lang":"eng","flag":"🇨🇽"},{"name":"Cocos (Keeling) Islands","code":"CC","lang":"eng","flag":"🇨🇨"},{"name":"Colombia","code":"CO","lang":"spa","flag":"🇨🇴"},{"name":"Comoros","code":"KM","lang":"ara","flag":"🇰🇲"},{"name":"Cook Islands","code":"CK","lang":"eng","flag":"🇨🇰"},{"name":"Costa Rica","code":"CR","lang":"spa","flag":"🇨🇷"},{"name":"Croatia","code":"HR","lang":"hrv","flag":"🇭🇷"},{"name":"Cuba","code":"CU","lang":"spa","flag":"🇨🇺"},{"name":"Curacao","code":"CW","lang":"nld","flag":"🇨🇼"},{"name":"Cyprus","code":"CY","lang":"ell","flag":"🇨🇾"},{"name":"Czech Republic","code":"CZ","lang":"ces","flag":"🇨🇿"},{"name":"Democratic Republic of the Congo","code":"CD","lang":"fra","flag":"🇨🇩"},{"name":"Denmark","code":"DK","lang":"dan","flag":"🇩🇰"},{"name":"Djibouti","code":"DJ","lang":"fra","flag":"🇩🇯"},{"name":"Dominica","code":"DM","lang":"eng","flag":"🇩🇲"},{"name":"Dominican Republic","code":"DO","lang":"spa","flag":"🇩🇴"},{"name":"East Timor","code":"TL","lang":"por","flag":"🇹🇱"},{"name":"Ecuador","code":"EC","lang":"spa","flag":"🇪🇨"},{"name":"Egypt","code":"EG","lang":"ara","flag":"🇪🇬"},{"name":"El Salvador","code":"SV","lang":"spa","flag":"🇸🇻"},{"name":"Equatorial Guinea","code":"GQ","lang":"spa","flag":"🇬🇶"},{"name":"Eritrea","code":"ER","lang":"tir","flag":"🇪🇷"},{"name":"Estonia","code":"EE","lang":"est","flag":"🇪🇪"},{"name":"Ethiopia","code":"ET","lang":"amh","flag":"🇪🇹"},{"name":"Falkland Islands","code":"FK","lang":"eng","flag":"🇫🇰"},{"name":"Faroe Islands","code":"FO","lang":"fao","flag":"🇫🇴"},{"name":"Fiji","code":"FJ","lang":"eng","flag":"🇫🇯"},{"name":"Finland","code":"FI","lang":"fin","flag":"🇫🇮"},{"name":"France","code":"FR","lang":"fra","flag":"🇫🇷"},{"name":"French Guiana","code":"GF","lang":"fra","flag":"🇬🇫"},{"name":"French Polynesia","code":"PF","lang":"fra","flag":"🇵🇫"},{"name":"French Southern Territories","code":"TF","lang":"fra","flag":"🇹🇫"},{"name":"Gabon","code":"GA","lang":"fra","flag":"🇬🇦"},{"name":"Gambia","code":"GM","lang":"eng","flag":"🇬🇲"},{"name":"Georgia","code":"GE","lang":"kat","flag":"🇬🇪"},{"name":"Germany","code":"DE","lang":"deu","flag":"🇩🇪"},{"name":"Ghana","code":"GH","lang":"eng","flag":"🇬🇭"},{"name":"Gibraltar","code":"GI","lang":"eng","flag":"🇬🇮"},{"name":"Greece","code":"GR","lang":"ell","flag":"🇬🇷"},{"name":"Greenland","code":"GL","lang":"kal","flag":"🇬🇱"},{"name":"Grenada","code":"GD","lang":"eng","flag":"🇬🇩"},{"name":"Guadeloupe","code":"GP","lang":"fra","flag":"🇬🇵"},{"name":"Guam","code":"GU","lang":"eng","flag":"🇬🇺"},{"name":"Guatemala","code":"GT","lang":"spa","flag":"🇬🇹"},{"name":"Guernsey","code":"GG","lang":"eng","flag":"🇬🇬"},{"name":"Guinea","code":"GN","lang":"fra","flag":"🇬🇳"},{"name":"Guinea-Bissau","code":"GW","lang":"por","flag":"🇬🇼"},{"name":"Guyana","code":"GY","lang":"eng","flag":"🇬🇾"},{"name":"Haiti","code":"HT","lang":"fra","flag":"🇭🇹"},{"name":"Heard Island and McDonald Islands","code":"HM","lang":"eng","flag":"🇭🇲"},{"name":"Honduras","code":"HN","lang":"spa","flag":"🇭🇳"},{"name":"Hong Kong","code":"HK","lang":"zho","flag":"🇭🇰"},{"name":"Hungary","code":"HU","lang":"hun","flag":"🇭🇺"},{"name":"Iceland","code":"IS","lang":"isl","flag":"🇮🇸"},{"name":"India","code":"IN","lang":"hin","flag":"🇮🇳"},{"name":"Indonesia","code":"ID","lang":"ind","flag":"🇮🇩"},{"name":"Iran","code":"IR","lang":"fas","flag":"🇮🇷"},{"name":"Iraq","code":"IQ","lang":"ara","flag":"🇮🇶"},{"name":"Ireland","code":"IE","lang":"gle","flag":"🇮🇪"},{"name":"Isle of Man","code":"IM","lang":"eng","flag":"🇮🇲"},{"name":"Israel","code":"IL","lang":"heb","flag":"🇮🇱"},{"name":"Italy","code":"IT","lang":"ita","flag":"🇮🇹"},{"name":"Ivory Coast","code":"CI","lang":"fra","flag":"🇨🇮"},{"name":"Jamaica","code":"JM","lang":"eng","flag":"🇯🇲"},{"name":"Japan","code":"JP","lang":"jpn","flag":"🇯🇵"},{"name":"Jersey","code":"JE","lang":"eng","flag":"🇯🇪"},{"name":"Jordan","code":"JO","lang":"ara","flag":"🇯🇴"},{"name":"Kazakhstan","code":"KZ","lang":"kaz","flag":"🇰🇿"},{"name":"Kenya","code":"KE","lang":"eng","flag":"🇰🇪"},{"name":"Kiribati","code":"KI","lang":"eng","flag":"🇰🇮"},{"name":"Kosovo","code":"XK","lang":"sqi","flag":"🇽🇰"},{"name":"Kuwait","code":"KW","lang":"ara","flag":"🇰🇼"},{"name":"Kyrgyzstan","code":"KG","lang":"kir","flag":"🇰🇬"},{"name":"Laos","code":"LA","lang":"lao","flag":"🇱🇦"},{"name":"Latvia","code":"LV","lang":"lav","flag":"🇱🇻"},{"name":"Lebanon","code":"LB","lang":"ara","flag":"🇱🇧"},{"name":"Lesotho","code":"LS","lang":"eng","flag":"🇱🇸"},{"name":"Liberia","code":"LR","lang":"eng","flag":"🇱🇷"},{"name":"Libya","code":"LY","lang":"ara","flag":"🇱🇾"},{"name":"Liechtenstein","code":"LI","lang":"deu","flag":"🇱🇮"},{"name":"Lithuania","code":"LT","lang":"lit","flag":"🇱🇹"},{"name":"Luxembourg","code":"LU","lang":"fra","flag":"🇱🇺"},{"name":"Macao","code":"MO","lang":"zho","flag":"🇲🇴"},{"name":"Madagascar","code":"MG","lang":"fra","flag":"🇲🇬"},{"name":"Malawi","code":"MW","lang":"eng","flag":"🇲🇼"},{"name":"Malaysia","code":"MY","lang":"msa","flag":"🇲🇾"},{"name":"Maldives","code":"MV","lang":"div","flag":"🇲🇻"},{"name":"Mali","code":"ML","lang":"fra","flag":"🇲🇱"},{"name":"Malta","code":"MT","lang":"mlt","flag":"🇲🇹"},{"name":"Marshall Islands","code":"MH","lang":"eng","flag":"🇲🇭"},{"name":"Martinique","code":"MQ","lang":"fra","flag":"🇲🇶"},{"name":"Mauritania","code":"MR","lang":"ara","flag":"🇲🇷"},{"name":"Mauritius","code":"MU","lang":"eng","flag":"🇲🇺"},{"name":"Mayotte","code":"YT","lang":"fra","flag":"🇾🇹"},{"name":"Mexico","code":"MX","lang":"spa","flag":"🇲🇽"},{"name":"Micronesia","code":"FM","lang":"eng","flag":"🇫🇲"},{"name":"Moldova","code":"MD","lang":"ron","flag":"🇲🇩"},{"name":"Monaco","code":"MC","lang":"fra","flag":"🇲🇨"},{"name":"Mongolia","code":"MN","lang":"mon","flag":"🇲🇳"},{"name":"Montenegro","code":"ME","lang":"srp","flag":"🇲🇪"},{"name":"Montserrat","code":"MS","lang":"eng","flag":"🇲🇸"},{"name":"Morocco","code":"MA","lang":"ara","flag":"🇲🇦"},{"name":"Mozambique","code":"MZ","lang":"por","flag":"🇲🇿"},{"name":"Myanmar (Burma)","code":"MM","lang":"mya","flag":"🇲🇲"},{"name":"Namibia","code":"NA","lang":"eng","flag":"🇳🇦"},{"name":"Nauru","code":"NR","lang":"eng","flag":"🇳🇷"},{"name":"Nepal","code":"NP","lang":"nep","flag":"🇳🇵"},{"name":"Netherlands","code":"NL","lang":"nld","flag":"🇳🇱"},{"name":"New Caledonia","code":"NC","lang":"fra","flag":"🇳🇨"},{"name":"New Zealand","code":"NZ","lang":"eng","flag":"🇳🇿"},{"name":"Nicaragua","code":"NI","lang":"spa","flag":"🇳🇮"},{"name":"Niger","code":"NE","lang":"fra","flag":"🇳🇪"},{"name":"Nigeria","code":"NG","lang":"eng","flag":"🇳🇬"},{"name":"Niue","code":"NU","lang":"eng","flag":"🇳🇺"},{"name":"Norfolk Island","code":"NF","lang":"eng","flag":"🇳🇫"},{"name":"North Korea","code":"KP","lang":"kor","flag":"🇰🇵"},{"name":"North Macedonia","code":"MK","lang":"mkd","flag":"🇲🇰"},{"name":"Northern Mariana Islands","code":"MP","lang":"eng","flag":"🇲🇵"},{"name":"Norway","code":"NO","lang":"nor","flag":"🇳🇴"},{"name":"Oman","code":"OM","lang":"ara","flag":"🇴🇲"},{"name":"Pakistan","code":"PK","lang":"eng","flag":"🇵🇰"},{"name":"Palau","code":"PW","lang":"eng","flag":"🇵🇼"},{"name":"Palestine","code":"PS","lang":"ara","flag":"🇵🇸"},{"name":"Panama","code":"PA","lang":"spa","flag":"🇵🇦"},{"name":"Papua New Guinea","code":"PG","lang":"eng","flag":"🇵🇬"},{"name":"Paraguay","code":"PY","lang":"spa","flag":"🇵🇾"},{"name":"Peru","code":"PE","lang":"spa","flag":"🇵🇪"},{"name":"Philippines","code":"PH","lang":"eng","flag":"🇵🇭"},{"name":"Pitcairn Islands","code":"PN","lang":"eng","flag":"🇵🇳"},{"name":"Poland","code":"PL","lang":"pol","flag":"🇵🇱"},{"name":"Portugal","code":"PT","lang":"por","flag":"🇵🇹"},{"name":"Puerto Rico","code":"PR","lang":"spa","flag":"🇵🇷"},{"name":"Qatar","code":"QA","lang":"ara","flag":"🇶🇦"},{"name":"Republic of the Congo","code":"CG","lang":"fra","flag":"🇨🇬"},{"name":"Romania","code":"RO","lang":"ron","flag":"🇷🇴"},{"name":"Russia","code":"RU","lang":"rus","flag":"🇷🇺"},{"name":"Rwanda","code":"RW","lang":"kin","flag":"🇷🇼"},{"name":"Réunion","code":"RE","lang":"fra","flag":"🇷🇪"},{"name":"Saint Barthélemy","code":"BL","lang":"fra","flag":"🇧🇱"},{"name":"Saint Helena","code":"SH","lang":"eng","flag":"🇸🇭"},{"name":"Saint Kitts and Nevis","code":"KN","lang":"eng","flag":"🇰🇳"},{"name":"Saint Lucia","code":"LC","lang":"eng","flag":"🇱🇨"},{"name":"Saint Martin","code":"MF","lang":"eng","flag":"🇲🇫"},{"name":"Saint Pierre and Miquelon","code":"PM","lang":"fra","flag":"🇵🇲"},{"name":"Saint Vincent and the Grenadines","code":"VC","lang":"eng","flag":"🇻🇨"},{"name":"Samoa","code":"WS","lang":"smo","flag":"🇼🇸"},{"name":"San Marino","code":"SM","lang":"ita","flag":"🇸🇲"},{"name":"Saudi Arabia","code":"SA","lang":"ara","flag":"🇸🇦"},{"name":"Senegal","code":"SN","lang":"fra","flag":"🇸🇳"},{"name":"Serbia","code":"RS","lang":"srp","flag":"🇷🇸"},{"name":"Seychelles","code":"SC","lang":"fra","flag":"🇸🇨"},{"name":"Sierra Leone","code":"SL","lang":"eng","flag":"🇸🇱"},{"name":"Singapore","code":"SG","lang":"eng","flag":"🇸🇬"},{"name":"Sint Maarten","code":"SX","lang":"nld","flag":"🇸🇽"},{"name":"Slovakia","code":"SK","lang":"slk","flag":"🇸🇰"},{"name":"Slovenia","code":"SI","lang":"slv","flag":"🇸🇮"},{"name":"Solomon Islands","code":"SB","lang":"eng","flag":"🇸🇧"},{"name":"Somalia","code":"SO","lang":"som","flag":"🇸🇴"},{"name":"South Africa","code":"ZA","lang":"afr","flag":"🇿🇦"},{"name":"South Georgia and the South Sandwich Islands","code":"GS","lang":"eng","flag":"🇬🇸"},{"name":"South Korea","code":"KR","lang":"kor","flag":"🇰🇷"},{"name":"South Sudan","code":"SS","lang":"eng","flag":"🇸🇸"},{"name":"Spain","code":"ES","lang":"spa","flag":"🇪🇸"},{"name":"Sri Lanka","code":"LK","lang":"sin","flag":"🇱🇰"},{"name":"Sudan","code":"SD","lang":"ara","flag":"🇸🇩"},{"name":"Suriname","code":"SR","lang":"nld","flag":"🇸🇷"},{"name":"Svalbard and Jan Mayen","code":"SJ","lang":"nor","flag":"🇸🇯"},{"name":"Swaziland","code":"SZ","lang":"eng","flag":"🇸🇿"},{"name":"Sweden","code":"SE","lang":"swe","flag":"🇸🇪"},{"name":"Switzerland","code":"CH","lang":"deu","flag":"🇨🇭"},{"name":"Syria","code":"SY","lang":"ara","flag":"🇸🇾"},{"name":"São Tomé and Príncipe","code":"ST","lang":"por","flag":"🇸🇹"},{"name":"Taiwan","code":"TW","lang":"zho","flag":"🇹🇼"},{"name":"Tajikistan","code":"TJ","lang":"tgk","flag":"🇹🇯"},{"name":"Tanzania","code":"TZ","lang":"swa","flag":"🇹🇿"},{"name":"Thailand","code":"TH","lang":"tha","flag":"🇹🇭"},{"name":"Togo","code":"TG","lang":"fra","flag":"🇹🇬"},{"name":"Tokelau","code":"TK","lang":"eng","flag":"🇹🇰"},{"name":"Tonga","code":"TO","lang":"eng","flag":"🇹🇴"},{"name":"Trinidad and Tobago","code":"TT","lang":"eng","flag":"🇹🇹"},{"name":"Tunisia","code":"TN","lang":"ara","flag":"🇹🇳"},{"name":"Turkey","code":"TR","lang":"tur","flag":"🇹🇷"},{"name":"Turkmenistan","code":"TM","lang":"tuk","flag":"🇹🇲"},{"name":"Turks and Caicos Islands","code":"TC","lang":"eng","flag":"🇹🇨"},{"name":"Tuvalu","code":"TV","lang":"eng","flag":"🇹🇻"},{"name":"U.S. Minor Outlying Islands","code":"UM","lang":"eng","flag":"🇺🇲"},{"name":"U.S. Virgin Islands","code":"VI","lang":"eng","flag":"🇻🇮"},{"name":"Uganda","code":"UG","lang":"eng","flag":"🇺🇬"},{"name":"Ukraine","code":"UA","lang":"ukr","flag":"🇺🇦"},{"name":"United Arab Emirates","code":"AE","lang":"ara","flag":"🇦🇪"},{"name":"United Kingdom","code":"UK","lang":"eng","flag":"🇬🇧"},{"name":"United States","code":"US","lang":"eng","flag":"🇺🇸"},{"name":"Uruguay","code":"UY","lang":"spa","flag":"🇺🇾"},{"name":"Uzbekistan","code":"UZ","lang":"uzb","flag":"🇺🇿"},{"name":"Vanuatu","code":"VU","lang":"bis","flag":"🇻🇺"},{"name":"Vatican City","code":"VA","lang":"ita","flag":"🇻🇦"},{"name":"Venezuela","code":"VE","lang":"spa","flag":"🇻🇪"},{"name":"Vietnam","code":"VN","lang":"vie","flag":"🇻🇳"},{"name":"Wallis and Futuna","code":"WF","lang":"fra","flag":"🇼🇫"},{"name":"Western Sahara","code":"EH","lang":"spa","flag":"🇪🇭"},{"name":"Yemen","code":"YE","lang":"ara","flag":"🇾🇪"},{"name":"Zambia","code":"ZM","lang":"eng","flag":"🇿🇲"},{"name":"Zimbabwe","code":"ZW","lang":"eng","flag":"🇿🇼"},{"name":"Åland","code":"AX","lang":"swe","flag":"🇦🇽"}] \ No newline at end of file diff --git a/tests/__data__/input/data/guides.json b/tests/__data__/input/data/guides.json new file mode 100644 index 000000000..1a2900611 --- /dev/null +++ b/tests/__data__/input/data/guides.json @@ -0,0 +1 @@ +[{"channel":"0.es","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"0.es","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"01TV.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"100NLTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"101TV.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"101TV.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"10Bold.au","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/au/ontvtonight.com.epg.xml"},{"channel":"10Peach.au","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/au/ontvtonight.com.epg.xml"},{"channel":"10Shake.au","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/au/ontvtonight.com.epg.xml"},{"channel":"10Sydney.au","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/au/ontvtonight.com.epg.xml"},{"channel":"10emeRueTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"10emeRueTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"10emeRueTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"10emeRueTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"10emeRueTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"10emeRueTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"10emeRueTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"10emeRueTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"10emeRueTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"10emeRueTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"10emeRueTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"10emeRueTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"10emeRueTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"10emeRueTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"10emeRueTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"10emeRueTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"10emeRueTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"10emeRueTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"10emeRueTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"10emeRueTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"10emeRueTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"10emeRueTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"10emeRueTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"10emeRueTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"123TV.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"13C.cl","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"13Ulica.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"13emeRue.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"13emeRue.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"13emeRue.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"13emeRue.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"13emeRue.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"13emeRue.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"13emeRue.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"13emeRue.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"13emeRue.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"13emeRue.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"13emeRue.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"13emeRue.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"13emeRue.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"13emeRue.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"13emeRue.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"13emeRue.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"13emeRue.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"13emeRue.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"13emeRue.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"13emeRue.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"13emeRue.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"13emeRue.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"13emeRue.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"13emeRue.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"13emeRue.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"13emeRue.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"13emeRue.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"13emeRue.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"13emeRue.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"13emeRue.us","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"13emeRue.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"13emeRue.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"13emeRue.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"13emeRue.us","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"13emeRue.us","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"13thStreetDeutschland.us","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"13thStreetDeutschland.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"13thStreetDeutschland.us","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"192TV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"1HDMusicTV.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"1KZNTV.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"1KZNTV.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"1MagicAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"1MagicAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"1MagicAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"1MagicAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"1MagicAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"1MagicAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"1MagicAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"1MagicAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"1MagicAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"1MagicAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"1MagicAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"1MagicAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"1MagicAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"1MagicAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"1MagicAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"1MagicAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"1MagicAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"1MagicAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"1MagicAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"1MagicAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"1MagicAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"1MagicAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"1MagicAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"1MagicAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"1MagicAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"1MagicAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"1MagicAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"1MagicAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"1MagicAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"1MagicAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"1MagicAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"1MagicAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"1MagicAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"1MagicAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"1MagicAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"1MagicAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"1MagicAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"1MagicAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"1MagicAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"1MagicAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"1MagicAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"1MagicAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"1MagicAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"1MagicAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"1MagicAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"1Plus1.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"1Plus2.lv","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"1Plus2.lv","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"1Plus2.lv","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"1Sports.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"1TV.ge","site":"magticom.ge","lang":"ka","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"20Mediaset.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"20Mediaset.it","site":"mediaset.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/mediaset.it.epg.xml"},{"channel":"20Mediaset.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"21TV.am","site":"tv.mail.ru","lang":"hy","url":"https://iptv-org.github.io/epg/guides/am/tv.mail.ru.epg.xml"},{"channel":"247CanaldeNoticias.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"24Horas.cl","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"24Kanal.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"24KitchenAdria.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"24KitchenBulgaria.us","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"24KitchenHrvatska.us","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"24KitchenNederland.us","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"24KitchenPortugal.us","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"24KitchenPortugal.us","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"24KitchenSrbija.us","site":"ipko.com","lang":"hr","url":"https://iptv-org.github.io/epg/guides/al/ipko.com.epg.xml"},{"channel":"24KitchenSrbija.us","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"24KitchenSrbija.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"24KitchenTurkiye.us","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"24KitchenTurkiye.us","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"24Krim.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"24TV.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"24TV.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"24TV.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"2MMonde.ma","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"2MMonde.ma","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"2MMonde.ma","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"2MMonde.ma","site":"tv.blue.ch","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"2Plus2.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"2STV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"2STV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"2STV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"2STV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"2STV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"2STV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"2STV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"2STV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"2STV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"2STV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"2STV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"2STV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"2STV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"2STV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"2STV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"2STV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"2STV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"2STV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"2STV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"2STV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"2STV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"2STV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"2STV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"2STV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"2TV.ge","site":"magticom.ge","lang":"ka","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"31Kanal.kz","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/kz/tv.yandex.ru.epg.xml"},{"channel":"34Telekanal.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"360.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"360.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"360.tr","site":"tv.blue.ch","lang":"tr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"360.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"360TuneBox.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"360TuneBox.us","site":"magticom.ge","lang":"en","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"360TuneBox.us","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"360TuneBox.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"360TuneBox.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"360TuneBox.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"365dneiTV.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"3ABNEnglish.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"3ABNLatino.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/mi.tv.epg.xml"},{"channel":"3Plus.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"3PlusLatvija.lv","site":"tv.lv","lang":"lv","url":"https://iptv-org.github.io/epg/guides/lv/tv.lv.epg.xml"},{"channel":"3TV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"3TV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"3TV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"3TV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"3TV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"3TV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"3TV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"3TV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"3TV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"3TV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"3TV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"3TV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"3TV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"3TV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"3TV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"3TV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"3TV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"3TV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"3TV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"3TV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"3TV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"3TV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"3TV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"3TV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"3sat.de","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"3sat.de","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"3sat.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"3sat.de","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"3sat.de","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"3sat.de","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"3sat.de","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"3sat.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"3sat.de","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"3sat.de","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"4E.gr","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"4FunDance.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"4FunDance.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"4FunKids.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"4FunTV.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"4FunTV.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"4Music.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"4Music.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"4Plus.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"4Seven.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"4Seven.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"4Seven.uk","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"5Kanal.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"5Kanal.ua","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"5Kanal.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"5Plus.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"5Select.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"5Select.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"5Select.uk","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"5Star.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"5Star.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"5Star.uk","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"5StarMax.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"5StarMaxEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"5StarMaxWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"5TV.am","site":"tv.mail.ru","lang":"hy","url":"https://iptv-org.github.io/epg/guides/am/tv.mail.ru.epg.xml"},{"channel":"5USA.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"5USA.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"5USA.uk","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"6Plus.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"6eren.dk","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"6ter.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"6ter.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"6ter.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"6ter.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"6ter.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"6ter.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"6ter.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"6ter.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"6ter.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"6ter.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"6ter.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"6terSuisse.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"78TV.bg","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"7Central.au","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/au/ontvtonight.com.epg.xml"},{"channel":"7D7.ee","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"7Gold.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"7Info.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"7Info.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"7Info.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"7Info.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"7Info.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"7Info.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"7Info.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"7Info.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"7Info.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"7Info.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"7Info.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"7Info.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"7Info.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"7Info.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"7Info.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"7Info.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"7Info.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"7Info.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"7Info.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"7Info.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"7Info.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"7Info.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"7Info.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"7Info.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"7TV.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"7TelevisionRegiondeMurcia.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"7Two.au","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/au/ontvtonight.com.epg.xml"},{"channel":"7flix.au","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/au/ontvtonight.com.epg.xml"},{"channel":"7mate.au","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/au/ontvtonight.com.epg.xml"},{"channel":"88Films.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"88TV.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"8Kanal.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"8KanalInternational.ru","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"8TV.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"8kanal.by","site":"tv.mail.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/by/tv.mail.ru.epg.xml"},{"channel":"92News.pk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"92News.pk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"9Go.au","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/au/ontvtonight.com.epg.xml"},{"channel":"9Life.au","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/au/ontvtonight.com.epg.xml"},{"channel":"9RushPerth.au","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/au/ontvtonight.com.epg.xml"},{"channel":"9Volna.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"9XJhakaas.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"9XM.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"9XTashan.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"A1.ru","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"A1.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"A1TV.me","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"A1TV.me","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"A2.ru","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"A2.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"A2.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"A2.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"A24.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"AAVISIE.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"AB1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"AB1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"AB1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"AB1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"AB1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"AB1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"AB1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"AB1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"AB1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"AB1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"AB1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"AB1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"AB1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"AB1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"AB1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"AB1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"AB1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"AB1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"AB1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"AB1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"AB1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"AB1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"AB1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"AB1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"AB1.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"AB1.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"AB1.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"AB3.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"AB3.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"ABCAustraliaAsia.au","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"ABCAustraliaAsia.au","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"ABCAustraliaAsia.au","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"ABCAustraliaAsia.au","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"ABCEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"ABCEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ABCKidsNSW.au","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/au/ontvtonight.com.epg.xml"},{"channel":"ABCMe.au","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/au/ontvtonight.com.epg.xml"},{"channel":"ABCNews.al","site":"ipko.com","lang":"hr","url":"https://iptv-org.github.io/epg/guides/al/ipko.com.epg.xml"},{"channel":"ABCNews.al","site":"tv.blue.ch","lang":"sq","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"ABCNews.au","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/au/ontvtonight.com.epg.xml"},{"channel":"ABCTV.au","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/au/ontvtonight.com.epg.xml"},{"channel":"ABPAnanda.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ABPAsmita.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ABPGanga.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ABPMajha.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ABPNewsIndia.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ABolaTV.pt","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"ABolaTV.pt","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"ACCNetwork.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ADN40.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"AEAndes.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"AEAndes.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"AEBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"AEChile.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"AEChile.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"AEEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"AEEast.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"AEEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"AEEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"AELatinoamerica.us","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"AELatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/gatotv.com.epg.xml"},{"channel":"AELatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"AELatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"AELatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"AELatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ec/gatotv.com.epg.xml"},{"channel":"AELatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"AELatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"AELatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"AELatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml"},{"channel":"AELatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"AELatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ve/gatotv.com.epg.xml"},{"channel":"AELatinoamerica.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"AEWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"AHaber.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"AHaber.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"AHaber.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"AITInternational.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"AITInternational.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"AITInternational.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"AMCAndina.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"AMCAndina.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"AMCBalkan.us","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"AMCBalkan.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"AMCBalkan.us","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"AMCBalkan.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"AMCBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"AMCCesko.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"AMCColombia.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"AMCEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"AMCEast.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"AMCEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"AMCEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"AMCEspana.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"AMCEspana.us","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"AMCLatinAmerica.us","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"AMCLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/gatotv.com.epg.xml"},{"channel":"AMCLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/gatotv.com.epg.xml"},{"channel":"AMCLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"AMCLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"AMCLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"AMCLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ec/gatotv.com.epg.xml"},{"channel":"AMCLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"AMCLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"AMCLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"AMCLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml"},{"channel":"AMCLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/py/gatotv.com.epg.xml"},{"channel":"AMCLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"AMCLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/uy/gatotv.com.epg.xml"},{"channel":"AMCLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ve/gatotv.com.epg.xml"},{"channel":"AMCLatinAmerica.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"AMCMagyarorszag.us","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"AMCMexico.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"AMCMexico.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"AMCMexico.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/mi.tv.epg.xml"},{"channel":"AMCPolska.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"AMCPortugal.us","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"AMCRomania.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"AMCRussia.us","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"AMCRussia.us","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"AMCRussia.us","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"AMCRussia.us","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"AMCRussia.us","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"AMCWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"AMItvWest.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"AMP2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ANC.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"ANC.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"ANC.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"ANC.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"ANC.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"ANC.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"ANC.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"ANC.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"ANC.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"ANC.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"ANC.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"ANC.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"ANC.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"ANC.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"ANC.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"ANC.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"ANC.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"ANC.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"ANC.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"ANC.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"ANC.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"ANC.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"ANC.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"ANC.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"ANC.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"ANC.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"ANC.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"ANC.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"ANC.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"ANC.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"ANC.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"ANC.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"ANC.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"ANC.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"ANTV.id","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"ANews.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"APara.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"APara.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"APlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"APlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"APlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"APlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"APlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"APlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"APlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"APlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"APlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"APlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"APlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"APlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"APlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"APlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"APlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"APlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"APlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"APlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"APlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"APlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"APlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"APlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"APlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"APlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"APlus.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"APlus.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"APlus.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"APlus.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"APlus.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"APlus.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"APlus.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"APlus.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"APlus.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"APlus.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"APlus.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"APlusIvoire.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"APlusIvoire.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"APlusIvoire.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"APlusIvoire.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"APlusIvoire.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"APlusIvoire.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"APlusIvoire.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"APlusIvoire.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"APlusIvoire.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"APlusIvoire.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"APlusIvoire.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"APlusIvoire.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"APlusIvoire.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"APlusIvoire.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"APlusIvoire.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"APlusIvoire.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"APlusIvoire.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"APlusIvoire.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"APlusIvoire.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"APlusIvoire.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"APlusIvoire.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"APlusIvoire.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"APlusIvoire.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"APlusIvoire.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"APlusKidsTV.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"APlusKidsTV.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"APlusKidsTV.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"APlusKidsTV.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"APlusKidsTV.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"APlusKidsTV.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"APlusKidsTV.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"APlusKidsTV.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"APlusKidsTV.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"APlusKidsTV.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"APlusKidsTV.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"APlusKidsTV.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"APlusKidsTV.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"APlusKidsTV.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"APlusKidsTV.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"APlusKidsTV.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"APlusKidsTV.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"APlusKidsTV.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"APlusKidsTV.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"APlusKidsTV.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"APlusKidsTV.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"APlusKidsTV.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"APlusKidsTV.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"APlusKidsTV.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"APlusKidsTV.uk","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"ARBGunes.az","site":"tv.mail.ru","lang":"az","url":"https://iptv-org.github.io/epg/guides/az/tv.mail.ru.epg.xml"},{"channel":"ARDAlpha.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"ARDAlpha.de","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"ARDAlpha.de","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"ARDAlpha.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"ARTAflam1.sa","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"ARTAflam1.sa","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"ARTAflam1.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"ARTAflam1.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"ARTAflam1.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"ARTAflam1.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"ARTAflam1.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"ARTAflam1.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"ARTAflam1.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"ARTAflam1.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"ARTAflam1.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"ARTAflam1.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"ARTAflam1.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"ARTAflam1.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"ARTAflam1.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"ARTAflam1.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"ARTAflam1.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"ARTAflam1.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"ARTAflam1.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"ARTAflam1.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"ARTAflam1.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"ARTAflam1.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"ARTAflam1.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"ARTAflam1.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"ARTAflam1.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"ARTAflam1.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"ARTAflam1.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"ARTAflam1.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"ARTAflam1.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"ARTAflam1.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"ARTAflam1.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"ARTAflam1.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"ARTAflam1.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"ARTAflam1.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"ARTAflam1.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"ARTAflam1.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"ARTAflam2.sa","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"ARTAflam2.sa","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"ARTAflam2.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"ARTAflam2.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"ARTAflam2.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"ARTAflam2.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"ARTAflam2.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"ARTAflam2.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"ARTAflam2.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"ARTAflam2.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"ARTAflam2.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"ARTAflam2.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"ARTAflam2.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"ARTAflam2.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"ARTAflam2.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"ARTAflam2.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"ARTAflam2.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"ARTAflam2.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"ARTAflam2.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"ARTAflam2.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"ARTAflam2.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"ARTAflam2.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"ARTAflam2.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"ARTAflam2.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"ARTAflam2.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"ARTAflam2.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"ARTAflam2.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"ARTAflam2.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"ARTAflam2.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"ARTAflam2.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"ARTAflam2.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"ARTAflam2.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"ARTAflam2.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"ARTAflam2.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"ARTAflam2.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"ARTAflam2.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"ARTAmerica.sa","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ARTCinema.sa","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"ARTCinema.sa","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"ARTCinema.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"ARTCinema.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"ARTCinema.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"ARTCinema.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"ARTCinema.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"ARTCinema.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"ARTCinema.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"ARTCinema.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"ARTCinema.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"ARTCinema.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"ARTCinema.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"ARTCinema.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"ARTCinema.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"ARTCinema.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"ARTCinema.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"ARTCinema.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"ARTCinema.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"ARTCinema.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"ARTCinema.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"ARTCinema.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"ARTCinema.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"ARTCinema.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"ARTCinema.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"ARTCinema.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"ARTCinema.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"ARTCinema.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"ARTCinema.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"ARTCinema.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"ARTCinema.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"ARTCinema.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"ARTCinema.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"ARTCinema.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"ARTCinema.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"ARTCinema.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"ARTEDeutsch.fr","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"ARTEDeutsch.fr","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"ARTEDeutsch.fr","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"ARTEDeutsch.fr","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"ARTEDeutsch.fr","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"ARTEDeutsch.fr","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"ARTEFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"ARTEFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"ARTEFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"ARTEFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"ARTEFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"ARTEFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"ARTEFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"ARTEFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"ARTEFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"ARTEFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"ARTEFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"ARTEFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"ARTEFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"ARTEFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"ARTEFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"ARTEFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"ARTEFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"ARTEFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"ARTEFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"ARTEFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"ARTEFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"ARTEFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"ARTEFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"ARTEFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"ARTEFrancais.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"ARTEFrancais.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"ARTEFrancais.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"ARTEFrancais.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"ARTEFrancais.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"ARTEFrancais.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"ARTEFrancais.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"ARTEFrancais.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"ARTEFrancais.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"ARTEFrancais.fr","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"ARTEFrancais.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"ARTEFrancais.fr","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"ARTEFrancais.fr","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"ARTEFrancais.fr","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"ARTEFrancais.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"ARTEFrancais.fr","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"ARTHekayat.sa","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"ARTHekayat.sa","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"ARTHekayat.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"ARTHekayat.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"ARTHekayat.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"ARTHekayat.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"ARTHekayat.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"ARTHekayat.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"ARTHekayat.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"ARTHekayat.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"ARTHekayat.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"ARTHekayat.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"ARTHekayat.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"ARTHekayat.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"ARTHekayat.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"ARTHekayat.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"ARTHekayat.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"ARTHekayat.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"ARTHekayat.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"ARTHekayat.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"ARTHekayat.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"ARTHekayat.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"ARTHekayat.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"ARTHekayat.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"ARTHekayat.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"ARTHekayat.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"ARTHekayat.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"ARTHekayat.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"ARTHekayat.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"ARTHekayat.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"ARTHekayat.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"ARTHekayat.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"ARTHekayat.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"ARTHekayat.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"ARTHekayat.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"ARTHekayat.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"ARTHekayat2.sa","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"ARTHekayat2.sa","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"ARTHekayat2.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"ARTHekayat2.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"ARTHekayat2.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"ARTHekayat2.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"ARTHekayat2.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"ARTHekayat2.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"ARTHekayat2.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"ARTHekayat2.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"ARTHekayat2.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"ARTHekayat2.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"ARTHekayat2.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"ARTHekayat2.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"ARTHekayat2.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"ARTHekayat2.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"ARTHekayat2.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"ARTHekayat2.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"ARTHekayat2.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"ARTHekayat2.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"ARTHekayat2.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"ARTHekayat2.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"ARTHekayat2.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"ARTHekayat2.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"ARTHekayat2.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"ARTHekayat2.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"ARTHekayat2.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"ARTHekayat2.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"ARTHekayat2.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"ARTHekayat2.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"ARTHekayat2.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"ARTHekayat2.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"ARTHekayat2.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"ARTHekayat2.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"ARTHekayat2.sa","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"ARTHekayat2.sa","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"ARTSTV.et","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"ARTV.cl","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"ARYZauq.pk","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ASpor.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"ASpor.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"ASpor.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"AT5.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"ATB.bo","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"ATGLive.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"ATMTV.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"ATNColorsRishtey.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"ATNIBCTamil.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"ATNMovies.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"ATNPunjabi5.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"ATNPunjabiPlus.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"ATNZoom.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"ATOSTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"ATTSportsNetPittsburgh.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ATTSportsNetRockyMountain.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"ATTSportsNetRockyMountain.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ATTSportsNetRockyMountainUtah.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ATTSportsNetRockyMountainWest.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"ATTSportsNetRockyMountainWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ATV.am","site":"tv.mail.ru","lang":"hy","url":"https://iptv-org.github.io/epg/guides/am/tv.mail.ru.epg.xml"},{"channel":"ATV.at","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"ATV.at","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"ATV.at","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"ATV.hu","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"ATV.hu","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"ATV.pe","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml"},{"channel":"ATV.pe","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/mi.tv.epg.xml"},{"channel":"ATV2.at","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"ATV2.at","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"ATVAvrupa.tr","site":"tv.blue.ch","lang":"tr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"ATVBazmocTV.am","site":"tv.mail.ru","lang":"hy","url":"https://iptv-org.github.io/epg/guides/am/tv.mail.ru.epg.xml"},{"channel":"ATVFilmzone.am","site":"tv.mail.ru","lang":"hy","url":"https://iptv-org.github.io/epg/guides/am/tv.mail.ru.epg.xml"},{"channel":"ATVHayTV.us","site":"tv.mail.ru","lang":"hy","url":"https://iptv-org.github.io/epg/guides/am/tv.mail.ru.epg.xml"},{"channel":"ATVKhaghaliqTV.am","site":"tv.mail.ru","lang":"hy","url":"https://iptv-org.github.io/epg/guides/am/tv.mail.ru.epg.xml"},{"channel":"ATVKinoman.am","site":"tv.mail.ru","lang":"hy","url":"https://iptv-org.github.io/epg/guides/am/tv.mail.ru.epg.xml"},{"channel":"ATVPlus.pe","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/mi.tv.epg.xml"},{"channel":"ATVSur.pe","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/mi.tv.epg.xml"},{"channel":"ATVTavaTV.am","site":"tv.mail.ru","lang":"hy","url":"https://iptv-org.github.io/epg/guides/am/tv.mail.ru.epg.xml"},{"channel":"ATVTurkiye.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"ATVTurkiye.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"ATVTurkiye.tr","site":"tv.blue.ch","lang":"tr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"ATVTurkiye.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"ATX.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"AWE.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"AWE.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"AWE.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"AXNAdria.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"AXNAndina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/gatotv.com.epg.xml"},{"channel":"AXNBlack.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"AXNBlack.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"AXNBlack.us","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"AXNBlackPolska.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"AXNBrazil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"AXNBulgaria.us","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"AXNCentralEurope.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"AXNCentralEurope.us","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"AXNCentro.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/mi.tv.epg.xml"},{"channel":"AXNCzechRepublic.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"AXNDeutschland.us","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"AXNDeutschland.us","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"AXNEastAsia.us","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"AXNEastAsia.us","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"AXNEastAsia.us","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"AXNEastAsia.us","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"AXNEastAsia.us","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"AXNEspana.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"AXNEspana.us","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"AXNJapan.us","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"AXNLatinoamerica.us","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"AXNLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/gatotv.com.epg.xml"},{"channel":"AXNLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"AXNLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"AXNLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"AXNLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ec/gatotv.com.epg.xml"},{"channel":"AXNLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"AXNLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"AXNLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"AXNLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"AXNLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"AXNLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml"},{"channel":"AXNLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/py/gatotv.com.epg.xml"},{"channel":"AXNLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"AXNLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/uy/gatotv.com.epg.xml"},{"channel":"AXNLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ve/gatotv.com.epg.xml"},{"channel":"AXNLatinoamerica.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/mi.tv.epg.xml"},{"channel":"AXNLatinoamerica.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"AXNMovies.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"AXNMovies.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"AXNMovies.us","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"AXNMystery.us","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"AXNPolska.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"AXNPortugal.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"AXNPortugal.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"AXNPortugal.us","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"AXNPortugal.us","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"AXNRomania.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"AXNSpinAdria.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"AXNSpinPolska.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"AXNSpinRomania.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"AXNWhite.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"AXNWhite.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"AXNWhite.us","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"AXNWhiteEspana.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"AXNWhiteEspana.us","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"AXNWhitePolska.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"AXNWhitePortugal.us","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"AXSTV.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"AXSTV.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"AXSTV.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"AYVTV.sl","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"AYVTV.sl","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"AYVTV.sl","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"AYVTV.sl","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"AYVTV.sl","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"AYVTV.sl","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"AYVTV.sl","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"AYVTV.sl","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"AYVTV.sl","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"AYVTV.sl","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"AYVTV.sl","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"AYVTV.sl","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"AYVTV.sl","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"AYVTV.sl","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"AYVTV.sl","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"AYVTV.sl","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"AYVTV.sl","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"AYVTV.sl","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"AYVTV.sl","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"AYVTV.sl","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"AYVTV.sl","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"AYVTV.sl","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"AYVTV.sl","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"AYVTV.sl","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"AYVTV.sl","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"AYVTV.sl","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"AYVTV.sl","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"AYVTV.sl","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"AYVTV.sl","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"AajTak.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"AajTak.in","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"AakaashAath.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"AasthaIndia.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"AbkhaziaHD.ge","site":"magticom.ge","lang":"ka","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"AbolTV.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"AbolTV.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"AbolTV.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"AbuDhabiDrama.ae","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"AbuDhabiDrama.ae","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"AbuDhabiTV.ae","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"AbuDhabiTV.ae","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"AbyaYalaTV.bo","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"AccuWeather.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"AccuWeatherNetwork.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"Action.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"Action.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"Action.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"Action.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"Action.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"Action.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"Action.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"Action.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"Action.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"Action.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"Action.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"Action.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"Action.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"Action.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"Action.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"Action.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"Action.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"Action.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"Action.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"Action.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"Action.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"Action.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"Action.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"Action.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"Action.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"Action.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"Action.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"Action.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"Action.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"Action.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"Action.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"Action.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"Action.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"Action.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"Action.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"Action.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Action24.gr","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"ActionMaxEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"ActionMaxEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ActionMaxWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ActiveFamily.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"AdaTV.cy","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"AddisMediaNetwork.et","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"AdithyaTV.in","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"Adjarasport1.ge","site":"magticom.ge","lang":"ka","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"Adjarasport2.ge","site":"magticom.ge","lang":"ka","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"AdomTV.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"AdrenalinaSportsNetwork.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"AdultChannel.uk","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"AdultChannel1.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"AdultChannel2.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"AdultChannel3.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"AdultChannel4.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"AdultChannel5.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"AdultChannel6.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"AdultChannel7.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"AdultSwimWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Adventure.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Adventure.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"AdventureCzechia.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Africa24.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"Africa24.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"Africa24.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"Africa24.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"Africa24.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"Africa24.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"Africa24.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"Africa24.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"Africa24.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"Africa24.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"Africa24.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"Africa24.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"Africa24.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"Africa24.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"Africa24.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"Africa24.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"Africa24.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"Africa24.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"Africa24.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"Africa24.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"Africa24.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"Africa24.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"Africa24.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"Africa24.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"AfricaMagicEpic.za","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"AfricaMagicEpic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"AfricaMagicEpic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"AfricaMagicEpic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"AfricaMagicEpic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"AfricaMagicEpic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"AfricaMagicEpic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"AfricaMagicEpic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"AfricaMagicEpic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"AfricaMagicEpic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"AfricaMagicEpic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"AfricaMagicEpic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"AfricaMagicEpic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"AfricaMagicEpic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"AfricaMagicEpic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"AfricaMagicEpic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"AfricaMagicEpic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"AfricaMagicEpic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"AfricaMagicEpic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"AfricaMagicEpic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"AfricaMagicEpic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"AfricaMagicEpic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"AfricaMagicEpic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"AfricaMagicEpic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"AfricaMagicEpic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"AfricaMagicEpic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"AfricaMagicEpic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"AfricaMagicEpic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"AfricaMagicEpic.za","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"AfricaMagicEpic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"AfricaMagicEpic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"AfricaMagicEpic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"AfricaMagicEpic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"AfricaMagicEpic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"AfricaMagicEpic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"AfricaMagicEpic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"AfricaMagicEpic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"AfricaMagicEpic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"AfricaMagicEpic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"AfricaMagicEpic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"AfricaMagicEpic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"AfricaMagicEpic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"AfricaMagicEpic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"AfricaMagicEpic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tz/dstv.com.epg.xml"},{"channel":"AfricaMagicEpic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"AfricaMagicEpic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"AfricaMagicEpic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"AfricaMagicEpic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"AfricaMagicFamily.za","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"AfricaMagicFamily.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"AfricaMagicFamily.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"AfricaMagicFamily.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"AfricaMagicFamily.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"AfricaMagicFamily.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"AfricaMagicFamily.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"AfricaMagicFamily.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"AfricaMagicFamily.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"AfricaMagicFamily.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"AfricaMagicFamily.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"AfricaMagicFamily.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"AfricaMagicFamily.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"AfricaMagicFamily.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"AfricaMagicFamily.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"AfricaMagicFamily.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"AfricaMagicFamily.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"AfricaMagicFamily.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"AfricaMagicFamily.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"AfricaMagicFamily.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"AfricaMagicFamily.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"AfricaMagicFamily.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"AfricaMagicFamily.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"AfricaMagicFamily.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"AfricaMagicFamily.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"AfricaMagicFamily.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"AfricaMagicFamily.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"AfricaMagicFamily.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"AfricaMagicFamily.za","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"AfricaMagicFamily.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"AfricaMagicFamily.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"AfricaMagicFamily.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"AfricaMagicFamily.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"AfricaMagicFamily.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"AfricaMagicFamily.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"AfricaMagicFamily.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"AfricaMagicFamily.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"AfricaMagicFamily.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"AfricaMagicFamily.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"AfricaMagicFamily.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"AfricaMagicFamily.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"AfricaMagicFamily.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"AfricaMagicFamily.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"AfricaMagicFamily.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"AfricaMagicFamily.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"AfricaMagicFamily.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"AfricaMagicFamily.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"AfricaMagicHausa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"AfricaMagicHausa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"AfricaMagicHausa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"AfricaMagicHausa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"AfricaMagicHausa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"AfricaMagicHausa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"AfricaMagicHausa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"AfricaMagicHausa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"AfricaMagicHausa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"AfricaMagicHausa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"AfricaMagicHausa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"AfricaMagicHausa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"AfricaMagicHausa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"AfricaMagicHausa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"AfricaMagicHausa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"AfricaMagicHausa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"AfricaMagicHausa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"AfricaMagicHausa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"AfricaMagicHausa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"AfricaMagicHausa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"AfricaMagicHausa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"AfricaMagicHausa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"AfricaMagicHausa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"AfricaMagicHausa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"AfricaMagicHausa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"AfricaMagicHausa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"AfricaMagicHausa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"AfricaMagicHausa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"AfricaMagicHausa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"AfricaMagicHausa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"AfricaMagicHausa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"AfricaMagicHausa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"AfricaMagicHausa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"AfricaMagicHausa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"AfricaMagicHausa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"AfricaMagicHausa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"AfricaMagicHausa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tz/dstv.com.epg.xml"},{"channel":"AfricaMagicHausa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"AfricaMagicIgbo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"AfricaMagicIgbo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"AfricaMagicIgbo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"AfricaMagicIgbo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"AfricaMagicIgbo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"AfricaMagicIgbo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"AfricaMagicIgbo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"AfricaMagicIgbo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"AfricaMagicIgbo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"AfricaMagicIgbo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"AfricaMagicIgbo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"AfricaMagicIgbo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"AfricaMagicIgbo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"AfricaMagicIgbo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"AfricaMagicIgbo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"AfricaMagicIgbo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"AfricaMagicIgbo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"AfricaMagicIgbo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"AfricaMagicIgbo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"AfricaMagicIgbo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"AfricaMagicIgbo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"AfricaMagicIgbo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"AfricaMagicIgbo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"AfricaMagicIgbo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"AfricaMagicIgbo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"AfricaMagicIgbo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"AfricaMagicIgbo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"AfricaMagicIgbo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"AfricaMagicIgbo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"AfricaMagicIgbo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"AfricaMagicIgbo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"AfricaMagicIgbo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"AfricaMagicIgbo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"AfricaMagicIgbo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"AfricaMagicIgbo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"AfricaMagicIgbo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"AfricaMagicIgbo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"AfricaMagicShowcaseAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"AfricaMagicShowcaseAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"AfricaMagicShowcaseAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"AfricaMagicShowcaseAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"AfricaMagicShowcaseAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"AfricaMagicShowcaseAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"AfricaMagicShowcaseAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"AfricaMagicShowcaseAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"AfricaMagicShowcaseAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"AfricaMagicShowcaseAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"AfricaMagicShowcaseAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"AfricaMagicShowcaseAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"AfricaMagicShowcaseAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"AfricaMagicShowcaseAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"AfricaMagicShowcaseAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"AfricaMagicShowcaseAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"AfricaMagicShowcaseAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"AfricaMagicShowcaseAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"AfricaMagicShowcaseAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"AfricaMagicShowcaseAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"AfricaMagicShowcaseAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"AfricaMagicShowcaseAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"AfricaMagicShowcaseAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"AfricaMagicShowcaseAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"AfricaMagicShowcaseAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"AfricaMagicShowcaseAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"AfricaMagicShowcaseAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"AfricaMagicShowcaseAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"AfricaMagicShowcaseAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"AfricaMagicShowcaseAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"AfricaMagicShowcaseAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"AfricaMagicShowcaseAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"AfricaMagicShowcaseAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"AfricaMagicShowcaseAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"AfricaMagicShowcaseAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"AfricaMagicShowcaseAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"AfricaMagicShowcaseAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"AfricaMagicShowcaseAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"AfricaMagicShowcaseAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"AfricaMagicShowcaseAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"AfricaMagicShowcaseAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"AfricaMagicShowcaseAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"AfricaMagicShowcaseAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"AfricaMagicUrban.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"AfricaMagicUrban.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"AfricaMagicUrban.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"AfricaMagicUrban.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"AfricaMagicUrban.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"AfricaMagicUrban.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"AfricaMagicUrban.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"AfricaMagicUrban.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"AfricaMagicUrban.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"AfricaMagicUrban.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"AfricaMagicUrban.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"AfricaMagicUrban.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"AfricaMagicUrban.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"AfricaMagicUrban.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"AfricaMagicUrban.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"AfricaMagicUrban.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"AfricaMagicUrban.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"AfricaMagicUrban.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"AfricaMagicUrban.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"AfricaMagicUrban.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"AfricaMagicUrban.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"AfricaMagicUrban.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"AfricaMagicUrban.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"AfricaMagicUrban.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"AfricaMagicUrban.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"AfricaMagicUrban.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"AfricaMagicUrban.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"AfricaMagicUrban.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"AfricaMagicUrban.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"AfricaMagicUrban.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"AfricaMagicUrban.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"AfricaMagicUrban.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"AfricaMagicUrban.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"AfricaMagicUrban.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"AfricaMagicUrban.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"AfricaMagicUrban.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"AfricaMagicUrban.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"AfricaMagicUrban.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"AfricaMagicUrban.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"AfricaMagicUrban.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"AfricaMagicUrban.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"AfricaMagicUrban.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"AfricaMagicUrban.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"AfricaMagicUrban.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"AfricaMagicUrban.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"AfricaMagicYoruba.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"AfricaMagicYoruba.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"AfricaMagicYoruba.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"AfricaMagicYoruba.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"AfricaMagicYoruba.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"AfricaMagicYoruba.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"AfricaMagicYoruba.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"AfricaMagicYoruba.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"AfricaMagicYoruba.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"AfricaMagicYoruba.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"AfricaMagicYoruba.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"AfricaMagicYoruba.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"AfricaMagicYoruba.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"AfricaMagicYoruba.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"AfricaMagicYoruba.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"AfricaMagicYoruba.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"AfricaMagicYoruba.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"AfricaMagicYoruba.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"AfricaMagicYoruba.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"AfricaMagicYoruba.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"AfricaMagicYoruba.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"AfricaMagicYoruba.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"AfricaMagicYoruba.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"AfricaMagicYoruba.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"AfricaMagicYoruba.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"AfricaMagicYoruba.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"AfricaMagicYoruba.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"AfricaMagicYoruba.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"AfricaMagicYoruba.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"AfricaMagicYoruba.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"AfricaMagicYoruba.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"AfricaMagicYoruba.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"AfricaMagicYoruba.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"AfricaMagicYoruba.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"AfricaMagicYoruba.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"AfricaMagicYoruba.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"AfricaMagicYoruba.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tz/dstv.com.epg.xml"},{"channel":"AfricaMagicYoruba.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"AfricableTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"AfricableTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"AfricableTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"AfricableTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"AfricableTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"AfricableTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"AfricableTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"AfricableTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"AfricableTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"AfricableTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"AfricableTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"AfricableTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"AfricableTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"AfricableTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"AfricableTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"AfricableTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"AfricableTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"AfricableTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"AfricableTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"AfricableTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"AfricableTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"AfricableTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"AfricableTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"AfricableTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"Africanews.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"Africanews.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"Africanews.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"Africanews.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"Africanews.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"Africanews.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"Africanews.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"Africanews.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"Africanews.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"Africanews.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"Africanews.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"Africanews.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"Africanews.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"Africanews.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"Africanews.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"Africanews.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"Africanews.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"Africanews.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"Africanews.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"Africanews.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"Africanews.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"Africanews.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"Africanews.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"Africanews.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"Africanews.cg","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"Africanews.cg","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"Africanews.cg","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"Africanews.cg","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"Africanews.cg","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"Africanews.cg","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"Africanews.cg","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"Africanews.cg","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"Africanews.cg","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"Africanews.cg","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"Africanews.cg","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"Africanews.cg","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"Africanews.cg","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"Africanews.cg","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"Africanews.cg","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"Africanews.cg","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"Africanews.cg","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"Africanews.cg","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"Africanews.cg","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"Africanews.cg","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"Africanews.cg","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"Africanews.cg","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"Africanews.cg","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"Africanews.cg","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"Africanews.cg","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"Africanews.cg","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"Africanews.cg","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"Africanews.cg","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"Africanews.cg","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"Africanews.cg","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"Africanews.cg","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"Africanews.cg","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"Africanews.cg","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"Africanews.cg","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"Africanews.cg","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"Africanews.cg","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"Africanews.cg","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"Africanews.cg","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"Africanews.cg","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"Africanews.cg","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"Africanews.cg","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"Africanews.cg","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"Africanews.cg","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"Africanews.cg","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"Africanews.cg","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"Africanews.cg","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"AfroMusicChannel.pt","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"AfroMusicChannel.pt","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"AfroMusicChannel.pt","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"AfroMusicChannel.pt","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"AfroMusicPop.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"AfroMusicPop.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"AfroMusicPop.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"AfroMusicPop.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"AfroMusicPop.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"AfroMusicPop.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"AfroMusicPop.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"AfroMusicPop.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"AghaniAghaniTV.lb","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"AghaniAghaniTV.lb","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"AghaniAghaniTV.lb","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"AghaniAghaniTV.lb","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"AghaniAghaniTV.lb","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"AghaniAghaniTV.lb","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"AghaniAghaniTV.lb","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"AghaniAghaniTV.lb","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"AghaniAghaniTV.lb","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"AghaniAghaniTV.lb","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"AghaniAghaniTV.lb","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"AghaniAghaniTV.lb","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"AghaniAghaniTV.lb","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"AghaniAghaniTV.lb","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"AghaniAghaniTV.lb","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"AghaniAghaniTV.lb","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"AghaniAghaniTV.lb","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"AghaniAghaniTV.lb","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"AghaniAghaniTV.lb","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"AghaniAghaniTV.lb","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"AghaniAghaniTV.lb","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"AghaniAghaniTV.lb","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"AghaniAghaniTV.lb","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"AghaniAghaniTV.lb","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"AghaniAghaniTV.lb","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"AghaniAghaniTV.lb","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"AghaniAghaniTV.lb","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"AghaniAghaniTV.lb","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"AghaniAghaniTV.lb","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"AghaniAghaniTV.lb","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"AghaniAghaniTV.lb","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"AghaniAghaniTV.lb","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"AghaniAghaniTV.lb","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"AghaniAghaniTV.lb","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"AgroPlus.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"AgroTV.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"AgroTV.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"AgroTV.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"AgroTV.rs","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"AhaduTV.et","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"AhlulbaytTV.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"AhlulbaytTV.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"AigaioTV.gr","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"AjaraTV.ge","site":"magticom.ge","lang":"ka","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"AjaraTV.ge","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"AjaraTV.ge","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"AjoieTV.ch","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"AjwaTV.id","site":"vidio.com","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/vidio.com.epg.xml"},{"channel":"AkaalChannelUK.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"AkaalChannelUK.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"AkiliKids.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"AkilliTV.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"AkitTV.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"AksyonTVInternational.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"AksyonTVInternational.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"AksyonTVInternational.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"AksyonTVInternational.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"AksyonTVInternational.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"AksyonTVInternational.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"AksyonTVInternational.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"AksyonTVInternational.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"AksyonTVInternational.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"AksyonTVInternational.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"AksyonTVInternational.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"AksyonTVInternational.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"AksyonTVInternational.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"AksyonTVInternational.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"AksyonTVInternational.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"AksyonTVInternational.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"AksyonTVInternational.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"AksyonTVInternational.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"AksyonTVInternational.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"AksyonTVInternational.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"AksyonTVInternational.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"AksyonTVInternational.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"AksyonTVInternational.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"AksyonTVInternational.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"AksyonTVInternational.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"AksyonTVInternational.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"AksyonTVInternational.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"AksyonTVInternational.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"AksyonTVInternational.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"AksyonTVInternational.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"AksyonTVInternational.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"AksyonTVInternational.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"AksyonTVInternational.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"AksyonTVInternational.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"AlAanTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"AlAanTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"AlAanTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"AlAanTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"AlAanTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"AlAanTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"AlAanTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"AlAanTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"AlAanTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"AlAanTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"AlAanTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"AlAanTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"AlAanTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"AlAanTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"AlAanTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"AlAanTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"AlAanTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"AlAanTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"AlAanTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"AlAanTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"AlAanTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"AlAanTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"AlAanTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"AlAanTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"AlAanTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"AlAanTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"AlAanTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"AlAanTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"AlAanTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"AlAanTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"AlAanTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"AlAanTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"AlAanTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"AlAanTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"AlAoulaMiddleEast.ma","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"AlAoulaMiddleEast.ma","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"AlDafrahTV.ae","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"AlDafrahTV.ae","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"AlDafrahTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"AlDafrahTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"AlDafrahTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"AlDafrahTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"AlDafrahTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"AlDafrahTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"AlDafrahTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"AlDafrahTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"AlDafrahTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"AlDafrahTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"AlDafrahTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"AlDafrahTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"AlDafrahTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"AlDafrahTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"AlDafrahTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"AlDafrahTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"AlDafrahTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"AlDafrahTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"AlDafrahTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"AlDafrahTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"AlDafrahTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"AlDafrahTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"AlDafrahTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"AlDafrahTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"AlHayat.eg","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"AlHayat.eg","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"AlJadeed.lb","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"AlJadeed.lb","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"AlKaheraWalNas.eg","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"AlKaheraWalNas.eg","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"AlKaheraWalNas.eg","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"AlKaheraWalNas.eg","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"AlMajlisTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"AlMajlisTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"AlMajlisTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"AlMajlisTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"AlMajlisTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"AlMajlisTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"AlMajlisTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"AlMajlisTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"AlMajlisTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"AlMajlisTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"AlMajlisTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"AlMajlisTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"AlMajlisTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"AlMajlisTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"AlMajlisTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"AlMajlisTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"AlMajlisTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"AlMajlisTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"AlMajlisTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"AlMajlisTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"AlMajlisTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"AlMajlisTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"AlMajlisTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"AlMajlisTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"AlMajlisTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"AlMajlisTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"AlMajlisTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"AlMajlisTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"AlMajlisTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"AlMajlisTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"AlMajlisTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"AlMajlisTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"AlMajlisTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"AlMajlisTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"AlMamlakaTV.jo","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"AlMamlakaTV.jo","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"AlMamlakaTV.jo","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"AlMamlakaTV.jo","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"AlMamlakaTV.jo","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"AlMamlakaTV.jo","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"AlMamlakaTV.jo","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"AlMamlakaTV.jo","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"AlMamlakaTV.jo","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"AlMamlakaTV.jo","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"AlMamlakaTV.jo","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"AlMamlakaTV.jo","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"AlMamlakaTV.jo","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"AlMamlakaTV.jo","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"AlMamlakaTV.jo","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"AlMamlakaTV.jo","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"AlMamlakaTV.jo","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"AlMamlakaTV.jo","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"AlMamlakaTV.jo","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"AlMamlakaTV.jo","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"AlMamlakaTV.jo","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"AlMamlakaTV.jo","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"AlMamlakaTV.jo","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"AlMamlakaTV.jo","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"AlMamlakaTV.jo","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"AlMamlakaTV.jo","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"AlMamlakaTV.jo","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"AlMamlakaTV.jo","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"AlMamlakaTV.jo","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"AlMamlakaTV.jo","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"AlMamlakaTV.jo","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"AlMamlakaTV.jo","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"AlMamlakaTV.jo","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"AlMamlakaTV.jo","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"AlManarTV.lb","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"AlManarTV.lb","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"AlMasriyah.eg","site":"tv.blue.ch","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"AlNaharDrama.eg","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"AlNaharDrama.eg","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"AlNaharTV.eg","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"AlNaharTV.eg","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"AlQurainTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"AlQurainTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"AlQurainTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"AlQurainTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"AlQurainTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"AlQurainTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"AlQurainTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"AlQurainTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"AlQurainTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"AlQurainTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"AlQurainTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"AlQurainTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"AlQurainTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"AlQurainTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"AlQurainTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"AlQurainTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"AlQurainTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"AlQurainTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"AlQurainTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"AlQurainTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"AlQurainTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"AlQurainTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"AlQurainTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"AlQurainTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"AlQurainTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"AlQurainTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"AlQurainTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"AlQurainTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"AlQurainTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"AlQurainTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"AlQurainTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"AlQurainTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"AlQurainTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"AlQurainTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"AlRasheedTV.iq","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"AlRasheedTV.iq","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"AlResalah.sa","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"AlSaeedah.eg","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"AlSaeedah.eg","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"AlSafwa.ae","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"AlSafwa.ae","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"AlSafwa.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"AlSafwa.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"AlSafwa.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"AlSafwa.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"AlSafwa.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"AlSafwa.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"AlSafwa.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"AlSafwa.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"AlSafwa.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"AlSafwa.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"AlSafwa.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"AlSafwa.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"AlSafwa.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"AlSafwa.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"AlSafwa.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"AlSafwa.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"AlSafwa.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"AlSafwa.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"AlSafwa.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"AlSafwa.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"AlSafwa.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"AlSafwa.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"AlSafwa.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"AlSafwa.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"AlSafwa.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"AlSafwa.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"AlSafwa.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"AlSafwa.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"AlSafwa.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"AlSafwa.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"AlSafwa.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"AlSafwa.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"AlSafwa.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"AlSafwa.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"AlWoustaTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"AlWoustaTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"AlWoustaTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"AlWoustaTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"AlWoustaTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"AlWoustaTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"AlWoustaTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"AlWoustaTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"AlWoustaTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"AlWoustaTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"AlWoustaTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"AlWoustaTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"AlWoustaTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"AlWoustaTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"AlWoustaTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"AlWoustaTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"AlWoustaTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"AlWoustaTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"AlWoustaTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"AlWoustaTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"AlWoustaTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"AlWoustaTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"AlWoustaTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"AlWoustaTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"AlWoustaTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"AlWoustaTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"AlWoustaTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"AlWoustaTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"AlWoustaTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"AlWoustaTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"AlWoustaTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"AlWoustaTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"AlWoustaTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"AlWoustaTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"AlYawm.ae","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"AlYawm.ae","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"AlYawm.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"AlYawm.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"AlYawm.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"AlYawm.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"AlYawm.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"AlYawm.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"AlYawm.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"AlYawm.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"AlYawm.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"AlYawm.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"AlYawm.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"AlYawm.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"AlYawm.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"AlYawm.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"AlYawm.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"AlYawm.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"AlYawm.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"AlYawm.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"AlYawm.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"AlYawm.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"AlYawm.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"AlYawm.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"AlYawm.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"AlYawm.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"AlYawm.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"AlYawm.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"AlYawm.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"AlYawm.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"AlYawm.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"AlYawm.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"AlYawm.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"AlYawm.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"AlYawm.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"AlYawm.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"AlafiaTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"AlafiaTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"AlafiaTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"AlafiaTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"AlafiaTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"AlafiaTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"AlafiaTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"AlafiaTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"AlafiaTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"AlafiaTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"AlafiaTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"AlafiaTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"AlafiaTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"AlafiaTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"AlafiaTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"AlafiaTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"AlafiaTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"AlafiaTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"AlafiaTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"AlafiaTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"AlafiaTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"AlafiaTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"AlafiaTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"AlafiaTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"AlankarTV.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"Alarabiya.ae","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"Alarabiya.ae","site":"tv.blue.ch","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"AlbrandswaardTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"AleKinoPlus.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"AlephNews.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"AlfaOmegaTV.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"AlfaOmegaVision.hn","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/mi.tv.epg.xml"},{"channel":"AlfaTV.bg","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"AlfaTV.mk","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"AlhurraTV.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"AlhurraTV.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"AlhurraTV.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"AlhurraTV.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"AlhurraTV.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"AlhurraTV.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"AlhurraTV.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"AlhurraTV.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"AlhurraTV.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"AlhurraTV.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"AlhurraTV.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"AlhurraTV.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"AlhurraTV.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"AlhurraTV.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"AlhurraTV.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"AlhurraTV.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"AlhurraTV.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"AlhurraTV.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"AlhurraTV.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"AlhurraTV.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"AlhurraTV.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"AlhurraTV.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"AlhurraTV.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"AlhurraTV.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"AlhurraTV.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"AlhurraTV.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"AlhurraTV.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"AlhurraTV.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"AlhurraTV.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"AlhurraTV.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"AlhurraTV.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"AlhurraTV.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"AlhurraTV.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"AlhurraTV.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"AlibiIreland.uk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"AlibiUK.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"AlientoVision.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/mi.tv.epg.xml"},{"channel":"Alizes.gp","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"Alizes.gp","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"Alizes.gp","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"Alizes.gp","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"Alizes.gp","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"Alizes.gp","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"AljazeeraBalkans.qa","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"AljazeeraBalkans.qa","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"AljazeeraBalkans.qa","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"AljazeeraBalkans.qa","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"AljazeeraBalkans.qa","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"AljazeeraBalkans.qa","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"AljazeeraChannel.qa","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"AljazeeraChannel.qa","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"AljazeeraChannel.qa","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"AljazeeraChannel.qa","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"AljazeeraChannel.qa","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"AljazeeraChannel.qa","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"AljazeeraChannel.qa","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"AljazeeraChannel.qa","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"AljazeeraChannel.qa","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"AljazeeraChannel.qa","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"AljazeeraChannel.qa","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"AljazeeraChannel.qa","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"AljazeeraChannel.qa","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"AljazeeraChannel.qa","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"AljazeeraChannel.qa","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"AljazeeraChannel.qa","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"AljazeeraChannel.qa","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"AljazeeraChannel.qa","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"AljazeeraChannel.qa","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"AljazeeraChannel.qa","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"AljazeeraChannel.qa","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"AljazeeraChannel.qa","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"AljazeeraChannel.qa","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"AljazeeraChannel.qa","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"AljazeeraChannel.qa","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"AljazeeraChannel.qa","site":"tv.blue.ch","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"AljazeeraChannel.qa","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"AljazeeraChannel.qa","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tz/dstv.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"vidio.com","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/vidio.com.epg.xml"},{"channel":"AljazeeraEnglish.qa","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"AlmaTV.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"AlmatyTV.kz","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/kz/tv.yandex.ru.epg.xml"},{"channel":"AloTV.ee","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"AloTV.ee","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"AloTV.ee","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"AlpenlandTV.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"AlphaTV.gr","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"AlraiTV.kw","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"AlraiTV.kw","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"Alsace20.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"AlsatM.al","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"AlsatM.al","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"AlsharqiyaTV.ae","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"AlsharqiyaTV.ae","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"Alsumaria.iq","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"Alsumaria.iq","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"AltenaTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"AlternativnaTV.ba","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"AlticeStudio.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"AltitudeSports.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"AmariTV.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"Amarin34HD.th","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"AmazonSat.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"AmediaHit.ru","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"AmediaHit.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"AmediaPremium.ru","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"AmediaPremium.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"America.pe","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml"},{"channel":"AmericaSports.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"AmericaSports.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"AmericaTV.ar","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/gatotv.com.epg.xml"},{"channel":"AmericaTV.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"AmericanHeroesChannelUSA.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"AmericasAuctionChannel.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"AmericasValueChannel.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"AmharaTV.et","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"AmmanTV.jo","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"AmmanTV.jo","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"AndorraTV.ad","site":"andorradifusio.ad","lang":"ca","url":"https://iptv-org.github.io/epg/guides/ad/andorradifusio.ad.epg.xml"},{"channel":"AnekdotTV.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"AnhuiTV.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"AnimalPlanetAfrica.us","site":"novacyprus.com","lang":"el","url":"https://iptv-org.github.io/epg/guides/cy/novacyprus.com.epg.xml"},{"channel":"AnimalPlanetBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"AnimalPlanetEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"AnimalPlanetEast.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"AnimalPlanetEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"AnimalPlanetEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"AnimalPlanetEurope.us","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"AnimalPlanetEurope.us","site":"ipko.com","lang":"hr","url":"https://iptv-org.github.io/epg/guides/al/ipko.com.epg.xml"},{"channel":"AnimalPlanetEurope.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"AnimalPlanetEurope.us","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"AnimalPlanetEurope.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"AnimalPlanetEurope.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"AnimalPlanetEurope.us","site":"telkussa.fi","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/telkussa.fi.epg.xml"},{"channel":"AnimalPlanetEurope.us","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"AnimalPlanetEurope.us","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"AnimalPlanetEurope.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"AnimalPlanetEurope.us","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"AnimalPlanetEurope.us","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"AnimalPlanetHDWorldIndia.us","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"AnimalPlanetIndia.us","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"AnimalPlanetJapan.us","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"AnimalPlanetLatinoamerica.us","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"AnimalPlanetLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/gatotv.com.epg.xml"},{"channel":"AnimalPlanetLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/gatotv.com.epg.xml"},{"channel":"AnimalPlanetLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"AnimalPlanetLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"AnimalPlanetLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"AnimalPlanetLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"AnimalPlanetLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ec/gatotv.com.epg.xml"},{"channel":"AnimalPlanetLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"AnimalPlanetLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"AnimalPlanetLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"AnimalPlanetLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"AnimalPlanetLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"AnimalPlanetLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml"},{"channel":"AnimalPlanetLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/py/gatotv.com.epg.xml"},{"channel":"AnimalPlanetLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"AnimalPlanetLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/uy/gatotv.com.epg.xml"},{"channel":"AnimalPlanetLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ve/gatotv.com.epg.xml"},{"channel":"AnimalPlanetLatinoamerica.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"AnimalPlanetLatinoamerica.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"AnimalPlanetPolska.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"AnimalPlanetRossiya.us","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"AnimalPlanetRossiya.us","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"AnimalPlanetRossiya.us","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"AnimalPlanetRossiya.us","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"AnimalPlanetSoutheastAsia.us","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"AnimalPlanetSoutheastAsia.us","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"AnimalPlanetSoutheastAsia.us","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"AnimalPlanetSoutheastAsia.us","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"AnimalPlanetSoutheastAsia.us","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"AnimalPlanetUK.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"AnimalPlanetUK.us","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"AnimalPlanetWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Animaux.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"Animaux.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"Animaux.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"Animaux.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"Animaux.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"Animaux.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"Animaux.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"Animaux.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"Animaux.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"Animaux.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"Animaux.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"Animaux.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"Animaux.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"Animaux.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"Animaux.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"Animaux.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"Animaux.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"Animaux.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"Animaux.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"Animaux.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"Animaux.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"Animaux.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"Animaux.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"Animaux.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"Animaux.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"Animaux.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"Animaux.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Animaux.fr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"AnimaxAsia.jp","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"AnimaxAsia.jp","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"AnimaxAsia.jp","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"AnimaxAsia.jp","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"AnimaxJapan.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"AnixeHDSerie.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"AnixeHDSerie.de","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"AnixeHDSerie.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"AnixeHDSerie.de","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"Ant1.gr","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"Ant1Satellite.gr","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"Ant1Satellite.gr","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Antena1.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"Antena3.es","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"Antena3.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"Antena3.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"Antena3Internacional.es","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"Antena7.do","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"AntenaInternational.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"AntenaStars.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"AntennaTV.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"AntenneA.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"AntenneA.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"AntenneA.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"AntenneA.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"AntenneA.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"AntenneA.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"AntenneA.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"AntenneA.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"AntenneA.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"AntenneA.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"AntenneA.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"AntenneA.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"AntenneA.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"AntenneA.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"AntenneA.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"AntenneA.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"AntenneA.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"AntenneA.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"AntenneA.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"AntenneA.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"AntenneA.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"AntenneA.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"AntenneA.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"AntenneA.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"AntenneReunionTV.re","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"AntenneReunionTV.re","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"AntenneReunionTV.re","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"AprendeTV.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"Aqui.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"AragonTV.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"AragonTVInternacional.es","site":"tv.blue.ch","lang":"es","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"ArenaEsport.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"ArenaEsport.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"ArenaEsport.rs","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"ArenaFight.rs","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"ArenaFight.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"ArenaFight.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"ArenaFight.rs","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"ArenaPremium1.rs","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"ArenaPremium1.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"ArenaPremium1.rs","site":"tvarenasport.com","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/tvarenasport.com.epg.xml"},{"channel":"ArenaPremium2.rs","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"ArenaPremium2.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"ArenaPremium2.rs","site":"tvarenasport.com","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/tvarenasport.com.epg.xml"},{"channel":"ArenaPremium3.rs","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"ArenaPremium3.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"ArenaPremium3.rs","site":"tvarenasport.com","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/tvarenasport.com.epg.xml"},{"channel":"ArenaSport1.rs","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"ArenaSport1.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"ArenaSport1.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"ArenaSport1.rs","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"ArenaSport1.rs","site":"tvarenasport.com","lang":"sr","url":"https://iptv-org.github.io/epg/guides/ba/tvarenasport.com.epg.xml"},{"channel":"ArenaSport1.rs","site":"tvarenasport.com","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/tvarenasport.com.epg.xml"},{"channel":"ArenaSport1.sk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"ArenaSport10Hrvatska.rs","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"ArenaSport10Hrvatska.rs","site":"tvarenasport.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/tvarenasport.hr.epg.xml"},{"channel":"ArenaSport1Hrvatska.rs","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"ArenaSport1Hrvatska.rs","site":"tvarenasport.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/tvarenasport.hr.epg.xml"},{"channel":"ArenaSport1x2.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"ArenaSport1x2.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"ArenaSport1x2.rs","site":"tvarenasport.com","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/tvarenasport.com.epg.xml"},{"channel":"ArenaSport2.rs","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"ArenaSport2.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"ArenaSport2.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"ArenaSport2.rs","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"ArenaSport2.rs","site":"tvarenasport.com","lang":"sr","url":"https://iptv-org.github.io/epg/guides/ba/tvarenasport.com.epg.xml"},{"channel":"ArenaSport2.rs","site":"tvarenasport.com","lang":"sr","url":"https://iptv-org.github.io/epg/guides/me/tvarenasport.com.epg.xml"},{"channel":"ArenaSport2.rs","site":"tvarenasport.com","lang":"sr","url":"https://iptv-org.github.io/epg/guides/mk/tvarenasport.com.epg.xml"},{"channel":"ArenaSport2.rs","site":"tvarenasport.com","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/tvarenasport.com.epg.xml"},{"channel":"ArenaSport2.sk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"ArenaSport2Hrvatska.rs","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"ArenaSport2Hrvatska.rs","site":"tvarenasport.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/tvarenasport.hr.epg.xml"},{"channel":"ArenaSport3.rs","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"ArenaSport3.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"ArenaSport3.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"ArenaSport3.rs","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"ArenaSport3.rs","site":"tvarenasport.com","lang":"sr","url":"https://iptv-org.github.io/epg/guides/ba/tvarenasport.com.epg.xml"},{"channel":"ArenaSport3.rs","site":"tvarenasport.com","lang":"sr","url":"https://iptv-org.github.io/epg/guides/me/tvarenasport.com.epg.xml"},{"channel":"ArenaSport3.rs","site":"tvarenasport.com","lang":"sr","url":"https://iptv-org.github.io/epg/guides/mk/tvarenasport.com.epg.xml"},{"channel":"ArenaSport3.rs","site":"tvarenasport.com","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/tvarenasport.com.epg.xml"},{"channel":"ArenaSport3Hrvatska.rs","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"ArenaSport3Hrvatska.rs","site":"tvarenasport.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/tvarenasport.hr.epg.xml"},{"channel":"ArenaSport4.rs","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"ArenaSport4.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"ArenaSport4.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"ArenaSport4.rs","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"ArenaSport4.rs","site":"tvarenasport.com","lang":"sr","url":"https://iptv-org.github.io/epg/guides/ba/tvarenasport.com.epg.xml"},{"channel":"ArenaSport4.rs","site":"tvarenasport.com","lang":"sr","url":"https://iptv-org.github.io/epg/guides/me/tvarenasport.com.epg.xml"},{"channel":"ArenaSport4.rs","site":"tvarenasport.com","lang":"sr","url":"https://iptv-org.github.io/epg/guides/mk/tvarenasport.com.epg.xml"},{"channel":"ArenaSport4.rs","site":"tvarenasport.com","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/tvarenasport.com.epg.xml"},{"channel":"ArenaSport4Hrvatska.rs","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"ArenaSport4Hrvatska.rs","site":"tvarenasport.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/tvarenasport.hr.epg.xml"},{"channel":"ArenaSport5.rs","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"ArenaSport5.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"ArenaSport5.rs","site":"tvarenasport.com","lang":"sr","url":"https://iptv-org.github.io/epg/guides/me/tvarenasport.com.epg.xml"},{"channel":"ArenaSport5.rs","site":"tvarenasport.com","lang":"sr","url":"https://iptv-org.github.io/epg/guides/mk/tvarenasport.com.epg.xml"},{"channel":"ArenaSport5.rs","site":"tvarenasport.com","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/tvarenasport.com.epg.xml"},{"channel":"ArenaSport5Hrvatska.rs","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"ArenaSport5Hrvatska.rs","site":"tvarenasport.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/tvarenasport.hr.epg.xml"},{"channel":"ArenaSport6.rs","site":"tvarenasport.com","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/tvarenasport.com.epg.xml"},{"channel":"ArenaSport6Hrvatska.rs","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"ArenaSport6Hrvatska.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"ArenaSport6Hrvatska.rs","site":"tvarenasport.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/tvarenasport.hr.epg.xml"},{"channel":"ArenaSport7.rs","site":"tvarenasport.com","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/tvarenasport.com.epg.xml"},{"channel":"ArenaSport7Hrvatska.rs","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"ArenaSport7Hrvatska.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"ArenaSport7Hrvatska.rs","site":"tvarenasport.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/tvarenasport.hr.epg.xml"},{"channel":"ArenaSport8.rs","site":"tvarenasport.com","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/tvarenasport.com.epg.xml"},{"channel":"ArenaSport8Hrvatska.rs","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"ArenaSport8Hrvatska.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"ArenaSport8Hrvatska.rs","site":"tvarenasport.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/tvarenasport.hr.epg.xml"},{"channel":"ArenaSport9Hrvatska.rs","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"ArenaSport9Hrvatska.rs","site":"tvarenasport.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/tvarenasport.hr.epg.xml"},{"channel":"Arewa24.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"Arewa24.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"Arewa24.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"Arewa24.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"Arewa24.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"Arewa24.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"Arewa24.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"Arewa24.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"Arewa24.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"Arewa24.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"Arewa24.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"Arewa24.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"Arewa24.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"Arewa24.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"Arewa24.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"Arewa24.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"Arewa24.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"Arewa24.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"Arewa24.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"Arewa24.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"Arewa24.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"Arewa24.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"Arewa24.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"Arewa24.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"Arewa24.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"ArgentinisimaSatelital.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"ArgusNews.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ArianaAfghanistanInternationalTV.us","site":"arianaafgtv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/af/arianaafgtv.com.epg.xml"},{"channel":"ArianaTVNational.af","site":"arianatelevision.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/af/arianatelevision.com.epg.xml"},{"channel":"ArihantTV.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ArirangWorld.kr","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"ArirangWorld.kr","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"ArirangWorld.kr","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"ArirangWorld.kr","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"ArirangWorld.kr","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ArirangWorld.kr","site":"vidio.com","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/vidio.com.epg.xml"},{"channel":"AriseNews.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"AriseNews.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"Arkhyz24.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"ArmNews.am","site":"tv.mail.ru","lang":"hy","url":"https://iptv-org.github.io/epg/guides/am/tv.mail.ru.epg.xml"},{"channel":"Armenia1TV.am","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"ArmeniaTV.am","site":"tv.mail.ru","lang":"hy","url":"https://iptv-org.github.io/epg/guides/am/tv.mail.ru.epg.xml"},{"channel":"Arta.rs","site":"ipko.com","lang":"hr","url":"https://iptv-org.github.io/epg/guides/al/ipko.com.epg.xml"},{"channel":"Arta.rs","site":"tv.blue.ch","lang":"sq","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Arte1.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"AsfiyahiTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"AsfiyahiTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"AsfiyahiTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"AsfiyahiTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"AsfiyahiTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"AsfiyahiTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"AsfiyahiTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"AsfiyahiTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"AsfiyahiTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"AsfiyahiTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"AsfiyahiTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"AsfiyahiTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"AsfiyahiTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"AsfiyahiTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"AsfiyahiTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"AsfiyahiTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"AsfiyahiTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"AsfiyahiTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"AsfiyahiTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"AsfiyahiTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"AsfiyahiTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"AsfiyahiTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"AsfiyahiTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"AsfiyahiTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"AshamTV.et","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"AsiaDramaticTV.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"AsianFoodNetwork.sg","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"AsianFoodNetwork.sg","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"AsianFoodNetwork.sg","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"AsianFoodNetwork.sg","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"AsianFoodNetwork.sg","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"Asianet.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"AsianetNews.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"AsongaTV.gq","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"AsongaTV.gq","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"AsongaTV.gq","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"AsongaTV.gq","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"AsongaTV.gq","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"AsongaTV.gq","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"AsongaTV.gq","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"AsongaTV.gq","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"AsongaTV.gq","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"AsongaTV.gq","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"AsongaTV.gq","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"AsongaTV.gq","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"AsongaTV.gq","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"AsongaTV.gq","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"AsongaTV.gq","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"AsongaTV.gq","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"AsongaTV.gq","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"AsongaTV.gq","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"AsongaTV.gq","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"AsongaTV.gq","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"AsongaTV.gq","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"AsongaTV.gq","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"AsongaTV.gq","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"AsongaTV.gq","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"AspireTV.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"AspireTV.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"AssamTalks.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"AssenTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"AstroAEC.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"AstroAOD311.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"AstroAOD352.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"AstroAOD353.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"AstroAOD354.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"AstroAOD355.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"AstroArena.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"AstroAura.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"AstroAwani.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"AstroBollyOneHD.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"AstroCeria.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"AstroCitra.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"AstroCricket.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"AstroCricket.my","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"AstroCricket.my","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"AstroHuaHeeDai.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"AstroOasis.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"AstroPrima.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"AstroQuanJiaHD.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"AstroRania.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"AstroRia.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"AstroShuangXing.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"AstroSuperSport.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"AstroSuperSport2.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"AstroSuperSport3.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"AstroSuperSport4.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"AstroTV.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"AstroTVIQ.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"AstroTutorTVPT3.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"AstroTutorTVSPM.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"AstroTutorTVUPSR.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"AstroUHD.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"AstroVaanavil.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"AstroVellithirai.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"AstroVinmeenHD.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"AstroWarna.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"AstroXiaoTaiYang.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"AtamekenBusiness.kz","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/kz/tv.yandex.ru.epg.xml"},{"channel":"Atrecine.es","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"Atreseries.es","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"Atreseries.es","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"Atreseries.es","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"Atreseries.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"AuftankenTV.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"AugsburgTV.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"AuroraTV.hr","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"AustralianChristianChannel.au","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/au/ontvtonight.com.epg.xml"},{"channel":"AuthenticTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"AuthenticTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"AuthenticTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"AuthenticTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"AuthenticTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"AuthenticTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"AuthenticTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"AuthenticTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"AuthenticTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"AuthenticTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"AuthenticTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"AuthenticTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"AuthenticTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"AuthenticTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"AuthenticTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"AuthenticTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"AuthenticTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"AuthenticTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"AuthenticTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"AuthenticTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"AuthenticTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"AuthenticTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"AuthenticTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"AuthenticTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"AutoMotorogSportTV.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"AutoMotorundSport.de","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"AutoMotorundSport.de","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"AutoMotorundSport.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"AutoPlus.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Automotolachaine.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"Automotolachaine.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"Automotolachaine.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"Automotolachaine.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"Automotolachaine.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"Automotolachaine.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"Automotolachaine.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"Automotolachaine.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"Automotolachaine.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"Automotolachaine.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"Automotolachaine.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"Automotolachaine.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"Automotolachaine.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"Automotolachaine.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"Automotolachaine.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"Automotolachaine.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"Automotolachaine.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"Automotolachaine.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"Automotolachaine.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"Automotolachaine.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"Automotolachaine.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"Automotolachaine.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"Automotolachaine.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"Automotolachaine.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"Automotolachaine.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"Automotolachaine.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"Automotolachaine.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"Automotolachaine.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"Automotolachaine.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"Automotolachaine.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"Automotolachaine.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"Automotolachaine.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"Automotolachaine.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"Automotolachaine.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"Automotolachaine.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"Automotolachaine.fr","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"Automotolachaine.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Automotolachaine.fr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"Avto24.ru","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"AwesomeTV.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"AyMSports.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"AzCinema.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"AzCinema.mx","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"AzClic.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"AzCorazon.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"AzCorazon.mx","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"AzMundo.mx","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"AzMundo.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"AzMundo.mx","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/mi.tv.epg.xml"},{"channel":"AzTV.az","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"AzTV.az","site":"tv.mail.ru","lang":"az","url":"https://iptv-org.github.io/epg/guides/az/tv.mail.ru.epg.xml"},{"channel":"AzarbayjaneGharbiTV.ir","site":"tva.tv","lang":"fa","url":"https://iptv-org.github.io/epg/guides/ir/tva.tv.epg.xml"},{"channel":"Azteca7.mx","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/mi.tv.epg.xml"},{"channel":"Azteca7MexicoCity.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"AztecaGuatemala.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"AztecaUSEste.mx","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"AztecaUno.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"AztecaUno.mx","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"AztecaUnoPlus1.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"AztecaUnoPlus2.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"B1.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"B1.ro","site":"tv.blue.ch","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"B4UAflam.in","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"B4UAflam.in","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"B4UAflam.in","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"B4UAflam.in","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"B4UAflam.in","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"B4UAflam.in","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"B4UAflam.in","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"B4UAflam.in","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"B4UAflam.in","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"B4UAflam.in","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"B4UAflam.in","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"B4UAflam.in","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"B4UAflam.in","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"B4UAflam.in","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"B4UAflam.in","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"B4UAflam.in","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"B4UAflam.in","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"B4UAflam.in","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"B4UAflam.in","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"B4UAflam.in","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"B4UAflam.in","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"B4UAflam.in","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"B4UAflam.in","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"B4UAflam.in","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"B4UAflam.in","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"B4UAflam.in","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"B4UAflam.in","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"B4UAflam.in","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"B4UAflam.in","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"B4UAflam.in","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"B4UAflam.in","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"B4UAflam.in","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"B4UAflam.in","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"B4UAflam.in","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"B4UBhojpuri.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"B4UKadak.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"B4UMoviesIndia.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"B4UMoviesUK.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"B4UMoviesUK.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"B4UMoviesUK.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"B4UMoviesUK.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"B4UMoviesUK.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"B4UMoviesUK.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"B4UMoviesUK.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"B4UMoviesUK.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"B4UMoviesUK.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"B4UMoviesUK.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"B4UMoviesUK.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"B4UMoviesUK.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"B4UMoviesUK.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"B4UMoviesUK.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"B4UMoviesUK.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"B4UMoviesUK.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"B4UMoviesUK.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"B4UMoviesUK.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"B4UMoviesUK.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"B4UMoviesUK.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"B4UMoviesUK.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"B4UMoviesUK.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"B4UMoviesUK.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"B4UMoviesUK.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"B4UMoviesUK.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"B4UMoviesUK.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"B4UMoviesUK.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"B4UMoviesUK.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"B4UMoviesUK.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"B4UMoviesUK.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"B4UMoviesUK.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"B4UMoviesUK.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"B4UMoviesUK.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"B4UMoviesUK.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"B4UMoviesUK.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"B4UMoviesUK.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"B4UMoviesUK.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"B4UMoviesUK.in","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"B4UMusicIndia.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"B4UMusicUK.in","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"B4UMusicUSA.in","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"B4UPlus.in","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"B4UPlus.in","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"B4UPlus.in","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"B4UPlus.in","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"B4UPlus.in","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"B4UPlus.in","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"B4UPlus.in","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"B4UPlus.in","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"B4UPlus.in","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"B4UPlus.in","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"B4UPlus.in","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"B4UPlus.in","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"B4UPlus.in","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"B4UPlus.in","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"B4UPlus.in","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"B4UPlus.in","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"B4UPlus.in","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"B4UPlus.in","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"B4UPlus.in","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"B4UPlus.in","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"B4UPlus.in","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"B4UPlus.in","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"B4UPlus.in","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"B4UPlus.in","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"B4UPlus.in","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"B4UPlus.in","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"B4UPlus.in","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"B4UPlus.in","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"B4UPlus.in","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"B4UPlus.in","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"B4UPlus.in","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"B4UPlus.in","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"B4UPlus.in","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"B4UPlus.in","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"B92.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"B92.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"B92.rs","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"BBCAmericaEast.uk","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"BBCAmericaEast.uk","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"BBCAmericaEast.uk","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"BBCAmericaEast.uk","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BBCAmericaWest.uk","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BBCArabic.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"BBCArabic.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"BBCArabic.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"BBCArabic.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"BBCArabic.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"BBCArabic.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"BBCArabic.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"BBCArabic.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"BBCArabic.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"BBCArabic.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"BBCArabic.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"BBCArabic.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"BBCArabic.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"BBCArabic.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"BBCArabic.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"BBCArabic.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"BBCArabic.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"BBCArabic.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"BBCArabic.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"BBCArabic.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"BBCArabic.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"BBCArabic.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"BBCArabic.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"BBCArabic.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"BBCArabic.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"BBCArabic.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"BBCArabic.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"BBCArabic.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"BBCArabic.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"BBCArabic.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"BBCArabic.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"BBCArabic.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"BBCArabic.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"BBCArabic.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"BBCBritPolska.uk","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"BBCBritSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"BBCBritSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"BBCBritSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"BBCBritSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"BBCBritSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"BBCBritSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"BBCBritSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"BBCBritSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"BBCBritSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"BBCEarthAsia.uk","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"BBCEarthAsia.uk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"BBCEarthAsia.uk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"BBCEarthAsia.uk","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"BBCEarthAsia.uk","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"BBCEarthAsia.uk","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"BBCEarthAsia.uk","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"BBCEarthGreece.uk","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"BBCEarthPolska.uk","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"BBCEarthRomania.uk","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"BBCEarthRomania.uk","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"BBCEarthRomania.uk","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"BBCEarthRomania.uk","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"BBCEarthRomania.uk","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"BBCEarthSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"BBCEarthSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"BBCEarthTurkiye.uk","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"BBCEarthTurkiye.uk","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"BBCEntertainmentEurope.uk","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"BBCEntertainmentEurope.uk","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"BBCEntertainmentEurope.uk","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"BBCEntertainmentEurope.uk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"BBCEntertainmentEurope.uk","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"BBCEntertainmentEurope.uk","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"BBCEntertainmentEurope.uk","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"BBCFirstNederland.uk","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"BBCFirstPolska.uk","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"BBCFirstPolska.uk","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"BBCFirstTurkiye.uk","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"BBCFour.uk","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"BBCFour.uk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"BBCFour.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"BBCFour.uk","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"BBCFour.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"BBCFour.uk","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"BBCLifestyleAsia.uk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"BBCLifestyleAsia.uk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"BBCLifestyleAsia.uk","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"BBCLifestylePolska.uk","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"BBCLifestyleSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"BBCLifestyleSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"BBCLifestyleSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"BBCLifestyleSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"BBCLifestyleSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"BBCLifestyleSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"BBCLifestyleSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"BBCLifestyleSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"BBCLifestyleSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"BBCNews.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"BBCNews.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"BBCNews.uk","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"BBCNews.uk","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"BBCOne.uk","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"BBCOne.uk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"BBCOne.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"BBCOne.uk","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"BBCOne.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"BBCOne.uk","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"BBCOneLondon.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"BBCOneLondon.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"BBCOneScotland.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"BBCOneScotland.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"BBCParliament.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"BBCParliament.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"BBCParliament.uk","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"BBCRedButton1.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"BBCRedButton1.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"BBCTwo.uk","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"BBCTwo.uk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"BBCTwo.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"BBCTwo.uk","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"BBCTwo.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"BBCTwo.uk","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"BBCWorldNews.uk","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"BBCWorldNewsAfrica.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"BBCWorldNewsAfrica.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"BBCWorldNewsAfrica.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"BBCWorldNewsAfrica.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"BBCWorldNewsAfrica.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"BBCWorldNewsAfrica.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"BBCWorldNewsAfrica.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"BBCWorldNewsAfrica.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"BBCWorldNewsAfrica.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"BBCWorldNewsAfrica.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"BBCWorldNewsAfrica.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"BBCWorldNewsAfrica.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"BBCWorldNewsAfrica.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"BBCWorldNewsAfrica.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"BBCWorldNewsAfrica.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"BBCWorldNewsAfrica.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"BBCWorldNewsAfrica.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"BBCWorldNewsAfrica.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"BBCWorldNewsAfrica.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"BBCWorldNewsAfrica.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"BBCWorldNewsAfrica.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"BBCWorldNewsAfrica.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"BBCWorldNewsAfrica.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"BBCWorldNewsAfrica.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"BBCWorldNewsAfrica.uk","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"BBCWorldNewsAfrica.uk","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"BBCWorldNewsAfrica.uk","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"BBCWorldNewsAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"BBCWorldNewsAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"BBCWorldNewsAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"BBCWorldNewsAfrica.uk","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"BBCWorldNewsAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"BBCWorldNewsAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"BBCWorldNewsAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"BBCWorldNewsAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"BBCWorldNewsAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"BBCWorldNewsAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"BBCWorldNewsAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"BBCWorldNewsAfrica.uk","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"BBCWorldNewsAmericas.uk","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"BBCWorldNewsAmericas.uk","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"BBCWorldNewsAmericas.uk","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"BBCWorldNewsAmericas.uk","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"BBCWorldNewsAmericas.uk","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"BBCWorldNewsAmericas.uk","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"BBCWorldNewsAmericas.uk","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"BBCWorldNewsAmericas.uk","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"BBCWorldNewsAmericas.uk","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"BBCWorldNewsAsiaPacific.uk","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"BBCWorldNewsAsiaPacific.uk","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"BBCWorldNewsAsiaPacific.uk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"BBCWorldNewsAsiaPacific.uk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"BBCWorldNewsAsiaPacific.uk","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"BBCWorldNewsAsiaPacific.uk","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"BBCWorldNewsEurope.uk","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"BBCWorldNewsEurope.uk","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"BBCWorldNewsEurope.uk","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"BBCWorldNewsEurope.uk","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"BBCWorldNewsEurope.uk","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"BBCWorldNewsEurope.uk","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"BBCWorldNewsEurope.uk","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"BBCWorldNewsEurope.uk","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"BBCWorldNewsEurope.uk","site":"ipko.com","lang":"hr","url":"https://iptv-org.github.io/epg/guides/al/ipko.com.epg.xml"},{"channel":"BBCWorldNewsEurope.uk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"BBCWorldNewsEurope.uk","site":"magticom.ge","lang":"en","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"BBCWorldNewsEurope.uk","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"BBCWorldNewsEurope.uk","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"BBCWorldNewsEurope.uk","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"BBCWorldNewsEurope.uk","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"BBCWorldNewsEurope.uk","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"BBCWorldNewsEurope.uk","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"BBCWorldNewsEurope.uk","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"BBCWorldNewsEurope.uk","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"BBCWorldNewsEurope.uk","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"BBCWorldNewsMiddleEast.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"BBCWorldNewsMiddleEast.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"BBCWorldNewsMiddleEast.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"BBCWorldNewsMiddleEast.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"BBCWorldNewsMiddleEast.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"BBCWorldNewsMiddleEast.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"BBCWorldNewsMiddleEast.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"BBCWorldNewsMiddleEast.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"BBCWorldNewsMiddleEast.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"BBCWorldNewsMiddleEast.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"BBCWorldNewsMiddleEast.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"BBCWorldNewsMiddleEast.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"BBCWorldNewsMiddleEast.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"BBCWorldNewsMiddleEast.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"BBCWorldNewsMiddleEast.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"BBCWorldNewsMiddleEast.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"BBCWorldNewsMiddleEast.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"BBCWorldNewsMiddleEast.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"BBCWorldNewsMiddleEast.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"BBCWorldNewsMiddleEast.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"BBCWorldNewsMiddleEast.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"BBCWorldNewsMiddleEast.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"BBCWorldNewsMiddleEast.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"BBCWorldNewsMiddleEast.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"BBCWorldNewsMiddleEast.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"BBCWorldNewsMiddleEast.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"BBCWorldNewsMiddleEast.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"BBCWorldNewsMiddleEast.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"BBCWorldNewsMiddleEast.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"BBCWorldNewsMiddleEast.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"BBCWorldNewsMiddleEast.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"BBCWorldNewsMiddleEast.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"BBCWorldNewsMiddleEast.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"BBCWorldNewsMiddleEast.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"BBCWorldNewsSouthAsia.uk","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"BBSTV.ug","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"BBTVChannel7.th","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"BCNTV.bs","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"BETAfrica.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"BETAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"BETAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"BETAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"BETAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"BETAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"BETAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"BETAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"BETAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"BETAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"BETAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"BETAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"BETAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"BETAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"BETAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"BETAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"BETAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"BETAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"BETAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"BETAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"BETAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"BETAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"BETAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"BETAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"BETAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"BETAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"BETAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"BETAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"BETAfrica.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"BETAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"BETAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"BETAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"BETAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"BETAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"BETAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"BETAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"BETAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"BETAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"BETAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"BETAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"BETAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"BETAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"BETAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"BETAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"BETAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"BETAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"BETAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"BETEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"BETEast.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"BETEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"BETEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BETFrance.us","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"BETFrance.us","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"BETFrance.us","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"BETGospel.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"BETGospel.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BETHerEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"BETHerEast.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"BETHerEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BETJams.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"BETJams.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BETSoul.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"BETSoul.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BETWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BF1.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"BF1.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"BF1.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"BF1.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"BF1.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"BF1.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"BF1.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"BF1.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"BF1.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"BF1.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"BF1.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"BF1.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"BF1.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"BF1.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"BF1.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"BF1.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"BF1.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"BF1.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"BF1.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"BF1.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"BF1.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"BF1.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"BF1.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"BF1.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"BFCForbes.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"BFMBusiness.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"BFMBusiness.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"BFMBusiness.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"BFMLyon.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"BFMParis.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"BFMTV.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"BFMTV.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"BFMTV.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"BHT1.ba","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"BHT1.ba","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"BHT1.ba","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"BKTV.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"BN.ba","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"BN.ba","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"BN2.ba","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"BNMusic.ba","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"BNMusic.ba","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"BNMusic.ba","site":"tv.blue.ch","lang":"sr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"BNMusic.ba","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"BNT1.bg","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"BNT2.bg","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"BNT3.bg","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"BNT4.bg","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"BNTVSatelitski.ba","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"BNTVSatelitski.ba","site":"tv.blue.ch","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"BOneTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"BOneTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"BOneTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"BOneTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"BOneTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"BOneTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"BOneTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"BOneTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"BOneTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"BOneTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"BOneTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"BOneTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"BOneTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"BOneTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"BOneTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"BOneTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"BOneTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"BOneTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"BOneTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"BOneTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"BOneTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"BOneTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"BOneTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"BOneTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"BOneTV.cd","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"BR6TV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"BRT1.cy","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"BRT2.cy","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"BS11.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"BS12.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"BSAsahi.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"BSAsahi4K.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"BSFuji.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"BSFuji4K.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"BSNipponTV.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"BSNipponTV4K.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"BSTBS.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"BSTBS4K.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"BSTVTokyo.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"BSTVTokyo4K.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"BTNTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"BTNTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"BTNTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"BTNTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"BTNTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"BTNTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"BTNTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"BTNTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"BTNTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"BTNTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"BTNTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"BTNTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"BTNTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"BTNTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"BTNTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"BTNTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"BTNTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"BTNTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"BTNTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"BTNTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"BTNTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"BTNTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"BTNTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"BTNTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"BTSport1.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"BTSport2.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"BTSport3.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"BTSportBoxOffice2UK.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"BTSportBoxOfficeIreland.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"BTSportESPN.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"BTV.bg","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"BTV.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"BTVAction.bg","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"BTVCinema.bg","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"BTVComedy.bg","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"BTVLady.bg","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"BVNEuropa.nl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"BVNTVEuropa.nl","site":"tv.blue.ch","lang":"nl","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"BYUTV.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"BYUTV.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/mi.tv.epg.xml"},{"channel":"BabaTV.ug","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"BabesTV.us","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"BabesTV.us","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"BabyFirstTV.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"BabyFirstTV.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"BabyFirstTV.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"BabyFirstTV.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BabyTVAsia.uk","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"BabyTVAsia.uk","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"BabyTVAsia.uk","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"BabyTVBrasil.uk","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"BabyTVEurope.uk","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"BabyTVEurope.uk","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"BabyTVEurope.uk","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"BabyTVEurope.uk","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"BabyTVEurope.uk","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"BabyTVEurope.uk","site":"ipko.com","lang":"hr","url":"https://iptv-org.github.io/epg/guides/al/ipko.com.epg.xml"},{"channel":"BabyTVEurope.uk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"BabyTVEurope.uk","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"BabyTVEurope.uk","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"BabyTVEurope.uk","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"BabyTVEurope.uk","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"BabyTVEurope.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"BabyTVEurope.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"BabyTVEurope.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"BabyTVEurope.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"BabyTVEurope.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"BabyTVEurope.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"BabyTVEurope.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"BabyTVEurope.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"BabyTVEurope.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"BabyTVEurope.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"BabyTVEurope.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"BabyTVEurope.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"BabyTVEurope.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"BabyTVEurope.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"BabyTVEurope.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"BabyTVEurope.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"BabyTVEurope.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"BabyTVEurope.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"BabyTVEurope.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"BabyTVEurope.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"BabyTVEurope.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"BabyTVEurope.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"BabyTVEurope.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"BabyTVEurope.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"BabyTVEurope.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"BabyTVEurope.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"BabyTVEurope.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"BabyTVEurope.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"BabyTVEurope.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"BabyTVEurope.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"BabyTVEurope.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"BabyTVEurope.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"BabyTVEurope.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"BabyTVEurope.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"BabyTVEurope.uk","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"BabyTVEurope.uk","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"BabyTVEurope.uk","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"BabyTVEurope.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"BabyTVEurope.uk","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"BabyTVEurope.uk","site":"tvim.tv","lang":"sq","url":"https://iptv-org.github.io/epg/guides/xk/tvim.tv.epg.xml"},{"channel":"BabyTVEurope.uk","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"BabyTVEurope.uk","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"BabyTVLatinAmerica.uk","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"BabyTVLatinAmerica.uk","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"BabyTVLatinAmerica.uk","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"BahrainTV.bh","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"BahrainTV.bh","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"BahrainTV.bh","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"BahrainTV.bh","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"BahrainTV.bh","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"BahrainTV.bh","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"BahrainTV.bh","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"BahrainTV.bh","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"BahrainTV.bh","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"BahrainTV.bh","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"BahrainTV.bh","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"BahrainTV.bh","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"BahrainTV.bh","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"BahrainTV.bh","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"BahrainTV.bh","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"BahrainTV.bh","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"BahrainTV.bh","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"BahrainTV.bh","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"BahrainTV.bh","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"BahrainTV.bh","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"BahrainTV.bh","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"BahrainTV.bh","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"BahrainTV.bh","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"BahrainTV.bh","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"BahrainTV.bh","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"BahrainTV.bh","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"BahrainTV.bh","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"BahrainTV.bh","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"BahrainTV.bh","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"BahrainTV.bh","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"BahrainTV.bh","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"BahrainTV.bh","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"BahrainTV.bh","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"BahrainTV.bh","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"BalageruTV.et","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"BalkanMusicTV.mk","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"BalkanTV.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"BalkanTrip.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"BalkanTrip.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"BalkanTrip.rs","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"BalkanikaMusicTV.bg","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"BalkanikaMusicTV.bg","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"BalkanikaMusicTV.bg","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"BalkanikaMusicTV.bg","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"BalkanikaMusicTV.bg","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"BalleBalle.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"BallySportsArizona.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BallySportsArizonaPlus.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BallySportsDetroit.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BallySportsFlorida.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BallySportsGreatLakes.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BallySportsIndiana.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BallySportsMidwest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BallySportsMidwestKansasCity.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BallySportsMidwestPlusStLouis.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BallySportsNewOrleans.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BallySportsNorth.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BallySportsOhio.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BallySportsOhioPlus.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BallySportsOklahoma.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BallySportsSanDiego.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BallySportsSoCal.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BallySportsSouth.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BallySportsSoutheast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BallySportsSoutheastGeorgia.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BallySportsSoutheastNashville.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BallySportsSoutheastNorthCarolina.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BallySportsSoutheastSouthCarolina.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BallySportsSoutheastTennessee.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BallySportsSoutheastTennesseeEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BallySportsSouthwest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BallySportsSouthwestDallas.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BallySportsSouthwestOklahoma2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BallySportsSun.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BallySportsWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BallySportsWisconsin.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BandAmazonas.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"BandBahia.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"BandCuritiba.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"BandInternacional.br","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"BandNews.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"BandNews.br","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"BandSaoPaulo.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"BandSports.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"BandaTV.ao","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"BandaTV.ao","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"Bandamax.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"Bandamax.mx","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/mi.tv.epg.xml"},{"channel":"BandamaxEstadosUnidos.mx","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"BangBang.al","site":"ipko.com","lang":"hr","url":"https://iptv-org.github.io/epg/guides/al/ipko.com.epg.xml"},{"channel":"BangBang.al","site":"tvim.tv","lang":"sq","url":"https://iptv-org.github.io/epg/guides/xk/tvim.tv.epg.xml"},{"channel":"BangU.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"BangU.us","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"BantambaTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"BantambaTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"BantambaTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"BantambaTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"BantambaTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"BantambaTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"BantambaTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"BantambaTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"BantambaTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"BantambaTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"BantambaTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"BantambaTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"BantambaTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"BantambaTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"BantambaTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"BantambaTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"BantambaTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"BantambaTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"BantambaTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"BantambaTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"BantambaTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"BantambaTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"BantambaTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"BantambaTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"BarcaTV.es","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"BarcaTV.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"BarelyLegalTV.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"BarrandovKrimi.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"BayerischesFernsehenNord.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"BayerischesFernsehenSud.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"BayerischesFernsehenSud.de","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"BblackCaribbean.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"BblackCaribbean.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"BblackCaribbean.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"BblackCaribbean.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"BblackCaribbean.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"BblackCaribbean.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"BeIn4K.qa","site":"beinsports.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa/beinsports.com.epg.xml"},{"channel":"BeInBoxOffice1Turkiye.qa","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"BeInBoxOffice2Turkiye.qa","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"BeInBoxOffice3Turkiye.qa","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"BeInDrama1.qa","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"BeInDrama1.qa","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"BeInGurme.qa","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"BeInHE.qa","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"BeInIz.qa","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"BeInMoviesAction.qa","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"BeInMoviesAction.qa","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"BeInMoviesAction.qa","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"BeInMoviesAction2.qa","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"BeInMoviesFamily.qa","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"BeInMoviesFamily.qa","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"BeInMoviesFamily.qa","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"BeInMoviesPremiere.qa","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"BeInMoviesPremiere.qa","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"BeInMoviesPremiere.qa","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"BeInMoviesPremiere2.qa","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"BeInMoviesStars.qa","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"BeInMoviesTurk.qa","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"BeInNBA.qa","site":"beinsports.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa/beinsports.com.epg.xml"},{"channel":"BeInSeries1.qa","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"BeInSeries1.qa","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"BeInSeries2.qa","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"BeInSeries2.qa","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"BeInSeriesComedy.qa","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"BeInSeriesDrama.qa","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"BeInSeriesSciFi.qa","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"BeInSeriesVice.qa","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"BeInSports.qa","site":"beinsports.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa/beinsports.com.epg.xml"},{"channel":"BeInSports1.qa","site":"beinsports.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa/beinsports.com.epg.xml"},{"channel":"BeInSports1.qa","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"BeInSports1France.qa","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"BeInSports1France.qa","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"BeInSports1France.qa","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"BeInSports1France.qa","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"BeInSports1France.qa","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"BeInSports1France.qa","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"BeInSports1France.qa","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"BeInSports1France.qa","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"BeInSports1France.qa","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"BeInSports1HongKong.qa","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"BeInSports1HongKong.qa","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"BeInSports1Indonesia.qa","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"BeInSports1Indonesia.qa","site":"vidio.com","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/vidio.com.epg.xml"},{"channel":"BeInSports1Thailand.qa","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"BeInSports1Turkiye.qa","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"BeInSports2.qa","site":"beinsports.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa/beinsports.com.epg.xml"},{"channel":"BeInSports2.qa","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"BeInSports2France.qa","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"BeInSports2France.qa","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"BeInSports2France.qa","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"BeInSports2France.qa","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"BeInSports2France.qa","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"BeInSports2France.qa","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"BeInSports2France.qa","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"BeInSports2France.qa","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"BeInSports2France.qa","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"BeInSports2HongKong.qa","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"BeInSports2HongKong.qa","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"BeInSports2Indonesia.qa","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"BeInSports2Indonesia.qa","site":"vidio.com","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/vidio.com.epg.xml"},{"channel":"BeInSports2Thailand.qa","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"BeInSports2Turkiye.qa","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"BeInSports3.qa","site":"beinsports.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa/beinsports.com.epg.xml"},{"channel":"BeInSports3.qa","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"BeInSports3France.qa","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"BeInSports3France.qa","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"BeInSports3France.qa","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"BeInSports3France.qa","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"BeInSports3France.qa","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"BeInSports3France.qa","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"BeInSports3France.qa","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"BeInSports3France.qa","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"BeInSports3France.qa","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"BeInSports3Turkiye.qa","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"BeInSports4.qa","site":"beinsports.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa/beinsports.com.epg.xml"},{"channel":"BeInSports4Turkiye.qa","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"BeInSports5.qa","site":"beinsports.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa/beinsports.com.epg.xml"},{"channel":"BeInSports6.qa","site":"beinsports.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa/beinsports.com.epg.xml"},{"channel":"BeInSports7.qa","site":"beinsports.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa/beinsports.com.epg.xml"},{"channel":"BeInSportsEnglish1.qa","site":"beinsports.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa/beinsports.com.epg.xml"},{"channel":"BeInSportsEnglish2.qa","site":"beinsports.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa/beinsports.com.epg.xml"},{"channel":"BeInSportsEnglish3.qa","site":"beinsports.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa/beinsports.com.epg.xml"},{"channel":"BeInSportsFrench1.qa","site":"beinsports.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa/beinsports.com.epg.xml"},{"channel":"BeInSportsFrench2.qa","site":"beinsports.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa/beinsports.com.epg.xml"},{"channel":"BeInSportsFrench3.qa","site":"beinsports.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa/beinsports.com.epg.xml"},{"channel":"BeInSportsHaber.qa","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"BeInSportsMalaysiaSingapore.qa","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"BeInSportsMax1.qa","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"BeInSportsMax1.qa","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"BeInSportsMax10France.qa","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"BeInSportsMax10France.qa","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"BeInSportsMax1Turkiye.qa","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"BeInSportsMax2.qa","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"BeInSportsMax2.qa","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"BeInSportsMax2Turkiye.qa","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"BeInSportsMax3.qa","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"BeInSportsMax3.qa","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"BeInSportsMax4France.qa","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"BeInSportsMax4France.qa","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"BeInSportsMax4France.qa","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"BeInSportsMax4France.qa","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"BeInSportsMax4France.qa","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"BeInSportsMax4France.qa","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"BeInSportsMax4France.qa","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"BeInSportsMax5France.qa","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"BeInSportsMax5France.qa","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"BeInSportsMax5France.qa","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"BeInSportsMax5France.qa","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"BeInSportsMax5France.qa","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"BeInSportsMax5France.qa","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"BeInSportsMax5France.qa","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"BeInSportsMax6France.qa","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"BeInSportsMax6France.qa","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"BeInSportsMax7France.qa","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"BeInSportsMax7France.qa","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"BeInSportsMax8France.qa","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"BeInSportsMax8France.qa","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"BeInSportsMax9France.qa","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"BeInSportsMax9France.qa","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"BeInSportsMaxMalaysiaSingapore.qa","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"BeInSportsNews.qa","site":"beinsports.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa/beinsports.com.epg.xml"},{"channel":"BeInSportsPremium1.qa","site":"beinsports.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa/beinsports.com.epg.xml"},{"channel":"BeInSportsPremium2.qa","site":"beinsports.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa/beinsports.com.epg.xml"},{"channel":"BeInSportsPremium3.qa","site":"beinsports.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa/beinsports.com.epg.xml"},{"channel":"BeInSportsUSA.qa","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BeInSportsXtra1.qa","site":"beinsports.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa/beinsports.com.epg.xml"},{"channel":"BeInSportsXtra2.qa","site":"beinsports.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa/beinsports.com.epg.xml"},{"channel":"BeInSportsenEspanol.qa","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/us/gatotv.com.epg.xml"},{"channel":"BeInSportsenEspanol.qa","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"BeInSportsenEspanol.qa","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BeInSportsenEspanol.qa","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BeInTurkiye.qa","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"BeKuduro.ao","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"BeMad.es","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"BeMad.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"BeateUhseTV.de","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"BeekTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"BeijingSatelliteTV.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"BeijingTV.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"BeijingTVArtsChannel.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"BeijingTVFinanceChannel.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"BeijingTVInternationalChannel.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"BeijingTVKaku.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"BeijingTVLifestyleChannel.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"BeijingTVNewsChannel.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"BeijingTVScienceandEducationChannel.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"BeijingTVSportsChannel.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"BeijingTVWinterOlympicDocChannel.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"BeijingTVYouthChannel.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"BelBiznesChenel.by","site":"tv.mail.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/by/tv.mail.ru.epg.xml"},{"channel":"BelMUZTV.by","site":"tv.mail.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/by/tv.mail.ru.epg.xml"},{"channel":"BelRos.ru","site":"tv.mail.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/by/tv.mail.ru.epg.xml"},{"channel":"BelRos.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Belarus1.by","site":"tv.mail.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/by/tv.mail.ru.epg.xml"},{"channel":"Belarus2.by","site":"tv.mail.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/by/tv.mail.ru.epg.xml"},{"channel":"Belarus24.by","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Belarus24.by","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"Belarus24.by","site":"tv.mail.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/by/tv.mail.ru.epg.xml"},{"channel":"Belarus24.by","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Belarus24.by","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"Belarus3.by","site":"tv.mail.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/by/tv.mail.ru.epg.xml"},{"channel":"Belarus4.by","site":"tv.mail.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/by/tv.mail.ru.epg.xml"},{"channel":"Belarus5.by","site":"tv.mail.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/by/tv.mail.ru.epg.xml"},{"channel":"BelsatTV.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"BelsatTV.pl","site":"tv.mail.ru","lang":"by","url":"https://iptv-org.github.io/epg/guides/by/tv.mail.ru.epg.xml"},{"channel":"BenficaTV.pt","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"BenficaTV.pt","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"BenguTurk.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"Bergblick.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"BeritaSatuHD.id","site":"vidio.com","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/vidio.com.epg.xml"},{"channel":"BeritaSatuNewsChannel.id","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"BernamaTV.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"Besmart.id","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"BestBrasil.br","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"BestBrasil.br","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"BestChannel.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"BethelTV.pe","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/mi.tv.epg.xml"},{"channel":"BeyazTV.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"BeyazTV.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"BeyazTV.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"BflixMovies.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"BhojpuriCinema.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"BibelTV.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"BibelTV.de","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"BibelTV.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"BigBrotherMzansi.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"BigGanga.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"BigMagic.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"BigTenNetwork.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"BigTenNetwork.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BigTenNetworkAlternate.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BigTenNetworkOverflow2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BigTenNetworkOverflow3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BigTenNetworkOverflow4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Biggs.pt","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"Biggs.pt","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"Bigudi.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"Bild.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Bindass.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"Bis.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"BitMe.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"BizimevTV.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"Biznes24.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Blast.ao","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"Blaze.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BlazeEspana.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"BlazeEspana.us","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"BlazePortugal.us","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"BlazeUK.us","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"BlazeUK.us","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"BloombergHT.us","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"BloombergHT.us","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"BloombergHT.us","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"BloombergTV.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tz/dstv.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"BloombergTVAfrica.us","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"BloombergTVAsia.us","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"BloombergTVAsia.us","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"BloombergTVAsia.us","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"BloombergTVAsia.us","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"BloombergTVBrazil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"BloombergTVBulgaria.us","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"BloombergTVEurope.us","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"BloombergTVEurope.us","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"BloombergTVEurope.us","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"BloombergTVEurope.us","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"BloombergTVEurope.us","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"BloombergTVEurope.us","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"BloombergTVEurope.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"BloombergTVEurope.us","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"BloombergTVEurope.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"BloombergTVEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"BloombergTVEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"BloombergTVEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"BloombergTVEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"BloombergTVEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"BloombergTVEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"BloombergTVEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"BloombergTVEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"BloombergTVEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"BloombergTVEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"BloombergTVEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"BloombergTVEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"BloombergTVEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"BloombergTVEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"BloombergTVEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"BloombergTVEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"BloombergTVEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"BloombergTVEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"BloombergTVEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"BloombergTVEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"BloombergTVEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"BloombergTVEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"BloombergTVEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"BloombergTVEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"BloombergTVEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"BloombergTVEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"BloombergTVEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"BloombergTVEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"BloombergTVEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"BloombergTVEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"BloombergTVEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"BloombergTVEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"BloombergTVEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"BloombergTVEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"BloombergTVEurope.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"BloombergTVEurope.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"BloombergTVEurope.us","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"BloombergTVEurope.us","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"BloombergTVEurope.us","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"BloombergTVEurope.us","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"BloombergTVEurope.us","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"BloombergTVLatinAmerica.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"BloombergTVUS.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"BloombergTVUS.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"BlueAction.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"BlueCity.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"BlueHustlerEurope.us","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"BlueHustlerEurope.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"BlueHustlerEurope.us","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"BlueHustlerEurope.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"BlueHustlerEurope.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"BluePrime.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"BlueRetro.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"BlueSport1.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"BlueSport2.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"BlueStars.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"BlueZoomD.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"BoaVontadeTV.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"BoasNovas.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"Bober.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"BoberInternational.ru","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"BodenseeTV.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"BodyinBalanceGreece.uk","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"BodyinBalanceUK.uk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"BoingEspana.it","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"BoingEspana.it","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"BoingFrance.it","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"BoingFrance.it","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"BoingFrance.it","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"BoingItalia.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"BoingItalia.it","site":"mediaset.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/mediaset.it.epg.xml"},{"channel":"BoingItalia.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"BoksTV.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"BoliviaTV.bo","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"BoliviaTV72Deportes.bo","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"Bolivision.bo","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"BollywoodHD.ru","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"BollywoodHD.ru","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"BollywoodHD.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"BollywoodTV.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"BollywoodTVRossiya.il","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"BolshayaAziya.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"BonGusto.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Bonferey.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"Bonferey.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"Bonferey.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"Bonferey.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"Bonferey.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"Bonferey.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"Bonferey.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"Bonferey.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"Bonferey.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"Bonferey.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"Bonferey.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"Bonferey.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"Bonferey.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"Bonferey.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"Bonferey.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"Bonferey.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"Bonferey.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"Bonferey.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"Bonferey.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"Bonferey.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"Bonferey.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"Bonferey.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"Bonferey.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"Bonferey.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"Boo.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"BoomTV.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"BoomTV.za","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"BoomTV.za","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"BoomerangAtlanticoSur.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"BoomerangBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"BoomerangCentralEasternEurope.us","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"BoomerangCentralEasternEurope.us","site":"ipko.com","lang":"hr","url":"https://iptv-org.github.io/epg/guides/al/ipko.com.epg.xml"},{"channel":"BoomerangCentralEasternEurope.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"BoomerangCentralEasternEurope.us","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"BoomerangCentralEasternEurope.us","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"BoomerangCentralEasternEurope.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"BoomerangCentralEasternEurope.us","site":"novacyprus.com","lang":"el","url":"https://iptv-org.github.io/epg/guides/cy/novacyprus.com.epg.xml"},{"channel":"BoomerangCentralEasternEurope.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"BoomerangCentralEasternEurope.us","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"BoomerangCentralEasternEurope.us","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"BoomerangCentralEasternEurope.us","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"BoomerangCentralEasternEurope.us","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"BoomerangCentralEasternEurope.us","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"BoomerangCentralEasternEurope.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"BoomerangCentralEasternEurope.us","site":"tvim.tv","lang":"sq","url":"https://iptv-org.github.io/epg/guides/xk/tvim.tv.epg.xml"},{"channel":"BoomerangCentralEasternEurope.us","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"BoomerangDeutschland.us","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"BoomerangDeutschland.us","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"BoomerangEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"BoomerangEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"BoomerangEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"BoomerangEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"BoomerangEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"BoomerangEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"BoomerangEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"BoomerangEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"BoomerangEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"BoomerangEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"BoomerangEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"BoomerangEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"BoomerangEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"BoomerangEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"BoomerangEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"BoomerangEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"BoomerangEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"BoomerangEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"BoomerangEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"BoomerangEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"BoomerangEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"BoomerangEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"BoomerangEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"BoomerangEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"BoomerangEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"BoomerangEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"BoomerangEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"BoomerangEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"BoomerangEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"BoomerangEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"BoomerangEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"BoomerangEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"BoomerangEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"BoomerangEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"BoomerangEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"BoomerangEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"BoomerangEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"BoomerangEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"BoomerangEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"BoomerangEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"BoomerangEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"BoomerangEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"BoomerangEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"BoomerangEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"BoomerangEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"BoomerangEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"BoomerangFrance.us","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"BoomerangFrance.us","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"BoomerangFrance.us","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"BoomerangFrancePlus1.us","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"BoomerangItalia.us","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"BoomerangItaliaPlus1.us","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"BoomerangLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/gatotv.com.epg.xml"},{"channel":"BoomerangLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/gatotv.com.epg.xml"},{"channel":"BoomerangLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"BoomerangLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"BoomerangLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"BoomerangLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"BoomerangLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ec/gatotv.com.epg.xml"},{"channel":"BoomerangLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"BoomerangLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"BoomerangLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"BoomerangLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"BoomerangLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml"},{"channel":"BoomerangLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/py/gatotv.com.epg.xml"},{"channel":"BoomerangLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"BoomerangLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/uy/gatotv.com.epg.xml"},{"channel":"BoomerangLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ve/gatotv.com.epg.xml"},{"channel":"BoomerangMexico.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"BoomerangMexico.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/mi.tv.epg.xml"},{"channel":"BoomerangNordic.us","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"BoomerangNordic.us","site":"allente.se","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/allente.se.epg.xml"},{"channel":"BoomerangNordic.us","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"BoomerangPolska.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"BoomerangPortugal.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"BoomerangPortugal.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"BoomerangSouthEastAsia.us","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"BoomerangSouthEastAsia.us","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"BoomerangSouthEastAsia.us","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"BoomerangSouthEastAsia.us","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"BoomerangTurkiye.us","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"BoomerangTurkiye.us","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"BoomerangUK.us","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"BoomerangUS.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"BoomerangUS.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"BotswanaTV.bw","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"Bounce.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"Bounce.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BoxCinema.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"BoxHits.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"BoxHits.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"BoxNation.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"Bravo.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"BravoEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"BravoEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"BravoEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BravoMusic.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"BravoWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BrazzersTV.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"BrazzersTVEurope.us","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"BrazzersTVEurope.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"BrazzersTVEurope.us","site":"magticom.ge","lang":"ka","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"BrazzersTVEurope.us","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"BrazzersTVEurope.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"BrazzersTVEurope.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"BrazzersTVMonthlyOffer.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"BrazzersTVXX.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"BrazzersTVXX.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"BredaNuTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"BridgeTV.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"BridgeTVRusskiyHit.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Brio.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"BritAsiaTV.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"BritAsiaTV.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"BukeddeTV1.ug","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"BulgariaOnAir.bg","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"BurkinaInfoTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"BurkinaInfoTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"BurkinaInfoTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"BurkinaInfoTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"BurkinaInfoTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"BurkinaInfoTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"BurkinaInfoTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"BurkinaInfoTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"BurkinaInfoTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"BurkinaInfoTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"BurkinaInfoTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"BurkinaInfoTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"BurkinaInfoTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"BurkinaInfoTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"BurkinaInfoTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"BurkinaInfoTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"BurkinaInfoTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"BurkinaInfoTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"BurkinaInfoTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"BurkinaInfoTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"BurkinaInfoTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"BurkinaInfoTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"BurkinaInfoTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"BurkinaInfoTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"Business24Africa.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"Business24Africa.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"Business24Africa.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"Business24Africa.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"Business24Africa.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"Business24Africa.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"Business24Africa.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"Business24Africa.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"Business24Africa.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"Business24Africa.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"Business24Africa.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"Business24Africa.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"Business24Africa.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"Business24Africa.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"Business24Africa.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"Business24Africa.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"Business24Africa.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"Business24Africa.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"Business24Africa.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"Business24Africa.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"Business24Africa.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"Business24Africa.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"Business24Africa.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"Business24Africa.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"BusinessDayTV.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"BusinessDayTV.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"BusinessDayTV.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"BusinessDayTV.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"BusinessDayTV.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"BusinessDayTV.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"BusinessDayTV.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"BusinessDayTV.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"BuzzTV.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"Buzzr.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"C5N.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"C8.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"C8.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"C8.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"C8.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"C8.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"C8.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"C8.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"C8.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"C8.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"C8.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"C8.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"C8.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"C8.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"C8.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"C8.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"C8.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"C8.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"C8.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"C8.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"C8.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"C8.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"C8.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"C8.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"C8.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"C8.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"C8.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"C8.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"C8.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"C8.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"C8.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"C8.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"C8.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"C8.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"C8.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"C8.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"C8.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"C9N.py","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/py/gatotv.com.epg.xml"},{"channel":"CBBC.uk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"CBBC.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"CBBC.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"CBBC.uk","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"CBC.eg","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"CBC.eg","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"CBCDrama.eg","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"CBCDrama.eg","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"CBCSofra.eg","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"CBCSofra.eg","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"CBCToronto.ca","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"CBHT.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"CBLT.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"CBN.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"CBSDramaUK.us","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"CBSDramaUK.us","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"CBSEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"CBSEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"CBSEuropa.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"CBSJusticeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"CBSJusticeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"CBSJusticeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"CBSJusticeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"CBSJusticeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"CBSJusticeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"CBSJusticeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"CBSJusticeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"CBSJusticeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"CBSJusticeUK.us","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"CBSJusticeUK.us","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"CBSRealityAfrica.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"CBSRealityAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"CBSRealityAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"CBSRealityAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"CBSRealityAfrica.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"CBSRealityAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"CBSRealityAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"CBSRealityAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"CBSRealityAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"CBSRealityAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"CBSRealityAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"CBSRealityEurope.us","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"CBSRealityEurope.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"CBSRealityEurope.us","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"CBSRealityEurope.us","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"CBSRealityEurope.us","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"CBSRealityEurope.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"CBSRealityEurope.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"CBSRealityEurope.us","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"CBSRealityEurope.us","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"CBSRealityEurope.us","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"CBSRealityEurope.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"CBSRealityEurope.us","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"CBSRealityPolska.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"CBSRealityUK.us","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"CBSRealityUK.us","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"CBSSportsNetworkCanada.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"CBSSportsNetworkUSA.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"CBeebiesAsia.uk","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"CBeebiesAsia.uk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"CBeebiesAsia.uk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"CBeebiesPolska.uk","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"CBeebiesSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"CBeebiesSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"CBeebiesSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"CBeebiesSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"CBeebiesSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"CBeebiesSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"CBeebiesSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"CBeebiesSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"CBeebiesSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"CBeebiesSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"CBeebiesSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"CBeebiesSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"CBeebiesSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"CBeebiesSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"CBeebiesSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"CBeebiesSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"CBeebiesSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"CBeebiesSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"CBeebiesSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"CBeebiesSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"CBeebiesSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"CBeebiesSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"CBeebiesSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"CBeebiesSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"CBeebiesSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"CBeebiesSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"CBeebiesSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"CBeebiesSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"CBeebiesSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"CBeebiesSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"CBeebiesSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"CBeebiesSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"CBeebiesSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"CBeebiesSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"CBeebiesSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"CBeebiesSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"CBeebiesSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"CBeebiesSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"CBeebiesSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"CBeebiesSouthAfrica.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"CBeebiesTurkiye.uk","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"CBeebiesUK.uk","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"CBeebiesUK.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"CBeebiesUK.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"CBeebiesUK.uk","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"CCIChannel.hn","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/mi.tv.epg.xml"},{"channel":"CCTV1.cn","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"CCTV1.cn","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"CCTV1.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"CCTV10.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"CCTV11.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"CCTV11.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"CCTV12.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"CCTV13.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"CCTV14.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"CCTV15.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"CCTV2.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"CCTV3.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"CCTV4America.cn","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"CCTV4America.cn","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"CCTV4America.cn","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"CCTV4America.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"CCTV4Asia.cn","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"CCTV4Asia.cn","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"CCTV4Asia.cn","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"CCTV4Asia.cn","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"CCTV4Europe.cn","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tz/dstv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"CCTV4Europe.cn","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"CCTV4Europe.cn","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"CCTV4Europe.cn","site":"tv.blue.ch","lang":"zh","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"CCTV4Europe.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"CCTV4Europe.cn","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"CCTV5.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"CCTV5Plus.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"CCTV6.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"CCTV7.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"CCTV8.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"CCTV9.cn","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"CCTV9.cn","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"CCTV9.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"CCTVBilliards.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"CCTVClassic.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"CCTVDaifu.cn","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"CCTVEntertainment.cn","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"CCTVEntertainment.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"CCTVEntertainment.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"CCTVEntertainment.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"CCTVEntertainment.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"CCTVEntertainment.cn","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"CCTVEntertainment.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"CCTVEntertainment.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tz/dstv.com.epg.xml"},{"channel":"CCTVEntertainment.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"CCTVEntertainment.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"CCTVFashionMusic.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"CCTVFashionableWoman.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"CCTVGolfTennis.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"CCTVHealth.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"CCTVHomeShopping.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"CCTVNostalgiaTheater.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"CCTVOldStories.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"CCTVShincoAnimation.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"CCTVSoccer.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"CCTVStormMusic.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"CCTVTVGuide.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"CCTVTheFirstTheater.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"CCTVWorldGeography.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"CDFBasico.cl","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"CDFHD.cl","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"CDFPremium.cl","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"CDMInternacional.pr","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/mi.tv.epg.xml"},{"channel":"CDN.do","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"CDNDeportes.do","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"CDOBasico.cl","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"CDOHD.cl","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"CDOPremium.cl","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"CDTV1.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"CDTV2.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"CDirect.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"CDirect.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"CDirect.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"CDirect.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"CDirect.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"CDirect.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"CDirect.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"CDirect.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"CDirect.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"CDirect.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"CDirect.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"CDirect.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"CDirect.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"CDirect.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"CDirect.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"CDirect.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"CDirect.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"CDirect.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"CDirect.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"CDirect.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"CDirect.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"CDirect.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"CDirect.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"CDirect.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"CETV1.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"CETV2.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"CETV3.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"CETVEarlyEducation.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"CFHDDT.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"CFTO.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"CGTN.cn","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"CGTN.cn","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"CGTN.cn","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"CGTN.cn","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"CGTN.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"CGTN.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"CGTN.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"CGTN.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"CGTN.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"CGTN.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"CGTN.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"CGTN.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"CGTN.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"CGTN.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"CGTN.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"CGTN.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"CGTN.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"CGTN.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"CGTN.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"CGTN.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"CGTN.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"CGTN.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"CGTN.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"CGTN.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"CGTN.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"CGTN.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"CGTN.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"CGTN.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"CGTN.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"CGTN.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"CGTN.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"CGTN.cn","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"CGTN.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"CGTN.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"CGTN.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"CGTN.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"CGTN.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"CGTN.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"CGTN.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"CGTN.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"CGTN.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"CGTN.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"CGTN.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"CGTN.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"CGTN.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"CGTN.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"CGTN.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tz/dstv.com.epg.xml"},{"channel":"CGTN.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"CGTN.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"CGTN.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"CGTN.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"CGTN.cn","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"CGTN.cn","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"CGTN.cn","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"CGTN.cn","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"CGTN.cn","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"CGTN.cn","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"CGTN.cn","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"CGTN.cn","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"CGTN.cn","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"CGTN.cn","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"CGTN.cn","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"CGTN.cn","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"CGTN.cn","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"CGTN.cn","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"CGTN.cn","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"CGTN.cn","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"CGTN.cn","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"CGTN.cn","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"CGTN.cn","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"CGTN.cn","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"CGTN.cn","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"CGTN.cn","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"CGTN.cn","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"CGTN.cn","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"CGTN.cn","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"CGTN.cn","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"CGTN.cn","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"CGTN.cn","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"CGTN.cn","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"CGTN.cn","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"CGTN.cn","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"CGTN.cn","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"CGTN.cn","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"CGTN.cn","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"CGTN.cn","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"CGTN.cn","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"CGTN.cn","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"CGTN.cn","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"CGTN.cn","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"CGTN.cn","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"CGTN.cn","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"CGTN.cn","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"CGTN.cn","site":"tv.blue.ch","lang":"zh","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"CGTN.cn","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"CGTNAmerica.cn","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"CGTNAmerica.cn","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"CGTNArabic.cn","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"CGTNArabic.cn","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"CGTNArabic.cn","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"CGTNArabic.cn","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"CGTNArabic.cn","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"CGTNArabic.cn","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"CGTNArabic.cn","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"CGTNArabic.cn","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"CGTNArabic.cn","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"CGTNArabic.cn","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"CGTNArabic.cn","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"CGTNArabic.cn","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"CGTNArabic.cn","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"CGTNArabic.cn","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"CGTNArabic.cn","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"CGTNArabic.cn","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"CGTNArabic.cn","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"CGTNArabic.cn","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"CGTNArabic.cn","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"CGTNArabic.cn","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"CGTNArabic.cn","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"CGTNArabic.cn","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"CGTNArabic.cn","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"CGTNArabic.cn","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"CGTNArabic.cn","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"CGTNArabic.cn","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"CGTNArabic.cn","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"CGTNArabic.cn","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"CGTNArabic.cn","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"CGTNArabic.cn","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"CGTNArabic.cn","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"CGTNArabic.cn","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"CGTNArabic.cn","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"CGTNArabic.cn","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"CGTNArabic.cn","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"CGTNDocumentary.cn","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"CGTNDocumentary.cn","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"CGTNDocumentary.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"CGTNDocumentary.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"CGTNDocumentary.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"CGTNDocumentary.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"CGTNDocumentary.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"CGTNDocumentary.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"CGTNDocumentary.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"CGTNDocumentary.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"CGTNDocumentary.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"CGTNDocumentary.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"CGTNDocumentary.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"CGTNDocumentary.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"CGTNDocumentary.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"CGTNDocumentary.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"CGTNDocumentary.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"CGTNDocumentary.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"CGTNDocumentary.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"CGTNDocumentary.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"CGTNDocumentary.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"CGTNDocumentary.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"CGTNDocumentary.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"CGTNDocumentary.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"CGTNDocumentary.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"CGTNDocumentary.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"CGTNDocumentary.cn","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"CGTNDocumentary.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"CGTNDocumentary.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"CGTNDocumentary.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"CGTNDocumentary.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"CGTNDocumentary.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"CGTNDocumentary.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"CGTNDocumentary.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"CGTNDocumentary.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"CGTNDocumentary.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"CGTNDocumentary.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"CGTNDocumentary.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"CGTNDocumentary.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"CGTNDocumentary.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tz/dstv.com.epg.xml"},{"channel":"CGTNDocumentary.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"CGTNDocumentary.cn","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"CGTNEspanol.cn","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"CGTNEspanol.cn","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tz/dstv.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"CGTNFrancais.cn","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"CGTNRusskij.cn","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"CHBCDT2.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"CHKM.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"CISTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"CISTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"CISTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"CISTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"CISTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"CISTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"CISTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"CISTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"CISTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"CISTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"CISTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"CISTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"CISTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"CISTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"CISTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"CISTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"CISTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"CISTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"CISTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"CISTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"CISTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"CISTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"CISTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"CISTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"CITV.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"CITV.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"CITV.uk","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"CMCTV.hr","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"CMCTV.hr","site":"tv.blue.ch","lang":"hr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"CMCTV.hr","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"CMElCanaldelaMusica.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"CMTEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"CMTEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"CMTEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"CMTMusic.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"CMTMusic.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"CMTV.pt","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"CMTV.pt","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"CMoreFirst.se","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"CMoreFirst.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"CMoreFirst.se","site":"telkussa.fi","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/telkussa.fi.epg.xml"},{"channel":"CMoreFotboll.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"CMoreGolf.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"CMoreHits.se","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"CMoreHits.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"CMoreHits.se","site":"telkussa.fi","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/telkussa.fi.epg.xml"},{"channel":"CMoreHockey.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"CMoreJuniori.se","site":"telkussa.fi","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/telkussa.fi.epg.xml"},{"channel":"CMoreLive.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"CMoreLive2.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"CMoreLive3.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"CMoreLive4.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"CMoreMax.se","site":"telkussa.fi","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/telkussa.fi.epg.xml"},{"channel":"CMoreSeries.se","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"CMoreSeries.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"CMoreSeries.se","site":"telkussa.fi","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/telkussa.fi.epg.xml"},{"channel":"CMoreSport1.se","site":"telkussa.fi","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/telkussa.fi.epg.xml"},{"channel":"CMoreSport2.se","site":"telkussa.fi","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/telkussa.fi.epg.xml"},{"channel":"CMoreStars.se","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"CMoreStars.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"CMoreStars.se","site":"telkussa.fi","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/telkussa.fi.epg.xml"},{"channel":"CMusicTV.uk","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"CMusicTV.uk","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"CMusicTV.uk","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"CN23.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"CNA.sg","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"CNA.sg","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"CNA.sg","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"CNA.sg","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"CNA.sg","site":"vidio.com","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/vidio.com.epg.xml"},{"channel":"CNBC.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"CNBCAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"CNBCAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"CNBCAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"CNBCAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"CNBCAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"CNBCAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"CNBCAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"CNBCAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"CNBCAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"CNBCAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"CNBCAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"CNBCAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"CNBCAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"CNBCAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"CNBCAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"CNBCAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"CNBCAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"CNBCAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"CNBCAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"CNBCAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"CNBCAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"CNBCAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"CNBCAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"CNBCAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"CNBCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"CNBCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"CNBCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"CNBCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"CNBCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"CNBCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"CNBCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"CNBCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"CNBCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"CNBCArabiya.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"CNBCArabiya.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"CNBCArabiya.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"CNBCArabiya.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"CNBCArabiya.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"CNBCArabiya.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"CNBCArabiya.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"CNBCArabiya.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"CNBCArabiya.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"CNBCArabiya.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"CNBCArabiya.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"CNBCArabiya.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"CNBCArabiya.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"CNBCArabiya.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"CNBCArabiya.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"CNBCArabiya.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"CNBCArabiya.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"CNBCArabiya.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"CNBCArabiya.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"CNBCArabiya.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"CNBCArabiya.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"CNBCArabiya.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"CNBCArabiya.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"CNBCArabiya.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"CNBCArabiya.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"CNBCArabiya.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"CNBCArabiya.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"CNBCArabiya.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"CNBCArabiya.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"CNBCArabiya.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"CNBCArabiya.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"CNBCArabiya.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"CNBCArabiya.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"CNBCArabiya.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"CNBCAsiaPacific.us","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"CNBCAsiaPacific.us","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"CNBCAsiaPacific.us","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"CNBCAsiaPacific.us","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"CNBCAwaaz.us","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"CNBCBajar.us","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"CNBCEurope.us","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"CNBCEurope.us","site":"allente.se","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/allente.se.epg.xml"},{"channel":"CNBCEurope.us","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"CNBCEurope.us","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"CNBCEurope.us","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"CNBCEurope.us","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"CNBCEurope.us","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"CNBCEurope.us","site":"magticom.ge","lang":"en","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"CNBCEurope.us","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"CNBCEurope.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"CNBCEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"CNBCEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"CNBCEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"CNBCEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"CNBCEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"CNBCEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"CNBCEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"CNBCEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"CNBCEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"CNBCEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"CNBCEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"CNBCEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"CNBCEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"CNBCEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"CNBCEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"CNBCEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"CNBCEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"CNBCEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"CNBCEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"CNBCEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"CNBCEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"CNBCEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"CNBCEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"CNBCEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"CNBCEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"CNBCEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"CNBCEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"CNBCEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"CNBCEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"CNBCEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"CNBCEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"CNBCEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"CNBCEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"CNBCEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"CNBCEurope.us","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"CNBCEurope.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"CNBCEurope.us","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"CNBCEurope.us","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"CNBCEurope.us","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"CNBCEurope.us","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"CNBCTV18.us","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"CNBCUK.us","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"CNBCUS.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"CNBCUS.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"CNBCUS.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"CNBCWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"CNBCWorld.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"CNBCWorld.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"CNLEvropa.kz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"CNN.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"CNNBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"CNNChile.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"CNNInternationalAsia.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"CNNInternationalAsiaPacific.us","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"CNNInternationalAsiaPacific.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"CNNInternationalAsiaPacific.us","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"CNNInternationalAsiaPacific.us","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"CNNInternationalAsiaPacific.us","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"CNNInternationalAsiaPacific.us","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"allente.se","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/allente.se.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"ipko.com","lang":"hr","url":"https://iptv-org.github.io/epg/guides/al/ipko.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"CNNInternationalEurope.us","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"CNNInternationalLatinAmerica.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"CNNInternationalLatinAmerica.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"CNNInternationalLatinAmerica.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"CNNInternationalLatinAmerica.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"CNNInternationalLatinAmerica.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"CNNInternationalLatinAmerica.us","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"CNNInternationalLatinAmerica.us","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"CNNInternationalLatinAmerica.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"CNNInternationalLatinAmerica.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"CNNInternationalLatinAmerica.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"CNNInternationalNorthAmerica.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"CNNInternationalSouthAsia.us","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"CNNJ.us","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"CNNNews18.us","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"CNNPrimaNews.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"CNNTurk.us","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"CNNTurk.us","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"CNNTurk.us","site":"tv.blue.ch","lang":"tr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"CNNTurk.us","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"CNNUSA.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"CNNUSA.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"CNNUSA.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"CNNUSA.us","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"CNNenEspanol.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"CNNenEspanol.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"CNNenEspanol.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"CNNenEspanol.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"CNews.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"CNews.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"CNews.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"CNews.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"CNews.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"CNews.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"CNews.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"CNews.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"CNews.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"CNews.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"CNews.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"CNews.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"CNews.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"CNews.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"CNews.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"CNews.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"CNews.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"CNews.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"CNews.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"CNews.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"CNews.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"CNews.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"CNews.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"CNews.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"CNews.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"CNews.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"CNews.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"CNews.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"CNews.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"CNews.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"CNews.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"CNews.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"CNews.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"CNews.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"CNews.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"CNews.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"CQTVAutomobiles.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"CRTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"CRTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"CRTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"CRTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"CRTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"CRTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"CRTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"CRTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"CRTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"CRTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"CRTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"CRTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"CRTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"CRTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"CRTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"CRTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"CRTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"CRTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"CRTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"CRTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"CRTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"CRTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"CRTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"CRTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"CRTVNews.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"CRTVNews.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"CRTVNews.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"CRTVNews.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"CRTVNews.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"CRTVNews.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"CRTVNews.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"CRTVNews.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"CRTVNews.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"CRTVNews.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"CRTVNews.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"CRTVNews.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"CRTVNews.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"CRTVNews.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"CRTVNews.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"CRTVNews.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"CRTVNews.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"CRTVNews.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"CRTVNews.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"CRTVNews.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"CRTVNews.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"CRTVNews.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"CRTVNews.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"CRTVNews.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"CRTVSportsandEntertainment.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"CRTVSportsandEntertainment.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"CRTVSportsandEntertainment.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"CRTVSportsandEntertainment.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"CRTVSportsandEntertainment.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"CRTVSportsandEntertainment.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"CRTVSportsandEntertainment.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"CRTVSportsandEntertainment.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"CRTVSportsandEntertainment.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"CRTVSportsandEntertainment.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"CRTVSportsandEntertainment.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"CRTVSportsandEntertainment.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"CRTVSportsandEntertainment.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"CRTVSportsandEntertainment.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"CRTVSportsandEntertainment.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"CRTVSportsandEntertainment.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"CRTVSportsandEntertainment.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"CRTVSportsandEntertainment.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"CRTVSportsandEntertainment.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"CRTVSportsandEntertainment.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"CRTVSportsandEntertainment.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"CRTVSportsandEntertainment.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"CRTVSportsandEntertainment.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"CRTVSportsandEntertainment.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"CSFilm.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"CSHistory.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"CSHorror.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"CSMystery.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"CSPAN.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"CSPAN2.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"CStar.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"CStar.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"CStar.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"CStar.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"CStar.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"CStar.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"CStar.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"CStar.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"CStar.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"CStar.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"CStar.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"CStar.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"CStar.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"CStar.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"CStar.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"CStar.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"CStar.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"CStar.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"CStar.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"CStar.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"CStar.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"CStar.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"CStar.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"CStar.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"CStar.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"CStar.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"CStar.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"CStar.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"CStar.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"CStar.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"CStar.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"CStar.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"CStar.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"CStar.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"CStar.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"CStar.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"CT1.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"CT1.cz","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"CT2.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"CT2.cz","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"CT24.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"CT24.cz","site":"tv.blue.ch","lang":"cs","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"CT3.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"CTD.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"CTITVAsia.tw","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"CTITVAsia.tw","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"CTITVAsia.tw","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"CTITVInternational.tw","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"CTIZhongTianChannel.cn","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"CTN.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"CTN.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"CTS.kr","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"CTSport.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"CTVNAKDPlus.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"CTVToronto.ca","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"CTart.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"CVK.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"CVK.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"CVK.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"CVK.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"CVK.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"CVK.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"CVK.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"CVK.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"CVK.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"CVK.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"CVK.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"CVK.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"CVK.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"CVK.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"CVK.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"CVK.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"CVK.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"CVK.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"CVK.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"CVK.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"CVK.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"CVK.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"CVK.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"CVK.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"CWEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Cable4K.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"Cablenoticias.co","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/mi.tv.epg.xml"},{"channel":"Cablenoticias.co","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"Cacavision.es","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"Caccia.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"CadenaA.bo","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"CafeClub.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"CafeClub.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"CalaClassics.bs","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"CalaWeather.bs","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"Calle13.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"Calle13.us","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"CameradeiDeputati.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"CamnetTV.zm","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"Canal1.co","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"Canal1.co","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/mi.tv.epg.xml"},{"channel":"Canal1.co","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"Canal10.gp","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"Canal10.gp","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"Canal10.gp","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"Canal10.gp","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"Canal10.gp","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"Canal10.gp","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"Canal10.sv","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/mi.tv.epg.xml"},{"channel":"Canal10Cordoba.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"Canal11.cr","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"Canal11.hn","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/mi.tv.epg.xml"},{"channel":"Canal12.sv","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"Canal12.sv","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/mi.tv.epg.xml"},{"channel":"Canal13.cl","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"Canal13.cl","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"Canal2.ni","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"Canal2.sv","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"Canal2.sv","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/mi.tv.epg.xml"},{"channel":"Canal20VillaMaria.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"Canal22Internacional.mx","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"Canal22MetropolitanayNacional.mx","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/mi.tv.epg.xml"},{"channel":"Canal22Nacional.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"Canal24Horas.es","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"Canal24Horas.es","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Canal24Horas.es","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"Canal24Horas.es","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"Canal24Horas.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"Canal24Horas.es","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"Canal24Horas.es","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"Canal24Horas.es","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"Canal24Horas.es","site":"tv.blue.ch","lang":"es","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Canal26.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"Canal27.gt","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"Canal2International.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"Canal2International.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"Canal2International.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"Canal2International.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"Canal2International.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"Canal2International.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"Canal2International.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"Canal2International.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"Canal2International.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"Canal2International.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"Canal2International.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"Canal2International.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"Canal2International.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"Canal2International.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"Canal2International.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"Canal2International.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"Canal2International.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"Canal2International.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"Canal2International.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"Canal2International.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"Canal2International.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"Canal2International.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"Canal2International.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"Canal2International.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"Canal2Movies.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"Canal2Movies.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"Canal2Movies.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"Canal2Movies.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"Canal2Movies.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"Canal2Movies.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"Canal2Movies.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"Canal2Movies.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"Canal2Movies.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"Canal2Movies.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"Canal2Movies.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"Canal2Movies.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"Canal2Movies.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"Canal2Movies.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"Canal2Movies.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"Canal2Movies.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"Canal2Movies.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"Canal2Movies.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"Canal2Movies.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"Canal2Movies.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"Canal2Movies.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"Canal2Movies.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"Canal2Movies.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"Canal2Movies.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"Canal3.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"Canal3.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"Canal3.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"Canal3.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"Canal3.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"Canal3.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"Canal3.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"Canal3.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"Canal3.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"Canal3.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"Canal3.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"Canal3.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"Canal3.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"Canal3.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"Canal3.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"Canal3.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"Canal3.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"Canal3.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"Canal3.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"Canal3.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"Canal3.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"Canal3.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"Canal3.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"Canal3.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"Canal3.gt","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"Canal3Benin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"Canal3Benin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"Canal3Benin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"Canal3Benin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"Canal3Benin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"Canal3Benin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"Canal3Benin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"Canal3Benin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"Canal3Benin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"Canal3Benin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"Canal3Benin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"Canal3Benin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"Canal3Benin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"Canal3Benin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"Canal3Benin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"Canal3Benin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"Canal3Benin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"Canal3Benin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"Canal3Benin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"Canal3Benin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"Canal3Benin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"Canal3Benin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"Canal3Benin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"Canal3Benin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"Canal4.cr","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"Canal4.sv","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"Canal4.sv","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/mi.tv.epg.xml"},{"channel":"Canal4.uy","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"Canal5.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"Canal5.mx","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/mi.tv.epg.xml"},{"channel":"Canal5ElLider.hn","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"Canal6.cr","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"Canal6.sv","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"Canal6.sv","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/mi.tv.epg.xml"},{"channel":"Canal6Nacional.mx","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"Canal7Jujuy.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"Canal9.dk","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"Canal9BioBioTelevision.cl","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"CanalAlphaJU.ch","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"CanalAlphaNE.ch","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"CanalAntigua.gt","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"CanalAntigua.gt","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/mi.tv.epg.xml"},{"channel":"CanalBrasil.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"CanalC.co","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/mi.tv.epg.xml"},{"channel":"CanalCaliTV.co","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/mi.tv.epg.xml"},{"channel":"CanalCapital.co","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"CanalCapital.co","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/mi.tv.epg.xml"},{"channel":"CanalCapital.co","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"CanalCaribe.cu","site":"tvcubana.icrt.cu","lang":"es","url":"https://iptv-org.github.io/epg/guides/cu/tvcubana.icrt.cu.epg.xml"},{"channel":"CanalCartagena.co","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/mi.tv.epg.xml"},{"channel":"CanalCatorce.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"CanalClaro.cl","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/mi.tv.epg.xml"},{"channel":"CanalClaro.cl","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"CanalClave.cu","site":"tvcubana.icrt.cu","lang":"es","url":"https://iptv-org.github.io/epg/guides/cu/tvcubana.icrt.cu.epg.xml"},{"channel":"CanalCocina.es","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"CanalCocina.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"CanalCongreso.co","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"CanalCongreso.co","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"CanalDHE.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"CanalEcool.cl","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"CanalEducativo.cu","site":"tvcubana.icrt.cu","lang":"es","url":"https://iptv-org.github.io/epg/guides/cu/tvcubana.icrt.cu.epg.xml"},{"channel":"CanalEducativo2.cu","site":"tvcubana.icrt.cu","lang":"es","url":"https://iptv-org.github.io/epg/guides/cu/tvcubana.icrt.cu.epg.xml"},{"channel":"CanalExtremaduraSatelite.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"CanalExtremaduraSatelite.es","site":"tv.blue.ch","lang":"es","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"CanalFutura.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"CanalHabana.cu","site":"tvcubana.icrt.cu","lang":"es","url":"https://iptv-org.github.io/epg/guides/cu/tvcubana.icrt.cu.epg.xml"},{"channel":"CanalHollywoodEspana.es","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"CanalHollywoodEspana.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"CanalHollywoodPortugal.es","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"CanalHollywoodPortugal.es","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"CanalISB.cl","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"CanalInstitucional.co","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"CanalInstitucional.co","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"CanalJ.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"CanalJ.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"CanalJ.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"CanalJ.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"CanalJ.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"CanalJ.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"CanalJ.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"CanalJ.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"CanalLuz.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"CanalMultivision.cu","site":"tvcubana.icrt.cu","lang":"es","url":"https://iptv-org.github.io/epg/guides/cu/tvcubana.icrt.cu.epg.xml"},{"channel":"CanalOff.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"CanalOrbe21.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"CanalPandaEspana.pt","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"CanalPandaEspana.pt","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"CanalPandaPortugal.pt","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"CanalPandaPortugal.pt","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"CanalPandaPortugal.pt","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"CanalPandaPortugal.pt","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"CanalParlamento.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"CanalPlus1.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"CanalPlus4KUltraHD.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"CanalPlusActionCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusActionCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusActionCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusActionCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusActionCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusActionCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusActionCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusActionCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusActionCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusActionCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusActionCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusActionCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusActionCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusActionCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusActionCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusActionCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusActionCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusActionCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusActionCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusActionCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusActionCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusActionCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusActionCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusActionCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusActionOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusActionOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusActionOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusActionOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusActionOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusActionOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusActionOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusActionOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusActionOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusActionOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusActionOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusActionOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusActionOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusActionOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusActionOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusActionOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusActionOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusActionOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusActionOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusActionOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusActionOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusActionOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusActionOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusActionOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCaraibes.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"CanalPlusCaraibes.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"CanalPlusCaraibes.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"CanalPlusCaraibes.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"CanalPlusCaraibes.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"CanalPlusCinemaCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCinemaCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCinemaCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCinemaCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCinemaCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCinemaCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCinemaCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCinemaCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCinemaCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCinemaCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCinemaCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCinemaCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCinemaCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCinemaCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCinemaCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCinemaCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCinemaCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCinemaCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCinemaCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCinemaCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCinemaCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCinemaCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCinemaCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCinemaCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCinemaFrance.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"CanalPlusCinemaFrance.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"CanalPlusCinemaFrance.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"CanalPlusCinemaFrance.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"CanalPlusCinemaFrance.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"CanalPlusCinemaFrance.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"CanalPlusCinemaFrance.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"CanalPlusCinemaFrance.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"CanalPlusCinemaFrance.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"CanalPlusCinemaOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCinemaOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCinemaOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCinemaOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCinemaOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCinemaOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCinemaOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCinemaOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCinemaOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCinemaOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCinemaOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCinemaOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCinemaOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCinemaOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCinemaOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCinemaOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCinemaOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCinemaOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCinemaOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCinemaOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCinemaOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCinemaOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCinemaOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCinemaOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusCinemaReunion.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"CanalPlusCinemaReunion.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"CanalPlusCinemaReunion.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"CanalPlusDecale.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"CanalPlusDecale.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"CanalPlusDecale.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"CanalPlusDecale.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"CanalPlusDecale.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"CanalPlusDecale.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"CanalPlusDocs.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"CanalPlusDokument.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"CanalPlusDomo.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"CanalPlusDomo.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"CanalPlusEllesCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusEllesCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusEllesCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusEllesCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusEllesCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusEllesCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusEllesCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusEllesCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusEllesCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusEllesCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusEllesCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusEllesCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusEllesCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusEllesCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusEllesCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusEllesCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusEllesCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusEllesCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusEllesCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusEllesCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusEllesCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusEllesCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusEllesCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusEllesCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusEllesOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusEllesOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusEllesOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusEllesOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusEllesOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusEllesOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusEllesOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusEllesOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusEllesOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusEllesOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusEllesOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusEllesOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusEllesOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusEllesOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusEllesOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusEllesOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusEllesOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusEllesOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusEllesOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusEllesOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusEllesOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusEllesOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusEllesOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusEllesOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyFrance.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"CanalPlusFamilyOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusFamilyPolska.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"CanalPlusFilm.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"CanalPlusFrance.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"CanalPlusFrance.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"CanalPlusFrance.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"CanalPlusHaiti.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"CanalPlusKids.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"CanalPlusKids.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"CanalPlusKids.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"CanalPlusKids.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"CanalPlusKids.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"CanalPlusKids.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"CanalPlusKids.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"CanalPlusKids.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"CanalPlusKids.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"CanalPlusKids.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"CanalPlusKuchnia.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"CanalPlusPopCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPopCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPopCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPopCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPopCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPopCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPopCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPopCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPopCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPopCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPopCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPopCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPopCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPopCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPopCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPopCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPopCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPopCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPopCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPopCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPopCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPopCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPopCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPopCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPopOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPopOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPopOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPopOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPopOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPopOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPopOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPopOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPopOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPopOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPopOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPopOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPopOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPopOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPopOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPopOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPopOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPopOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPopOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPopOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPopOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPopOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPopOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPopOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremiereCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremiereCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremiereCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremiereCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremiereCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremiereCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremiereCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremiereCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremiereCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremiereCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremiereCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremiereCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremiereCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremiereCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremiereCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremiereCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremiereCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremiereCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremiereCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremiereCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremiereCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremiereCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremiereCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremiereCentre.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremiereOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremiereOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremiereOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremiereOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremiereOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremiereOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremiereOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremiereOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremiereOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremiereOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremiereOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremiereOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremiereOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremiereOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremiereOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremiereOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremiereOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremiereOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremiereOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremiereOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremiereOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremiereOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremiereOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremiereOuest.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusPremium.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"CanalPlusReunion.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"CanalPlusReunion.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"CanalPlusReunion.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"CanalPlusSeriale.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"CanalPlusSeriesFrance.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"CanalPlusSeriesFrance.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"CanalPlusSeriesFrance.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"CanalPlusSeriesFrance.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"CanalPlusSeriesFrance.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"CanalPlusSeriesFrance.fr","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"CanalPlusSeriesFrance.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"CanalPlusSeriesFrance.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"CanalPlusSeriesReunion.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"CanalPlusSeriesReunion.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"CanalPlusSeriesReunion.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"CanalPlusSport1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport2.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport2.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport2.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport2.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport2.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport2.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport2.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport2.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport2.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport2.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport2.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport2.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport2.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport2.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport2.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport2.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport2.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport2.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport2.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport2.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport2.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport2.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport2.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport2.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport2Polska.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"CanalPlusSport3.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport3.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport3.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport3.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport3.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport3.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport3.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport3.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport3.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport3.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport3.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport3.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport3.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport3.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport3.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport3.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport3.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport3.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport3.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport3.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport3.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport3.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport3.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport3.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport3Polska.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"CanalPlusSport4.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport4.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport4.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport4.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport4.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport4.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport4.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport4.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport4.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport4.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport4.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport4.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport4.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport4.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport4.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport4.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport4.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport4.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport4.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport4.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport4.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport4.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport4.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport4.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport4Polska.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"CanalPlusSport5.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport5.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport5.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport5.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport5.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport5.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport5.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport5.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport5.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport5.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport5.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport5.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport5.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport5.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport5.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport5.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport5.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport5.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport5.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport5.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport5.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport5.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport5.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSport5.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"CanalPlusSportFrance.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"CanalPlusSportFrance.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"CanalPlusSportFrance.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"CanalPlusSportFrance.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"CanalPlusSportFrance.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"CanalPlusSportFrance.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"CanalPlusSportFrance.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"CanalPlusSportFrance.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"CanalPlusSportPolska.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"CanalPlusSportReunion.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"CanalPlusSportReunion.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"CanalPlusSportReunion.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"CanalProgramacao.ao","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"CanalQ.pt","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"CanalQ.pt","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"CanalRural.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"CanalRural.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"CanalSur.us","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"CanalSurAndalucia.es","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"CanalSurAndalucia.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"CanalSurAndalucia.es","site":"tv.blue.ch","lang":"es","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"CanalTRO.co","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"CanalTRO.co","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/mi.tv.epg.xml"},{"channel":"CanalTRO.co","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"CanalU.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"CanalU.co","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/mi.tv.epg.xml"},{"channel":"CanalUno.ec","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ec/gatotv.com.epg.xml"},{"channel":"CanalVasco.es","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"CanalViva.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"Canala.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"CanaldelSur.cl","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"CanaldelaCiudad.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"CanaldoBoi.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"Canale5.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"Canale5.it","site":"mediaset.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/mediaset.it.epg.xml"},{"channel":"Canale5.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"CanaleItalia.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Canvas.be","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"Canvas.be","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"CapeTownTV.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"CapeTownTV.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"CapitalSanteTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"CapitalSanteTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"CapitalSanteTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"CapitalSanteTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"CapitalSanteTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"CapitalSanteTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"CapitalSanteTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"CapitalSanteTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"CapitalSanteTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"CapitalSanteTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"CapitalSanteTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"CapitalSanteTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"CapitalSanteTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"CapitalSanteTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"CapitalSanteTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"CapitalSanteTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"CapitalSanteTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"CapitalSanteTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"CapitalSanteTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"CapitalSanteTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"CapitalSanteTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"CapitalSanteTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"CapitalSanteTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"CapitalSanteTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"CaracolTV.co","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"CaracolTV.co","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/mi.tv.epg.xml"},{"channel":"CaracolTV.co","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"CaracolTVInternacional.co","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"CaracolTVInternacional.co","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"CaracolTVInternacional.co","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"CaracolTVInternacional.co","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"CaribVision.bb","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"CaribVision.bb","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"CarsTV.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"CartoonNetworkArgentina.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"CartoonNetworkAsia.us","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"CartoonNetworkAsia.us","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"CartoonNetworkAsia.us","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"CartoonNetworkAsia.us","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"CartoonNetworkBrasil.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"CartoonNetworkBulgaria.us","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"CartoonNetworkCanada.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"CartoonNetworkCentralEasternEurope.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"CartoonNetworkCentralEasternEurope.us","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"CartoonNetworkCentralEasternEurope.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"CartoonNetworkCentralEasternEurope.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"CartoonNetworkCentralEasternEurope.us","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"CartoonNetworkChile.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"CartoonNetworkDeutschland.us","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"CartoonNetworkDeutschland.us","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"CartoonNetworkEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"CartoonNetworkEast.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"CartoonNetworkEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"CartoonNetworkEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"CartoonNetworkFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"CartoonNetworkFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"CartoonNetworkFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"CartoonNetworkFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"CartoonNetworkFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"CartoonNetworkFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"CartoonNetworkFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"CartoonNetworkFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"CartoonNetworkFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"CartoonNetworkFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"CartoonNetworkFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"CartoonNetworkFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"CartoonNetworkFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"CartoonNetworkFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"CartoonNetworkFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"CartoonNetworkFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"CartoonNetworkFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"CartoonNetworkFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"CartoonNetworkFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"CartoonNetworkFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"CartoonNetworkFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"CartoonNetworkFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"CartoonNetworkFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"CartoonNetworkFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"CartoonNetworkFrance.us","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"CartoonNetworkFrance.us","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"CartoonNetworkFrance.us","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"CartoonNetworkIndia.us","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"CartoonNetworkIndia.us","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"CartoonNetworkItaliaPlus1.us","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"CartoonNetworkJapan.us","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"CartoonNetworkLatinAmerica.us","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"CartoonNetworkLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/gatotv.com.epg.xml"},{"channel":"CartoonNetworkLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/gatotv.com.epg.xml"},{"channel":"CartoonNetworkLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"CartoonNetworkLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"CartoonNetworkLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"CartoonNetworkLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"CartoonNetworkLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ec/gatotv.com.epg.xml"},{"channel":"CartoonNetworkLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"CartoonNetworkLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"CartoonNetworkLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"CartoonNetworkLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"CartoonNetworkLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml"},{"channel":"CartoonNetworkLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/py/gatotv.com.epg.xml"},{"channel":"CartoonNetworkLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"CartoonNetworkLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/uy/gatotv.com.epg.xml"},{"channel":"CartoonNetworkLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ve/gatotv.com.epg.xml"},{"channel":"CartoonNetworkLatinAmerica.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/mi.tv.epg.xml"},{"channel":"CartoonNetworkLatinAmerica.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"CartoonNetworkMexico.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"CartoonNetworkMexico.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/mi.tv.epg.xml"},{"channel":"CartoonNetworkMiddleEastAfrica.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"CartoonNetworkMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"CartoonNetworkMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"CartoonNetworkMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"CartoonNetworkMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"CartoonNetworkMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"CartoonNetworkMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"CartoonNetworkMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"CartoonNetworkMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"CartoonNetworkMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"CartoonNetworkMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"CartoonNetworkMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"CartoonNetworkMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"CartoonNetworkMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"CartoonNetworkMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"CartoonNetworkMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"CartoonNetworkMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"CartoonNetworkMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"CartoonNetworkMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"CartoonNetworkMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"CartoonNetworkMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"CartoonNetworkMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"CartoonNetworkMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"CartoonNetworkMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"CartoonNetworkMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"CartoonNetworkMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"CartoonNetworkMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"CartoonNetworkMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"CartoonNetworkMiddleEastAfrica.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"CartoonNetworkMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"CartoonNetworkMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"CartoonNetworkMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"CartoonNetworkMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"CartoonNetworkMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"CartoonNetworkMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"CartoonNetworkMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"CartoonNetworkMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"CartoonNetworkMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"CartoonNetworkMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"CartoonNetworkMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"CartoonNetworkMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"CartoonNetworkMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"CartoonNetworkMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"CartoonNetworkMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"CartoonNetworkMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"CartoonNetworkMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"CartoonNetworkMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"CartoonNetworkNederland.us","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"CartoonNetworkNordic.us","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"CartoonNetworkNordic.us","site":"allente.se","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/allente.se.epg.xml"},{"channel":"CartoonNetworkNordic.us","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"CartoonNetworkNordic.us","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"CartoonNetworkPolska.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"CartoonNetworkPolska.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"CartoonNetworkPortugal.us","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"CartoonNetworkRomania.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"CartoonNetworkRussiaSouthEastEurope.us","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"CartoonNetworkRussiaSouthEastEurope.us","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"CartoonNetworkRussiaSouthEastEurope.us","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"CartoonNetworkRussiaSouthEastEurope.us","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"CartoonNetworkRussiaSouthEastEurope.us","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"CartoonNetworkRussiaSouthEastEurope.us","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"CartoonNetworkRussiaSouthEastEurope.us","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"CartoonNetworkTurkiye.us","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"CartoonNetworkTurkiye.us","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"CartoonNetworkTurkiye.us","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"CartoonNetworkWest.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"CartoonNetworkWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"CartoonitoItalia.us","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"CartoonitoItalia.us","site":"mediaset.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/mediaset.it.epg.xml"},{"channel":"CartoonitoItalia.us","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Cash.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"CastricumTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"CatholicFaithNetwork.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"CazayPesca.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"CelebrityShoppingTV.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"CelestialClassicMovies.hk","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"CelestialClassicMovies.hk","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"CelestialMoviesIndonesia.hk","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"CelestialMoviesMalaysia.hk","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"CemTV.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"CentraalTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"CentroamericaTV.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"ChallengeUK.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"ChallengeUK.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"ChallengeUK.uk","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"ChampionsTV1.id","site":"vidio.com","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/vidio.com.epg.xml"},{"channel":"ChampionsTV2.id","site":"vidio.com","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/vidio.com.epg.xml"},{"channel":"ChampionsTV3.id","site":"vidio.com","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/vidio.com.epg.xml"},{"channel":"Channel2.fj","site":"walesi.com.fj","lang":"fj","url":"https://iptv-org.github.io/epg/guides/fj/walesi.com.fj.epg.xml"},{"channel":"Channel21.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"Channel3.th","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"Channel4.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"Channel44.ug","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"Channel4London.uk","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Channel5.uk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Channel5.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"Channel5.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"Channel5.uk","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Channel5Plus1.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"Channel5Plus1.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"ChannelAdult.hk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"ChannelAdult.hk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"ChannelDivya.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ChannelGinga.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"ChannelI.bd","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ChannelNeco.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"ChannelNecoInternational.jp","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"ChannelNineSydney.au","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/au/ontvtonight.com.epg.xml"},{"channel":"ChannelO.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"ChannelO.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"ChannelO.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"ChannelO.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"ChannelO.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"ChannelO.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"ChannelO.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"ChannelO.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"ChannelWIN.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ChannelsTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"ChardiklaTimeTV.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"Charge.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"CharmingChina.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"ChassePeche.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"ChassePeche.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"ChassePeche.fr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"Che.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Che.ru","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"ChePeInfo.ua","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"ChePeInfo.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"Cheddar.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"ChefTV.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"Cherie25.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"Cherie25.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"Cherie25.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"CheriflaTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"CheriflaTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"CheriflaTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"CheriflaTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"CheriflaTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"CheriflaTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"CheriflaTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"CheriflaTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"CheriflaTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"CheriflaTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"CheriflaTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"CheriflaTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"CheriflaTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"CheriflaTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"CheriflaTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"CheriflaTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"CheriflaTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"CheriflaTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"CheriflaTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"CheriflaTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"CheriflaTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"CheriflaTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"CheriflaTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"CheriflaTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"ChileVision.cl","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"ChileVision.cl","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"ChinaWeatherTV.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"ChongqingTV.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"ChuttiTVMalaysia.in","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"ChveniMagti.ge","site":"magticom.ge","lang":"ka","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"Cielo.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"Cielo.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"CiftciTV.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"Cima.eg","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"Cima.eg","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"Cine34.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"Cine34.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"CineBrasilTV.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"CineEstelar.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"CineLatino.mx","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"CineLatino.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"CineLatino.mx","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"CineLatino.mx","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"CineMexicano.mx","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/mi.tv.epg.xml"},{"channel":"CineMexicano.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"CineMo.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"CineMo.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"CineMo.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"CineMo.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"CineMo.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"CineMo.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"CineMo.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"CineMo.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"CineMo.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"CineMo.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"CineMo.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"CineMo.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"CineMo.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"CineMo.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"CineMo.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"CineMo.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"CineMo.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"CineMo.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"CineMo.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"CineMo.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"CineMo.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"CineMo.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"CineMo.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"CineMo.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"CineMo.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"CineMo.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"CineMo.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"CineMo.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"CineMo.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"CineMo.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"CineMo.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"CineMo.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"CineMo.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"CineMo.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"CineMundo.pt","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"CineMundo.pt","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"CineMundo.pt","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"CineNostalgia.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"CinePlusClassic.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"CinePlusClassic.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"CinePlusClassic.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"CinePlusClassic.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"CinePlusClassic.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"CinePlusClassic.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"CinePlusClassic.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"CinePlusClassic.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"CinePlusClassic.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"CinePlusClassic.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"CinePlusClassic.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"CinePlusClassic.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"CinePlusClub.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"CinePlusClub.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"CinePlusClub.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"CinePlusClub.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"CinePlusClub.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"CinePlusClub.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"CinePlusClub.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"CinePlusClub.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"CinePlusClub.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"CinePlusClub.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"CinePlusClub.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"CinePlusClub.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"CinePlusEmotion.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"CinePlusEmotion.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"CinePlusEmotion.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"CinePlusEmotion.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"CinePlusEmotion.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"CinePlusEmotion.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"CinePlusEmotion.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"CinePlusEmotion.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"CinePlusEmotion.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"CinePlusEmotion.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"CinePlusEmotion.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"CinePlusEmotion.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"CinePlusFamiz.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"CinePlusFamiz.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"CinePlusFamiz.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"CinePlusFamiz.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"CinePlusFamiz.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"CinePlusFamiz.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"CinePlusFamiz.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"CinePlusFamiz.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"CinePlusFamiz.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"CinePlusFamiz.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"CinePlusFamiz.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"CinePlusFamiz.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"CinePlusFrisson.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"CinePlusFrisson.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"CinePlusFrisson.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"CinePlusFrisson.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"CinePlusFrisson.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"CinePlusFrisson.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"CinePlusFrisson.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"CinePlusFrisson.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"CinePlusFrisson.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"CinePlusFrisson.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"CinePlusFrisson.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"CinePlusFrisson.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"CinePlusPremier.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"CinePlusPremier.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"CinePlusPremier.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"CinePlusPremier.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"CinePlusPremier.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"CinePlusPremier.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"CinePlusPremier.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"CinePlusPremier.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"CinePlusPremier.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"CinePlusPremier.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"CinePlusPremier.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"CinePlusPremier.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"CineSony.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"CineSony.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/us/gatotv.com.epg.xml"},{"channel":"CineStarTV1Hrvatska.hr","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"CineStarTV1Srbija.hr","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"CineStarTV1Srbija.hr","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"CineStarTV1Srbija.hr","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"CineStarTVActionHrvatska.hr","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"CineStarTVActionSrbija.hr","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"CineStarTVActionSrbija.hr","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"CineStarTVActionSrbija.hr","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"CineStarTVComedy.hr","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"CineStarTVComedy.hr","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"CineStarTVComedy.hr","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"CineStarTVFantasy.hr","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"CineStarTVFantasy.hr","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"CineStarTVFantasy.hr","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"CineStarTVFantasy.hr","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"CineStarTVPremiere1.hr","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"CineStarTVPremiere1.hr","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"CineStarTVPremiere2.hr","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"CineStarTVPremiere2.hr","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"Cinear.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"CinecanalChile.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"CinecanalEste.us","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"CinecanalEste.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"CinecanalEste.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/mi.tv.epg.xml"},{"channel":"CinecanalOeste.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/gatotv.com.epg.xml"},{"channel":"CinecanalOeste.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"CinecanalOeste.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"CinecanalOeste.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"CinecanalOeste.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"CinecanalOeste.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ec/gatotv.com.epg.xml"},{"channel":"CinecanalOeste.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"CinecanalOeste.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"CinecanalOeste.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"CinecanalOeste.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml"},{"channel":"CinecanalOeste.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/py/gatotv.com.epg.xml"},{"channel":"CinecanalOeste.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/uy/gatotv.com.epg.xml"},{"channel":"CinecanalOeste.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ve/gatotv.com.epg.xml"},{"channel":"CinecanalOeste.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/mi.tv.epg.xml"},{"channel":"Cinema.ru","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"Cinema1.ae","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"Cinema1.ae","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"Cinema1.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"Cinema1.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"Cinema1.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"Cinema1.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"Cinema1.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"Cinema1.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"Cinema1.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"Cinema1.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"Cinema1.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"Cinema1.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"Cinema1.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"Cinema1.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"Cinema1.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"Cinema1.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"Cinema1.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"Cinema1.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"Cinema1.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"Cinema1.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"Cinema1.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"Cinema1.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"Cinema1.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"Cinema1.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"Cinema1.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"Cinema1.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"Cinema1.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"Cinema1.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"Cinema1.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"Cinema1.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"Cinema1.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"Cinema1.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"Cinema1.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"Cinema1.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"Cinema1.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"Cinema1.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"Cinema2.ae","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"Cinema2.ae","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"Cinema2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"Cinema2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"Cinema2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"Cinema2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"Cinema2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"Cinema2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"Cinema2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"Cinema2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"Cinema2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"Cinema2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"Cinema2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"Cinema2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"Cinema2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"Cinema2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"Cinema2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"Cinema2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"Cinema2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"Cinema2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"Cinema2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"Cinema2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"Cinema2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"Cinema2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"Cinema2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"Cinema2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"Cinema2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"Cinema2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"Cinema2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"Cinema2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"Cinema2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"Cinema2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"Cinema2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"Cinema2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"Cinema2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"Cinema2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"CinemaDinamita.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"CinemaOneGlobal.ph","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"CinemaOneGlobal.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"CinemaOneGlobal.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"CinemaOneGlobal.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"CinemaOneGlobal.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"CinemaOneGlobal.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"CinemaOneGlobal.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"CinemaOneGlobal.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"CinemaOneGlobal.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"CinemaOneGlobal.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"CinemaOneGlobal.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"CinemaOneGlobal.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"CinemaOneGlobal.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"CinemaOneGlobal.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"CinemaOneGlobal.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"CinemaOneGlobal.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"CinemaOneGlobal.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"CinemaOneGlobal.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"CinemaOneGlobal.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"CinemaOneGlobal.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"CinemaOneGlobal.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"CinemaOneGlobal.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"CinemaOneGlobal.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"CinemaOneGlobal.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"CinemaOneGlobal.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"CinemaOneGlobal.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"CinemaOneGlobal.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"CinemaOneGlobal.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"CinemaOneGlobal.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"CinemaOneGlobal.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"CinemaOneGlobal.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"CinemaOneGlobal.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"CinemaOneGlobal.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"CinemaOneGlobal.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"CinemaOneGlobal.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"CinemaPlatino.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"CinemaPlus.co","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"CinemaTV.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"Cinemax2CentralEurope.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Cinemax2CentralEurope.us","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"Cinemax2CentralEurope.us","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"Cinemax2CentralEurope.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"Cinemax2CentralEurope.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"Cinemax2CentralEurope.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"Cinemax2CentralEurope.us","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"Cinemax2CentralEurope.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"CinemaxAsia.us","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"CinemaxAsia.us","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"CinemaxAsia.us","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"CinemaxAsiaPlus1.us","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"CinemaxBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"CinemaxCentralEurope.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"CinemaxCentralEurope.us","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"CinemaxCentralEurope.us","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"CinemaxCentralEurope.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"CinemaxCentralEurope.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"CinemaxCentralEurope.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"CinemaxCentralEurope.us","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"CinemaxCentralEurope.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"CinemaxCentralEurope.us","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"CinemaxEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"CinemaxEast.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"CinemaxEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"CinemaxEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"CinemaxLatinoamerica.us","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"CinemaxLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/gatotv.com.epg.xml"},{"channel":"CinemaxLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/gatotv.com.epg.xml"},{"channel":"CinemaxLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"CinemaxLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"CinemaxLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"CinemaxLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"CinemaxLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ec/gatotv.com.epg.xml"},{"channel":"CinemaxLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"CinemaxLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"CinemaxLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"CinemaxLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml"},{"channel":"CinemaxLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/py/gatotv.com.epg.xml"},{"channel":"CinemaxLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/uy/gatotv.com.epg.xml"},{"channel":"CinemaxLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ve/gatotv.com.epg.xml"},{"channel":"CinemaxLatinoamerica.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"CinemaxLatinoamerica.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"CinemaxWest.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"CinemaxWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"CitizenTV.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"CitizenTV.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"CitizenTV.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"CitizenTV.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"CityTV.co","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"CityTV.co","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/mi.tv.epg.xml"},{"channel":"CityTV.co","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"CitytvToronto.ca","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"CiudadMagazine.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"ClanTVE.es","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"ClanTVE.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"ClaroCinema.mx","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"ClaroSportsChile.mx","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"ClaromusicaTV.co","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"ClaromusicaTV.co","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"ClassCNBC.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"ClassTVModa.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"ClassicArtsShowcase.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ClassicaHD.de","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"CleoTV.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"CleoTV.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"CliqueTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"CliqueTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"CliqueTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"CliqueTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"CliqueTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"CliqueTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"CliqueTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"CliqueTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"CliqueTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"CliqueTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"CliqueTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"CliqueTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"CliqueTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"CliqueTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"CliqueTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"CliqueTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"CliqueTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"CliqueTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"CliqueTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"CliqueTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"CliqueTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"CliqueTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"CliqueTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"CliqueTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"CliqueTV.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"CliqueTV.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"ClubMTV.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"ClubMTV.us","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"ClubMTV.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"ClubMTV.us","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"ClubMTV.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"ClubMTV.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"ClubMTV.us","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"ClubMTV.us","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"ClubMTV.us","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"ClubMTV.us","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"ClubMTV.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"ClubRTL.be","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"ClubbingTV.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"ClubbingTV.fr","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"ClublandTV.uk","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"CocukSmart.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"ColmaxTV.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"ColmaxTV.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"ColmaxTV.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"ColorVision9.do","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"Colors.in","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"Colors.in","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"Colors.in","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"Colors.in","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"Colors.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"Colors.in","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"ColorsAsiaPacific.in","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"ColorsAsiaPacific.in","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"ColorsBangla.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ColorsBangla.in","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ColorsCineplex.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ColorsCineplexBollywood.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ColorsGujarati.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ColorsGujaratiCinema.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ColorsInfinity.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ColorsMarathi.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ColorsOdia.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ColorsRishteyAsia.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ColorsTamil.in","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"ComediePlus.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"ComediePlus.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"ComediePlus.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"ComediePlus.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"ComediePlus.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"ComediePlus.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"ComediePlus.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"ComediePlus.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"ComediePlus.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"ComediePlus.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"ComediePlus.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"ComediePlus.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"ComedyCentralAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"ComedyCentralAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"ComedyCentralAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"ComedyCentralAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"ComedyCentralAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"ComedyCentralAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"ComedyCentralAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"ComedyCentralAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"ComedyCentralAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"ComedyCentralAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"ComedyCentralAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"ComedyCentralAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"ComedyCentralAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"ComedyCentralAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"ComedyCentralAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"ComedyCentralAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"ComedyCentralAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"ComedyCentralAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"ComedyCentralAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"ComedyCentralAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"ComedyCentralAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"ComedyCentralAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"ComedyCentralAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"ComedyCentralAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"ComedyCentralAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"ComedyCentralAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"ComedyCentralAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"ComedyCentralAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"ComedyCentralAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"ComedyCentralAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"ComedyCentralAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"ComedyCentralAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"ComedyCentralAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"ComedyCentralAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"ComedyCentralAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"ComedyCentralAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"ComedyCentralAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"ComedyCentralAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"ComedyCentralAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"ComedyCentralAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"ComedyCentralAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"ComedyCentralAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"ComedyCentralAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"ComedyCentralAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"ComedyCentralAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"ComedyCentralBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"ComedyCentralDeutschland.us","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"ComedyCentralEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"ComedyCentralEast.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"ComedyCentralEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"ComedyCentralEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ComedyCentralEspana.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"ComedyCentralEspana.us","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"ComedyCentralExtraUK.us","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"ComedyCentralExtraUK.us","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"ComedyCentralFamilyHungary.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"ComedyCentralFamilyHungary.us","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"ComedyCentralFrance.us","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"ComedyCentralFrance.us","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"ComedyCentralHungary.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"ComedyCentralHungary.us","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"ComedyCentralHungary.us","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"ComedyCentralIndia.us","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ComedyCentralItalia.us","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"ComedyCentralItaliaPlus1.us","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"ComedyCentralLatinoamericaNorte.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"ComedyCentralLatinoamericaNorte.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"ComedyCentralLatinoamericaNorte.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"ComedyCentralLatinoamericaNorte.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ec/gatotv.com.epg.xml"},{"channel":"ComedyCentralLatinoamericaNorte.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"ComedyCentralLatinoamericaNorte.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"ComedyCentralLatinoamericaNorte.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"ComedyCentralLatinoamericaNorte.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml"},{"channel":"ComedyCentralLatinoamericaNorte.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"ComedyCentralLatinoamericaNorte.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/mi.tv.epg.xml"},{"channel":"ComedyCentralLatinoamericaSur.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/gatotv.com.epg.xml"},{"channel":"ComedyCentralLatinoamericaSur.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"ComedyCentralLatinoamericaSur.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"ComedyCentralNederland.us","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"ComedyCentralPolska.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"ComedyCentralRomania.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"ComedyCentralUK.us","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"ComedyCentralWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ComedyTV.ge","site":"magticom.ge","lang":"ka","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"ComedyTV.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"ComedyTV.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"ComedyTV.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Comet.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ConcertChannel.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"ConexionEducativa.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"ConmebolTV1.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"ConmebolTV2.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"ConmebolTV3.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"ConmebolTV4.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"ConstruirTV.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"CookingChannel.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"CookingChannel.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"CookingChannel.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"CoolTV.hu","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"CoolTV.hu","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"CoolTV.hu","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"CoolTV.hu","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"CornerStoreTV.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"CosmopolitanTVEspana.es","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"CosmopolitanTVEspana.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"CosmoteCinema1.gr","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"CosmoteCinema2.gr","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"CosmoteCinema3.gr","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"CosmoteHistory.gr","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"CosmoteSeriesMarathon.gr","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"CosmoteSport1.gr","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"CosmoteSport2.gr","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"CosmoteSport3.gr","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"CosmoteSport4.gr","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"CosmoteSport5.gr","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"CosmoteSport6.gr","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"CosmoteSport7.gr","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"CosmoteSport8.gr","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"CosmoteSport9.gr","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"CosmoteSportHighlights.gr","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"Cosmovision.co","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/mi.tv.epg.xml"},{"channel":"Cosmovision.co","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"CourtTVMystery.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"CourtTVMystery.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"CourtTVUK.us","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"CoziTV.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"CraftExtra.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"CreaTVClassrooms.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Create.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"CreateandCraft.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"CreateandCraft.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"CredoTV.ro","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"CredoTV.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"CrimeDistrict.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"CrimeDistrict.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"CrimeDistrict.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"CrimeDistrict.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"CrimeDistrict.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"CrimeDistrict.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"CrimeDistrict.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"CrimeDistrict.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"CrimeDistrict.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"CrimeDistrict.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"CrimeDistrict.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"CrimeDistrict.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"CrimeDistrict.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"CrimeDistrict.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"CrimeDistrict.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"CrimeDistrict.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"CrimeDistrict.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"CrimeDistrict.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"CrimeDistrict.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"CrimeDistrict.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"CrimeDistrict.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"CrimeDistrict.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"CrimeDistrict.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"CrimeDistrict.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"CrimeDistrict.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"CrimeDistrict.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"CrimeDistrict.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"CrimeInvestigationUK.us","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"CrimeInvestigationUK.us","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"CrimePlusInvestigationAsia.us","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"CrimePlusInvestigationAsia.us","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"CrimePlusInvestigationDeutschland.us","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"CrimePlusInvestigationNetworkItalia.us","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"CrimePlusInvestigationNetworkUSA.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"CrimePlusInvestigationPolsat.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"CrimePlusInvestigationUK.us","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"CrimePlusInvestigationUK.us","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"CrimePlusInvestigationUK.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"CrimePlusInvestigationUK.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"CrimePlusInvestigationUK.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"CrimePlusInvestigationUK.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"CrimePlusInvestigationUK.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"CrimePlusInvestigationUK.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"CrimePlusInvestigationUK.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"CrimePlusInvestigationUK.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"CrimePlusInvestigationUK.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"CrimePlusInvestigationUK.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"CrimePlusInvestigationUK.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"CrimePlusInvestigationUK.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"CrimePlusInvestigationUK.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"CrimePlusInvestigationUK.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"CrimePlusInvestigationUK.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"CrimePlusInvestigationUK.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"CrimePlusInvestigationUK.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"CrimePlusInvestigationUK.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"CrimePlusInvestigationUK.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"CrimePlusInvestigationUK.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"CrimePlusInvestigationUK.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"CrimePlusInvestigationUK.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"CrimePlusInvestigationUK.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"CrimePlusInvestigationUK.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"CrimePlusInvestigationUK.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"CrimePlusInvestigationUK.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"CrimePlusInvestigationUK.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"CrimePlusInvestigationUK.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"CrimePlusInvestigationUK.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"CrimePlusInvestigationUK.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"CrimePlusInvestigationUK.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"CrimePlusInvestigationUK.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"CrimePlusInvestigationUK.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"CrimePlusInvestigationUK.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"CrimePlusInvestigationUK.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"CrimePlusInvestigationUK.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"CrimePlusInvestigationUK.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"CrimePlusInvestigationUK.us","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"CrimePlusInvestigationUK.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"CrimenPlusInvestigacion.us","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"Cristovision.co","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/mi.tv.epg.xml"},{"channel":"Cristovision.co","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"CronicaTV.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"Cruise1stTV.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"Cruise1stTV.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"Cuatro.es","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"Cuatro.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"CubavisionInternacional.cu","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"CubavisionInternacional.cu","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"CubavisionInternacional.cu","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/mi.tv.epg.xml"},{"channel":"CubavisionInternacional.cu","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"CubavisionInternacional.cu","site":"tvcubana.icrt.cu","lang":"es","url":"https://iptv-org.github.io/epg/guides/cu/tvcubana.icrt.cu.epg.xml"},{"channel":"CubavisionInternacional.cu","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"CubavisionNacional.cu","site":"tvcubana.icrt.cu","lang":"es","url":"https://iptv-org.github.io/epg/guides/cu/tvcubana.icrt.cu.epg.xml"},{"channel":"CubavisionPlus.cu","site":"tvcubana.icrt.cu","lang":"es","url":"https://iptv-org.github.io/epg/guides/cu/tvcubana.icrt.cu.epg.xml"},{"channel":"Cubayo.uk","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"Cufo.al","site":"ipko.com","lang":"hr","url":"https://iptv-org.github.io/epg/guides/al/ipko.com.epg.xml"},{"channel":"Cufo.al","site":"tvim.tv","lang":"sq","url":"https://iptv-org.github.io/epg/guides/xk/tvim.tv.epg.xml"},{"channel":"Cuisines.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"Cuisines.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"Cuisines.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"Cuisines.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"Cuisines.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"Cuisines.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"Cuisines.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"Cuisines.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"Cuisines.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"Cuisines.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"Cuisines.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"Cuisines.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"Cuisines.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"Cuisines.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"Cuisines.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"Cuisines.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"Cuisines.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"Cuisines.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"Cuisines.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"Cuisines.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"Cuisines.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"Cuisines.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"Cuisines.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"Cuisines.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"Cuisines.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"CuriosityChannel.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"CuriosityChannel.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"CuriosityChannel.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"CuriosityChannel.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"CuriosityChannel.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"CuriosityChannel.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"CuriosityChannel.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"CuriosityChannel.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"CuriosityChannel.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"CuriosityChannel.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"CuriosityChannel.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"CuriosityChannel.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"CuriosityChannel.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"CuriosityChannel.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"CuriosityChannel.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"CuriosityChannel.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"CuriosityChannel.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"CuriosityChannel.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"CuriosityChannel.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"CuriosityChannel.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"CuriosityChannel.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"CuriosityChannel.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"CuriosityChannel.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"CuriosityChannel.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"CuriosityChannel.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"CuriosityChannel.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"CuriosityChannel.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"CuriosityChannel.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"CuriosityChannel.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"CuriosityChannel.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"CuriosityChannel.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"CuriosityChannel.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"CuriosityChannel.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"CuriosityChannel.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"CuriosityChannel.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"CuriosityChannel.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"CuriosityChannel.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"CuriosityChannel.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"CuriosityChannel.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"CuriosityChannel.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"CuriosityChannel.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"CuriosityChannel.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"CuriosityChannel.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"CuriosityChannel.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"CuriosityChannel.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"CuriosityChannel.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"CuriosityChannel.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Curta.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"DAZN1Deutschland.uk","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"DAZN1Deutschland.uk","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"DDArunPrabha.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"DDAssam.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"DDBharati.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"DDBihar.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"DDChandana.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"DDChhattisgarh.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"DDGirnar.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"DDHimachalPradesh.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"DDHissar.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"DDIndia.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"DDJharkhand.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"DDKashir.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"DDKisan.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"DDMadhyaPradesh.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"DDMalayalam.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"DDManipur.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"DDMeghalaya.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"DDMizoram.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"DDNagaland.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"DDNational.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"DDNews.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"DDOdia.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"DDPodhigai.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"DDPunjabi.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"DDRajasthan.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"DDRetro.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"DDSahyadri.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"DDSaptagiri.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"DDSports.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"DDTripura.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"DDUrdu.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"DDUttarPradesh.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"DDUttarakhand.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"DDYadagiri.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"DIYNetworkUSA.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"DIYNetworkUSA.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"DIYNetworkUSA.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"DK4.dk","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"DMAXAustria.us","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"DMAXDeutschland.us","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"DMAXDeutschland.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"DMAXDeutschland.us","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"DMAXItalia.us","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"DMAXItalia.us","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"DMAXSoutheastAsia.us","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"DMAXSoutheastAsia.us","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"DMAXSoutheastAsia.us","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"DMAXTurkiye.us","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"DMAXTurkiye.us","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"DMAXTurkiye.us","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"DMAXUK.us","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"DMAXUK.us","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"DMAXUK.us","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"DMC.eg","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"DMC.eg","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"DMCDrama.eg","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"DMCDrama.eg","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"DMSat.rs","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"DMSat.rs","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"DMSat.rs","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"DMSat.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"DMSat.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"DMSat.rs","site":"tv.blue.ch","lang":"sr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"DMSat.rs","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"DR1.dk","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"DR1.dk","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"DR2.dk","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"DR2.dk","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"DR2.dk","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"DRRamasjang.dk","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"DRRamasjang.dk","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"DRTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"DRTVInternational.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"DRTVInternational.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"DRTVInternational.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"DRTVInternational.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"DRTVInternational.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"DRTVInternational.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"DRTVInternational.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"DRTVInternational.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"DRTVInternational.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"DRTVInternational.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"DRTVInternational.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"DRTVInternational.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"DRTVInternational.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"DRTVInternational.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"DRTVInternational.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"DRTVInternational.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"DRTVInternational.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"DRTVInternational.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"DRTVInternational.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"DRTVInternational.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"DRTVInternational.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"DRTVInternational.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"DRTVInternational.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"DRTVInternational.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"DSTVPipoca.pt","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"DSTVPipoca.pt","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"DTV.hn","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/mi.tv.epg.xml"},{"channel":"DTVOssBernheze.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"DTXEastEurope.us","site":"ipko.com","lang":"hr","url":"https://iptv-org.github.io/epg/guides/al/ipko.com.epg.xml"},{"channel":"DTXEastEurope.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"DTXEastEurope.us","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"DTXEastEurope.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"DTXEastEurope.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"DTXEastEurope.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"DTXPolska.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"DTXPolska.us","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"DTXRossiya.us","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"DTXRossiya.us","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"DTXRossiya.us","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"DTXRossiya.us","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"DTXRossiya.us","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"DWDeutsch.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"DWDeutsch.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"DWDeutsch.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"DWDeutsch.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"DWDeutsch.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"DWDeutsch.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"DWDeutsch.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"DWDeutsch.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"DWDeutsch.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"DWDeutsch.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"DWDeutsch.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"DWDeutsch.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"DWDeutsch.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"DWDeutsch.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"DWDeutsch.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"DWDeutsch.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"DWDeutsch.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"DWDeutsch.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"DWDeutsch.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"DWDeutsch.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"DWDeutsch.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"DWDeutsch.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"DWDeutsch.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"DWDeutsch.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"DWDeutsch.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"DWDeutsch.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"DWDeutsch.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"DWDeutsch.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"DWDeutsch.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"DWDeutsch.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"DWDeutsch.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"DWDeutsch.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"DWDeutsch.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"DWDeutsch.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"DWDeutsch.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"DWDeutsch.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"DWDeutsch.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"DWDeutsch.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"DWDeutsch.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"DWDeutsch.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"DWDeutsch.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"DWDeutsch.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"DWDeutsch.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"DWDeutsch.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"DWDeutsch.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"DWDeutsch.de","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"DWDeutsch.de","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"DWDeutsch.de","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"DWDeutsch.de","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"DWDeutsch.de","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"DWDeutsch.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"DWDeutsch.de","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"DWDeutschPlus.de","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/mi.tv.epg.xml"},{"channel":"DWDeutschPlus.de","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"DWEnglish.de","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"DWEnglish.de","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"DWEnglish.de","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"DWEnglish.de","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"DWEnglish.de","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"DWEnglish.de","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"DWEnglish.de","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"DWEnglish.de","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"DWEnglish.de","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"DWEnglish.de","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"DWEnglish.de","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"DWEnglish.de","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"DWEnglish.de","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"DWEnglish.de","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"DWEnglish.de","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"DWEnglish.de","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"DWEnglish.de","site":"vidio.com","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/vidio.com.epg.xml"},{"channel":"DWEspanol.de","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"DY36.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"DaAiTV.tw","site":"vidio.com","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/vidio.com.epg.xml"},{"channel":"DaVinci.de","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"DaVinci.de","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"DaVinci.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"DaVinci.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"DaVinci.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"DaVinci.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"DaVinci.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"DaVinci.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"DaVinci.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"DaVinci.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"DaVinci.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"DaVinci.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"DaVinci.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"DaVinci.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"DaVinci.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"DaVinci.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"DaVinci.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"DaVinci.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"DaVinci.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"DaVinci.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"DaVinci.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"DaVinci.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"DaVinci.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"DaVinci.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"DaVinci.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"DaVinci.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"DaVinci.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"DaVinci.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"DaVinci.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"DaVinci.de","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"DaVinci.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"DaVinci.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"DaVinci.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"DaVinci.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"DaVinci.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"DaVinci.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"DaVinci.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"DaVinci.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"DaVinci.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"DaVinci.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"DaVinci.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"DaVinci.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"DaVinci.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"DaVinci.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"DaVinci.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"DaVinci.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"DaVinci.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"DaVinci.de","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"DaVinci.de","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"DaVinci.de","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"DaVinci.de","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"DaVinci.de","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"DaVinci.de","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"DaVinci.de","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"DaVinci.de","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"DaVinci.de","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"DaVinci.de","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"DaVinciAsia.de","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"DaVinciAsia.de","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"DaVinciHungary.de","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"DaVinciPolska.de","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"Dajto.sk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"DanceChannel.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"DangalTV.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"Dardimandi.ge","site":"magticom.ge","lang":"ka","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"Dark.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"DasErste.de","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"DasErste.de","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"DasErste.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"DasErste.de","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"DasErste.de","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"DasErste.de","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"DasErste.de","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"DasErste.de","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"DasErste.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"DasErste.de","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"DasErste.de","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"DaveUK.uk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"DaveUK.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"DaveUK.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"DaveUK.uk","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Davejavu.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"Davejavu.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"DaystarTV.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"DaystarTV.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"DaystarTV.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"DaystarTV.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"DaystarTV.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"DaystarTV.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"DaystarTV.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"DaystarTV.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"DaystarTV.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"DaystarTV.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"DaystarTV.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"DaystarTV.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"DaystarTV.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"DaystarTV.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"DaystarTV.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"DaystarTV.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"DaystarTV.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"DaystarTV.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"DaystarTV.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"DaystarTV.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"DaystarTV.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"DaystarTV.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"DaystarTV.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"DaystarTV.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"DaystarTV.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"DaystarTV.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"DaystarTV.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"DaystarTV.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"DaystarTV.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"DaystarTV.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"DaystarTV.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"DaystarTV.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"DaystarTV.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"DaystarTV.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"DaystarTV.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"DaystarTV.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"DaystarTV.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"DaystarTV.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"DaystarTV.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"DaystarTV.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"DaystarTV.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"DaystarTV.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"DaystarTV.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"DaystarTV.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"DaystarTV.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tz/dstv.com.epg.xml"},{"channel":"DaystarTV.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"DaystarTV.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"DaystarTV.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"DaystarTV.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"DaystarTV.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"DaystarTV.us","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"DeAJunior.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"DeAKids.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"DeAKidsPlus1.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"DePelicula.mx","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"DePelicula.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"DePelicula.mx","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"DePeliculaClasico.mx","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"DePeliculaClasico.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"DePeliculaEstadosUnidos.mx","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"DePeliculaEuropaAustralia.mx","site":"tv.blue.ch","lang":"es","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"DePeliculaMultiplex.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"Decades.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Decasa.es","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"Decasa.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"DecijaTV.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"DecijaTV.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"DeejayTV.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"DeejayTV.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"DeltaTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"DeluxeLounge.de","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"DeluxeMusic.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"DeluxeMusic.de","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"DeluxeMusic.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"DemainTV.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"DenHaagTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"DeporTV.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"DestinationAmerica.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"DestinationAmerica.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"DetskiMir.ru","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"DeutschesMusikFernsehen.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"DeutschesMusikFernsehen.de","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"DeutschesMusikFernsehen.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"DexyTV.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"DexyTV.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"Dhinchaak.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"Dhinchaak2.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"DhoomMusic.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"DiamondTV.zm","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"DieNeueZeitTV.ch","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"Diema.bg","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"DiemaFamily.bg","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"DiemaSport.bg","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"DiemaSport2.bg","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"DiemaSport3.bg","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"Digi24.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"Digi24.ro","site":"tv.blue.ch","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"DigiAnimalWorld.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"DigiAnimalWorld.ro","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"DigiLifeHungary.ro","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"DigiLifeRomania.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"DigiShala.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"DigiSport1Hungary.ro","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"DigiSport1Hungary.ro","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"DigiSport1Romania.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"DigiSport2Hungary.ro","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"DigiSport2Hungary.ro","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"DigiSport2Romania.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"DigiSport3Romania.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"DigiSport4Romania.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"DigiWorldHungary.ro","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"DigiWorldRomania.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"Digital15.do","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"DigitalCongoTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"DigitalCongoTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"DigitalCongoTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"DigitalCongoTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"DigitalCongoTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"DigitalCongoTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"DigitalCongoTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"DigitalCongoTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"DigitalCongoTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"DigitalCongoTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"DigitalCongoTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"DigitalCongoTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"DigitalCongoTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"DigitalCongoTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"DigitalCongoTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"DigitalCongoTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"DigitalCongoTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"DigitalCongoTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"DigitalCongoTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"DigitalCongoTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"DigitalCongoTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"DigitalCongoTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"DigitalCongoTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"DigitalCongoTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"DigitalCongoTV.cd","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"Digiturk4K.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"DiputadosTV.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"DiscoPoloMusic.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"DiscoveryAsia.us","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"DiscoveryAsia.us","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"DiscoveryAsia.us","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"DiscoveryAsia.us","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"DiscoveryChannelBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"DiscoveryChannelBulgaria.us","site":"ipko.com","lang":"hr","url":"https://iptv-org.github.io/epg/guides/al/ipko.com.epg.xml"},{"channel":"DiscoveryChannelBulgaria.us","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"DiscoveryChannelCentralEurope.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"DiscoveryChannelCentralEurope.us","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"DiscoveryChannelChile.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"DiscoveryChannelChile.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"DiscoveryChannelDeutschland.us","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"DiscoveryChannelDeutschland.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"DiscoveryChannelDeutschland.us","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"DiscoveryChannelEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"DiscoveryChannelEast.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"DiscoveryChannelEast.us","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"DiscoveryChannelEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"DiscoveryChannelEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"DiscoveryChannelEurope.us","site":"novacyprus.com","lang":"el","url":"https://iptv-org.github.io/epg/guides/cy/novacyprus.com.epg.xml"},{"channel":"DiscoveryChannelFinland.us","site":"telkussa.fi","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/telkussa.fi.epg.xml"},{"channel":"DiscoveryChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"DiscoveryChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"DiscoveryChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"DiscoveryChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"DiscoveryChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"DiscoveryChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"DiscoveryChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"DiscoveryChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"DiscoveryChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"DiscoveryChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"DiscoveryChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"DiscoveryChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"DiscoveryChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"DiscoveryChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"DiscoveryChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"DiscoveryChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"DiscoveryChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"DiscoveryChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"DiscoveryChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"DiscoveryChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"DiscoveryChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"DiscoveryChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"DiscoveryChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"DiscoveryChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"DiscoveryChannelFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"DiscoveryChannelFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"DiscoveryChannelFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"DiscoveryChannelFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"DiscoveryChannelFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"DiscoveryChannelFrance.us","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"DiscoveryChannelFrance.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"DiscoveryChannelFrance.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"DiscoveryChannelFrance.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"DiscoveryChannelFrance.us","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"DiscoveryChannelFrance.us","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"DiscoveryChannelHungary.us","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"DiscoveryChannelIberia.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"DiscoveryChannelIndia.us","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"DiscoveryChannelItalia.us","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"DiscoveryChannelItalia.us","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"DiscoveryChannelItaliaPlus1.us","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"DiscoveryChannelJapan.us","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"DiscoveryChannelLatinoamerica.us","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"DiscoveryChannelLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"DiscoveryChannelLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"DiscoveryChannelLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"DiscoveryChannelLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"DiscoveryChannelLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"DiscoveryChannelLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"DiscoveryChannelLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"DiscoveryChannelLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"DiscoveryChannelLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ve/gatotv.com.epg.xml"},{"channel":"DiscoveryChannelLatinoamerica.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"DiscoveryChannelLatinoamerica.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"DiscoveryChannelMexico.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"DiscoveryChannelMexico.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/mi.tv.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"DiscoveryChannelMiddleEastAfrica.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"DiscoveryChannelNederland.us","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"DiscoveryChannelNorge.us","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"DiscoveryChannelPolska.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"DiscoveryChannelRomania.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"DiscoveryChannelRossiya.us","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"DiscoveryChannelRossiya.us","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"DiscoveryChannelRossiya.us","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"DiscoveryChannelRossiya.us","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"DiscoveryChannelSoutheastAsia.us","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"DiscoveryChannelSoutheastAsia.us","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"DiscoveryChannelSoutheastAsia.us","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"DiscoveryChannelSoutheastAsia.us","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"DiscoveryChannelSoutheastAsia.us","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"DiscoveryChannelSrbija.us","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"DiscoveryChannelSrbija.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"DiscoveryChannelSrbija.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"DiscoveryChannelSverige.us","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"DiscoveryChannelTurkiye.us","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"DiscoveryChannelTurkiye.us","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"DiscoveryChannelTurkiye.us","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"DiscoveryChannelUK.us","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"DiscoveryChannelWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"DiscoveryCivilization.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"DiscoveryFamilia.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"DiscoveryFamily.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"DiscoveryFamily.us","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"DiscoveryFamily.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"DiscoveryFamilyAfrica.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"DiscoveryFamilyAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"DiscoveryFamilyAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"DiscoveryFamilyAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"DiscoveryFamilyAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"DiscoveryFamilyAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"DiscoveryFamilyAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"DiscoveryFamilyAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"DiscoveryFamilyAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"DiscoveryFamilyAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"DiscoveryFamilyAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"DiscoveryFamilyAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"DiscoveryFamilyAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"DiscoveryFamilyAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"DiscoveryFamilyAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"DiscoveryFamilyAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"DiscoveryFamilyAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"DiscoveryFamilyAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"DiscoveryFamilyAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"DiscoveryFamilyAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"DiscoveryFamilyAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"DiscoveryFamilyAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"DiscoveryFamilyAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"DiscoveryFamilyAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"DiscoveryFamilyAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"DiscoveryFamilyAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"DiscoveryFamilyAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"DiscoveryFamilyAfrica.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"DiscoveryFamilyAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"DiscoveryFamilyAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"DiscoveryFamilyAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"DiscoveryFamilyAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"DiscoveryFamilyAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"DiscoveryFamilyAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"DiscoveryFamilyAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"DiscoveryFamilyAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"DiscoveryFamilyAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"DiscoveryFamilyAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"DiscoveryFamilyAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"DiscoveryFamilyAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"DiscoveryFamilyAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"DiscoveryFamilyAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"DiscoveryHDWorldIndia.us","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"DiscoveryHDWorldLatinoamerica.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"DiscoveryHDWorldLatinoamerica.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"DiscoveryHistoria.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"DiscoveryHistory.us","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"DiscoveryHomeHealthBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"DiscoveryHomeHealthLatinoamerica.us","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"DiscoveryHomeHealthLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/gatotv.com.epg.xml"},{"channel":"DiscoveryHomeHealthLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"DiscoveryHomeHealthLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"DiscoveryHomeHealthLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"DiscoveryHomeHealthLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ec/gatotv.com.epg.xml"},{"channel":"DiscoveryHomeHealthLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"DiscoveryHomeHealthLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"DiscoveryHomeHealthLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"DiscoveryHomeHealthLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"DiscoveryHomeHealthLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"DiscoveryHomeHealthLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"DiscoveryHomeHealthLatinoamerica.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"DiscoveryHomeHealthLatinoamerica.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/mi.tv.epg.xml"},{"channel":"DiscoveryHomeHealthLatinoamerica.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"DiscoveryHomeHealthLatinoamerica.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"DiscoveryKidsAmericaLatina.us","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"DiscoveryKidsAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/gatotv.com.epg.xml"},{"channel":"DiscoveryKidsAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/gatotv.com.epg.xml"},{"channel":"DiscoveryKidsAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"DiscoveryKidsAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"DiscoveryKidsAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"DiscoveryKidsAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ec/gatotv.com.epg.xml"},{"channel":"DiscoveryKidsAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"DiscoveryKidsAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"DiscoveryKidsAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"DiscoveryKidsAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"DiscoveryKidsAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"DiscoveryKidsAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml"},{"channel":"DiscoveryKidsAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/py/gatotv.com.epg.xml"},{"channel":"DiscoveryKidsAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"DiscoveryKidsAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/uy/gatotv.com.epg.xml"},{"channel":"DiscoveryKidsAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ve/gatotv.com.epg.xml"},{"channel":"DiscoveryKidsAmericaLatina.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"DiscoveryKidsAmericaLatina.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"DiscoveryKidsBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"DiscoveryKidsChile.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"DiscoveryKidsChile.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"DiscoveryKidsColombia.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/mi.tv.epg.xml"},{"channel":"DiscoveryKidsColombia.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"DiscoveryKidsIndia.us","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"DiscoveryLifeChannel.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"DiscoveryLifeChannel.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"DiscoveryLifeChannel.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"DiscoveryLifePolska.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"DiscoveryScience.us","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"DiscoveryScience.us","site":"ipko.com","lang":"hr","url":"https://iptv-org.github.io/epg/guides/al/ipko.com.epg.xml"},{"channel":"DiscoveryScience.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"DiscoveryScience.us","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"DiscoveryScience.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"DiscoveryScience.us","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"DiscoveryScience.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"DiscoveryScience.us","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"DiscoveryScience.us","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"DiscoveryScienceBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"DiscoveryScienceFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"DiscoveryScienceFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"DiscoveryScienceFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"DiscoveryScienceFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"DiscoveryScienceFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"DiscoveryScienceFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"DiscoveryScienceFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"DiscoveryScienceFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"DiscoveryScienceFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"DiscoveryScienceFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"DiscoveryScienceFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"DiscoveryScienceFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"DiscoveryScienceFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"DiscoveryScienceFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"DiscoveryScienceFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"DiscoveryScienceFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"DiscoveryScienceFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"DiscoveryScienceFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"DiscoveryScienceFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"DiscoveryScienceFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"DiscoveryScienceFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"DiscoveryScienceFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"DiscoveryScienceFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"DiscoveryScienceFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"DiscoveryScienceFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"DiscoveryScienceFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"DiscoveryScienceFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"DiscoveryScienceFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"DiscoveryScienceFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"DiscoveryScienceFrance.us","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"DiscoveryScienceFrance.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"DiscoveryScienceFrance.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"DiscoveryScienceFrance.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"DiscoveryScienceFrance.us","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"DiscoveryScienceFrance.us","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"DiscoveryScienceItalia.us","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"DiscoveryScienceItalia.us","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"DiscoveryScienceLatinoamerica.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"DiscoveryScienceLatinoamerica.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"DiscoveryScienceMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"DiscoveryScienceMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"DiscoveryScienceMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"DiscoveryScienceMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"DiscoveryScienceMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"DiscoveryScienceMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"DiscoveryScienceMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"DiscoveryScienceMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"DiscoveryScienceMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"DiscoveryScienceMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"DiscoveryScienceMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"DiscoveryScienceMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"DiscoveryScienceMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"DiscoveryScienceMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"DiscoveryScienceMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"DiscoveryScienceMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"DiscoveryScienceMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"DiscoveryScienceMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"DiscoveryScienceMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"DiscoveryScienceMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"DiscoveryScienceMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"DiscoveryScienceMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"DiscoveryScienceMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"DiscoveryScienceMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"DiscoveryScienceMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"DiscoveryScienceMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"DiscoveryScienceMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"DiscoveryScienceMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"DiscoveryScienceMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"DiscoveryScienceMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"DiscoveryScienceMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"DiscoveryScienceMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"DiscoveryScienceMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"DiscoveryScienceMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"DiscoverySciencePolska.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"DiscoveryScienceRossiya.us","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"DiscoveryScienceRossiya.us","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"DiscoveryScienceRossiya.us","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"DiscoveryScienceRossiya.us","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"DiscoveryScienceRossiya.us","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"DiscoveryScienceSoutheastAsia.us","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"DiscoveryScienceSoutheastAsia.us","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"DiscoveryScienceTurkiye.us","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"DiscoveryScienceTurkiye.us","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"DiscoveryScienceTurkiye.us","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"DiscoveryScienceUK.us","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"DiscoveryTheater.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"DiscoveryTheater.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"DiscoveryTheater.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"DiscoveryTurboAmericaLatina.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"DiscoveryTurboAmericaLatina.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"DiscoveryTurboAmericaLatina.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"DiscoveryTurboBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"DiscoveryTurboIndia.us","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"DiscoveryTurboUK.us","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"DiscoveryWorldBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"DiscoveryenEspanol.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"DiscoveryenEspanol.us","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"DishBuzz.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"DishBuzz2.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"DisneyChannelBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"DisneyChannelBulgaria.us","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"DisneyChannelCanadaWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"DisneyChannelCentro.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/gatotv.com.epg.xml"},{"channel":"DisneyChannelCentro.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"DisneyChannelCentro.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"DisneyChannelCentro.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ec/gatotv.com.epg.xml"},{"channel":"DisneyChannelCentro.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"DisneyChannelCentro.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"DisneyChannelCentro.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"DisneyChannelCentro.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"DisneyChannelCentro.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml"},{"channel":"DisneyChannelCentro.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/py/gatotv.com.epg.xml"},{"channel":"DisneyChannelCentro.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"DisneyChannelCentro.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/uy/gatotv.com.epg.xml"},{"channel":"DisneyChannelCentro.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ve/gatotv.com.epg.xml"},{"channel":"DisneyChannelDeutschland.us","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"DisneyChannelDeutschland.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"DisneyChannelDeutschland.us","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"DisneyChannelDeutschland.us","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"DisneyChannelEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"DisneyChannelEast.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"DisneyChannelEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"DisneyChannelEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"DisneyChannelEspana.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"DisneyChannelEspana.us","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"DisneyChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"DisneyChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"DisneyChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"DisneyChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"DisneyChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"DisneyChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"DisneyChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"DisneyChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"DisneyChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"DisneyChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"DisneyChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"DisneyChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"DisneyChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"DisneyChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"DisneyChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"DisneyChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"DisneyChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"DisneyChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"DisneyChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"DisneyChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"DisneyChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"DisneyChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"DisneyChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"DisneyChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"DisneyChannelFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"DisneyChannelFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"DisneyChannelFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"DisneyChannelFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"DisneyChannelFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"DisneyChannelFrance.us","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"DisneyChannelFrance.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"DisneyChannelFrance.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"DisneyChannelFrance.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"DisneyChannelFrance.us","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"DisneyChannelFrance.us","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"DisneyChannelFrance.us","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"DisneyChannelFrancePlus1.us","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"DisneyChannelHungaryCzechia.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"DisneyChannelHungaryCzechia.us","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"DisneyChannelIndia.us","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"DisneyChannelJapan.us","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"DisneyChannelLatinoamerica.us","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"DisneyChannelLatinoamerica.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/mi.tv.epg.xml"},{"channel":"DisneyChannelMexico.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"DisneyChannelMexico.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/mi.tv.epg.xml"},{"channel":"DisneyChannelMiddleEast.us","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"DisneyChannelMiddleEast.us","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"DisneyChannelMiddleEast.us","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"DisneyChannelMiddleEast.us","site":"novacyprus.com","lang":"el","url":"https://iptv-org.github.io/epg/guides/cy/novacyprus.com.epg.xml"},{"channel":"DisneyChannelMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"DisneyChannelMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"DisneyChannelMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"DisneyChannelMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"DisneyChannelMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"DisneyChannelMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"DisneyChannelMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"DisneyChannelMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"DisneyChannelMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"DisneyChannelMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"DisneyChannelMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"DisneyChannelMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"DisneyChannelMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"DisneyChannelMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"DisneyChannelMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"DisneyChannelMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"DisneyChannelMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"DisneyChannelMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"DisneyChannelMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"DisneyChannelMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"DisneyChannelMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"DisneyChannelMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"DisneyChannelMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"DisneyChannelMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"DisneyChannelMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"DisneyChannelMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"DisneyChannelMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"DisneyChannelMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"DisneyChannelMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"DisneyChannelMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"DisneyChannelMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"DisneyChannelMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"DisneyChannelMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"DisneyChannelMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"DisneyChannelNederland.us","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"DisneyChannelPolska.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"DisneyChannelPolska.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"DisneyChannelPolska.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"DisneyChannelPortugal.us","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"DisneyChannelPortugal.us","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"DisneyChannelRomania.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"DisneyChannelScandinavia.us","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"DisneyChannelScandinavia.us","site":"allente.se","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/allente.se.epg.xml"},{"channel":"DisneyChannelScandinavia.us","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"DisneyChannelScandinavia.us","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"DisneyChannelScandinavia.us","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"DisneyChannelScandinavia.us","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"DisneyChannelScandinavia.us","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"DisneyChannelScandinavia.us","site":"telkussa.fi","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/telkussa.fi.epg.xml"},{"channel":"DisneyChannelSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"DisneyChannelSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"DisneyChannelSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"DisneyChannelSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"DisneyChannelSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"DisneyChannelSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"DisneyChannelSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"DisneyChannelSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"DisneyChannelSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"DisneyChannelSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"DisneyChannelSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"DisneyChannelSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"DisneyChannelSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"DisneyChannelSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"DisneyChannelSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"DisneyChannelSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"DisneyChannelSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"DisneyChannelSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"DisneyChannelSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"DisneyChannelSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"DisneyChannelSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"DisneyChannelSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"DisneyChannelSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"DisneyChannelSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"DisneyChannelSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"DisneyChannelSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"DisneyChannelSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"DisneyChannelSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"DisneyChannelSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"DisneyChannelSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"DisneyChannelSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"DisneyChannelSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"DisneyChannelSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"DisneyChannelSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"DisneyChannelSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"DisneyChannelSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"DisneyChannelSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"DisneyChannelSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"DisneyChannelSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"DisneyChannelSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"DisneyChannelSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"DisneyChannelSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"DisneyChannelSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"DisneyChannelSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"DisneyChannelSur.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/gatotv.com.epg.xml"},{"channel":"DisneyChannelSur.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"DisneyChannelSur.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"DisneyChannelSur.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"DisneyChannelSurPlus1.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"DisneyChannelTurkiye.us","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"DisneyChannelTurkiye.us","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"DisneyChannelTurkiye.us","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"DisneyChannelWest.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"DisneyChannelWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"DisneyInternationalHD.us","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"DisneyJuniorBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"DisneyJuniorEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"DisneyJuniorEast.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"DisneyJuniorEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"DisneyJuniorEspana.us","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"DisneyJuniorEspana.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"DisneyJuniorEspana.us","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"DisneyJuniorFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"DisneyJuniorFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"DisneyJuniorFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"DisneyJuniorFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"DisneyJuniorFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"DisneyJuniorFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"DisneyJuniorFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"DisneyJuniorFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"DisneyJuniorFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"DisneyJuniorFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"DisneyJuniorFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"DisneyJuniorFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"DisneyJuniorFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"DisneyJuniorFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"DisneyJuniorFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"DisneyJuniorFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"DisneyJuniorFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"DisneyJuniorFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"DisneyJuniorFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"DisneyJuniorFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"DisneyJuniorFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"DisneyJuniorFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"DisneyJuniorFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"DisneyJuniorFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"DisneyJuniorFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"DisneyJuniorFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"DisneyJuniorFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"DisneyJuniorFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"DisneyJuniorFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"DisneyJuniorFrance.us","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"DisneyJuniorFrance.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"DisneyJuniorFrance.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"DisneyJuniorFrance.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"DisneyJuniorFrance.us","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"DisneyJuniorFrance.us","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"DisneyJuniorFrance.us","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"DisneyJuniorGreece.us","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"DisneyJuniorIndia.us","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"DisneyJuniorJapan.us","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"DisneyJuniorMexico.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/mi.tv.epg.xml"},{"channel":"DisneyJuniorMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"DisneyJuniorMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"DisneyJuniorMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"DisneyJuniorMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"DisneyJuniorMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"DisneyJuniorMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"DisneyJuniorMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"DisneyJuniorMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"DisneyJuniorMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"DisneyJuniorMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"DisneyJuniorMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"DisneyJuniorMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"DisneyJuniorMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"DisneyJuniorMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"DisneyJuniorMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"DisneyJuniorMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"DisneyJuniorMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"DisneyJuniorMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"DisneyJuniorMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"DisneyJuniorMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"DisneyJuniorMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"DisneyJuniorMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"DisneyJuniorMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"DisneyJuniorMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"DisneyJuniorMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"DisneyJuniorMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"DisneyJuniorMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"DisneyJuniorMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"DisneyJuniorMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"DisneyJuniorMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"DisneyJuniorMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"DisneyJuniorMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"DisneyJuniorMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"DisneyJuniorMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"DisneyJuniorPortugal.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"DisneyJuniorPortugal.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"DisneyJuniorPortugal.us","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"DisneyJuniorPortugal.us","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"DisneyJuniorRomaniaBulgaria.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"DisneyJuniorRomaniaBulgaria.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"DisneyJuniorRomaniaBulgaria.us","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"DisneyJuniorRomaniaBulgaria.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"DisneyJuniorScandinavia.us","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"DisneyJuniorScandinavia.us","site":"allente.se","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/allente.se.epg.xml"},{"channel":"DisneyJuniorScandinavia.us","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"DisneyJuniorScandinavia.us","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"DisneyJuniorScandinavia.us","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"DisneyJuniorScandinavia.us","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"DisneyJuniorScandinavia.us","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"DisneyJuniorSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"DisneyJuniorSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"DisneyJuniorSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"DisneyJuniorSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"DisneyJuniorSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"DisneyJuniorSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"DisneyJuniorSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"DisneyJuniorSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"DisneyJuniorSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"DisneyJuniorSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"DisneyJuniorSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"DisneyJuniorSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"DisneyJuniorSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"DisneyJuniorSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"DisneyJuniorSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"DisneyJuniorSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"DisneyJuniorSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"DisneyJuniorSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"DisneyJuniorSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"DisneyJuniorSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"DisneyJuniorSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"DisneyJuniorSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"DisneyJuniorSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"DisneyJuniorSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"DisneyJuniorSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"DisneyJuniorSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"DisneyJuniorSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"DisneyJuniorSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"DisneyJuniorSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"DisneyJuniorSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"DisneyJuniorSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"DisneyJuniorSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"DisneyJuniorSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"DisneyJuniorSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"DisneyJuniorSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"DisneyJuniorSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"DisneyJuniorSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"DisneyJuniorSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"DisneyJuniorSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"DisneyJuniorSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tz/dstv.com.epg.xml"},{"channel":"DisneyJuniorSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"DisneyJuniorSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"DisneyJuniorSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"DisneyJuniorSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"DisneyJuniorSur.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/gatotv.com.epg.xml"},{"channel":"DisneyJuniorSur.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"DisneyJuniorSurPlus1.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/mi.tv.epg.xml"},{"channel":"DisneyJuniorSurPlus1.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"DisneyJuniorTurkiyePolska.us","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"DisneyJuniorTurkiyePolska.us","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"DisneyJuniorTurkiyePolska.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"DisneyJuniorTurkiyePolska.us","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"DisneyJuniorWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"DisneyPlusFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"DisneyPlusFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"DisneyPlusFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"DisneyPlusFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"DisneyPlusFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"DisneyPlusFrance.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"DisneyPlusFrance.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"DisneyPlusFrance.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"DisneyXDBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"DisneyXDEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"DisneyXDEast.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"DisneyXDEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"DisneyXDEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"DisneyXDMexico.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"DisneyXDMexico.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/mi.tv.epg.xml"},{"channel":"DisneyXDNederland.us","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"DisneyXDPolska.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"DisneyXDSur.us","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"DisneyXDSur.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/gatotv.com.epg.xml"},{"channel":"DisneyXDSur.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/gatotv.com.epg.xml"},{"channel":"DisneyXDSur.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"DisneyXDSur.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"DisneyXDSur.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"DisneyXDSur.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"DisneyXDSur.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ec/gatotv.com.epg.xml"},{"channel":"DisneyXDSur.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"DisneyXDSur.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"DisneyXDSur.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"DisneyXDSur.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"DisneyXDSur.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml"},{"channel":"DisneyXDSur.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/py/gatotv.com.epg.xml"},{"channel":"DisneyXDSur.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"DisneyXDSur.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/uy/gatotv.com.epg.xml"},{"channel":"DisneyXDSur.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ve/gatotv.com.epg.xml"},{"channel":"DisneyXDSur.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"DisneyXDSurPlus1.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/mi.tv.epg.xml"},{"channel":"DisneyXDSurPlus1.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"DisneyXDWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"DistritoComedia.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"DistritoComedia.mx","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/mi.tv.epg.xml"},{"channel":"DivaAdria.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"DivaRomania.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"Divinity.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"DiyanetTV.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"DiyanetTV.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"DiyanetTV.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"Dizi.us","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"Dizi.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"Dizi.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"DiziSmartMax.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"DiziSmartPremium.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"DjomaTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"DjomaTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"DjomaTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"DjomaTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"DjomaTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"DjomaTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"DjomaTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"DjomaTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"DjomaTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"DjomaTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"DjomaTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"DjomaTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"DjomaTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"DjomaTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"DjomaTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"DjomaTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"DjomaTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"DjomaTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"DjomaTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"DjomaTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"DjomaTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"DjomaTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"DjomaTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"DjomaTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"DocTV.ir","site":"tva.tv","lang":"fa","url":"https://iptv-org.github.io/epg/guides/ir/tva.tv.epg.xml"},{"channel":"DocuBoxHD.us","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"DocuBoxHD.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"DocuBoxHD.us","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"DocuBoxHD.us","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"DocuBoxHD.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"DocuBoxHD.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"DocuBoxHD.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"DocuBoxHD.us","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"DocuBoxHD.us","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"DocuBoxHD.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"DocuBoxHD.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"DogTV.us","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"DogTV.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"DomKino.ru","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"DomKino.ru","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"DomKino.ru","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"DomKino.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"DomKinoInternational.ru","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"DomKinoInternational.ru","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"DomKinoInternational.ru","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"DomKinoInternational.ru","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"DomKinoPremium.ru","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"DomKinoPremium.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"DomKinoPremiumInternational.ru","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"DomaHrvatska.sk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"DomaHrvatska.sk","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"DomashnieZhivotnye.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Domashniy.ru","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"Domashniy.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Domashniy.ru","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"DominionTV.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"DominionTV.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"DominionTV.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"DominionTV.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"DominionTV.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"DominionTV.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"DominionTV.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"DominionTV.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"DominionTV.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"DominionTV.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"DominionTV.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"DominionTV.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"DominionTV.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"DominionTV.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"DominionTV.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"DominionTV.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"DominionTV.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"DominionTV.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"DominionTV.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"DominionTV.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"DominionTV.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"DominionTV.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"DominionTV.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"DominionTV.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"DominionTV.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"DominionTV.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"DominionTV.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"DominionTV.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"DominionTV.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"DominionTV.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"DominionTV.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"DominionTV.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"DominionTV.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"DominionTV.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"DominionTV.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"DominionTV.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"DominionTV.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"Donbass.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"DorcelTV.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTV.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTV.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTV.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTV.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTV.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTV.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTV.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTV.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTV.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTV.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTV.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTV.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTV.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTV.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTV.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTV.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTV.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTV.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTV.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTV.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTV.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTV.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTV.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTV.nl","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"DorcelTV.nl","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"DorcelTV.nl","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"DorcelTV.nl","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"DorcelTV.nl","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"DorcelTV.nl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"DorcelTV.nl","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"DorcelTV.nl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"DorcelTVAfrica.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTVAfrica.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTVAfrica.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTVAfrica.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTVAfrica.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTVAfrica.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTVAfrica.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTVAfrica.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTVAfrica.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTVAfrica.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTVAfrica.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTVAfrica.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTVAfrica.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTVAfrica.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTVAfrica.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTVAfrica.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTVAfrica.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTVAfrica.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTVAfrica.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTVAfrica.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTVAfrica.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTVAfrica.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTVAfrica.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTVAfrica.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTVAfrica.nl","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"DorcelTVAfrica.nl","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"DorcelTVAfrica.nl","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"DorcelTVAfrica.nl","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"DorcelTVPlus1.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTVPlus1.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTVPlus1.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTVPlus1.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTVPlus1.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTVPlus1.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTVPlus1.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTVPlus1.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTVPlus1.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTVPlus1.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTVPlus1.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTVPlus1.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTVPlus1.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTVPlus1.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTVPlus1.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTVPlus1.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTVPlus1.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTVPlus1.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTVPlus1.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTVPlus1.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTVPlus1.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTVPlus1.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTVPlus1.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"DorcelTVPlus1.nl","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"DorcelXXX.nl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"DorcelXXX.nl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"DorcelXXX.nl","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"DouniaTV.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"DouniaTV.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"DouniaTV.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"DouniaTV.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"DouniaTV.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"DouniaTV.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"DouniaTV.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"DouniaTV.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"DouniaTV.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"DouniaTV.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"DouniaTV.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"DouniaTV.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"DouniaTV.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"DouniaTV.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"DouniaTV.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"DouniaTV.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"DouniaTV.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"DouniaTV.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"DouniaTV.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"DouniaTV.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"DouniaTV.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"DouniaTV.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"DouniaTV.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"DouniaTV.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"DoveTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"DoveTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"DoveTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"DoveTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"DoveTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"DoveTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"DoveTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"DoveTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"DoveTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"DoveTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"DoveTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"DoveTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"DoveTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"DoveTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"DoveTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"DoveTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"DoveTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"DoveTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"DoveTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"DoveTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"DoveTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"DoveTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"DoveTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"DoveTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"DoveTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"DoveTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"DoveTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"DoveTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"DoveTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"DoveTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"DoveTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"DoveTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"DoveTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"DoveTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"DoveTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"DoveTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"DoveTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"DoxTV.hr","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"DoxTV.hr","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"Dozhd.ru","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"Dozhd.ru","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"Dozhd.ru","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"Dozhd.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"DrFit.bg","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"DrShuddhi.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"DragonTV.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"Draiv.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"DramaUK.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"DramaUK.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"DramaUK.uk","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"DramaUKPlus1.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"DramaUKPlus1.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"Dream2.eg","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"DreamTurk.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"DreamWorksTVAsia.us","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"DreamWorksTVAsia.us","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"DreamWorksTVAsia.us","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"DubaiOne.ae","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"DubaiOne.ae","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"DubaiRacing.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"DubaiRacing.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"DubaiRacing.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"DubaiRacing.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"DubaiRacing.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"DubaiRacing.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"DubaiRacing.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"DubaiRacing.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"DubaiRacing.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"DubaiRacing.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"DubaiRacing.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"DubaiRacing.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"DubaiRacing.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"DubaiRacing.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"DubaiRacing.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"DubaiRacing.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"DubaiRacing.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"DubaiRacing.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"DubaiRacing.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"DubaiRacing.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"DubaiRacing.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"DubaiRacing.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"DubaiRacing.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"DubaiRacing.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"DubaiRacing.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"DubaiRacing.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"DubaiRacing.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"DubaiRacing.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"DubaiRacing.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"DubaiRacing.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"DubaiRacing.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"DubaiRacing.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"DubaiRacing.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"DubaiRacing.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"DubaiRacing3.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"DubaiRacing3.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"DubaiRacing3.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"DubaiRacing3.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"DubaiRacing3.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"DubaiRacing3.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"DubaiRacing3.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"DubaiRacing3.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"DubaiRacing3.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"DubaiRacing3.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"DubaiRacing3.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"DubaiRacing3.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"DubaiRacing3.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"DubaiRacing3.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"DubaiRacing3.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"DubaiRacing3.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"DubaiRacing3.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"DubaiRacing3.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"DubaiRacing3.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"DubaiRacing3.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"DubaiRacing3.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"DubaiRacing3.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"DubaiRacing3.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"DubaiRacing3.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"DubaiRacing3.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"DubaiRacing3.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"DubaiRacing3.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"DubaiRacing3.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"DubaiRacing3.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"DubaiRacing3.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"DubaiRacing3.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"DubaiRacing3.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"DubaiRacing3.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"DubaiRacing3.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"DubaiTV.ae","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"DubaiTV.ae","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"DubaiTV.ae","site":"tv.blue.ch","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"DubaiZaman.ae","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"DubaiZaman.ae","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"DuckTVHD.sk","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"DuckTVHD.sk","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"DuckTVPlus.sk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"DuckTVSD.sk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"DuckTVSD.sk","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"DuckTVSD.sk","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"DuckTVSD.sk","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"DuckTVSD.sk","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"DuckTVSD.sk","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"DuckTVSD.sk","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"DuckTVSD.sk","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"DuckTVSD.sk","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"DuckTVSD.sk","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"DumisaTV.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"DumisaTV.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"DunaTV.hu","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"DunaTV.hu","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"DunaTV.hu","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"DunaTV.hu","site":"tv.blue.ch","lang":"hu","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"DunaTV.hu","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"DunaTV.hu","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"DunaWorld.hu","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"DunaWorld.hu","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"DunaWorld.hu","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"DunaWorld.hu","site":"tv.blue.ch","lang":"hu","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"DunaWorld.hu","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"DunaWorld.hu","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"DunavTV.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"Duo3.ee","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"Duo3.ee","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"Duo3.ee","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"Duo4.ee","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"Duo4.ee","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"Duo4.ee","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"Duo5.ee","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"Duo5.ee","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"Duo5.ee","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"Duo6.ee","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"Duo6.ee","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"Duo6.ee","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"Duo7.ee","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"Duo7.ee","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"Duo7.ee","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"Dusk.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"Dusk.nl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Dusk.nl","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"Dusk.nl","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"Dusk.nl","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"Dusk.nl","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"E4UK.uk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"E4UK.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"E4UK.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"E4UK.uk","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"E4UKPlus1.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"E4UKPlus1.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"EAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"EAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"EAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"EAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"EAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"EAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"EAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"EAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"EAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"EAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"EAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"EAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"EAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"EAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"EAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"EAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"EAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"EAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"EAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"EAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"EAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"EAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"EAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"EAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"EAfrica.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"EAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"EAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"EAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"EAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"EAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"EAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"EAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"EAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"EAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"EAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"EAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"EAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"EAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"EAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"EAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"EAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"EAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"EAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"EAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"EAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"EAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"EAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"EAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"EAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"EAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"EAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"EAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"EAfrica.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"EAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"EAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"EAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"EAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"EAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"EAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"EAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"EAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"EAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"EAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"EAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"EAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"EAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"EAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"EAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"EAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"EAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"EAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"EBATVIlkokul.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"EBATVIlkokul.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"EBATVLise.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"EBATVLise.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"EBATVOrtaokul.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"EBATVOrtaokul.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"EBCNewsAsia.tw","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"EBCNewsAsia.tw","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"EBS.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"EBSAmerica.kr","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"EBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"EDAN.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"EDAN.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"EDAN.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"EDAN.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"EDAN.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"EDAN.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"EDAN.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"EDAN.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"EDAN.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"EDAN.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"EDAN.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"EDAN.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"EDAN.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"EDAN.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"EDAN.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"EDAN.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"EDAN.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"EDAN.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"EDAN.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"EDAN.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"EDAN.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"EDAN.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"EDAN.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"EDAN.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"EDeutschland.us","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"EEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"EEast.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"EEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"EEurope.us","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"EEurope.us","site":"allente.se","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/allente.se.epg.xml"},{"channel":"EEurope.us","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"EEurope.us","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"EEurope.us","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"EEurope.us","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"EEurope.us","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"EEurope.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"EEurope.us","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"EEurope.us","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"EEurope.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"EEurope.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"EEurope.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"EEurope.us","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"EEurope.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"EExtra.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"EExtra.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"EFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"EFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"EFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"EFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"EFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"EFrance.us","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"EFrance.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"EFrance.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"EFrance.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"EFrance.us","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"EFrance.us","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"EGMelody.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"EKids.bg","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"ELatinoamerica.us","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"ELatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/gatotv.com.epg.xml"},{"channel":"ELatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"ELatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"ELatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"ELatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"ELatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ec/gatotv.com.epg.xml"},{"channel":"ELatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"ELatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"ELatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"ELatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"ELatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"ELatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml"},{"channel":"ELatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"ELatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ve/gatotv.com.epg.xml"},{"channel":"ELatinoamerica.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"ELatinoamerica.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"EMCITVAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"EMCITVAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"EMCITVAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"EMCITVAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"EMCITVAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"EMCITVAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"EMCITVAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"EMCITVAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"EMCITVAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"EMCITVAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"EMCITVAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"EMCITVAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"EMCITVAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"EMCITVAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"EMCITVAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"EMCITVAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"EMCITVAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"EMCITVAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"EMCITVAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"EMCITVAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"EMCITVAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"EMCITVAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"EMCITVAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"EMCITVAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"EMiddleEast.us","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"EMiddleEast.us","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"EMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"EMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"EMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"EMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"EMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"EMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"EMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"EMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"EMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"EMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"EMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"EMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"EMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"EMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"EMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"EMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"EMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"EMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"EMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"EMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"EMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"EMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"EMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"EMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"EMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"EMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"EMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"EMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"EMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"EMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"EMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"EMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"EMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"EMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"EMovies.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"EMovies.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"EMoviesExtra.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"EMoviesExtra.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"ENewsChannelAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"ENewsChannelAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"ENewsChannelAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"ENewsChannelAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"ENewsChannelAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"ENewsChannelAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"ENewsChannelAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"ENewsChannelAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"EPTVSuldeMinas.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"ERT1.gr","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"ERT2.gr","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"ERT3.gr","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"ERTWorld.gr","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"ERTWorld.gr","site":"tv.blue.ch","lang":"el","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"ES1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"ES1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"ES1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"ES1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"ES1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"ES1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"ES1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"ES1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"ES1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"ES1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"ES1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"ES1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"ES1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"ES1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"ES1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"ES1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"ES1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"ES1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"ES1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"ES1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"ES1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"ES1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"ES1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"ES1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"ES1.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"ES1.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"ES1.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"ES1.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"ES1.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"ES1.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"ES1.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"ES1.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"ESNETV.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"ESPN.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"ESPN.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ESPN2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ESPN2Africa.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"ESPN2Africa.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"ESPN2Africa.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"ESPN2Africa.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"ESPN2Africa.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"ESPN2Africa.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"ESPN2Africa.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"ESPN2Africa.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"ESPN2Africa.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"ESPN2Africa.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"ESPN2Africa.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"ESPN2Africa.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"ESPN2Africa.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"ESPN2Africa.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"ESPN2Africa.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"ESPN2Africa.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"ESPN2Africa.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"ESPN2Africa.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"ESPN2Africa.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"ESPN2Africa.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"ESPN2Africa.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"ESPN2Africa.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"ESPN2Africa.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"ESPN2Africa.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"ESPN2Africa.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"ESPN2Africa.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"ESPN2Africa.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"ESPN2Africa.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"ESPN2Africa.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"ESPN2Africa.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"ESPN2Africa.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"ESPN2Africa.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"ESPN2Africa.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"ESPN2Africa.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"ESPN2Africa.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"ESPN2Africa.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"ESPN2Africa.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"ESPN2Africa.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"ESPN2Africa.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"ESPN2Africa.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"ESPN2Africa.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"ESPN2Africa.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"ESPN2Africa.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"ESPN2Africa.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"ESPN2Africa.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"ESPN2Africa.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"ESPN2Africa.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"ESPN2Africa.us","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"ESPN2AmericaLatina.us","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"ESPN2AmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/gatotv.com.epg.xml"},{"channel":"ESPN2AmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/gatotv.com.epg.xml"},{"channel":"ESPN2AmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"ESPN2AmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"ESPN2AmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"ESPN2AmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ec/gatotv.com.epg.xml"},{"channel":"ESPN2AmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"ESPN2AmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"ESPN2AmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"ESPN2AmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"ESPN2AmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"ESPN2AmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml"},{"channel":"ESPN2AmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/py/gatotv.com.epg.xml"},{"channel":"ESPN2AmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"ESPN2AmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/uy/gatotv.com.epg.xml"},{"channel":"ESPN2AmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ve/gatotv.com.epg.xml"},{"channel":"ESPN2AmericaLatina.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"ESPN2Andino.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"ESPN2Brasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"ESPN2Caribbean.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"ESPN2Caribbean.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"ESPN2Caribbean.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"ESPN2Caribbean.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"ESPN2Caribbean.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"ESPN2Caribbean.us","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"ESPN2Caribbean.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"ESPN2Colombia.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"ESPN2Colombia.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"ESPN2Nederland.us","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"ESPN2US.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"ESPN2US.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"ESPN2West.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ESPN3AmericaLatina.us","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"ESPN3AmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/gatotv.com.epg.xml"},{"channel":"ESPN3AmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/gatotv.com.epg.xml"},{"channel":"ESPN3AmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"ESPN3AmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"ESPN3AmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"ESPN3AmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"ESPN3AmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ec/gatotv.com.epg.xml"},{"channel":"ESPN3AmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"ESPN3AmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"ESPN3AmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"ESPN3AmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"ESPN3AmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"ESPN3AmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml"},{"channel":"ESPN3AmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/py/gatotv.com.epg.xml"},{"channel":"ESPN3AmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"ESPN3AmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/uy/gatotv.com.epg.xml"},{"channel":"ESPN3AmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ve/gatotv.com.epg.xml"},{"channel":"ESPN3AmericaLatina.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"ESPN3Andino.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"ESPN3Nederland.us","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"ESPN3Sur.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"ESPN4Nederland.us","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"ESPNAfrica.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"ESPNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"ESPNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"ESPNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"ESPNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"ESPNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"ESPNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"ESPNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"ESPNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"ESPNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"ESPNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"ESPNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"ESPNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"ESPNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"ESPNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"ESPNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"ESPNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"ESPNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"ESPNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"ESPNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"ESPNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"ESPNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"ESPNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"ESPNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"ESPNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"ESPNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"ESPNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"ESPNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"ESPNAfrica.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"ESPNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"ESPNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"ESPNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"ESPNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"ESPNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"ESPNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"ESPNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"ESPNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"ESPNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"ESPNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"ESPNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"ESPNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"ESPNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"ESPNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"ESPNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"ESPNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"ESPNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"ESPNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"ESPNAfrica.us","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"ESPNAmericaLatina.us","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"ESPNAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/gatotv.com.epg.xml"},{"channel":"ESPNAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/gatotv.com.epg.xml"},{"channel":"ESPNAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"ESPNAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"ESPNAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"ESPNAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ec/gatotv.com.epg.xml"},{"channel":"ESPNAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"ESPNAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"ESPNAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"ESPNAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"ESPNAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml"},{"channel":"ESPNAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/py/gatotv.com.epg.xml"},{"channel":"ESPNAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"ESPNAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/uy/gatotv.com.epg.xml"},{"channel":"ESPNAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ve/gatotv.com.epg.xml"},{"channel":"ESPNAmericaLatina.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"ESPNAmericaLatina.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"ESPNAustralia.us","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/au/ontvtonight.com.epg.xml"},{"channel":"ESPNBasesLoaded.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ESPNBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"ESPNBuzzerBeater.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ESPNCaribbean.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"ESPNCaribbean.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"ESPNCaribbean.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"ESPNCaribbean.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"ESPNCaribbean.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"ESPNCaribbean.us","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"ESPNCaribbean.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"ESPNChile.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"ESPNChile.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"ESPNClassicUSA.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"ESPNCollegeExtra1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ESPNCollegeExtra2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ESPNCollegeExtra3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ESPNCollegeExtra4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ESPNCollegeExtra5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ESPNCollegeExtra6.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ESPNCollegeExtra7.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ESPNCollegeExtra8.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ESPNDeportes.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"ESPNDeportes.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/us/gatotv.com.epg.xml"},{"channel":"ESPNDeportes.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ESPNExtraAmericaLatina.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"ESPNExtraBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"ESPNMexico.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"ESPNNederland.us","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"ESPNU.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"ESPNU.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"ESPNU.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"ESPNU.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ESPNUS.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"ESPNews.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"ESports1.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"ETB1.es","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"ETB1.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"ETB2.es","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"ETB3.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"ETCTV.cl","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"ETNow.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ETTVAmerica.tw","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ETTVAsiaNews.tw","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"ETTVAsiaNews.tw","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"ETTVChina.tw","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ETTVDrama.tw","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ETTVGlobal.tw","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ETTVNews.tw","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ETTVYOYO.tw","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ETV.ee","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"ETV.ee","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"ETV.ee","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"ETV.gp","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"ETV.gp","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"ETV.gp","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"ETV.gp","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"ETV.gp","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"ETV.gp","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"ETV.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"ETV.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"ETV.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"ETV.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"ETV2.ee","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"ETV2.ee","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"ETV2.ee","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"ETVAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"ETVAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"ETVAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"ETVAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"ETVAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"ETVAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"ETVAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"ETVAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"ETVAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"ETVAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"ETVAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"ETVAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"ETVAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"ETVAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"ETVAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"ETVAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"ETVAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"ETVAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"ETVAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"ETVAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"ETVAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"ETVAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"ETVAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"ETVAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"ETVAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"ETVAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"ETVAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"ETVAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"ETVAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"ETVAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"ETVAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"ETVAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"ETVAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"ETVAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"ETVAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"ETVAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"ETVAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"ETVAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"ETVAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"ETVAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"ETVAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tz/dstv.com.epg.xml"},{"channel":"ETVAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"ETVAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"ETVAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"ETVNews.et","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"ETVNews.et","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"ETVNews.et","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"ETVPlus.ee","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"ETVPlus.ee","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"ETVPlus.ee","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"ETeleBenin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"ETeleBenin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"ETeleBenin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"ETeleBenin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"ETeleBenin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"ETeleBenin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"ETeleBenin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"ETeleBenin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"ETeleBenin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"ETeleBenin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"ETeleBenin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"ETeleBenin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"ETeleBenin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"ETeleBenin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"ETeleBenin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"ETeleBenin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"ETeleBenin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"ETeleBenin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"ETeleBenin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"ETeleBenin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"ETeleBenin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"ETeleBenin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"ETeleBenin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"ETeleBenin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"EToonz.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"EToonz.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"EVidya6.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"EWTNAfricaAsia.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"EWTNAfricaAsia.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"EWTNAfricaAsia.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"EWTNAfricaAsia.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"EWTNAfricaAsia.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"EWTNAfricaAsia.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"EWTNAfricaAsia.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"EWTNAfricaAsia.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"EWTNAfricaAsia.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"EWTNAfricaAsia.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"EWTNAfricaAsia.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"EWTNAfricaAsia.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"EWTNAfricaAsia.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"EWTNAfricaAsia.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"EWTNAfricaAsia.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"EWTNAfricaAsia.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"EWTNAfricaAsia.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"EWTNAfricaAsia.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"EWTNAfricaAsia.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"EWTNAfricaAsia.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"EWTNAfricaAsia.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"EWTNAfricaAsia.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"EWTNAfricaAsia.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"EWTNAfricaAsia.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"EWTNAfricaAsia.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"EWTNAfricaAsia.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"EWTNAfricaAsia.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"EWTNAfricaAsia.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"EWTNAfricaAsia.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"EWTNAfricaAsia.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"EWTNAfricaAsia.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"EWTNAfricaAsia.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"EWTNAfricaAsia.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"EWTNAfricaAsia.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"EWTNAfricaAsia.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"EWTNAfricaAsia.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"EWTNAfricaAsia.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"EWTNAfricaAsia.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"EWTNAfricaAsia.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tz/dstv.com.epg.xml"},{"channel":"EWTNAfricaAsia.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"EWTNEspanaLatinoamerica.us","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"EWTNEspanaLatinoamerica.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"EWTNEspanaLatinoamerica.us","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"EWTNEspanaLatinoamerica.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"EWTNEurope.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"EWTNEurope.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"EWTNEurope.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"EWTNUS.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"EWTNUS.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"EWTNaufDeutsch.us","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"EXYUMelody.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"EZMall.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"EcclesiaTV.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"EcclesiaTV.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"EcclesiaTV.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"EcclesiaTV.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"EcclesiaTV.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"EcclesiaTV.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"EcclesiaTV.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"EcclesiaTV.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"EcclesiaTV.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"EcclesiaTV.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"EcclesiaTV.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"EcclesiaTV.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"EcclesiaTV.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"EcclesiaTV.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"EcclesiaTV.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"EcclesiaTV.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"EcclesiaTV.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"EcclesiaTV.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"EcclesiaTV.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"EcclesiaTV.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"EcclesiaTV.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"EcclesiaTV.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"EcclesiaTV.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"EcclesiaTV.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"EchoroukTV.dz","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"EchoroukTV.dz","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"EcuadorTV.ec","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"EcuadorTV.ec","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ec/gatotv.com.epg.xml"},{"channel":"Ecuavisa.ec","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ec/gatotv.com.epg.xml"},{"channel":"EcuavisaInternacional.ec","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"Eda.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"EdaPremium.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Eden.uk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"EdgeSport.uk","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"EdgeSport.uk","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"EdgeSport.uk","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"EduChannel.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"EduChannel.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"EducationChannel.fj","site":"walesi.com.fj","lang":"fj","url":"https://iptv-org.github.io/epg/guides/fj/walesi.com.fj.epg.xml"},{"channel":"Een.be","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"Een.be","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"Een.be","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"EestiKanal.ee","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"EestiKanal.ee","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"EestiKanal.ee","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"EggNetwork.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"EiseiGekijo.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"Ekoturk.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"Ekoturk.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"ElFinancieroBloomberg.mx","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/mi.tv.epg.xml"},{"channel":"ElGourmetNorte.ar","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/gatotv.com.epg.xml"},{"channel":"ElGourmetNorte.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"ElGourmetNorte.ar","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"ElGourmetSur.ar","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"ElGourmetSur.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"ElMehwarChannel.eg","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"ElMehwarChannel.eg","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"ElNueve.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"ElTiempoTV.co","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"ElTrece.ar","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/gatotv.com.epg.xml"},{"channel":"ElTrece.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"ElTreceInternacional.ar","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"ElTreceInternacional.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"ElTreceInternacional.ar","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"ElectronTV.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"ElectronTV.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"ElectronTV.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"ElectronTV.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"ElectronTV.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"ElectronTV.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"ElectronTV.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"ElectronTV.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"ElectronTV.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"ElectronTV.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"ElectronTV.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"ElectronTV.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"ElectronTV.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"ElectronTV.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"ElectronTV.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"ElectronTV.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"ElectronTV.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"ElectronTV.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"ElectronTV.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"ElectronTV.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"ElectronTV.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"ElectronTV.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"ElectronTV.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"ElectronTV.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"ElevenSports1Polska.uk","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"ElevenSports2Polska.uk","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"ElevenSports3Polska.uk","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"ElevenSports4Polska.uk","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"ElevenSportsUSA.uk","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"Ellaycom.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"Ellaycom.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"Ellaycom.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"Ellaycom.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"Ellaycom.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"Ellaycom.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"Ellaycom.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"Ellaycom.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"Ellaycom.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"Ellaycom.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"Ellaycom.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"Ellaycom.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"Ellaycom.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"Ellaycom.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"Ellaycom.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"Ellaycom.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"Ellaycom.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"Ellaycom.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"Ellaycom.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"Ellaycom.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"Ellaycom.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"Ellaycom.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"Ellaycom.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"Ellaycom.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"Ellaycom.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"Ellaycom.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"Ellaycom.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"Ellaycom.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"Ellaycom.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"Ellaycom.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"Ellaycom.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"Ellaycom.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"Ellaycom.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"Ellaycom.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"Elmouritania.mr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"Elmouritania.mr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"Elmouritania.mr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"Elmouritania.mr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"Elmouritania.mr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"Elmouritania.mr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"Elmouritania.mr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"Elmouritania.mr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"Elmouritania.mr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"Elmouritania.mr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"Elmouritania.mr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"Elmouritania.mr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"Elmouritania.mr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"Elmouritania.mr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"Elmouritania.mr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"Elmouritania.mr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"Elmouritania.mr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"Elmouritania.mr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"Elmouritania.mr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"Elmouritania.mr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"Elmouritania.mr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"Elmouritania.mr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"Elmouritania.mr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"Elmouritania.mr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"Elta2.ba","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"EltaTV.ba","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"EmanChannel.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"EmanChannel.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"EmaratTV.ae","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"EmaratTV.ae","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"EmiliaRomagna24.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"EmmanuelTV.ng","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"EmmanuelTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"EmmanuelTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"EmmanuelTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"EmmanuelTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"EmmanuelTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"EmmanuelTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"EmmanuelTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"EmmanuelTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"EmmanuelTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"EmmanuelTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"EmmanuelTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"EmmanuelTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"EmmanuelTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"EmmanuelTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"EmmanuelTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"EmmanuelTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"EmmanuelTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"EmmanuelTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"EmmanuelTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"EmmanuelTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"EmmanuelTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"EmmanuelTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"EmmanuelTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"EmmanuelTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"EmmanuelTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"EmmanuelTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"EmmanuelTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"EmmanuelTV.ng","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"EmmanuelTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"EmmanuelTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"EmmanuelTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"EmmanuelTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"EmmanuelTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"EmmanuelTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"EmmanuelTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"EmmanuelTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"EmmanuelTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"EmmanuelTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"EmmanuelTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"EmmanuelTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"EmmanuelTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"EmmanuelTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"EmmanuelTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"EmmanuelTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"EmmanuelTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"EmmanuelTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"EnaChannel.gr","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"Encuentro.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"Energy.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"EnglishClubTV.uk","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"EnglishClubTV.uk","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"EnglishClubTV.uk","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"EnglishClubTV.uk","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"EnglishClubTV.uk","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"EnglishClubTV.uk","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"EnglishClubTV.uk","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"EnglishClubTV.uk","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"EnglishClubTV.uk","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"EnglishClubTV.uk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"EnglishClubTV.uk","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"EnglishClubTV.uk","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"EnglishClubTV.uk","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"EnglishClubTV.uk","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"EnglishClubTV.uk","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"EnkiBenki.ge","site":"magticom.ge","lang":"ka","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"Enlace.cr","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"Enlace.cr","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"Enlace.cr","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"Enlace.cr","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"EnlaceJuvenil.cr","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/mi.tv.epg.xml"},{"channel":"Ent.id","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"EnterFilm.ua","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"EnterFilm.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"EntermeiTele.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"Enterr10Movies.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"EntusiastTV.ee","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"EntusiastTV.ee","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"EntusiastTV.ee","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"EpicDrama.se","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"EpicDrama.se","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"EpicDrama.se","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"EpicDrama.se","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"EpicDrama.se","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"EpicDrama.se","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"EpicDrama.se","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"EpicDrama.se","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"EpicDrama.se","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"EpicDrama.se","site":"tv.lv","lang":"lv","url":"https://iptv-org.github.io/epg/guides/lv/tv.lv.epg.xml"},{"channel":"EpicDrama.se","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"EpicDrama.se","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"EpicTV.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"Epix2East.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"EpixDriveIn.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"EpixEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"EpixHits.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"EpixWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"EpsilonTV.gr","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"Equidia.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"Equidia.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"Equidia.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"Equidia.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"Equidia.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"Equidia.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"Equidia.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"Equidia.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"Equidia.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"Equidia.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"Equidia.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"EquinoxeTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"EquinoxeTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"EquinoxeTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"EquinoxeTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"EquinoxeTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"EquinoxeTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"EquinoxeTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"EquinoxeTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"EquinoxeTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"EquinoxeTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"EquinoxeTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"EquinoxeTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"EquinoxeTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"EquinoxeTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"EquinoxeTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"EquinoxeTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"EquinoxeTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"EquinoxeTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"EquinoxeTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"EquinoxeTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"EquinoxeTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"EquinoxeTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"EquinoxeTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"EquinoxeTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"ErdelyTV.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"Erotic.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"Erotic2.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"Erotic3.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"Erotic4.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"Erotic7.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"Erotic8.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"EroxHD.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"EroxHD.us","site":"magticom.ge","lang":"ka","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"EroxHD.us","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"EroxHD.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"EroxHD.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"EroxHD.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"EroxxxHD.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"EroxxxHD.us","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"EroxxxHD.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"EroxxxHD.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"EroxxxHD.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"Ertsulovneba.ge","site":"magticom.ge","lang":"ka","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"EsTV.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"EsTV.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"EskaRockTV.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"EskaTV.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"EskaTV.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"EskaTVExtra.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"EspaceTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"EspaceTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"EspaceTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"EspaceTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"EspaceTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"EspaceTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"EspaceTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"EspaceTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"EspaceTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"EspaceTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"EspaceTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"EspaceTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"EspaceTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"EspaceTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"EspaceTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"EspaceTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"EspaceTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"EspaceTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"EspaceTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"EspaceTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"EspaceTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"EspaceTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"EspaceTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"EspaceTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"EspansioneTV.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"EsperanzaTV.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"EspresoTV.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"EstrellaTV.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"EstrellaTVEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"EstrellaTVEast.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/us/gatotv.com.epg.xml"},{"channel":"EtnoTV.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"EuMusic.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"EuroD.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"EuroNewsAlbania.fr","site":"tv.blue.ch","lang":"sq","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"EuroNewsDeutsch.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"EuroNewsDeutsch.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"EuroNewsDeutsch.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"EuroNewsDeutsch.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"EuroNewsDeutsch.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"EuroNewsDeutsch.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"EuroNewsDeutsch.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"EuroNewsDeutsch.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"EuroNewsDeutsch.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"EuroNewsDeutsch.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"EuroNewsDeutsch.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"EuroNewsDeutsch.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"EuroNewsDeutsch.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"EuroNewsDeutsch.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"EuroNewsDeutsch.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"EuroNewsDeutsch.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"EuroNewsDeutsch.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"EuroNewsDeutsch.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"EuroNewsDeutsch.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"EuroNewsDeutsch.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"EuroNewsDeutsch.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"EuroNewsDeutsch.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"EuroNewsDeutsch.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"EuroNewsDeutsch.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"EuroNewsDeutsch.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"EuroNewsDeutsch.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"EuroNewsDeutsch.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"EuroNewsDeutsch.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"EuroNewsDeutsch.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"EuroNewsDeutsch.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"EuroNewsDeutsch.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"EuroNewsDeutsch.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"EuroNewsDeutsch.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"EuroNewsDeutsch.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"EuroNewsDeutsch.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"EuroNewsDeutsch.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"EuroNewsDeutsch.fr","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"EuroNewsDeutsch.fr","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"EuroNewsEllinika.fr","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"EuroNewsEllinika.fr","site":"novacyprus.com","lang":"el","url":"https://iptv-org.github.io/epg/guides/cy/novacyprus.com.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"EuroNewsEnglish.fr","site":"vidio.com","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/vidio.com.epg.xml"},{"channel":"EuroNewsEspanol.fr","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"EuroNewsEspanol.fr","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"EuroNewsEspanol.fr","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"EuroNewsFrancais.fr","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"EuroNewsItaliano.fr","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"EuroNewsItaliano.fr","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"EuroNewsMagyar.fr","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"EuroNewsPortugues.fr","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"EuroNewsPortugues.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"EuroNewsPortugues.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"EuroNewsPortugues.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"EuroNewsPortugues.fr","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"EuroNewsPortugues.fr","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"EuroNewsPortugues.fr","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"EuroNewsRusskiy.fr","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"EuroNewsRusskiy.fr","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"EuroNewsRusskiy.fr","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"EuroNewsRusskiy.fr","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"EuroNewsRusskiy.fr","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"EuroNewsSerbia.fr","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"EuroStar.tr","site":"tv.blue.ch","lang":"tr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Eurochannel.us","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"Eurochannel.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Eurochannel.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"Eurochannel.us","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"Eurochannel.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"Eurochannel.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"Eurochannel.us","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"Eurochannel.us","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"Eurochannel.us","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"Eurochannel.us","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"EuropaEuropa.uk","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"EuropaEuropa.uk","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"EuropaPlusTV.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Eurosport1.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"Eurosport1.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"Eurosport1.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"Eurosport1.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"Eurosport1.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"Eurosport1.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"Eurosport1.fr","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"Eurosport1.fr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"Eurosport1.fr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"Eurosport1.fr","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"Eurosport1.fr","site":"ipko.com","lang":"hr","url":"https://iptv-org.github.io/epg/guides/al/ipko.com.epg.xml"},{"channel":"Eurosport1.fr","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Eurosport1.fr","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"Eurosport1.fr","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"Eurosport1.fr","site":"novacyprus.com","lang":"el","url":"https://iptv-org.github.io/epg/guides/cy/novacyprus.com.epg.xml"},{"channel":"Eurosport1.fr","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"Eurosport1.fr","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Eurosport1.fr","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"Eurosport1.fr","site":"tv.lv","lang":"lv","url":"https://iptv-org.github.io/epg/guides/lv/tv.lv.epg.xml"},{"channel":"Eurosport1.fr","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"Eurosport1.fr","site":"tvim.tv","lang":"sq","url":"https://iptv-org.github.io/epg/guides/xk/tvim.tv.epg.xml"},{"channel":"Eurosport1.fr","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"Eurosport1.fr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"Eurosport1Finland.fr","site":"telkussa.fi","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/telkussa.fi.epg.xml"},{"channel":"Eurosport1France.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"Eurosport1France.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"Eurosport1France.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"Eurosport1France.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"Eurosport1France.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"Eurosport1France.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"Eurosport1France.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"Eurosport1France.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"Eurosport1France.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"Eurosport1France.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"Eurosport1France.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"Eurosport1France.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"Eurosport1France.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"Eurosport1France.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"Eurosport1France.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"Eurosport1France.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"Eurosport1France.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"Eurosport1France.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"Eurosport1France.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"Eurosport1France.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"Eurosport1France.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"Eurosport1France.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"Eurosport1France.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"Eurosport1France.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"Eurosport1France.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"Eurosport1France.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"Eurosport1France.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"Eurosport1France.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"Eurosport1France.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Eurosport1Germany.fr","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"Eurosport1Germany.fr","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"Eurosport1Germany.fr","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Eurosport1Germany.fr","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"Eurosport1Germany.fr","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"Eurosport1Italia.fr","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"Eurosport1Italia.fr","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Eurosport1Norge.fr","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"Eurosport1Polska.fr","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"Eurosport1Romania.fr","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"Eurosport1Rossiya.fr","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"Eurosport1Rossiya.fr","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"Eurosport1Rossiya.fr","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"Eurosport1Rossiya.fr","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Eurosport1Rossiya.fr","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"Eurosport1Sverige.fr","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"Eurosport1Sverige.fr","site":"telkussa.fi","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/telkussa.fi.epg.xml"},{"channel":"Eurosport1UK.fr","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"Eurosport2.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"Eurosport2.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"Eurosport2.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"Eurosport2.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"Eurosport2.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"Eurosport2.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"Eurosport2.fr","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"Eurosport2.fr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"Eurosport2.fr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"Eurosport2.fr","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"Eurosport2.fr","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Eurosport2.fr","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"Eurosport2.fr","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"Eurosport2.fr","site":"novacyprus.com","lang":"el","url":"https://iptv-org.github.io/epg/guides/cy/novacyprus.com.epg.xml"},{"channel":"Eurosport2.fr","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"Eurosport2.fr","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Eurosport2.fr","site":"tv.lv","lang":"lv","url":"https://iptv-org.github.io/epg/guides/lv/tv.lv.epg.xml"},{"channel":"Eurosport2.fr","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"Eurosport2.fr","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"Eurosport2.fr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"Eurosport2Danmark.fr","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"Eurosport2France.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"Eurosport2France.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"Eurosport2France.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"Eurosport2France.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"Eurosport2France.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"Eurosport2France.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"Eurosport2France.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"Eurosport2France.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"Eurosport2France.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"Eurosport2France.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"Eurosport2France.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"Eurosport2France.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"Eurosport2France.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"Eurosport2France.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"Eurosport2France.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"Eurosport2France.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"Eurosport2France.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"Eurosport2France.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"Eurosport2France.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"Eurosport2France.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"Eurosport2France.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"Eurosport2France.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"Eurosport2France.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"Eurosport2France.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"Eurosport2France.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"Eurosport2France.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"Eurosport2France.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"Eurosport2France.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"Eurosport2France.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Eurosport2Italia.fr","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"Eurosport2Italia.fr","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Eurosport2NorthEast.fr","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"Eurosport2Polska.fr","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"Eurosport2Romania.fr","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"Eurosport2Rossiya.fr","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Eurosport2Rossiya.fr","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"Eurosport2Sverige.fr","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"Eurosport2UK.fr","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"Eurosport4K.fr","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"Eurosport4K.fr","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"EurosportAsia.fr","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"EurosportIndia.fr","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"EurosportNorge.fr","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"EvasionGuinee.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"EvasionGuinee.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"EvasionGuinee.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"EvasionGuinee.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"EvasionGuinee.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"EvasionGuinee.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"EvasionGuinee.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"EvasionGuinee.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"EvasionGuinee.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"EvasionGuinee.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"EvasionGuinee.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"EvasionGuinee.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"EvasionGuinee.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"EvasionGuinee.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"EvasionGuinee.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"EvasionGuinee.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"EvasionGuinee.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"EvasionGuinee.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"EvasionGuinee.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"EvasionGuinee.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"EvasionGuinee.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"EvasionGuinee.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"EvasionGuinee.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"EvasionGuinee.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"Evrokino.ru","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"Evrokino.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Evrokino.ru","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"Evrokom.bg","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"ExaTV.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"ExcelsiorTV.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"ExodusTV.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"ExplorerHistori.al","site":"ipko.com","lang":"hr","url":"https://iptv-org.github.io/epg/guides/al/ipko.com.epg.xml"},{"channel":"ExplorerHistori.al","site":"tvim.tv","lang":"sq","url":"https://iptv-org.github.io/epg/guides/xk/tvim.tv.epg.xml"},{"channel":"ExplorerNatyra.al","site":"ipko.com","lang":"hr","url":"https://iptv-org.github.io/epg/guides/al/ipko.com.epg.xml"},{"channel":"ExplorerNatyra.al","site":"tvim.tv","lang":"sq","url":"https://iptv-org.github.io/epg/guides/xk/tvim.tv.epg.xml"},{"channel":"ExplorerShkence.al","site":"ipko.com","lang":"hr","url":"https://iptv-org.github.io/epg/guides/al/ipko.com.epg.xml"},{"channel":"ExplorerShkence.al","site":"tvim.tv","lang":"sq","url":"https://iptv-org.github.io/epg/guides/xk/tvim.tv.epg.xml"},{"channel":"ExtasyTV.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"ExtraTV42.cr","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"ExtremeSportsChannel.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"ExtremeSportsChannel.nl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"ExtremeSportsChannel.nl","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"ExtremeSportsChannel.nl","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"ExtremeSportsChannel.nl","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"ExtremeSportsChannel.nl","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"ExtremeSportsChannel.nl","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"ExtremeSportsChannel.nl","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"ExtremeSportsChannel.nl","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"ExtremeSportsChannel.nl","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"ExtremeSportsChannel.nl","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"ExtremeSportsChannel.nl","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"ExtremeSportsChannel.nl","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"ExtremeSportsChannelPolska.nl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"FBC2.fj","site":"walesi.com.fj","lang":"fj","url":"https://iptv-org.github.io/epg/guides/fj/walesi.com.fj.epg.xml"},{"channel":"FBCSports.fj","site":"walesi.com.fj","lang":"fj","url":"https://iptv-org.github.io/epg/guides/fj/walesi.com.fj.epg.xml"},{"channel":"FBCTV.fj","site":"walesi.com.fj","lang":"fj","url":"https://iptv-org.github.io/epg/guides/fj/walesi.com.fj.epg.xml"},{"channel":"FBTV.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"FBTV.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"FBTV.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"FEM.no","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"FETV.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"FM.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"FMN.id","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"FMTV.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"FS1.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"FS2.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"FS2.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"FXAndina.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"FXBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"FXChile.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"FXChile.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"FXChile.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"FXEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"FXEast.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"FXEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"FXEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"FXMChile.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"FXMChile.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"FXMChile.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"FXMEste.us","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"FXMEste.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"FXMEste.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"FXMEste.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"FXMOeste.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/gatotv.com.epg.xml"},{"channel":"FXMOeste.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"FXMOeste.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"FXMOeste.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ec/gatotv.com.epg.xml"},{"channel":"FXMOeste.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"FXMOeste.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"FXMOeste.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"FXMOeste.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml"},{"channel":"FXMOeste.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"FXMOeste.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ve/gatotv.com.epg.xml"},{"channel":"FXMovieChannel.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"FXMovieChannel.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"FXNorte.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"FXNorte.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"FXNorte.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ec/gatotv.com.epg.xml"},{"channel":"FXNorte.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"FXNorte.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"FXNorte.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"FXNorte.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"FXNorte.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"FXNorte.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"FXNorte.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/mi.tv.epg.xml"},{"channel":"FXSur.us","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"FXTurkiye.us","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"FXTurkiye.us","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"FXWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"FXXEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"FXXEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"FXXEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"FXXWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"FYIEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"FYIEast.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"FYIEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"FYIEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"FYIWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"FaceTV.ba","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"FactoriadeFiccion.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"FairchildTV2.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"FaithAfrica.za","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"FaithAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"FaithAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"FaithAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"FaithAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"FaithAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"FaithAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"FaithAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"FaithAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"FaithAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"FaithAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"FaithAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"FaithAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"FaithAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"FaithAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"FaithAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"FaithAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"FaithAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"FaithAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"FaithAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"FaithAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"FaithAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"FaithAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"FaithAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"FaithAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"FaithAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"FaithAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"FaithAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"FaithAfrica.za","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"FaithAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"FaithAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"FaithAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"FaithAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"FaithAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"FaithAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"FaithAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"FaithAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"FaithAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"FaithAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"FaithAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"FaithAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"FaithAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"FaithAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"FaithAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tz/dstv.com.epg.xml"},{"channel":"FaithAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"FaithAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"FaithAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"FaithAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"FaktMarathi.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"Family7.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"FamilyChrgd.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"FamilyEntertainmentTV.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"FamilyGekijyo.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"FamilyHD.al","site":"tvim.tv","lang":"sq","url":"https://iptv-org.github.io/epg/guides/xk/tvim.tv.epg.xml"},{"channel":"FanaTV.et","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"Fann.ae","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"Fann.ae","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"Fann.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"Fann.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"Fann.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"Fann.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"Fann.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"Fann.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"Fann.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"Fann.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"Fann.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"Fann.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"Fann.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"Fann.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"Fann.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"Fann.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"Fann.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"Fann.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"Fann.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"Fann.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"Fann.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"Fann.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"Fann.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"Fann.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"Fann.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"Fann.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"Fann.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"Fann.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"Fann.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"Fann.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"Fann.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"Fann.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"Fann.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"Fann.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"Fann.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"Fann.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"FarinWata.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"FarinWata.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"FarinWata.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"FarinWata.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"FarinWata.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"FarinWata.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"FarinWata.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"FarinWata.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"FarinWata.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"FarinWata.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"FarinWata.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"FarinWata.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"FarinWata.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"FarinWata.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"FarinWata.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"FarinWata.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"FarinWata.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"FarinWata.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"FarinWata.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"FarinWata.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"FarinWata.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"FarinWata.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"FarinWata.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"FarinWata.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"FashionAfricaTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"FashionAfricaTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"FashionAfricaTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"FashionAfricaTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"FashionAfricaTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"FashionAfricaTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"FashionAfricaTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"FashionAfricaTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"FashionAfricaTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"FashionAfricaTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"FashionAfricaTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"FashionAfricaTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"FashionAfricaTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"FashionAfricaTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"FashionAfricaTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"FashionAfricaTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"FashionAfricaTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"FashionAfricaTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"FashionAfricaTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"FashionAfricaTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"FashionAfricaTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"FashionAfricaTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"FashionAfricaTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"FashionAfricaTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"FashionBoxHD.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"FashionBoxHD.us","site":"magticom.ge","lang":"en","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"FashionBoxHD.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"FashionBoxHD.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"FashionBoxHD.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"FashionBoxHD.us","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"FashionBoxHD.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"FashionOneEurope.uk","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"FashionOneEurope.uk","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"FashionOneLatinAmerica.uk","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/mi.tv.epg.xml"},{"channel":"FashionTVAsia.fr","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"FashionTVBrazil.fr","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"FashionTVEurope.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"FashionTVEurope.fr","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"FashionTVEurope.fr","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"FashionTVEurope.fr","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"FashionTVEurope.fr","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"FashionTVEurope.fr","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"FashionTVEurope.fr","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"FashionTVEurope.fr","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"FashionTVEurope.fr","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"FashionTVEurope.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"FashionTVEurope.fr","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"FashionTVEurope.fr","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"FashionTVEurope.fr","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"FashionTVEurope.fr","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"FashionTVHDEurope.fr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"FashionTVHDEurope.fr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"FashionTVHDEurope.fr","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"FashionTVHDEurope.fr","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"FashionTVHDEurope.fr","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"FashionTVHDEurope.fr","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"FashionTVRussia.fr","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"FashionTVRussia.fr","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"FashionTVRussia.fr","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"FashionTVRussia.fr","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"FastFunBoxHD.us","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"FastFunBoxHD.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"FastFunBoxHD.us","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"FastFunBoxHD.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"FastFunBoxHD.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"FastFunBoxHD.us","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"FastFunBoxHD.us","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"FastFunBoxHD.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"FavorietTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"FavoritTV.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"FaxNews.al","site":"tv.blue.ch","lang":"sq","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"FeTV.ao","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"FeTV.ao","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"FederalnaTV.ba","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"FederalnaTV.ba","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"FederalnaTV.ba","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"FeelGoodTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"Fem3.hu","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Fem3.hu","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"FenFolk.bg","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"FenFolk.bg","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"FenTV.bg","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"FenTV.bg","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"FeniksplusKino.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"FightBoxHD.us","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"FightBoxHD.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"FightBoxHD.us","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"FightBoxHD.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"FightBoxHD.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"FightBoxHD.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"FightBoxHD.us","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"FightBoxHD.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"FightBoxHD.us","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"FightChannel.hr","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"FightKlub.hu","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"FightNetwork.ca","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"FightNetwork.ca","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"FightNetwork.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"FightSports.us","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"FightSports.us","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"FightSports.us","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"FightSports.us","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"FightSports.us","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"FightSports.us","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"FightingTVSamurai.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"FijiOne.fj","site":"walesi.com.fj","lang":"fj","url":"https://iptv-org.github.io/epg/guides/fj/walesi.com.fj.epg.xml"},{"channel":"Filamchi.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"Film1Action.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"Film1Drama.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"Film1Family.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"Film1Premiere.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"Film24h.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"Film4.hu","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Film4.hu","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"Film4UK.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"Film4UK.uk","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"Film4UK.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"Film4UK.uk","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Film4UKPlus1.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"Film4UKPlus1.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"FilmAksion.al","site":"ipko.com","lang":"hr","url":"https://iptv-org.github.io/epg/guides/al/ipko.com.epg.xml"},{"channel":"FilmAksion.al","site":"tvim.tv","lang":"sq","url":"https://iptv-org.github.io/epg/guides/xk/tvim.tv.epg.xml"},{"channel":"FilmArtsAmericaLatina.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"FilmArtsBrasil.ar","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"FilmBoxAction.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"FilmBoxAction.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"FilmBoxArthouseWorldwide.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"FilmBoxArthouseWorldwide.us","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"FilmBoxArthouseWorldwide.us","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"FilmBoxArthouseWorldwide.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"FilmBoxArthouseWorldwide.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"FilmBoxArthouseWorldwide.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"FilmBoxArthouseWorldwide.us","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"FilmBoxArthouseWorldwide.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"FilmBoxCentralEurope.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"FilmBoxCentralEurope.us","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"FilmBoxCentralEurope.us","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"FilmBoxExtraHDAdria.us","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"FilmBoxExtraHDAdria.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"FilmBoxExtraHDAdria.us","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"FilmBoxExtraHDAdria.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"FilmBoxExtraHDCzechiaHungary.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"FilmBoxExtraHDPolska.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"FilmBoxExtraHDPolska.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"FilmBoxExtraHDRomania.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"FilmBoxFamily.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"FilmBoxFamily.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"FilmBoxFamily.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"FilmBoxNederland.us","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"FilmBoxPremiumAdria.us","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"FilmBoxPremiumAdria.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"FilmBoxPremiumAdria.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"FilmBoxPremiumCzechia.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"FilmBoxPremiumPolska.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"FilmBoxPremiumPolska.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"FilmBoxPremiumRomania.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"FilmBoxRussia.us","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"FilmBoxStarsAdria.us","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"FilmBoxStarsAdria.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"FilmBoxStarsAdria.us","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"FilmBoxStarsAdria.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"FilmBoxStarsHungary.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"FilmBoxTurkiye.us","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"FilmCafeHungary.hu","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"FilmCafeHungary.hu","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"FilmCafeRomania.hu","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"FilmDrame.al","site":"ipko.com","lang":"hr","url":"https://iptv-org.github.io/epg/guides/al/ipko.com.epg.xml"},{"channel":"FilmEurope.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"FilmEuropePlus.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"FilmHits.al","site":"ipko.com","lang":"hr","url":"https://iptv-org.github.io/epg/guides/al/ipko.com.epg.xml"},{"channel":"FilmKlub.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"FilmKlub.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"FilmKlubExtra.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"FilmKomedi.al","site":"ipko.com","lang":"hr","url":"https://iptv-org.github.io/epg/guides/al/ipko.com.epg.xml"},{"channel":"FilmKomedi.al","site":"tvim.tv","lang":"sq","url":"https://iptv-org.github.io/epg/guides/xk/tvim.tv.epg.xml"},{"channel":"FilmMania.hu","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"FilmMania.hu","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"FilmNow.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"FilmNowHungary.ro","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"FilmPlusCzechia.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"FilmPlusHungary.hu","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"FilmPlusHungary.hu","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"FilmPlusHungary.hu","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"FilmThriller.al","site":"ipko.com","lang":"hr","url":"https://iptv-org.github.io/epg/guides/al/ipko.com.epg.xml"},{"channel":"Filmzone.ee","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"Filmzone.ee","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"Filmzone.ee","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"FilmzonePlus.ee","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"FilmzonePlus.ee","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"FilmzonePlus.ee","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"FirstChannel.rs","site":"tv.blue.ch","lang":"sq","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"FishTV.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"FishingVision.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"FixFoxi.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"FlashTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"FlashTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"FlashTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"FlashTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"FlashTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"FlashTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"FlashTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"FlashTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"FlashTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"FlashTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"FlashTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"FlashTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"FlashTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"FlashTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"FlashTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"FlashTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"FlashTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"FlashTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"FlashTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"FlashTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"FlashTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"FlashTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"FlashTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"FlashTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"FlashTV.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"FliekNet.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"FliekNet.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"FliekNet.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"FliekNet.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"FliekNet.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"FliekNet.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"FliekNet.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"FliekNet.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"FlixEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"FlixEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"FlixEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"FlixWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"FlowersTV.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"Focus.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"Focus.it","site":"mediaset.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/mediaset.it.epg.xml"},{"channel":"Focus.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"FokusTV.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"FokusTV.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"FolkMelody.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"FolkTV.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Folklorika.sk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Folx.de","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"Folx.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"FoodNetworkAsia.us","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"FoodNetworkAsia.us","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"FoodNetworkAsia.us","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"FoodNetworkAsia.us","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"FoodNetworkBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"FoodNetworkEMEA.us","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"FoodNetworkEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"FoodNetworkEast.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"FoodNetworkEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"FoodNetworkEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"FoodNetworkItalia.us","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"FoodNetworkItalia.us","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"FoodNetworkLatinoamerica.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"FoodNetworkLatinoamerica.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"FoodNetworkPolska.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"FoodNetworkRussia.us","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"FoodNetworkUK.us","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"FoodNetworkUK.us","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"FoodNetworkUK.us","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"FoodNetworkWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ForcesTV.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"ForcesTV.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"Formula.ge","site":"magticom.ge","lang":"ka","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"ForoTV.mx","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/mi.tv.epg.xml"},{"channel":"ForoTVEstadosUnidos.mx","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"Fox8.au","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/au/ontvtonight.com.epg.xml"},{"channel":"FoxArena.au","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/au/ontvtonight.com.epg.xml"},{"channel":"FoxBulgaria.us","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"FoxBusiness.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"FoxBusiness.us","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"FoxBusiness.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"FoxBusiness.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"FoxClassicsAustralia.us","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/au/ontvtonight.com.epg.xml"},{"channel":"FoxComedy.au","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/au/ontvtonight.com.epg.xml"},{"channel":"FoxComedyPolska.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"FoxComedyPortugal.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"FoxComedyPortugal.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"FoxComedyPortugal.us","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"FoxComedyPortugal.us","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"FoxCrimeAustralia.us","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/au/ontvtonight.com.epg.xml"},{"channel":"FoxCrimeBulgaria.us","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"FoxCrimeHrvatska.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"FoxCrimeHrvatska.us","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"FoxCrimePortugal.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"FoxCrimePortugal.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"FoxCrimePortugal.us","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"FoxCrimePortugal.us","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"FoxCrimeSrbija.us","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"FoxCrimeSrbija.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"FoxCrimeSrbija.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"FoxCrimeTurkiye.us","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"FoxCrimeTurkiye.us","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"FoxDeportes.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"FoxDeportes.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/us/gatotv.com.epg.xml"},{"channel":"FoxDeportes.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"FoxDocos.au","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/au/ontvtonight.com.epg.xml"},{"channel":"FoxEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"FoxEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"FoxEspana.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"FoxEspana.us","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"FoxFunny.us","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/au/ontvtonight.com.epg.xml"},{"channel":"FoxGreece.us","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"FoxGreece.us","site":"novacyprus.com","lang":"el","url":"https://iptv-org.github.io/epg/guides/cy/novacyprus.com.epg.xml"},{"channel":"FoxHrvatska.us","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"FoxItalia.us","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"FoxItaliaPlus1.us","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"FoxJapan.us","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"FoxLifeBulgaria.us","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"FoxLifeEspana.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"FoxLifeEspana.us","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"FoxLifeGreece.us","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"FoxLifeGreece.us","site":"novacyprus.com","lang":"el","url":"https://iptv-org.github.io/epg/guides/cy/novacyprus.com.epg.xml"},{"channel":"FoxLifeHrvatska.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"FoxLifeHrvatska.us","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"FoxLifeIndia.us","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"FoxLifePortugal.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"FoxLifePortugal.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"FoxLifePortugal.us","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"FoxLifePortugal.us","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"FoxLifeRegional.us","site":"tvim.tv","lang":"sq","url":"https://iptv-org.github.io/epg/guides/xk/tvim.tv.epg.xml"},{"channel":"FoxLifeRussia.us","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"FoxLifeRussia.us","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"FoxLifeRussia.us","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"FoxLifeRussia.us","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"FoxLifeRussia.us","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"FoxLifeSrbija.us","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"FoxLifeSrbija.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"FoxLifeSrbija.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"FoxLifeUSA.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"FoxMovies.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"FoxMoviesHrvatska.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"FoxMoviesHrvatska.us","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"FoxMoviesPortugal.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"FoxMoviesPortugal.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"FoxMoviesPortugal.us","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"FoxMoviesPortugal.us","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"FoxMoviesSlovenija.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"FoxMoviesSrbija.us","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"FoxMoviesSrbija.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"FoxNL.us","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"FoxNewsChannel.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"FoxNewsChannel.us","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"FoxNewsChannel.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"FoxNewsChannel.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"FoxNewsChannel.us","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/au/ontvtonight.com.epg.xml"},{"channel":"FoxNewsChannel.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"FoxNewsChannel.us","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"FoxNewsChannel.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"FoxOne.us","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/au/ontvtonight.com.epg.xml"},{"channel":"FoxPolska.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"FoxPortugal.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"FoxPortugal.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"FoxPortugal.us","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"FoxPortugal.us","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"FoxRussia.us","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"FoxRussia.us","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"FoxRussia.us","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"FoxRussia.us","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"FoxRussia.us","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"FoxRussia.us","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"FoxSciFi.us","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/au/ontvtonight.com.epg.xml"},{"channel":"FoxShowcase.au","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/au/ontvtonight.com.epg.xml"},{"channel":"FoxSleuth.us","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/au/ontvtonight.com.epg.xml"},{"channel":"FoxSoccerPlus.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"FoxSoccerPlus.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"FoxSports1.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"FoxSports1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"FoxSports1Chile.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"FoxSports2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"FoxSports2Argentina.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"FoxSports2Brasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"FoxSports2Chile.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"FoxSports2Chile.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"FoxSports2LatinAmerica.us","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"FoxSports2LatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/gatotv.com.epg.xml"},{"channel":"FoxSports2LatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/gatotv.com.epg.xml"},{"channel":"FoxSports2LatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"FoxSports2LatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"FoxSports2LatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ec/gatotv.com.epg.xml"},{"channel":"FoxSports2LatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"FoxSports2LatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"FoxSports2LatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"FoxSports2LatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"FoxSports2LatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml"},{"channel":"FoxSports2LatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/py/gatotv.com.epg.xml"},{"channel":"FoxSports2LatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"FoxSports2LatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/uy/gatotv.com.epg.xml"},{"channel":"FoxSports2LatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ve/gatotv.com.epg.xml"},{"channel":"FoxSports2LatinAmerica.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/mi.tv.epg.xml"},{"channel":"FoxSports2LatinAmerica.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"FoxSports2Mexico.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"FoxSports3LatinAmerica.us","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"FoxSports3LatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/gatotv.com.epg.xml"},{"channel":"FoxSports3LatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/gatotv.com.epg.xml"},{"channel":"FoxSports3LatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"FoxSports3LatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"FoxSports3LatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ec/gatotv.com.epg.xml"},{"channel":"FoxSports3LatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"FoxSports3LatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"FoxSports3LatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"FoxSports3LatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"FoxSports3LatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml"},{"channel":"FoxSports3LatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/py/gatotv.com.epg.xml"},{"channel":"FoxSports3LatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"FoxSports3LatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/uy/gatotv.com.epg.xml"},{"channel":"FoxSports3LatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ve/gatotv.com.epg.xml"},{"channel":"FoxSports3LatinAmerica.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"FoxSports3LatinAmerica.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"FoxSports3Mexico.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"FoxSportsArgentina.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"FoxSportsBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"FoxSportsChile.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"FoxSportsChile.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"FoxSportsLatinAmerica.us","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"FoxSportsLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"FoxSportsLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"FoxSportsLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"FoxSportsLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"FoxSportsLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"FoxSportsLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"FoxSportsLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml"},{"channel":"FoxSportsLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/py/gatotv.com.epg.xml"},{"channel":"FoxSportsLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"FoxSportsLatinAmerica.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/mi.tv.epg.xml"},{"channel":"FoxSportsLatinAmerica.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"FoxSportsMexico.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"FoxSportsPremium.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"FoxSportsRacing.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"FoxSportsRacing.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"FoxSrbija.us","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"FoxSrbija.us","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"FoxSrbija.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"FoxSrbija.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"FoxSrbija.us","site":"tvim.tv","lang":"sq","url":"https://iptv-org.github.io/epg/guides/xk/tvim.tv.epg.xml"},{"channel":"FoxTurkiye.us","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"FoxTurkiye.us","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"FoxTurkiye.us","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"Foxtel4K.au","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/au/ontvtonight.com.epg.xml"},{"channel":"FoxtelMoviesAction.au","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/au/ontvtonight.com.epg.xml"},{"channel":"FoxtelMoviesComedy.au","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/au/ontvtonight.com.epg.xml"},{"channel":"FoxtelMoviesDrama.au","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/au/ontvtonight.com.epg.xml"},{"channel":"FoxtelMoviesFamily.au","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/au/ontvtonight.com.epg.xml"},{"channel":"FoxtelMoviesGreats.au","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/au/ontvtonight.com.epg.xml"},{"channel":"FoxtelMoviesKids.au","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/au/ontvtonight.com.epg.xml"},{"channel":"FoxtelMoviesPremiere.au","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/au/ontvtonight.com.epg.xml"},{"channel":"FoxtelMoviesRomance.au","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/au/ontvtonight.com.epg.xml"},{"channel":"FoxtelMoviesThriller.au","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/au/ontvtonight.com.epg.xml"},{"channel":"France2.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"France2.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"France2.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"France2.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"France2.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"France2.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"France2.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"France2.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"France2.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"France2.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"France2.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"France2.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"France2.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"France2.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"France2.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"France2.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"France2.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"France2.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"France2.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"France2.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"France2.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"France2.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"France2.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"France2.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"France2.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"France2.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"France2.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"France2.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"France2.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"France2.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"France2.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"France2.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"France2.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"France2.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"France2.fr","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"France2.fr","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"France2.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"France2.fr","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"France2.fr","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"France2.fr","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"France2.fr","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"France2.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"France2.fr","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"France2.fr","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"France24Arabic.fr","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"France24Arabic.fr","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"France24Arabic.fr","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"France24Arabic.fr","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"France24Arabic.fr","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"France24Arabic.fr","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"France24Arabic.fr","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"France24Arabic.fr","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"France24Arabic.fr","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"France24Arabic.fr","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"France24Arabic.fr","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"France24Arabic.fr","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"France24Arabic.fr","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"France24Arabic.fr","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"France24Arabic.fr","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"France24Arabic.fr","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"France24Arabic.fr","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"France24Arabic.fr","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"France24Arabic.fr","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"France24Arabic.fr","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"France24Arabic.fr","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"France24Arabic.fr","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"France24Arabic.fr","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"France24Arabic.fr","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"France24Arabic.fr","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"France24Arabic.fr","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"France24Arabic.fr","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"France24Arabic.fr","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"France24Arabic.fr","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"France24Arabic.fr","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"France24Arabic.fr","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"France24Arabic.fr","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"France24Arabic.fr","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"France24Arabic.fr","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"France24Arabic.fr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"France24English.fr","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"France24English.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"France24English.fr","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"France24English.fr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"France24English.fr","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"France24English.fr","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"France24English.fr","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"France24English.fr","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"France24English.fr","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"France24English.fr","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"France24English.fr","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"France24English.fr","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"France24English.fr","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"France24English.fr","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"France24English.fr","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"France24English.fr","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"France24English.fr","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"France24English.fr","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"France24English.fr","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"France24English.fr","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"France24English.fr","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"France24English.fr","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"France24English.fr","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"France24English.fr","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"France24English.fr","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"France24English.fr","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"France24English.fr","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"France24English.fr","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"France24English.fr","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"France24English.fr","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"France24English.fr","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"France24English.fr","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"France24English.fr","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"France24English.fr","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"France24English.fr","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"France24English.fr","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"France24English.fr","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"France24English.fr","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"France24English.fr","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"France24English.fr","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"France24English.fr","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"France24English.fr","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"France24English.fr","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"France24English.fr","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"France24English.fr","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"France24English.fr","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"France24English.fr","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"France24English.fr","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"France24English.fr","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"France24English.fr","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"France24English.fr","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"France24English.fr","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"France24English.fr","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"France24English.fr","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"France24English.fr","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"France24English.fr","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"France24English.fr","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"France24English.fr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"France24English.fr","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"France24Espanol.fr","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"France24Espanol.fr","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"France24Francais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"France24Francais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"France24Francais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"France24Francais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"France24Francais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"France24Francais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"France24Francais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"France24Francais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"France24Francais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"France24Francais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"France24Francais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"France24Francais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"France24Francais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"France24Francais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"France24Francais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"France24Francais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"France24Francais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"France24Francais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"France24Francais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"France24Francais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"France24Francais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"France24Francais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"France24Francais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"France24Francais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"France24Francais.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"France24Francais.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"France24Francais.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"France24Francais.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"France24Francais.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"France24Francais.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"France24Francais.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"France24Francais.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"France24Francais.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"France24Francais.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"France24Francais.fr","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"France24Francais.fr","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"France24Francais.fr","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"France24Francais.fr","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"France24Francais.fr","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"France24Francais.fr","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"France24Francais.fr","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"France24Francais.fr","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"France24Francais.fr","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"France24Francais.fr","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"France24Francais.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"France24Francais.fr","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"France24Francais.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"France24Francais.fr","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"France24Francais.fr","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"France3.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"France3.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"France3.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"France3.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"France3.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"France3.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"France3.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"France3.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"France3.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"France3.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"France3.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"France3.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"France3.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"France3.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"France3.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"France3.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"France3.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"France3.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"France3.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"France3.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"France3.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"France3.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"France3.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"France3.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"France3.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"France3.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"France3.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"France3.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"France3.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"France3.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"France3.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"France3.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"France3.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"France3.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"France3.fr","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"France3.fr","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"France3.fr","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"France3.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"France3.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"France3.fr","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"France3Alpes.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"France3Alpes.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"France3Alsace.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"France3Alsace.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"France3Aquitaine.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"France3Aquitaine.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"France3Auvergne.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"France3Auvergne.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"France3BasseNormandie.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"France3Bourgogne.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"France3Bourgogne.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"France3Bretagne.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"France3Bretagne.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"France3CentreValdeLoire.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"France3CentreValdeLoire.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"France3ChampagneArdenne.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"France3ChampagneArdenne.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"France3CorseViaStella.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"France3CorseViaStella.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"France3CotedAzur.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"France3CotedAzur.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"France3FrancheComte.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"France3FrancheComte.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"France3HauteNormandie.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"France3LanguedocRoussillon.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"France3LanguedocRoussillon.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"France3Limousin.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"France3Limousin.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"France3Lorraine.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"France3Lorraine.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"France3MidiPyrenees.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"France3MidiPyrenees.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"France3NordPasdeCalais.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"France3NordPasdeCalais.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"France3ParisIledeFrance.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"France3ParisIledeFrance.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"France3PaysdelaLoire.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"France3PaysdelaLoire.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"France3Picardie.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"France3Picardie.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"France3PoitouCharentes.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"France3PoitouCharentes.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"France3ProvenceAlpes.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"France3ProvenceAlpes.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"France3RhoneAlpes.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"France3RhoneAlpes.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"France4.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"France4.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"France4.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"France4.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"France4.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"France4.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"France4.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"France4.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"France4.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"France4.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"France4.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"France5.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"France5.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"France5.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"France5.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"France5.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"France5.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"France5.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"France5.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"France5.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"France5.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"France5.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"France5.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"France5.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"France5.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"France5.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"France5.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"France5.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"France5.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"France5.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"France5.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"France5.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"France5.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"France5.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"France5.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"France5.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"France5.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"France5.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"France5.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"France5.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"France5.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"France5.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"France5.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"France5.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"France5.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"France5.fr","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"France5.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"France5.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"France5.fr","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"Franceinfo.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"Franceinfo.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"Franceinfo.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"Franceinfo.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"Franceinfo.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"Franceinfo.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"Franceinfo.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"Franceinfo.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"Franceinfo.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"Franceinfo.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"Franceinfo.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"FrankenFernsehen.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"FrankenFernsehen.de","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"FreeSpeechTV.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"FreeSpeechTV.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"FreeSports.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"FreeSports.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"FreeSports.uk","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"FreeformEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"FreeformEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"FreeformEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"FreeformWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Frikanalen.no","site":"frikanalen.no","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/frikanalen.no.epg.xml"},{"channel":"Frisbee.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"Frisbee.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"FrissonsTV.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"FuelTV.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"FuelTV.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"FuelTV.us","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"FuelTV.us","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"FuelTV.us","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"FuelTV.us","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"FuelTV.us","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"FujiTVNext.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"FujiTVOne.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"FujiTVTwo.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"FujianSouthEastTV.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"FunBox.cl","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"FunBoxUHD.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"FunBoxUHD.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"FunBoxUHD.us","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"FunBoxUHD.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"FuseEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"FuseEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"FuseEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"FuseWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Fusion.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Futbol1.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"Futbol2.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"GBNews.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"GBNews.uk","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"GDSTV.ge","site":"magticom.ge","lang":"ka","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"GEB.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"GL8.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"GMALifeTV.ph","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"GMALifeTV.ph","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"GMALifeTV.ph","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"GMALifeTV.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"GMALifeTV.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"GMALifeTV.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"GMALifeTV.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"GMALifeTV.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"GMALifeTV.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"GMALifeTV.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"GMALifeTV.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"GMALifeTV.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"GMALifeTV.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"GMALifeTV.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"GMALifeTV.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"GMALifeTV.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"GMALifeTV.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"GMALifeTV.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"GMALifeTV.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"GMALifeTV.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"GMALifeTV.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"GMALifeTV.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"GMALifeTV.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"GMALifeTV.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"GMALifeTV.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"GMALifeTV.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"GMALifeTV.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"GMALifeTV.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"GMALifeTV.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"GMALifeTV.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"GMALifeTV.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"GMALifeTV.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"GMALifeTV.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"GMALifeTV.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"GMALifeTV.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"GMALifeTV.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"GMALifeTV.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"GMALifeTV.ph","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"GMANews.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"GMANews.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"GMANews.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"GMANews.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"GMANews.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"GMANews.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"GMANews.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"GMANews.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"GMANews.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"GMANews.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"GMANews.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"GMANews.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"GMANews.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"GMANews.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"GMANews.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"GMANews.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"GMANews.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"GMANews.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"GMANews.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"GMANews.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"GMANews.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"GMANews.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"GMANews.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"GMANews.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"GMANews.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"GMANews.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"GMANews.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"GMANews.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"GMANews.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"GMANews.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"GMANews.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"GMANews.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"GMANews.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"GMANews.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"GMANews.ph","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"GMANewsTVInternational.ph","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"GMANewsTVInternational.ph","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"GMAPinoyTV.ph","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"GMAPinoyTVAsiaPacific.ph","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"GMAPinoyTVAsiaPacific.ph","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"GMAPinoyTVMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"GMAPinoyTVMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"GMAPinoyTVMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"GMAPinoyTVMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"GMAPinoyTVMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"GMAPinoyTVMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"GMAPinoyTVMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"GMAPinoyTVMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"GMAPinoyTVMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"GMAPinoyTVMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"GMAPinoyTVMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"GMAPinoyTVMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"GMAPinoyTVMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"GMAPinoyTVMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"GMAPinoyTVMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"GMAPinoyTVMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"GMAPinoyTVMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"GMAPinoyTVMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"GMAPinoyTVMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"GMAPinoyTVMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"GMAPinoyTVMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"GMAPinoyTVMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"GMAPinoyTVMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"GMAPinoyTVMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"GMAPinoyTVMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"GMAPinoyTVMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"GMAPinoyTVMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"GMAPinoyTVMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"GMAPinoyTVMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"GMAPinoyTVMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"GMAPinoyTVMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"GMAPinoyTVMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"GMAPinoyTVMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"GMAPinoyTVMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"GMAPinoyTVUSACanada.ph","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"GMM25.th","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"GNT.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"GOTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"GOTVCanale163.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"GSTV.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"GSTV.us","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"GTV.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"GTV.id","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"GTV.id","site":"vidio.com","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/vidio.com.epg.xml"},{"channel":"GVAXTV.ch","site":"tv.blue.ch","lang":"es","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Gabon1ere.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"Gabon1ere.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"Gabon1ere.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"Gabon1ere.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"Gabon1ere.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"Gabon1ere.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"Gabon1ere.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"Gabon1ere.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"Gabon1ere.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"Gabon1ere.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"Gabon1ere.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"Gabon1ere.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"Gabon1ere.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"Gabon1ere.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"Gabon1ere.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"Gabon1ere.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"Gabon1ere.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"Gabon1ere.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"Gabon1ere.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"Gabon1ere.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"Gabon1ere.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"Gabon1ere.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"Gabon1ere.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"Gabon1ere.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"Gabon24.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"Gabon24.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"Gabon24.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"Gabon24.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"Gabon24.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"Gabon24.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"Gabon24.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"Gabon24.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"Gabon24.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"Gabon24.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"Gabon24.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"Gabon24.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"Gabon24.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"Gabon24.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"Gabon24.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"Gabon24.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"Gabon24.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"Gabon24.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"Gabon24.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"Gabon24.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"Gabon24.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"Gabon24.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"Gabon24.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"Gabon24.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"GabonCulture.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"GabonCulture.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"GabonCulture.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"GabonCulture.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"GabonCulture.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"GabonCulture.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"GabonCulture.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"GabonCulture.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"GabonCulture.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"GabonCulture.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"GabonCulture.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"GabonCulture.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"GabonCulture.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"GabonCulture.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"GabonCulture.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"GabonCulture.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"GabonCulture.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"GabonCulture.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"GabonCulture.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"GabonCulture.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"GabonCulture.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"GabonCulture.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"GabonCulture.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"GabonCulture.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"GalavisionEste.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"GalavisionEste.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"GalavisionOeste.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Galaxy4.hu","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Galaxy4.hu","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"GalaxyTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"GaliciaTVAmerica.es","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"GaliciaTVEuropa.es","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"GaliciaTVEuropa.es","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"GaliciaTVEuropa.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"GaliciaTVEuropa.es","site":"tv.blue.ch","lang":"gl","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Gamavision.ec","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ec/gatotv.com.epg.xml"},{"channel":"GamberoRossoChannel.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"GameOne.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"GameOne.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"GameOne.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"GameOne.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"GameOne.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"GameOne.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"GameOne.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"GameOne.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"GameOne.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"GameOne.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"GameOne.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"GameOne.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"GameOne.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"GameOne.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"GameOne.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"GameOne.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"GameOne.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"GameOne.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"GameOne.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"GameOne.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"GameOne.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"GameOne.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"GameOne.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"GameOne.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"GameOne.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"GameOne.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"GameOne.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"GameOne.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"GameOne.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"GameOne.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"GameOne.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"GameOne.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"GameOne.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"GameOne.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"GameOne.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"GameOne.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"GameOnePlus1.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"GamePlus.ca","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"GameShowNetworkEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"GameShowNetworkEast.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"GameShowNetworkEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"GameShowNetworkEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"GameShowNetworkWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"GameTV.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Gametoon.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Gametoon.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"Gametoon.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"Gametoon.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"Gametoon.us","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"GansuTV.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"GaoraSports.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"GarageTV.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"GarageTV.ar","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"GauTV.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"GauTV.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"GeaTV.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"Gem.in","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"GemShoppingNetwork.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"GemShoppingNetwork.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"GemeenteWestlandTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"GeminiTV.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"GemsTV.us","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"GemsTV.us","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"GenesisTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"GenesisTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"GenesisTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"GenesisTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"GenesisTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"GenesisTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"GenesisTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"GenesisTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"GenesisTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"GenesisTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"GenesisTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"GenesisTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"GenesisTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"GenesisTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"GenesisTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"GenesisTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"GenesisTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"GenesisTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"GenesisTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"GenesisTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"GenesisTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"GenesisTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"GenesisTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"GenesisTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"GeneveRegionTelevision.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Genteve.sv","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/mi.tv.epg.xml"},{"channel":"GeoTV.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"GetItInfomercial.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"GetTV.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"GhOneTV.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"GhanaLearningTV.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"GhanaTV.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"Giallo.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"Giallo.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"GinxeSportsTVGreece.uk","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"GinxeSportsTVInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"GinxeSportsTVInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"GinxeSportsTVInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"GinxeSportsTVInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"GinxeSportsTVInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"GinxeSportsTVInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"GinxeSportsTVInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"GinxeSportsTVInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"GinxeSportsTVInternational.uk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"GinxeSportsTVInternational.uk","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"GinxeSportsTVInternational.uk","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"GinxeSportsTVInternational.uk","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"GinxeSportsTVInternational.uk","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"GlitzLatinoamerica.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"GlitzLatinoamerica.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"GlobalNewsBC1.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"GlobalTV.pe","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/mi.tv.epg.xml"},{"channel":"GloboNews.br","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"GloboNews.br","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"GloboNews.br","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"GloboNews.br","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"GloboNews.br","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"GloboNews.br","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"GloboNews.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"GloboOn.br","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"Gloob.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"Gloobinho.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"GloomChannel.mz","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"Go4It.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"Go4It.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"GoShopChinese.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"GoShopMalay111.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"GoShopMalay118.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"GoTV.at","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"GoTV.at","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"GoTV.at","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"GodTVScandinavia.uk","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"GodTVScandinavia.uk","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"GodTVUK.uk","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"GodTVUS.uk","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"Godare.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"Gol.es","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"Gol.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"GolTV.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"GolTV.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/us/gatotv.com.epg.xml"},{"channel":"GolTV.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"GolTV.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"GolTVLatinoamerica.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/mi.tv.epg.xml"},{"channel":"GoldHD.us","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"GoldTV.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"GoldTV.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"GoldTV.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"GoldUK.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"Golden.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"GoldenEdge.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"GoldenEdge.mx","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"GoldenLatinoamerica.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/gatotv.com.epg.xml"},{"channel":"GoldenLatinoamerica.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/gatotv.com.epg.xml"},{"channel":"GoldenLatinoamerica.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"GoldenLatinoamerica.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"GoldenLatinoamerica.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"GoldenLatinoamerica.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"GoldenLatinoamerica.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ec/gatotv.com.epg.xml"},{"channel":"GoldenLatinoamerica.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"GoldenLatinoamerica.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"GoldenLatinoamerica.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"GoldenLatinoamerica.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"GoldenLatinoamerica.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml"},{"channel":"GoldenLatinoamerica.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/py/gatotv.com.epg.xml"},{"channel":"GoldenLatinoamerica.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"GoldenLatinoamerica.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/uy/gatotv.com.epg.xml"},{"channel":"GoldenLatinoamerica.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ve/gatotv.com.epg.xml"},{"channel":"GoldenLatinoamerica.mx","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"GoldenLatinoamerica.mx","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"GoldenMultiplex.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"GoldenPlus.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"GoldenPremier.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"GoldenPremier.mx","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/mi.tv.epg.xml"},{"channel":"GoldenPremier2.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"GoldstarTV.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"GolfChannelCzechia.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"GolfChannelFrance.us","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"GolfChannelFrance.us","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"GolfChannelFrance.us","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"GolfChannelLatinAmerica.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"GolfChannelMalaysia.us","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"GolfChannelPolska.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"GolfChannelUS.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"GolfChannelUS.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"GolfChannelUS.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"GolfNetwork.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"GolfPlus.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"GolfPlus.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"GolfPlus.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"GolfPlus.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"GolfPlus.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"GolfPlus.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"GolfPlus.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"GolfPlus.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"GolfPlus.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"GolfPlus.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"GolfeTVAfrica.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"GolfeTVAfrica.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"GolfeTVAfrica.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"GolfeTVAfrica.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"GolfeTVAfrica.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"GolfeTVAfrica.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"GolfeTVAfrica.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"GolfeTVAfrica.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"GolfeTVAfrica.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"GolfeTVAfrica.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"GolfeTVAfrica.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"GolfeTVAfrica.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"GolfeTVAfrica.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"GolfeTVAfrica.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"GolfeTVAfrica.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"GolfeTVAfrica.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"GolfeTVAfrica.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"GolfeTVAfrica.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"GolfeTVAfrica.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"GolfeTVAfrica.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"GolfeTVAfrica.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"GolfeTVAfrica.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"GolfeTVAfrica.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"GolfeTVAfrica.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"GolicaTV.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"GoneViralMusic.bb","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"GoneViralTV.bb","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"GoneViralVogue.bb","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"GoneViralXtreme.bb","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"GospelBroadcastingNetwork.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"GospelMusicTV.uk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"GouwestadTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"GradskaMTV.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"Grand.rs","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"GrandGeneveTV.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"GrapheTV.mq","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"GrapheTV.mq","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"GrapheTV.mq","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"GrapheTV.mq","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"GrapheTV.mq","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"GrapheTV.mq","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"GreatAmericanCountry.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"GreatMovies.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"GreatMovies.uk","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"GreatMoviesAction.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"GreatMoviesAction.uk","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"GreatMoviesClassic.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"GreatMoviesClassic.uk","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"GreatTV.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"GreenChannel.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"GreenChannel2.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"Grit.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"Grit.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Guadeloupe1ere.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"Guadeloupe1ere.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"Guadeloupe1ere.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"Guadeloupe1ere.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"Guadeloupe1ere.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"Guadeloupe1ere.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"GuangdongSatelliteTV.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"GuangxiTV.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"GuangzhouTV.cn","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"Guatevision.gt","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"Guatevision.gt","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/mi.tv.epg.xml"},{"channel":"Gubbare.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"GuizhouTV.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"Gulli.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"Gulli.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"Gulli.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"Gulli.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"Gulli.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"Gulli.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"Gulli.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"Gulli.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"Gulli.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"Gulli.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"Gulli.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"GulliAfrica.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"GulliAfrica.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"GulliAfrica.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"GulliAfrica.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"GulliAfrica.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"GulliAfrica.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"GulliAfrica.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"GulliAfrica.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"GulliAfrica.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"GulliAfrica.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"GulliAfrica.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"GulliAfrica.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"GulliAfrica.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"GulliAfrica.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"GulliAfrica.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"GulliAfrica.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"GulliAfrica.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"GulliAfrica.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"GulliAfrica.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"GulliAfrica.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"GulliAfrica.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"GulliAfrica.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"GulliAfrica.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"GulliAfrica.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"GulliBrasil.fr","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"GulliGirl.fr","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"GurjaaniTV.ge","site":"magticom.ge","lang":"ka","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"Guyane1ere.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"Guyane1ere.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"Guyane1ere.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"Guyane1ere.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"Guyane1ere.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"Guyane1ere.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"Gyandarshan.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"H1.am","site":"tv.mail.ru","lang":"hy","url":"https://iptv-org.github.io/epg/guides/am/tv.mail.ru.epg.xml"},{"channel":"HAPSATV.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"HBO2Brasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"HBO2CentralEurope.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"HBO2CentralEurope.us","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"HBO2CentralEurope.us","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"HBO2CentralEurope.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"HBO2CentralEurope.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"HBO2CentralEurope.us","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"HBO2CentralEurope.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"HBO2CentralEurope.us","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"HBO2East.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"HBO2East.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"HBO2East.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"HBO2Latinoamerica.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"HBO2Latinoamerica.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"HBO2Polska.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"HBO2West.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"HBO2West.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"HBO3CentralEurope.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"HBO3CentralEurope.us","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"HBO3CentralEurope.us","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"HBO3CentralEurope.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"HBO3CentralEurope.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"HBO3CentralEurope.us","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"HBO3CentralEurope.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"HBO3CentralEurope.us","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"HBO3Polska.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"HBOAdria.us","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"HBOAdria.us","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"HBOAdria.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"HBOAdria.us","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"HBOAdria.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"HBOAsia.us","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"HBOAsia.us","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"HBOAsia.us","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"HBOBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"HBOCaribbean.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"HBOChile.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"HBOChile.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"HBOComedyEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"HBOComedyEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"HBOComedyWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"HBOCzechia.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"HBOEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"HBOEast.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"HBOEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"HBOEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"HBOFamilyAsia.us","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"HBOFamilyAsia.us","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"HBOFamilyAsia.us","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"HBOFamilyBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"HBOFamilyEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"HBOFamilyEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"HBOFamilyLatinoamerica.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"HBOFamilyLatinoamerica.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"HBOFamilyLatinoamerica.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"HBOFamilyWest.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"HBOFamilyWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"HBOHDLatinoamerica.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/mi.tv.epg.xml"},{"channel":"HBOHits.us","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"HBOHits.us","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"HBOHits.us","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"HBOHungary.us","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"HBOLatinoEste.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"HBOLatinoamerica.us","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"HBOLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/gatotv.com.epg.xml"},{"channel":"HBOLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/gatotv.com.epg.xml"},{"channel":"HBOLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"HBOLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"HBOLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"HBOLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ec/gatotv.com.epg.xml"},{"channel":"HBOLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"HBOLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"HBOLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"HBOLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"HBOLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml"},{"channel":"HBOLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/py/gatotv.com.epg.xml"},{"channel":"HBOLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"HBOLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/uy/gatotv.com.epg.xml"},{"channel":"HBOMalaysia.us","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"HBOMundiBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"HBOMundiLatinoamerica.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"HBOMundiLatinoamerica.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"HBOMundiWest.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"HBOPlusLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/gatotv.com.epg.xml"},{"channel":"HBOPlusLatinoamerica.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"HBOPlusLatinoamerica.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"HBOPolska.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"HBOPopBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"HBOPopLatinoamerica.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"HBOPopLatinoamerica.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"HBORomania.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"HBOSignatureAsia.us","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"HBOSignatureAsia.us","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"HBOSignatureAsia.us","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"HBOSignatureBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"HBOSignatureEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"HBOSignatureEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"HBOSignatureEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"HBOSignatureLatinoamerica.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"HBOSignatureLatinoamerica.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"HBOSignatureWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"HBOWest.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"HBOWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"HBOXtremeBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"HBOXtremeLatinoamerica.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"HBOXtremeLatinoamerica.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"HBOXtremeLatinoamerica.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"HBOXtremeLatinoamerica.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"HBOXtremeLatinoamerica.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"HBOXtremeLatinoamerica.us","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"HBOXtremeLatinoamerica.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"HBOXtremeLatinoamerica.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"HBOZoneEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"HBOZoneEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"HBOZoneWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"HCH.hn","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/mi.tv.epg.xml"},{"channel":"HDL.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"HDNetMovies.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"HDNetMovies.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"HGTVAsia.us","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"HGTVAsia.us","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"HGTVAsia.us","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"HGTVAsia.us","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"HGTVBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"HGTVDeutschland.us","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"HGTVEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"HGTVEast.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"HGTVEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"HGTVEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"HGTVItalia.us","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"HGTVItalia.us","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"HGTVLatinoamerica.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"HGTVPanRegional.us","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"HGTVPanRegional.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"HGTVPanRegional.us","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"HGTVPanRegional.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"HGTVPolska.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"HGTVSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"HGTVSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"HGTVUK.us","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"HGTVUK.us","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"HGTVWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"HITN.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"HITN.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/us/gatotv.com.epg.xml"},{"channel":"HITN.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"HITV.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"HKSTV.hk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"HKSTV.hk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"HLN.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"HLN.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"HLN.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"HNTV.hr","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"HNTV.hr","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"HOiTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"HRFernsehen.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"HRFernsehen.de","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"HRFernsehen.de","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"HRFernsehen.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"HRFernsehen.de","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"HRT1.hr","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"HRT1.hr","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"HRT1.hr","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"HRT1.hr","site":"tv.blue.ch","lang":"hr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"HRT1.hr","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"HRT2.hr","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"HRT2.hr","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"HRT2.hr","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"HRT2.hr","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"HRT3.hr","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"HRT3.hr","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"HRT4.hr","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"HRT4.hr","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"HRTInternational.hr","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"HRTInternational.hr","site":"tv.blue.ch","lang":"hr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"HSE.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"HSE.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"HSEExtra.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"HSN.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"HSN.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"HSN2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"HTV.us","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"HTV.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"HTV.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"HTV.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"HaHa.rs","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"HaHa.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"HaberGlobal.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"HaberGlobal.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"HaberGlobal.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"Haberturk.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"Haberturk.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"Haberturk.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"HainanSatelliteTV.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"HaitiSportsTV1.ht","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"HaitiSportsTV2.ht","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"HalkTV.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"HalkTV.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"HalkTV.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"HallmarkChannelEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"HallmarkChannelEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"HallmarkChannelEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"HallmarkChannelWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"HallmarkDrama.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"HallmarkDrama.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"HallmarkMoviesMysteriesEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"HallmarkMoviesMysteriesEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"HallmarkMoviesMysteriesWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"HamedanTV.ir","site":"tva.tv","lang":"fa","url":"https://iptv-org.github.io/epg/guides/ir/tva.tv.epg.xml"},{"channel":"Happy.rs","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"Happy.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"Happy.rs","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"HappyChannel.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"HappyReality1.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"HappyReality1.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"HappyReality2.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"HappyReality2.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"HareKrsnaTV.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"Hatoscsatorna.hu","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"Hayat.ba","site":"ipko.com","lang":"hr","url":"https://iptv-org.github.io/epg/guides/al/ipko.com.epg.xml"},{"channel":"Hayat.ba","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"Hayat.ba","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"Hayat.ba","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"HayatFolk.ba","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"HayatFolk.ba","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"HayatFolk.ba","site":"tv.blue.ch","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"HayatFolk.ba","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"HayatMusic.ba","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"HayatPlus.ba","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"HayatPlus.ba","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"HayatPlus.ba","site":"tv.blue.ch","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Hayatovci.ba","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"Hayatovci.ba","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"Heartland.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"HebeiTV.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"HeilongjiangTV.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"Heimatkanal.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"Heimatkanal.de","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"Heimatkanal.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"HelvetiaOneTV.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"HemaTV.ba","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"HenanTVSatellite.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"HeroesIcons.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"HeroesIconsEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"HillsongChannel.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"HillsongChannel.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"HipTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"HipTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"HipTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"HipTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"HipTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"HipTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"HipTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"HipTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"HipTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"HipTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"HipTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"HipTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"HipTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"HipTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"HipTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"HipTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"HipTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"HipTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"HipTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"HipTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"HipTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"HipTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"HipTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"HipTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"HipTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"HipTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"HipTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"HipTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"HipTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"HipTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"HipTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"HipTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"HipTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"HipTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"HipTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"HipTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"HipTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tz/dstv.com.epg.xml"},{"channel":"HipTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"HirTV.hu","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"HirTV.hu","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"HispanTV.ir","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"HistoireTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"HistoireTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"HistoireTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"HistoireTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"HistoireTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"HistoireTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"HistoireTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"HistoireTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"HistoireTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"HistoireTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"HistoireTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"HistoireTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"HistoireTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"HistoireTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"HistoireTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"HistoireTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"HistoireTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"HistoireTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"HistoireTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"HistoireTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"HistoireTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"HistoireTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"HistoireTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"HistoireTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"HistoireTV.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"HistoireTV.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"HistoireTV.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"HistoireTV.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"HistoireTV.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"HistoireTV.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"HistoireTV.fr","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"HistoriaEspana.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"HistoriaEspana.us","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"HistoriaPortugal.us","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"HistoriaPortugal.us","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"History2Asia.us","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"History2Asia.us","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"History2Asia.us","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"History2Asia.us","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"History2Asia.us","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"History2Brasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"History2Latinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/gatotv.com.epg.xml"},{"channel":"History2Latinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/gatotv.com.epg.xml"},{"channel":"History2Latinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"History2Latinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"History2Latinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"History2Latinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"History2Latinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"History2Latinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"History2Latinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"History2Latinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"History2Latinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml"},{"channel":"History2Latinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/py/gatotv.com.epg.xml"},{"channel":"History2Latinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"History2Latinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/uy/gatotv.com.epg.xml"},{"channel":"History2Latinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ve/gatotv.com.epg.xml"},{"channel":"History2Latinoamerica.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"History2Latinoamerica.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"History2MiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"History2MiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"History2MiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"History2MiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"History2MiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"History2MiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"History2MiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"History2MiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"History2MiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"History2MiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"History2MiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"History2MiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"History2MiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"History2MiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"History2MiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"History2MiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"History2MiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"History2MiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"History2MiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"History2MiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"History2MiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"History2MiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"History2MiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"History2MiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"History2MiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"History2MiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"History2MiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"History2MiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"History2MiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"History2MiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"History2MiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"History2MiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"History2MiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"History2MiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"History2Polska.us","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"History2Polska.us","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"History2Polska.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"History2Polska.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"History2Polska.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"HistoryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"HistoryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"HistoryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"HistoryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"HistoryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"HistoryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"HistoryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"HistoryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"HistoryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"HistoryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"HistoryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"HistoryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"HistoryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"HistoryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"HistoryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"HistoryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"HistoryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"HistoryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"HistoryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"HistoryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"HistoryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"HistoryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"HistoryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"HistoryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"HistoryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"HistoryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"HistoryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"HistoryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"HistoryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"HistoryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"HistoryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"HistoryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"HistoryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"HistoryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"HistoryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"HistoryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"HistoryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"HistoryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"HistoryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"HistoryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"HistoryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"HistoryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"HistoryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"HistoryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"HistoryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"HistoryAsia.us","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"HistoryAsia.us","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"HistoryAsia.us","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"HistoryAsia.us","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"HistoryAsia.us","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"HistoryBenelux.us","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"HistoryBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"HistoryDeutschland.us","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"HistoryDeutschland.us","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"HistoryEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"HistoryEast.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"HistoryEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"HistoryEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"HistoryEurope.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"HistoryEurope.us","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"HistoryEurope.us","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"HistoryEurope.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"HistoryEurope.us","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"HistoryEurope.us","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"HistoryEurope.us","site":"tv.lv","lang":"lv","url":"https://iptv-org.github.io/epg/guides/lv/tv.lv.epg.xml"},{"channel":"HistoryEurope.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"HistoryEurope.us","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"HistoryHDDeutschland.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"HistoryItalia.us","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"HistoryItalia.us","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"HistoryItalia.us","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"HistoryLatinoamerica.us","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"HistoryLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/gatotv.com.epg.xml"},{"channel":"HistoryLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"HistoryLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"HistoryLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"HistoryLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"HistoryLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"HistoryLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"HistoryLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"HistoryLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"HistoryLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml"},{"channel":"HistoryLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"HistoryLatinoamerica.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"HistoryLatinoamerica.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"HistoryMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"HistoryMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"HistoryMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"HistoryMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"HistoryMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"HistoryMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"HistoryMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"HistoryMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"HistoryMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"HistoryMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"HistoryMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"HistoryMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"HistoryMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"HistoryMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"HistoryMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"HistoryMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"HistoryMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"HistoryMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"HistoryMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"HistoryMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"HistoryMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"HistoryMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"HistoryMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"HistoryMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"HistoryMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"HistoryMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"HistoryMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"HistoryMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"HistoryMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"HistoryMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"HistoryMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"HistoryMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"HistoryMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"HistoryMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"HistoryPolska.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"HistoryRomania.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"HistoryRussia.us","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"HistoryRussia.us","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"HistoryRussia.us","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"HistoryRussia.us","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"HistorySverige.us","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"HistoryTV18.us","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"HistoryWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"HistoryenEspanol.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"HistoryenEspanol.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/us/gatotv.com.epg.xml"},{"channel":"HistoryenEspanol.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"HitExpressTV.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Hits.sg","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"Hits.sg","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"HitsMelody.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"HitsMovies.sg","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"HitsMoviesPlus1.sg","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"HobbyTV.bg","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"HobbyTV.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"HofstreekTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"HolaTVAmericaLatina.es","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"HolaTVEstadosUnidos.es","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"HollywoodHD.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"HollywoodHD.us","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"HollywoodSuite00sMovies.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"HollywoodSuite70sMovies.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"HollywoodSuite80sMovies.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"HollywoodSuite90sMovies.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"HomeDramaChannel.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"HomeTV.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"HomeTV.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"Honey.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"Honey.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"Honey.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"Honey.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"Honey.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"Honey.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"Honey.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"Honey.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"Honey.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"Honey.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"Honey.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"Honey.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"Honey.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"Honey.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"Honey.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"Honey.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"Honey.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"Honey.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"Honey.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"Honey.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"Honey.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"Honey.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"Honey.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"Honey.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"Honey.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"Honey.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"Honey.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"Honey.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"Honey.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"Honey.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"Honey.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"Honey.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"Honey.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"Honey.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"Honey.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"Honey.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"Honey.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"Honey.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"Honey.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"Honey.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"Honey.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"Honey.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"Honey.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"Honey.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"Honey.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"Honvietv.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"HopeChannelFiji.us","site":"walesi.com.fj","lang":"fj","url":"https://iptv-org.github.io/epg/guides/fj/walesi.com.fj.epg.xml"},{"channel":"HopeChannelNorthAmerica.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"HopeChannelNorthAmerica.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"HopeTVDeutsch.us","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"HopeTVDeutsch.us","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"HorrorChannelUK.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"HorrorChannelUK.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"HorseCountryTV.uk","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"HorseCountryTVSverige.uk","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"HorseTV.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"Hot.pt","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"HtMusicChannelHungary.ro","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"HtMusicChannelHungary.ro","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"HtMusicChannelRomania.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"HubeiSatelliteTV.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"HumTV.pk","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"HumanaTVPlus.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"HunanTV.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"HungamaTV.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"HustlerHDEurope.us","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"HustlerHDEurope.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"HustlerHDEurope.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"HustlerHDEurope.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"HustlerHDEurope.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"HustlerHDUSA.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"HustlerTVEurope.us","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"HustlerTVEurope.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"HustlerTVEurope.us","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"HustlerTVEurope.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"HustlerTVEurope.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"HustlerTVEurope.us","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"HustlerTVEurope.us","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"HustlerTVEurope.us","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"HustlerTVEurope.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"HustlerTVMonthlyOffer.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"HypeTV.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"HypeTV.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"I24NewsEnglish.il","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"I24NewsEnglish.il","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"I24NewsEnglish.il","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"I24NewsEnglish.il","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"I24NewsFrancais.il","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"I24NewsFrancais.il","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"I24NewsFrancais.il","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"I24NewsFrancais.il","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"I24NewsFrancais.il","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"I24NewsFrancais.il","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"I24NewsFrancais.il","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"I24NewsFrancais.il","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"I24NewsFrancais.il","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"I24NewsFrancais.il","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"I24NewsFrancais.il","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"I24NewsFrancais.il","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"I24NewsFrancais.il","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"I24NewsFrancais.il","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"I24NewsFrancais.il","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"I24NewsFrancais.il","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"I24NewsFrancais.il","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"I24NewsFrancais.il","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"I24NewsFrancais.il","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"I24NewsFrancais.il","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"I24NewsFrancais.il","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"I24NewsFrancais.il","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"I24NewsFrancais.il","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"I24NewsFrancais.il","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"I24NewsFrancais.il","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"I24NewsFrancais.il","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"I24NewsFrancais.il","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"I24NewsFrancais.il","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"ICTV.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"ICableFinanceInfoChannel.hk","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"ICableNewsChannel.hk","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"IDXChannel.id","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"IFCEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"IFCEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"IFCEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"IFCWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"IFilmArabic.ir","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"IFilmArabic.ir","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"ILove.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"INSP.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"INSP.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"INews.id","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"INews.id","site":"vidio.com","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/vidio.com.epg.xml"},{"channel":"IONPlusEast.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"IONTVEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"IONTVEast.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"IONTVEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"IONTVWest.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"IONTelevisionEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"IOTV.sx","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"IOTV.sx","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"IOTV.sx","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"IOTV.sx","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"IOTV.sx","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"IOTV.sx","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"IRIB1.ir","site":"tva.tv","lang":"fa","url":"https://iptv-org.github.io/epg/guides/ir/tva.tv.epg.xml"},{"channel":"IRIB2.ir","site":"tva.tv","lang":"fa","url":"https://iptv-org.github.io/epg/guides/ir/tva.tv.epg.xml"},{"channel":"IRIB3.ir","site":"tva.tv","lang":"fa","url":"https://iptv-org.github.io/epg/guides/ir/tva.tv.epg.xml"},{"channel":"IRIB4.ir","site":"tva.tv","lang":"fa","url":"https://iptv-org.github.io/epg/guides/ir/tva.tv.epg.xml"},{"channel":"IRIB5.ir","site":"tva.tv","lang":"fa","url":"https://iptv-org.github.io/epg/guides/ir/tva.tv.epg.xml"},{"channel":"IRINN.ir","site":"tva.tv","lang":"fa","url":"https://iptv-org.github.io/epg/guides/ir/tva.tv.epg.xml"},{"channel":"ISat.ar","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/gatotv.com.epg.xml"},{"channel":"ISat.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"ISat.ar","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"ISatBrasil.ar","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"ITV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"ITV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"ITV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"ITV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"ITV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"ITV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"ITV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"ITV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"ITV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"ITV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"ITV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"ITV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"ITV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"ITV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"ITV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"ITV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"ITV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"ITV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"ITV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"ITV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"ITV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"ITV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"ITV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"ITV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"ITV2.uk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"ITV2.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"ITV2.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"ITV2.uk","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"ITV2Plus1.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"ITV2Plus1.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"ITV3.uk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"ITV3.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"ITV3.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"ITV3.uk","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"ITV3Plus1.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"ITV3Plus1.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"ITV4.uk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"ITV4.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"ITV4.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"ITV4.uk","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"ITV4Plus1.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"ITV4Plus1.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"ITVBe.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"ITVBe.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"ITVBe.uk","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"ITVLondon.uk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"ITVLondon.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"ITVLondon.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"ITVLondon.uk","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"ITVNetworks.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"ITVNetworks.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"ITVNetworks.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"ITVNetworks.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"ITVNetworks.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"ITVNetworks.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"ITVNetworks.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"ITVNetworks.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"IVC.ve","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"IVC.ve","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"IVCInternacional.ve","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"IberaliaTV.es","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"IberaliaTV.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"IceFire.hk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"IceFire.hk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"IciRadioCanadaTeleMontreal.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"IciRadioCanadaTeleQuebec.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"IctimaiTV.az","site":"tv.mail.ru","lang":"az","url":"https://iptv-org.github.io/epg/guides/az/tv.mail.ru.epg.xml"},{"channel":"IdeaChannel.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"IdeaalTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"IdealExtra.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"IdealExtra.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"IdealTV.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"IdealWorld.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"IdealWorld.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"IdmanTV.az","site":"tv.mail.ru","lang":"az","url":"https://iptv-org.github.io/epg/guides/az/tv.mail.ru.epg.xml"},{"channel":"Ie.id","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"Ignition.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"Ignition.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"Ignition.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"Ignition.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"Ignition.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"Ignition.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"Ignition.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"Ignition.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"IgoShogiChannel.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"IjsselmondTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"IllusionPlus.ru","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"IllusionPlus.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"ImediTV.ge","site":"magticom.ge","lang":"ka","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"ImpacTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"ImpacTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"ImpacTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"ImpacTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"ImpacTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"ImpacTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"ImpacTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"ImpacTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"ImpacTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"ImpacTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"ImpacTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"ImpacTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"ImpacTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"ImpacTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"ImpacTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"ImpacTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"ImpacTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"ImpacTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"ImpacTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"ImpacTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"ImpacTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"ImpacTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"ImpacTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"ImpacTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"ImpactNetwork.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"ImpactNetwork.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"InDemandenEspanol.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"IndiaNews.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"IndiaNewsHaryana.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"IndiaNewsUttarPradesh.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"IndiaTV.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"IndiaToday.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"IndiePlexEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"IndiePlexWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"IndigoTV.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"IndijskoeKino.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Indosiar.id","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"Indosiar.id","site":"vidio.com","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/vidio.com.epg.xml"},{"channel":"Indradhanu.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"IneditTV.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"InfoSportPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"InfoSportPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"InfoSportPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"InfoSportPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"InfoSportPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"InfoSportPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"InfoSportPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"InfoSportPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"InfoSportPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"InfoSportPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"InfoSportPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"InfoSportPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"InfoSportPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"InfoSportPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"InfoSportPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"InfoSportPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"InfoSportPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"InfoSportPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"InfoSportPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"InfoSportPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"InfoSportPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"InfoSportPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"InfoSportPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"InfoSportPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"InfoSportPlus.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"InfoSportPlus.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"InfoSportPlus.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"InfoSportPlus.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"InfoSportPlus.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"InfoSportPlus.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"InfoSportPlus.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"InfoSportPlus.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"InfoSportPlus.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"InfoSportPlus.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"InfoSportPlus.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"InfoTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"InfoTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"InfoTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"InfoTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"InfoTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"InfoTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"InfoTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"InfoTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"InfoTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"InfoTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"InfoTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"InfoTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"InfoTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"InfoTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"InfoTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"InfoTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"InfoTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"InfoTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"InfoTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"InfoTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"InfoTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"InfoTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"InfoTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"InfoTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"Informercial1.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"Informercial77.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"Informercial82.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"Informercial87.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"Informercial91.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"InformercialSecret.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"IngenioTV.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"InooroTV.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"InsightHD.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"InsightHD.nl","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"InsightHD.nl","site":"novacyprus.com","lang":"el","url":"https://iptv-org.github.io/epg/guides/cy/novacyprus.com.epg.xml"},{"channel":"InsightHD.nl","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"InsightUHD.nl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"InsightUHD.nl","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"InsightUHD.nl","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Inspira.ee","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"Inspira.ee","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"Inspira.ee","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"InspirationTV.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"InspirationTV.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"Inter.ua","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Inter.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"InterPlus.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"InterTV.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"InterTVAltoLitoral.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"InterTVCabugi.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"InterTVGrandeMinas.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"InterTVSerramar.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"InvestigacaoDiscoveryBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"Investigation.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"InvestigationDiscoveryAfrica.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"InvestigationDiscoveryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"InvestigationDiscoveryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"InvestigationDiscoveryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"InvestigationDiscoveryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"InvestigationDiscoveryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"InvestigationDiscoveryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"InvestigationDiscoveryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"InvestigationDiscoveryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"InvestigationDiscoveryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"InvestigationDiscoveryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"InvestigationDiscoveryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"InvestigationDiscoveryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"InvestigationDiscoveryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"InvestigationDiscoveryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"InvestigationDiscoveryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"InvestigationDiscoveryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"InvestigationDiscoveryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"InvestigationDiscoveryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"InvestigationDiscoveryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"InvestigationDiscoveryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"InvestigationDiscoveryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"InvestigationDiscoveryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"InvestigationDiscoveryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"InvestigationDiscoveryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"InvestigationDiscoveryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"InvestigationDiscoveryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"InvestigationDiscoveryAfrica.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"InvestigationDiscoveryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"InvestigationDiscoveryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"InvestigationDiscoveryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"InvestigationDiscoveryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"InvestigationDiscoveryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"InvestigationDiscoveryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"InvestigationDiscoveryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"InvestigationDiscoveryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"InvestigationDiscoveryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"InvestigationDiscoveryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"InvestigationDiscoveryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"InvestigationDiscoveryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"InvestigationDiscoveryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"InvestigationDiscoveryAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"InvestigationDiscoveryEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"InvestigationDiscoveryEast.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"InvestigationDiscoveryEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"InvestigationDiscoveryEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"InvestigationDiscoveryEurope.us","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"InvestigationDiscoveryEurope.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"InvestigationDiscoveryEurope.us","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"InvestigationDiscoveryEurope.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"InvestigationDiscoveryEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"InvestigationDiscoveryEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"InvestigationDiscoveryEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"InvestigationDiscoveryEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"InvestigationDiscoveryEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"InvestigationDiscoveryEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"InvestigationDiscoveryEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"InvestigationDiscoveryEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"InvestigationDiscoveryEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"InvestigationDiscoveryEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"InvestigationDiscoveryEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"InvestigationDiscoveryEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"InvestigationDiscoveryEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"InvestigationDiscoveryEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"InvestigationDiscoveryEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"InvestigationDiscoveryEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"InvestigationDiscoveryEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"InvestigationDiscoveryEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"InvestigationDiscoveryEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"InvestigationDiscoveryEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"InvestigationDiscoveryEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"InvestigationDiscoveryEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"InvestigationDiscoveryEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"InvestigationDiscoveryEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"InvestigationDiscoveryEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"InvestigationDiscoveryEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"InvestigationDiscoveryEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"InvestigationDiscoveryEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"InvestigationDiscoveryEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"InvestigationDiscoveryEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"InvestigationDiscoveryEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"InvestigationDiscoveryEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"InvestigationDiscoveryEurope.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"InvestigationDiscoveryEurope.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"InvestigationDiscoveryEurope.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"InvestigationDiscoveryEurope.us","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"InvestigationDiscoveryEurope.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"InvestigationDiscoveryEurope.us","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"InvestigationDiscoveryIndia.us","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"InvestigationDiscoveryLatinoamerica.us","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"InvestigationDiscoveryLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"InvestigationDiscoveryLatinoamerica.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/mi.tv.epg.xml"},{"channel":"InvestigationDiscoveryLatinoamerica.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"InvestigationDiscoveryPolska.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"InvestigationDiscoveryRossiya.us","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"InvestigationDiscoveryRossiya.us","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"InvestigationDiscoveryRossiya.us","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"InvestigationDiscoveryRossiya.us","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"InvestigationDiscoverySur.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"InvestigationDiscoveryUK.us","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"InvestigationDiscoveryWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Iqiyi.cn","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"IqraaAfricaEurope.sa","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"IqraaAfricaEurope.sa","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"IqraaAfricaEurope.sa","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"IqraaAfricaEurope.sa","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"IqraaAfricaEurope.sa","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"IqraaAfricaEurope.sa","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"IqraaAfricaEurope.sa","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"IqraaAfricaEurope.sa","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"IqraaAfricaEurope.sa","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"IqraaAfricaEurope.sa","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"IqraaAfricaEurope.sa","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"IqraaAfricaEurope.sa","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"IqraaAfricaEurope.sa","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"IqraaAfricaEurope.sa","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"IqraaAfricaEurope.sa","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"IqraaAfricaEurope.sa","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"IqraaAfricaEurope.sa","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"IqraaAfricaEurope.sa","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"IqraaAfricaEurope.sa","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"IqraaAfricaEurope.sa","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"IqraaAfricaEurope.sa","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"IqraaAfricaEurope.sa","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"IqraaAfricaEurope.sa","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"IqraaAfricaEurope.sa","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"IqraaAfricaEurope.sa","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"IqraaAfricaEurope.sa","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"IqraaAfricaEurope.sa","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"IqraaAfricaEurope.sa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"IqraaAfricaEurope.sa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"IqraaAfricaEurope.sa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"IqraaAfricaEurope.sa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"IranInternational.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"Iris.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"Iris.it","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Iris.it","site":"mediaset.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/mediaset.it.epg.xml"},{"channel":"Iris.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"IrkalaTV.ir","site":"tva.tv","lang":"fa","url":"https://iptv-org.github.io/epg/guides/ir/tva.tv.epg.xml"},{"channel":"IsangoTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"IsangoTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"IsangoTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"IsangoTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"IsangoTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"IsangoTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"IsangoTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"IsangoTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"IsangoTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"IsangoTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"IsangoTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"IsangoTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"IsangoTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"IsangoTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"IsangoTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"IsangoTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"IsangoTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"IsangoTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"IsangoTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"IsangoTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"IsangoTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"IsangoTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"IsangoTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"IsangoTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"IsharaTV.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"IslamChannel.uk","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"IslamChannel.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"IslamChannel.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"IslamChannel.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"IslamChannel.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"IslamChannel.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"IslamChannel.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"IslamChannel.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"IslamChannel.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"IslamChannel.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"IslamChannel.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"IslamChannel.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"IslamChannel.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"IslamChannel.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"IslamChannel.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"IslamChannel.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"IslamChannel.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"IslamChannel.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"IslamChannel.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"IslamChannel.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"IslamChannel.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"IslamChannel.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"IslamChannel.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"IslamChannel.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"IslamChannel.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"IslamChannel.uk","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"IslamChannel.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"IslamChannel.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"IslamChannel.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"IslamChannel.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"IslamChannel.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"IslamChannel.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"IslamChannel.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"IslamChannel.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"IslamChannel.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"IslamChannel.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"IslamChannel.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"IslamChannel.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"IslamChannel.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tz/dstv.com.epg.xml"},{"channel":"IslamChannel.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"IslamChannel.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"IslandLuckTV.bs","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"IslandTV.ht","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"IstoriyaTelekanal.ru","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"IstoriyaTelekanal.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Italia1.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"Italia1.it","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Italia1.it","site":"mediaset.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/mediaset.it.epg.xml"},{"channel":"Italia1.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Italia2.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"Italia2.it","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Italia2.it","site":"mediaset.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/mediaset.it.epg.xml"},{"channel":"Italia2.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"ItaliaChannel.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"ItalianFishingTV.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"IvoireTVMusic.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"IvoireTVMusic.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"IvoireTVMusic.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"IvoireTVMusic.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"IvoireTVMusic.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"IvoireTVMusic.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"IvoireTVMusic.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"IvoireTVMusic.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"IvoireTVMusic.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"IvoireTVMusic.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"IvoireTVMusic.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"IvoireTVMusic.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"IvoireTVMusic.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"IvoireTVMusic.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"IvoireTVMusic.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"IvoireTVMusic.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"IvoireTVMusic.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"IvoireTVMusic.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"IvoireTVMusic.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"IvoireTVMusic.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"IvoireTVMusic.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"IvoireTVMusic.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"IvoireTVMusic.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"IvoireTVMusic.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"IzauraTV.hu","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"IzauraTV.hu","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"IzvestiaTV.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"JBS.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"JCNChannel14.bs","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"JCOMHigashiKanto.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"JCOMPremierChannel.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"JCOMTV.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"JKN18.th","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"JMLDirect.uk","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"JMLDirect.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"JOCXDTV.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"JOMXDTV.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"JORXDTV.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"JOTXDTV.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"JOne.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"JOne.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"JOne.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"JOne.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"JOne.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"JOne.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"JOne.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"JOne.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"JOne.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"JOne.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"JOne.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"JOne.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"JOne.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"JOne.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"JOne.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"JOne.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"JOne.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"JOne.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"JOne.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"JOne.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"JOne.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"JOne.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"JOne.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"JOne.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"JOne.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"JOne.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"JOne.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"JPNews.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"JSports1.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"JSports2.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"JSports3.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"JSports4.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"JakTV.id","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"JakTV.id","site":"vidio.com","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/vidio.com.epg.xml"},{"channel":"JalshaMovies.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"JameJamTVNetwork1.ir","site":"tva.tv","lang":"fa","url":"https://iptv-org.github.io/epg/guides/ir/tva.tv.epg.xml"},{"channel":"JapanLeisureChannel.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"JayaPlus.in","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Jeka.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"Jeka.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"JenZ.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"JewelleryMaker.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"JewelleryMaker.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"JewelryTV.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"JewelryTV.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"JiangsuLiangMakeUp.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"JiangsuSatelliteTV.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"JiangsuTV.cn","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"JiangsuTV.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"JiangsuTV.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"JiangsuTV.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"JiangsuTV.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"JiangsuTV.cn","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"JiangsuTV.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"JiangsuTV.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tz/dstv.com.epg.xml"},{"channel":"JiangsuTV.cn","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"JiangxiTV.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"JidaigekiSenmonChannel.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"JilinTVStation.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"Jim.fi","site":"telkussa.fi","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/telkussa.fi.epg.xml"},{"channel":"JimJamEurope.uk","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"JimJamEurope.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"JimJamEurope.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"JimJamEurope.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"JimJamEurope.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"JimJamEurope.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"JimJamEurope.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"JimJamEurope.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"JimJamEurope.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"JimJamEurope.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"JimJamEurope.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"JimJamEurope.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"JimJamEurope.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"JimJamEurope.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"JimJamEurope.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"JimJamEurope.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"JimJamEurope.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"JimJamEurope.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"JimJamEurope.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"JimJamEurope.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"JimJamEurope.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"JimJamEurope.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"JimJamEurope.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"JimJamEurope.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"JimJamEurope.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"JimJamEurope.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"JimJamEurope.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"JimJamEurope.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"JimJamEurope.uk","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"JimJamEurope.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"JimJamEurope.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"JimJamEurope.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"JimJamEurope.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"JimJamEurope.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"JimJamEurope.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"JimJamEurope.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"JimJamEurope.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"JimJamEurope.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"JimJamEurope.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"JimJamEurope.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"JimJamEurope.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"JimJamEurope.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"JimJamEurope.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"JimJamEurope.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tz/dstv.com.epg.xml"},{"channel":"JimJamEurope.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"JimJamEurope.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"JimJamEurope.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"JimJamEurope.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"JimJamEurope.uk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"JimJamEurope.uk","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"JimJamEurope.uk","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"JimJamEurope.uk","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"JimJamEurope.uk","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"JimJamEurope.uk","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"JimJamHungary.uk","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"JimJamPolsat.uk","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"JimJamRomania.uk","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"JimJamRossiya.uk","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"JimJamRossiya.uk","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"JinvaniChannel.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"JojCinema.sk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"JojFamily.sk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"JojPlus.sk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"JojSport.sk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Jojko.sk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"JolibaTVNews.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"JolibaTVNews.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"JolibaTVNews.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"JolibaTVNews.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"JolibaTVNews.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"JolibaTVNews.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"JolibaTVNews.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"JolibaTVNews.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"JolibaTVNews.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"JolibaTVNews.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"JolibaTVNews.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"JolibaTVNews.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"JolibaTVNews.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"JolibaTVNews.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"JolibaTVNews.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"JolibaTVNews.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"JolibaTVNews.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"JolibaTVNews.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"JolibaTVNews.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"JolibaTVNews.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"JolibaTVNews.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"JolibaTVNews.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"JolibaTVNews.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"JolibaTVNews.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"Jonack.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"JoyNews.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"JoyNews.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"JoyNews.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"JoyNews.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"JoyNews.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"JoyNews.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"JoyNews.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"JoyNews.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"JoyNews.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"JoyNews.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"JoyNews.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"JoyNews.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"JoyNews.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"JoyNews.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"JoyNews.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"JoyNews.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"JoyNews.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"JoyNews.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"JoyNews.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"JoyNews.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"JoyNews.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"JoyNews.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"JoyNews.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"JoyNews.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"JoyNews.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"JoyNews.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"JoyNews.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"JoyNews.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"JoyNews.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"JoyNews.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"JoyNews.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"JoyNews.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"JoyNews.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"JoyNews.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"JoyNews.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"JoyNews.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"JoyNews.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"JoyPrime.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"JugotonTV.hr","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"JugotonTV.hr","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"JugotonTV.hr","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"Junior.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"Junior.de","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"Junior.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"JuniorTV.al","site":"ipko.com","lang":"hr","url":"https://iptv-org.github.io/epg/guides/al/ipko.com.epg.xml"},{"channel":"JuniorTV.al","site":"tvim.tv","lang":"sq","url":"https://iptv-org.github.io/epg/guides/xk/tvim.tv.epg.xml"},{"channel":"JurnalTV.md","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"JusticeCentralTV.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"JusticeCentralTV.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"JusticiaTV.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"Juwelo.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"JyotishDuniya.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"K05FWD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K08MMD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K1.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"K1.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"K11LCD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K11LCD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K11LCD5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K13AVD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K13AVD5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K13AVD6.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K14HCD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K14HCD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K14JSD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K14JSD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K14JSD4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K14JSD5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K14JSD6.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K15HJD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K17JID1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K17JID2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K17JID3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K17JID4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K18DRD4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K18HDD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K19KVD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K19KVD4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K2.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"K2.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"K2.ua","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"K2.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"K21DOD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K21DOD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K21DOD4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K21LCD5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K23DTD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K23TV.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"K24.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"K24.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"K24.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"K24.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"K24.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"K24.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"K24.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"K24.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"K24.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"K24.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"K24.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"K24.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"K24.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"K24.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"K24.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"K24.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"K24.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"K24.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"K24.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"K24.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"K24.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"K24.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"K24.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"K24.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"K24.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"K24.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"K24.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"K24.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"K24.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"K24.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"K24.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"K24.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"K24.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"K24.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"K24.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"K24.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"K24.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tz/dstv.com.epg.xml"},{"channel":"K24.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"K25OMD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K25OMD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K25OMD5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K26CID3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K26CID5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K26CID7.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K26GSD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K26GSD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K26GSD8.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K28CWD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K28CWD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K28CWD4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K3.ba","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"K3.ba","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"K30JDD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K31NFD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K31NFD4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K32LOD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K38IZD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K38IZD4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K38IZD7.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K38JPD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K43LWD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K46LGD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K46LGD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K46LGD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K46LGD4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"K48MND2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KAAPLD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KAAPLD7.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KAAPLD8.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KABCDT1.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"KABCDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KABCDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KABCDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KABECD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KABECD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KACALP1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KAEFDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KAEFDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KAEFDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KAHCLD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KAHCLD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KAHCLD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KAHCLD4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KAHCLD5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KAHCLD6.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KAHCLD7.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KAILDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KAILDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KAILDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KAKZLD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KAKZLD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KAKZLD4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KATV.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"KAXTCD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KAYUDT1.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"KAZADT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KAZADT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KAZADT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KAZADT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KAZTCD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KAZTCD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KBABLD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KBABLD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KBABLD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KBABLD4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KBAKDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KBAKDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KBAKDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KBBVCD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KBCChannel1.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"KBCChannel1.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"KBCChannel1.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tz/dstv.com.epg.xml"},{"channel":"KBCChannel1.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"KBCWDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KBCWDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KBCWDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KBCWDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KBCWDT5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KBEHDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KBFKLP2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KBFKLP3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KBFKLP4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KBFKLP6.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KBFKLP7.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KBFKLP8.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KBFKLP9.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KBFXCD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KBFXCD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KBFXCD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KBIDLP1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KBIDLP2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KBIDLP3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KBIDLP4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KBIDLP5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KBIDLP7.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KBIDLP8.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KBN.zm","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"KBNTCD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KBNTCD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KBNTCD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KBNTCD4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KBSKorea.kr","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"KBSWorld.kr","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"KBSWorld.kr","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"KBSWorld.kr","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"KBSWorld.kr","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"KBSWorld.kr","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"KBSWorld.kr","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"KBSWorld.kr","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"KBSWorld.kr","site":"tv.blue.ch","lang":"ko","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"KBSWorld.kr","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"KBSWorldJapan.kr","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"KBTFCD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KBTFCD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KBTFCD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KBTVCD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KBTVCD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KBTVCD4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KBTVCD5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KBTVCD6.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KBTVCD7.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KBVUDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KBVUDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KBVUDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KBVUDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KC2.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"KC2.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"KC2.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"KC2.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"KC2.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"KC2.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"KC2.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"KC2.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"KC2.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"KC2.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"KC2.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"KC2.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"KC2.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"KC2.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"KC2.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"KC2.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"KC2.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"KC2.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"KC2.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"KC2.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"KC2.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"KC2.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"KC2.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"KC2.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"KCALDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KCALDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KCALDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KCALDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KCALDT5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KCBADT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KCBSDT1.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"KCBSDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KCBSDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KCBSDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KCBSDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KCBTLD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KCETDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KCETDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KCETDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KCN1.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"KCN1.rs","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"KCN2.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"KCN2.rs","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"KCN3.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"KCN3.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"KCN3.rs","site":"tv.blue.ch","lang":"sr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"KCN3.rs","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"KCNIstok.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"KCNK.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"KCNRaska.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"KCNSDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KCNSDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KCNSDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KCNSDT5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KCNSDT6.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KCNZCD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KCNZCD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KCNZCD6.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KCNZCD7.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KCNZapad.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"KCOPDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KCOPDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KCOPDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KCOPDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KCOYDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KCOYDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KCOYDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KCRADT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KCRADT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KCSMDT6.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KCSOLD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KCSOLD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KCSOLD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KCSOLD5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KCVUDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KCVUDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KCVUDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KCVUDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KCVUDT5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KCWQLD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KDBKLP2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KDEOLD6.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KDFXCD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KDJTCD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KDOCDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KDOCDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KDOCDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KDOCDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KDOCDT5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KDOCDT6.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KDOCDT8.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KDPHLD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KDPHLD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KDTFLD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KDTSLD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KDTVCD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KDTVCD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KDTVCD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KDTVCD4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KDTVCD5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KDTVDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KDTVDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KDTVDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KEBKLD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KECALD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KECALD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KECYDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KEETDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KEETDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KEETDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KEETDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KEETDT5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KEJRLD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KERODT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KERODT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KERODT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KESQDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KESQDT8.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KEUVLP1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KEVCCD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KEVCCD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KEVCCD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KEXTCD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KEYTDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KEYTDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KEYTDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KEZTCD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KFAZCA2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KFFSCD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KFLALD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KFLALD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KFLALD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KFLALD4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KFLALD5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KFMBDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KFMBDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KFMBDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KFMBDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KFMBDT5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KFMSLD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KFMSLD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KFMSLD4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KFMSLD5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KFMSLD6.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KFPBLD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KFPBLD6.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KFPBLD7.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KFPHCD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KFPHCD4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KFREDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KFREDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KFREDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KFSFDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KFSFDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KFSFDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KFSFDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KFSFDT5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KFSFDT6.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KFSNDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KFSNDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KFSNDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KFTRDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KFTRDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KFTRDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KFTRDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KFTRDT5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KFTUDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KFTVDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KFTVDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KFTVDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KFTVDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KFULLD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KGECLD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KGECLD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KGECLD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KGECLD4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KGETDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KGETDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KGMCDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KGMCDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KGMCDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KGMCDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KGMCDT5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KGMCDT6.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KGPEDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KGPEDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KGTFDT1.us","site":"pbsguam.org","lang":"en","url":"https://iptv-org.github.io/epg/guides/gu/pbsguam.org.epg.xml"},{"channel":"KGTVDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KGTVDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KGTVDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KGTVDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KGTVDT5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KGTVDT6.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KHDTLD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KHIZLD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KHIZLD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KHIZLD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KHIZLD4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KHIZLD5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KHIZLD6.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KHIZLD7.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KHL.ru","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"KHL.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"KHSCLD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KHSCLD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KHSCLD4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KHSCLD5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KHSLDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KHSLDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KHTVCD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KHTVCD4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KICUDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KICUDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KICUDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KICUDT5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KIEMDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KIIOLD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KIKA.de","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"KIKA.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"KIKA.de","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"KIKA.de","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"KIKA.de","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"KIKA.de","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"KIKA.de","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"KIKA.de","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"KIKA.de","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"KIKA.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"KIKA.de","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"KILMDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KIONDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KIONDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KIONDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KIRODT1.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"KIXEDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KIXEDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KIXEDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KJEOLD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KJEOLD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KJEOLD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KJEOLD4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KJEOLD6.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KJHPLP1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KJHPLP3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KJHPLP4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KJLADT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KJLADT6.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KJLADT9.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KKAFCD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KKEYLP1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KKFXCD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KKFXCD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KKPMCD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KKPMCD10.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KKPMCD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KKPMCD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KKPMCD4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KKPMCD5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KKPMCD6.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KKPXDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KKPXDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KKPXDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KKPXDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KKPXDT5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KKPXDT6.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KKTFLD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KLCSDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KLCSDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KLFBLD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KLFBLD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KLFBLD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KLPDLD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KLPDLD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KLPDLD5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KLRACD4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KMAXDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KMAXDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KMAXDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KMAXDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KMAXDT5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KMBYLD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KMBYLD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KMEXDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KMEXDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KMEXDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KMEXDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KMIRDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KMIRDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KMIRDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KMMCLD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KMMDCD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KMMDCD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KMMDCD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KMMDCD4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KMMDCD5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KMMDCD6.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KMMDCD7.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KMMWLD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KMPHCD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KMPHCD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KMPHDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KMPHDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KMSGLD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KMSGLD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KMSGLD5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KMT.mq","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"KMT.mq","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"KMT.mq","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"KMT.mq","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"KMT.mq","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"KMT.mq","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"KMTPDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KMTPDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KMTPDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KMTPDT5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KMTVAsia.kr","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"KMUMCD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KMUVLP1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KMYADT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KNBCDT1.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"KNBCDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KNBCDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KNBCDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KNETCD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KNLACD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KNLACD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KNRTV.gl","site":"knr.gl","lang":"kl","url":"https://iptv-org.github.io/epg/guides/gl/knr.gl.epg.xml"},{"channel":"KNSDDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KNSDDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KNSODT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KNSODT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KNSODT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KNTV.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"KNTVDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KNTVDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KNTVDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KNTVDT5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KNVNDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KNVNDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KNVNDT5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KNXTDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KOCEDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KOCEDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KOCEDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KOCEDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KODGLP1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KOFYDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KOFYDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KOTRLD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KOVRDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KOVRDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KOVRDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KOVRDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KPBSDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KPBSDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KPBSDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KPBSDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KPDFCA6.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KPHELD5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KPIXDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KPIXDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KPIXDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KPIXDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KPJKDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KPJKDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KPJKDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KPJKDT5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KPMFLD7.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KPMRDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KPMRDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KPMRDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KPSELD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KPSELD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KPSELD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KPSNLD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KPSNLD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KPSPDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KPXNDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KPXNDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KPXNDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KPXNDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KPXNDT5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KPXNDT6.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KPlus.kr","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"KQCADT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KQCADT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KQCADT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KQEDDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KQEDDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KQEDDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KQEDDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KQEHDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KQEHDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KQEHDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KQEHDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KQETDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KQETDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KQETDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KQETDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KQMMCD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KQRMLD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KQROLD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KQROLD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KQROLD4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KQROLD5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KQROLD6.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KQROLD8.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KQROLD9.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KQSLDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KRAHCD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KRCADT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KRCADT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KRCADT6.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KRCBDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KRCBDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KRCBDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KRCRDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KRCRDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KRCRDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KRDTCD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KRDTCD5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KRETCD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KRETCD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KRETCD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KRETCD4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KRHTLP1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KRONDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KRONDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KRONDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KRONDT5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KRT.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"KRT.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"KRVULD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSAOLD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSAOLD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSAOLD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSAOLD5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSAOLD6.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSAOLD7.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSBBCD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSBOCD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSBSCD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSBSCD5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSBTLD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSBWDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSBWDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSBWDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSBYDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSBYDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSBYDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSBYDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSCIDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSCIDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSDILD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSDXLD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSDYLD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSDYLD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSEEDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSEEDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSFVCD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSFVCD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSKJCD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSKJCD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSKJCD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSKJCD4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSKJCD5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSMSDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSMSDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSMSDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSMVLD10.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSMVLD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSMVLD6.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSMVLD7.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSMVLD9.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSPXDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSPXDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSPXDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSPXDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSPXDT5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSPXDT6.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSPXDT9.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSTSDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSTSDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSTSDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSTSDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSTSDT5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSTVLP1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSWBDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSWBDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSWBDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KSWBDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KTASDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KTAVLD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KTAVLD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KTAVLD6.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KTBNDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KTBNDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KTBNDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KTBNDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KTBNDT5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KTFFDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KTFFDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KTFFDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KTFFLD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KTFKDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KTFKDT13.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KTFKDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KTFKDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KTLADT1.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"KTLADT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KTLADT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KTLADT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KTLADT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KTLNDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KTLNDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KTLNDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KTLNDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KTNCDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KTNCDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KTNHome.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"KTNHome.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"KTNNews.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"KTNNews.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"KTNNews.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"KTNNews.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"KTNNews.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"KTNNews.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"KTNNews.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"KTNNews.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"KTNNews.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"KTO.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"KTO.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"KTO.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"KTO.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"KTO.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"KTO.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"KTO.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"KTO.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"KTO.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"KTO.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"KTO.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"KTO.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"KTO.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"KTO.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"KTO.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"KTO.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"KTO.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"KTO.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"KTO.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"KTO.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"KTO.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"KTO.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"KTO.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"KTO.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"KTO.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"KTO.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"KTO.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"KTO.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"KTO.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"KTO.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"KTO.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"KTO.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"KTO.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"KTO.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"KTO.fr","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"KTO.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"KTO.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"KTSBCD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KTSBCD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KTSBCD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KTSFDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KTSFDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KTSFDT5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KTTVDT1.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"KTTVDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KTTVDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KTTVDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KTV.at","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"KTV.at","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"KTV1.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"KTV1.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"KTV1.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"KTV1.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"KTV1.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"KTV1.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"KTV1.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"KTV1.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"KTV1.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"KTV1.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"KTV1.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"KTV1.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"KTV1.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"KTV1.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"KTV1.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"KTV1.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"KTV1.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"KTV1.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"KTV1.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"KTV1.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"KTV1.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"KTV1.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"KTV1.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"KTV1.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"KTV1.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"KTV1.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"KTV1.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"KTV1.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"KTV1.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"KTV1.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"KTV1.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"KTV1.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"KTV1.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"KTV1.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"KTV2.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"KTV2.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"KTV2.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"KTV2.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"KTV2.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"KTV2.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"KTV2.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"KTV2.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"KTV2.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"KTV2.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"KTV2.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"KTV2.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"KTV2.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"KTV2.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"KTV2.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"KTV2.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"KTV2.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"KTV2.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"KTV2.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"KTV2.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"KTV2.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"KTV2.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"KTV2.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"KTV2.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"KTV2.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"KTV2.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"KTV2.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"KTV2.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"KTV2.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"KTV2.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"KTV2.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"KTV2.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"KTV2.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"KTV2.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"KTVAlQurain.kw","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"KTVAlQurain.kw","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"KTVArabe.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"KTVArabe.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"KTVArabe.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"KTVArabe.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"KTVArabe.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"KTVArabe.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"KTVArabe.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"KTVArabe.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"KTVArabe.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"KTVArabe.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"KTVArabe.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"KTVArabe.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"KTVArabe.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"KTVArabe.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"KTVArabe.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"KTVArabe.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"KTVArabe.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"KTVArabe.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"KTVArabe.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"KTVArabe.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"KTVArabe.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"KTVArabe.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"KTVArabe.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"KTVArabe.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"KTVArabe.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"KTVArabe.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"KTVArabe.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"KTVArabe.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"KTVArabe.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"KTVArabe.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"KTVArabe.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"KTVArabe.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"KTVArabe.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"KTVArabe.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"KTVEthraa.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"KTVEthraa.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"KTVEthraa.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"KTVEthraa.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"KTVEthraa.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"KTVEthraa.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"KTVEthraa.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"KTVEthraa.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"KTVEthraa.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"KTVEthraa.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"KTVEthraa.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"KTVEthraa.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"KTVEthraa.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"KTVEthraa.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"KTVEthraa.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"KTVEthraa.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"KTVEthraa.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"KTVEthraa.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"KTVEthraa.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"KTVEthraa.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"KTVEthraa.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"KTVEthraa.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"KTVEthraa.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"KTVEthraa.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"KTVEthraa.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"KTVEthraa.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"KTVEthraa.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"KTVEthraa.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"KTVEthraa.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"KTVEthraa.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"KTVEthraa.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"KTVEthraa.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"KTVEthraa.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"KTVEthraa.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"KTVGuyane.gf","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"KTVGuyane.gf","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"KTVGuyane.gf","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"KTVGuyane.gf","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"KTVGuyane.gf","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"KTVGuyane.gf","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"KTVKhallikBilbait.kw","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"KTVKhallikBilbait.kw","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"KTVPLD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KTVSport.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"KTVSport.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"KTVSport.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"KTVSport.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"KTVSport.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"KTVSport.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"KTVSport.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"KTVSport.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"KTVSport.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"KTVSport.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"KTVSport.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"KTVSport.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"KTVSport.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"KTVSport.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"KTVSport.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"KTVSport.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"KTVSport.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"KTVSport.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"KTVSport.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"KTVSport.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"KTVSport.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"KTVSport.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"KTVSport.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"KTVSport.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"KTVSport.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"KTVSport.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"KTVSport.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"KTVSport.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"KTVSport.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"KTVSport.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"KTVSport.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"KTVSport.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"KTVSport.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"KTVSport.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"KTVSportPlus.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"KTVSportPlus.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"KTVSportPlus.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"KTVSportPlus.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"KTVSportPlus.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"KTVSportPlus.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"KTVSportPlus.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"KTVSportPlus.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"KTVSportPlus.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"KTVSportPlus.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"KTVSportPlus.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"KTVSportPlus.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"KTVSportPlus.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"KTVSportPlus.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"KTVSportPlus.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"KTVSportPlus.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"KTVSportPlus.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"KTVSportPlus.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"KTVSportPlus.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"KTVSportPlus.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"KTVSportPlus.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"KTVSportPlus.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"KTVSportPlus.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"KTVSportPlus.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"KTVSportPlus.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"KTVSportPlus.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"KTVSportPlus.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"KTVSportPlus.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"KTVSportPlus.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"KTVSportPlus.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"KTVSportPlus.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"KTVSportPlus.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"KTVSportPlus.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"KTVSportPlus.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"KTVUDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KTVUDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KTVUDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KTVUDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KTVWDT5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KTVXDT1.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"KTXLDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KTXLDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KTXLDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KTXLDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KUANLD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KUANLD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KUCOLP1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KUKRLD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KUNALP1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KURKLD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KURKLD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KURKLD4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KUSIDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KUVECD4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KUVEDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KUVIDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KUVIDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KUVIDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KUVIDT5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KUVSDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KUVSDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KUVSDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KUVSDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KVBCLP1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KVBCLP2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KVBCLP3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KVBCLP4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KVBCLP5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KVBCLP6.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KVBCLP7.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KVBCLP8.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KVBCLP9.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KVCRDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KVCRDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KVCRDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KVCRDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KVEADT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KVEADT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KVEADT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KVESLD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KVFSjonvarp.fo","site":"kvf.fo","lang":"fo","url":"https://iptv-org.github.io/epg/guides/fo/kvf.fo.epg.xml"},{"channel":"KVHFLD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KVHFLD13.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KVHFLD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KVHFLD4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KVHFLD5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KVHFLD6.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KVHFLD7.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KVIEDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KVIEDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KVIEDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KVIQLD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KVMDDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KVMDDT10.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KVMDDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KVMDDT5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KVMDDT6.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KVMDDT7.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KVMDDT9.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KVMEDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KVMMCD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KVNTV.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"KVPALD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KVPTDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KVPTDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KVPTDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KVPTDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KVSNDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KVVGLD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KWHYDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KWHYDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KWHYDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KWHYDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KWHYDT5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KWHYDT7.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KWMOLD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KXBFLD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KXLADT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KXLADT10.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KXLADT12.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KXLADT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KXLADT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KXLADT6.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KXLADT7.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KXTULD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KXTULD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KXTULD4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KXTVDT1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KXTVDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KXTVDT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KXTVDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KXTVDT5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KXVULP1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KYAVLD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KYMADT3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KYMBLD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KYMBLD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KYMBLD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KYMBLD4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KYMBLD5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KYMBLD6.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KZDFLD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KZDNLD4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KZGNLD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KZGNLD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KZKCLP1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KZMMCD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KZMMCD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KZMMCD4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KZSDLP1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KZTCLP1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KZVULD1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KabelEinsAustria.de","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"KabelEinsClassics.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"KabelEinsClassics.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"KabelEinsDeutschland.de","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"KabelEinsDeutschland.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"KabelEinsDeutschland.de","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"KabelEinsDeutschland.de","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"KabelEinsDeutschland.de","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"KabelEinsDeutschland.de","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"KabelEinsDokuDeutschland.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"KabelEinsSchweiz.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"KadirgaTV.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"KalacTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"KalacTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"KalacTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"KalacTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"KalacTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"KalacTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"KalacTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"KalacTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"KalacTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"KalacTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"KalacTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"KalacTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"KalacTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"KalacTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"KalacTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"KalacTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"KalacTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"KalacTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"KalacTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"KalacTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"KalacTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"KalacTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"KalacTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"KalacTV.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"KaleidoskopTV.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"KalingaTV.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"KamemeTV.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"KanakNews.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"Kanal11.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"Kanal2.ee","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"Kanal2.ee","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"Kanal2.ee","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"Kanal23.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"Kanal26.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"Kanal33.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"Kanal4.dk","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"Kanal5.dk","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"Kanal5.mk","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"Kanal5.mk","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"Kanal5.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"Kanal7.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"Kanal7.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"Kanal7.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"Kanal9.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"Kanal9.se","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"KanalA.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"KanalAustralTV.re","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"KanalAustralTV.re","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"KanalAustralTV.re","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"KanalD.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"KanalD.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"KanalD.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"KanalD.tr","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"KanalDRomania.tr","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"KanalDisney.us","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"KanalSim.cy","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"KanalV.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"Kanali7.al","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"KanshiTV.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"KanshiTV.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"KapatidTV5.ph","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"KapitanFantastika.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Karusel.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"KaruselInternational.ru","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"KaruselInternational.ru","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"KaruselInternational.ru","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"KaruselInternational.ru","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"KaruselInternational.ru","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"KaruselInternational.ru","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"KaruselInternational.ru","site":"tv.blue.ch","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"KaruselInternational.ru","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"KassTV.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"KavkasiaTV.ge","site":"magticom.ge","lang":"ka","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"KayoPops.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"Kazbuka.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"KentronTV.am","site":"tv.mail.ru","lang":"hy","url":"https://iptv-org.github.io/epg/guides/am/tv.mail.ru.epg.xml"},{"channel":"Kerrang.uk","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Ketnet.be","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"Ketnet.be","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"Khabar24.kz","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"KhorasanRazaviTV.ir","site":"tva.tv","lang":"fa","url":"https://iptv-org.github.io/epg/guides/ir/tva.tv.epg.xml"},{"channel":"KhushbooTVBangla.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"KibrisGencTV.cy","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"KibrisKanalT.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"KibrisTV.cy","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"KidZoneTV.ee","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"KidZoneTV.ee","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"KidZoneTV.ee","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"KidsStation.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"KidsTV.id","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"KidzonePlus.ee","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"KidzonePlus.ee","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"KidzonePlus.ee","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"Kino.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"KinoBarrandov.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"KinoNova.bg","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"KinoPolska.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"KinoPolska.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"KinoPolskaMuzyka.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"KinoTV.hr","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"KinoTV.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"KinoTV.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"KinoTV.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"Kinohit.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Kinohit.ru","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"Kinokomedija.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Kinomiks.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Kinomiks.ru","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"Kinopokaz.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Kinopremyera.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Kinopremyera.ru","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"Kinosemja.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Kinoserija.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Kinosvidanie.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"KinoweltTV.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"KinoweltTV.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"KissTV.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"KissTV.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"KissTV.uk","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"KitchenTV.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"KitchenTV.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"Kix.hk","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"Kix.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"Kix.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"Kix.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"Kix.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"Kix.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"Kix.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"Kix.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"Kix.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"Kix.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"Kix.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"Kix.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"Kix.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"Kix.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"Kix.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"Kix.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"Kix.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"Kix.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"Kix.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"Kix.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"Kix.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"Kix.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"Kix.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"Kix.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"Kix.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"Kix.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"Kix.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"Kix.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"Kix.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"Kix.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"Kix.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"Kix.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"Kix.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"Kix.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"Kix.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"Kix.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"Kix.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"Kix.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"Kix.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"Kix.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"Kix.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"Kix.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"Kix.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"Kix.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"Kix.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"Kix.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"Kix.hk","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"Kix.hk","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"KlanMacedonia.al","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"KlasikTV.hr","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"KlasikTV.hr","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"KlasikTV.hr","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"KlasikTV.hr","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"Kohavision.rs","site":"ipko.com","lang":"hr","url":"https://iptv-org.github.io/epg/guides/al/ipko.com.epg.xml"},{"channel":"Kohavision.rs","site":"tv.blue.ch","lang":"sq","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Kohavision.rs","site":"tvim.tv","lang":"sq","url":"https://iptv-org.github.io/epg/guides/xk/tvim.tv.epg.xml"},{"channel":"KoloTV.mg","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"KoloTV.mg","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"KoloTV.mg","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"Komediynoe.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"KompasTV.id","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"KompasTV.id","site":"vidio.com","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/vidio.com.epg.xml"},{"channel":"KonTV.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"KonniyMir.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"KontaktTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"KoroskaTV.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"KrasnayaLiniya.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"KreatorTV.hr","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"KrikTV.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"KritiTV.gr","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"Ktoestkto.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Kuban24Orbita.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"KuhnyaTV.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Kunskapskanalen.se","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"Kunskapskanalen.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"KuraiTV.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"KurdistanTV.iq","site":"tv.blue.ch","lang":"ku","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"KurirTV.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"KurirTV.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"KuvoTV.ba","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"KuvoTV.ba","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"KuwaitTV.kw","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"KuwaitTV.kw","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"KvartalTV.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"KweziTV.yt","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"KweziTV.yt","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"KweziTV.yt","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"KyivTV.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"KykNet.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"KykNet.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"KykNet.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"KykNet.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"KykNet.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"KykNet.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"KykNet.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"KykNet.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"KykNetKie.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"KykNetKie.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"KykNetKie.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"KykNetKie.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"KykNetKie.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"KykNetKie.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"KykNetKie.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"KykNetKie.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"KykNetNou.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"KykNetNou.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"KykNetNou.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"KykNetNou.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"KykNetNou.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"KykNetNou.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"KykNetNou.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"KykNetNou.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"L1TV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"LBCInternational.lb","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"LBCInternational.lb","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"LCA.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"LCA.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"LCA.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"LCA.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"LCA.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"LCA.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"LCA.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"LCA.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"LCA.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"LCA.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"LCA.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"LCA.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"LCA.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"LCA.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"LCA.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"LCA.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"LCA.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"LCA.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"LCA.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"LCA.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"LCA.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"LCA.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"LCA.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"LCA.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"LCI.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"LCI.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"LCI.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"LCI.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"LCI.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"LCI.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"LCI.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"LCI.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"LCI.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"LCI.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"LCI.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"LCI.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"LCI.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"LCI.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"LCI.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"LCI.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"LCI.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"LCI.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"LCI.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"LCI.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"LCI.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"LCI.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"LCI.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"LCI.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"LCI.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"LCI.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"LCI.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"LCI.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"LCI.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"LCI.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"LCI.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"LCI.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"LCI.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"LCI.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"LCI.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"LCI.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"LCI.fr","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"LCPAssembleeNationale.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"LCPAssembleeNationale.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"LCPAssembleeNationale.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"LCPAssembleeNationale.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"LCPAssembleeNationale.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"LCPAssembleeNationale.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"LCPPublicSenat.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"LCPPublicSenat.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"LCPPublicSenat.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"LCPPublicSenat.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"LCPPublicSenat.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"LCPPublicSenat.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"LCPPublicSenat.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"LDPRTV.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"LEquipe.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"LEquipe.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"LEquipe.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"LEquipe.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"LEquipe.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"LEquipe.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"LEquipe.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"LEquipe.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"LEquipe.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"LEquipe.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"LEquipe.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"LEquipe.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"LFCTV.uk","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"LFCTV.uk","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"LFCTV.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"LFMTV.ch","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"LMTVFrancais.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"LMTVFrancais.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"LMTVFrancais.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"LMTVFrancais.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"LMTVFrancais.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"LMTVFrancais.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"LMTVFrancais.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"LMTVFrancais.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"LMTVFrancais.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"LMTVFrancais.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"LMTVFrancais.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"LMTVFrancais.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"LMTVFrancais.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"LMTVFrancais.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"LMTVFrancais.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"LMTVFrancais.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"LMTVFrancais.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"LMTVFrancais.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"LMTVFrancais.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"LMTVFrancais.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"LMTVFrancais.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"LMTVFrancais.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"LMTVFrancais.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"LMTVFrancais.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"LNPlus.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"LOETV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"LOKTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"LONTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"LOSTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"LTMTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"LTMTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"LTMTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"LTMTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"LTMTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"LTMTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"LTMTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"LTMTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"LTMTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"LTMTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"LTMTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"LTMTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"LTMTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"LTMTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"LTMTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"LTMTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"LTMTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"LTMTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"LTMTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"LTMTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"LTMTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"LTMTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"LTMTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"LTMTV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"LTV.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"LTV1.lv","site":"tv.lv","lang":"lv","url":"https://iptv-org.github.io/epg/guides/lv/tv.lv.epg.xml"},{"channel":"LTV7.lv","site":"tv.lv","lang":"lv","url":"https://iptv-org.github.io/epg/guides/lv/tv.lv.epg.xml"},{"channel":"La5.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"La5.it","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"La5.it","site":"mediaset.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/mediaset.it.epg.xml"},{"channel":"La5.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"La7.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"La7.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"La7d.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"La7d.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"LaChaineMeteo.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"LaChaineMeteo.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"LaF.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"LaLaTV.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"LaLigaTV.es","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"LaLiganaZap.ao","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"LaMinor.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"LaNouvelleChaineIvorienne.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"LaNouvelleChaineIvorienne.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"LaNouvelleChaineIvorienne.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"LaNouvelleChaineIvorienne.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"LaNouvelleChaineIvorienne.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"LaNouvelleChaineIvorienne.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"LaNouvelleChaineIvorienne.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"LaNouvelleChaineIvorienne.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"LaNouvelleChaineIvorienne.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"LaNouvelleChaineIvorienne.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"LaNouvelleChaineIvorienne.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"LaNouvelleChaineIvorienne.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"LaNouvelleChaineIvorienne.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"LaNouvelleChaineIvorienne.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"LaNouvelleChaineIvorienne.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"LaNouvelleChaineIvorienne.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"LaNouvelleChaineIvorienne.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"LaNouvelleChaineIvorienne.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"LaNouvelleChaineIvorienne.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"LaNouvelleChaineIvorienne.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"LaNouvelleChaineIvorienne.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"LaNouvelleChaineIvorienne.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"LaNouvelleChaineIvorienne.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"LaNouvelleChaineIvorienne.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"LaOtra.es","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"LaRed.cl","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"LaRed.cl","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"LaSexta.es","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"LaSexta.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"LaTele.ch","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"LabelTV.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"LabelTV.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"LabelTV.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"LabelTV.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"LabelTV.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"LabelTV.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"LabelTV.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"LabelTV.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"LabelTV.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"LabelTV.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"LabelTV.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"LabelTV.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"LabelTV.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"LabelTV.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"LabelTV.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"LabelTV.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"LabelTV.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"LabelTV.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"LabelTV.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"LabelTV.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"LabelTV.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"LabelTV.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"LabelTV.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"LabelTV.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"Laff.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"LagosTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"LalaTV.sk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"LampFallTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"LampFallTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"LampFallTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"LampFallTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"LampFallTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"LampFallTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"LampFallTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"LampFallTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"LampFallTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"LampFallTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"LampFallTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"LampFallTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"LampFallTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"LampFallTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"LampFallTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"LampFallTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"LampFallTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"LampFallTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"LampFallTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"LampFallTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"LampFallTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"LampFallTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"LampFallTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"LampFallTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"LanaTV.lb","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"LanaTV.lb","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"LansingerlandTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"LasEstrellasEuropa.mx","site":"tv.blue.ch","lang":"es","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"LasEstrellasLatinoamerica.mx","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"LasEstrellasLatinoamerica.mx","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"LasEstrellasMexico.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"LasEstrellasMexicoPlus1.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"LasEstrellasMexicoPlus2.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"Latele.pe","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/mi.tv.epg.xml"},{"channel":"Latina.pe","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml"},{"channel":"Latina.pe","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/mi.tv.epg.xml"},{"channel":"Latinos1TV.ch","site":"tv.blue.ch","lang":"es","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"LaudatoTV.hr","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"LawCrime.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"LazioStyleTV.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"LeafsNationNetwork.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"LemanBleu.ch","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"LenTV24.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"LeoTV.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"LeoTVGold.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"LiaoningTV.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"LiderTV.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"Life.id","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"LifeTV.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"LifeTV.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"LifeTV.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"LifeTV.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"LifeTV.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"LifeTV.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"LifeTV.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"LifeTV.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"LifeTV.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"LifeTV.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"LifeTV.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"LifeTV.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"LifeTV.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"LifeTV.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"LifeTV.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"LifeTV.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"LifeTV.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"LifeTV.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"LifeTV.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"LifeTV.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"LifeTV.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"LifeTV.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"LifeTV.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"LifeTV.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"LifeTV.ee","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"LifeTV.ee","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"LifeTV.ee","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"LifeTV.hu","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"LifestyleFashion.id","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"LifetimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"LifetimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"LifetimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"LifetimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"LifetimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"LifetimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"LifetimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"LifetimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"LifetimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"LifetimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"LifetimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"LifetimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"LifetimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"LifetimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"LifetimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"LifetimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"LifetimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"LifetimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"LifetimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"LifetimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"LifetimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"LifetimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"LifetimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"LifetimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"LifetimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"LifetimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"LifetimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"LifetimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"LifetimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"LifetimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"LifetimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"LifetimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"LifetimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"LifetimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"LifetimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"LifetimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"LifetimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"LifetimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"LifetimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"LifetimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"LifetimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"LifetimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"LifetimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"LifetimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"LifetimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"LifetimeAsia.us","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"LifetimeAsia.us","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"LifetimeAsia.us","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"LifetimeAsia.us","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"LifetimeBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"LifetimeEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"LifetimeEast.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"LifetimeEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"LifetimeEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"LifetimeLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/gatotv.com.epg.xml"},{"channel":"LifetimeLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/gatotv.com.epg.xml"},{"channel":"LifetimeLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"LifetimeLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"LifetimeLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"LifetimeLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"LifetimeLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ec/gatotv.com.epg.xml"},{"channel":"LifetimeLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"LifetimeLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"LifetimeLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"LifetimeLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"LifetimeLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"LifetimeLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml"},{"channel":"LifetimeLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/py/gatotv.com.epg.xml"},{"channel":"LifetimeLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"LifetimeLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/uy/gatotv.com.epg.xml"},{"channel":"LifetimeLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ve/gatotv.com.epg.xml"},{"channel":"LifetimeLatinoamerica.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"LifetimeLatinoamerica.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"LifetimeMoviesEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"LifetimeMoviesEast.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"LifetimeMoviesEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"LifetimePolska.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"LifetimeRealWomen.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"LifetimeRealWomen.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"LifetimeRealWomenEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"LifetimeWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"LinkTV.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"LinkTV.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Liv.fi","site":"telkussa.fi","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/telkussa.fi.epg.xml"},{"channel":"LivingFaithTV.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"LiyuanTV.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"LjubljanaTV.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"Loading.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"LocoTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"LogoEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"LogoEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"LogoWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"LokSabhaTV.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"LokshahiNews.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"Lol.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"LoloTV.lv","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"LoloTV.lv","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"LoloTV.lv","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"LolyTV.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"LondonLive.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"LondonLive.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"LonghornNetwork.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"LonghornNetwork.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"LookNetwork.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"LookSport.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"LookSport2.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"LookSport3.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"LookSportPlus.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"LoungeTV.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"LoveNature.ca","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"LoveNature.ca","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"LoveNature.ca","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"LoveNature.ca","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"LoveNature.ca","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"LoveNature.ca","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"LoveNature.ca","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"LoveNature.ca","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"LoveNature.ca","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"LoveNature.ca","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"LoveNature.ca","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"LoveNature.ca","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"LoveNature.ca","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"LoveNature.ca","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"LoveNature.ca","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"LoveNature.ca","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"LoveNature.ca","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"LoveNature.ca","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"LoveNature.ca","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"LoveNature.ca","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"LoveNature.ca","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"LoveNature.ca","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"LoveNature.ca","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"LoveNature.ca","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"LoveNature.ca","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"LoveNature.ca","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"LoveNature.ca","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"LoveNature.ca","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"LoveNature.ca","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"LoveNature.ca","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"LoveNature.ca","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"Loviribolov.rs","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"LubimoeKino.ru","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"LuckyJacktv.lu","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"Ludikids.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"Ludikids.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"Ludikids.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"Ludikids.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"Ludikids.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"Ludikids.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"Ludikids.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"Ludikids.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"Ludikids.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"Ludikids.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"Ludikids.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"Ludikids.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"Ludikids.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"Ludikids.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"Ludikids.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"Ludikids.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"Ludikids.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"Ludikids.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"Ludikids.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"Ludikids.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"Ludikids.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"Ludikids.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"Ludikids.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"Ludikids.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"Ludikids.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"Ludikids.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"Ludikids.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"Ludikids.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"Ludikids.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"Ludikids.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"Ludikids.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"Ludikids.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"Ludikids.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"LumenChristiTVNetwork.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"LutaPelaFama.ao","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"LutaPelaFama.ao","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"LuxTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"LuxTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"LuxTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"LuxTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"LuxTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"LuxTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"LuxTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"LuxTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"LuxTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"LuxTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"LuxTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"LuxTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"LuxTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"LuxTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"LuxTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"LuxTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"LuxTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"LuxTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"LuxTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"LuxTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"LuxTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"LuxTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"LuxTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"LuxTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"LuxeTV.lu","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"LuxeTV.lu","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"LuxeTV.lu","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"LuxeTV.lu","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"LuxeTV.lu","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"LuxeTV.lu","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"LuxeTV.lu","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"Luxury.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Lyubimoe.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"M1.hu","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"M1.hu","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"M1.hu","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"M1.hu","site":"tv.blue.ch","lang":"hu","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"M1.hu","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"M1.hu","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"M1.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"M1Film.hr","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"M1Film.hr","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"M1GlobalTV.ru","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"M1Gold.hr","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"M1Gold.hr","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"M2.hu","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"M2.hu","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"M2.hu","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"M2.hu","site":"tv.blue.ch","lang":"hu","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"M2.hu","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"M2.hu","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"M4Sport.hu","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"M4Sport.hu","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"M4Sport.hu","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"M4Sport.hu","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"M5.hu","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"M5.hu","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"M5.hu","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"M5.hu","site":"tv.blue.ch","lang":"hu","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"M5.hu","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"M5.hu","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"M6.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"M6.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"M6.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"M6.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"M6.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"M6.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"M6.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"M6.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"M6.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"M6.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"M6.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"M6.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"M6.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"M6.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"M6.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"M6.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"M6.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"M6.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"M6.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"M6.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"M6.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"M6.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"M6.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"M6.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"M6.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"M6.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"M6.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"M6.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"M6.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"M6.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"M6.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"M6.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"M6.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"M6.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"M6.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"M6.fr","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"M6Music.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"M6Music.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"M6Suisse.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"MASN.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"MASN.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"MASN2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"MBC.ae","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"MBC.ae","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"MBC.kr","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"MBC.mw","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"MBC2.ae","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"MBC2.ae","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"MBC3.ae","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"MBC3.ae","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"MBC4.ae","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"MBC4.ae","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"MBC5.ae","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"MBC5.ae","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"MBCAction.ae","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"MBCAction.ae","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"MBCAmerica.kr","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"MBCBollywood.ae","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"MBCBollywood.ae","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"MBCDrama.ae","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"MBCDrama.ae","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"MBCDramaPlus.ae","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"MBCDramaPlus.ae","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"MBCMaser.ae","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"MBCMaser.ae","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"MBCMax.ae","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"MBCMax.ae","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"MBCTV.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"MBNPlus.kr","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"MBS.mg","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"MBS.mg","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"MBS.mg","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"MCAETTV.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"MCMFrance.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"MCMFrance.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"MCMFrance.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"MCMFrance.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"MCMFrance.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"MCMFrance.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"MCMFrance.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"MCMFrance.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"MCMFrance.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"MCMPop.fr","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"MCMTop.fr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"MCMTop.fr","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"MCMTop.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"MCMTop.fr","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"MCMTop.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"MCMTop.fr","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"MCMTop.fr","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"MCMTopRussia.fr","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"MCMTopRussia.fr","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"MCMTopRussia.fr","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"MCMTopRussia.fr","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"MCOTHD.th","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"MCRTVNF.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"MCRTVNF.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"MCRTVNF.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"MCRTVNF.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"MCRTVNF.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"MCRTVNF.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"MCRTVNF.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"MCRTVNF.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"MCRTVNF.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"MCRTVNF.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"MCRTVNF.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"MCRTVNF.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"MCRTVNF.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"MCRTVNF.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"MCRTVNF.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"MCRTVNF.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"MCRTVNF.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"MCRTVNF.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"MCRTVNF.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"MCRTVNF.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"MCRTVNF.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"MCRTVNF.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"MCRTVNF.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"MCRTVNF.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"MDRFernsehenSachsen.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"MDRFernsehenSachsenAnhalt.de","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"MGMHDUSA.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"MITV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"MITV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"MITV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"MITV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"MITV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"MITV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"MITV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"MITV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"MITV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"MITV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"ML5TV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"MLATV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"MLBNetwork.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"MLBNetwork.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"MLBNetwork.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"MLBStrikeZone.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"MNCNews.id","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"MNCSports.id","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"MNCTV.id","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"MNCTV.id","site":"vidio.com","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/vidio.com.epg.xml"},{"channel":"MNTEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"MNX.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"MNetEast.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"MNetEast.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"MNetEast.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"MNetEast.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"MNetEast.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"MNetEast.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"MNetEast.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"MNetEast.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"MNetEast.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"MNetEast.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"MNetEast.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"MNetMovies1EastAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"MNetMovies1EastAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"MNetMovies1EastAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"MNetMovies1EastAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"MNetMovies1EastAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"MNetMovies1EastAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"MNetMovies1EastAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"MNetMovies1EastAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"MNetMovies1EastAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"MNetMovies1EastAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"MNetMovies1EastAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"MNetMovies1EastAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"MNetMovies1EastAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"MNetMovies1EastAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"MNetMovies1WestAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"MNetMovies1WestAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"MNetMovies1WestAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"MNetMovies1WestAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"MNetMovies1WestAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"MNetMovies1WestAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"MNetMovies1WestAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"MNetMovies1WestAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"MNetMovies1WestAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"MNetMovies1WestAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"MNetMovies1WestAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"MNetMovies1WestAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"MNetMovies1WestAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"MNetMovies1WestAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"MNetMovies1WestAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"MNetMovies1WestAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"MNetMovies1WestAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"MNetMovies1WestAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"MNetMovies1WestAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"MNetMovies1WestAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"MNetMovies1WestAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"MNetMovies1WestAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"MNetMovies1WestAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"MNetMovies1WestAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"MNetMovies1WestAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"MNetMovies1WestAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"MNetMovies1WestAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"MNetMovies1WestAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"MNetMovies1WestAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"MNetMovies1WestAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"MNetMovies1WestAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"MNetMovies2.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"MNetMovies2.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"MNetMovies2.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"MNetMovies2.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"MNetMovies2.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"MNetMovies2.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"MNetMovies2.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"MNetMovies2.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"MNetMovies2.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"MNetMovies2.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"MNetMovies2.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"MNetMovies2.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"MNetMovies2.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"MNetMovies2.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"MNetMovies2.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"MNetMovies2.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"MNetMovies2.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"MNetMovies2.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"MNetMovies2.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"MNetMovies2.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"MNetMovies2.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"MNetMovies2.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"MNetMovies2.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"MNetMovies2.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"MNetMovies2.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"MNetMovies2.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"MNetMovies2.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"MNetMovies2.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"MNetMovies2.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"MNetMovies2.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"MNetMovies2.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"MNetMovies2.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"MNetMovies2.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"MNetMovies2.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"MNetMovies2.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"MNetMovies2.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"MNetMovies2.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"MNetMovies2.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"MNetMovies2.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"MNetMovies2.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"MNetMovies2.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"MNetMovies2.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"MNetMovies2.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"MNetMovies2.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"MNetMovies2.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"MNetMovies3.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"MNetMovies3.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"MNetMovies3.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"MNetMovies3.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"MNetMovies3.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"MNetMovies3.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"MNetMovies3.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"MNetMovies3.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"MNetMovies3.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"MNetMovies3.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"MNetMovies3.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"MNetMovies3.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"MNetMovies3.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"MNetMovies3.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"MNetMovies3.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"MNetMovies3.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"MNetMovies3.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"MNetMovies3.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"MNetMovies3.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"MNetMovies3.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"MNetMovies3.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"MNetMovies3.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"MNetMovies3.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"MNetMovies3.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"MNetMovies3.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"MNetMovies3.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"MNetMovies3.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"MNetMovies3.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"MNetMovies3.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"MNetMovies3.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"MNetMovies3.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"MNetMovies3.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"MNetMovies3.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"MNetMovies3.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"MNetMovies3.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"MNetMovies3.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"MNetMovies3.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"MNetMovies3.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"MNetMovies3.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"MNetMovies3.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"MNetMovies3.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"MNetMovies3.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"MNetMovies3.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"MNetMovies3.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"MNetMovies3.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"MNetMovies4.za","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"MNetMovies4.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"MNetMovies4.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"MNetMovies4.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"MNetMovies4.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"MNetMovies4.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"MNetMovies4.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"MNetMovies4.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"MNetMovies4.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"MNetMovies4.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"MNetMovies4.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"MNetMovies4.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"MNetMovies4.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"MNetMovies4.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"MNetMovies4.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"MNetMovies4.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"MNetMovies4.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"MNetMovies4.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"MNetMovies4.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"MNetMovies4.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"MNetMovies4.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"MNetMovies4.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"MNetMovies4.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"MNetMovies4.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"MNetMovies4.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"MNetMovies4.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"MNetMovies4.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"MNetMovies4.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"MNetMovies4.za","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"MNetMovies4.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"MNetMovies4.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"MNetMovies4.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"MNetMovies4.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"MNetMovies4.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"MNetMovies4.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"MNetMovies4.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"MNetMovies4.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"MNetMovies4.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"MNetMovies4.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"MNetMovies4.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"MNetMovies4.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"MNetMovies4.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"MNetMovies4.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"MNetMovies4.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"MNetMovies4.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"MNetMovies4.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"MNetMovies4.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"MNetMoviesMenofAction.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"MNetSouthAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"MNetSouthAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"MNetWest.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"MNetWest.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"MNetWest.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"MNetWest.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"MNetWest.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"MNetWest.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"MNetWest.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"MNetWest.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"MNetWest.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"MNetWest.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"MNetWest.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"MNetWest.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"MNetWest.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"MNetWest.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"MNetWest.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"MNetWest.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"MNetWest.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"MNetWest.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"MNetWest.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"MNetWest.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"MNetWest.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"MNetWest.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"MNetWest.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"MNetWest.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"MNetWest.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"MNetWest.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"MNetWest.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"MNetWest.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"MNetWest.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"MNetWest.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"MNetWest.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"MNetWest.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"MNetWest.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"MOOVConcertMV.hk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"MOOVConcertMV.hk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"MRT1.mk","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"MRT1.mk","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"MRT2.mk","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"MRT2.mk","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"MRT3.mk","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"MRT4.mk","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"MRT5.mk","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"MRTSobraniskikanal.mk","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"MSG.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"MSG.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"MSG2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"MSNBC.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"MSNBC.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"MSNBC.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"MSNBC.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"MShopSignature.id","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"MShopSuperSale.id","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"MTV00s.us","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"MTV00s.us","site":"allente.se","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/allente.se.epg.xml"},{"channel":"MTV00s.us","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"MTV00s.us","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"MTV00s.us","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"MTV00s.us","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"MTV00s.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"MTV00s.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"MTV00s.us","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"MTV00s.us","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"MTV00s.us","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"MTV00s.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"MTV00s.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"MTV00s.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"MTV00s.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"MTV00s.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"MTV00s.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"MTV00s.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"MTV00s.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"MTV00s.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"MTV00s.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"MTV00s.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"MTV00s.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"MTV00s.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"MTV00s.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"MTV00s.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"MTV00s.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"MTV00s.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"MTV00s.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"MTV00s.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"MTV00s.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"MTV00s.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"MTV00s.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"MTV00s.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"MTV00s.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"MTV00s.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"MTV00s.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"MTV00s.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"MTV00s.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"MTV00s.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"MTV00s.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"MTV00s.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"MTV00s.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"MTV00s.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"MTV00s.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"MTV00s.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"MTV00s.us","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"MTV00s.us","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"MTV00s.us","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"MTV00s.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"MTV2East.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"MTV2East.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"MTV2East.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"MTV2West.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"MTV3.fi","site":"telkussa.fi","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/telkussa.fi.epg.xml"},{"channel":"MTV80s.us","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"MTV80s.us","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"MTV80s.us","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"MTV80s.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"MTV80s.us","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"MTV80s.us","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"MTV80s.us","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"MTV80s.us","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"MTV80s.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"MTV80s.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"MTV80s.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"MTV80s.us","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"MTV80s.us","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"MTV80s.us","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"MTV80s.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"MTV90s.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"MTV90s.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"MTV90s.us","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"MTV90s.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"MTV90s.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"MTV90s.us","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"MTV90s.us","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"MTV90s.us","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"MTV90s.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"MTVAfrica.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"MTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"MTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"MTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"MTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"MTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"MTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"MTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"MTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"MTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"MTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"MTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"MTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"MTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"MTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"MTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"MTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"MTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"MTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"MTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"MTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"MTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"MTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"MTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"MTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"MTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"MTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"MTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"MTVAfrica.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"MTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"MTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"MTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"MTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"MTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"MTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"MTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"MTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"MTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"MTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"MTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"MTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"MTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"MTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"MTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"MTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"MTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"MTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"MTVAlloubnaniya.lb","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"MTVAlloubnaniya.lb","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"MTVBaseAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"MTVBaseAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"MTVBaseAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"MTVBaseAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"MTVBaseAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"MTVBaseAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"MTVBaseAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"MTVBaseAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"MTVBaseAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"MTVBaseAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"MTVBaseAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"MTVBaseAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"MTVBaseAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"MTVBaseAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"MTVBaseAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"MTVBaseAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"MTVBaseAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"MTVBaseAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"MTVBaseAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"MTVBaseAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"MTVBaseAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"MTVBaseAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"MTVBaseAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"MTVBaseAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"MTVBaseAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"MTVBaseAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"MTVBaseAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"MTVBaseAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"MTVBaseAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"MTVBaseAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"MTVBaseAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"MTVBaseAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"MTVBaseAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"MTVBaseAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"MTVBaseAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"MTVBaseAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"MTVBaseAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"MTVBaseAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"MTVBaseAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"MTVBaseAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"MTVBaseAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"MTVBaseAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"MTVBaseAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"MTVBaseAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"MTVBaseAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"MTVBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"MTVClassicEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"MTVClassicEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"MTVClassicWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"MTVEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"MTVEast.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"MTVEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"MTVEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"MTVEspana.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"MTVEspana.us","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"MTVFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"MTVFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"MTVFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"MTVFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"MTVFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"MTVFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"MTVFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"MTVFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"MTVFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"MTVFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"MTVFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"MTVFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"MTVFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"MTVFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"MTVFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"MTVFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"MTVFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"MTVFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"MTVFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"MTVFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"MTVFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"MTVFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"MTVFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"MTVFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"MTVFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"MTVFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"MTVFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"MTVFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"MTVFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"MTVFrance.us","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"MTVFrance.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"MTVFrance.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"MTVFrance.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"MTVFrance.us","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"MTVFrance.us","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"MTVGermany.us","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"MTVGermany.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"MTVGermany.us","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"MTVGlobal.us","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"MTVGlobal.us","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"MTVGlobal.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"MTVGlobal.us","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"MTVGlobal.us","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"MTVGlobal.us","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"MTVGlobal.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"MTVGlobal.us","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"MTVHitsEurope.us","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"MTVHitsEurope.us","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"MTVHitsEurope.us","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"MTVHitsEurope.us","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"MTVHitsEurope.us","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"MTVHitsEurope.us","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"MTVHitsEurope.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"MTVHitsEurope.us","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"MTVHitsEurope.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"MTVHitsEurope.us","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"MTVHitsEurope.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"MTVHitsEurope.us","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"MTVHitsEurope.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"MTVHitsEurope.us","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"MTVHitsEurope.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"MTVHitsEurope.us","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"MTVHitsEurope.us","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"MTVHitsEurope.us","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"MTVHitsEurope.us","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"MTVHitsEurope.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"MTVHitsFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"MTVHitsFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"MTVHitsFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"MTVHitsFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"MTVHitsFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"MTVHitsFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"MTVHitsFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"MTVHitsFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"MTVHitsFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"MTVHitsFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"MTVHitsFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"MTVHitsFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"MTVHitsFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"MTVHitsFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"MTVHitsFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"MTVHitsFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"MTVHitsFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"MTVHitsFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"MTVHitsFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"MTVHitsFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"MTVHitsFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"MTVHitsFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"MTVHitsFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"MTVHitsFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"MTVHitsFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"MTVHitsFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"MTVHitsFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"MTVHitsFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"MTVHitsFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"MTVHitsFrance.us","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"MTVHitsFrance.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"MTVHitsFrance.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"MTVHitsFrance.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"MTVHitsFrance.us","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"MTVHitsFrance.us","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"MTVHitsUK.us","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"MTVHungary.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"MTVIndia.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"MTVIndia.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"MTVIndia.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"MTVIndia.us","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"MTVIndia.us","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"MTVIndia.us","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"MTVJapan.us","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"MTVLatino.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"MTVLatino.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/mi.tv.epg.xml"},{"channel":"MTVLatinoNorte.us","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"MTVLatinoSud.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/gatotv.com.epg.xml"},{"channel":"MTVLatinoSud.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/gatotv.com.epg.xml"},{"channel":"MTVLatinoSud.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"MTVLatinoSud.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"MTVLatinoSud.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"MTVLatinoSud.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"MTVLatinoSud.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ec/gatotv.com.epg.xml"},{"channel":"MTVLatinoSud.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"MTVLatinoSud.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"MTVLatinoSud.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"MTVLatinoSud.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"MTVLatinoSud.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml"},{"channel":"MTVLatinoSud.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/py/gatotv.com.epg.xml"},{"channel":"MTVLatinoSud.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"MTVLatinoSud.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/uy/gatotv.com.epg.xml"},{"channel":"MTVLatinoSud.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ve/gatotv.com.epg.xml"},{"channel":"MTVLatinoSud.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"MTVLatinoSud.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"MTVLive.us","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"MTVLive.us","site":"ipko.com","lang":"hr","url":"https://iptv-org.github.io/epg/guides/al/ipko.com.epg.xml"},{"channel":"MTVLive.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"MTVLive.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/mi.tv.epg.xml"},{"channel":"MTVLive.us","site":"novacyprus.com","lang":"el","url":"https://iptv-org.github.io/epg/guides/cy/novacyprus.com.epg.xml"},{"channel":"MTVLive.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"MTVLive.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"MTVLive.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"MTVLive.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"MTVLive.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"MTVLive.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"MTVLive.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"MTVLive.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"MTVLive.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"MTVLive.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"MTVLive.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"MTVLive.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"MTVLive.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"MTVLive.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"MTVLive.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"MTVLive.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"MTVLive.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"MTVLive.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"MTVLive.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"MTVLive.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"MTVLive.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"MTVLive.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"MTVLive.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"MTVLive.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"MTVLive.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"MTVLive.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"MTVLive.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"MTVLive.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"MTVLive.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"MTVLive.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"MTVLive.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"MTVLive.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"MTVLive.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"MTVLive.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"MTVLive.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"MTVLiveHD.us","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"MTVLiveHD.us","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"MTVLiveHD.us","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"MTVLiveHD.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"MTVLiveHD.us","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"MTVLiveHD.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"MTVLiveHD.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"MTVLiveHD.us","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"MTVLiveHD.us","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"MTVLiveHD.us","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"MTVLiveHD.us","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"MTVLiveUSA.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"MTVMusic24.us","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"MTVMusic24.us","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"MTVMusicItalia.us","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"MTVMusicItalia.us","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"MTVNL.us","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"MTVNordic.us","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"MTVNordic.us","site":"allente.se","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/allente.se.epg.xml"},{"channel":"MTVNordic.us","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"MTVNordic.us","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"MTVNordic.us","site":"telkussa.fi","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/telkussa.fi.epg.xml"},{"channel":"MTVPolska.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"MTVPortugal.us","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"MTVRussia.us","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"MTVRussia.us","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"MTVSouthEastAsiaPlus1.us","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"MTVTr3sEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"MTVUK.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"MUTV.uk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"MUTV.uk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"MUTV.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"MabokeTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"MabokeTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"MabokeTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"MabokeTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"MabokeTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"MabokeTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"MabokeTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"MabokeTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"MabokeTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"MabokeTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"MabokeTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"MabokeTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"MabokeTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"MabokeTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"MabokeTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"MabokeTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"MabokeTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"MabokeTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"MabokeTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"MabokeTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"MabokeTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"MabokeTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"MabokeTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"MabokeTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"MacauAsiaSatelliteTV.mo","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"MacauAsiaSatelliteTV.mo","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"MadGreekz.gr","site":"novacyprus.com","lang":"el","url":"https://iptv-org.github.io/epg/guides/cy/novacyprus.com.epg.xml"},{"channel":"MadTV.gr","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"MadTV.gr","site":"novacyprus.com","lang":"el","url":"https://iptv-org.github.io/epg/guides/cy/novacyprus.com.epg.xml"},{"channel":"MadViral.gr","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"MadaniTV.id","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"MadaniTV.id","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"MadaniTV.id","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"MadaniTV.id","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"MadaniTV.id","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"MadaniTV.id","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"MadaniTV.id","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"MadaniTV.id","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"MadaniTV.id","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"MadaniTV.id","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"MadaniTV.id","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"MadaniTV.id","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"MadaniTV.id","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"MadaniTV.id","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"MadaniTV.id","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"MadaniTV.id","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"MadaniTV.id","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"MadaniTV.id","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"MadaniTV.id","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"MadaniTV.id","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"MadaniTV.id","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"MadaniTV.id","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"MadaniTV.id","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"MadaniTV.id","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"MadaniTV.id","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"MadaniTV.id","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"MadaniTV.id","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"MadaniTV.id","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"MadaniTV.id","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"MadaniTV.id","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"MadaniTV.id","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"MadaniTV.id","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"MadaniTV.id","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"MadaniTV.id","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"MadiTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"MadiTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"MadiTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"MadiTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"MadiTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"MadiTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"MadiTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"MadiTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"MadiTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"MadiTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"MadiTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"MadiTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"MadiTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"MadiTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"MadiTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"MadiTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"MadiTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"MadiTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"MadiTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"MadiTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"MadiTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"MadiTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"MadiTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"MadiTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"Maestro.ge","site":"magticom.ge","lang":"ka","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"MagicTV.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"MagtiHiti.ge","site":"magticom.ge","lang":"ka","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"MagtiKino.ge","site":"magticom.ge","lang":"ka","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"MaiTV.fj","site":"walesi.com.fj","lang":"fj","url":"https://iptv-org.github.io/epg/guides/fj/walesi.com.fj.epg.xml"},{"channel":"Maiboli.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"MaishaMagicBongo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"MaishaMagicBongo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"MaishaMagicBongo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"MaishaMagicBongo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"MaishaMagicBongo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"MaishaMagicBongo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"MaishaMagicBongo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"MaishaMagicBongo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"MaishaMagicBongo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"MaishaMagicBongo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"MaishaMagicBongo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"MaishaMagicBongo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"MaishaMagicBongo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"MaishaMagicBongo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"MaishaMagicBongo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"MaishaMagicBongo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"MaishaMagicBongo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"MaishaMagicBongo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"MaishaMagicBongo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"MaishaMagicBongo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"MaishaMagicBongo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"MaishaMagicBongo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"MaishaMagicBongo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"MaishaMagicBongo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"MaishaMagicBongo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"MaishaMagicBongo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"MaishaMagicBongo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"MaishaMagicBongo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"MaishaMagicBongo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"MaishaMagicBongo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"MaishaMagicBongo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"MaishaMagicBongo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"MaishaMagicBongo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"MaishaMagicBongo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"MaishaMagicBongo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"MaishaMagicBongo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"MaishaMagicBongo.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"MaishaMagicMovies.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"MaishaMagicMovies.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"MaishaMagicMovies.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"MaishaMagicMovies.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"MaishaMagicMovies.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"MaishaMagicMovies.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"MaishaMagicMovies.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"MaishaMagicMovies.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"MaishaMagicMovies.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"MaishaMagicMovies.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"MaishaMagicMovies.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"MaishaMagicMovies.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"MaishaMagicMovies.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"MaishaMagicMovies.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"MaishaMagicMovies.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"MaishaMagicMovies.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"MaishaMagicMovies.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"MaishaMagicMovies.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"MaishaMagicMovies.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"MaishaMagicMovies.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"MaishaMagicMovies.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"MaishaMagicMovies.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"MaishaMagicMovies.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"MaishaMagicMovies.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"MaishaMagicMovies.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"MaishaMagicMovies.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"MaishaMagicMovies.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"MaishaMagicMovies.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"MaishaMagicMovies.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"MaishaMagicMovies.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"MaishaMagicMovies.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"MaishaMagicMovies.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"MaishaMagicMovies.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"MaishaMagicMovies.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"MaishaMagicMovies.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"MaishaMagicMovies.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"MaishaMagicMovies.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"MaishaMagicMovies.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"MaishaMagicMovies.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"MaishaMagicMovies.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"MaishaMagicMovies.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"MaishaMagicMovies.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"MaishaMagicMovies.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"MaishaMagicMovies.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"MaishaMagicMovies.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"MaishaMagicPlus.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"MaishaMagicPlus.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"MaishaMagicPlus.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"MaishaMagicPlus.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"MaishaMagicPlus.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"MaishaMagicPlus.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"MaishaMagicPlus.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"MaishaMagicPlus.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"MaishaMagicPlus.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"MaishaMagicPlus.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"MaishaMagicPlus.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"MaishaMagicPlus.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"MaishaMagicPlus.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"MaishaMagicPlus.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"MaishaMagicPlus.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"MaishaMagicPlus.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"MaishaMagicPlus.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"MaishaMagicPlus.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"MaishaMagicPlus.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"MaishaMagicPlus.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"MaishaMagicPlus.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"MaishaMagicPlus.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"MaishaMagicPlus.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"MaishaMagicPlus.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"MaishaMagicPlus.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"MaishaMagicPlus.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"MaishaMagicPlus.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"MaishaMagicPlus.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"MaishaMagicPlus.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"MaishaMagicPlus.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"MaishaMagicPlus.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"MaishaMagicPlus.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"MaishaMagicPlus.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"MaishaMagicPlus.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"MaishaMagicPlus.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"MaishaMagicPlus.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"MaishaMagicPlus.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"MaishaMagicPoa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"MaishaMagicPoa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"MaishaMagicPoa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"MaishaMagicPoa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"MaishaMagicPoa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"MaishaMagicPoa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"MaishaMagicPoa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"MaishaMagicPoa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"MaishaMagicPoa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"MaishaMagicPoa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"MaishaMagicPoa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"MaishaMagicPoa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"MaishaMagicPoa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"MaishaMagicPoa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"MaishaMagicPoa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"MaishaMagicPoa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"MaishaMagicPoa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"MaishaMagicPoa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"MaishaMagicPoa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"MaishaMagicPoa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"MaishaMagicPoa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"MaishaMagicPoa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"MaishaMagicPoa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"MaishaMagicPoa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"MaishaMagicPoa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"MaishaMagicPoa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"MaishaMagicPoa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"MaishaMagicPoa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"MaishaMagicPoa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"MaishaMagicPoa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"MaishaMagicPoa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"MaishaMagicPoa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"MaishaMagicPoa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"MaishaMagicPoa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"MaishaMagicPoa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"MaishaMagicPoa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"MaishaMagicPoa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"MaisnaTela.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"MaisonTravauxTV.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"MakedoniaTV.gr","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"MakkalTV.in","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"MallTV.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"MalyatkoTV.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"MalyshTV.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Mama.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"MamboMotoTV.tz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"MamboMotoTV.tz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"MandeTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"MandeTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"MandeTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"MandeTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"MandeTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"MandeTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"MandeTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"MandeTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"MandeTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"MandeTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"MandeTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"MandeTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"MandeTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"MandeTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"MandeTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"MandeTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"MandeTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"MandeTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"MandeTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"MandeTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"MandeTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"MandeTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"MandeTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"MandeTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"Mangas.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"Mangas.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"Mangas.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"Mangas.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"Mangas.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"Mangas.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"Mangas.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"Mangas.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"Mangas.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"Mangas.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"Mangas.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"Mangas.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"Mangas.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"Mangas.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"Mangas.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"Mangas.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"Mangas.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"Mangas.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"Mangas.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"Mangas.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"Mangas.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"Mangas.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"Mangas.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"Mangas.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"Mangas.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"Mangas.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"Mangas.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"ManjariTV.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ManoranjanGrand.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ManoranjanMovies.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ManoranjanTV.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"MaraoTV.ge","site":"magticom.ge","lang":"ka","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"MarcoPoloTV.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"MariaPlusVision.mx","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"MariaPlusVision.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"MariaPlusVision.mx","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"MariaPlusVisionMedjugorje.mx","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"MarinaTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"MarinaTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"MarinaTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"MarinaTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"MarinaTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"MarinaTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"MarinaTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"MarinaTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"MarinaTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"MarinaTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"MarinaTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"MarinaTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"MarinaTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"MarinaTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"MarinaTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"MarinaTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"MarinaTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"MarinaTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"MarinaTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"MarinaTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"MarinaTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"MarinaTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"MarinaTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"MarinaTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"MarinaTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"MarinaTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"MarinaTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"MarinaTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"MarinaTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"MarinaTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"MarinaTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"MarinaTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"MarinaTV.kw","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"MarinaTV.kw","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"MarkizaInternational.sk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"MarqueeSportsNetwork.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"MartialArtsWorld.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"Martinique1ere.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"Martinique1ere.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"Martinique1ere.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"Martinique1ere.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"Martinique1ere.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"Martinique1ere.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"MarvelHQ.us","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"MasChicEstadosUnidos.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/us/gatotv.com.epg.xml"},{"channel":"MasChicEstadosUnidos.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/mi.tv.epg.xml"},{"channel":"MasChicLatinoamerica.us","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"MasChicLatinoamerica.us","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"MasChicLatinoamerica.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"MasperoZaman.eg","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"MasperoZaman.eg","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"Mastiii.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"Match.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Match.ru","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"MatchArena.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"MatchArena.ru","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"MatchBoets.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"MatchBoets.ru","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"MatchFutbol1.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"MatchFutbol2.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"MatchFutbol3.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"MatchIgra.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"MatchIgra.ru","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"MatchPlaneta.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Matkanalen.no","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"MavTV.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"MavTV.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"MavTV.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Max.no","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"MaxLatino.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"MaxSport1.bg","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"MaxSport2.bg","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"MaxSport3.bg","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"MaxSport4.bg","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"MaxTV.ch","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Mayotte1ere.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"Mayotte1ere.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"Mayotte1ere.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"MazhavilManorama.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"Me.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"MeGusta.co","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"MeTV.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"MeTV.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"MedeniyyetTV.az","site":"tv.mail.ru","lang":"az","url":"https://iptv-org.github.io/epg/guides/az/tv.mail.ru.epg.xml"},{"channel":"Medi1TVArabic.ma","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"Medi1TVArabic.ma","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"Medi1TVArabic.ma","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"Medi1TVArabic.ma","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"Medi1TVArabic.ma","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"Medi1TVArabic.ma","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"Medi1TVArabic.ma","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"Medi1TVArabic.ma","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"Medi1TVArabic.ma","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"Medi1TVArabic.ma","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"Medi1TVArabic.ma","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"Medi1TVArabic.ma","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"Medi1TVArabic.ma","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"Medi1TVArabic.ma","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"Medi1TVArabic.ma","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"Medi1TVArabic.ma","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"Medi1TVArabic.ma","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"Medi1TVArabic.ma","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"Medi1TVArabic.ma","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"Medi1TVArabic.ma","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"Medi1TVArabic.ma","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"Medi1TVArabic.ma","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"Medi1TVArabic.ma","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"Medi1TVArabic.ma","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"MediaMaisTV.mz","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"MediasetExtra.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"MediasetExtra.it","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"MediasetExtra.it","site":"mediaset.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/mediaset.it.epg.xml"},{"channel":"MediasetExtra.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"MediasetItalia.it","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"MediasetItalia.it","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"MediasetItalia.it","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"MediasetItalia.it","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Mega.cl","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"Mega.cl","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"Mega.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"MegaTV.gr","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"MegaTV.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"MegaTV.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Meganoticias.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"Megapix.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"MegavisionCanal19.sv","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/mi.tv.epg.xml"},{"channel":"MegavisionCanal21.sv","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"MegavisionCanal21.sv","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/mi.tv.epg.xml"},{"channel":"MeidenvanHollandHard.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"MelodieTV.at","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Melody.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"Melody.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"Melody.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"Melody.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"Melody.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"Melody.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"Melody.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"Melody.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"Melody.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"Melody.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"Melody.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"Melody.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"Melody.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"Melody.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"Melody.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"Melody.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"Melody.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"Melody.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"Melody.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"Melody.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"Melody.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"Melody.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"Melody.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"Melody.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"Melody.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"Melody.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"Melody.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"MelodyAflam.eg","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"MelodyDrama.eg","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"MelodyHits.eg","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"MelodydAfrique.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"MelosTV.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"MeltemTV.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"MeppelTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"MercuryMediaChannel.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"Metro.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"Metro.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"MetroTV.id","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"MetroTV.id","site":"vidio.com","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/vidio.com.epg.xml"},{"channel":"Metropole.ht","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"Metropole.ht","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"Metropole.ht","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"Metropole.ht","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"Metropole.ht","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"Metropole.ht","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"Mezzo.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"Mezzo.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"Mezzo.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"Mezzo.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"Mezzo.fr","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"Mezzo.fr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"Mezzo.fr","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Mezzo.fr","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"Mezzo.fr","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"Mezzo.fr","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"Mezzo.fr","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"Mezzo.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"Mezzo.fr","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"Mezzo.fr","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"Mezzo.fr","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"Mezzo.fr","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"Mezzo.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Mezzo.fr","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Mezzo.fr","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"MezzoLiveHD.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"MezzoLiveHD.fr","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"MezzoLiveHD.fr","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"MezzoLiveHD.fr","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"MezzoLiveHD.fr","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"MezzoLiveHD.fr","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"MezzoLiveHD.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"MezzoLiveHD.fr","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"MezzoLiveHD.fr","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"MezzoLiveHD.fr","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"MezzoLiveHD.fr","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"MezzoLiveHD.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"MezzoLiveHD.fr","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"MezzoLiveHD.fr","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"MezzoLiveHD.fr","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"MezzoLiveHD.fr","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Mh1Music.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"MiGenteTV.co","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/mi.tv.epg.xml"},{"channel":"MiaoMi.hk","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"MibawaTV.mw","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"MidnightBlue.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"MikubaTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"MikubaTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"MikubaTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"MikubaTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"MikubaTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"MikubaTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"MikubaTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"MikubaTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"MikubaTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"MikubaTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"MikubaTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"MikubaTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"MikubaTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"MikubaTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"MikubaTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"MikubaTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"MikubaTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"MikubaTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"MikubaTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"MikubaTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"MikubaTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"MikubaTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"MikubaTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"MikubaTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"MilanTV.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"MilenioTV.mx","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/mi.tv.epg.xml"},{"channel":"MindsetLearn.za","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"MindsetLearn.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"MindsetLearn.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"MindsetLearn.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"MindsetLearn.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"MindsetLearn.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"MindsetLearn.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"MindsetLearn.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"MindsetLearn.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"MindsetLearn.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"MindsetLearn.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"MindsetLearn.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"MindsetLearn.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"MindsetLearn.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"MindsetLearn.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"MindsetLearn.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"MindsetLearn.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"MindsetLearn.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"MindsetLearn.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"MindsetLearn.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"MindsetLearn.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"MindsetLearn.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"MindsetLearn.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"MindsetLearn.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"MindsetLearn.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"MindsetLearn.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"MindsetLearn.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"MindsetLearn.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"MindsetLearn.za","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"MindsetLearn.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"MindsetLearn.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"MindsetLearn.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"MindsetLearn.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"MindsetLearn.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"MindsetLearn.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"MindsetLearn.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"MindsetLearn.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"MindsetLearn.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"MindsetLearn.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"MindsetLearn.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"MindsetLearn.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"MindsetLearn.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"MindsetLearn.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"MindsetLearn.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tz/dstv.com.epg.xml"},{"channel":"MindsetLearn.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"MindsetLearn.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"MindsetLearn.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"MindsetLearn.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"MiniMiniPlus.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"MiniTV.hr","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"MiniTV.hr","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"MinikaCocuk.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"MinikaGo.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"MinikaGo.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"MinimaxCzechia.hu","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"MinimaxHungary.hu","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"MinimaxHungary.hu","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"MinimaxRomania.hu","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"MinimaxRomania.hu","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"MinimaxSerbia.hu","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"MinimaxSerbia.hu","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"Mir.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Mir.ru","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"Mir24.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"MirBelogoryaTV.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"MirSeriala.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"MirrorNow.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"MishapiVoiceTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"MishapiVoiceTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"MishapiVoiceTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"MishapiVoiceTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"MishapiVoiceTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"MishapiVoiceTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"MishapiVoiceTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"MishapiVoiceTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"MishapiVoiceTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"MishapiVoiceTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"MishapiVoiceTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"MishapiVoiceTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"MishapiVoiceTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"MishapiVoiceTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"MishapiVoiceTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"MishapiVoiceTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"MishapiVoiceTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"MishapiVoiceTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"MishapiVoiceTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"MishapiVoiceTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"MishapiVoiceTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"MishapiVoiceTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"MishapiVoiceTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"MishapiVoiceTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"MixBelAraby.eg","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"MixBelAraby.eg","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"MixHollywood.eg","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"MixHollywood.eg","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"MnamTV.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"MnauTV.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"MnetJapan.kr","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"MojaLove.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"MojaLove.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"MojaLove.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"MojaLove.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"MojaLove.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"MojaLove.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"MojaLove.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"MojaLove.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"MoliereTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"MoliereTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"MoliereTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"MoliereTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"MoliereTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"MoliereTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"MoliereTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"MoliereTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"MoliereTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"MoliereTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"MoliereTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"MoliereTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"MoliereTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"MoliereTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"MoliereTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"MoliereTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"MoliereTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"MoliereTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"MoliereTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"MoliereTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"MoliereTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"MoliereTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"MoliereTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"MoliereTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"MondoTV.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"Mono29.th","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"MoozDance.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"MoozHits.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"MoozRo.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"More4UK.uk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"More4UK.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"More4UK.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"More4UK.uk","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"MoreMaxEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"MoreMaxEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"MoreMaxEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"MoreMaxWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"MoreThanSportsTV.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Moskva24.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"MoskvaTelekanal.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Mostnet.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"MotorTrend.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"MotorTrend.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Motortrend.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"MotorvisionTV.de","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"MotorvisionTV.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"MotorvisionTV.de","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"MotorvisionTV.de","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"MotorvisionTV.de","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"MotorvisionTV.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"MotorvisionTV.de","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"MotorvisionTV.de","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"Motowizja.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"MovieMax.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"MovieMaxEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"MovieMaxWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"MovieMovie.hk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"MovieMovie.hk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"MoviePlexEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"MoviePlexWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"MoviePlus.jp","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"MoviePlus.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"MovieSmartClassic.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"MovieSmartPremium.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"MovieSmartPremium2.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"MovieSmartTurk.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"Movies.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"Movies.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Movies24.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"MoviesNow.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"MoviesNowPlus.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"MovistarAccion.es","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"MovistarAccion.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"MovistarCineEspanol.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"MovistarComedia.es","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"MovistarComedia.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"MovistarDeportes.pe","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"MovistarDeportes.pe","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"MovistarDrama.es","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"MovistarEstrenos.es","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"MovistarEstrenos.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"MovistarGolf.es","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"MovistarSeries.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"MoyaPlaneta.ru","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"MoyaPlaneta.ru","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"MoyaPlaneta.ru","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"MoyaPlaneta.ru","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"MoyaPlaneta.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"MoziPlus.hu","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"MpumaKapaTV.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"MpumaKapaTV.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"MrezaTV.hr","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"MtavariArkhi.ge","site":"magticom.ge","lang":"ka","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"MuchArgentina.ca","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"Mult.ru","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"Mult.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"MultiPremier.mx","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/mi.tv.epg.xml"},{"channel":"MultiPremier.mx","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"Multilandia.ru","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"MultimediosPlus.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"Multishow.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"MunchenTV.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"MunchenTV.de","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"MundoFox.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"MundoFox.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"Musalsalat.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"Musalsalat.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"Musalsalat.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"Musalsalat.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"Musalsalat.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"Musalsalat.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"Musalsalat.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"Musalsalat.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"Musalsalat.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"Musalsalat.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"Musalsalat.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"Musalsalat.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"Musalsalat.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"Musalsalat.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"Musalsalat.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"Musalsalat.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"Musalsalat.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"Musalsalat.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"Musalsalat.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"Musalsalat.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"Musalsalat.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"Musalsalat.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"Musalsalat.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"Musalsalat.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"Musalsalat.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"Musalsalat.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"Musalsalat.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"Musalsalat.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"Musalsalat.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"Musalsalat.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"Musalsalat.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"Musalsalat.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"Musalsalat.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"Musalsalat.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"MusalsalatPlus2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"MusalsalatPlus2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"MusalsalatPlus2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"MusalsalatPlus2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"MusalsalatPlus2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"MusalsalatPlus2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"MusalsalatPlus2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"MusalsalatPlus2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"MusalsalatPlus2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"MusalsalatPlus2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"MusalsalatPlus2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"MusalsalatPlus2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"MusalsalatPlus2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"MusalsalatPlus2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"MusalsalatPlus2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"MusalsalatPlus2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"MusalsalatPlus2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"MusalsalatPlus2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"MusalsalatPlus2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"MusalsalatPlus2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"MusalsalatPlus2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"MusalsalatPlus2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"MusalsalatPlus2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"MusalsalatPlus2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"MusalsalatPlus2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"MusalsalatPlus2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"MusalsalatPlus2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"MusalsalatPlus2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"MusalsalatPlus2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"MusalsalatPlus2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"MusalsalatPlus2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"MusalsalatPlus2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"MusalsalatPlus2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"MusalsalatPlus2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"Musawa.ps","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"Musawa.ps","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"Museum.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"Museum.fr","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"Museum.fr","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"MuseumInternational.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"MuseumInternational.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"MuseumInternational.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"MuseumInternational.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"MuseumInternational.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"MuseumInternational.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"MuseumInternational.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"MuseumInternational.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"MuseumInternational.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"MuseumInternational.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"MuseumInternational.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"MuseumInternational.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"MuseumInternational.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"MuseumInternational.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"MuseumInternational.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"MuseumInternational.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"MuseumInternational.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"MuseumInternational.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"MuseumInternational.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"MuseumInternational.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"MuseumInternational.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"MuseumInternational.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"MuseumInternational.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"MuseumInternational.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"MusicAir.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"MusicBoxBrazil.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"MusicBoxRussia.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"MusicBoxUkraina.ua","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"MusicBoxUkraina.ua","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"MusicChannelHungary.ro","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"MusicChannelRomania.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"MusicChoice90s.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"MusicChoicePopCountry.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"MusicNow.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"MusicNow.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"MusicNow.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"MusicNow.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"MusicNow.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"MusicNow.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"MusicNow.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"MusicNow.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"MusicNow.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"MusicNow.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"MusicNow.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"MusicNow.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"MusicNow.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"MusicNow.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"MusicNow.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"MusicNow.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"MusicNow.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"MusicNow.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"MusicNow.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"MusicNow.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"MusicNow.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"MusicNow.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"MusicNow.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"MusicNow.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"MusicNow.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"MusicNow.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"MusicNow.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"MusicNow.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"MusicNow.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"MusicNow.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"MusicNow.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"MusicNow.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"MusicNow.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"MusicNow.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"MusicOnTV.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"MusicTV.id","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"MusicTop.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"Musig24TV.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"MuslimTV.id","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"MuzSoyuz.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"MuzTV.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"MuzTV.ru","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"MuzhskoeKino.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"MuzhskoeKino.ru","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"Muzhskoy.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"MuzikaPervogo.ru","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"MuzikaPervogo.ru","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"MuzikaPervogo.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"MuzikaPervogoInternational.ru","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"MuzsikaTV.hu","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"MuzsikaTV.hu","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"MuzsikaTV.hu","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"MuzsikaTV.hu","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"Muzzik.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"Muzzik.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"MyChannelAfrica.ao","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"MyDestinationTV.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"MyHits.ee","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"MyHits.ee","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"MyHits.ee","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"MyMediaPrime.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"MyMediaPrime.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"MyMediaPrime.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"MyMediaPrime.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"MyMediaPrime.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"MyMediaPrime.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"MyMediaPrime.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"MyMediaPrime.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"MyMediaPrime.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"MyMediaPrime.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"MyMediaPrime.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"MyMediaPrime.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"MyMediaPrime.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"MyMediaPrime.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"MyMediaPrime.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"MyMediaPrime.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"MyMediaPrime.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"MyMediaPrime.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"MyMediaPrime.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"MyMediaPrime.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"MyMediaPrime.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"MyMediaPrime.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"MyMediaPrime.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"MyMediaPrime.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"MyMusic.al","site":"ipko.com","lang":"hr","url":"https://iptv-org.github.io/epg/guides/al/ipko.com.epg.xml"},{"channel":"MyNetworkTV.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"MySports2.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"MySports2Francais.ch","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"MySports3.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"MySports3Francais.ch","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"MySports4.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"MySports4Francais.ch","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"MySports5.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"MySports5Francais.ch","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"MySports6.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"MySports6Francais.ch","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"MySports7.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"MySports7Francais.ch","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"MySports8.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"MySports8Francais.ch","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"MySports9.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"MySports9Francais.ch","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"MySportsOne.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"MySportsOneFrancais.ch","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"MyTV.id","site":"vidio.com","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/vidio.com.epg.xml"},{"channel":"MyZenMusic.fr","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"MyZenNature.fr","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"MyZenTV.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"MyZenTV.fr","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"MyZenTV.fr","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"MyZenTV.fr","site":"novacyprus.com","lang":"el","url":"https://iptv-org.github.io/epg/guides/cy/novacyprus.com.epg.xml"},{"channel":"MyZenTV.fr","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"MyZenTV.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"MyZenTV.fr","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"MyZenTV.fr","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"MyZenTV.fr","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"MyZenTV.fr","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"MyZenTV.fr","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"MyZenTV.fr","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"MyZenTV.fr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"MyZenTV4K.fr","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"MyZenTV4K.fr","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"MyxMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"MyxMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"MyxMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"MyxMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"MyxMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"MyxMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"MyxMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"MyxMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"MyxMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"MyxMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"MyxMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"MyxMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"MyxMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"MyxMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"MyxMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"MyxMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"MyxMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"MyxMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"MyxMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"MyxMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"MyxMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"MyxMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"MyxMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"MyxMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"MyxMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"MyxMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"MyxMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"MyxMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"MyxMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"MyxMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"MyxMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"MyxMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"MyxMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"MyxMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"MyxUSA.ph","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"MzansiBioskop.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"MzansiBioskop.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"MzansiBioskop.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"MzansiBioskop.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"MzansiBioskop.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"MzansiBioskop.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"MzansiBioskop.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"MzansiBioskop.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"MzansiMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"MzansiMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"MzansiMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"MzansiMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"MzansiMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"MzansiMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"MzansiMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"MzansiMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"MzansiMagicMusic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"MzansiMagicMusic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"MzansiMagicMusic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"MzansiMagicMusic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"MzansiMagicMusic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"MzansiMagicMusic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"MzansiMagicMusic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"MzansiMagicMusic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"MzansiWethu.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"MzansiWethu.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"MzansiWethu.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"MzansiWethu.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"MzansiWethu.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"MzansiWethu.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"MzansiWethu.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"MzansiWethu.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"N1Hrvatska.rs","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"N24Doku.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"NASATVPublic.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"NASATVPublic.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"NASATVPublic.us","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"NASATVUHD.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"NBALeaguePass1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"NBALeaguePass10.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"NBALeaguePass2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"NBALeaguePass3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"NBALeaguePass4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"NBALeaguePass5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"NBALeaguePass6.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"NBALeaguePass7.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"NBALeaguePass8.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"NBALeaguePass9.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"NBATV.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"NBATV.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"NBATV.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"NBATV.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"NBATV.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"NBATV.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"NBATV.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"NBATV.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"NBATV.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"NBATV.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"NBATV.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"NBATV.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"NBATV.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"NBATV.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"NBATV.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"NBATV.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"NBATV.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"NBATV.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"NBATV.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"NBATV.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"NBATV.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"NBATV.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"NBATV.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"NBATV.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"NBATV.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"NBATV.us","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"NBATV.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"NBATV.us","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"NBATV.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"NBATV.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"NBATV.us","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"NBATV.us","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"NBATV.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"NBATV.us","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"NBATVLatinAmerica.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"NBC2.na","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"NBCEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"NBCEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"NBCSN.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"NBCSN.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"NBCSports.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"NBCSportsBayArea.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"NBCSportsBayArea.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"NBCSportsBoston.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"NBCSportsCalifornia.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"NBCSportsCalifornia.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"NBCSportsChicago.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"NBCSportsChicagoPlus.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"NBCSportsChicagoPlus2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"NBCSportsPhiladelphia.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"NBCSportsPhiladelphiaPlus.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"NBCSportsWashington.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"NBCSportsWashington.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"NBCUniversoEste.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"NBCUniversoEste.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/us/gatotv.com.epg.xml"},{"channel":"NBCUniversoWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"NBSTV.ug","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"NBSTV.ug","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"NBSTV.ug","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"NBSTV.ug","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"NBSTV.ug","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"NBT2.th","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"NBTV1.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"NBTV2.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"NBTV3.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"NBTV4.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"NBTV5.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"NDRFernsehenHamburg.de","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"NDRFernsehenHamburg.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"NDRFernsehenNiedersachsen.de","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"NDTV24x7.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"NDTV24x7.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"NDTV24x7.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"NDTV24x7.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"NDTV24x7.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"NDTV24x7.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"NDTV24x7.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"NDTV24x7.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"NDTV24x7.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"NDTV24x7.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"NDTV24x7.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"NDTV24x7.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"NDTV24x7.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"NDTV24x7.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"NDTV24x7.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"NDTV24x7.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"NDTV24x7.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"NDTV24x7.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"NDTV24x7.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"NDTV24x7.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"NDTV24x7.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"NDTV24x7.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"NDTV24x7.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"NDTV24x7.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"NDTV24x7.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"NDTV24x7.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"NDTV24x7.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"NDTV24x7.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"NDTV24x7.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"NDTV24x7.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"NDTV24x7.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"NDTV24x7.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"NDTV24x7.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"NDTV24x7.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"NDTV24x7.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"NDTV24x7.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"NDTV24x7.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"NDTV24x7.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"NDTV24x7.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"NDTV24x7.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"NDTV24x7.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"NDTV24x7.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"NDTV24x7.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tz/dstv.com.epg.xml"},{"channel":"NDTV24x7.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"NDTV24x7.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"NDTV24x7.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"NDTV24x7.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"NDTV24x7.in","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"NDTVGoodTimes.in","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"NDTVIndia.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"NESN.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"NESN.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"NET.id","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"NET.id","site":"vidio.com","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/vidio.com.epg.xml"},{"channel":"NFLNetwork.us","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"NFLNetwork.us","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"NFLNetwork.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/us/gatotv.com.epg.xml"},{"channel":"NFLNetwork.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"NFLNetwork.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"NFLRedZone.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"NHKBS1.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"NHKBS4K.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"NHKBSPremium.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"NHKEducationalTV.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"NHKGeneralTV.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"NHKWorldJapan.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"NHKWorldPremium.jp","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"NHKWorldPremium.jp","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"NHKWorldPremium.jp","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"NHKWorldPremium.jp","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"NHKWorldPremium.jp","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"NHKWorldPremium.jp","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"NHLNetwork.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"NHTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"NITV.au","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/au/ontvtonight.com.epg.xml"},{"channel":"NLOTV.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"NOOSTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"NPO1.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"NPO1.nl","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"NPO1.nl","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"NPO1.nl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"NPO1Extra.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"NPO2.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"NPO2.nl","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"NPO2.nl","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"NPO2.nl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"NPO2Extra.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"NPO3.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"NPO3.nl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"NPONieuws.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"NPOPolitiek.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"NPOZappelinExtra.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"NRBTV.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"NRBTV.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"NRJ12.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"NRJ12.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"NRJ12.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"NRJ12.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"NRJ12.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"NRJ12.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"NRJ12.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"NRJ12.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"NRJ12.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"NRJ12.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"NRJ12.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"NRJ12.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"NRJHits.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"NRJHits.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"NRK1.no","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"NRK1.no","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"NRK1.no","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"NRK2.no","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"NRK2.no","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"NRK3.no","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"NRK3.no","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"NRTV.ch","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"NSCTVBlumenau.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"NSCTVChapeco.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"NSCTVCriciuma.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"NSCTVFlorianopolis.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"NSCTVJoinville.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"NST.ru","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"NST.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"NSportPlus.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"NTA2.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"NTAInternational.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"NTAInternational.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"NTAInternational.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"NTAInternational.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"NTAInternational.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"NTAInternational.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"NTAInternational.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"NTAInternational.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"NTAInternational.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"NTAInternational.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"NTAInternational.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"NTAInternational.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"NTANews24.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"NTAParliament.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"NTDTVEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"NTN.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"NTN24.co","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"NTN24.co","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"NTN24USA.co","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"NTV.bd","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"NTV.de","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"NTV.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"NTV.de","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"NTV.de","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"NTV.de","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"NTV.de","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"NTV.de","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"NTV.de","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"NTV.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"NTV.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"NTV.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"NTV.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"NTV.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"NTV.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"NTV.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"NTV.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"NTV.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"NTV.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"NTV7.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"NTVAmerica.ru","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"NTVAustria.de","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"NTVBelarus.by","site":"tv.mail.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/by/tv.mail.ru.epg.xml"},{"channel":"NTVICKakanj.ba","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"NTVMir.ru","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"NTVMir.ru","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"NTVMirBaltic.ru","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"NTVMirBaltic.ru","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"NTVMirBaltic.ru","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"NTVNews24.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"NTVPravo.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"NTVSerial.ru","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"NTVSerial.ru","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"NTVSerial.ru","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"NTVSerial.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"NTVStyl.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"NTVUganda.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"NTVUganda.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"NTVUganda.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"NaaptolTamil.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"NahooTV.et","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"NamayeshTV.ir","site":"tva.tv","lang":"fa","url":"https://iptv-org.github.io/epg/guides/ir/tva.tv.epg.xml"},{"channel":"NandighoshaTV.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"NanoTV.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"NarodnaTV.rs","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"Narodni.hr","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"NasaTV.mk","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"Nash.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"NashKinomir.de","site":"tv.blue.ch","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"NashKinoroman.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"NasheNovoeKino.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"NasheNovoeKino.ru","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"NasheTV.by","site":"tv.mail.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/by/tv.mail.ru.epg.xml"},{"channel":"Nasim.ir","site":"tva.tv","lang":"fa","url":"https://iptv-org.github.io/epg/guides/ir/tva.tv.epg.xml"},{"channel":"NastoyashcheyeVremya.cz","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"NasulTV.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"NatGeoKids.us","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"NatGeoKids.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/gatotv.com.epg.xml"},{"channel":"NatGeoKids.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/gatotv.com.epg.xml"},{"channel":"NatGeoKids.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"NatGeoKids.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"NatGeoKids.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"NatGeoKids.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"NatGeoKids.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ec/gatotv.com.epg.xml"},{"channel":"NatGeoKids.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"NatGeoKids.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"NatGeoKids.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"NatGeoKids.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"NatGeoKids.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"NatGeoKids.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/py/gatotv.com.epg.xml"},{"channel":"NatGeoKids.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"NatGeoKids.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/uy/gatotv.com.epg.xml"},{"channel":"NatGeoKids.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"NatGeoKids.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"NatGeoKidsBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"NatGeoMundo.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"NatGeoMundo.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"NatGeoPeople.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"NatGeoWildEurope.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"NathanTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"NathanTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"NathanTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"NathanTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"NathanTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"NathanTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"NathanTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"NathanTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"NathanTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"NathanTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"NathanTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"NathanTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"NathanTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"NathanTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"NathanTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"NathanTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"NathanTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"NathanTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"NathanTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"NathanTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"NathanTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"NathanTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"NathanTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"NathanTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"NathanTV.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"NationTV.th","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"National24Plus.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"NationalGeographicAsia.us","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"NationalGeographicAsia.us","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"NationalGeographicAsia.us","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"NationalGeographicAsia.us","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"NationalGeographicBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"NationalGeographicBulgaria.us","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"NationalGeographicCentro.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"NationalGeographicCentro.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"NationalGeographicCentro.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"NationalGeographicCentro.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"NationalGeographicCentro.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"NationalGeographicCentro.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"NationalGeographicCentro.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"NationalGeographicCentro.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml"},{"channel":"NationalGeographicCentro.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"NationalGeographicCentro.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ve/gatotv.com.epg.xml"},{"channel":"NationalGeographicCentro.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"NationalGeographicChannelHDEurope.us","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"NationalGeographicChannelHDEurope.us","site":"allente.se","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/allente.se.epg.xml"},{"channel":"NationalGeographicChannelHDEurope.us","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"NationalGeographicChannelHDEurope.us","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"NationalGeographicChannelHDEurope.us","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"NationalGeographicChannelHDEurope.us","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"NationalGeographicChannelHDEurope.us","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"NationalGeographicChannelHDEurope.us","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"NationalGeographicChannelHDEurope.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"NationalGeographicChile.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"NationalGeographicChile.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"NationalGeographicDanmark.us","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"NationalGeographicDeutschland.us","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"NationalGeographicDeutschland.us","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"NationalGeographicEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"NationalGeographicEast.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"NationalGeographicEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"NationalGeographicEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"NationalGeographicEllada.us","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"NationalGeographicEllada.us","site":"novacyprus.com","lang":"el","url":"https://iptv-org.github.io/epg/guides/cy/novacyprus.com.epg.xml"},{"channel":"NationalGeographicEspana.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"NationalGeographicEspana.us","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"NationalGeographicFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"NationalGeographicFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"NationalGeographicFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"NationalGeographicFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"NationalGeographicFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"NationalGeographicFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"NationalGeographicFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"NationalGeographicFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"NationalGeographicFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"NationalGeographicFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"NationalGeographicFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"NationalGeographicFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"NationalGeographicFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"NationalGeographicFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"NationalGeographicFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"NationalGeographicFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"NationalGeographicFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"NationalGeographicFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"NationalGeographicFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"NationalGeographicFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"NationalGeographicFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"NationalGeographicFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"NationalGeographicFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"NationalGeographicFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"NationalGeographicFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"NationalGeographicFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"NationalGeographicFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"NationalGeographicFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"NationalGeographicFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"NationalGeographicFrance.us","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"NationalGeographicFrance.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"NationalGeographicFrance.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"NationalGeographicFrance.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"NationalGeographicFrance.us","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"NationalGeographicFrance.us","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"NationalGeographicFrance.us","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"NationalGeographicHrvatska.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"NationalGeographicHrvatska.us","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"NationalGeographicHungaryCzechia.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"NationalGeographicHungaryCzechia.us","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"NationalGeographicIndia.us","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"NationalGeographicItalia.us","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"NationalGeographicItalia.us","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"NationalGeographicItaliaPlus1.us","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"NationalGeographicJapan.us","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"NationalGeographicKorea.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"NationalGeographicMiddleEast.us","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"NationalGeographicMiddleEast.us","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"NationalGeographicMiddleEast.us","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"NationalGeographicMiddleEast.us","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"NationalGeographicMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"NationalGeographicMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"NationalGeographicMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"NationalGeographicMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"NationalGeographicMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"NationalGeographicMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"NationalGeographicMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"NationalGeographicMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"NationalGeographicMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"NationalGeographicMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"NationalGeographicMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"NationalGeographicMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"NationalGeographicMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"NationalGeographicMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"NationalGeographicMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"NationalGeographicMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"NationalGeographicMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"NationalGeographicMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"NationalGeographicMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"NationalGeographicMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"NationalGeographicMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"NationalGeographicMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"NationalGeographicMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"NationalGeographicMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"NationalGeographicMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"NationalGeographicMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"NationalGeographicMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"NationalGeographicMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"NationalGeographicMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"NationalGeographicMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"NationalGeographicMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"NationalGeographicMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"NationalGeographicMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"NationalGeographicMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"NationalGeographicNederland.us","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"NationalGeographicNorge.us","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"NationalGeographicNorte.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"NationalGeographicPolska.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"NationalGeographicPortugal.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"NationalGeographicPortugal.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"NationalGeographicPortugal.us","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"NationalGeographicPortugal.us","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"NationalGeographicRomania.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"NationalGeographicRussia.us","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"NationalGeographicRussia.us","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"NationalGeographicRussia.us","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"NationalGeographicScandinavia.us","site":"allente.se","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/allente.se.epg.xml"},{"channel":"NationalGeographicScandinavia.us","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"NationalGeographicScandinavia.us","site":"telkussa.fi","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/telkussa.fi.epg.xml"},{"channel":"NationalGeographicSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"NationalGeographicSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"NationalGeographicSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"NationalGeographicSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"NationalGeographicSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"NationalGeographicSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"NationalGeographicSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"NationalGeographicSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"NationalGeographicSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"NationalGeographicSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"NationalGeographicSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"NationalGeographicSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"NationalGeographicSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"NationalGeographicSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"NationalGeographicSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"NationalGeographicSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"NationalGeographicSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"NationalGeographicSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"NationalGeographicSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"NationalGeographicSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"NationalGeographicSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"NationalGeographicSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"NationalGeographicSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"NationalGeographicSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"NationalGeographicSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"NationalGeographicSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"NationalGeographicSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"NationalGeographicSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"NationalGeographicSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"NationalGeographicSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"NationalGeographicSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"NationalGeographicSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"NationalGeographicSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"NationalGeographicSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"NationalGeographicSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"NationalGeographicSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"NationalGeographicSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"NationalGeographicSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"NationalGeographicSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"NationalGeographicSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"NationalGeographicSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"NationalGeographicSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"NationalGeographicSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"NationalGeographicSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"NationalGeographicSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"NationalGeographicSrbija.us","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"NationalGeographicSrbija.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"NationalGeographicSur.us","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"NationalGeographicSur.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/mi.tv.epg.xml"},{"channel":"NationalGeographicTurkiye.us","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"NationalGeographicTurkiye.us","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"NationalGeographicTurkiye.us","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"NationalGeographicUK.us","site":"ipko.com","lang":"hr","url":"https://iptv-org.github.io/epg/guides/al/ipko.com.epg.xml"},{"channel":"NationalGeographicUK.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"NationalGeographicUK.us","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"NationalGeographicWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"NationalGeographicWild.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"NationalGeographicWild.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"NationalGeographicWild.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"NationalGeographicWildAsia.us","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"NationalGeographicWildAsia.us","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"NationalGeographicWildAsia.us","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"NationalGeographicWildAsia.us","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"NationalGeographicWildAsia.us","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"NationalGeographicWildBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"NationalGeographicWildBulgaria.us","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"NationalGeographicWildDeutschland.us","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"NationalGeographicWildDeutschland.us","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"NationalGeographicWildEspana.us","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"NationalGeographicWildEspana.us","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"NationalGeographicWildEurope.us","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"NationalGeographicWildEurope.us","site":"allente.se","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/allente.se.epg.xml"},{"channel":"NationalGeographicWildEurope.us","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"NationalGeographicWildEurope.us","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"NationalGeographicWildEurope.us","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"NationalGeographicWildEurope.us","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"NationalGeographicWildEurope.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"NationalGeographicWildEurope.us","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"NationalGeographicWildEurope.us","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"NationalGeographicWildEurope.us","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"NationalGeographicWildEurope.us","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"NationalGeographicWildEurope.us","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"NationalGeographicWildEurope.us","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"NationalGeographicWildEurope.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"NationalGeographicWildFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"NationalGeographicWildFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"NationalGeographicWildFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"NationalGeographicWildFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"NationalGeographicWildFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"NationalGeographicWildFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"NationalGeographicWildFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"NationalGeographicWildFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"NationalGeographicWildFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"NationalGeographicWildFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"NationalGeographicWildFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"NationalGeographicWildFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"NationalGeographicWildFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"NationalGeographicWildFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"NationalGeographicWildFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"NationalGeographicWildFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"NationalGeographicWildFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"NationalGeographicWildFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"NationalGeographicWildFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"NationalGeographicWildFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"NationalGeographicWildFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"NationalGeographicWildFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"NationalGeographicWildFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"NationalGeographicWildFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"NationalGeographicWildFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"NationalGeographicWildFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"NationalGeographicWildFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"NationalGeographicWildFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"NationalGeographicWildFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"NationalGeographicWildFrance.us","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"NationalGeographicWildFrance.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"NationalGeographicWildFrance.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"NationalGeographicWildFrance.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"NationalGeographicWildFrance.us","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"NationalGeographicWildFrance.us","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"NationalGeographicWildFrance.us","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"NationalGeographicWildHungary.us","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"NationalGeographicWildItalia.us","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"NationalGeographicWildItalia.us","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"NationalGeographicWildLatin.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"NationalGeographicWildLatin.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"NationalGeographicWildMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"NationalGeographicWildMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"NationalGeographicWildMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"NationalGeographicWildMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"NationalGeographicWildMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"NationalGeographicWildMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"NationalGeographicWildMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"NationalGeographicWildMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"NationalGeographicWildMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"NationalGeographicWildMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"NationalGeographicWildMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"NationalGeographicWildMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"NationalGeographicWildMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"NationalGeographicWildMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"NationalGeographicWildMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"NationalGeographicWildMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"NationalGeographicWildMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"NationalGeographicWildMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"NationalGeographicWildMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"NationalGeographicWildMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"NationalGeographicWildMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"NationalGeographicWildMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"NationalGeographicWildMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"NationalGeographicWildMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"NationalGeographicWildMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"NationalGeographicWildMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"NationalGeographicWildMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"NationalGeographicWildMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"NationalGeographicWildMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"NationalGeographicWildMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"NationalGeographicWildMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"NationalGeographicWildMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"NationalGeographicWildMiddleEast.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"NationalGeographicWildMiddleEast.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"NationalGeographicWildPolska.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"NationalGeographicWildRomania.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"NationalGeographicWildRussia.us","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"NationalGeographicWildRussia.us","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"NationalGeographicWildRussia.us","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"NationalGeographicWildSouthAfrica.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"NationalGeographicWildSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"NationalGeographicWildSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"NationalGeographicWildSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"NationalGeographicWildSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"NationalGeographicWildSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"NationalGeographicWildSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"NationalGeographicWildSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"NationalGeographicWildSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"NationalGeographicWildSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"NationalGeographicWildSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"NationalGeographicWildSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"NationalGeographicWildSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"NationalGeographicWildSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"NationalGeographicWildSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"NationalGeographicWildSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"NationalGeographicWildSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"NationalGeographicWildSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"NationalGeographicWildSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"NationalGeographicWildSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"NationalGeographicWildSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"NationalGeographicWildSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"NationalGeographicWildSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"NationalGeographicWildSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"NationalGeographicWildSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"NationalGeographicWildSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"NationalGeographicWildSouthAfrica.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"NationalGeographicWildSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"NationalGeographicWildSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"NationalGeographicWildSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"NationalGeographicWildSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"NationalGeographicWildSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"NationalGeographicWildSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"NationalGeographicWildSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"NationalGeographicWildSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"NationalGeographicWildSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"NationalGeographicWildSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"NationalGeographicWildSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"NationalGeographicWildSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"NationalGeographicWildSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"NationalGeographicWildSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"NationalGeographicWildSouthAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"NationalGeographicWildSouthAfrica.us","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"NationalGeographicWildTurkiye.us","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"NationalGeographicWildTurkiye.us","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"NationalGeographicWildTurkiye.us","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"NationalGeographicWildUK.us","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"NationalTV.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"Nauka.ru","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"Nauka.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Naura.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"NauticalChannel.it","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"NauticalChannel.it","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"NauticalChannel.it","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"NauticalChannel.it","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"NauticalChannel.it","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"NauticalChannel.it","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"NauticalChannel.it","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"NaxatraNews.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"NeaTV.gr","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"NeiMonggolChineseTV.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"Nelonen.fi","site":"telkussa.fi","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/telkussa.fi.epg.xml"},{"channel":"Neox.es","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"Neox.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"Nepal1.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"Nessma.tn","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"Nessma.tn","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"Net5.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"NetTV.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"NetTV.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"News18AssamNorthEast.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"News18Bengali.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"News18BiharJharkhand.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"News18Gujarati.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"News18India.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"News18Lokmat.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"News18MadhyaPradeshChhattisgarh.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"News18Odia.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"News18PunjabHaryanaHimachalPradesh.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"News18Rajasthan.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"News18Urdu.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"News18UttarPradeshUttarakhand.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"News24.al","site":"ipko.com","lang":"hr","url":"https://iptv-org.github.io/epg/guides/al/ipko.com.epg.xml"},{"channel":"News24.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"NewsDaily24.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"NewsIndia24x7.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"NewsLive.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"NewsNation.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"NewsNationEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"NewsNationEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"NewsNationEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"NewsStateUPUK.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"NewsTimeBangla.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"NewsmaxTV.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"NewsmaxTV.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Newsy.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"NewzroomAfrika.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"NewzroomAfrika.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"NewzroomAfrika.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"NewzroomAfrika.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"NewzroomAfrika.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"NewzroomAfrika.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"NewzroomAfrika.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"NewzroomAfrika.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"NewzroomAfrika.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"NewzroomAfrika.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"NewzroomAfrika.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"NewzroomAfrika.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"NewzroomAfrika.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"NewzroomAfrika.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"NewzroomAfrika.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"NewzroomAfrika.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"NewzroomAfrika.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"NewzroomAfrika.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"NewzroomAfrika.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"NewzroomAfrika.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"NewzroomAfrika.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"NewzroomAfrika.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"NewzroomAfrika.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"NewzroomAfrika.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"NewzroomAfrika.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"NewzroomAfrika.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"NewzroomAfrika.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"NewzroomAfrika.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"NewzroomAfrika.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"NewzroomAfrika.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"NewzroomAfrika.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"NewzroomAfrika.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"NewzroomAfrika.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"NewzroomAfrika.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"NewzroomAfrika.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"NewzroomAfrika.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"NewzroomAfrika.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"NewzroomAfrika.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"NewzroomAfrika.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"NewzroomAfrika.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"NewzroomAfrika.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"NewzroomAfrika.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"NewzroomAfrika.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"NewzroomAfrika.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"NewzroomAfrika.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"NickHDPlus.us","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"NickJrAfrica.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"NickJrAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"NickJrArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"NickJrArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"NickJrArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"NickJrArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"NickJrArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"NickJrArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"NickJrArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"NickJrArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"NickJrArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"NickJrArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"NickJrArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"NickJrArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"NickJrArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"NickJrArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"NickJrArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"NickJrArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"NickJrArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"NickJrArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"NickJrArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"NickJrArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"NickJrArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"NickJrArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"NickJrArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"NickJrArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"NickJrArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"NickJrArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"NickJrArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"NickJrArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"NickJrArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"NickJrArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"NickJrArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"NickJrArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"NickJrArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"NickJrArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"NickJrAsia.us","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"NickJrAsia.us","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"NickJrAsia.us","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"NickJrAsia.us","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"NickJrAsia.us","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"NickJrBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"NickJrCIS.us","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"NickJrCIS.us","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"NickJrCentralEasternEurope.us","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"NickJrCentralEasternEurope.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"NickJrCentralEasternEurope.us","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"NickJrCentralEasternEurope.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"NickJrCentralEasternEurope.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"NickJrCentralEasternEurope.us","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"NickJrCentralEasternEurope.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"NickJrCentralEasternEurope.us","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"NickJrCzechia.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"NickJrEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"NickJrEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"NickJrEspana.us","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"NickJrEurope.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"NickJrIndia.us","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"NickJrItalia.us","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"NickJrItaliaPlus1.us","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"NickJrLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/gatotv.com.epg.xml"},{"channel":"NickJrLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"NickJrLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"NickJrLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"NickJrLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"NickJrLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ec/gatotv.com.epg.xml"},{"channel":"NickJrLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"NickJrLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"NickJrLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"NickJrLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"NickJrLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"NickJrLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml"},{"channel":"NickJrLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/py/gatotv.com.epg.xml"},{"channel":"NickJrLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"NickJrLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/uy/gatotv.com.epg.xml"},{"channel":"NickJrLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ve/gatotv.com.epg.xml"},{"channel":"NickJrLatinAmerica.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"NickJrLatinAmerica.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"NickJrRomania.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"NickJrScandinavia.us","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"NickJrScandinavia.us","site":"allente.se","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/allente.se.epg.xml"},{"channel":"NickJrScandinavia.us","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"NickJrScandinavia.us","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"NickJrScandinavia.us","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"NickJrScandinavia.us","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"NickJrScandinavia.us","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"NickJrTurkiye.us","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"NickJrWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"NickMusic.us","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"NickMusic.us","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"NickMusic.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"NickMusic.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"NickMusic.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"NickMusicUS.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"NickToonsAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"NickToonsAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"NickToonsAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"NickToonsAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"NickToonsAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"NickToonsAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"NickToonsAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"NickToonsAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"NickToonsAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"NickToonsAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"NickToonsAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"NickToonsAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"NickToonsAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"NickToonsAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"NickToonsAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"NickToonsAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"NickToonsAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"NickToonsAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"NickToonsAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"NickToonsAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"NickToonsAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"NickToonsAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"NickToonsAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"NickToonsAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"NickToonsAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"NickToonsAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"NickToonsAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"NickToonsAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"NickToonsAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"NickToonsAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"NickToonsAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"NickToonsAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"NickToonsAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"NickToonsAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"NickToonsAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"NickToonsAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"NickToonsAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"NickToonsAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"NickToonsAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"NickToonsAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"NickToonsAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"NickToonsAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"NickToonsAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"NickToonsAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"NickToonsAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"NickToonsArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"NickToonsArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"NickToonsArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"NickToonsArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"NickToonsArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"NickToonsArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"NickToonsArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"NickToonsArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"NickToonsArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"NickToonsArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"NickToonsArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"NickToonsArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"NickToonsArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"NickToonsArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"NickToonsArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"NickToonsArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"NickToonsArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"NickToonsArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"NickToonsArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"NickToonsArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"NickToonsArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"NickToonsArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"NickToonsArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"NickToonsArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"NickToonsArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"NickToonsArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"NickToonsArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"NickToonsArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"NickToonsArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"NickToonsArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"NickToonsArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"NickToonsArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"NickToonsArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"NickToonsArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"NickToonsUK.us","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"NickToonsUK.us","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"NickelodeonAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"NickelodeonAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"NickelodeonAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"NickelodeonAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"NickelodeonAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"NickelodeonAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"NickelodeonAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"NickelodeonAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"NickelodeonAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"NickelodeonAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"NickelodeonAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"NickelodeonAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"NickelodeonAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"NickelodeonAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"NickelodeonAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"NickelodeonAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"NickelodeonAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"NickelodeonAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"NickelodeonAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"NickelodeonAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"NickelodeonAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"NickelodeonAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"NickelodeonAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"NickelodeonAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"NickelodeonAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"NickelodeonAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"NickelodeonAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"NickelodeonAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"NickelodeonAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"NickelodeonAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"NickelodeonAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"NickelodeonAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"NickelodeonAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"NickelodeonAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"NickelodeonAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"NickelodeonAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"NickelodeonAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"NickelodeonAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"NickelodeonAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"NickelodeonAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"NickelodeonAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"NickelodeonAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tz/dstv.com.epg.xml"},{"channel":"NickelodeonAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"NickelodeonAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"NickelodeonAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"NickelodeonAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"NickelodeonArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"NickelodeonArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"NickelodeonArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"NickelodeonArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"NickelodeonArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"NickelodeonArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"NickelodeonArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"NickelodeonArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"NickelodeonArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"NickelodeonArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"NickelodeonArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"NickelodeonArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"NickelodeonArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"NickelodeonArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"NickelodeonArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"NickelodeonArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"NickelodeonArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"NickelodeonArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"NickelodeonArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"NickelodeonArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"NickelodeonArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"NickelodeonArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"NickelodeonArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"NickelodeonArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"NickelodeonArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"NickelodeonArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"NickelodeonArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"NickelodeonArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"NickelodeonArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"NickelodeonArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"NickelodeonArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"NickelodeonArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"NickelodeonArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"NickelodeonArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"NickelodeonAustria.us","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"NickelodeonBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"NickelodeonCIS.us","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"NickelodeonCIS.us","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"NickelodeonCIS.us","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"NickelodeonCIS.us","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"NickelodeonCIS.us","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"NickelodeonCIS.us","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"NickelodeonCentro.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"NickelodeonCzechia.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"NickelodeonDanmark.us","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"NickelodeonDeutschland.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"NickelodeonDeutschland.us","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"NickelodeonEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"NickelodeonEast.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"NickelodeonEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"NickelodeonEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"NickelodeonEurope.us","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"NickelodeonEurope.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"NickelodeonEurope.us","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"NickelodeonEurope.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"NickelodeonFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"NickelodeonFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"NickelodeonFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"NickelodeonFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"NickelodeonFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"NickelodeonFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"NickelodeonFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"NickelodeonFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"NickelodeonFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"NickelodeonFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"NickelodeonFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"NickelodeonFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"NickelodeonFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"NickelodeonFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"NickelodeonFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"NickelodeonFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"NickelodeonFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"NickelodeonFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"NickelodeonFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"NickelodeonFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"NickelodeonFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"NickelodeonFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"NickelodeonFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"NickelodeonFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"NickelodeonFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"NickelodeonFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"NickelodeonFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"NickelodeonFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"NickelodeonFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"NickelodeonFrance.us","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"NickelodeonFrance.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"NickelodeonFrance.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"NickelodeonFrance.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"NickelodeonFrance.us","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"NickelodeonFrance.us","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"NickelodeonFrance.us","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"NickelodeonFrancePlus1.us","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"NickelodeonGreece.us","site":"novacyprus.com","lang":"el","url":"https://iptv-org.github.io/epg/guides/cy/novacyprus.com.epg.xml"},{"channel":"NickelodeonHD.us","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"NickelodeonHD.us","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"NickelodeonHD.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/mi.tv.epg.xml"},{"channel":"NickelodeonIberia.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"NickelodeonIberia.us","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"NickelodeonIndia.us","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"NickelodeonItalia.us","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"NickelodeonItaliaPlus1.us","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"NickelodeonJuniorFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"NickelodeonJuniorFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"NickelodeonJuniorFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"NickelodeonJuniorFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"NickelodeonJuniorFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"NickelodeonJuniorFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"NickelodeonJuniorFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"NickelodeonJuniorFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"NickelodeonJuniorFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"NickelodeonJuniorFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"NickelodeonJuniorFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"NickelodeonJuniorFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"NickelodeonJuniorFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"NickelodeonJuniorFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"NickelodeonJuniorFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"NickelodeonJuniorFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"NickelodeonJuniorFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"NickelodeonJuniorFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"NickelodeonJuniorFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"NickelodeonJuniorFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"NickelodeonJuniorFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"NickelodeonJuniorFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"NickelodeonJuniorFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"NickelodeonJuniorFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"NickelodeonJuniorFrance.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"NickelodeonJuniorFrance.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"NickelodeonJuniorFrance.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"NickelodeonJuniorFrance.us","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"NickelodeonJuniorFrance.us","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"NickelodeonJuniorFrance.us","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"NickelodeonMagyarorszag.us","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"NickelodeonNederlandBelgie.us","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"NickelodeonNorge.us","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"NickelodeonNorte.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"NickelodeonPolska.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"NickelodeonRomania.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"NickelodeonSouthEastAsia.us","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"NickelodeonSouthEastAsia.us","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"NickelodeonSouthEastAsia.us","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"NickelodeonSouthEastAsia.us","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"NickelodeonSouthEastAsia.us","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"NickelodeonSur.us","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"NickelodeonSur.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"NickelodeonSur.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"NickelodeonSur.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"NickelodeonSur.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"NickelodeonSur.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ec/gatotv.com.epg.xml"},{"channel":"NickelodeonSur.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"NickelodeonSur.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"NickelodeonSur.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"NickelodeonSur.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"NickelodeonSur.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml"},{"channel":"NickelodeonSur.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"NickelodeonSur.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ve/gatotv.com.epg.xml"},{"channel":"NickelodeonSur.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"NickelodeonSverige.us","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"NickelodeonTeen.us","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"NickelodeonTeen.us","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"NickelodeonTeen.us","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"NickelodeonTurkiye.us","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"NickelodeonWest.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"NickelodeonWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"NicktoonsAdria.us","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"NicktoonsAdria.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"NicktoonsCzechia.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"NicktoonsDeutschland.us","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"NicktoonsEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"NicktoonsEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"NicktoonsLatinAmerica.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"NicktoonsPolska.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"NicktoonsRomania.us","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"NicktoonsRomania.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"NicktoonsScandinavia.us","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"NicktoonsScandinavia.us","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"NicktoonsScandinavia.us","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"NicktoonsScandinavia.us","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"NicktoonsScandinavia.us","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"NicktoonsScandinavia.us","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"NicktoonsTurkiye.us","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"NicktoonsWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"NihonEigaSenmonChannel.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"NihonJidai4K.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"NikaTV.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"NikkeiCNBC.us","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"NileComedy.eg","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"NileComedy.eg","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"NileDrama.eg","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"NileDrama.eg","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"NingxiaTV.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"NipponTV.jp","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"NipponTV.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"NitroAustria.de","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"NitroDeutschland.de","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"NitroDeutschland.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"NitroDeutschland.de","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"NitroDeutschland.de","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"NitroDeutschland.de","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"NitroDeutschland.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"NitteleGPlus.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"NittelePlus.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"NjoiTV.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"NollywoodTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"NollywoodTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"NollywoodTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"NollywoodTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"NollywoodTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"NollywoodTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"NollywoodTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"NollywoodTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"NollywoodTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"NollywoodTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"NollywoodTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"NollywoodTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"NollywoodTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"NollywoodTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"NollywoodTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"NollywoodTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"NollywoodTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"NollywoodTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"NollywoodTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"NollywoodTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"NollywoodTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"NollywoodTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"NollywoodTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"NollywoodTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"NollywoodTV.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"NollywoodTV.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"NollywoodTV.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"NollywoodTV.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"NollywoodTV.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"NollywoodTV.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"NollywoodTV.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"NollywoodTV.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"NollywoodTV.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"NollywoodTV.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"NollywoodTV.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"NollywoodTVEpic.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"NollywoodTVEpic.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"NollywoodTVEpic.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"NollywoodTVEpic.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"NollywoodTVEpic.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"NollywoodTVEpic.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"NollywoodTVEpic.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"NollywoodTVEpic.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"NollywoodTVEpic.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"NollywoodTVEpic.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"NollywoodTVEpic.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"NollywoodTVEpic.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"NollywoodTVEpic.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"NollywoodTVEpic.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"NollywoodTVEpic.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"NollywoodTVEpic.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"NollywoodTVEpic.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"NollywoodTVEpic.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"NollywoodTVEpic.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"NollywoodTVEpic.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"NollywoodTVEpic.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"NollywoodTVEpic.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"NollywoodTVEpic.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"NollywoodTVEpic.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"NonStopPeopleFrance.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"NorHayastanTV.am","site":"tv.mail.ru","lang":"hy","url":"https://iptv-org.github.io/epg/guides/am/tv.mail.ru.epg.xml"},{"channel":"Nostalgia.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Nova.es","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"Nova.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"Nova24TV.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"Nova24TV2.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"NovaAction.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"NovaCinema.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"NovaCinema1.gr","site":"novacyprus.com","lang":"el","url":"https://iptv-org.github.io/epg/guides/cy/novacyprus.com.epg.xml"},{"channel":"NovaCinema2.gr","site":"novacyprus.com","lang":"el","url":"https://iptv-org.github.io/epg/guides/cy/novacyprus.com.epg.xml"},{"channel":"NovaCinema3.gr","site":"novacyprus.com","lang":"el","url":"https://iptv-org.github.io/epg/guides/cy/novacyprus.com.epg.xml"},{"channel":"NovaCinema4.gr","site":"novacyprus.com","lang":"el","url":"https://iptv-org.github.io/epg/guides/cy/novacyprus.com.epg.xml"},{"channel":"NovaFun.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"NovaGold.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"NovaInternational.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"NovaLady.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"NovaLife.gr","site":"novacyprus.com","lang":"el","url":"https://iptv-org.github.io/epg/guides/cy/novacyprus.com.epg.xml"},{"channel":"NovaNews.bg","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"NovaSport.bg","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"NovaSport1.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"NovaSport2.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"NovaSport3.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"NovaSport4.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"NovaSports2.gr","site":"novacyprus.com","lang":"el","url":"https://iptv-org.github.io/epg/guides/cy/novacyprus.com.epg.xml"},{"channel":"NovaSports3.gr","site":"novacyprus.com","lang":"el","url":"https://iptv-org.github.io/epg/guides/cy/novacyprus.com.epg.xml"},{"channel":"NovaSports4.gr","site":"novacyprus.com","lang":"el","url":"https://iptv-org.github.io/epg/guides/cy/novacyprus.com.epg.xml"},{"channel":"NovaSports5.gr","site":"novacyprus.com","lang":"el","url":"https://iptv-org.github.io/epg/guides/cy/novacyprus.com.epg.xml"},{"channel":"NovaTV.bg","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"NovaTV.hr","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"NovaTV.hr","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"NovaTV.hr","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"Nove.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"Nove.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Novegasy.mg","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"Novegasy.mg","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"Novegasy.mg","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"NovelaMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"NovelaMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"NovelaMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"NovelaMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"NovelaMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"NovelaMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"NovelaMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"NovelaMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"NovelaMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"NovelaMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"NovelaMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"NovelaMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"NovelaMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"NovelaMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"NovelaMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"NovelaMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"NovelaMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"NovelaMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"NovelaMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"NovelaMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"NovelaMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"NovelaMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"NovelaMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"NovelaMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"NovelaMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"NovelaMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"NovelaMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"NovelaMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"NovelaMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"NovelaMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"NovelaMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"NovelaMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"NovelaMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"NovelaMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"NovelaMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"NovelaMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"NovelaMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"NovelaMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"NovelaMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"NovelaMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"NovelaMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"NovelaMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"NovelaMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"NovelaMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"NovelaMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"NovelaTV.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"NovelaTV.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"NovelasTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"NovelasTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"NovelasTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"NovelasTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"NovelasTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"NovelasTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"NovelasTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"NovelasTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"NovelasTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"NovelasTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"NovelasTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"NovelasTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"NovelasTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"NovelasTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"NovelasTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"NovelasTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"NovelasTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"NovelasTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"NovelasTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"NovelasTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"NovelasTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"NovelasTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"NovelasTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"NovelasTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"NovelasTV.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"NovelasTV.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"NovelasTV.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"NovelasTV.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"NovelasTV.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"NovelasTV.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"NovelasTV.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"NovelasTV.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"NovelasTV.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"NovelasTV.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"NovelasTV.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"NovelasTV.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"NoviyMir.de","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"NovoeRadio.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"NovosadskaTV.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"NovyKanal.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"Now668.hk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"Now668.hk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"Now70s.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"Now70s.uk","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Now80s.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"Now80s.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"Now80s.uk","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Now90s.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"Now90s.uk","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"NowBaoguMovies.hk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"NowBaoguMovies.hk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"NowBaoguSuperstars.hk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"NowBaoguSuperstars.hk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"NowBusinessNewsChannel.hk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"NowBusinessNewsChannel.hk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"NowChineseDramaChannel.hk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"NowChineseDramaChannel.hk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"NowDataChannel.hk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"NowDataChannel.hk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"NowDirect.hk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"NowDirect.hk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"NowDramaChannel.hk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"NowDramaChannel.hk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"NowGolf2.hk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"NowGolf2.hk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"NowGolf3.hk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"NowGolf3.hk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"NowJelli.hk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"NowJelli.hk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"NowNews.hk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"NowNews.hk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"NowNewsChannel.hk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"NowNewsChannel.hk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"NowSports1.hk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"NowSports1.hk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"NowSports2.hk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"NowSports2.hk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"NowSports3.hk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"NowSports3.hk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"NowSports4.hk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"NowSports4.hk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"NowSports4K.hk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"NowSports4K.hk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"NowSports5.hk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"NowSports5.hk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"NowSports6.hk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"NowSports6.hk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"NowSports7.hk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"NowSports7.hk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"NowSportsPlus.hk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"NowSportsPlus.hk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"NowSportsPremierLeague1.hk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"NowSportsPremierLeague1.hk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"NowSportsPremierLeague2.hk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"NowSportsPremierLeague2.hk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"NowSportsPremierLeague3.hk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"NowSportsPremierLeague3.hk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"NowSportsPremierLeague4.hk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"NowSportsPremierLeague4.hk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"NowSportsPremierLeague5.hk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"NowSportsPremierLeague5.hk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"NowSportsPremierLeague6.hk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"NowSportsPremierLeague6.hk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"NowSportsPremierLeagueTV.hk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"NowSportsPremierLeagueTV.hk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"NowSportsPrime.hk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"NowSportsPrime.hk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"NowTV.bw","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"NowVideoExpress.hk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"NowVideoExpress.hk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"NowaTV.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"NuMusic.mx","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/mi.tv.epg.xml"},{"channel":"Nueve.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"Number1Ask.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"Number1Damar.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"Number1Dance.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"Number1TV.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"Number1TV.tr","site":"novacyprus.com","lang":"el","url":"https://iptv-org.github.io/epg/guides/cy/novacyprus.com.epg.xml"},{"channel":"Number1TV.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"Number1Turk.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"Number1Turk.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"NusantaraTV.id","site":"vidio.com","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/vidio.com.epg.xml"},{"channel":"NutaTV.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"NutaTV.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"NyotaTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"NyotaTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"NyotaTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"NyotaTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"NyotaTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"NyotaTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"NyotaTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"NyotaTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"NyotaTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"NyotaTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"NyotaTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"NyotaTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"NyotaTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"NyotaTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"NyotaTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"NyotaTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"NyotaTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"NyotaTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"NyotaTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"NyotaTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"NyotaTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"NyotaTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"NyotaTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"NyotaTV.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"O2.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"O2TVFotbal.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"O2TVSport.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"O2TVTenis.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"OBN.ba","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"OBN.ba","site":"tv.blue.ch","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"OBN.ba","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"OBN.et","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"OCSCity.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"OCSCity.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"OCSCity.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"OCSCity.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"OCSCity.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"OCSCity.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"OCSCity.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"OCSCity.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"OCSCity.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"OCSCity.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"OCSCitygenerationHBO.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"OCSchoc.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"OCSchoc.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"OCSchoc.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"OCSchoc.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"OCSchoc.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"OCSchoc.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"OCSchoc.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"OCSchoc.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"OCSchoc.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"OCSchoc.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"OCSchoc.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"OCSgeants.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"OCSgeants.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"OCSgeants.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"OCSgeants.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"OCSgeants.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"OCSgeants.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"OCSgeants.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"OCSgeants.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"OCSgeants.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"OCSgeants.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"OCSgeants.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"OCSmax.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"OCSmax.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"OCSmax.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"OCSmax.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"OCSmax.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"OCSmax.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"OCSmax.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"OCSmax.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"OCSmax.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"OCSmax.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"OCSmax.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"OChannel.id","site":"vidio.com","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/vidio.com.epg.xml"},{"channel":"OKK.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"OKTV.id","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"OKanal.ba","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"OLTV.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"ONS.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"ONT.by","site":"tv.mail.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/by/tv.mail.ru.epg.xml"},{"channel":"ONTVMax.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"OPENRotterdamTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"OPMTV.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"ORF1.at","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"ORF1.at","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"ORF1.at","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"ORF1.at","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"ORF1.at","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"ORF1.at","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"ORF2.at","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"ORF2.at","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"ORF2.at","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"ORF2.at","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"ORF2.at","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"ORF2Europe.at","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"ORFIII.at","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"ORFIII.at","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"ORFIII.at","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"ORFIII.at","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"ORFSportPlus.at","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"ORFSportPlus.at","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"ORFSportPlus.at","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"ORTBTV.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"ORTBTV.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"ORTBTV.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"ORTBTV.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"ORTBTV.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"ORTBTV.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"ORTBTV.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"ORTBTV.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"ORTBTV.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"ORTBTV.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"ORTBTV.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"ORTBTV.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"ORTBTV.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"ORTBTV.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"ORTBTV.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"ORTBTV.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"ORTBTV.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"ORTBTV.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"ORTBTV.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"ORTBTV.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"ORTBTV.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"ORTBTV.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"ORTBTV.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"ORTBTV.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"ORTBTV.bj","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"ORTCTV.km","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"ORTCTV.km","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"ORTCTV.km","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"ORTM1.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"ORTM1.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"ORTM1.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"ORTM1.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"ORTM1.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"ORTM1.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"ORTM1.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"ORTM1.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"ORTM1.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"ORTM1.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"ORTM1.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"ORTM1.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"ORTM1.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"ORTM1.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"ORTM1.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"ORTM1.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"ORTM1.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"ORTM1.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"ORTM1.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"ORTM1.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"ORTM1.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"ORTM1.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"ORTM1.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"ORTM1.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"ORTM2.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"ORTM2.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"ORTM2.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"ORTM2.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"ORTM2.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"ORTM2.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"ORTM2.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"ORTM2.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"ORTM2.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"ORTM2.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"ORTM2.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"ORTM2.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"ORTM2.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"ORTM2.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"ORTM2.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"ORTM2.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"ORTM2.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"ORTM2.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"ORTM2.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"ORTM2.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"ORTM2.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"ORTM2.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"ORTM2.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"ORTM2.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"OSNAction.ae","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"OSNAction.ae","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"OSNAction.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"OSNAction.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"OSNAction.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"OSNAction.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"OSNAction.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"OSNAction.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"OSNAction.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"OSNAction.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"OSNAction.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"OSNAction.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"OSNAction.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"OSNAction.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"OSNAction.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"OSNAction.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"OSNAction.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"OSNAction.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"OSNAction.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"OSNAction.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"OSNAction.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"OSNAction.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"OSNAction.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"OSNAction.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"OSNAction.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"OSNAction.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"OSNAction.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"OSNAction.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"OSNAction.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"OSNAction.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"OSNAction.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"OSNAction.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"OSNAction.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"OSNAction.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"OSNAction.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"OSNAction.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"OSNComedy.ae","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"OSNComedy.ae","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"OSNComedy.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"OSNComedy.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"OSNComedy.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"OSNComedy.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"OSNComedy.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"OSNComedy.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"OSNComedy.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"OSNComedy.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"OSNComedy.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"OSNComedy.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"OSNComedy.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"OSNComedy.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"OSNComedy.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"OSNComedy.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"OSNComedy.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"OSNComedy.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"OSNComedy.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"OSNComedy.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"OSNComedy.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"OSNComedy.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"OSNComedy.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"OSNComedy.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"OSNComedy.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"OSNComedy.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"OSNComedy.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"OSNComedy.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"OSNComedy.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"OSNComedy.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"OSNComedy.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"OSNComedy.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"OSNComedy.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"OSNComedy.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"OSNComedy.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"OSNComedy.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"OSNEnigma.ae","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"OSNEnigma.ae","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"OSNEnigma.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"OSNEnigma.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"OSNEnigma.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"OSNEnigma.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"OSNEnigma.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"OSNEnigma.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"OSNEnigma.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"OSNEnigma.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"OSNEnigma.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"OSNEnigma.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"OSNEnigma.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"OSNEnigma.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"OSNEnigma.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"OSNEnigma.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"OSNEnigma.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"OSNEnigma.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"OSNEnigma.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"OSNEnigma.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"OSNEnigma.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"OSNEnigma.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"OSNEnigma.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"OSNEnigma.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"OSNEnigma.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"OSNEnigma.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"OSNEnigma.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"OSNEnigma.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"OSNEnigma.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"OSNEnigma.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"OSNEnigma.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"OSNEnigma.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"OSNEnigma.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"OSNEnigma.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"OSNEnigma.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"OSNEnigma.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"OSNFamily.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"OSNFamily.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"OSNFamily.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"OSNFamily.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"OSNFamily.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"OSNFamily.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"OSNFamily.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"OSNFamily.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"OSNFamily.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"OSNFamily.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"OSNFamily.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"OSNFamily.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"OSNFamily.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"OSNFamily.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"OSNFamily.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"OSNFamily.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"OSNFamily.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"OSNFamily.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"OSNFamily.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"OSNFamily.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"OSNFamily.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"OSNFamily.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"OSNFamily.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"OSNFamily.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"OSNFamily.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"OSNFamily.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"OSNFamily.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"OSNFamily.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"OSNFamily.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"OSNFamily.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"OSNFamily.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"OSNFamily.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"OSNFamily.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"OSNFamily.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"OSNKidZone.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"OSNKidZone.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"OSNKidZone.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"OSNKidZone.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"OSNKidZone.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"OSNKidZone.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"OSNKidZone.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"OSNKidZone.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"OSNKidZone.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"OSNKidZone.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"OSNKidZone.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"OSNKidZone.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"OSNKidZone.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"OSNKidZone.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"OSNKidZone.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"OSNKidZone.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"OSNKidZone.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"OSNKidZone.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"OSNKidZone.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"OSNKidZone.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"OSNKidZone.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"OSNKidZone.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"OSNKidZone.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"OSNKidZone.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"OSNKidZone.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"OSNKidZone.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"OSNKidZone.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"OSNKidZone.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"OSNKidZone.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"OSNKidZone.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"OSNKidZone.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"OSNKidZone.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"OSNKidZone.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"OSNKidZone.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"OSNKids.ae","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"OSNKids.ae","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"OSNKids.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"OSNKids.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"OSNKids.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"OSNKids.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"OSNKids.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"OSNKids.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"OSNKids.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"OSNKids.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"OSNKids.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"OSNKids.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"OSNKids.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"OSNKids.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"OSNKids.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"OSNKids.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"OSNKids.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"OSNKids.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"OSNKids.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"OSNKids.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"OSNKids.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"OSNKids.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"OSNKids.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"OSNKids.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"OSNKids.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"OSNKids.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"OSNKids.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"OSNKids.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"OSNKids.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"OSNKids.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"OSNKids.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"OSNKids.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"OSNKids.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"OSNKids.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"OSNKids.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"OSNKids.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"OSNLiving.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"OSNLiving.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"OSNLiving.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"OSNLiving.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"OSNLiving.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"OSNLiving.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"OSNLiving.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"OSNLiving.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"OSNLiving.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"OSNLiving.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"OSNLiving.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"OSNLiving.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"OSNLiving.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"OSNLiving.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"OSNLiving.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"OSNLiving.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"OSNLiving.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"OSNLiving.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"OSNLiving.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"OSNLiving.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"OSNLiving.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"OSNLiving.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"OSNLiving.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"OSNLiving.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"OSNLiving.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"OSNLiving.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"OSNLiving.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"OSNLiving.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"OSNLiving.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"OSNLiving.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"OSNLiving.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"OSNLiving.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"OSNLiving.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"OSNLiving.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"OSNMezze.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"OSNMezze.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"OSNMezze.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"OSNMezze.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"OSNMezze.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"OSNMezze.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"OSNMezze.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"OSNMezze.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"OSNMezze.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"OSNMezze.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"OSNMezze.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"OSNMezze.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"OSNMezze.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"OSNMezze.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"OSNMezze.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"OSNMezze.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"OSNMezze.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"OSNMezze.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"OSNMezze.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"OSNMezze.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"OSNMezze.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"OSNMezze.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"OSNMezze.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"OSNMezze.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"OSNMezze.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"OSNMezze.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"OSNMezze.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"OSNMezze.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"OSNMezze.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"OSNMezze.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"OSNMezze.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"OSNMezze.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"OSNMezze.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"OSNMezze.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"OSNMovies.ae","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"OSNMovies.ae","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"OSNMovies.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"OSNMovies.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"OSNMovies.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"OSNMovies.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"OSNMovies.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"OSNMovies.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"OSNMovies.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"OSNMovies.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"OSNMovies.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"OSNMovies.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"OSNMovies.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"OSNMovies.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"OSNMovies.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"OSNMovies.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"OSNMovies.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"OSNMovies.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"OSNMovies.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"OSNMovies.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"OSNMovies.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"OSNMovies.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"OSNMovies.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"OSNMovies.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"OSNMovies.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"OSNMovies.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"OSNMovies.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"OSNMovies.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"OSNMovies.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"OSNMovies.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"OSNMovies.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"OSNMovies.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"OSNMovies.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"OSNMovies.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"OSNMovies.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"OSNMovies.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"OSNMoviesDisney.ae","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"OSNMoviesDisney.ae","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"OSNMoviesFirst.ae","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"OSNMoviesFirst.ae","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"OSNMoviesFirst.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"OSNMoviesFirst.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"OSNMoviesFirst.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"OSNMoviesFirst.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"OSNMoviesFirst.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"OSNMoviesFirst.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"OSNMoviesFirst.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"OSNMoviesFirst.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"OSNMoviesFirst.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"OSNMoviesFirst.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"OSNMoviesFirst.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"OSNMoviesFirst.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"OSNMoviesFirst.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"OSNMoviesFirst.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"OSNMoviesFirst.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"OSNMoviesFirst.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"OSNMoviesFirst.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"OSNMoviesFirst.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"OSNMoviesFirst.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"OSNMoviesFirst.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"OSNMoviesFirst.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"OSNMoviesFirst.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"OSNMoviesFirst.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"OSNMoviesFirst.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"OSNMoviesFirst.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"OSNMoviesFirst.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"OSNMoviesFirst.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"OSNMoviesFirst.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"OSNMoviesFirst.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"OSNMoviesFirst.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"OSNMoviesFirst.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"OSNMoviesFirst.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"OSNMoviesFirst.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"OSNMoviesFirst.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"OSNMoviesFirstPlus2.ae","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"OSNMoviesFirstPlus2.ae","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"OSNMoviesFirstPlus2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"OSNMoviesFirstPlus2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"OSNMoviesFirstPlus2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"OSNMoviesFirstPlus2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"OSNMoviesFirstPlus2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"OSNMoviesFirstPlus2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"OSNMoviesFirstPlus2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"OSNMoviesFirstPlus2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"OSNMoviesFirstPlus2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"OSNMoviesFirstPlus2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"OSNMoviesFirstPlus2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"OSNMoviesFirstPlus2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"OSNMoviesFirstPlus2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"OSNMoviesFirstPlus2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"OSNMoviesFirstPlus2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"OSNMoviesFirstPlus2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"OSNMoviesFirstPlus2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"OSNMoviesFirstPlus2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"OSNMoviesFirstPlus2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"OSNMoviesFirstPlus2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"OSNMoviesFirstPlus2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"OSNMoviesFirstPlus2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"OSNMoviesFirstPlus2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"OSNMoviesFirstPlus2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"OSNMoviesFirstPlus2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"OSNMoviesFirstPlus2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"OSNMoviesFirstPlus2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"OSNMoviesFirstPlus2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"OSNMoviesFirstPlus2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"OSNMoviesFirstPlus2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"OSNMoviesFirstPlus2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"OSNMoviesFirstPlus2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"OSNMoviesFirstPlus2.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"OSNMoviesFirstPlus2.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"OSNNews.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"OSNNews.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"OSNNews.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"OSNNews.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"OSNNews.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"OSNNews.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"OSNNews.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"OSNNews.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"OSNNews.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"OSNNews.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"OSNNews.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"OSNNews.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"OSNNews.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"OSNNews.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"OSNNews.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"OSNNews.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"OSNNews.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"OSNNews.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"OSNNews.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"OSNNews.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"OSNNews.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"OSNNews.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"OSNNews.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"OSNNews.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"OSNNews.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"OSNNews.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"OSNNews.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"OSNNews.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"OSNNews.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"OSNNews.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"OSNNews.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"OSNNews.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"OSNNews.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"OSNNews.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"OSNSeries.ae","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"OSNSeries.ae","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"OSNSeries.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"OSNSeries.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"OSNSeries.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"OSNSeries.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"OSNSeries.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"OSNSeries.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"OSNSeries.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"OSNSeries.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"OSNSeries.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"OSNSeries.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"OSNSeries.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"OSNSeries.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"OSNSeries.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"OSNSeries.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"OSNSeries.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"OSNSeries.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"OSNSeries.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"OSNSeries.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"OSNSeries.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"OSNSeries.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"OSNSeries.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"OSNSeries.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"OSNSeries.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"OSNSeries.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"OSNSeries.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"OSNSeries.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"OSNSeries.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"OSNSeries.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"OSNSeries.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"OSNSeries.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"OSNSeries.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"OSNSeries.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"OSNSeries.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"OSNSeries.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"OSNSeriesFirst.ae","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"OSNSeriesFirst.ae","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"OSNSeriesFirst.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"OSNSeriesFirst.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"OSNSeriesFirst.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"OSNSeriesFirst.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"OSNSeriesFirst.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"OSNSeriesFirst.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"OSNSeriesFirst.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"OSNSeriesFirst.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"OSNSeriesFirst.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"OSNSeriesFirst.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"OSNSeriesFirst.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"OSNSeriesFirst.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"OSNSeriesFirst.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"OSNSeriesFirst.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"OSNSeriesFirst.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"OSNSeriesFirst.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"OSNSeriesFirst.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"OSNSeriesFirst.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"OSNSeriesFirst.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"OSNSeriesFirst.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"OSNSeriesFirst.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"OSNSeriesFirst.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"OSNSeriesFirst.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"OSNSeriesFirst.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"OSNSeriesFirst.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"OSNSeriesFirst.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"OSNSeriesFirst.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"OSNSeriesFirst.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"OSNSeriesFirst.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"OSNSeriesFirst.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"OSNSeriesFirst.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"OSNSeriesFirst.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"OSNSeriesFirst.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"OSNSeriesFirst.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"OSNWoman.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"OSNWoman.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"OSNWoman.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"OSNWoman.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"OSNWoman.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"OSNWoman.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"OSNWoman.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"OSNWoman.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"OSNWoman.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"OSNWoman.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"OSNWoman.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"OSNWoman.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"OSNWoman.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"OSNWoman.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"OSNWoman.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"OSNWoman.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"OSNWoman.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"OSNWoman.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"OSNWoman.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"OSNWoman.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"OSNWoman.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"OSNWoman.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"OSNWoman.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"OSNWoman.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"OSNWoman.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"OSNWoman.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"OSNWoman.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"OSNWoman.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"OSNWoman.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"OSNWoman.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"OSNWoman.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"OSNWoman.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"OSNWoman.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"OSNWoman.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"OSNYaHala.ae","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"OSNYaHala.ae","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"OSNYaHala.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"OSNYaHala.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"OSNYaHala.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"OSNYaHala.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"OSNYaHala.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"OSNYaHala.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"OSNYaHala.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"OSNYaHala.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"OSNYaHala.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"OSNYaHala.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"OSNYaHala.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"OSNYaHala.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"OSNYaHala.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"OSNYaHala.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"OSNYaHala.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"OSNYaHala.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"OSNYaHala.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"OSNYaHala.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"OSNYaHala.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"OSNYaHala.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"OSNYaHala.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"OSNYaHala.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"OSNYaHala.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"OSNYaHala.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"OSNYaHala.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"OSNYaHala.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"OSNYaHala.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"OSNYaHala.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"OSNYaHala.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"OSNYaHala.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"OSNYaHala.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"OSNYaHala.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"OSNYaHala.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"OSNYaHala.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"OSNYaHala.ae","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"OSNYaHalaAlOula.ae","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"OSNYaHalaAlOula.ae","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"OSNYaHalaAlOula.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"OSNYaHalaAlOula.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"OSNYaHalaAlOula.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"OSNYaHalaAlOula.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"OSNYaHalaAlOula.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"OSNYaHalaAlOula.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"OSNYaHalaAlOula.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"OSNYaHalaAlOula.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"OSNYaHalaAlOula.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"OSNYaHalaAlOula.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"OSNYaHalaAlOula.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"OSNYaHalaAlOula.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"OSNYaHalaAlOula.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"OSNYaHalaAlOula.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"OSNYaHalaAlOula.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"OSNYaHalaAlOula.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"OSNYaHalaAlOula.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"OSNYaHalaAlOula.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"OSNYaHalaAlOula.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"OSNYaHalaAlOula.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"OSNYaHalaAlOula.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"OSNYaHalaAlOula.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"OSNYaHalaAlOula.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"OSNYaHalaAlOula.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"OSNYaHalaAlOula.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"OSNYaHalaAlOula.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"OSNYaHalaAlOula.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"OSNYaHalaAlOula.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"OSNYaHalaAlOula.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"OSNYaHalaAlOula.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"OSNYaHalaAlOula.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"OSNYaHalaAlOula.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"OSNYaHalaAlOula.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"OSNYaHalaAlOula.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"OSNYaHalaCinema.ae","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"OSNYaHalaCinema.ae","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"OSNYaHalaCinema.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"OSNYaHalaCinema.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"OSNYaHalaCinema.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"OSNYaHalaCinema.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"OSNYaHalaCinema.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"OSNYaHalaCinema.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"OSNYaHalaCinema.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"OSNYaHalaCinema.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"OSNYaHalaCinema.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"OSNYaHalaCinema.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"OSNYaHalaCinema.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"OSNYaHalaCinema.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"OSNYaHalaCinema.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"OSNYaHalaCinema.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"OSNYaHalaCinema.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"OSNYaHalaCinema.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"OSNYaHalaCinema.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"OSNYaHalaCinema.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"OSNYaHalaCinema.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"OSNYaHalaCinema.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"OSNYaHalaCinema.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"OSNYaHalaCinema.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"OSNYaHalaCinema.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"OSNYaHalaCinema.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"OSNYaHalaCinema.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"OSNYaHalaCinema.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"OSNYaHalaCinema.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"OSNYaHalaCinema.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"OSNYaHalaCinema.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"OSNYaHalaCinema.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"OSNYaHalaCinema.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"OSNYaHalaCinema.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"OSNYaHalaCinema.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"OSNYaHalaCinema.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"OTBGalychyna.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"OTR.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"OTV.hr","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"OTVValentino.ba","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"OTVValentino.ba","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"OTVValentino.ba","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"ObieqtiviTV.ge","site":"magticom.ge","lang":"ka","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"ObozrevatelTV.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"Oce.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"OceanTV.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Ocko.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"OckoBlack.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"OckoExpres.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"OckoStar.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Odisea.es","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"Odisea.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"OdishaTV.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"Odisseia.es","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"Odisseia.es","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"Oe24TV.at","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"OgunStateTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"OhK.us","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"OhotnikiRybolov.ru","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"OhotnikiRybolov.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"OhotnikiRybolov.ru","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"OireachtasTV.ie","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ie/ontvtonight.com.epg.xml"},{"channel":"OkhotaiRybalka.ru","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"OkhotaiRybalka.ru","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"OkhotaiRybalka.ru","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"OkhotaiRybalka.ru","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"OkhotaiRybalka.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"OlympiaTV.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"OlympiaTV.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"OlympicChannel.es","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"OlympicChannelUSA.es","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"OmegaTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"OmegaTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"OmegaTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"OmegaTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"OmegaTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"OmegaTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"OmegaTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"OmegaTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"OmegaTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"OmegaTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"OmegaTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"OmegaTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"OmegaTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"OmegaTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"OmegaTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"OmegaTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"OmegaTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"OmegaTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"OmegaTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"OmegaTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"OmegaTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"OmegaTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"OmegaTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"OmegaTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"OmidTV.ir","site":"tva.tv","lang":"fa","url":"https://iptv-org.github.io/epg/guides/ir/tva.tv.epg.xml"},{"channel":"OmroepBrabantTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"OmroepFlevolandTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"OmroepHulstTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"OmroepMeierijstadTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"OmroepTilburgTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"OmroepVenloTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"OmroepZeelandTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"OmropFryslanTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"On6.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"OnDrama.eg","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"OnDrama.eg","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"OnE.eg","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"OnE.eg","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"OnTV4U.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"OnceMexico.mx","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"OnceMexico.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"OnceMexico.mx","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/mi.tv.epg.xml"},{"channel":"One.de","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"One.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"One.de","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"One.de","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"One.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"One.de","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"One.in","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"One.in","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"One1MusicTV.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"One31.th","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"OneAfricaTV.na","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"OneAmericaNewsNetwork.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"OneAmericaNewsNetwork.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"OneAmericaNewsNetwork.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"OneCaribbeanTV.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"OneCaribbeanTelevision.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"OneChannel.gr","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"OneChannel.gr","site":"novacyprus.com","lang":"el","url":"https://iptv-org.github.io/epg/guides/cy/novacyprus.com.epg.xml"},{"channel":"OneGospel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"OneGospel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"OneGospel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"OneGospel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"OneGospel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"OneGospel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"OneGospel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"OneGospel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"OneTV.ch","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"OneZed.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"OneZed.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"OnsWestBrabantTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"OpenBeyondTV.gr","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"OprahWinfreyNetworkEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"OprahWinfreyNetworkEast.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"OprahWinfreyNetworkEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"OprahWinfreyNetworkEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Ora.al","site":"tv.blue.ch","lang":"sq","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"OronTV.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"OrsentTV.ee","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"OrsentTV.ee","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"OrsentTV.ee","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"Oruzhie.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"OstWest.de","site":"tv.blue.ch","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Ostrosyuzhetnoye.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"OtkritiyMir.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Oto.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"OurTV.bs","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"OutTV.ca","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"OutdoorChannel.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"OutdoorChannel.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"OutdoorChannel.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"OutdoorChannel.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"OutdoorChannelInternational.us","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"OutdoorChannelInternational.us","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"OutdoorChannelInternational.us","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"OuterMaxEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"OuterMaxWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Ovation.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"Ovation.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"OxygenEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"OxygenEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"OxygenEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"OxygenWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"OzoneTV.hu","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"PAT.bo","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"PAT.bo","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/mi.tv.epg.xml"},{"channel":"PBSAmerica.us","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"PBSAmerica.us","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"PBSAmerica.us","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"PBSEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"PBSEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"PBSKids.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"PBSKids.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"PBSKids.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"PBSKids.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"PBSKids.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"PBSKids.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"PBSKids.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"PBSKids.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"PBSKids.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"PBSKids.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"PBSKids.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"PBSKids.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"PBSKids.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"PBSKids.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"PBSKids.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"PBSKids.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"PBSKids.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"PBSKids.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"PBSKids.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"PBSKids.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"PBSKids.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"PBSKids.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"PBSKids.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"PBSKids.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"PBSKids.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"PBSKids.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"PBSKids.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"PBSKids.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"PBSKids.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"PBSKids.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"PBSKids.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"PBSKids.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"PBSKids.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"PBSKids.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"PBSKids.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"PBSKids.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"PBSKids.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"PBSKids.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"PBSKids.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"PBSKids.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"PBSKids.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"PBSKids.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"PBSKids.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"PBSKids.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"PBSKids.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"PBSKids.us","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/au/ontvtonight.com.epg.xml"},{"channel":"PBSKids.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"PMTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"POTV.bg","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"PPTVHD36.th","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"PPVChoice940.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"PPVChoice941.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"PSTVHD.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"PSTVHD.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"PSTVHD.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"PSTVHD.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"PSTVHD.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"PSTVHD.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"PSTVHD.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"PSTVHD.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"PSTVHD.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"PSTVHD.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"PSTVHD.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"PSTVHD.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"PSTVHD.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"PSTVHD.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"PSTVHD.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"PSTVHD.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"PSTVHD.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"PSTVHD.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"PSTVHD.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"PSTVHD.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"PSTVHD.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"PSTVHD.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"PSTVHD.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"PSTVHD.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"PTCMusic.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"PTCNews.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"PTCPunjabi.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"PTCPunjabiGold.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"PTCSimran.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"Pac12Arizona.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Pac12BayArea.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Pac12LosAngeles.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Pac12Mountain.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Pac12Networks.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Pac12Oregon.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Pac12Washington.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"PachinkoPachisloTV.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"PacisTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"PacisTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"PacisTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"PacisTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"PacisTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"PacisTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"PacisTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"PacisTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"PacisTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"PacisTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"PacisTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"PacisTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"PacisTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"PacisTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"PacisTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"PacisTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"PacisTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"PacisTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"PacisTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"PacisTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"PacisTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"PacisTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"PacisTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"PacisTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"Pakapaka.ar","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/gatotv.com.epg.xml"},{"channel":"Pakapaka.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"PalancaTV.ao","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"PalancaTV.ao","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"PalitraNews.ge","site":"magticom.ge","lang":"ka","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"PanamericanaTV.pe","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml"},{"channel":"PanamericanaTV.pe","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/mi.tv.epg.xml"},{"channel":"Panico.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"PannonTV.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"ParadiseTV.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"ParaguayTV.py","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/py/gatotv.com.epg.xml"},{"channel":"ParamountChannelDecale.us","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"ParamountChannelEspana.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"ParamountChannelEspana.us","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"ParamountChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"ParamountChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"ParamountChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"ParamountChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"ParamountChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"ParamountChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"ParamountChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"ParamountChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"ParamountChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"ParamountChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"ParamountChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"ParamountChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"ParamountChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"ParamountChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"ParamountChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"ParamountChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"ParamountChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"ParamountChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"ParamountChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"ParamountChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"ParamountChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"ParamountChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"ParamountChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"ParamountChannelFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"ParamountChannelFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"ParamountChannelFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"ParamountChannelFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"ParamountChannelFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"ParamountChannelFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"ParamountChannelFrance.us","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"ParamountChannelFrance.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"ParamountChannelFrance.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"ParamountChannelFrance.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"ParamountChannelFrance.us","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"ParamountChannelFrance.us","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"ParamountChannelFrance.us","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"ParamountChannelPolska.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"ParamountChannelRussia.us","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"ParamountChannelRussia.us","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"ParamountComedyRussia.us","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"ParamountComedyRussia.us","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"ParamountComedyUkraina.us","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"ParamountNetworkAsia.us","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"ParamountNetworkBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"ParamountNetworkCzechia.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"ParamountNetworkDanmark.us","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"ParamountNetworkEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"ParamountNetworkEast.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"ParamountNetworkEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"ParamountNetworkEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ParamountNetworkHungary.us","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"ParamountNetworkItalia.us","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"ParamountNetworkItalia.us","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"ParamountNetworkLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/gatotv.com.epg.xml"},{"channel":"ParamountNetworkLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"ParamountNetworkLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"ParamountNetworkLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"ParamountNetworkLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"ParamountNetworkLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ec/gatotv.com.epg.xml"},{"channel":"ParamountNetworkLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"ParamountNetworkLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"ParamountNetworkLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"ParamountNetworkLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"ParamountNetworkLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"ParamountNetworkLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml"},{"channel":"ParamountNetworkLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/py/gatotv.com.epg.xml"},{"channel":"ParamountNetworkLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"ParamountNetworkLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/uy/gatotv.com.epg.xml"},{"channel":"ParamountNetworkLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ve/gatotv.com.epg.xml"},{"channel":"ParamountNetworkLatinAmerica.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"ParamountNetworkLatinAmerica.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"ParamountNetworkSverige.us","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"ParamountNetworkSverige.us","site":"telkussa.fi","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/telkussa.fi.epg.xml"},{"channel":"ParamountNetworkUK.us","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"ParamountNetworkUK.us","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"ParamountNetworkUK.us","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"ParasGold.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"Paravision.py","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/py/gatotv.com.epg.xml"},{"channel":"ParisPremiere.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"ParisPremiere.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"ParisPremiere.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"ParisPremiere.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"ParisPremiere.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"ParisPremiere.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"ParisPremiere.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"ParisPremiere.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"ParisPremiere.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"ParisPremiere.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"ParisPremiere.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"ParkTV.sk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"ParliamentTV.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"ParliamentTV.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"ParliamentTV.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"ParliamentTV.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"ParliamentTV.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"ParliamentTV.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"ParliamentTV.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"ParliamentTV.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"ParliamentTV.zm","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"ParliamentofFiji.fj","site":"walesi.com.fj","lang":"fj","url":"https://iptv-org.github.io/epg/guides/fj/walesi.com.fj.epg.xml"},{"channel":"PasionesEstadosUnidos.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"PasionesEstadosUnidos.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/us/gatotv.com.epg.xml"},{"channel":"PasionesLatinoamerica.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"PasionesLatinoamerica.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"PassionXXX.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"PassionXXX.nl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"PaxTV.hu","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"PeTV.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"PeaceTVEnglish.ae","site":"ipko.com","lang":"hr","url":"https://iptv-org.github.io/epg/guides/al/ipko.com.epg.xml"},{"channel":"PeaceofMindTV.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"PearlMagicPrime.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"PearlMagicPrime.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"PearlMagicPrime.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"PearlTV.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"PebbleTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"PenthouseBlack.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"PenthouseBlack.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"PenthouseBlack.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"PenthouseBlack.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"PenthouseBlack.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"PenthouseBlack.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"PenthouseBlack.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"PenthouseBlack.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"PenthouseBlack.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"PenthouseBlack.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"PenthouseBlack.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"PenthouseBlack.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"PenthouseBlack.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"PenthouseBlack.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"PenthouseBlack.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"PenthouseBlack.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"PenthouseBlack.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"PenthouseBlack.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"PenthouseBlack.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"PenthouseBlack.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"PenthouseBlack.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"PenthouseBlack.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"PenthouseBlack.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"PenthouseBlack.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"PenthouseBlack.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"PenthouseBlack.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"PenthouseBlack.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"PenthouseBlack.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"PenthouseBlack.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"PenthouseBlack.us","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"PenthouseBlack.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"PenthouseBlack.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"PenthouseBlack.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"PenthouseGold.us","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"PenthouseGold.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"PenthouseTV.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"PenthouseTVLatinAmerica.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"PenthouseTVMonthlyOffer.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"PeoplesWeather.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"PeoplesWeather.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"PeoplesWeather.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"PeoplesWeather.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"PeoplesWeather.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"PeoplesWeather.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"PeoplesWeather.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"PeretzInternational.ru","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"PershiyDiloviy.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"PeruMagico.pe","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"PeruMagico.pe","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml"},{"channel":"PeruMagico.pe","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"PerviyBaltijskyiKanal.ru","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"PerviyBaltijskyiKanal.ru","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"PerviyBaltijskyiKanal.ru","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"Perviykanal.ru","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Perviykanal.ru","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"Perviykanal.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"PerviykanalAmerica.ru","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"PerviykanalCIS.ru","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"PerviykanalEurasia.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/kz/tv.yandex.ru.epg.xml"},{"channel":"PerviykanalEuropa.ru","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"PerviykanalEuropa.ru","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"PerviykanalEuropa.ru","site":"tv.blue.ch","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"PerviykanalEuropa.ru","site":"tv.lv","lang":"lv","url":"https://iptv-org.github.io/epg/guides/lv/tv.lv.epg.xml"},{"channel":"PerviykanalEuropa.ru","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"Pesca.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"PetsTV.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Phoenix.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"Phoenix.de","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Phoenix.de","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"Phoenix.de","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"Phoenix.de","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"PhoenixCNE.hk","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"PhoenixCNE.hk","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"PhoenixChineseChannel.hk","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"PhoenixChineseChannel.hk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"PhoenixChineseChannel.hk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"PhoenixHongKong.hk","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"PhoenixHongKong.hk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"PhoenixHongKong.hk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"PhoenixInfoNewsChannel.hk","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"PhoenixInfoNewsChannel.hk","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"PhoenixInfoNewsChannel.hk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"PhoenixInfoNewsChannel.hk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"PhoenixInfoNewsChannel.hk","site":"tv.blue.ch","lang":"zh","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"PhoenixInfoNewsChannel.hk","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"PhoenixNorthAmericaChineseChannel.hk","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"PhoenixTV.cn","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"PickUK.uk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"PickUK.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"PickUK.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"PickUK.uk","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"PickboxTV.hr","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"Pikaboo.hr","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"PikselTV.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"PinkAction.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"PinkAction.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"PinkBH.rs","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"PinkBH.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"PinkClassic.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"PinkClassic.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"PinkComedy.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"PinkComedy.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"PinkCrimeMystery.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"PinkCrimeMystery.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"PinkExtra.rs","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"PinkExtra.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"PinkExtra.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"PinkExtra.rs","site":"tv.blue.ch","lang":"sr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"PinkExtra.rs","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"PinkFamily.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"PinkFamily.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"PinkFashion.rs","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"PinkFashion.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"PinkFilm.rs","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"PinkFilm.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"PinkFilm.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"PinkFilm.rs","site":"tv.blue.ch","lang":"sr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"PinkFilm.rs","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"PinkFolk1.rs","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"PinkFolk1.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"PinkFolk1.rs","site":"tv.blue.ch","lang":"sr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"PinkFolk1.rs","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"PinkFolk2.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"PinkHits.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"PinkHits.rs","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"PinkHits2.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"PinkHorror.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"PinkHorror.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"PinkKids.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"PinkKids.rs","site":"tv.blue.ch","lang":"sr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"PinkKoncert.rs","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"PinkKoncert.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"PinkKoncert.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"PinkKoncert.rs","site":"tv.blue.ch","lang":"sr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"PinkKuvar.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"PinkKuvar.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"PinkM.rs","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"PinkM.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"PinkMovies.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"PinkMovies.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"PinkMusic.rs","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"PinkMusic.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"PinkMusic.rs","site":"tv.blue.ch","lang":"sr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"PinkMusic.rs","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"PinkMusic2.rs","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"PinkMusic2.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"PinkPedia.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"PinkPedia.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"PinkPlus.rs","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"PinkPlus.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"PinkPlus.rs","site":"tv.blue.ch","lang":"sr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"PinkPlus.rs","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"PinkPremium.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"PinkReality.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"PinkReality.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"PinkReality.rs","site":"tv.blue.ch","lang":"sr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"PinkReality.rs","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"PinkRomance.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"PinkSI.rs","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"PinkSciFiFantasy.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"PinkSciFiFantasy.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"PinkSerije.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"PinkSerije.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"PinkSerije.rs","site":"tv.blue.ch","lang":"sr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"PinkShow.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"PinkShow.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"PinkSoap.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"PinkSoap.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"PinkSrbija.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"PinkSrbija.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"PinkStyle.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"PinkStyle.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"PinkSuperKids.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"PinkTV.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"PinkTV.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"PinkTV.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"PinkTV.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"PinkTV.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"PinkTV.fr","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"PinkTV.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"PinkThriller.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"PinkThriller.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"PinkWestern.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"PinkWestern.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"PinkWorld.rs","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"PinkWorld.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"PinkWorld.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"PinkWorld.rs","site":"tv.blue.ch","lang":"sr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"PinkWorld.rs","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"PinkZabava.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"PinkZabava.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"PinkZabava.rs","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"PinknRoll.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"PinoyBoxOfficeGlobal.ph","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"Pitaara.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"PiwiPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"PiwiPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"PiwiPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"PiwiPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"PiwiPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"PiwiPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"PiwiPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"PiwiPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"PiwiPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"PiwiPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"PiwiPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"PiwiPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"PiwiPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"PiwiPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"PiwiPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"PiwiPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"PiwiPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"PiwiPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"PiwiPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"PiwiPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"PiwiPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"PiwiPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"PiwiPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"PiwiPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"PiwiPlus.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"PiwiPlus.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"PiwiPlus.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"PiwiPlus.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"PiwiPlus.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"PiwiPlus.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"PiwiPlus.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"PiwiPlus.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"PiwiPlus.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"PiwiPlus.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"PiwiPlus.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"PiwiPlus.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"PixLTV.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"PixLTVenEspanol.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"PlanetEarth.bg","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"PlanetEva.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"PlanetTV.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"PlanetTV2.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"PlanetaFolk.bg","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"PlanetaHD.bg","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"PlanetePlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlus.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"PlanetePlus.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"PlanetePlus.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"PlanetePlus.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"PlanetePlus.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"PlanetePlus.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"PlanetePlus.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"PlanetePlus.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"PlanetePlus.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"PlanetePlus.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"PlanetePlus.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"PlanetePlus.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"PlanetePlusAE.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlusAE.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlusAE.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlusAE.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlusAE.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlusAE.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlusAE.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlusAE.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlusAE.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlusAE.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlusAE.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlusAE.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlusAE.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlusAE.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlusAE.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlusAE.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlusAE.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlusAE.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlusAE.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlusAE.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlusAE.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlusAE.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlusAE.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlusAE.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlusAE.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"PlanetePlusAE.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"PlanetePlusAE.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"PlanetePlusAE.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"PlanetePlusAE.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"PlanetePlusAE.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"PlanetePlusAE.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"PlanetePlusAE.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"PlanetePlusAE.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"PlanetePlusAE.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"PlanetePlusAE.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"PlanetePlusCI.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlusCI.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlusCI.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlusCI.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlusCI.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlusCI.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlusCI.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlusCI.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlusCI.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlusCI.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlusCI.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlusCI.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlusCI.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlusCI.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlusCI.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlusCI.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlusCI.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlusCI.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlusCI.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlusCI.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlusCI.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlusCI.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlusCI.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlusCI.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"PlanetePlusCI.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"PlanetePlusCI.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"PlanetePlusCI.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"PlanetePlusCI.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"PlanetePlusCI.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"PlanetePlusCI.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"PlanetePlusCI.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"PlanetePlusCI.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"PlanetePlusCI.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"PlanetePlusCI.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"PlanetePlusCI.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"PlanetePlusCI.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"PlanetePlusPolska.fr","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"Play4.be","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"Play5.be","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"PlayboyChannelJapan.us","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"PlayboyTVBrazil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"PlayboyTVEurope.us","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"PlayboyTVEurope.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"PlayboyTVEurope.us","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"PlayboyTVEurope.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"PlayboyTVEurope.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"PlayboyTVLatinAmerica.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"PlayboyTVLatinAmerica.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"PlayboyTVLatinAmerica.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"PlayboyTVMonthlyOffer.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"PlayboyTVUSA.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"PlayboyTVUSAHD.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"PlugRTL.be","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"PlusPlus.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"PlusTVAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"PlusTVAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"PlusTVAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"PlusTVAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"PlusTVAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"PlusTVAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"PlusTVAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"PlusTVAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"PlusTVAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"PlusTVAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"PlusTVAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"PlusTVAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"PlusTVAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"PlusTVAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"PlusTVAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"PlusTVAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"PlusTVAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"PlusTVAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"PlusTVAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"PlusTVAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"PlusTVAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"PlusTVAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"PlusTVAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"PlusTVAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"PlusTVAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"PlusTVAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"PlusTVAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"PlusTVAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"PlusTVAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"PlusTVAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"PlusTVAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"PlusTVAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"PlusTVAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"PlusTVAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"PlusTVAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"PlusTVAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"PlusTVAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"Pobeda.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Poehali.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"PoehaliInternational.ru","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Pogo.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"PolarPlus.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"PolarPlus.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"PolarPlus.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"PoloTV.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"PoloTV.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"Polonia1.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Polsat.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Polsat.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"Polsat.pl","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"Polsat1.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"Polsat2.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Polsat2.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"PolsatCafe.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"PolsatCafe.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"PolsatDoku.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"PolsatFilm.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"PolsatGames.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"PolsatMusic.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"PolsatNews.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"PolsatNews.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"PolsatNews2.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"PolsatNews2.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"PolsatPlay.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"PolsatPlay.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"PolsatRodzina.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"PolsatSeriale.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"PolsatSport.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"PolsatSport.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"PolsatSportExtra.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"PolsatSportExtra.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"PolsatSportFight.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"PolsatSportNews.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"PolsatSportPremium1.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"PolsatSportPremium2.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"PolsatSportPremium3.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"PolsatSportPremium4.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"PolsatSportPremium5.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"PolsatSportPremium6.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"Polynesie1ere.fr","site":"programme-tv.vini.pf","lang":"fr","url":"https://iptv-org.github.io/epg/guides/pf/programme-tv.vini.pf.epg.xml"},{"channel":"Pop.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"Pop.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"PopCentral.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"PopEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"PopEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"PopEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"PopMax.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"PopMelody.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"PopTV.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"PopWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"PortoCanal.pt","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"PortoCanal.pt","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"PosTV.ge","site":"magticom.ge","lang":"ka","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"PowerTV.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"PowerTV.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"PowerTV.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"PowerTV.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"PowerTV.zm","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"PowerTurkTV.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"PragNews.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"PrameyaNews7.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"PrarthanaTV.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"PratidinTime.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"PremierSport.sk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"PremierSport2.sk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"PremierSports1.ie","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"PremierSports2.ie","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"PremiereClubes.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"PremiumAction.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"PremiumAction.it","site":"mediaset.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/mediaset.it.epg.xml"},{"channel":"PremiumCinema1.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"PremiumCinema1Plus24.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"PremiumCinema2.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"PremiumCinema3.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"PremiumCrime.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"PremiumCrime.it","site":"mediaset.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/mediaset.it.epg.xml"},{"channel":"PremiumShoppingTV.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"PremiumStories.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"Priklyucheniya.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Prima.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"PrimaCool.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"PrimaKrimi.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"PrimaLove.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"PrimaMax.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"PrimaPlus.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"PrimaShow.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"PrimaStar.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"PrimaTV.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"PrimaZoom.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Prime.hu","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"PrimeAsiaTV.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"PrimeBoxBrazil.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"PrimeTV.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"PrivateTV.nl","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"PrivateTV.nl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"PrivateTV.nl","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"PrivateTV.nl","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"PrivateTV.nl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"PrivateTV.nl","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"PrivateTV.nl","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"PrivateTV.nl","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"Pro2.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"ProCinema.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"ProGold.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"ProSiebenAustria.de","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"ProSiebenDeutschland.de","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"ProSiebenDeutschland.de","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"ProSiebenDeutschland.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"ProSiebenDeutschland.de","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"ProSiebenDeutschland.de","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"ProSiebenDeutschland.de","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"ProSiebenDeutschland.de","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"ProSiebenDeutschland.de","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"ProSiebenDeutschland.de","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"ProSiebenDeutschland.de","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"ProSiebenDeutschland.de","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"ProSiebenFun.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"ProSiebenMaxxAustria.de","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"ProSiebenMaxxDeutschland.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"ProSiebenMaxxDeutschland.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"ProSiebenSchweiz.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"ProTV.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"ProTVInternational.ro","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"ProTVInternational.ro","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"ProTVInternational.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"ProTVInternational.ro","site":"tv.blue.ch","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"ProX.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"ProdvizhenieMoskva.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"ProfitTV.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"PrvaFiles.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"PrvaFiles.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"PrvaKick.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"PrvaKick.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"PrvaLife.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"PrvaLife.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"PrvaMax.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"PrvaMax.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"PrvaSrpskaTV.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"PrvaSrpskaTV.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"PrvaSrpskaTV.rs","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"PrvaTVCrnaGora.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"PrvaWorld.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"PrvaWorld.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"Pryamyy.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"Psikhologiya21.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"PublikaTV.md","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"Puls2.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Puls2.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"Puls4.at","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"Puls4.at","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"PulsAcht.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"PunjabiHits.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"PureBabes.us","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"PursuitChannel.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"PursuitChannel.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Pyatnitsa.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Pyatnitsa.ru","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"PyatnitsaInternational.ru","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"PyatnitsaInternational.ru","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"PyatnitsaInternational.ru","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"PyatnitsaInternational.ru","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"QVC2.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"QVC2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"QVC3.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"QVC3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"QVCBeauty.us","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"QVCBeauty.us","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"QVCDeutschland.us","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"QVCDeutschland.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"QVCExtra.us","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"QVCItalia.us","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"QVCJapan.us","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"QVCJapan4K.us","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"QVCStyleUK.us","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"QVCStyleUK.us","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"QVCUK.us","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"QVCUK.us","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"QVCUS.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"QVCUS.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"QVCZwei.us","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"QartuliArkhi.ge","site":"magticom.ge","lang":"ka","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"QazaqTV.kz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"QinghaiTV.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"QmusicVlaanderen.be","site":"vtm.be","lang":"nl","url":"https://iptv-org.github.io/epg/guides/be/vtm.be.epg.xml"},{"channel":"QualityChannel.ge","site":"magticom.ge","lang":"ka","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"Quest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"QuestRedUK.us","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"QuestRedUK.us","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"QuestRedUKPlus1.us","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"QuestRedUKPlus1.us","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"QuestUK.us","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"QuestUK.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"QuestUK.us","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"QuestUK.us","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"QuestUKPlus1.us","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"QuieroMusicaenmiIdioma.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"QuranTV.sa","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"QuranTV.sa","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"QuranTV.sa","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"R9.at","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RBATV.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"RBBBerlin.de","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"RBBBerlin.de","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"RBBBerlin.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RBBBerlin.de","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"RBITV.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"RBKTV.ru","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"RBKTV.ru","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"RBKTV.ru","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"RBKTV.ru","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"RBKTV.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"RBSTVPortoAlegre.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"RBSTVRS.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"RBSTVSantaMaria.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"RCNNovelas.co","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"RCNNovelas.co","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"RCNNuestraTeleInternacional.co","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"RCNTV.co","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"RCNTV.co","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/mi.tv.epg.xml"},{"channel":"RCNTV.co","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"RCTI.id","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"RENTV.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"RENTVBaltic.ru","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"RENTVBaltic.ru","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"RENTVBaltic.ru","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"RENTVBaltic.ru","site":"tv.lv","lang":"lv","url":"https://iptv-org.github.io/epg/guides/lv/tv.lv.epg.xml"},{"channel":"RFDTV.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"RFMTV.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"RFMTV.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"RFMTV.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"RFMTV.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"RFMTV.fr","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"RFMTV.fr","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"RFMTV.fr","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"RFMTV.fr","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"RFMTV.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RFMTV.fr","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"RFO.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"RGVKDagestan.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"RIKSat.cy","site":"tv.blue.ch","lang":"el","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RMCDecouverte.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"RMCDecouverte.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"RMCDecouverte.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RMCSport1.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"RMCSport1.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RMCSport2.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"RMCSport2.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RMCStory.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"RMCStory.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"RMCStory.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RMS.mx","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"RMTV.bg","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"RN7.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"RPCTV.pa","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"RPCTVCuritiba.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"RPCTVFozdoIguacu.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"RPCTVMaringa.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"RPCTVParanavai.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"RPCTVPontaGrossa.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"RPlus.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"RSILa1.ch","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RSILa2.ch","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RTA.mg","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"RTA.mg","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"RTA.mg","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"RTAmerica.ru","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"RTArabic.ru","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"RTArabic.ru","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"RTArabic.ru","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"RTArabic.ru","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"RTArabic.ru","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"RTArabic.ru","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"RTArabic.ru","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"RTArabic.ru","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"RTArabic.ru","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"RTArabic.ru","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"RTArabic.ru","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"RTArabic.ru","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"RTArabic.ru","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"RTArabic.ru","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"RTArabic.ru","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"RTArabic.ru","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"RTArabic.ru","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"RTArabic.ru","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"RTArabic.ru","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"RTArabic.ru","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"RTArabic.ru","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"RTArabic.ru","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"RTArabic.ru","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"RTArabic.ru","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"RTArabic.ru","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"RTArabic.ru","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"RTArabic.ru","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"RTArabic.ru","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"RTArabic.ru","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"RTArabic.ru","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"RTArabic.ru","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"RTArabic.ru","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"RTArabic.ru","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"RTArabic.ru","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"RTArabic.ru","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"RTBFLaUne.be","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"RTBFLaUne.be","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"RTBTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"RTBTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"RTBTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"RTBTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"RTBTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"RTBTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"RTBTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"RTBTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"RTBTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"RTBTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"RTBTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"RTBTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"RTBTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"RTBTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"RTBTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"RTBTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"RTBTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"RTBTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"RTBTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"RTBTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"RTBTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"RTBTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"RTBTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"RTBTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"RTDSDeltaTV.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"RTDSDeltaTV.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"RTDSDeltaTV.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"RTDSDeltaTV.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"RTDSDeltaTV.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"RTDSDeltaTV.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"RTDSDeltaTV.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"RTDSDeltaTV.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"RTDSDeltaTV.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"RTDSDeltaTV.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"RTDSDeltaTV.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"RTDSDeltaTV.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"RTDSDeltaTV.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"RTDSDeltaTV.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"RTDSDeltaTV.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"RTDSDeltaTV.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"RTDSDeltaTV.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"RTDSDeltaTV.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"RTDSDeltaTV.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"RTDSDeltaTV.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"RTDSDeltaTV.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"RTDSDeltaTV.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"RTDSDeltaTV.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"RTDSDeltaTV.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"RTDoc.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"RTDocumentary.ru","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"RTDocumentary.ru","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"RTDocumentary.ru","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"RTDocumentary.ru","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"RTDocumentary.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"RTE2.ie","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"RTEJr.ie","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"RTENews.ie","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ie/ontvtonight.com.epg.xml"},{"channel":"RTENews.ie","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"RTEOne.ie","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"RTEspanol.ru","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"RTEspanol.ru","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"RTEspanol.ru","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"RTFrance.ru","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"RTG.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"RTG.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"RTG.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"RTG.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"RTG.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"RTG.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"RTG.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"RTG.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"RTG.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"RTG.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"RTG.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"RTG.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"RTG.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"RTG.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"RTG.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"RTG.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"RTG.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"RTG.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"RTG.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"RTG.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"RTG.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"RTG.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"RTG.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"RTG.gn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"RTGHD.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"RTGInternational.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"RTGTV.ru","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"RTGTV.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"RTI1.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"RTI1.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"RTI1.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"RTI1.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"RTI1.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"RTI1.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"RTI1.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"RTI1.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"RTI1.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"RTI1.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"RTI1.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"RTI1.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"RTI1.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"RTI1.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"RTI1.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"RTI1.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"RTI1.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"RTI1.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"RTI1.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"RTI1.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"RTI1.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"RTI1.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"RTI1.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"RTI1.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"RTI2.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"RTI2.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"RTI2.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"RTI2.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"RTI2.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"RTI2.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"RTI2.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"RTI2.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"RTI2.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"RTI2.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"RTI2.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"RTI2.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"RTI2.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"RTI2.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"RTI2.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"RTI2.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"RTI2.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"RTI2.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"RTI2.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"RTI2.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"RTI2.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"RTI2.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"RTI2.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"RTI2.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"RTILa3.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"RTILa3.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"RTILa3.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"RTILa3.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"RTILa3.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"RTILa3.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"RTILa3.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"RTILa3.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"RTILa3.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"RTILa3.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"RTILa3.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"RTILa3.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"RTILa3.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"RTILa3.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"RTILa3.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"RTILa3.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"RTILa3.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"RTILa3.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"RTILa3.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"RTILa3.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"RTILa3.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"RTILa3.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"RTILa3.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"RTILa3.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"RTK1.rs","site":"ipko.com","lang":"hr","url":"https://iptv-org.github.io/epg/guides/al/ipko.com.epg.xml"},{"channel":"RTK1.rs","site":"tv.blue.ch","lang":"sq","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RTK1.rs","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"RTL.lu","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"RTL1025RadioVisione.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"RTL1025RadioVisione.it","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"RTL1025RadioVisione.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RTL2Hrvatska.de","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"RTL2Hrvatska.de","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"RTL2Hrvatska.de","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"RTL4.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"RTL4.nl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"RTL5.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"RTL5.nl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"RTL7.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"RTL8.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"RTL9.lu","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"RTL9.lu","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"RTL9.lu","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"RTL9.lu","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"RTL9.lu","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"RTL9.lu","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"RTL9.lu","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"RTL9.lu","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"RTL9.lu","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"RTL9.lu","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"RTL9.lu","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"RTL9.lu","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"RTL9.lu","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"RTL9.lu","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"RTL9.lu","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"RTL9.lu","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"RTL9.lu","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"RTL9.lu","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"RTL9.lu","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"RTL9.lu","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"RTL9.lu","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"RTL9.lu","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"RTL9.lu","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"RTL9.lu","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"RTL9.lu","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"RTL9.lu","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"RTL9.lu","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"RTL9.lu","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"RTL9.lu","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"RTL9.lu","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"RTL9.lu","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"RTL9.lu","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"RTL9.lu","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"RTL9.lu","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"RTL9.lu","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"RTL9.lu","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RTLAdriaHrvatska.de","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"RTLAustria.de","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"RTLCrimeDeutschland.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"RTLCrimeDeutschland.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RTLCrimeDeutschland.de","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"RTLCrimeHrvatska.de","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"RTLCrimeHrvatska.de","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"RTLCrimeNederland.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"RTLCroatiaWorld.de","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"RTLDeutschland.de","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"RTLDeutschland.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"RTLDeutschland.de","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"RTLDeutschland.de","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"RTLDeutschland.de","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"RTLDeutschland.de","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"RTLDeutschland.de","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"RTLDeutschland.de","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"RTLDeutschland.de","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"RTLDeutschland.de","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"RTLDeutschland.de","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"RTLDeutschland.de","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"RTLGold.de","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"RTLGold.de","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"RTLGold.de","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"RTLGold.de","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"RTLHrvatska.de","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"RTLHrvatska.de","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"RTLHrvatska.de","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"RTLHrvatska.de","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"RTLHrvatska.de","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"RTLII.de","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"RTLII.de","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"RTLII.de","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"RTLII.de","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"RTLII.de","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"RTLII.de","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"RTLKlub.de","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"RTLKlub.de","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"RTLKlub.de","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"RTLKlub.de","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"RTLKockica.de","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"RTLKockica.de","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"RTLKockica.de","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"RTLKockica.de","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"RTLKockica.de","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"RTLLivingDeutschland.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"RTLLivingDeutschland.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RTLLivingDeutschland.de","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"RTLLivingDeutschland.de","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"RTLLivingHrvatska.de","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"RTLLivingHrvatska.de","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"RTLLivingHrvatska.de","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"RTLLounge.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"RTLPassionHrvatska.de","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"RTLPassionHrvatska.de","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"RTLPassionHrvatska.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RTLPlus.de","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"RTLPlus.de","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"RTLPlus.de","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"RTLPlus.de","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"RTLSchweiz.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RTLTVI.be","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"RTLTelekids.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"RTLUHD.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RTLUp.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RTLZ.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"RTLZweiAustria.de","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"RTLZweiDeutschland.de","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"RTLZweiDeutschland.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"RTLZweiDeutschland.de","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"RTLZweiDeutschland.de","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"RTLZweiDeutschland.de","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"RTLZweiDeutschland.de","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"RTLZweiSchweiz.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RTMTV1.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"RTMTVOkey.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"RTNBTV.bi","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"RTNBTV.bi","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"RTNBTV.bi","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"RTNBTV.bi","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"RTNBTV.bi","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"RTNBTV.bi","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"RTNBTV.bi","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"RTNBTV.bi","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"RTNBTV.bi","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"RTNBTV.bi","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"RTNBTV.bi","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"RTNBTV.bi","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"RTNBTV.bi","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"RTNBTV.bi","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"RTNBTV.bi","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"RTNBTV.bi","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"RTNBTV.bi","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"RTNBTV.bi","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"RTNBTV.bi","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"RTNBTV.bi","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"RTNBTV.bi","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"RTNBTV.bi","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"RTNBTV.bi","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"RTNBTV.bi","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"RTNC.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"RTNC.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"RTNC.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"RTNC.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"RTNC.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"RTNC.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"RTNC.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"RTNC.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"RTNC.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"RTNC.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"RTNC.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"RTNC.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"RTNC.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"RTNC.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"RTNC.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"RTNC.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"RTNC.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"RTNC.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"RTNC.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"RTNC.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"RTNC.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"RTNC.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"RTNC.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"RTNC.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"RTNC.cd","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"RTNews.ru","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"RTNews.ru","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"RTNews.ru","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"RTNews.ru","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"RTNews.ru","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"RTNews.ru","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"RTNews.ru","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"RTNews.ru","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"RTNews.ru","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"RTNews.ru","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"RTNews.ru","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"RTNews.ru","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"RTNews.ru","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"RTNews.ru","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"RTNews.ru","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"RTNews.ru","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"RTNews.ru","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"RTNews.ru","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"RTNews.ru","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"RTNews.ru","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"RTNews.ru","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RTNews.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"RTNews.ru","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"RTNews.ru","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"RTP.bo","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"RTP.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"RTP1.pt","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"RTP2.pt","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"RTP3.pt","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"RTP3.pt","site":"tv.blue.ch","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RTPAcores.pt","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"RTPAfrica.pt","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"RTPAfrica.pt","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"RTPAfrica.pt","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"RTPAfrica.pt","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"RTPInternacionalAmerica.pt","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tz/dstv.com.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"tv.blue.ch","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RTPInternacionalEuropa.pt","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"RTPMadeira.pt","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"RTPMemoria.pt","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"RTRBelarus.by","site":"tv.mail.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/by/tv.mail.ru.epg.xml"},{"channel":"RTRPlaneta.ru","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"RTRPlaneta.ru","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"RTRPlaneta.ru","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"RTRPlaneta.ru","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"RTRPlaneta.ru","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"RTRPlaneta.ru","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"RTRPlaneta.ru","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"RTRPlaneta.ru","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"RTRPlaneta.ru","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"RTRPlaneta.ru","site":"tv.blue.ch","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RTRPlaneta.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/kz/tv.yandex.ru.epg.xml"},{"channel":"RTRPlaneta.ru","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"RTRPlaneta.ru","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"RTRPlanetaUSA.ru","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"RTRSTV.ba","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"RTRSTV.ba","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"RTRSTV.ba","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"RTS1.ch","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"RTS1.ch","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"RTS1.ch","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RTS1.rs","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"RTS1.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"RTS1.rs","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"RTS1.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"RTS1.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"RTS1.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"RTS1.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"RTS1.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"RTS1.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"RTS1.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"RTS1.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"RTS1.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"RTS1.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"RTS1.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"RTS1.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"RTS1.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"RTS1.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"RTS1.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"RTS1.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"RTS1.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"RTS1.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"RTS1.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"RTS1.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"RTS1.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"RTS1.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"RTS1.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"RTS1.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"RTS2.ch","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"RTS2.ch","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"RTS2.ch","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RTS2.rs","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"RTS2.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"RTS2.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"RTS2.rs","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"RTS2.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"RTS2.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"RTS2.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"RTS2.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"RTS2.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"RTS2.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"RTS2.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"RTS2.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"RTS2.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"RTS2.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"RTS2.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"RTS2.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"RTS2.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"RTS2.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"RTS2.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"RTS2.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"RTS2.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"RTS2.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"RTS2.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"RTS2.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"RTS2.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"RTS2.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"RTS2.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"RTS2.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"RTS3.rs","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"RTS3.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"RTSDrama.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"RTSH3.al","site":"tv.blue.ch","lang":"sq","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RTSKlasika.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"RTSKlasika.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"RTSKlasika.rs","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"RTSKolo.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"RTSKolo.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"RTSMuzika.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"RTSNauka.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"RTSNauka.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"RTSPoletarac.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"RTSPoletarac.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"RTSSvet.rs","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"RTSSvet.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"RTSSvet.rs","site":"tv.blue.ch","lang":"sr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RTSTrezor.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"RTSZivot.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"RTUK.ru","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"RTUK.ru","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"RTV1.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"RTV1.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"RTV2.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"RTV2.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"RTV21Sat.rs","site":"ipko.com","lang":"hr","url":"https://iptv-org.github.io/epg/guides/al/ipko.com.epg.xml"},{"channel":"RTV21Sat.rs","site":"tv.blue.ch","lang":"sq","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RTVArnhemTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"RTVBap.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"RTVBosphorus.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"RTVFocusTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"RTVHorizon.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"RTVMelos.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"RTVPurmerend.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"RTVRijnstreekTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"RTVS1.sk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"RTVS2.sk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"RTVS3.sk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"RTVSLOS.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"RTVSP.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"RTVScheldemond.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"RTVSlingeland.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"RTVSrece.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"RTVSubotica.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"RTVSumadija.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"RTVUtrecht.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"RTVVeluwezoomTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"RTVVikom.ba","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"RTViEurope.ru","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"RTViEurope.ru","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"RTViEurope.ru","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"RTViUSA.ru","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"RUV.is","site":"ruv.is","lang":"is","url":"https://iptv-org.github.io/epg/guides/is/ruv.is.epg.xml"},{"channel":"RUV2.is","site":"ruv.is","lang":"is","url":"https://iptv-org.github.io/epg/guides/is/ruv.is.epg.xml"},{"channel":"RZDTV.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Racing240.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"RacingTV.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"RacingTV.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"RacingTVInternational.uk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Racingcom.au","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/au/ontvtonight.com.epg.xml"},{"channel":"RadioAalsmeerTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"RadioFrecciaTV.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"RadioItaliaTV.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"RadioMonteCarloTV.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"RadioPilatusTV.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RadioTicinoChannel.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RadionorbaTV.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"RadionorbaTV.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RadostMoya.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Rai1.it","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"Rai1.it","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"Rai1.it","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"Rai1.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"Rai1.it","site":"ipko.com","lang":"hr","url":"https://iptv-org.github.io/epg/guides/al/ipko.com.epg.xml"},{"channel":"Rai1.it","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Rai1.it","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"Rai1.it","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"Rai1.it","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"Rai1.it","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"Rai1.it","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"Rai1.it","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"Rai1.it","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"Rai1.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Rai1.it","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"Rai2.it","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"Rai2.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"Rai2.it","site":"ipko.com","lang":"hr","url":"https://iptv-org.github.io/epg/guides/al/ipko.com.epg.xml"},{"channel":"Rai2.it","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Rai2.it","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"Rai2.it","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"Rai2.it","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"Rai2.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Rai2.it","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"Rai3.it","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"Rai3.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"Rai3.it","site":"ipko.com","lang":"hr","url":"https://iptv-org.github.io/epg/guides/al/ipko.com.epg.xml"},{"channel":"Rai3.it","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Rai3.it","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"Rai3.it","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"Rai3.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Rai3.it","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"Rai4.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"Rai4.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Rai5.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"Rai5.it","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Rai5.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RaiGulp.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"RaiGulp.it","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"RaiGulp.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tz/dstv.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"RaiItaliaAfrica.it","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"RaiItaliaNordAmerica.it","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"RaiItaliaNordAmerica.it","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"RaiItaliaNordAmerica.it","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"RaiItaliaSudAmerica.it","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"RaiMovie.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"RaiMovie.it","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"RaiMovie.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RaiNews24.it","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"RaiNews24.it","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"RaiNews24.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"RaiNews24.it","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"RaiNews24.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RaiNews24.it","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"RaiPremium.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"RaiPremium.it","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"RaiPremium.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RaiScuola.it","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"RaiScuola.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RaiSport.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"RaiSport.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RaiSport1.it","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"RaiSport2.it","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"RaiSportPlusHD.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RaiStoria.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"RaiStoria.it","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"RaiStoria.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RaiWorldPremium.it","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"RaiYoyo.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"RaiYoyo.it","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"RaiYoyo.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RajyaSabhaTV.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"RamaChannel.th","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"Rang.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"Ratnik.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"RealMadridTVEspanol.es","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"RealMadridTVEspanol.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"RealTimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"RealTimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"RealTimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"RealTimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"RealTimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"RealTimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"RealTimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"RealTimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"RealTimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"RealTimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"RealTimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"RealTimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"RealTimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"RealTimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"RealTimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"RealTimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"RealTimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"RealTimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"RealTimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"RealTimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"RealTimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"RealTimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"RealTimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"RealTimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"RealTimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"RealTimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"RealTimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"RealTimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"RealTimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"RealTimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"RealTimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"RealTimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"RealTimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"RealTimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"RealTimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"RealTimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"RealTimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"RealTimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"RealTimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"RealTimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"RealTimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"RealTimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"RealTimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"RealTimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"RealTimeAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"RealTimeItalia.us","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"RealTimeItalia.us","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RealitateaPlus.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"RealityKingsTV.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"RealityKingsTV.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"RealityKingsTV.us","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"RealityKingsTV.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"ReallyUK.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"ReallyUK.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"RebaTV1.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"RebaTV1.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"RebaTV1.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"RebaTV1.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"RebaTV1.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"RebaTV1.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"RebaTV1.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"RebaTV1.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"RebaTV1.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"RebaTV1.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"RebaTV1.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"RebaTV1.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"RebaTV1.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"RebaTV1.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"RebaTV1.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"RebaTV1.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"RebaTV1.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"RebaTV1.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"RebaTV1.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"RebaTV1.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"RebaTV1.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"RebaTV1.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"RebaTV1.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"RebaTV1.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"Rebel.rs","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"RecTV.cl","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"RecipeTV.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"RecordBelem.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"RecordCabralia.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"RecordGoias.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"RecordItapoan.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"RecordMinas.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"RecordNacional.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"RecordNews.br","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"RecordNews.br","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"RecordNews.br","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"RecordNews.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"RecordPaulista.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"RecordRio.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"RecordRioGrandedoSul.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"RecordSaoPaulo.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"RecordTVAmericas.br","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"RecordTVEuropa.br","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"RecordTVEuropa.br","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"RecordTVEuropa.br","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"RecordTVEuropa.br","site":"tv.blue.ch","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RedCarpet.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"RedCarpet.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"RedCherry.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"RedPlus.co","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"RedTV.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"RedTV.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"RedUno.bo","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"Rede21.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"RedeAmazonica.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"RedeAmazonicaManaus.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"RedeBrasil.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"RedeCNTRiodeJaneiro.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"RedeFamilia.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"RedeGenesis.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"RedeGlobo.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"RedeGospel.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"RedeInternacionaldeTV.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"RedeMassa.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"RedeMeioNorte.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"RedeMinas.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"RedeSeculo21.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"RedeSuper.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"RedeTV.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"RedeTVRondonia.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"RedeVida.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"RedlightHD.nl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"RedlightHD.nl","site":"magticom.ge","lang":"ka","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"RedlightHD.nl","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"RedlightHD.nl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"Reelz.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"Reelz.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"Reelz.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Regio8TV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"Regio90TV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"RegioTVSatellit.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"RegioTVplus.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RegionalniTV.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Relax.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Relax.cz","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"Rengoni.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"RenouveauTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"RenouveauTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"RenouveauTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"RenouveauTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"RenouveauTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"RenouveauTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"RenouveauTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"RenouveauTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"RenouveauTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"RenouveauTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"RenouveauTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"RenouveauTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"RenouveauTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"RenouveauTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"RenouveauTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"RenouveauTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"RenouveauTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"RenouveauTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"RenouveauTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"RenouveauTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"RenouveauTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"RenouveauTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"RenouveauTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"RenouveauTV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"RepublicBangla.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"RepublicBharat.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"RepublicTV.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"Rete4.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"Rete4.it","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Rete4.it","site":"mediaset.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/mediaset.it.epg.xml"},{"channel":"Rete4.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Retro.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"RetroMusicTV.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"RetroPlexEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"RetroPlexWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Reunion1ere.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"Reunion1ere.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"Reunion1ere.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"RevenueFrontier.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"RevnTV.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Revolt.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"Revolt.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"Revolt.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"RheinMainTV.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"RheinMainTV.de","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"RheinweltenTV.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RiC.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"RiC.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Ring.bg","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"RioniTV.ge","site":"magticom.ge","lang":"ka","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"RishteyCineplex.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"RockEntertainment.sg","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"RockEntertainment.sg","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"RockEntertainment.sg","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"RockExtreme.sg","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"RockRoll.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"RockRoll.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"RockTV.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"RodnoeKino.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Rok.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"Rok.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"Rok.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"Rok.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"Rok.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"Rok.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"Rok.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"Rok.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"Rok.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"Rok.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"Rok.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"Rok.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"Rok.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"Rok.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"Rok.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"Rok.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"Rok.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"Rok.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"Rok.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"Rok.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"Rok.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"Rok.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"Rok.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"Rok.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"Rok.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"Rok.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"Rok.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"Rok.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"Rok.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"Rok.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"Rok.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"Rok.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"Rok.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"Rok.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"Rok.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"Rok.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"Rok.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"Rok.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"Rok.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"Rok.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"Rok.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"Rok.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"Rok.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"Rok.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"Rok.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"Rok2.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"Rok2.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"Rok2.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"Rok2.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"Rok2.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"Rok2.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"Rok2.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"Rok2.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"Rok2.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"Rok2.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"Rok2.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"Rok2.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"Rok2.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"Rok2.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"Rok2.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"Rok2.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"Rok2.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"Rok2.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"Rok2.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"Rok2.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"Rok2.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"Rok2.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"Rok2.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"Rok2.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"Rok2.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"Rok2.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"Rok2.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"Rok2.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"Rok2.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"Rok2.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"Rok2.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"Rok2.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"Rok2.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"Rok2.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"Rok2.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"Rok2.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"Rok2.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"RokGH.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"RokGH.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"RokGH.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"RokGH.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"RokGH.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"RokGH.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"RokGH.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"RokGH.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"RokGH.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"RokGH.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"RokGH.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"RokGH.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"RokGH.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"RokGH.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"RokGH.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"RokGH.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"RokGH.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"RokGH.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"RokGH.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"RokGH.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"RokGH.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"RokGH.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"RokGH.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"RokGH.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"RokGH.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"RokGH.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"RokGH.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"RokGH.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"RokGH.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"RokGH.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"RokGH.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"RokGH.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"RokGH.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"RokGH.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"RokGH.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"RokGH.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"RokGH.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"RomanceTVDeutschland.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"RomanceTVDeutschland.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RomanceTVPolska.de","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"RomaniaTV.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"RomedyNow.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"RondeVenenTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"RongeenTV.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"RootSportsNorthwest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Rossiya1.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Rossiya24.ru","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"Rossiya24.ru","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Rossiya24.ru","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"Rossiya24.ru","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"Rossiya24.ru","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"Rossiya24.ru","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"Rossiya24.ru","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"Rossiya24.ru","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"Rossiya24.ru","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"Rossiya24.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Rossiya24.ru","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"RossiyaK.ru","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"RossiyaK.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"RossiyaK.ru","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"RotanaCinemaKSA.sa","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"RotanaCinemaKSA.sa","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"RotanaClassic.sa","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"RotanaDrama.sa","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"RotanaDrama.sa","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"RotanaKhalijia.sa","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"RougeTV.ch","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RoyaTV.jo","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"RoyaTV.jo","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"RoyaTV.jo","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"RoyaTV.jo","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"RoyaTV.jo","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"RoyaTV.jo","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"RoyaTV.jo","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"RoyaTV.jo","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"RoyaTV.jo","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"RoyaTV.jo","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"RoyaTV.jo","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"RoyaTV.jo","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"RoyaTV.jo","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"RoyaTV.jo","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"RoyaTV.jo","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"RoyaTV.jo","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"RoyaTV.jo","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"RoyaTV.jo","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"RoyaTV.jo","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"RoyaTV.jo","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"RoyaTV.jo","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"RoyaTV.jo","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"RoyaTV.jo","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"RoyaTV.jo","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"RoyaTV.jo","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"RoyaTV.jo","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"RoyaTV.jo","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"RoyaTV.jo","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"RoyaTV.jo","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"RoyaTV.jo","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"RoyaTV.jo","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"RoyaTV.jo","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"RoyaTV.jo","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"RoyaTV.jo","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"RuTV.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Rudaw.iq","site":"tv.blue.ch","lang":"ku","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"RugbyPassTV.uk","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"RugbyPassTV.uk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"RugbyPassTV.uk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"RugbyTV.ge","site":"magticom.ge","lang":"ka","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"RumbaTV.co","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/mi.tv.epg.xml"},{"channel":"RupasiBangla.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"RusskijExtrem.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"RusskiyBestseller.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"RusskiyDetektiv.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"RusskiyIllusion.ru","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"RusskiyIllusion.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"RusskiyRoman.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Rustavi2.ge","site":"magticom.ge","lang":"ka","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"RwandaTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"RwandaTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"RwandaTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"RwandaTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"RwandaTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"RwandaTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"RwandaTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"RwandaTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"RwandaTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"RwandaTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"RwandaTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"RwandaTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"RwandaTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"RwandaTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"RwandaTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"RwandaTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"RwandaTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"RwandaTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"RwandaTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"RwandaTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"RwandaTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"RwandaTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"RwandaTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"RwandaTV.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"Rybolov.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Ryzhiy.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Ryzhiy.ru","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"S1.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"SABC1.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"SABC1.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"SABC2.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"SABC2.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"SABC3.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"SABC3.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"SABCNews.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"SABCNews.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"SABCNews.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"SABCNews.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"SABCNews.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"SABCNews.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"SABCNews.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"SABCNews.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"SABCNews.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"SABCNews.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"SABCNews.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"SABCNews.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"SABCNews.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"SABCNews.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"SABCNews.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"SABCNews.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"SABCNews.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"SABCNews.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"SABCNews.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"SABCNews.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"SABCNews.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"SABCNews.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"SABCNews.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"SABCNews.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"SABCNews.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"SABCNews.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"SABCNews.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"SABCNews.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"SABCNews.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"SABCNews.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"SABCNews.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"SABCNews.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"SABCNews.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"SABCNews.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"SABCNews.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"SABCNews.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"SABCNews.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"SABCNews.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"SABCNews.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"SABCNews.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"SABCNews.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"SABCNews.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"SABCNews.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"SABCNews.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"SABCNews.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"SATTV.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"SBC.sa","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"SBC.sa","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"SBNDomestic.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"SBNInternational.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"SBNInternational.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"SBNInternational.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"SBNInternational.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"SBNInternational.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"SBNInternational.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"SBNInternational.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"SBNInternational.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"SBNInternational.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"SBNInternational.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"SBNInternational.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"SBNInternational.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"SBNInternational.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"SBNInternational.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"SBNInternational.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"SBNInternational.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"SBNInternational.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"SBNInternational.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"SBNInternational.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"SBNInternational.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"SBNInternational.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"SBNInternational.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"SBNInternational.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"SBNInternational.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"SBNInternational.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"SBNInternational.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"SBNInternational.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"SBNInternational.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"SBNInternational.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"SBNInternational.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"SBNInternational.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"SBNInternational.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"SBNInternational.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"SBNInternational.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"SBNInternational.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"SBNInternational.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"SBNInternational.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"SBNInternational.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"SBNInternational.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"SBNInternational.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"SBNInternational.us","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"SBNInternational.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"SBS.kr","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"SBS.kr","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"SBS6.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"SBS9.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"SBSFoodNSW.au","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/au/ontvtonight.com.epg.xml"},{"channel":"SBSNSW.au","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/au/ontvtonight.com.epg.xml"},{"channel":"SBSPlus.kr","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"SBSWorldMovies.au","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/au/ontvtonight.com.epg.xml"},{"channel":"SBTInternacionalAmerica.br","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"SBTMS.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"SBTN.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"SBTNacional.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"SBTPara.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"SBTRio.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"SCTV.id","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"SCTV.id","site":"vidio.com","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/vidio.com.epg.xml"},{"channel":"SChannel.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"SEAToday.id","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"SECNetwork.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"SECNetwork.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"SESCTV.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"SETAsia.in","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"SETAsia.in","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"SETIndia.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SETIndia.in","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"SETIndia.in","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"SETInternational.tw","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"SFkanalen.se","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"SFkanalen.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"SFkanalen.se","site":"telkussa.fi","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/telkussa.fi.epg.xml"},{"channel":"SIC.pt","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"SICCaras.pt","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"SICInternacional.pt","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"SICInternacional.pt","site":"tv.blue.ch","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"SICK.pt","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"SICMulher.pt","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"SICMulher.pt","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"SICNoticias.pt","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"SICNoticias.pt","site":"tv.blue.ch","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"SICRadical.pt","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"SICRadical.pt","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"SICTV.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"SIPTV.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"SKAI.gr","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"SKAT.bg","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"SLOGOTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"SLOSTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"SOSKanalPlus.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"SOSKanalPlus.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"SRF1.ch","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"SRF1.ch","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"SRF1.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"SRFInfo.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"SRFZwei.ch","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"SRFZwei.ch","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"SRFZwei.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"SRFernsehen.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"SRFernsehen.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"SSBCTV.ss","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"SSMTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"SSMTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"SSMTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"SSMTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"SSMTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"SSMTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"SSMTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"SSMTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"SSMTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"SSMTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"SSMTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"SSMTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"SSMTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"SSMTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"SSMTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"SSMTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"SSMTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"SSMTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"SSMTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"SSMTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"SSMTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"SSMTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"SSMTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"SSMTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"SSport.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"SSport.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"SSport2.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"SSport2.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"STN.so","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"STN.so","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"STN.so","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"STN.so","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"STN.so","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"STS.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"STS.ru","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"STSBaltic.ru","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"STSBaltic.ru","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"STSBaltic.ru","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"STSInternational.ru","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"STSInternational.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/kz/tv.yandex.ru.epg.xml"},{"channel":"STSLove.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"STV.by","site":"tv.mail.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/by/tv.mail.ru.epg.xml"},{"channel":"STV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"STV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"STV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"STV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"STV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"STV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"STV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"STV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"STV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"STV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"STV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"STV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"STV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"STV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"STV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"STV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"STV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"STV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"STV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"STV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"STV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"STV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"STV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"STV.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"STVNoticias.mz","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"STVS81.sr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"STVS81.sr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"STVS81.sr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"STVS81.sr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"STVS81.sr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"STVS81.sr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"STVSkledar.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"SVT1.se","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"SVT1.se","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"SVT1.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"SVT2.se","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"SVT2.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"SVT24.se","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"SVT24.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"SVTBarn.se","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"SVTBarn.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"SWRFernsehenBadenWurttemberg.de","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"SWRFernsehenBadenWurttemberg.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"SWRFernsehenBadenWurttemberg.de","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"SaamTV.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SadaElbalad.eg","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"SadaElbalad.eg","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"SadaElbalad2.eg","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"SadaElbalad2.eg","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"SadaElbaladDrama.eg","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"SadaElbaladDrama.eg","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"SadhnaTV.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SaharaTV.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"SaharaTV.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"SaharaTV.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"SaharaTV.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"SaharaTV.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"SaharaTV.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"SaharaTV.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"SaharaTV.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"SaharaTV.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"SaharaTV.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"SaharaTV.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"SaharaTV.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"SaharaTV.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"SaharaTV.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"SaharaTV.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"SaharaTV.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"SaharaTV.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"SaharaTV.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"SaharaTV.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"SaharaTV.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"SaharaTV.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"SaharaTV.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"SaharaTV.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"SaharaTV.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"SaisonsCanada.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"SalaamTV.us","site":"tva.tv","lang":"fa","url":"https://iptv-org.github.io/epg/guides/ir/tva.tv.epg.xml"},{"channel":"SaleNetwork.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"SaltTV.ug","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"SamaDubai.ae","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"SamaDubai.ae","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"SamaTV.sy","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"SamaTV.sy","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"Samen1TV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"SanMarinoRTV.sm","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"SanMarinoRTV.sm","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"SandeshNews.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SandzackaTVMreza.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"SandzakTV.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"SangatTV.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"SangatTV.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"SangeetBangla.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SangeetBhojpuri.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SanktPeterburg.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"SanshaTV.cn","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"SanshaTV.cn","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"SanskarTV.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SantvaniChannel.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SaperaviTVHD.ge","site":"magticom.ge","lang":"ka","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"Sarafan.ru","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"Sarafan.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"SariSariChannel.ph","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"Sat1Deutschland.de","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"Sat1Deutschland.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"Sat1Deutschland.de","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Sat1Deutschland.de","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"Sat1Deutschland.de","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"Sat1Deutschland.de","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"Sat1Deutschland.de","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"Sat1Deutschland.de","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"Sat1Deutschland.de","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"Sat1Deutschland.de","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"Sat1Deutschland.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Sat1Deutschland.de","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"Sat1Emotions.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"Sat1GoldDeutschland.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"Sat1GoldDeutschland.de","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Sat1GoldDeutschland.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Sat1GoldOsterreich.de","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"Sat1Osterreich.de","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"SatsangTV.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SaudiTV.sa","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"SaudiTV.sa","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"SavaneTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"SavaneTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"SavaneTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"SavaneTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"SavaneTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"SavaneTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"SavaneTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"SavaneTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"SavaneTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"SavaneTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"SavaneTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"SavaneTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"SavaneTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"SavaneTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"SavaneTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"SavaneTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"SavaneTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"SavaneTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"SavaneTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"SavaneTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"SavaneTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"SavaneTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"SavaneTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"SavaneTV.bf","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"SchaffhauserFernsehen.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"SchieTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"SchlagerDeluxe.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"SchlagerTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"SchlagerTV.nl","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Science.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"Science.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"Science.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ScienceVieTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"ScienceVieTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"ScienceVieTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"ScienceVieTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"ScienceVieTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"ScienceVieTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"ScienceVieTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"ScienceVieTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"ScienceVieTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"ScienceVieTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"ScienceVieTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"ScienceVieTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"ScienceVieTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"ScienceVieTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"ScienceVieTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"ScienceVieTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"ScienceVieTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"ScienceVieTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"ScienceVieTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"ScienceVieTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"ScienceVieTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"ScienceVieTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"ScienceVieTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"ScienceVieTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"ScienceVieTV.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"ScienceVieTV.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"ScienceVieTV.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"ScientologyNetwork.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"ScifiPolska.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"ScifiSrbija.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"ScifiSrbija.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"ScreenPix.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ScreenPixAction.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ScreenPixVoices.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ScreenPixWesterns.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Seasons.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"Seasons.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"Seasons.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"Seasons.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"Seasons.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"Seasons.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"Seasons.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"Seasons.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"Seasons.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"Seasons.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"Seasons.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"SemerkandTV.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"SenTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"SenTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"SenTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"SenTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"SenTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"SenTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"SenTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"SenTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"SenTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"SenTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"SenTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"SenTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"SenTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"SenTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"SenTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"SenTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"SenTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"SenTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"SenTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"SenTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"SenTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"SenTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"SenTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"SenTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"SenalColombia.co","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"SenalColombia.co","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"SenatoTV.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Senzi.sk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Sepehr.ir","site":"tva.tv","lang":"fa","url":"https://iptv-org.github.io/epg/guides/ir/tva.tv.epg.xml"},{"channel":"SerieClub.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"SerieClub.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"SerieClub.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"SerieClub.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"SerieClub.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"SerieClub.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"SerieClub.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"SerieClub.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"SerieClub.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"SerieClub.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"SerieClub.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"SerieClub.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"SerieClub.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"SerieClub.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"SerieClub.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"SerieClub.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"SerieClub.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"SerieClub.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"SerieClub.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"SerieClub.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"SerieClub.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"SerieClub.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"SerieClub.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"SerieClub.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"SerieClub.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"SerieClub.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"SerieClub.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"SerieClub.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"SerieClub.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"ServusTVDeutschland.at","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"ServusTVDeutschland.at","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"ServusTVOsterreich.at","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"ServusTVOsterreich.at","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"SetantaSports1Evraziya.ie","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"SetantaSports1Evraziya.ie","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"SetantaSports1Evraziya.ie","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"SetantaSportsGeorgia.ie","site":"magticom.ge","lang":"ka","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"SetantaSportsPlusGeorgia.ie","site":"magticom.ge","lang":"ka","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"SetantaSportsUkraine.ie","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/kz/tv.yandex.ru.epg.xml"},{"channel":"SetantaSportsUkraine.ie","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"SexationTV.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"Sextreme.br","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"Sextreme.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"Sextreme.br","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"SexyHot.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"ShandongEducationTV.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"ShandongTV.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"ShansonTV.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"ShantMusic.am","site":"tv.mail.ru","lang":"hy","url":"https://iptv-org.github.io/epg/guides/am/tv.mail.ru.epg.xml"},{"channel":"ShantSerial.am","site":"tv.mail.ru","lang":"hy","url":"https://iptv-org.github.io/epg/guides/am/tv.mail.ru.epg.xml"},{"channel":"ShantTV.am","site":"tv.mail.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/am/tv.mail.ru.epg.xml"},{"channel":"ShanxiTV.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"SharjahSports.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"SharjahSports.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"SharjahSports.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"SharjahSports.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"SharjahSports.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"SharjahSports.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"SharjahSports.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"SharjahSports.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"SharjahSports.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"SharjahSports.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"SharjahSports.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"SharjahSports.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"SharjahSports.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"SharjahSports.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"SharjahSports.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"SharjahSports.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"SharjahSports.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"SharjahSports.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"SharjahSports.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"SharjahSports.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"SharjahSports.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"SharjahSports.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"SharjahSports.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"SharjahSports.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"SharjahSports.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"SharjahSports.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"SharjahSports.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"SharjahSports.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"SharjahSports.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"SharjahSports.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"SharjahSports.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"SharjahSports.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"SharjahSports.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"SharjahSports.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"SharjahTV.ae","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"SharjahTV.ae","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"SharqiyaTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"SharqiyaTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"SharqiyaTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"SharqiyaTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"SharqiyaTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"SharqiyaTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"SharqiyaTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"SharqiyaTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"SharqiyaTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"SharqiyaTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"SharqiyaTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"SharqiyaTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"SharqiyaTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"SharqiyaTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"SharqiyaTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"SharqiyaTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"SharqiyaTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"SharqiyaTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"SharqiyaTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"SharqiyaTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"SharqiyaTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"SharqiyaTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"SharqiyaTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"SharqiyaTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"SharqiyaTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"SharqiyaTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"SharqiyaTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"SharqiyaTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"SharqiyaTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"SharqiyaTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"SharqiyaTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"SharqiyaTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"SharqiyaTV.ae","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"SharqiyaTV.ae","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"ShemarooMarathiBana.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ShemarooTV.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ShenzhenSatelliteTV.cn","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"ShenzhenSatelliteTV.cn","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"ShenzhenTV.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"ShepherdsChapel.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ShopChannel.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"ShopChannel4K.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"ShopChannelPlus.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"ShopHQ.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"ShopHQ.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ShopLC.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"ShopLC.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ShopTV.ph","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ShortsTV.uk","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"ShotTV.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"ShowMax.tr","site":"tv.blue.ch","lang":"tr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"ShowTV.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"ShowTV.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"ShowTV.tr","site":"tv.blue.ch","lang":"tr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"ShowTV.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"Showtime2East.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"Showtime2East.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"Showtime2East.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ShowtimeEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"ShowtimeEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"ShowtimeEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ShowtimeExtremeEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"ShowtimeExtremeEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ShowtimeExtremeWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ShowtimeNextEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"ShowtimeNextEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ShowtimeNextWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ShowtimeShowcaseEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"ShowtimeShowcaseEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ShowtimeShowcaseWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ShowtimeWest.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"ShowtimeWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ShowtimeWomenEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"ShowtimeWomenEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ShowtimeWomenWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ShoxBetEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"ShoxBetEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ShoxBetWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ShubhTV.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SichuanTV1.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"SilkUniversal.ge","site":"magticom.ge","lang":"ka","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"SilverbirdTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"SilverbirdTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"SilverbirdTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"SilverbirdTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"SilverbirdTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"SilverbirdTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"SilverbirdTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"SilverbirdTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"SilverbirdTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"SinLimites.co","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"Sinema1001.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"Sinema1001.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"Sinema1002.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"Sinema1002.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"Sinema2.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"Sinema2.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"SinemaAile.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"SinemaAile.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"SinemaAile2.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"SinemaAile2.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"SinemaAksiyon.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"SinemaAksiyon.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"SinemaAksiyon2.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"SinemaAksiyon2.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"SinemaKomedi.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"SinemaKomedi.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"SinemaKomedi2.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"SinemaTV.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"SinemaTV.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"SinemaYerli.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"SinemaYerli2.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"SirinaTV.gr","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"SirisTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"SitelTV.mk","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"SitelTV.mk","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"SixxAustria.de","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"SixxDeutschland.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"SixxDeutschland.de","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"SixxDeutschland.de","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"SixxDeutschland.de","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"SixxDeutschland.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Sjuan.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"Sjuan.se","site":"telkussa.fi","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/telkussa.fi.epg.xml"},{"channel":"SkyA.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"SkyArte.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"SkyArte.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"SkyArtsUK.uk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"SkyArtsUK.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"SkyArtsUK.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"SkyAtlantic.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"SkyAtlantic.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"SkyAtlanticHD.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"SkyAtlanticPlus1.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"SkyAtlanticUK.uk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"SkyCinemaAction.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"SkyCinemaAction.de","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"SkyCinemaAction.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"SkyCinemaAction.uk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"SkyCinemaActionHD.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"SkyCinemaAnimationHD.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"SkyCinemaComedy.de","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"SkyCinemaComedy.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"SkyCinemaComedyHD.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"SkyCinemaDrama.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"SkyCinemaDrama.uk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"SkyCinemaDramaHD.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"SkyCinemaDue.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"SkyCinemaDuePlus24.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"SkyCinemaFamily.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"SkyCinemaFamily.uk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"SkyCinemaFamilyHD.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"SkyCinemaFeelGoodHD.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"SkyCinemaGreats.uk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"SkyCinemaGreatsHD.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"SkyCinemaHits.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"SkyCinemaHits.de","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"SkyCinemaHits.uk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"SkyCinemaHitsHD.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"SkyCinemaNostalgie.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"SkyCinemaNostalgie.de","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"SkyCinemaPlus24.de","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"SkyCinemaPremiere.uk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"SkyCinemaPremiereHD.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"SkyCinemaPremieren.de","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"SkyCinemaRomance.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"SkyCinemaSciFiHorrorHD.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"SkyCinemaScifiHorror.uk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"SkyCinemaScifiHorror.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"SkyCinemaSelect.uk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"SkyCinemaSuspense.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"SkyCinemaThrillerHD.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"SkyCinemaUno.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"SkyCinemaUnoPlus24.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"SkyComedy.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"SkyComedyHD.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"SkyComedyUK.uk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"SkyCrime.uk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"SkyCrime.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"SkyDocumentariesUK.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"SkyHistory.us","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"SkyHistory2.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"SkyHistory2.us","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"SkyKrimi.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"SkyKrimi.de","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"SkyLinkTV.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"SkyMaxHD.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"SkyMeteo24.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"SkyNatureUK.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"SkyNewsArabia.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"SkyNewsArabia.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"SkyNewsArabia.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"SkyNewsArabia.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"SkyNewsArabia.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"SkyNewsArabia.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"SkyNewsArabia.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"SkyNewsArabia.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"SkyNewsArabia.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"SkyNewsArabia.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"SkyNewsArabia.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"SkyNewsArabia.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"SkyNewsArabia.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"SkyNewsArabia.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"SkyNewsArabia.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"SkyNewsArabia.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"SkyNewsArabia.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"SkyNewsArabia.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"SkyNewsArabia.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"SkyNewsArabia.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"SkyNewsArabia.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"SkyNewsArabia.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"SkyNewsArabia.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"SkyNewsArabia.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"SkyNewsArabia.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"SkyNewsArabia.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"SkyNewsArabia.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"SkyNewsArabia.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"SkyNewsArabia.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"SkyNewsArabia.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"SkyNewsArabia.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"SkyNewsArabia.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"SkyNewsArabia.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"SkyNewsArabia.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"SkyNewsArabia.uk","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"SkyNewsArabia.uk","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"SkyNewsInternational.uk","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"SkyNewsUK.uk","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"SkyNewsUK.uk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"SkyNewsUK.uk","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"SkyNewsUK.uk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"SkyNewsUK.uk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"SkyNewsUK.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"SkyOne.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"SkyOneUK.uk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"SkyOneUK.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"SkyPrimafila1.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"SkyPrimafila18.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"SkyPrimafila2.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"SkyPrimafila4.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"SkyPrimafila6.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"SkyReplayUK.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"SkyShowcaseHD.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"SkySport1.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"SkySport1.de","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"SkySport1.de","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"SkySport2.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"SkySport2.de","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"SkySport2.de","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"SkySport24.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"SkySportArena.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"SkySportAustria1.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"SkySportAustria1.de","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"SkySportAustria1.de","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"SkySportBundesliga1.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"SkySportBundesliga1.de","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"SkySportBundesliga2.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"SkySportBundesliga3.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"SkySportBundesliga4.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"SkySportF1.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"SkySportFootball.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"SkySportMotoGP.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"SkySportNBA.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"SkySportNews.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"SkySportSerieA.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"SkySportUno.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"SkySports1.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"SkySportsArena.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"SkySportsBoxOffice.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"SkySportsCricket.uk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"SkySportsCricket.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"SkySportsF1.uk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"SkySportsF1.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"SkySportsFootballUK.uk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"SkySportsFootballUK.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"SkySportsGolfUK.uk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"SkySportsGolfUK.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"SkySportsMainEventUK.uk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"SkySportsMainEventUK.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"SkySportsMix.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"SkySportsNFL.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"SkySportsNewsUK.uk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"SkySportsNewsUK.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"SkySportsPremierLeagueUK.uk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"SkySportsPremierLeagueUK.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"SkySportsRacingUK.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"SkyTG24.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"SkyUno.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"SkyUnoPlus1.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"SkyWitnessHD.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"SkyWitnessUK.uk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"SlagerTV.hu","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"SlagerTV.hu","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"Slagr2.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"SlagrMuzika.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"SlagrPremium.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Slam.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"SlotstadTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"SmartLifeStyleTV.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Smartzone.ee","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"Smartzone.ee","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"Smartzone.ee","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"SmileTV.gr","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"SmileTV.gr","site":"novacyprus.com","lang":"el","url":"https://iptv-org.github.io/epg/guides/cy/novacyprus.com.epg.xml"},{"channel":"SmithsonianChannelEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"SmithsonianChannelEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"SmithsonianChannelLatinAmerica.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"SmithsonianChannelUK.us","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"SmithsonianChannelUK.us","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"SmithsonianChannelUK.us","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"SoccerChannel.id","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"SoicoTV.mz","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"SolMusica.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"Somos.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"SonLifeBroadcastingNetwork.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Sonce.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"SongdewTV.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SonicNickelodeon.us","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SonnenklarTV.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"SonyAath.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SonyBBCEarth.uk","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SonyChannelAndes.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/gatotv.com.epg.xml"},{"channel":"SonyChannelAndes.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"SonyChannelAndes.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"SonyChannelAndes.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"SonyChannelAndes.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"SonyChannelAndes.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"SonyChannelAndes.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"SonyChannelAndes.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"SonyChannelAndes.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/py/gatotv.com.epg.xml"},{"channel":"SonyChannelAndes.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"SonyChannelAndes.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/uy/gatotv.com.epg.xml"},{"channel":"SonyChannelAndes.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ve/gatotv.com.epg.xml"},{"channel":"SonyChannelAndes.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"SonyChannelAndes.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"SonyChannelBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"SonyChannelCentro.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"SonyChannelCentro.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"SonyChannelCentro.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"SonyChannelCentro.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"SonyChannelCentro.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"SonyChannelCentro.us","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"SonyChannelCentro.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"SonyChannelCentro.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/mi.tv.epg.xml"},{"channel":"SonyChannelDeutschland.us","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"SonyChannelRussia.us","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"SonyChannelRussia.us","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"SonyChannelSur.us","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"SonyChannelSur.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/mi.tv.epg.xml"},{"channel":"SonyChannelUK.us","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"SonyMarathi.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SonyMax2.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SonyMax2.in","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"SonyMaxAsia.in","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"SonyMaxAsia.in","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"SonyMaxHungary.in","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"SonyMaxHungary.in","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"SonyMaxIndia.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SonyMaxUK.in","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"SonyMaxUK.in","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"SonyMix.in","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"SonyMovieChannelHungary.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"SonyMovieChannelHungary.us","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"SonyMovies.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"SonyMoviesAction.us","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"SonyMoviesClassic.us","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"SonyMoviesUK.us","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"SonyMoviesUKPlus1.us","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"SonyMoviesUSA.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"SonyPal.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SonyPix.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SonySABTVAsia.in","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"SonySABTVAsia.in","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"SonySABTVAsia.in","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"SonySABTVIndia.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SonySABTVUSA.in","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"SonySciFiRussia.us","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"SonySciFiRussia.us","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"SonySix.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SonyTen1.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SonyTen2.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SonyTen3.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SonyTurbo.us","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"SonyWah.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SonyYay.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SorozatPlus.hu","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"SorozatPlus.hu","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"SorozatPlus.hu","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"SorozatPlus.hu","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"SoundcityAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"SoundcityAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"SoundcityAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"SoundcityAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"SoundcityAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"SoundcityAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"SoundcityAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"SoundcityAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"SoundcityAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"SoundcityAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"SoundcityAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"SoundcityAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"SoundcityAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"SoundcityAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"SoundcityAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"SoundcityAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"SoundcityAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"SoundcityAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"SoundcityAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"SoundcityAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"SoundcityAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"SoundcityAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"SoundcityAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"SoundcityAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"SoundcityAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"SoundcityAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"SoundcityAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"SoundcityAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"SoundcityAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"SoundcityAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"SoundcityAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"SoundcityAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"SoundcityAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"SoundcityAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"SoundcityAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"SoundcityAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"SoundcityAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"SoundcityAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"SoundcityAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"SoundcityAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"SoundcityAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"SoundcityAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tz/dstv.com.epg.xml"},{"channel":"SoundcityAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"SoundcityAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"SoundcityAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"SoundcityAfrica.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"SovershennoSekretnoTV.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"SowetoTV.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"SowetoTV.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"Soyuz.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"SpaceBrasil.ar","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"SpaceChile.ar","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"SpaceChile.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"SpaceChile.ar","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"SpaceMexico.ar","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"SpaceMexico.ar","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"SpaceMexico.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/mi.tv.epg.xml"},{"channel":"SpaceMexico.ar","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"SpaceShowerTV.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"SpaceShowerTVPlus.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"SpaceSur.ar","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/gatotv.com.epg.xml"},{"channel":"SpaceSur.ar","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"SpaceSur.ar","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"SpaceSur.ar","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"SpaceSur.ar","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ec/gatotv.com.epg.xml"},{"channel":"SpaceSur.ar","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"SpaceSur.ar","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"SpaceSur.ar","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"SpaceSur.ar","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"SpaceSur.ar","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml"},{"channel":"SpaceSur.ar","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/py/gatotv.com.epg.xml"},{"channel":"SpaceSur.ar","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"SpaceSur.ar","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/uy/gatotv.com.epg.xml"},{"channel":"SpaceSur.ar","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ve/gatotv.com.epg.xml"},{"channel":"SpaceSur.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"SpectrumOC16.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"SpectrumSportsNet.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"SpectrumSportsNet.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"SpectrumSportsNetLA.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"SpeedChannel1.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"Spektrum.hu","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Spektrum.hu","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"SpektrumHome.hu","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"SperantaTV.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"Spice.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"Spice.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"Spice.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"Spice.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"Spice.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"Spice.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"Spice.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"Spice.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"Spice.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"Spice.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"Spice.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"Spice.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"Spice.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"Spice.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"Spice.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"Spice.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"Spice.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"Spice.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"Spice.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"Spice.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"Spice.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"Spice.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"Spice.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"Spice.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"Spice.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"Spice.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"Spice.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"Spice.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"Spice.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"Spice.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"Spice.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"Spice.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"Spice.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"Spice.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"Spice.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"Spice.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"Spice.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"Spice.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"Spice.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"Spice.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"Spice.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"Spice.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tz/dstv.com.epg.xml"},{"channel":"Spice.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"Spice.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"Spice.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"Spice.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"SpiegelGeschichte.de","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"SpiegelGeschichte.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"SpiegelTVWissen.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"SpikeItalia.us","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"SpikeItalia.us","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"SpikeNederland.us","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"SpilerTV1.hu","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"SpoTV2.kr","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"SporSmart.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"SporSmart2.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"SporTV.br","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"SporTV.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"SporTV2.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"SporTV3.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"Sport1.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"Sport1.de","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"Sport1.de","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"Sport1.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Sport1.de","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"Sport1.de","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"Sport1Czechia.hu","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Sport1Hungary.hu","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Sport1Hungary.hu","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"Sport1Plus.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"Sport1Plus.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Sport2Czechia.hu","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Sport2Hungary.hu","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Sport2Hungary.hu","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"Sport5.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"SportExtra.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"SportKlub1Hrvatska.hu","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"SportKlub2Srbija.hu","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"SportKlub3.hu","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"SportKlub4.hu","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"SportKlub5.hu","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"SportKlub6.hu","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"SportKlubEsports.hu","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"SportKlubGolf.hu","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"SportKlubPolska.hu","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"SportKlubStart.hu","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"SportTV1.pt","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"SportTV1.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"SportTV2.pt","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"SportTV2.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"SportTV3.pt","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"SportTV3.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"SportTV4.pt","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"SportTV5.pt","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"SportTVAfrica1.pt","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"SportTVPlus.pt","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"SportdigitalFussball.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"SportdigitalFussball.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"SportenFrance.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"SportingTV.pt","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"SportingTV.pt","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"Sportitalia.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Sportkanalen.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"SportsLivePlus.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"SportsMax.jm","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"SportsMax2.jm","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"SportsNetCanucks.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"SportsNetEast.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"SportsNetFlames.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"SportsNetNewYork.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"SportsNetOilers.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"SportsNetOne.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"SportsNetPacific.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"SportsNetWest.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"SportsNetWorld.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"SportsTV.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"SportskaTV.hr","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"SportsmanChannel.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"SportsmanChannel.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"SportsmanChannelCanada.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"SportyStuffTV.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"SpotlightTV.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"SpotlightTV.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"SpreeTV.au","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/au/ontvtonight.com.epg.xml"},{"channel":"SremskaTV.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"Stadium.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Star1.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"Star2.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"Star3.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"StarAction.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/mi.tv.epg.xml"},{"channel":"StarAction.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"StarActionPlus3.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"StarBS10.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"StarBharat.in","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"StarBharatIndia.hk","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"StarBharatIndia.hk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"StarBharatIndia.hk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"StarChannel.gr","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"StarChannelBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"StarChannelChile.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"StarChannelChile.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"StarChannelLatinAmerica.us","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"StarChannelLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/gatotv.com.epg.xml"},{"channel":"StarChannelLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"StarChannelLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"StarChannelLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"StarChannelLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"StarChannelLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"StarChannelLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"StarChannelLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/py/gatotv.com.epg.xml"},{"channel":"StarChannelLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"StarChannelLatinAmerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/uy/gatotv.com.epg.xml"},{"channel":"StarChannelLatinAmerica.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/mi.tv.epg.xml"},{"channel":"StarChannelLatinAmerica.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"StarChannelMexico.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"StarChannelMexico.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/mi.tv.epg.xml"},{"channel":"StarChineseChannel.hk","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"StarChineseMoviesSouthEastAsia.hk","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"StarChineseMoviesSouthEastAsia.hk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"StarChineseMoviesSouthEastAsia.hk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"StarCinema.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"StarCinema.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"StarCinema.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"StarClassics.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"StarClassics.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"StarComedy.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"StarComedy.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"StarFamily.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"StarFun.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/mi.tv.epg.xml"},{"channel":"StarFun.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"StarFunPlus3.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"StarGold.hk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"StarGold.hk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"StarGold2.hk","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"StarGoldHDIndia.hk","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"StarGoldSelect.hk","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"StarHits.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"StarHits.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"StarHitsBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"StarJalsha.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"StarKentrikisElladas.gr","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"StarLife.hk","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"StarLife.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"StarLife.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"StarLife.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"StarLife.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"StarLife.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"StarLife.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"StarLife.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"StarLife.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"StarLife.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"StarLife.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"StarLife.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"StarLife.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"StarLife.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"StarLife.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"StarLife.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"StarLife.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"StarLife.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"StarLife.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"StarLife.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"StarLife.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"StarLife.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"StarLife.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"StarLife.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"StarLife.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"StarLife.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"StarLife.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"StarLife.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"StarLife.hk","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"StarLife.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"StarLife.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"StarLife.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"StarLife.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"StarLife.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"StarLife.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"StarLife.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"StarLife.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"StarLife.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"StarLife.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"StarLife.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"StarLife.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"StarLife.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"StarLife.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"StarLife.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"StarLife.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"StarLife.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"StarLife.hk","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"StarLifeBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"StarLifeChile.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"StarLifeChile.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"StarLifeLatin.us","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"StarLifeLatin.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/gatotv.com.epg.xml"},{"channel":"StarLifeLatin.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/gatotv.com.epg.xml"},{"channel":"StarLifeLatin.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"StarLifeLatin.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"StarLifeLatin.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"StarLifeLatin.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"StarLifeLatin.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"StarLifeLatin.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"StarLifeLatin.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"StarLifeLatin.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml"},{"channel":"StarLifeLatin.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/py/gatotv.com.epg.xml"},{"channel":"StarLifeLatin.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"StarLifeLatin.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/uy/gatotv.com.epg.xml"},{"channel":"StarLifeLatin.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ve/gatotv.com.epg.xml"},{"channel":"StarLifeLatin.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/mi.tv.epg.xml"},{"channel":"StarLifeLatin.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"StarLifeMexico.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"StarLifeMexico.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/mi.tv.epg.xml"},{"channel":"StarLifeSur.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/mi.tv.epg.xml"},{"channel":"StarMaa.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"StarMaaMovies.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"StarMoviesHDIndia.hk","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"StarMoviesMiddleEast.hk","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"StarMoviesMiddleEast.hk","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"StarMoviesMiddleEast.hk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"StarMoviesMiddleEast.hk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"StarMoviesMiddleEast.hk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"StarMoviesMiddleEast.hk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"StarMoviesMiddleEast.hk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"StarMoviesMiddleEast.hk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"StarMoviesMiddleEast.hk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"StarMoviesMiddleEast.hk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"StarMoviesMiddleEast.hk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"StarMoviesMiddleEast.hk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"StarMoviesMiddleEast.hk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"StarMoviesMiddleEast.hk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"StarMoviesMiddleEast.hk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"StarMoviesMiddleEast.hk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"StarMoviesMiddleEast.hk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"StarMoviesMiddleEast.hk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"StarMoviesMiddleEast.hk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"StarMoviesMiddleEast.hk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"StarMoviesMiddleEast.hk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"StarMoviesMiddleEast.hk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"StarMoviesMiddleEast.hk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"StarMoviesMiddleEast.hk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"StarMoviesMiddleEast.hk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"StarMoviesMiddleEast.hk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"StarMoviesMiddleEast.hk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"StarMoviesMiddleEast.hk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"StarMoviesMiddleEast.hk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"StarMoviesMiddleEast.hk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"StarMoviesMiddleEast.hk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"StarMoviesMiddleEast.hk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"StarMoviesMiddleEast.hk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"StarMoviesMiddleEast.hk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"StarMoviesMiddleEast.hk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"StarMoviesMiddleEast.hk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"StarMoviesSelect.hk","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"StarPlusHDIndia.hk","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"StarPlusSoutheastAsia.hk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"StarPlusSoutheastAsia.hk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"StarPravah.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"StarSeries.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/mi.tv.epg.xml"},{"channel":"StarSeries.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"StarSeriesPlus3.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"StarSports1.hk","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"StarSports1Hindi.hk","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"StarSports2.hk","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"StarSports3.hk","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"StarSportsFirst.hk","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"StarSportsSelectHD1.hk","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"StarSportsSelectHD2.hk","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"StarTV.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"StarTV.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"StarTV.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"StarTV.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"StarUtsav.hk","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"StarUtsavMovies.hk","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"StarVijayMalaysia.hk","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"StarWorldHDIndia.hk","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"StarWorldMiddleEast.hk","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"StarWorldMiddleEast.hk","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"StarWorldMiddleEast.hk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"StarWorldMiddleEast.hk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"StarWorldMiddleEast.hk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"StarWorldMiddleEast.hk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"StarWorldMiddleEast.hk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"StarWorldMiddleEast.hk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"StarWorldMiddleEast.hk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"StarWorldMiddleEast.hk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"StarWorldMiddleEast.hk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"StarWorldMiddleEast.hk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"StarWorldMiddleEast.hk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"StarWorldMiddleEast.hk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"StarWorldMiddleEast.hk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"StarWorldMiddleEast.hk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"StarWorldMiddleEast.hk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"StarWorldMiddleEast.hk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"StarWorldMiddleEast.hk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"StarWorldMiddleEast.hk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"StarWorldMiddleEast.hk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"StarWorldMiddleEast.hk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"StarWorldMiddleEast.hk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"StarWorldMiddleEast.hk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"StarWorldMiddleEast.hk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"StarWorldMiddleEast.hk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"StarWorldMiddleEast.hk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"StarWorldMiddleEast.hk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"StarWorldMiddleEast.hk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"StarWorldMiddleEast.hk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"StarWorldMiddleEast.hk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"StarWorldMiddleEast.hk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"StarWorldMiddleEast.hk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"StarWorldMiddleEast.hk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"StarWorldMiddleEast.hk","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"StarWorldMiddleEast.hk","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"StarWorldPremiereHD.hk","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"StarsTV.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"StarsTV.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"StartTV.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Starz1East.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"Starz1West.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"Starz2East.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"Starz2West.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"StarzCinemaEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"StarzCinemaEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"StarzCinemaWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"StarzComedyEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"StarzComedyEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"StarzComedyWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"StarzEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"StarzEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"StarzEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"StarzEdgeEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"StarzEdgeEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"StarzEdgeWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"StarzEncoreActionEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"StarzEncoreActionEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"StarzEncoreActionWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"StarzEncoreBlackEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"StarzEncoreBlackEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"StarzEncoreBlackWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"StarzEncoreClassicEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"StarzEncoreClassicEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"StarzEncoreClassicWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"StarzEncoreEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"StarzEncoreEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"StarzEncoreEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"StarzEncoreEspanolEste.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"StarzEncoreFamilyEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"StarzEncoreFamilyEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"StarzEncoreFamilyWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"StarzEncoreSuspenseEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"StarzEncoreSuspenseEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"StarzEncoreSuspenseWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"StarzEncoreWest.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"StarzEncoreWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"StarzEncoreWesternsEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"StarzEncoreWesternsEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"StarzEncoreWesternsWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"StarzInBlackEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"StarzInBlackEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"StarzInBlackWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"StarzKidsFamilyEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"StarzKidsFamilyEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"StarzWest.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"StarzWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Stinet.al","site":"ipko.com","lang":"hr","url":"https://iptv-org.github.io/epg/guides/al/ipko.com.epg.xml"},{"channel":"StingrayBroadway.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"StingrayCMusic.ca","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"StingrayCMusic.ca","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"StingrayCMusic.ca","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"StingrayCMusic.ca","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"StingrayCMusic.ca","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"StingrayClassicRB.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"StingrayClassica.ca","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"StingrayClassica.ca","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"StingrayClassica.ca","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"StingrayClassica.ca","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"StingrayClassica.ca","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"StingrayClassica.ca","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"StingrayClassica.ca","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"StingrayClassica.ca","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"StingrayClassica.ca","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"StingrayClassica.ca","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"StingrayClassica.ca","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"StingrayClassica.ca","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"StingrayClassica.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"StingrayCountry.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"StingrayDjazz.ca","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"StingrayDjazz.ca","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"StingrayDjazz.ca","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"StingrayDjazz.ca","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"StingrayDjazz.ca","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"StingrayDjazz.ca","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"StingrayDjazz.ca","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"StingrayDjazz.ca","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"StingrayDjazz.ca","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"StingrayDjazz.ca","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"StingrayFestival4K.ca","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"StingrayFestival4K.ca","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"StingrayFestival4K.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"StingrayFrancoFetes.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"StingrayGospel.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"StingrayIConcerts.ca","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"StingrayIConcerts.ca","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"StingrayIConcerts.ca","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"StingrayIConcerts.ca","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"StingrayIConcerts.ca","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"StingrayIConcerts.ca","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"StingrayIConcerts.ca","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"StingrayIConcerts.ca","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"StingrayIConcerts.ca","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"StingrayIConcerts.ca","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"StingrayIConcerts.ca","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"StingrayIConcerts.ca","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"StingrayIConcerts.ca","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"StingrayJuicebox.ca","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"StingrayLiteTV.ca","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"StingrayLoud.ca","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"StingrayNaturescape.ca","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"StingrayNoFences.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"StingrayRetro.ca","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"StingrayRomanceLatino.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"StingraySoulStorm.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"StopklatkaTV.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"StopklatkaTV.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"Story4.hu","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Story4.hu","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"Story4.hu","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"Story4.hu","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"Story5.hu","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"StranaFMTV.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"StreekTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"StrongLive.mz","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"StudioAlphenTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"StudioB.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"StudioUniversalAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"StudioUniversalAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"StudioUniversalAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"StudioUniversalAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"StudioUniversalAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"StudioUniversalAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"StudioUniversalAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"StudioUniversalAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"StudioUniversalAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"StudioUniversalAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"StudioUniversalAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"StudioUniversalAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"StudioUniversalAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"StudioUniversalAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"StudioUniversalAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"StudioUniversalAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"StudioUniversalAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"StudioUniversalAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"StudioUniversalAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"StudioUniversalAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"StudioUniversalAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"StudioUniversalAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"StudioUniversalAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"StudioUniversalAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"StudioUniversalAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"StudioUniversalAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"StudioUniversalAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"StudioUniversalAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"StudioUniversalAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"StudioUniversalAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"StudioUniversalAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"StudioUniversalAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"StudioUniversalAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"StudioUniversalAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"StudioUniversalAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"StudioUniversalAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"StudioUniversalAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"StudioUniversalAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"StudioUniversalAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"StudioUniversalAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"StudioUniversalAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"StudioUniversalAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"StudioUniversalAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"StudioUniversalAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"StudioUniversalAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"StudioUniversalAmericaLatina.us","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"StudioUniversalAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"StudioUniversalAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ec/gatotv.com.epg.xml"},{"channel":"StudioUniversalAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"StudioUniversalAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"StudioUniversalAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"StudioUniversalAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml"},{"channel":"StudioUniversalAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"StudioUniversalAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ve/gatotv.com.epg.xml"},{"channel":"StudioUniversalAmericaLatina.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/mi.tv.epg.xml"},{"channel":"StudioUniversalArgentina.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"StudioUniversalBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"StudioUniversalChile.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"StudioUniversalChile.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"StudioUniversalMexico.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"StudioUniversalMexico.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/mi.tv.epg.xml"},{"channel":"Studiocanal.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"Studiocanal.fr","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Sub.fi","site":"telkussa.fi","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/telkussa.fi.epg.xml"},{"channel":"Sud1ere.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"Sud1ere.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"Sud1ere.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"Sud1ere.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"Sud1ere.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"Sud1ere.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"Sud1ere.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"Sud1ere.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"Sud1ere.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"Sud1ere.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"Sud1ere.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"Sud1ere.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"Sud1ere.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"Sud1ere.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"Sud1ere.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"Sud1ere.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"Sud1ere.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"Sud1ere.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"Sud1ere.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"Sud1ere.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"Sud1ere.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"Sud1ere.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"Sud1ere.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"Sud1ere.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"SudarshanNews.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"Sudostschweiz.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"SunBangla.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SunChannel.ve","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/mi.tv.epg.xml"},{"channel":"SunMusic.in","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"SunTV.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SunTVMalaysia.in","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"SundanceTVEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"SundanceTVEspana.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"SundanceTVEspana.us","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"SundanceTVEurope.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"SunnaTV.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"SunnaTV.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"SunnaTV.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"SunnaTV.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"SunnaTV.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"SunnaTV.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"SunnaTV.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"SunnaTV.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"SunnaTV.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"SunnaTV.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"SunnaTV.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"SunnaTV.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"SunnaTV.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"SunnaTV.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"SunnaTV.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"SunnaTV.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"SunnaTV.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"SunnaTV.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"SunnaTV.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"SunnaTV.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"SunnaTV.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"SunnaTV.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"SunnaTV.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"SunnaTV.ng","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"SunnaTV.sa","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"SunnaTV.sa","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"SunnaTV.sa","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"SunuYeuf.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"SunuYeuf.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"SunuYeuf.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"SunuYeuf.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"SunuYeuf.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"SunuYeuf.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"SunuYeuf.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"SunuYeuf.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"SunuYeuf.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"SunuYeuf.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"SunuYeuf.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"SunuYeuf.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"SunuYeuf.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"SunuYeuf.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"SunuYeuf.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"SunuYeuf.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"SunuYeuf.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"SunuYeuf.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"SunuYeuf.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"SunuYeuf.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"SunuYeuf.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"SunuYeuf.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"SunuYeuf.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"SunuYeuf.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"SunuYeuf.sn","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"Super.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"Super.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"SuperChannel.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"SuperDPlus.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"SuperDramaTV.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"SuperOneHD.hu","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"SuperOneHD.hu","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"SuperPolsat.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"SuperPolsat.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"SuperRTLAustria.de","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"SuperRTLDeutschland.de","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"SuperRTLDeutschland.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"SuperRTLDeutschland.de","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"SuperRTLDeutschland.de","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"SuperRTLDeutschland.de","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"SuperRTLDeutschland.de","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"SuperRTLDeutschland.de","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"SuperRTLDeutschland.de","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"SuperRTLDeutschland.de","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"SuperRTLDeutschland.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"SuperRTLDeutschland.de","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"SuperSat.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"SuperSat.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"SuperSport2.al","site":"tvim.tv","lang":"sq","url":"https://iptv-org.github.io/epg/guides/xk/tvim.tv.epg.xml"},{"channel":"SuperSport3.al","site":"tvim.tv","lang":"sq","url":"https://iptv-org.github.io/epg/guides/xk/tvim.tv.epg.xml"},{"channel":"SuperSport4.al","site":"tvim.tv","lang":"sq","url":"https://iptv-org.github.io/epg/guides/xk/tvim.tv.epg.xml"},{"channel":"SuperSport5.al","site":"tvim.tv","lang":"sq","url":"https://iptv-org.github.io/epg/guides/xk/tvim.tv.epg.xml"},{"channel":"SuperSport6.al","site":"tvim.tv","lang":"sq","url":"https://iptv-org.github.io/epg/guides/xk/tvim.tv.epg.xml"},{"channel":"SuperSportActionAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"SuperSportActionAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"SuperSportActionAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"SuperSportActionAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"SuperSportActionAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"SuperSportActionAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"SuperSportActionAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"SuperSportActionAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"SuperSportActionAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"SuperSportActionAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"SuperSportActionAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"SuperSportActionAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"SuperSportActionAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"SuperSportActionAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"SuperSportActionAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"SuperSportActionAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"SuperSportActionAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"SuperSportActionAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"SuperSportActionAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"SuperSportActionAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"SuperSportActionAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"SuperSportActionAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"SuperSportActionAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"SuperSportActionAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"SuperSportActionAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"SuperSportActionAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"SuperSportActionAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"SuperSportActionAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"SuperSportActionAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"SuperSportActionAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"SuperSportActionAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"SuperSportActionAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"SuperSportActionAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"SuperSportActionAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"SuperSportActionAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"SuperSportActionAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"SuperSportActionAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"SuperSportActionAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"SuperSportActionAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"SuperSportActionAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"SuperSportActionAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"SuperSportActionAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"SuperSportActionAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"SuperSportActionAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"SuperSportBlitzAfrica.za","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"SuperSportBlitzAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"SuperSportBlitzAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"SuperSportBlitzAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"SuperSportBlitzAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"SuperSportBlitzAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"SuperSportBlitzAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"SuperSportBlitzAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"SuperSportBlitzAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"SuperSportBlitzAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"SuperSportBlitzAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"SuperSportBlitzAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"SuperSportBlitzAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"SuperSportBlitzAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"SuperSportBlitzAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"SuperSportBlitzAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"SuperSportBlitzAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"SuperSportBlitzAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"SuperSportBlitzAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"SuperSportBlitzAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"SuperSportBlitzAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"SuperSportBlitzAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"SuperSportBlitzAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"SuperSportBlitzAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"SuperSportBlitzAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"SuperSportBlitzAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"SuperSportBlitzAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"SuperSportBlitzAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"SuperSportBlitzAfrica.za","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"SuperSportBlitzAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"SuperSportBlitzAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"SuperSportBlitzAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"SuperSportBlitzAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"SuperSportBlitzAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"SuperSportBlitzAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"SuperSportBlitzAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"SuperSportBlitzAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"SuperSportBlitzAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"SuperSportBlitzAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"SuperSportBlitzAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"SuperSportBlitzAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"SuperSportBlitzAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"SuperSportBlitzAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"SuperSportBlitzAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"SuperSportBlitzAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"SuperSportBlitzAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"SuperSportBlitzAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"SuperSportCricketAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"SuperSportCricketAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"SuperSportCricketAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"SuperSportCricketAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"SuperSportCricketAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"SuperSportCricketAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"SuperSportCricketAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"SuperSportCricketAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"SuperSportCricketAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"SuperSportCricketAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"SuperSportCricketAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"SuperSportCricketAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"SuperSportCricketAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"SuperSportCricketAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"SuperSportCricketAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"SuperSportCricketAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"SuperSportCricketAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"SuperSportCricketAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"SuperSportCricketAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"SuperSportCricketAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"SuperSportCricketAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"SuperSportCricketAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"SuperSportCricketAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"SuperSportCricketAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"SuperSportCricketAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"SuperSportCricketAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"SuperSportCricketAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"SuperSportCricketAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"SuperSportCricketAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"SuperSportCricketAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"SuperSportCricketAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"SuperSportCricketAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"SuperSportCricketAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"SuperSportCricketAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"SuperSportCricketAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"SuperSportCricketAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"SuperSportCricketAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"SuperSportCricketAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"SuperSportCricketAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"SuperSportCricketAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"SuperSportCricketAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"SuperSportCricketAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"SuperSportCricketAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"SuperSportCricketAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"SuperSportCricketAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"SuperSportFootballAfrica.za","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"SuperSportFootballAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"SuperSportFootballAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"SuperSportFootballAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"SuperSportFootballAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"SuperSportFootballAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"SuperSportFootballAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"SuperSportFootballAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"SuperSportFootballAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"SuperSportFootballAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"SuperSportFootballAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"SuperSportFootballAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"SuperSportFootballAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"SuperSportFootballAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"SuperSportFootballAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"SuperSportFootballAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"SuperSportFootballAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"SuperSportFootballAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"SuperSportFootballAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"SuperSportFootballAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"SuperSportFootballAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"SuperSportFootballAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"SuperSportFootballAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"SuperSportFootballAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"SuperSportFootballAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"SuperSportFootballAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"SuperSportFootballAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"SuperSportFootballAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"SuperSportFootballAfrica.za","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"SuperSportFootballAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"SuperSportFootballAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"SuperSportFootballAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"SuperSportFootballAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"SuperSportFootballAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"SuperSportFootballAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"SuperSportFootballAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"SuperSportFootballAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"SuperSportFootballAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"SuperSportFootballAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"SuperSportFootballAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"SuperSportFootballAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"SuperSportFootballAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"SuperSportFootballAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"SuperSportFootballAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"SuperSportFootballAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"SuperSportFootballAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"SuperSportFootballAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"SuperSportFootballAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"SuperSportFootballPlusAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"SuperSportFootballPlusAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"SuperSportFootballPlusAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"SuperSportFootballPlusAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"SuperSportFootballPlusAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"SuperSportFootballPlusAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"SuperSportFootballPlusAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"SuperSportFootballPlusAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"SuperSportFootballPlusAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"SuperSportFootballPlusAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"SuperSportFootballPlusAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"SuperSportFootballPlusAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"SuperSportFootballPlusAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"SuperSportFootballPlusAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"SuperSportFootballPlusAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"SuperSportFootballPlusAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"SuperSportFootballPlusAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"SuperSportFootballPlusAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"SuperSportFootballPlusAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"SuperSportFootballPlusAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"SuperSportFootballPlusAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"SuperSportFootballPlusAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"SuperSportFootballPlusAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"SuperSportFootballPlusAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"SuperSportFootballPlusAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"SuperSportFootballPlusAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"SuperSportFootballPlusAfrica.za","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"SuperSportFootballPlusAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"SuperSportFootballPlusAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"SuperSportFootballPlusAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"SuperSportFootballPlusAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"SuperSportFootballPlusAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"SuperSportFootballPlusAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"SuperSportFootballPlusAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"SuperSportFootballPlusAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"SuperSportFootballPlusAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"SuperSportFootballPlusAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"SuperSportFootballPlusAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"SuperSportFootballPlusAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"SuperSportFootballPlusAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"SuperSportFootballPlusAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"SuperSportFootballPlusAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"SuperSportFootballPlusAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"SuperSportGolfAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"SuperSportGolfAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"SuperSportGolfAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"SuperSportGolfAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"SuperSportGolfAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"SuperSportGolfAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"SuperSportGolfAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"SuperSportGolfAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"SuperSportGolfAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"SuperSportGolfAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"SuperSportGolfAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"SuperSportGolfAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"SuperSportGolfAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"SuperSportGolfAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"SuperSportGolfAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"SuperSportGolfAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"SuperSportGolfAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"SuperSportGolfAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"SuperSportGolfAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"SuperSportGolfAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"SuperSportGolfAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"SuperSportGolfAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"SuperSportGolfAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"SuperSportGolfAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"SuperSportGolfAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"SuperSportGolfAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"SuperSportGolfAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"SuperSportGolfAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"SuperSportGolfAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"SuperSportGolfAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"SuperSportGolfAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"SuperSportGolfAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"SuperSportGolfAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"SuperSportGolfAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"SuperSportGolfAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"SuperSportGolfAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"SuperSportGolfAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"SuperSportGolfAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"SuperSportGolfAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"SuperSportGolfAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"SuperSportGolfAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"SuperSportGolfAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"SuperSportGolfAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"SuperSportGolfAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"SuperSportGolfAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"SuperSportGrandstandAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"SuperSportGrandstandAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"SuperSportGrandstandAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"SuperSportGrandstandAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"SuperSportGrandstandAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"SuperSportGrandstandAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"SuperSportGrandstandAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"SuperSportGrandstandAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"SuperSportGrandstandAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"SuperSportGrandstandAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"SuperSportGrandstandAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"SuperSportGrandstandAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"SuperSportGrandstandAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"SuperSportGrandstandAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"SuperSportGrandstandAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"SuperSportGrandstandAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"SuperSportGrandstandAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"SuperSportGrandstandAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"SuperSportGrandstandAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"SuperSportGrandstandAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"SuperSportGrandstandAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"SuperSportGrandstandAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"SuperSportGrandstandAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"SuperSportGrandstandAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"SuperSportGrandstandAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"SuperSportGrandstandAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"SuperSportGrandstandAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"SuperSportGrandstandAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"SuperSportGrandstandAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"SuperSportGrandstandAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"SuperSportGrandstandAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"SuperSportGrandstandAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"SuperSportGrandstandAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"SuperSportGrandstandAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"SuperSportGrandstandAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"SuperSportGrandstandAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"SuperSportGrandstandAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"SuperSportGrandstandAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"SuperSportGrandstandAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"SuperSportGrandstandAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"SuperSportGrandstandAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"SuperSportGrandstandAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"SuperSportGrandstandAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"SuperSportGrandstandAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"SuperSportGrandstandAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"SuperSportKosova1.al","site":"tvim.tv","lang":"sq","url":"https://iptv-org.github.io/epg/guides/xk/tvim.tv.epg.xml"},{"channel":"SuperSportKosova2.al","site":"tvim.tv","lang":"sq","url":"https://iptv-org.github.io/epg/guides/xk/tvim.tv.epg.xml"},{"channel":"SuperSportKosova3.al","site":"tvim.tv","lang":"sq","url":"https://iptv-org.github.io/epg/guides/xk/tvim.tv.epg.xml"},{"channel":"SuperSportLaLigaAfrica.za","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"SuperSportLaLigaAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"SuperSportLaLigaAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"SuperSportLaLigaAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"SuperSportLaLigaAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"SuperSportLaLigaAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"SuperSportLaLigaAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"SuperSportLaLigaAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"SuperSportLaLigaAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"SuperSportLaLigaAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"SuperSportLaLigaAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"SuperSportLaLigaAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"SuperSportLaLigaAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"SuperSportLaLigaAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"SuperSportLaLigaAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"SuperSportLaLigaAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"SuperSportLaLigaAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"SuperSportLaLigaAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"SuperSportLaLigaAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"SuperSportLaLigaAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"SuperSportLaLigaAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"SuperSportLaLigaAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"SuperSportLaLigaAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"SuperSportLaLigaAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"SuperSportLaLigaAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"SuperSportLaLigaAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"SuperSportLaLigaAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"SuperSportLaLigaAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"SuperSportLaLigaAfrica.za","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"SuperSportLaLigaAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"SuperSportLaLigaAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"SuperSportLaLigaAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"SuperSportLaLigaAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"SuperSportLaLigaAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"SuperSportLaLigaAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"SuperSportLaLigaAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"SuperSportLaLigaAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"SuperSportLaLigaAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"SuperSportLaLigaAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"SuperSportLaLigaAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"SuperSportLaLigaAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"SuperSportLaLigaAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"SuperSportLaLigaAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"SuperSportLaLigaAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"SuperSportLaLigaAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"SuperSportLaLigaAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"SuperSportLaLigaAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"SuperSportMaximo1Africa.za","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"SuperSportMaximo1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"SuperSportMaximo1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"SuperSportMaximo1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"SuperSportMaximo1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"SuperSportMaximo1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"SuperSportMaximo1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"SuperSportMaximo1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"SuperSportMaximo1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"SuperSportMaximo1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"SuperSportMaximo1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"SuperSportMaximo1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"SuperSportMaximo1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"SuperSportMaximo1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"SuperSportMaximo1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"SuperSportMaximo1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"SuperSportMaximo1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"SuperSportMaximo1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"SuperSportMaximo1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"SuperSportMaximo1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"SuperSportMaximo1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"SuperSportMaximo1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"SuperSportMaximo1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"SuperSportMaximo1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"SuperSportMaximo1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"SuperSportMaximo1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"SuperSportMaximo1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"SuperSportMaximo1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"SuperSportMaximo1Africa.za","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"SuperSportMaximo1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"SuperSportMaximo1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"SuperSportMaximo1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"SuperSportMaximo1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"SuperSportMaximo1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"SuperSportMaximo1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"SuperSportMaximo1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"SuperSportMaximo1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"SuperSportMaximo1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"SuperSportMaximo1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"SuperSportMaximo1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"SuperSportMaximo1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"SuperSportMaximo1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"SuperSportMaximo1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"SuperSportMaximo1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"SuperSportMaximo1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"SuperSportMaximo1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"SuperSportMaximo1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"SuperSportMaximo2Africa.za","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"SuperSportMaximo2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"SuperSportMaximo2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"SuperSportMaximo2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"SuperSportMaximo2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"SuperSportMaximo2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"SuperSportMaximo2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"SuperSportMaximo2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"SuperSportMaximo2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"SuperSportMaximo2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"SuperSportMaximo2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"SuperSportMaximo2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"SuperSportMaximo2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"SuperSportMaximo2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"SuperSportMaximo2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"SuperSportMaximo2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"SuperSportMaximo2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"SuperSportMaximo2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"SuperSportMaximo2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"SuperSportMaximo2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"SuperSportMaximo2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"SuperSportMaximo2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"SuperSportMaximo2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"SuperSportMaximo2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"SuperSportMaximo2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"SuperSportMaximo2Africa.za","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"SuperSportMaximo2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"SuperSportMaximo2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"SuperSportMaximo2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"SuperSportMaximo2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"SuperSportMaximo2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"SuperSportMaximo2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"SuperSportMaximo2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"SuperSportMaximo2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"SuperSportMaximo2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"SuperSportMaximo2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"SuperSportMaximo2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"SuperSportMaximo2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"SuperSportMaximo2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"SuperSportMaximo360.za","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"SuperSportMaximo360.za","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"SuperSportMotorsportAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"SuperSportMotorsportAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"SuperSportMotorsportAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"SuperSportMotorsportAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"SuperSportMotorsportAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"SuperSportMotorsportAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"SuperSportMotorsportAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"SuperSportMotorsportAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"SuperSportOTT.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"SuperSportOTT2.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"SuperSportOTT3.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"SuperSportOTT4.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"SuperSportOTT5.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"SuperSportOTT6.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"SuperSportOTT7.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"SuperSportOTT8.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"SuperSportPSL.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"SuperSportPSL.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"SuperSportPSL.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"SuperSportPSL.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"SuperSportPSL.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"SuperSportPSL.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"SuperSportPSL.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"SuperSportPSL.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"SuperSportPSL.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"SuperSportPlay.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"SuperSportPlay.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"SuperSportPremierLeagueAfrica.za","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"SuperSportPremierLeagueAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"SuperSportPremierLeagueAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"SuperSportPremierLeagueAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"SuperSportPremierLeagueAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"SuperSportPremierLeagueAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"SuperSportPremierLeagueAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"SuperSportPremierLeagueAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"SuperSportPremierLeagueAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"SuperSportPremierLeagueAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"SuperSportPremierLeagueAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"SuperSportPremierLeagueAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"SuperSportPremierLeagueAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"SuperSportPremierLeagueAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"SuperSportPremierLeagueAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"SuperSportPremierLeagueAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"SuperSportPremierLeagueAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"SuperSportPremierLeagueAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"SuperSportPremierLeagueAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"SuperSportPremierLeagueAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"SuperSportPremierLeagueAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"SuperSportPremierLeagueAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"SuperSportPremierLeagueAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"SuperSportPremierLeagueAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"SuperSportPremierLeagueAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"SuperSportPremierLeagueAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"SuperSportPremierLeagueAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"SuperSportPremierLeagueAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"SuperSportPremierLeagueAfrica.za","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"SuperSportPremierLeagueAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"SuperSportPremierLeagueAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"SuperSportPremierLeagueAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"SuperSportPremierLeagueAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"SuperSportPremierLeagueAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"SuperSportPremierLeagueAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"SuperSportPremierLeagueAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"SuperSportPremierLeagueAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"SuperSportPremierLeagueAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"SuperSportPremierLeagueAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"SuperSportPremierLeagueAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"SuperSportPremierLeagueAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"SuperSportPremierLeagueAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"SuperSportPremierLeagueAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"SuperSportPremierLeagueAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"SuperSportPremierLeagueAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"SuperSportPremierLeagueAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"SuperSportPremierLeagueAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"SuperSportRugbyAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"SuperSportRugbyAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"SuperSportRugbyAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"SuperSportRugbyAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"SuperSportRugbyAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"SuperSportRugbyAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"SuperSportRugbyAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"SuperSportRugbyAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"SuperSportRugbyAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"SuperSportRugbyAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"SuperSportRugbyAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"SuperSportRugbyAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"SuperSportRugbyAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"SuperSportRugbyAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"SuperSportRugbyAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"SuperSportRugbyAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"SuperSportRugbyAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"SuperSportRugbyAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"SuperSportRugbyAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"SuperSportRugbyAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"SuperSportRugbyAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"SuperSportRugbyAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"SuperSportRugbyAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"SuperSportRugbyAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"SuperSportRugbyAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"SuperSportRugbyAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"SuperSportRugbyAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"SuperSportRugbyAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"SuperSportRugbyAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"SuperSportRugbyAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"SuperSportRugbyAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"SuperSportRugbyAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"SuperSportRugbyAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"SuperSportRugbyAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"SuperSportRugbyAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"SuperSportRugbyAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"SuperSportRugbyAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"SuperSportRugbyAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"SuperSportRugbyAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"SuperSportRugbyAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"SuperSportRugbyAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"SuperSportRugbyAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"SuperSportRugbyAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"SuperSportRugbyAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"SuperSportRugbyAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"SuperSportTennisAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"SuperSportTennisAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"SuperSportTennisAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"SuperSportTennisAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"SuperSportTennisAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"SuperSportTennisAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"SuperSportTennisAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"SuperSportTennisAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"SuperSportTennisAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"SuperSportTennisAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"SuperSportTennisAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"SuperSportTennisAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"SuperSportTennisAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"SuperSportTennisAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"SuperSportTennisAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"SuperSportTennisAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"SuperSportTennisAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"SuperSportTennisAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"SuperSportTennisAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"SuperSportTennisAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"SuperSportTennisAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"SuperSportTennisAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"SuperSportTennisAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"SuperSportTennisAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"SuperSportTennisAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"SuperSportTennisAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"SuperSportTennisAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"SuperSportTennisAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"SuperSportTennisAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"SuperSportTennisAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"SuperSportTennisAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"SuperSportTennisAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"SuperSportTennisAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"SuperSportTennisAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"SuperSportTennisAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"SuperSportTennisAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"SuperSportTennisAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"SuperSportTennisAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"SuperSportTennisAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"SuperSportTennisAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"SuperSportTennisAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"SuperSportTennisAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"SuperSportTennisAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"SuperSportTennisAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"SuperSportTennisAfrica.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"SuperSportVariety1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"SuperSportVariety1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"SuperSportVariety1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"SuperSportVariety1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"SuperSportVariety1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"SuperSportVariety1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"SuperSportVariety1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"SuperSportVariety1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"SuperSportVariety1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"SuperSportVariety1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"SuperSportVariety1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"SuperSportVariety1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"SuperSportVariety1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"SuperSportVariety1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"SuperSportVariety1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"SuperSportVariety1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"SuperSportVariety1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"SuperSportVariety1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"SuperSportVariety1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"SuperSportVariety1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"SuperSportVariety1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"SuperSportVariety1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"SuperSportVariety1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"SuperSportVariety1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"SuperSportVariety1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"SuperSportVariety1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"SuperSportVariety1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"SuperSportVariety1Africa.za","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"SuperSportVariety1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"SuperSportVariety1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"SuperSportVariety1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"SuperSportVariety1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"SuperSportVariety1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"SuperSportVariety1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"SuperSportVariety1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"SuperSportVariety1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"SuperSportVariety1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"SuperSportVariety1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"SuperSportVariety1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"SuperSportVariety1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"SuperSportVariety1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"SuperSportVariety1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"SuperSportVariety1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"SuperSportVariety1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"SuperSportVariety1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"SuperSportVariety1Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"SuperSportVariety2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"SuperSportVariety2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"SuperSportVariety2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"SuperSportVariety2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"SuperSportVariety2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"SuperSportVariety2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"SuperSportVariety2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"SuperSportVariety2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"SuperSportVariety2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"SuperSportVariety2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"SuperSportVariety2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"SuperSportVariety2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"SuperSportVariety2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"SuperSportVariety2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"SuperSportVariety2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"SuperSportVariety2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"SuperSportVariety2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"SuperSportVariety2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"SuperSportVariety2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"SuperSportVariety2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"SuperSportVariety2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"SuperSportVariety2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"SuperSportVariety2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"SuperSportVariety2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"SuperSportVariety2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"SuperSportVariety2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"SuperSportVariety2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"SuperSportVariety2Africa.za","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"SuperSportVariety2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"SuperSportVariety2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"SuperSportVariety2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"SuperSportVariety2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"SuperSportVariety2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"SuperSportVariety2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"SuperSportVariety2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"SuperSportVariety2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"SuperSportVariety2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"SuperSportVariety2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"SuperSportVariety2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"SuperSportVariety2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"SuperSportVariety2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"SuperSportVariety2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"SuperSportVariety2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"SuperSportVariety2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"SuperSportVariety2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"SuperSportVariety2Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"SuperSportVariety3Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"SuperSportVariety3Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"SuperSportVariety3Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"SuperSportVariety3Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"SuperSportVariety3Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"SuperSportVariety3Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"SuperSportVariety3Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"SuperSportVariety3Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"SuperSportVariety3Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"SuperSportVariety3Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"SuperSportVariety3Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"SuperSportVariety3Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"SuperSportVariety3Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"SuperSportVariety3Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"SuperSportVariety3Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"SuperSportVariety3Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"SuperSportVariety3Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"SuperSportVariety3Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"SuperSportVariety3Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"SuperSportVariety3Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"SuperSportVariety3Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"SuperSportVariety3Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"SuperSportVariety3Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"SuperSportVariety3Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"SuperSportVariety3Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"SuperSportVariety3Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"SuperSportVariety3Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"SuperSportVariety3Africa.za","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"SuperSportVariety3Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"SuperSportVariety3Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"SuperSportVariety3Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"SuperSportVariety3Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"SuperSportVariety3Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"SuperSportVariety3Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"SuperSportVariety3Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"SuperSportVariety3Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"SuperSportVariety3Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"SuperSportVariety3Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"SuperSportVariety3Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"SuperSportVariety3Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"SuperSportVariety3Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"SuperSportVariety3Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"SuperSportVariety3Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"SuperSportVariety3Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"SuperSportVariety3Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"SuperSportVariety3Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"SuperSportVariety4Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"SuperSportVariety4Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"SuperSportVariety4Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"SuperSportVariety4Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"SuperSportVariety4Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"SuperSportVariety4Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"SuperSportVariety4Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"SuperSportVariety4Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"SuperSportVariety4Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"SuperSportVariety4Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"SuperSportVariety4Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"SuperSportVariety4Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"SuperSportVariety4Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"SuperSportVariety4Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"SuperSportVariety4Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"SuperSportVariety4Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"SuperSportVariety4Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"SuperSportVariety4Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"SuperSportVariety4Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"SuperSportVariety4Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"SuperSportVariety4Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"SuperSportVariety4Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"SuperSportVariety4Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"SuperSportVariety4Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"SuperSportVariety4Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"SuperSportVariety4Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"SuperSportVariety4Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"SuperSportVariety4Africa.za","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"SuperSportVariety4Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"SuperSportVariety4Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"SuperSportVariety4Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"SuperSportVariety4Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"SuperSportVariety4Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"SuperSportVariety4Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"SuperSportVariety4Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"SuperSportVariety4Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"SuperSportVariety4Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"SuperSportVariety4Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"SuperSportVariety4Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"SuperSportVariety4Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"SuperSportVariety4Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"SuperSportVariety4Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"SuperSportVariety4Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"SuperSportVariety4Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"SuperSportVariety4Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"SuperSportVariety4Africa.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"SuperTV2.hu","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"SuperTV2.hu","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"SuperTV2.hu","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"SuperTennis.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"SuperTennis.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Superstacja.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"Superstar2.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"SuperstarTV.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"SuperstarTV.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"SuperyachtTV.mc","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"SurPeru.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"SvetloeTV.by","site":"tv.mail.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/by/tv.mail.ru.epg.xml"},{"channel":"SwayamPrabha1.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SwayamPrabha10.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SwayamPrabha11.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SwayamPrabha12.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SwayamPrabha13.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SwayamPrabha14.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SwayamPrabha15.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SwayamPrabha16.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SwayamPrabha17.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SwayamPrabha18.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SwayamPrabha19.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SwayamPrabha2.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SwayamPrabha20.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SwayamPrabha21.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SwayamPrabha22.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SwayamPrabha3.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SwayamPrabha4.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SwayamPrabha5.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SwayamPrabha6.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SwayamPrabha7.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SwayamPrabha8.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"SwayamPrabha9.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"Swiss1.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"SwissSportTV.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"SyfyBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"SyfyDeutschland.us","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"SyfyDeutschland.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"SyfyDeutschland.us","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"SyfyEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"SyfyEast.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"SyfyEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"SyfyEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"SyfyEspana.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"SyfyEspana.us","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"SyfyFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"SyfyFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"SyfyFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"SyfyFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"SyfyFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"SyfyFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"SyfyFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"SyfyFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"SyfyFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"SyfyFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"SyfyFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"SyfyFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"SyfyFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"SyfyFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"SyfyFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"SyfyFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"SyfyFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"SyfyFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"SyfyFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"SyfyFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"SyfyFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"SyfyFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"SyfyFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"SyfyFrance.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"SyfyFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"SyfyFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"SyfyFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"SyfyFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"SyfyFrance.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"SyfyFrance.us","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"SyfyFrance.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"SyfyFrance.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"SyfyFrance.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"SyfyFrance.us","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"SyfyFrance.us","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"SyfyLatin.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/gatotv.com.epg.xml"},{"channel":"SyfyLatin.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/gatotv.com.epg.xml"},{"channel":"SyfyLatin.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"SyfyLatin.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"SyfyLatin.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"SyfyLatin.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ec/gatotv.com.epg.xml"},{"channel":"SyfyLatin.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"SyfyLatin.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"SyfyLatin.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"SyfyLatin.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"SyfyLatin.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml"},{"channel":"SyfyLatin.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/py/gatotv.com.epg.xml"},{"channel":"SyfyLatin.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"SyfyLatin.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/uy/gatotv.com.epg.xml"},{"channel":"SyfyLatin.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ve/gatotv.com.epg.xml"},{"channel":"SyfyPortugal.us","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"SyfyUK.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"SyfyUK.us","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"SyfyWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"SyriTV.al","site":"tv.blue.ch","lang":"sq","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"SyriaDrama.sy","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"SyriaDrama.sy","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"SyriaTV.tr","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"SyriaTV.tr","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"T.al","site":"tvim.tv","lang":"sq","url":"https://iptv-org.github.io/epg/guides/xk/tvim.tv.epg.xml"},{"channel":"T1.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"T24.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"T2Info.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"T7.rs","site":"tv.blue.ch","lang":"sq","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"T7.rs","site":"tvim.tv","lang":"sq","url":"https://iptv-org.github.io/epg/guides/xk/tvim.tv.epg.xml"},{"channel":"TA3.sk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TANTV.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"TAYTV.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"TBNAfrica.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"TBNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"TBNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"TBNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"TBNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"TBNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"TBNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"TBNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"TBNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"TBNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"TBNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"TBNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"TBNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"TBNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"TBNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"TBNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"TBNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"TBNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"TBNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"TBNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"TBNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"TBNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"TBNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"TBNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"TBNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"TBNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"TBNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"TBNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"TBNAfrica.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"TBNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"TBNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"TBNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"TBNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"TBNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"TBNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"TBNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"TBNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"TBNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"TBNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"TBNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"TBNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"TBNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"TBNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"TBNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"TBNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"TBNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"TBNAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"TBNArmenia.us","site":"tv.mail.ru","lang":"hy","url":"https://iptv-org.github.io/epg/guides/am/tv.mail.ru.epg.xml"},{"channel":"TBNBaltia.ee","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"TBNBaltia.ee","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"TBNBaltia.ee","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"TBNEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"TBNPolska.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TBNPolska.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"TBNRossiya.us","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"TBNUK.us","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"TBNUK.us","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"TBNUS.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"TBNUS.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"TBSAmericaLatina.us","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"TBSAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/gatotv.com.epg.xml"},{"channel":"TBSAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"TBSAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"TBSAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"TBSAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ec/gatotv.com.epg.xml"},{"channel":"TBSAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"TBSAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"TBSAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"TBSAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"TBSAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"TBSAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml"},{"channel":"TBSAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"TBSAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ve/gatotv.com.epg.xml"},{"channel":"TBSAmericaLatina.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"TBSAmericaLatina.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"TBSAtlanticoSur.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"TBSAtlanticoSur.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"TBSBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TBSChannel1.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"TBSChannel2.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"TBSEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"TBSEast.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"TBSEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"TBSEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"TBSNews.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"TBSWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"TCMAmericaLatina.us","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"TCMAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/gatotv.com.epg.xml"},{"channel":"TCMAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"TCMAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"TCMAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"TCMAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"TCMAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ec/gatotv.com.epg.xml"},{"channel":"TCMAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"TCMAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"TCMAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"TCMAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"TCMAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"TCMAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml"},{"channel":"TCMAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"TCMAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ve/gatotv.com.epg.xml"},{"channel":"TCMAmericaLatina.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"TCMAmericaLatina.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"TCMArgentina.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"TCMBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TCMCentralEasternEurope.us","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"TCMCentralEasternEurope.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TCMCinema.us","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"TCMCinema.us","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"TCMEspana.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"TCMEspana.us","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"TCMMovies.us","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"TCMUS.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"TCMUS.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"TCT.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"TCT.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"TCVInternacional.cv","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"TDK.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"TDNMexico.mx","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/mi.tv.epg.xml"},{"channel":"TET.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"TF1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"TF1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"TF1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"TF1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"TF1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"TF1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"TF1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"TF1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"TF1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"TF1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"TF1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"TF1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"TF1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"TF1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"TF1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"TF1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"TF1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"TF1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"TF1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"TF1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"TF1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"TF1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"TF1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"TF1.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"TF1.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"TF1.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"TF1.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"TF1.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"TF1.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"TF1.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"TF1.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"TF1.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"TF1.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"TF1.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"TF1.fr","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TF1.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"TF1.fr","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"TF1Plus1.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"TF1SeriesFilms.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"TF1SeriesFilms.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"TF1SeriesFilms.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"TF1SeriesFilms.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"TF1SeriesFilms.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"TF1SeriesFilms.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"TF1SeriesFilms.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"TF1SeriesFilms.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"TF1SeriesFilms.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"TF1SeriesFilms.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"TF1SeriesFilms.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"TF1SeriesFilms.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"TF1SeriesFilms.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"TF1SeriesFilms.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"TF1SeriesFilms.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"TF1SeriesFilms.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"TF1SeriesFilms.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"TF1SeriesFilms.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"TF1SeriesFilms.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"TF1SeriesFilms.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"TF1SeriesFilms.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"TF1SeriesFilms.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"TF1SeriesFilms.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"TF1SeriesFilms.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"TF1SeriesFilms.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"TF1SeriesFilms.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"TF1SeriesFilms.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"TF1SeriesFilms.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"TF1SeriesFilms.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"TF1SeriesFilms.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"TF1SeriesFilms.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"TF1SeriesFilms.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"TF1SeriesFilms.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"TF1SeriesFilms.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"TF1SeriesFilms.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"TF1SeriesFilms.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TF1Suisse.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TFCAsiaPacific.ph","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"TFCAsiaPacific.ph","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"TFCMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"TFCMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"TFCMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"TFCMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"TFCMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"TFCMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"TFCMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"TFCMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"TFCMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"TFCMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"TFCMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"TFCMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"TFCMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"TFCMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"TFCMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"TFCMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"TFCMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"TFCMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"TFCMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"TFCMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"TFCMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"TFCMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"TFCMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"TFCMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"TFCMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"TFCMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"TFCMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"TFCMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"TFCMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"TFCMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"TFCMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"TFCMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"TFCMiddleEast.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"TFCMiddleEast.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"TFCUSAWest.ph","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"TFM.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"TFM.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"TFM.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"TFM.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"TFM.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"TFM.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"TFM.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"TFM.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"TFM.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"TFM.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"TFM.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"TFM.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"TFM.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"TFM.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"TFM.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"TFM.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"TFM.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"TFM.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"TFM.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"TFM.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"TFM.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"TFM.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"TFM.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"TFM.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"TFX.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"TFX.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"TFX.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"TFX.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"TFX.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"TFX.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"TFX.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"TFX.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"TFX.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"TFX.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"TFX.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"TFX.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"TFX.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"TFX.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"TFX.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"TFX.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"TFX.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"TFX.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"TFX.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"TFX.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"TFX.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"TFX.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"TFX.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"TFX.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"TFX.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"TFX.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"TFX.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"TFX.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"TFX.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"TFX.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"TFX.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"TFX.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"TFX.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"TFX.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"TFX.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"TFXSuisse.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TG4.ie","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ie/ontvtonight.com.epg.xml"},{"channel":"TG4.ie","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"TGB.gw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"TGB.gw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"TGB.gw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"TGB.gw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"TGB.gw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"TGB.gw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"TGB.gw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"TGB.gw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"TGB.gw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"TGB.gw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"TGB.gw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"TGB.gw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"TGB.gw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"TGB.gw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"TGB.gw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"TGB.gw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"TGB.gw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"TGB.gw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"TGB.gw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"TGB.gw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"TGB.gw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"TGB.gw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"TGB.gw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"TGB.gw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"TGCom24.it","site":"mediaset.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/mediaset.it.epg.xml"},{"channel":"TGCom24.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TGNorba24.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"TGRTEU.tr","site":"tv.blue.ch","lang":"tr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TGRTHaber.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"TGRTHaber.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"TGRTHaber.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"TJC.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"TJC.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"TJKTV.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"TJKTV.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"TLCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"TLCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"TLCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"TLCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"TLCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"TLCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"TLCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"TLCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"TLCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"TLCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"TLCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"TLCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"TLCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"TLCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"TLCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"TLCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"TLCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"TLCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"TLCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"TLCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"TLCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"TLCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"TLCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"TLCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"TLCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"TLCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"TLCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"TLCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"TLCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"TLCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"TLCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"TLCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"TLCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"TLCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"TLCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"TLCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"TLCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"TLCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"TLCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"TLCAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"TLCArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"TLCArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"TLCArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"TLCArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"TLCArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"TLCArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"TLCArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"TLCArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"TLCArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"TLCArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"TLCArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"TLCArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"TLCArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"TLCArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"TLCArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"TLCArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"TLCArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"TLCArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"TLCArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"TLCArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"TLCArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"TLCArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"TLCArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"TLCArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"TLCArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"TLCArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"TLCArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"TLCArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"TLCArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"TLCArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"TLCArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"TLCArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"TLCArabia.us","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"TLCArabia.us","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"TLCArgentina.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"TLCBalkan.us","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"TLCBalkan.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TLCBalkan.us","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"TLCBalkan.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"TLCBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TLCEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"TLCEast.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"TLCEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"TLCEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"TLCGermany.us","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"TLCGermany.us","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TLCIndia.us","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"TLCLatinoamerica.us","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"TLCLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/gatotv.com.epg.xml"},{"channel":"TLCLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"TLCLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"TLCLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"TLCLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"TLCLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ec/gatotv.com.epg.xml"},{"channel":"TLCLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"TLCLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"TLCLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"TLCLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"TLCLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml"},{"channel":"TLCLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"TLCLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ve/gatotv.com.epg.xml"},{"channel":"TLCLatinoamerica.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/mi.tv.epg.xml"},{"channel":"TLCLatinoamerica.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"TLCMexico.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"TLCNederland.us","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"TLCPanRegional.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TLCPanRegional.us","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"TLCPanRegional.us","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"TLCPolska.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"TLCRomania.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"TLCRussia.us","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"TLCRussia.us","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"TLCRussia.us","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"TLCRussia.us","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"TLCSoutheastAsia.us","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"TLCSoutheastAsia.us","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"TLCSoutheastAsia.us","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"TLCSoutheastAsia.us","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"TLCSoutheastAsia.us","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"TLCSverige.us","site":"telkussa.fi","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/telkussa.fi.epg.xml"},{"channel":"TLCTurkiye.us","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"TLCTurkiye.us","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"TLCTurkiye.us","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"TLCWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"TLNNetwork.mx","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"TLNNetwork.mx","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"TLNNetwork.pt","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"TLSAfrica.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"TLSAfrica.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"TLSAfrica.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"TLSAfrica.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"TLSAfrica.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"TLSAfrica.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"TLSAfrica.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"TLSAfrica.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"TLSAfrica.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"TLSAfrica.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"TLSAfrica.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"TLSAfrica.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"TLSAfrica.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"TLSAfrica.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"TLSAfrica.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"TLSAfrica.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"TLSAfrica.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"TLSAfrica.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"TLSAfrica.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"TLSAfrica.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"TLSAfrica.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"TLSAfrica.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"TLSAfrica.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"TLSAfrica.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"TM1TV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"TM1TV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"TM1TV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"TM1TV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"TM1TV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"TM1TV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"TM1TV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"TM1TV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"TM1TV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"TM1TV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"TM1TV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"TM1TV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"TM1TV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"TM1TV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"TM1TV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"TM1TV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"TM1TV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"TM1TV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"TM1TV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"TM1TV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"TM1TV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"TM1TV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"TM1TV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"TM1TV.ml","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"TMB.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"TMB.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"TMC.mc","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"TMC.mc","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"TMC.mc","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"TMC.mc","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"TMC.mc","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"TMC.mc","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"TMC.mc","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"TMC.mc","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"TMC.mc","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"TMC.mc","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"TMC.mc","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"TMC.mc","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"TMC.mc","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"TMC.mc","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"TMC.mc","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"TMC.mc","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"TMC.mc","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"TMC.mc","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"TMC.mc","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"TMC.mc","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"TMC.mc","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"TMC.mc","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"TMC.mc","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"TMC.mc","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"TMC.mc","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"TMC.mc","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"TMC.mc","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"TMC.mc","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"TMC.mc","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"TMC.mc","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"TMC.mc","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"TMC.mc","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"TMC.mc","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"TMC.mc","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TMC.mc","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"TMCPlus1.mc","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"TMCSuisse.mc","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TMSTelevizijaTelemark.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TN.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"TN23.gt","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"TNH.ht","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"TNH.ht","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"TNH.ht","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"TNH.ht","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"TNH.ht","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"TNH.ht","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"TNN16.th","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"TNN2.th","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"TNT.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"TNT4.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"TNTAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"TNTAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"TNTAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"TNTAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"TNTAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"TNTAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"TNTAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"TNTAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"TNTAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"TNTAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"TNTAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"TNTAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"TNTAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"TNTAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"TNTAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"TNTAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"TNTAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"TNTAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"TNTAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"TNTAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"TNTAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"TNTAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"TNTAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"TNTAfrica.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"TNTAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"TNTAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"TNTAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"TNTAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"TNTAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"TNTAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"TNTAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"TNTAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"TNTAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"TNTAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"TNTAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"TNTAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"TNTAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"TNTAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"TNTAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"TNTAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"TNTAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"TNTAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"TNTAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"TNTAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"TNTAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"TNTAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"TNTAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"TNTAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"TNTAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"TNTAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"TNTAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"TNTAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"TNTAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"TNTAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"TNTAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"TNTAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"TNTAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"TNTAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"TNTAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"TNTAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"TNTAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"TNTAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"TNTAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"TNTAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"TNTAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"TNTAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"TNTAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"TNTAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"TNTAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"TNTAmericaLatina.us","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"TNTAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/gatotv.com.epg.xml"},{"channel":"TNTAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/gatotv.com.epg.xml"},{"channel":"TNTAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"TNTAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"TNTAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"TNTAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ec/gatotv.com.epg.xml"},{"channel":"TNTAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"TNTAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"TNTAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"TNTAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"TNTAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml"},{"channel":"TNTAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/py/gatotv.com.epg.xml"},{"channel":"TNTAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"TNTAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/uy/gatotv.com.epg.xml"},{"channel":"TNTAmericaLatina.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/mi.tv.epg.xml"},{"channel":"TNTArgentina.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"TNTBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TNTChile.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"TNTChile.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"TNTComedy.ru","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"TNTComedy.ru","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"TNTComedy.ru","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"TNTComedy.ru","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"TNTEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"TNTEast.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"TNTEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"TNTEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"TNTEspana.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"TNTEspana.us","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"TNTFilm.us","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"TNTInternational.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/kz/tv.yandex.ru.epg.xml"},{"channel":"TNTMexico.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"TNTMexico.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/mi.tv.epg.xml"},{"channel":"TNTMusic.ru","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"TNTMusic.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"TNTMusic.ru","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"TNTPolska.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"TNTSerie.us","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"TNTSeriesArgentina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"TNTSeriesArgentina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"TNTSeriesArgentina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"TNTSeriesArgentina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"TNTSeriesArgentina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"TNTSeriesArgentina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"TNTSeriesArgentina.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"TNTSeriesBrasil.us","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"TNTSeriesBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TNTSeriesColombia.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/mi.tv.epg.xml"},{"channel":"TNTSeriesColombia.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"TNTSeriesMexico.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"TNTSeriesMexico.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"TNTSports2Chile.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"TNTSports3Chile.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"TNTSportsArgentina.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"TNTWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"TNVPlaneta.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"TNVTatarstan.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"TPA1.ao","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"TPA1.ao","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"TPA2.ao","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"TPAInternacional.ao","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"TR35.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"TRMh24.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"TRT1.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"TRT1.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"TRT1.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"TRT2.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"TRT2.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"TRT2.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"TRT3.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"TRT3.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"TRT3.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"TRT4K.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"TRTArabi.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"TRTArabi.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"TRTAvaz.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"TRTAvaz.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"TRTAvaz.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"TRTBelgesel.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"TRTBelgesel.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"TRTBelgesel.tr","site":"tv.blue.ch","lang":"tr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TRTBelgesel.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"TRTCocuk.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"TRTCocuk.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"TRTCocuk.tr","site":"tv.blue.ch","lang":"tr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TRTCocuk.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"TRTHaber.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"TRTHaber.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"TRTHaber.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"TRTKurdi.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"TRTKurdi.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"TRTKurdi.tr","site":"tv.blue.ch","lang":"ku","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TRTKurdi.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"TRTMuzik.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"TRTMuzik.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"TRTMuzik.tr","site":"tv.blue.ch","lang":"tr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TRTMuzik.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"TRTSpor.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"TRTSpor.tr","site":"tv.blue.ch","lang":"tr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TRTSpor.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"TRTSporYildiz.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"TRTSporYildiz.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"TRTSporYildiz.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"TRTTurk.tr","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"TRTTurk.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"TRTTurk.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"TRTTurk.tr","site":"tv.blue.ch","lang":"tr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TRTTurk.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"TRTWorld.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"TRTWorld.tr","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"TRTWorld.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"TSN1.ca","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"TSN1.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"TSN2.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"TSN3.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"TSN4.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"TSN4KLeafs.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"TSN5.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"TSi.hn","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"TTV.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TTV.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"TUDNEstadosUnidos.mx","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"TUDNEstadosUnidos.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/us/gatotv.com.epg.xml"},{"channel":"TUDNMexico.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"TV.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"TV1.bg","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"TV1.tz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"TV1.tz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"TV1.tz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"TV10.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"TV10.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"TV10.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"TV10.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"TV10.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"TV10.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"TV10.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"TV10.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"TV10.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"TV10.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"TV10.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"TV10.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"TV10.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"TV10.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"TV10.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"TV10.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"TV10.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"TV10.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"TV10.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"TV10.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"TV10.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"TV10.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"TV10.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"TV10.rw","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"TV10.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"TV100.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"TV100.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"TV100.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"TV1000Action.se","site":"magticom.ge","lang":"ka","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"TV1000Action.se","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"TV1000Action.se","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"TV1000Action.se","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"TV1000Action.se","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"TV1000Action.se","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"TV1000Balkan.se","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TV1000Balkan.se","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"TV1000Balkan.se","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"TV1000Balkan.se","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TV1000Balkan.se","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"TV1000Balkan.se","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"TV1000East.se","site":"magticom.ge","lang":"ka","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"TV1000East.se","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"TV1000East.se","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"TV1000East.se","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"TV1000East.se","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"TV1000East.se","site":"tv.lv","lang":"lv","url":"https://iptv-org.github.io/epg/guides/lv/tv.lv.epg.xml"},{"channel":"TV1000East.se","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"TV1000East.se","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"TV1000RusskoeKino.se","site":"magticom.ge","lang":"ka","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"TV1000RusskoeKino.se","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"TV1000RusskoeKino.se","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"TV1000RusskoeKino.se","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"TV1000RusskoeKino.se","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"TV1000RusskoeKino.se","site":"tv.lv","lang":"lv","url":"https://iptv-org.github.io/epg/guides/lv/tv.lv.epg.xml"},{"channel":"TV1000RusskoeKino.se","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"TV1000WorldKino.se","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"TV12.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"TV2.dk","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"TV2.dk","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"TV2.dk","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"TV2.hu","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TV2.hu","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TV2.hu","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"TV2.no","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"TV2000.va","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"TV2000.va","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TV2000.va","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TV21Macedonia.rs","site":"tv.blue.ch","lang":"sq","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TV24.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TV24.mk","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"TV24.mk","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"TV25.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TV25.ge","site":"magticom.ge","lang":"ka","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"TV2Charlie.dk","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"TV2Fri.dk","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"TV2Kids.hu","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"TV2Livsstil.no","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"TV2News.dk","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"TV2Nyhetskanalen.no","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"TV2Sef.hu","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TV2Sef.hu","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"TV2Sport.dk","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"TV2Sport1.no","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"TV2Sport2.no","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"TV2SportPremium.no","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"TV2Zebra.no","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"TV2Zulu.dk","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"TV3.es","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TV3.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"TV3.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"TV3.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"TV3.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"TV3.ru","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"TV3.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"TV3CAT.es","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TV3CAT.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"TV3Danmark.dk","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"TV3Danmark.dk","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"TV3Eesti.ee","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"TV3Eesti.ee","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"TV3Eesti.ee","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"TV3Film.lv","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"TV3Film.lv","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"TV3Film.lv","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"TV3Film.lv","site":"tv.lv","lang":"lv","url":"https://iptv-org.github.io/epg/guides/lv/tv.lv.epg.xml"},{"channel":"TV3Latvija.lv","site":"tv.lv","lang":"lv","url":"https://iptv-org.github.io/epg/guides/lv/tv.lv.epg.xml"},{"channel":"TV3Life.lv","site":"tv.lv","lang":"lv","url":"https://iptv-org.github.io/epg/guides/lv/tv.lv.epg.xml"},{"channel":"TV3Max.dk","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"TV3Mini.lv","site":"tv.lv","lang":"lv","url":"https://iptv-org.github.io/epg/guides/lv/tv.lv.epg.xml"},{"channel":"TV3Norge.no","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"TV3Plus.lv","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"TV3Plus.lv","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"TV3Plus.lv","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"TV3Puls.dk","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"TV3Sport.dk","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"TV3Sport.lv","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"TV3Sport.lv","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"TV3Sport.lv","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"TV3Sport.lv","site":"tv.lv","lang":"lv","url":"https://iptv-org.github.io/epg/guides/lv/tv.lv.epg.xml"},{"channel":"TV3Sport2.lv","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"TV3Sport2.lv","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"TV3Sport2.lv","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"TV3Sport2.lv","site":"tv.lv","lang":"lv","url":"https://iptv-org.github.io/epg/guides/lv/tv.lv.epg.xml"},{"channel":"TV3Sverige.se","site":"allente.se","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/allente.se.epg.xml"},{"channel":"TV3Sverige.se","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"TV3Sverige.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"TV4.hu","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TV4.hu","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"TV4.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TV4.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"TV4.se","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"TV4.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"TV4.se","site":"telkussa.fi","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/telkussa.fi.epg.xml"},{"channel":"TV4.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"TV4.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"TV47.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"TV47.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"TV47.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"TV4Fakta.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"TV4Film.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"TV4Guld.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"TV4S.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TV4TNG.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TV5.fi","site":"telkussa.fi","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/telkussa.fi.epg.xml"},{"channel":"TV5.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"TV538.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tz/dstv.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"TV5MondeAfrique.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"TV5MondeAmeriqueLatine.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"TV5MondeAmeriqueLatine.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"TV5MondeAmeriqueLatine.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"TV5MondeAmeriqueLatine.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"TV5MondeAmeriqueLatine.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"TV5MondeAmeriqueLatine.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"TV5MondeAmeriqueLatine.fr","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"TV5MondeAsie.fr","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"TV5MondeAsie.fr","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"TV5MondeAsie.fr","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"TV5MondeEtatsUnis.fr","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"TV5MondeEurope.fr","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"TV5MondeEurope.fr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"TV5MondeEurope.fr","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TV5MondeEurope.fr","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"TV5MondeEurope.fr","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"TV5MondeEurope.fr","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TV5MondeEurope.fr","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"TV5MondeEurope.fr","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"TV5MondeEurope.fr","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"TV5MondeEurope.fr","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"TV5MondeEurope.fr","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"TV5MondeEurope.fr","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"TV5MondeEurope.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TV5MondeEurope.fr","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"TV5MondeEurope.fr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"TV5MondeFranceBelgiqueSuisse.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"TV5MondeFranceBelgiqueSuisse.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"TV5MondeFranceBelgiqueSuisse.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TV5MondePacifique.fr","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"TV5MondeStyleHD.fr","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"TV5MondeStyleHD.fr","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"TV5Uzice.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TV6.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TV6.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"TV6Eesti.ee","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"TV6Eesti.ee","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"TV6Eesti.ee","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"TV6Latvija.lv","site":"tv.lv","lang":"lv","url":"https://iptv-org.github.io/epg/guides/lv/tv.lv.epg.xml"},{"channel":"TV6Norge.no","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"TV6Sverige.se","site":"allente.se","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/allente.se.epg.xml"},{"channel":"TV6Sverige.se","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"TV6Sverige.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"TV7.sk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TV7.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"TV7.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"TV7.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"TV7.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"TV7.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"TV7.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"TV7.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"TV7.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"TV7.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"TV7.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"TV7.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"TV7.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"TV7.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"TV7.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"TV7.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"TV7.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"TV7.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"TV7.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"TV7.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"TV7.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"TV7.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"TV7.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"TV7.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"TV7.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"TV8.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"TV8.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TV8.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"TV8.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"TV8.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"TV8.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"TV85.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"TV85.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"TV8International.tr","site":"tv.blue.ch","lang":"tr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TV8MontBlanc.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TV8Sverige.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"TV9.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"TV9Bangla.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"TV9Gujarati.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"TV9Kannada.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"TV9Marathi.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"TVA1.ir","site":"tva.tv","lang":"fa","url":"https://iptv-org.github.io/epg/guides/ir/tva.tv.epg.xml"},{"channel":"TVA2.ir","site":"tva.tv","lang":"fa","url":"https://iptv-org.github.io/epg/guides/ir/tva.tv.epg.xml"},{"channel":"TVAAvand.ir","site":"tva.tv","lang":"fa","url":"https://iptv-org.github.io/epg/guides/ir/tva.tv.epg.xml"},{"channel":"TVABourse.ir","site":"tva.tv","lang":"fa","url":"https://iptv-org.github.io/epg/guides/ir/tva.tv.epg.xml"},{"channel":"TVACritica.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVAFilm.ir","site":"tva.tv","lang":"fa","url":"https://iptv-org.github.io/epg/guides/ir/tva.tv.epg.xml"},{"channel":"TVAKids.ir","site":"tva.tv","lang":"fa","url":"https://iptv-org.github.io/epg/guides/ir/tva.tv.epg.xml"},{"channel":"TVALESP.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVAMahfel.ir","site":"tva.tv","lang":"fa","url":"https://iptv-org.github.io/epg/guides/ir/tva.tv.epg.xml"},{"channel":"TVANava.ir","site":"tva.tv","lang":"fa","url":"https://iptv-org.github.io/epg/guides/ir/tva.tv.epg.xml"},{"channel":"TVAOstbayern.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"TVAS.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVAS.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"TVASport.ir","site":"tva.tv","lang":"fa","url":"https://iptv-org.github.io/epg/guides/ir/tva.tv.epg.xml"},{"channel":"TVASport2.ir","site":"tva.tv","lang":"fa","url":"https://iptv-org.github.io/epg/guides/ir/tva.tv.epg.xml"},{"channel":"TVASports3.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"TVAfrica.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"TVAgro.co","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/mi.tv.epg.xml"},{"channel":"TVAgro.co","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"TVAlBayane.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"TVAlBayane.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"TVAlBayane.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"TVAlBayane.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"TVAlBayane.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"TVAlBayane.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"TVAlBayane.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"TVAlBayane.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"TVAlBayane.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"TVAlBayane.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"TVAlBayane.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"TVAlBayane.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"TVAlBayane.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"TVAlBayane.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"TVAlBayane.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"TVAlBayane.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"TVAlBayane.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"TVAlBayane.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"TVAlBayane.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"TVAlBayane.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"TVAlBayane.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"TVAlBayane.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"TVAlBayane.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"TVAlBayane.ci","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"TVAlhijrah.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"TVAmapa.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVAntena10.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVAparecida.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVApatin.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVAratu.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVArena.ba","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"TVArena.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"TVAsahi.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"TVAsahiChannel1.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"TVAsahiChannel2.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"TVAssembleiaCeara.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVAssembleiaMinasGerais.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVAtalaia.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVB1.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"TVBClassic.hk","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"TVBEntertainmentNews.hk","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"TVBJadeMalaysia.hk","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"TVBS.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"TVBSAsia.tw","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"TVBSAsia.tw","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"TVBSAsia.tw","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"TVBSNews.tw","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"TVBV.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"TVBXingHe.hk","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"TVBXingHe.hk","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"TVBacka.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVBahia.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVBanat.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVBarrandov.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TVBecej.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVBelleAmie.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVBerghem.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"TVBolt.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"TVBor.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVBrasil.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVBreizh.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"TVBreizh.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"TVBreizh.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"TVBreizh.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"TVBreizh.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"TVBreizh.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"TVBreizh.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"TVBreizh.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"TVBreizh.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"TVBreizh.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"TVBreizh.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TVBujanovac.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVC.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TVCBenin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"TVCBenin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"TVCBenin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"TVCBenin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"TVCBenin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"TVCBenin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"TVCBenin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"TVCBenin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"TVCBenin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"TVCBenin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"TVCBenin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"TVCBenin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"TVCBenin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"TVCBenin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"TVCBenin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"TVCBenin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"TVCBenin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"TVCBenin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"TVCBenin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"TVCBenin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"TVCBenin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"TVCBenin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"TVCBenin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"TVCBenin.bj","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"TVCGSat.me","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TVCGSat.me","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"TVCGSat.me","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVCGSat.me","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"TVCNews.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"TVCaboBranco.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVCamara.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVCanaria.es","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"TVCancaoNova.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVCancaoNovaPortugal.br","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"TVCapixaba.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVCaraibes.ht","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"TVCaribrod.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVCastillaLaMancha.es","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"TVCeara.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVCelje.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"TVCentr.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"TVCentrInternational.ru","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"TVCentrInternational.ru","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"TVCentrInternational.ru","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"TVCentrInternational.ru","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"TVCentral.sk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TVCentroAmericaCuiaba.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVChile.cl","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"TVChile.cl","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"TVChile.cl","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"TVChile.cl","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"TVCidadeSaoLuiz.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVCidadeVerdeCuiaba.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVCineAction.pt","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"TVCineAction.pt","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"TVCineEdition.pt","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"TVCineEdition.pt","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"TVCineEmotion.pt","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"TVCineEmotion.pt","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"TVCineTop.pt","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"TVCineTop.pt","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"TVCink.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVCity.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVCiudad.uy","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"TVClube.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVCorreio.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVCortos.uk","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"TVCulturaNacional.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVCulturas.bo","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"TVDR.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVDelta.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVDiario.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVDifusoraSaoLuis.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVDiskos.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVDoma.sk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TVDominicana.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"TVDrenthe.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"TVDugaPlus.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVDugaPlus.rs","site":"tv.blue.ch","lang":"sr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TVDugaPlus.rs","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"TVDukagjini.rs","site":"tv.blue.ch","lang":"sq","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TVE.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVE.tz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"TVE.tz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"TVE.tz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"TVEBahia.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVEInternacionalAmerica.es","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"TVEInternacionalAmerica.es","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"TVEInternacionalAmerica.es","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"TVEInternacionalAmerica1.es","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"TVEInternacionalAsia.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"TVEInternacionalEuropa.es","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"TVEInternacionalEuropa.es","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"TVEInternacionalEuropa.es","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TVEInternacionalEuropa.es","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"TVEInternacionalEuropa.es","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"TVEInternacionalEuropa.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"TVEInternacionalEuropa.es","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"TVEInternacionalEuropa.es","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"TVEInternacionalEuropa.es","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"TVEInternacionalEuropa.es","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"TVEInternacionalEuropa.es","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"TVEInternacionalEuropa.es","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"TVEInternacionalEuropa.es","site":"tv.blue.ch","lang":"es","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TVEInternacionalEuropa.es","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"TVEInternacionalEuropa.es","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"TVELa1Madrid.es","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"TVELa1Madrid.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"TVELa1Madrid.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"TVELa2.es","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"TVELa2.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"TVEdo.mk","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"TVEmTempo.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVEscola.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVEvropa.bg","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"TVFamilia.ve","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"TVFruskaGora.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVG.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"TVG.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"TVG.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"TVG2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"TVGE.gq","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"TVGE.gq","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"TVGE.gq","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"TVGE.gq","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"TVGE.gq","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"TVGE.gq","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"TVGE.gq","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"TVGE.gq","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"TVGE.gq","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"TVGE.gq","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"TVGE.gq","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"TVGE.gq","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"TVGE.gq","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"TVGE.gq","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"TVGE.gq","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"TVGE.gq","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"TVGE.gq","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"TVGE.gq","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"TVGE.gq","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"TVGE.gq","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"TVGE.gq","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"TVGE.gq","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"TVGE.gq","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"TVGE.gq","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"TVGMPlus.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVGalaksija32.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVGaleja.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"TVGazeta.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVGelderland.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"TVGem.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVGloboBrasilia.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVGloboInternacionalAfrica.br","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"TVGloboInternacionalAmericas.br","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"TVGloboInternacionalAmericas.br","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"TVGloboInternacionalAmericas.br","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"TVGloboNordeste.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVGloboRiodeJaneiro.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVGloboSaoPaulo.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVGuara.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVGuberniya.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"TVGuide.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"TVHitPlusBatocina.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVHorizonte.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVHram.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVI.pt","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"TVI24.pt","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"TVI24.pt","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"TVIDEA.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"TVIFiccao.pt","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"TVIFiccao.pt","site":"tv.blue.ch","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TVIFiccao.pt","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"TVIInternacional.pt","site":"tv.blue.ch","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TVIInternacional.pt","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"TVIguacu.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVInfo24Plus.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVIris.mk","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"TVIstok.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVJadran.hr","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"TVJangadeiro.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVJapan.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"TVJapan.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"TVJasenica.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVJoj.sk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TVJornalCaruaru.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVJustica.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVK1.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVK2.kr","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"TVK9.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVKanagawa.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"TVKanal25.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVKanalM.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVKikinda.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVKladovo.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVKlan.al","site":"tv.blue.ch","lang":"sq","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TVKoha.mk","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"TVKomenda.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"TVKoperCapodistria.si","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"TVKoperCapodistria.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"TVKoreni.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVKragujevac.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVKraljevo.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVKrimpenerwaard.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"TVKrusevac.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVLandEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"TVLandEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"TVLandEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"TVLandWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"TVLav.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVLavPlus.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVLeskovac.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVLesotho.ls","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"TVLesotho.ls","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"TVLiberal.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVLotelPlus.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVLux.sk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TVM.mz","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"TVM3.ch","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TVMChannel.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"TVMInternacional.mz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"TVMag.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVMalagasy.mg","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"TVMalagasy.mg","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"TVMalagasy.mg","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"TVMaribor.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"TVMarkiza.sk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TVMars.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVMax.pa","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"TVMexiquense.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"TVMiklavz.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"TVMiramar.br","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"TVMiramar.br","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"TVMix.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVMost.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVN.cl","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"TVN.ee","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"TVN.ee","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"TVN.ee","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"TVN.pa","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"TVN.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TVN.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"TVN24.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TVN24.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"TVN24BiS.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"TVN7.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TVN7.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"TVNAsia.kr","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"TVNAsia.kr","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"TVNAsia.kr","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"TVNFabula.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"TVNMovies.kr","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"TVNMoviesIndonesia.kr","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"TVNPremium.kr","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"TVNPremiumIndonesia.kr","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"TVNStyle.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"TVNTurbo.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TVNTurbo.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"TVNacionalUruguay.uy","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"TVNet.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"TVNet.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"TVNet.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"TVNiksic.me","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"TVNoe.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TVNoord.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"TVNorge.no","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"TVNova.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TVNova.cz","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"TVNova.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVNoviBecej.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVNoviPazar.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVNovoTempoBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVNuevoTiempo.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"TVNunspeet.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"TVO.ca","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"TVO.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TVOCanal23.sv","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/mi.tv.epg.xml"},{"channel":"TVOberfranken.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"TVOberwallis.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TVOkazje.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"TVOne.ba","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"TVOne.id","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"TVOne.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"TVOne.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"TVOne.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"TVOnex.ch","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TVOost.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"TVOranje.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"TVOsem.sk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TVP1.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TVP1.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"TVP1.pl","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"TVP2.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TVP2.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"TVP2.pl","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"TVP3Warszawa.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"TVPABC.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TVPABC.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"TVPCanal.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVPHD.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TVPHD.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"TVPHistoria.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TVPHistoria.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"TVPInfo.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TVPInfo.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"TVPKultura.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TVPKultura.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"TVPPolonia.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TVPPolonia.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"TVPPolonia.pl","site":"tv.blue.ch","lang":"pl","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TVPPolonia.pl","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"TVPPolonia.pl","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"TVPRozrywka.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TVPRozrywka.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"TVPSeriale.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TVPSeriale.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"TVPSport.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TVPSport.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"TVPajucara.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVPalmaPlus.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVPampa.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVPancevo.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVPaprika.hu","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TVPaprika.hu","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"TVPaprikaCzechRepublic.hu","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TVPaprikaRomania.hu","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"TVParanaTurismo.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVParanaiba.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVPartizan.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"TVPartizan.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVPeru.pe","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/mi.tv.epg.xml"},{"channel":"TVPeruInternacional.pe","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"TVPetrovec.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVPirot.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVPirveli.ge","site":"magticom.ge","lang":"ka","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"TVPitchoun.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"TVPlusMadagascar.mg","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"TVPlusMadagascar.mg","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"TVPlusMadagascar.mg","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"TVPodrinje.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVPontaNegra.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVPovazie.sk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TVPozega.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVPriboj.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVPublica.ar","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/gatotv.com.epg.xml"},{"channel":"TVPublica.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"TVPuls.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TVPuls.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"TVQ.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVR1.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"TVR2.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"TVR3.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"TVRCluj.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"TVRCraiova.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"TVRINasional.id","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"TVRINasional.id","site":"vidio.com","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/vidio.com.epg.xml"},{"channel":"TVRIasi.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"TVRInternational.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"TVRInternational.ro","site":"tv.blue.ch","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TVRMoldova.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"TVRTarguMures.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"TVRTimisoara.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"TVRaTimBum.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVRaca.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVRaj.sk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TVRas.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVRecordMadagascar.br","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"TVRecordMadagascar.br","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"TVRecordMadagascar.br","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"TVRepublika.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TVRepublika.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"TVRheintal.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TVRijnmond.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"TVRioSul.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVRitam.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVRomana.sk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TVRondonia.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVS.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"TVS.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TVS.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"TVS2SouthernTV.cn","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"TVS2SouthernTV.cn","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"TVSA.ba","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"TVSabac.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVSaitama.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"TVSantaCruz.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVSantos.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVSenado.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVSenado.cl","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"TVSergipe.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVSerraDourada.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVSeverka.sk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TVSeznam.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TVShenja.mk","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"TVSimic.ba","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"TVSkay.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVSlonExtra.ba","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"TVSlovenija1.si","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TVSlovenija1.si","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"TVSlovenija1.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"TVSlovenija2.si","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TVSlovenija2.si","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"TVSlovenija2.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"TVSlovenija3.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"TVSonce.mk","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"TVStart.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"TVStichtseVecht.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"TVSuissePlus.ch","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TVSunce.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVT.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVT.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"TVT.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"TVT.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"TVT.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"TVT.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"TVT.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"TVT.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"TVT.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"TVT.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"TVT.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"TVT.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"TVT.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"TVT.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"TVT.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"TVT.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"TVT.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"TVT.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"TVT.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"TVT.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"TVT.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"TVT.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"TVT.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"TVT.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"TVT.tg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"TVTRWAM.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TVTRWAM.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"TVTourism.bg","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"TVTrans.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVTribuna.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVTropical.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVTrstenik.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVU.bo","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"TVUNAM.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"TVUniaoFortaleza.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVVega.sk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TVVerdesMares.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TVVijesti.me","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"TVVraca.bg","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"TVVranje.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVVrnjackaBanja.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVVujic.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVVychod.sk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TVW.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"TVWest.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"TVWest.ug","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"TVX.sv","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/mi.tv.epg.xml"},{"channel":"TVXXI.lv","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"TVXXI.lv","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"TVXXI.lv","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"TVXXI.lv","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"TVXXI.lv","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"TVXXI.lv","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"TVYUEco.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVZimbo.ao","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"TVZimbo.ao","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"TVZlatar.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVZonaPlus.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TVietNetwork.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"TaDaa.my","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"TabanTV.ir","site":"tva.tv","lang":"fa","url":"https://iptv-org.github.io/epg/guides/ir/tva.tv.epg.xml"},{"channel":"TabiChannel.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"TaevasTV7.fi","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"TaevasTV7.fi","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"TaevasTV7.fi","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"Tagesschau24.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"Tagesschau24.de","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Tagesschau24.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TahitiNuiTV.pf","site":"programme-tv.vini.pf","lang":"fr","url":"https://iptv-org.github.io/epg/guides/pf/programme-tv.vini.pf.epg.xml"},{"channel":"TakarazukaSkyStage.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"TalkingPicturesTV.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"TalkingPicturesTV.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"TanjugTV.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"TanjugTV.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TanzaniaSafariChannel.tz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"TanzaniaSafariChannel.tz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"TanzaniaSafariChannel.tz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"TarafTV.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"TarangTV.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"TarimTV.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"Taroteame.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"TawafTV.id","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"TaynyGalaktiki.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Tb1.ba","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"Teach.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"TecTV.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"TeenNickEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"TeenNickEast.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"TeenNickHungary.us","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"TeenNickRomania.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"Tele1.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Tele1.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"Tele1.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"Tele1.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"Tele20.ht","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"Tele20.ht","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"Tele20.ht","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"Tele20.ht","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"Tele20.ht","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"Tele20.ht","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"Tele5.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"Tele5.de","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"Tele5.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Tele5.de","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"Tele5.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"Tele50.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"Tele50.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"Tele50.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"Tele50.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"Tele50.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"Tele50.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"Tele50.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"Tele50.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"Tele50.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"Tele50.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"Tele50.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"Tele50.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"Tele50.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"Tele50.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"Tele50.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"Tele50.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"Tele50.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"Tele50.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"Tele50.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"Tele50.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"Tele50.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"Tele50.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"Tele50.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"Tele50.cd","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"Tele50.cd","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"TeleAfrica.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"TeleAfrica.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"TeleAfrica.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"TeleAfrica.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"TeleAfrica.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"TeleAfrica.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"TeleAfrica.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"TeleAfrica.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"TeleAfrica.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"TeleAfrica.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"TeleAfrica.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"TeleAfrica.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"TeleAfrica.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"TeleAfrica.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"TeleAfrica.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"TeleAfrica.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"TeleAfrica.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"TeleAfrica.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"TeleAfrica.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"TeleAfrica.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"TeleAfrica.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"TeleAfrica.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"TeleAfrica.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"TeleAfrica.ga","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"TeleAmazonas.ec","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ec/gatotv.com.epg.xml"},{"channel":"TeleAmiga.co","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"TeleAntillas.do","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"TeleBarn.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TeleBielingue.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TeleCentro.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"TeleCongo.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"TeleCongo.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"TeleCongo.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"TeleCongo.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"TeleCongo.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"TeleCongo.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"TeleCongo.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"TeleCongo.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"TeleCongo.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"TeleCongo.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"TeleCongo.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"TeleCongo.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"TeleCongo.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"TeleCongo.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"TeleCongo.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"TeleCongo.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"TeleCongo.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"TeleCongo.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"TeleCongo.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"TeleCongo.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"TeleCongo.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"TeleCongo.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"TeleCongo.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"TeleCongo.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"TeleD.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TeleFormula.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"TeleHit.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"TeleHit.mx","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"TeleKreol.re","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"TeleKreol.re","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"TeleKreol.re","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"TeleM1.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TeleNostalgia.co","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/mi.tv.epg.xml"},{"channel":"TeleOnce.gt","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"TelePacific.ht","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"TelePacific.ht","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"TelePacific.ht","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"TelePacific.ht","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"TelePacific.ht","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"TelePacific.ht","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"TelePacific.ht","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"TeleRadyoGlobal.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml"},{"channel":"TeleRadyoGlobal.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ae-en/osn.com.epg.xml"},{"channel":"TeleRadyoGlobal.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/bh-ar/osn.com.epg.xml"},{"channel":"TeleRadyoGlobal.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bh-en/osn.com.epg.xml"},{"channel":"TeleRadyoGlobal.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/dz-ar/osn.com.epg.xml"},{"channel":"TeleRadyoGlobal.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dz-en/osn.com.epg.xml"},{"channel":"TeleRadyoGlobal.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/osn.com.epg.xml"},{"channel":"TeleRadyoGlobal.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/osn.com.epg.xml"},{"channel":"TeleRadyoGlobal.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/iq-ar/osn.com.epg.xml"},{"channel":"TeleRadyoGlobal.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/iq-en/osn.com.epg.xml"},{"channel":"TeleRadyoGlobal.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/jo-ar/osn.com.epg.xml"},{"channel":"TeleRadyoGlobal.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/jo-en/osn.com.epg.xml"},{"channel":"TeleRadyoGlobal.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/kw-ar/osn.com.epg.xml"},{"channel":"TeleRadyoGlobal.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/kw-en/osn.com.epg.xml"},{"channel":"TeleRadyoGlobal.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/lb-ar/osn.com.epg.xml"},{"channel":"TeleRadyoGlobal.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lb-en/osn.com.epg.xml"},{"channel":"TeleRadyoGlobal.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ly-ar/osn.com.epg.xml"},{"channel":"TeleRadyoGlobal.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ly-en/osn.com.epg.xml"},{"channel":"TeleRadyoGlobal.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ma-ar/osn.com.epg.xml"},{"channel":"TeleRadyoGlobal.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ma-en/osn.com.epg.xml"},{"channel":"TeleRadyoGlobal.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/mr-ar/osn.com.epg.xml"},{"channel":"TeleRadyoGlobal.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr-en/osn.com.epg.xml"},{"channel":"TeleRadyoGlobal.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/om-ar/osn.com.epg.xml"},{"channel":"TeleRadyoGlobal.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/om-en/osn.com.epg.xml"},{"channel":"TeleRadyoGlobal.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ps-ar/osn.com.epg.xml"},{"channel":"TeleRadyoGlobal.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ps-en/osn.com.epg.xml"},{"channel":"TeleRadyoGlobal.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/qa-ar/osn.com.epg.xml"},{"channel":"TeleRadyoGlobal.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/qa-en/osn.com.epg.xml"},{"channel":"TeleRadyoGlobal.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/sa-ar/osn.com.epg.xml"},{"channel":"TeleRadyoGlobal.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sa-en/osn.com.epg.xml"},{"channel":"TeleRadyoGlobal.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/td-ar/osn.com.epg.xml"},{"channel":"TeleRadyoGlobal.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td-en/osn.com.epg.xml"},{"channel":"TeleRadyoGlobal.ph","site":"osn.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ye-ar/osn.com.epg.xml"},{"channel":"TeleRadyoGlobal.ph","site":"osn.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ye-en/osn.com.epg.xml"},{"channel":"TeleRebelde.cu","site":"tvcubana.icrt.cu","lang":"es","url":"https://iptv-org.github.io/epg/guides/cu/tvcubana.icrt.cu.epg.xml"},{"channel":"TeleSahel.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"TeleSahel.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"TeleSahel.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"TeleSahel.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"TeleSahel.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"TeleSahel.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"TeleSahel.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"TeleSahel.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"TeleSahel.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"TeleSahel.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"TeleSahel.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"TeleSahel.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"TeleSahel.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"TeleSahel.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"TeleSahel.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"TeleSahel.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"TeleSahel.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"TeleSahel.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"TeleSahel.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"TeleSahel.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"TeleSahel.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"TeleSahel.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"TeleSahel.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"TeleSahel.ne","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"TeleSoleil.ht","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"TeleSoleil.ht","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"TeleSoleil.ht","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"TeleSoleil.ht","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"TeleSoleil.ht","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"TeleSoleil.ht","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"TeleSwizz.ch","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TeleTchad.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"TeleTchad.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"TeleTchad.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"TeleTchad.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"TeleTchad.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"TeleTchad.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"TeleTchad.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"TeleTchad.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"TeleTchad.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"TeleTchad.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"TeleTchad.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"TeleTchad.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"TeleTchad.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"TeleTchad.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"TeleTchad.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"TeleTchad.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"TeleTchad.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"TeleTchad.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"TeleTchad.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"TeleTchad.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"TeleTchad.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"TeleTchad.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"TeleTchad.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"TeleTchad.td","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"TeleTicino.ch","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TeleToonAfrica.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"TeleToonAfrica.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"TeleToonAfrica.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"TeleToonAfrica.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"TeleToonAfrica.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"TeleToonAfrica.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"TeleToonAfrica.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"TeleToonAfrica.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"TeleToonAfrica.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"TeleToonAfrica.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"TeleToonAfrica.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"TeleToonAfrica.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"TeleToonAfrica.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"TeleToonAfrica.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"TeleToonAfrica.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"TeleToonAfrica.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"TeleToonAfrica.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"TeleToonAfrica.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"TeleToonAfrica.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"TeleToonAfrica.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"TeleToonAfrica.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"TeleToonAfrica.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"TeleToonAfrica.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"TeleToonAfrica.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"TeleToonPlus.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"TeleToonPlus.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"TeleToonPlus.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"TeleToonPlus.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"TeleToonPlus.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"TeleToonPlus.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"TeleToonPlus.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"TeleToonPlus.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"TeleToonPlus.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"TeleToonPlus.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"TeleToonPlus.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"TeleToonPlus.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TeleToonPlus1.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"TeleTop.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TeleVid.co","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/mi.tv.epg.xml"},{"channel":"TeleXitos.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"TeleZ.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TeleZentralschweiz.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TeleZuri.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Teleantioquia.co","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"Teleantioquia.co","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/mi.tv.epg.xml"},{"channel":"Teleantioquia.co","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"Telebasel.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Telebet.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"Telebimbi.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"TelebomTeledom.de","site":"tv.blue.ch","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Telecadena7y4.hn","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"Telecadena7y4.hn","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/mi.tv.epg.xml"},{"channel":"Telecafe.co","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"Telecafe.co","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"Telecafe.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"TelecafeInternational.ru","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TelecafeInternational.ru","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"TelecafeInternational.ru","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"TelecafeInternational.ru","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"TelecafeInternational.ru","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"Telecaribe.co","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"Telecaribe.co","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"Teleceiba.hn","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/mi.tv.epg.xml"},{"channel":"Telecentro.do","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"Telecinco.es","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"Telecinco.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"TelecineAction.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TelecineCult.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TelecineFun.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TelecinePipoca.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TelecinePremium.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TelecineTouch.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"Teledeporte.es","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"Teledeporte.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"Teledeporte.es","site":"tv.blue.ch","lang":"es","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TelediarioTV.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"Telefe.ar","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/gatotv.com.epg.xml"},{"channel":"Telefe.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"TelefeCordoba.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"TelefeInternacional.ar","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"TelefeInternacional.ar","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"TelefeInternacional.ar","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TelefeRosario.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"TelefeSantaFe.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"Telefuturo.py","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/py/gatotv.com.epg.xml"},{"channel":"Telefuturo.py","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/mi.tv.epg.xml"},{"channel":"TelehitMusica.mx","site":"tv.blue.ch","lang":"es","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Teleislas.co","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"Teleislas.co","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"Telekanal2x2.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Telekanal360deg.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"TelekanalDoktor.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"TelekanalFutbol.ru","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"TelekanalFutbol.ru","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"TelekanalFutbol.ru","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"TelekanalFutbol.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"TelekanalNadezhda.us","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"TelekanalO.ru","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TelekanalO.ru","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"TelekanalO.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"TelekanalSTB.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"TelekanalSpas.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"TelekanalSpas.ru","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"TelekanalTeatr.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"TelekanalUkraina.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"TelekanalZvezda.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"TelekomSport1.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"TelekomSport2.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"TelekomSport3.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"TelekomSport4.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"Telelombardia.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Telemadrid.es","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"Telemax.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"Telemedellin.co","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/mi.tv.epg.xml"},{"channel":"Telemedia.bg","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"Telemetro.pa","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"Telemicro5.do","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"TelemicroInternacional.do","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"TelemicroInternacional.do","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"TelemicroInternacional.do","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"TelemicroInternacional.do","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"TelemicroInternacional.do","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"TelemicroInternacional.do","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"TelemicroInternacional.do","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/mi.tv.epg.xml"},{"channel":"Telemundo.mx","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"Telemundo.mx","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"Telemundo.mx","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"Telemundo.mx","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"Telemundo.mx","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"Telemundo.mx","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tz/dstv.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"TelemundoAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"TelemundoEste.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"TelemundoEste.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"TelemundoInternacional.us","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"TelemundoInternacional.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/gatotv.com.epg.xml"},{"channel":"TelemundoInternacional.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/gatotv.com.epg.xml"},{"channel":"TelemundoInternacional.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"TelemundoInternacional.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"TelemundoInternacional.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"TelemundoInternacional.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ec/gatotv.com.epg.xml"},{"channel":"TelemundoInternacional.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"TelemundoInternacional.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"TelemundoInternacional.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"TelemundoInternacional.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"TelemundoInternacional.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"TelemundoInternacional.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml"},{"channel":"TelemundoInternacional.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/py/gatotv.com.epg.xml"},{"channel":"TelemundoInternacional.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"TelemundoInternacional.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/uy/gatotv.com.epg.xml"},{"channel":"TelemundoInternacional.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ve/gatotv.com.epg.xml"},{"channel":"TelemundoInternacional.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"TelemundoInternacional.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"TelemundoOeste.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"Telenova.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Telepacifico.co","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"Telepacifico.co","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"Teleputeshestviya.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Telesistema.do","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"Telesistema3y7.hn","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/mi.tv.epg.xml"},{"channel":"Telesud.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"Telesud.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"Telesud.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"Telesud.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"Telesud.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"Telesud.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"Telesud.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"Telesud.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"Telesud.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"Telesud.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"Telesud.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"Telesud.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"Telesud.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"Telesud.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"Telesud.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"Telesud.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"Telesud.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"Telesud.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"Telesud.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"Telesud.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"Telesud.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"Telesud.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"Telesud.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"Telesud.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"Telesur.ve","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"Telesur.ve","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"Telesur.ve","site":"tv.blue.ch","lang":"es","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TelesurEnglish.ve","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"Teletica7.cr","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"TeletoonPlusHDPolska.fr","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"Teletrak.cl","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"Teleunion.do","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"Teleuniverso.do","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"Televen.ve","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/mi.tv.epg.xml"},{"channel":"Televicentro.hn","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/mi.tv.epg.xml"},{"channel":"Televisiete.gt","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"TelevisionDominicana.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Televista.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Televista.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"Televista.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"Televista.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"Televista.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"Televista.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"Televista.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"Televista.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"Televista.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"Televista.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"Televista.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"Televista.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"Televista.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"Televista.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"Televista.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"Televista.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"Televista.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"Televista.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"Televista.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"Televista.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"Televista.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"Televista.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"Televista.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"Televista.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"Televista.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"Televista.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"Televista.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"Televista.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"Televista.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"Televista.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"Televista.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"Televista.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"Televista.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"Televista.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"Televista.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"Televista.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"Televista.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"Televista.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"TelevizijaFokus.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TelevizijaPlus.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"Tellytrack1.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"Tellytrack1.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"Tellytrack1.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"Tellytrack1.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"Tellytrack1.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"Tellytrack1.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"Tellytrack1.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"Tellytrack1.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"Telma.mk","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"Telma.mk","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"TempoNetworks.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"Ten.eg","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"Ten.eg","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"TennisChannel.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"TennisChannel.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"TeraTV.mk","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"TerraViva.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"Teva.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"Teva.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"Teva.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"Teva.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"Teva.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"Teva.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"Teva.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"Teva.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"Teva.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"Teva.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"Teve2.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"Teve2.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"Teve2.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"ThaiChannel8.th","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"ThaiPBS3.th","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"ThaiTV5HD1.th","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"ThaiTVGlobalNetwork.th","site":"tv.blue.ch","lang":"th","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"ThairathTV32.th","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"TheAfricaChannel.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"TheAfricaChannel.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"TheBoxUK.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"TheBoxUK.uk","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TheCWEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"TheCinema.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"TheCinema4K.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"TheCountryNetwork.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"TheCowboyChannel.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"TheFamilyChannel.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"TheFishingHuntingChannel.hu","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TheFishingHuntingChannel.hu","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"TheFishingHuntingChannel.hu","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"TheHistoryChannelJapan.us","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"TheHistoryChannelTurkey.us","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"TheHomeChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"TheHomeChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"TheHomeChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"TheHomeChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"TheHomeChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"TheHomeChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"TheHomeChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"TheHomeChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"TheIsraeliNetwork.il","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"TheIsraeliNetwork.il","site":"tv.blue.ch","lang":"he","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TheIsraeliNetwork.il","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"TheMovieChannelEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"TheMovieChannelEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"TheMovieChannelEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"TheMovieChannelWest.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"TheMovieChannelWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"TheMovieChannelXtraEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"TheParliamentaryChannel.bs","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"TheQIndia.us","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"TheRuralChannel.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"TheWeatherChannel.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"TheWeatherChannel.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"TheWeatherChannel.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"TheWordNetwork.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"TheWordNetwork.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"TheWordNetwork.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ThikrayatTV.sa","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"ThikrayatTV.sa","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"ThisTV.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"TholenTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"Thrill.hk","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"Thrill.hk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"Thrill.hk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"ThrillerMaxEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"ThrillerMaxEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ThrillerMaxWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"TianjinTV.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"TianyuanIGoChannel.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"Tiji.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"Tiji.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"Tiji.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"Tiji.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"Tiji.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"Tiji.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"Tiji.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"Tiji.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"Tiji.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"Tiji.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"Tiji.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"Tiji.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"Tiji.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"Tiji.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"Tiji.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"Tiji.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"Tiji.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"Tiji.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"Tiji.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"Tiji.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"Tiji.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"Tiji.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"Tiji.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"Tiji.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"Tiji.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"Tiji.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"Tiji.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Tiji.fr","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"TijiRussia.fr","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"TimesNowWorld.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"TinyPop.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"TinyPop.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"Tipik.be","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"Tipik.be","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"Tivi5Monde.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"Tivi5Monde.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"Tivi5Monde.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"Tivi5Monde.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"Tivi5Monde.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"Tivi5Monde.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"Tivi5Monde.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"Tivi5Monde.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"Tivi5Monde.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"Tivi5Monde.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"Tivi5Monde.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"Tivi5Monde.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"Tivi5Monde.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"Tivi5Monde.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"Tivi5Monde.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"Tivi5Monde.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"Tivi5Monde.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"Tivi5Monde.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"Tivi5Monde.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"Tivi5Monde.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"Tivi5Monde.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"Tivi5Monde.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"Tivi5Monde.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"Tivi5Monde.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"TlnovelasAmerica.mx","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"TlnovelasAmerica.mx","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"TlnovelasAmerica.mx","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"TlnovelasEuropa.mx","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"TlnovelasEuropa.mx","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"TlnovelasEuropa.mx","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"TlnovelasEuropa.mx","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"TlnovelasEuropa.mx","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"TlnovelasEuropa.mx","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"TlnovelasEuropa.mx","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"TlnovelasEuropa.mx","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"TlnovelasEuropa.mx","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"TlnovelasEuropa.mx","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"TlnovelasEuropa.mx","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"TlnovelasEuropa.mx","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"TlnovelasEuropa.mx","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"TlnovelasEuropa.mx","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"TlnovelasEuropa.mx","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"TlnovelasEuropa.mx","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"TlnovelasEuropa.mx","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"TlnovelasEuropa.mx","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"TlnovelasEuropa.mx","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"TlnovelasEuropa.mx","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"TlnovelasEuropa.mx","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"TlnovelasEuropa.mx","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"TlnovelasEuropa.mx","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"TlnovelasEuropa.mx","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"TlnovelasEuropa.mx","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"TlnovelasEuropa.mx","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"TlnovelasEuropa.mx","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"TlnovelasEuropa.mx","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"TlnovelasEuropa.mx","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"TlnovelasEuropa.mx","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"TlnovelasEuropa.mx","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"TlnovelasEuropa.mx","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"TlnovelasEuropa.mx","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"TlnovelasEuropa.mx","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"TlnovelasEuropa.mx","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"TlnovelasEuropa.mx","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"TlnovelasEuropa.mx","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"TlnovelasEuropa.mx","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"TlnovelasEuropa.mx","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"TlnovelasEuropa.mx","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"TlnovelasEuropa.mx","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"TlnovelasEuropa.mx","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"TlnovelasEuropa.mx","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"TlnovelasEuropa.mx","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"TlnovelasEuropa.mx","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"TlnovelasEuropa.mx","site":"tv.blue.ch","lang":"es","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TlnovelasEuropa.mx","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"TlnovelasMexico.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"TlnovelasMexico.mx","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/mi.tv.epg.xml"},{"channel":"TochkaTV.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"ToeiChannel.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"TogetherTV.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"TogetherTV.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"ToggoPlus.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Toku.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ToonamiFrance.us","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"ToonamiFrance.us","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"ToonamiFrance.us","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Tooncast.us","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"Tooncast.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"TopCalcio24.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TopChannel.al","site":"tv.blue.ch","lang":"sq","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TopChannel.al","site":"tvim.tv","lang":"sq","url":"https://iptv-org.github.io/epg/guides/xk/tvim.tv.epg.xml"},{"channel":"TopCrime.it","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"TopCrime.it","site":"mediaset.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/mediaset.it.epg.xml"},{"channel":"TopCrime.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TopTV.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"TopperTV.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"TorosTV.pt","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"ToutelHistoire.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"ToutelHistoire.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"ToutelHistoire.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"ToutelHistoire.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"ToutelHistoire.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"ToutelHistoire.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"ToutelHistoire.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"ToutelHistoire.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"ToutelHistoire.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"ToutelHistoire.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"ToutelHistoire.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"ToutelHistoire.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"ToutelHistoire.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"ToutelHistoire.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"ToutelHistoire.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"ToutelHistoire.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"ToutelHistoire.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"ToutelHistoire.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"ToutelHistoire.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"ToutelHistoire.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"ToutelHistoire.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"ToutelHistoire.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"ToutelHistoire.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"ToutelHistoire.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"ToutelHistoire.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"ToutelHistoire.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"ToutelHistoire.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"ToutelHistoire.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"ToutelHistoire.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"ToutelHistoire.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"ToutelHistoire.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"ToutelHistoire.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"ToutelHistoire.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"ToxicFolk.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"ToxicFolk.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"ToxicRap.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"ToxicTV.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"ToxicTV.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"ToxicTV.rs","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"TraceAfricaFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"TraceAfricaFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"TraceAfricaFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"TraceAfricaFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"TraceAfricaFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"TraceAfricaFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"TraceAfricaFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"TraceAfricaFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"TraceAfricaFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"TraceAfricaFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"TraceAfricaFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"TraceAfricaFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"TraceAfricaFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"TraceAfricaFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"TraceAfricaFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"TraceAfricaFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"TraceAfricaFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"TraceAfricaFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"TraceAfricaFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"TraceAfricaFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"TraceAfricaFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"TraceAfricaFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"TraceAfricaFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"TraceAfricaFrancais.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"TraceAfricaFrancais.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"TraceAfrikora.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"TraceAfrikora.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"TraceAfrikora.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"TraceAfrikora.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"TraceAfrikora.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"TraceAfrikora.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"TraceAfrikora.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"TraceAfrikora.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"TraceAfrikora.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"TraceAfrikora.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"TraceAfrikora.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"TraceAfrikora.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"TraceAfrikora.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"TraceAfrikora.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"TraceAfrikora.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"TraceAfrikora.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"TraceAfrikora.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"TraceAfrikora.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"TraceAfrikora.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"TraceAfrikora.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"TraceAfrikora.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"TraceAfrikora.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"TraceAfrikora.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"TraceAfrikora.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"TraceAyiti.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"TraceAyiti.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"TraceAyiti.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"TraceAyiti.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"TraceAyiti.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"TraceAyiti.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"TraceBrazuca.fr","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TraceCaribbean.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"TraceCaribbean.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"TraceCaribbean.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"TraceCaribbean.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"TraceCaribbean.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"TraceCaribbean.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"TraceCaribbean.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"TraceCaribbean.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"TraceCaribbean.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"TraceCaribbean.fr","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"TraceCaribbean.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TraceGospel.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"TraceGospel.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"TraceGospel.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"TraceGospel.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"TraceGospel.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"TraceGospel.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"TraceGospel.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"TraceGospel.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"TraceGospel.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"TraceGospel.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"TraceGospel.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"TraceGospel.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"TraceGospel.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"TraceGospel.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"TraceGospel.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"TraceGospel.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"TraceGospel.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"TraceGospel.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"TraceGospel.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"TraceGospel.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"TraceGospel.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"TraceGospel.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"TraceGospel.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"TraceGospel.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"TraceGospel.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"TraceGospel.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"TraceGospel.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"TraceGospel.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"TraceGospel.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"TraceGospel.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"TraceGospelEnglishSpeakingAfrica.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"TraceGospelEnglishSpeakingAfrica.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"TraceGospelEnglishSpeakingAfrica.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"TraceGospelEnglishSpeakingAfrica.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"TraceGospelEnglishSpeakingAfrica.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"TraceGospelEnglishSpeakingAfrica.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"TraceGospelEnglishSpeakingAfrica.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"TraceGospelEnglishSpeakingAfrica.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"TraceGospelEnglishSpeakingAfrica.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"TraceGospelEnglishSpeakingAfrica.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"TraceGospelEnglishSpeakingAfrica.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"TraceGospelEnglishSpeakingAfrica.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"TraceGospelEnglishSpeakingAfrica.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"TraceGospelEnglishSpeakingAfrica.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"TraceGospelEnglishSpeakingAfrica.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"TraceGospelEnglishSpeakingAfrica.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"TraceGospelEnglishSpeakingAfrica.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"TraceGospelEnglishSpeakingAfrica.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"TraceGospelEnglishSpeakingAfrica.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"TraceGospelEnglishSpeakingAfrica.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"TraceGospelEnglishSpeakingAfrica.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"TraceGospelEnglishSpeakingAfrica.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"TraceGospelEnglishSpeakingAfrica.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"TraceGospelEnglishSpeakingAfrica.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"TraceGospelEnglishSpeakingAfrica.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"TraceGospelEnglishSpeakingAfrica.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"TraceGospelEnglishSpeakingAfrica.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"TraceGospelEnglishSpeakingAfrica.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"TraceGospelEnglishSpeakingAfrica.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"TraceGospelEnglishSpeakingAfrica.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"TraceGospelEnglishSpeakingAfrica.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"TraceGospelEnglishSpeakingAfrica.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"TraceGospelEnglishSpeakingAfrica.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"TraceGospelEnglishSpeakingAfrica.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"TraceGospelEnglishSpeakingAfrica.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"TraceGospelEnglishSpeakingAfrica.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"TraceGospelEnglishSpeakingAfrica.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"TraceGospelEnglishSpeakingAfrica.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"TraceGospelEnglishSpeakingAfrica.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"TraceGospelEnglishSpeakingAfrica.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"TraceGospelEnglishSpeakingAfrica.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"TraceGospelEnglishSpeakingAfrica.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"TraceGospelEnglishSpeakingAfrica.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"TraceGospelEnglishSpeakingAfrica.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"TraceGospelEnglishSpeakingAfrica.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"TraceHits.fr","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TraceJama.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"TraceJama.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"TraceJama.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"TraceJama.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"TraceJama.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"TraceJama.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"TraceJama.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"TraceJama.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"TraceJama.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"TraceJama.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"TraceJama.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"TraceJama.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"TraceJama.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"TraceJama.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"TraceJama.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"TraceJama.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"TraceJama.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"TraceJama.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"TraceJama.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"TraceJama.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"TraceJama.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"TraceJama.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"TraceJama.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"TraceJama.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"TraceJama.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"TraceJama.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"TraceJama.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"TraceJama.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"TraceJama.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"TraceJama.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"TraceJama.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"TraceJama.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"TraceJama.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"TraceJama.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"TraceJama.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"TraceJama.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"TraceJama.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"TraceKitoko.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"TraceKitoko.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"TraceKitoko.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"TraceKitoko.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"TraceKitoko.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"TraceKitoko.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"TraceKitoko.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"TraceKitoko.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"TraceKitoko.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"TraceKitoko.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"TraceKitoko.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"TraceKitoko.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"TraceKitoko.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"TraceKitoko.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"TraceKitoko.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"TraceKitoko.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"TraceKitoko.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"TraceKitoko.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"TraceKitoko.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"TraceKitoko.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"TraceKitoko.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"TraceKitoko.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"TraceKitoko.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"TraceKitoko.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"TraceLatina.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"TraceLatina.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"TraceLatina.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"TraceLatina.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"TraceLatina.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"TraceLatina.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"TraceMuzika.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"TraceMuzika.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"TraceMuzika.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"TraceMuzika.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"TraceMuzika.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"TraceMuzika.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"TraceMuzika.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"TraceMuzika.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"TraceMuzika.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"TraceMuzika.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"TraceMuzika.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"TraceMuzika.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"TraceMuzika.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"TraceMuzika.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"TraceMuzika.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"TraceMuzika.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"TraceMuzika.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"TraceMuzika.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"TraceMuzika.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"TraceMuzika.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"TraceMuzika.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"TraceMuzika.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"TraceMuzika.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"TraceMuzika.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"TraceMuzika.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"TraceMuzika.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"TraceMuzika.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"TraceMuzika.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"TraceMuzika.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"TraceMuzika.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"TraceMuzika.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"TraceMuzika.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"TraceMuzika.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"TraceMuzika.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"TraceMuzika.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"TraceMuzika.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"TraceMuzika.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"TraceMziki.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"TraceMziki.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"TraceMziki.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"TraceMziki.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"TraceMziki.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"TraceMziki.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"TraceMziki.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"TraceMziki.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"TraceMziki.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"TraceMziki.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"TraceMziki.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"TraceMziki.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"TraceMziki.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"TraceMziki.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"TraceMziki.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"TraceMziki.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"TraceMziki.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"TraceMziki.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"TraceMziki.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"TraceMziki.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"TraceMziki.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"TraceMziki.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"TraceMziki.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"TraceMziki.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"TraceMziki.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"TraceMziki.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"TraceMziki.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"TraceMziki.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"TraceMziki.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"TraceMziki.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"TraceMziki.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"TraceMziki.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"TraceMziki.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"TraceMziki.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"TraceMziki.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"TraceMziki.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"TraceMziki.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"TraceMziki.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"TraceMziki.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"TraceMziki.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"TraceMziki.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"TraceMziki.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"TraceMziki.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"TraceMziki.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"TraceMziki.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"TraceMziki.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"TraceMziki.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"TraceMziki.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"TraceMziki.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"TraceMziki.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"TraceMziki.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"TraceMziki.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"TraceMziki.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"TraceMziki.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"TraceMziki.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"TraceMziki.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"TraceMziki.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"TraceMziki.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"TraceMziki.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"TraceMziki.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"TraceMziki.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"TraceMziki.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"TraceMziki.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"TraceMziki.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"TraceMziki.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"TraceMziki.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"TraceMziki.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"TraceMziki.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"TraceMziki.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"TraceNaija.fr","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"TraceNaija.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"TraceNaija.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"TraceNaija.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"TraceNaija.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"TraceNaija.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"TraceNaija.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"TraceNaija.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"TraceNaija.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"TraceNaija.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"TraceNaija.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"TraceNaija.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"TraceNaija.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"TraceNaija.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"TraceNaija.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"TraceNaija.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"TraceNaija.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"TraceNaija.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"TraceNaija.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"TraceNaija.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"TraceNaija.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"TraceNaija.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"TraceNaija.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"TraceNaija.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"TraceNaija.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"TraceNaija.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"TraceNaija.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"TraceNaija.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"TraceNaija.fr","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"TraceNaija.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"TraceNaija.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"TraceNaija.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"TraceNaija.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"TraceNaija.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"TraceNaija.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"TraceNaija.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"TraceNaija.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"TraceNaija.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"TraceNaija.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"TraceNaija.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"TraceNaija.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"TraceNaija.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"TraceNaija.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"TraceNaija.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"TraceNaija.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"TraceNaija.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"TraceNaija.fr","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"TraceSportStars.fr","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"TraceSportStars.fr","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TraceSportStars.fr","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/mi.tv.epg.xml"},{"channel":"TraceSportStars.fr","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"TraceSportStars.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"TraceSportStars.fr","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"TraceSportStars.fr","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"TraceToca.fr","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"TraceToca.fr","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"TraceToca.fr","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"TraceUrban.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"TraceUrban.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"TraceUrban.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"TraceUrban.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"TraceUrban.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"TraceUrban.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"TraceUrban.fr","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"TraceUrban.fr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"TraceUrban.fr","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"TraceUrban.fr","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"TraceUrban.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"TraceUrban.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TraceUrban.fr","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"TraceUrbanAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"TraceUrbanAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"TraceUrbanAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"TraceUrbanAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"TraceUrbanAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"TraceUrbanAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"TraceUrbanAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"TraceUrbanAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"TraceUrbanAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"TraceUrbanAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"TraceUrbanAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"TraceUrbanAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"TraceUrbanAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"TraceUrbanAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"TraceUrbanAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"TraceUrbanAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"TraceUrbanAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"TraceUrbanAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"TraceUrbanAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"TraceUrbanAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"TraceUrbanAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"TraceUrbanAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"TraceUrbanAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"TraceUrbanAfrique.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"TraceUrbanAfrique.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"TraceUrbanAfrique.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"TraceUrbanAfrique.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"TraceVanillaIslands.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"TraceVanillaIslands.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"TraceVanillaIslands.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"Trans7.id","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"Trans7.id","site":"vidio.com","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/vidio.com.epg.xml"},{"channel":"TransTV.id","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"TransTV.id","site":"vidio.com","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/vidio.com.epg.xml"},{"channel":"TravelBoxBrazil.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TravelChannelAsia.us","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"TravelChannelAsia.us","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"TravelChannelEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"TravelChannelEast.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"TravelChannelEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"TravelChannelEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"TravelChannelEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"TravelChannelEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"TravelChannelEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"TravelChannelEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"TravelChannelEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"TravelChannelEurope.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"TravelChannelEurope.us","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TravelChannelEurope.us","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"TravelChannelEurope.us","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TravelChannelEurope.us","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"TravelChannelEurope.us","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"TravelChannelEurope.us","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"TravelChannelEurope.us","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"TravelChannelEurope.us","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"TravelChannelEurope.us","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"TravelChannelEurope.us","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"TravelChannelEurope.us","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"TravelChannelEurope.us","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"TravelChannelEurope.us","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"TravelChannelPolska.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"TravelMix.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"TravelPlusAdventure.us","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"TravelTV.bg","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"Travelxp4KEurope.in","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"Travelxp4KEurope.in","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"Travelxp4KNorthAmerica.in","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"TravelxpHDEurope.in","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TravelxpHDEurope.in","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"TravelxpHDEurope.in","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"Trece.co","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"Trece.co","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/mi.tv.epg.xml"},{"channel":"Trece.co","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"Trece.py","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/py/gatotv.com.epg.xml"},{"channel":"TreceCostaRicaTV.cr","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"TreceVision.gt","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"TreehouseTV.ca","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"Trek.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"Trek.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"Trek.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"Trek.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"Trek.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"Trek.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"Trek.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"Trek.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"Trek.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"Trek.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"Trek.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"Trek.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"Trek.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"Trek.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"Trek.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"Trek.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"Trek.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"Trek.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"Trek.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"Trek.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"Trek.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"Trek.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"Trek.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"Trek.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"Trek.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"Trek.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"Trek.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"Trek.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"Trek.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"TriAngela.us","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"TringAction.al","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"TringAction.al","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"TringFantasy.al","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"TringShqip.al","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"TringTring.al","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"TrinitasTV.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"TropikTV.ba","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"TruTVAmericaLatina.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"TruTVAmericaLatina.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"TruTVBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"TruTVEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"TruTVEast.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"TruTVEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"True4U.th","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"TrueCrimeNetwork.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"TrueExploreLife.th","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"TrueExploreSci.th","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"TrueExploreWild.th","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"TrueFilmHD.th","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"TrueFilmHD2.th","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"TrueMovieHits.th","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"TruePlookpanya.th","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"TrueSelect.th","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"TrueSeries.th","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"TrueShopping.th","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"TrueSparkJump.th","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"TrueSparkPlay.th","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"TrueSport5.th","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"TrueSport7.th","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"TrueSportHD.th","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"TrueSportHD2.th","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"TrueSportHD3.th","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"TrueSportHD4.th","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"TrueTennis.th","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"TrueThaiFilm.th","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"TrueXZyte.th","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"TrybeTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"TrybeTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"TrybeTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"TrybeTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"TrybeTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"TrybeTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"TrybeTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"TrybeTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"TrybeTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"TrybeTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"TrybeTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"TrybeTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"TrybeTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"TrybeTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"TrybeTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"TrybeTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"TrybeTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"TrybeTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"TrybeTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"TrybeTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"TrybeTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"TrybeTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"TrybeTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"TrybeTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"TrybeTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"TrybeTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"TrybeTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"TrybeTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"TrybeTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"TrybeTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"TrybeTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"TrybeTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"TrybeTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"TrybeTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"TrybeTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"TrybeTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"TrybeTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"TrzicTV.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"TshwaneTV.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"TshwaneTV.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"TukiTV.sk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"TurismoVisionArgentina.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"TurizamTV.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"TwenteTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"TyCSports.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"TyCSports.ar","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"TyCSports2.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"TyCSportsInternacional.ar","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"TyCSportsInternacional.ar","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"TyCSportsInternacional.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"U.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"U.ru","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"UAKultura.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"UAPershiy.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"UATV.ua","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"UATV.ua","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"UATV.ua","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"UAZakarpattya.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"UBCTV.ug","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"UBCTV.ug","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"UBCTV.ug","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"UBCTV.ug","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"UBCTV.ug","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"UBCTV.ug","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"UCVTV.cl","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"UHD1.lu","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"USANetworkEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"USANetworkEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"USANetworkEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"USANetworkWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"UTV.iq","site":"elcinema.com","lang":"ar","url":"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml"},{"channel":"UTV.iq","site":"elcinema.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/eg-en/elcinema.com.epg.xml"},{"channel":"UTV.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"UTVAction.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"UTVMovies.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"UcanKusTV.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"UcanKusTV.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"UdayaTV.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"Udmurtiya.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Ufrovision.cl","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"UgraTV.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Ukraina24.ua","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"UlkeTV.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"UlkeTV.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"UlkeTV.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"UltraFamilia.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"UltraNature.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"UltraNature.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"UlusalKanal.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"UlusalKanal.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"UniMasCentral.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"UniMasEste.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"UniMasOeste.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"UnianTV.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"Unicable.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"Unicable.mx","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"Unicanal.py","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/py/gatotv.com.epg.xml"},{"channel":"UninettunoUniversityTV.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"UnitedTV.gh","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"UnitelSantaCruz.bo","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"UnitelSantaCruz.bo","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/mi.tv.epg.xml"},{"channel":"UniversalKids.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"UniversalKidsEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"UniversalLivingFaithNetwork.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"UniversalTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"UniversalTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"UniversalTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"UniversalTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"UniversalTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"UniversalTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"UniversalTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"UniversalTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"UniversalTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"UniversalTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"UniversalTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"UniversalTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"UniversalTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"UniversalTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"UniversalTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"UniversalTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"UniversalTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"UniversalTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"UniversalTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"UniversalTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"UniversalTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"UniversalTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"UniversalTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"UniversalTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"UniversalTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"UniversalTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"UniversalTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"UniversalTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"UniversalTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"UniversalTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"UniversalTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"UniversalTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"UniversalTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"UniversalTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"UniversalTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"UniversalTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"UniversalTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"UniversalTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"UniversalTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"UniversalTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"UniversalTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"UniversalTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"UniversalTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"UniversalTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"UniversalTVAfrica.us","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"UniversalTVAmericaLatina.us","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"UniversalTVAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"UniversalTVAmericaLatina.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"UniversalTVAmericaLatina.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"UniversalTVAmericaLatina.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"UniversalTVAmericaLatinaEste.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/mi.tv.epg.xml"},{"channel":"UniversalTVAmericaLatinaOeste.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/gatotv.com.epg.xml"},{"channel":"UniversalTVAmericaLatinaOeste.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"UniversalTVAmericaLatinaOeste.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ec/gatotv.com.epg.xml"},{"channel":"UniversalTVAmericaLatinaOeste.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"UniversalTVAmericaLatinaOeste.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"UniversalTVAmericaLatinaOeste.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"UniversalTVAmericaLatinaOeste.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml"},{"channel":"UniversalTVAmericaLatinaOeste.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"UniversalTVAmericaLatinaOeste.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ve/gatotv.com.epg.xml"},{"channel":"UniversalTVAmericaLatinaOeste.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/mi.tv.epg.xml"},{"channel":"UniversalTVBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"UniversalTVChile.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"UniversalTVDeutschland.us","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"UniversalTVDeutschland.us","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"UniversalTVMexico.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"UniversalTVMexico.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/mi.tv.epg.xml"},{"channel":"UnivespTV.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"UnivisionEste.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"UnivisionEste.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"UnivisionEste.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"UnivisionLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/gatotv.com.epg.xml"},{"channel":"UnivisionLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/gatotv.com.epg.xml"},{"channel":"UnivisionLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"UnivisionLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"UnivisionLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"UnivisionLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"UnivisionLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ec/gatotv.com.epg.xml"},{"channel":"UnivisionLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"UnivisionLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"UnivisionLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"UnivisionLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml"},{"channel":"UnivisionLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/py/gatotv.com.epg.xml"},{"channel":"UnivisionLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"UnivisionLatinoamerica.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/uy/gatotv.com.epg.xml"},{"channel":"UnivisionOeste.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"UnivisionTlnovelas.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"UpNetwork.cz","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"UpTV.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"UpTV.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"UrbanTV.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"UrbanTV.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"UruguayNaturalTV.uy","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"Usadba.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"UsadbaInternational.ru","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"UsadbaInternational.ru","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"UsadbaInternational.ru","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"UshuaiaTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"UshuaiaTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"UshuaiaTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"UshuaiaTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"UshuaiaTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"UshuaiaTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"UshuaiaTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"UshuaiaTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"UshuaiaTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"UshuaiaTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"UshuaiaTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"UshuaiaTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"UshuaiaTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"UshuaiaTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"UshuaiaTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"UshuaiaTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"UshuaiaTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"UshuaiaTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"UshuaiaTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"UshuaiaTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"UshuaiaTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"UshuaiaTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"UshuaiaTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"UshuaiaTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"UshuaiaTV.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"UshuaiaTV.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"UshuaiaTV.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"UshuaiaTV.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"UshuaiaTV.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"UshuaiaTV.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"UshuaiaTV.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"UshuaiaTV.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"UshuaiaTV.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"UshuaiaTV.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"UshuaiaTV.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"UshuaiaTV.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"UshuaiaTV.fr","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"Uspeh.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"UtsavGold.hk","site":"tv.blue.ch","lang":"hi","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"UtsavPlus.hk","site":"tv.blue.ch","lang":"hi","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"V4.no","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"VANDEGujarat1.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"VANDEGujarat10.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"VANDEGujarat11.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"VANDEGujarat12.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"VANDEGujarat13.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"VANDEGujarat14.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"VANDEGujarat15.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"VANDEGujarat16.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"VANDEGujarat2.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"VANDEGujarat3.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"VANDEGujarat4.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"VANDEGujarat5.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"VANDEGujarat6.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"VANDEGujarat7.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"VANDEGujarat8.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"VANDEGujarat9.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"VAPlus.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"VFilmAction.se","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"VFilmAction.se","site":"allente.se","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/allente.se.epg.xml"},{"channel":"VFilmAction.se","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"VFilmAction.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"VFilmAction.se","site":"telkussa.fi","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/telkussa.fi.epg.xml"},{"channel":"VFilmFamily.se","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"VFilmFamily.se","site":"allente.se","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/allente.se.epg.xml"},{"channel":"VFilmFamily.se","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"VFilmFamily.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"VFilmFamily.se","site":"telkussa.fi","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/telkussa.fi.epg.xml"},{"channel":"VFilmHits.se","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"VFilmHits.se","site":"allente.se","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/allente.se.epg.xml"},{"channel":"VFilmHits.se","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"VFilmHits.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"VFilmHits.se","site":"telkussa.fi","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/telkussa.fi.epg.xml"},{"channel":"VFilmPremiere.se","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"VFilmPremiere.se","site":"allente.se","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/allente.se.epg.xml"},{"channel":"VFilmPremiere.se","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"VFilmPremiere.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"VFilmPremiere.se","site":"telkussa.fi","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/telkussa.fi.epg.xml"},{"channel":"VGNTV.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"VH1East.us","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"VH1East.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"VH1East.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"VH1East.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"VH1East.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"VH1Europe.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"VH1Europe.us","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"VH1Europe.us","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"VH1Europe.us","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"VH1Europe.us","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"VH1Europe.us","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"VH1India.us","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"VH1Italia.us","site":"guidatv.sky.it","lang":"it","url":"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml"},{"channel":"VH1Italy.us","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"VH1Polska.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"VH1West.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"VIPComedy.se","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"VIPComedy.se","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"VIPComedy.se","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"VIPComedy.se","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"VIPComedy.se","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"VIPMegahit.se","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"VIPPremiere.se","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"VParadise.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"VSeries.se","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"VSeries.se","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"VSeries.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"VSport1Norge.no","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"VSport1Suomi.fi","site":"allente.se","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/allente.se.epg.xml"},{"channel":"VSport1Sverige.se","site":"allente.se","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/allente.se.epg.xml"},{"channel":"VSport1Sverige.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"VSport2.no","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"VSport2Suomi.fi","site":"allente.se","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/allente.se.epg.xml"},{"channel":"VSport3.no","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"VSportExtra.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"VSportFootball.se","site":"allente.se","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/allente.se.epg.xml"},{"channel":"VSportFootball.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"VSportFootball.se","site":"telkussa.fi","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/telkussa.fi.epg.xml"},{"channel":"VSportGolf.se","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"VSportGolf.se","site":"allente.se","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/allente.se.epg.xml"},{"channel":"VSportGolf.se","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"VSportGolf.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"VSportGolf.se","site":"telkussa.fi","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/telkussa.fi.epg.xml"},{"channel":"VSportHockey.se","site":"telkussa.fi","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/telkussa.fi.epg.xml"},{"channel":"VSportLive1.se","site":"allente.se","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/allente.se.epg.xml"},{"channel":"VSportLive1.se","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"VSportLive1.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"VSportLive2.se","site":"allente.se","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/allente.se.epg.xml"},{"channel":"VSportLive2.se","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"VSportLive2.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"VSportLive3.se","site":"allente.se","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/allente.se.epg.xml"},{"channel":"VSportLive3.se","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"VSportLive3.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"VSportLive4.se","site":"allente.se","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/allente.se.epg.xml"},{"channel":"VSportLive4.se","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"VSportLive4.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"VSportLive5.se","site":"allente.se","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/allente.se.epg.xml"},{"channel":"VSportLive5.se","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"VSportLive5.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"VSportMotor.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"VSportPlus.no","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"VSportPlusSuomi.fi","site":"allente.se","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/allente.se.epg.xml"},{"channel":"VSportPremium.se","site":"allente.se","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/allente.se.epg.xml"},{"channel":"VSportPremium.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"VSportUltraHD.se","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"VSportUltraHD.se","site":"allente.se","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/allente.se.epg.xml"},{"channel":"VSportUltraHD.se","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"VSportUltraHD.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"VSportVinter.se","site":"allente.se","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/allente.se.epg.xml"},{"channel":"VSportVinter.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"VTM.be","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"VTM.be","site":"vtm.be","lang":"nl","url":"https://iptv-org.github.io/epg/guides/be/vtm.be.epg.xml"},{"channel":"VTM2.be","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"VTM2.be","site":"vtm.be","lang":"nl","url":"https://iptv-org.github.io/epg/guides/be/vtm.be.epg.xml"},{"channel":"VTM3.be","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"VTM3.be","site":"vtm.be","lang":"nl","url":"https://iptv-org.github.io/epg/guides/be/vtm.be.epg.xml"},{"channel":"VTM4.be","site":"vtm.be","lang":"nl","url":"https://iptv-org.github.io/epg/guides/be/vtm.be.epg.xml"},{"channel":"VTMGold.be","site":"vtm.be","lang":"nl","url":"https://iptv-org.github.io/epg/guides/be/vtm.be.epg.xml"},{"channel":"VTMKids.be","site":"vtm.be","lang":"nl","url":"https://iptv-org.github.io/epg/guides/be/vtm.be.epg.xml"},{"channel":"VTV.by","site":"tv.mail.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/by/tv.mail.ru.epg.xml"},{"channel":"VTV.hn","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"VTV.hn","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/mi.tv.epg.xml"},{"channel":"VTV.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"VTV.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"VTV.uy","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"VTV1.vn","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"VTV2.vn","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"VTV3.vn","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"VTV4.vn","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"VTVCanal35.sv","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/mi.tv.epg.xml"},{"channel":"VTVNews.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"Valu.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"Valu.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Varyag.by","site":"tv.mail.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/by/tv.mail.ru.epg.xml"},{"channel":"VasKanal.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"VavTV.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"VavTV.tr","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"VavTV.tr","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"Vavoom.ch","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"VePlusPanregional.ve","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/us/gatotv.com.epg.xml"},{"channel":"VePlusPanregional.ve","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/mi.tv.epg.xml"},{"channel":"VePlusPanregional.ve","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"VePlusPanregional.ve","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"VechtdalTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"VelayatTVNetwork.us","site":"tva.tv","lang":"fa","url":"https://iptv-org.github.io/epg/guides/ir/tva.tv.epg.xml"},{"channel":"Venevision.ve","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"VenevisionPlus.ve","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Venus.ar","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"Venus.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"Venus.ar","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"VerginaTV.gr","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"VernierVisions.ch","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Veronica.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"VeseljakTV.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"Vesti.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"Vetta24.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Via.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"Via.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"Via.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"Via.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"Via.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"Via.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"Via.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"Via.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"ViaATV.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"ViaATV.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"ViaATV.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"ViaATV.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"ViaATV.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"ViaATV.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"ViaX.cl","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"ViaX.cl","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"Viajar.es","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml"},{"channel":"Viajar.es","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"Viajar.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"Viasat3.hu","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"Viasat6.hu","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"ViasatExplore.se","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"ViasatExplore.se","site":"allente.se","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/allente.se.epg.xml"},{"channel":"ViasatExplore.se","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"ViasatExplore.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"ViasatExplore.se","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"ViasatExplore.se","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"ViasatExplore.se","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"ViasatExplore.se","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"ViasatExploreEast.se","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"ViasatExploreEast.se","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"ViasatExploreEast.se","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"ViasatExploreEast.se","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"ViasatExploreEast.se","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"ViasatExploreEast.se","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"ViasatExploreEast.se","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"ViasatExploreEast.se","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"ViasatExploreEast.se","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"ViasatExploreEast.se","site":"tv.lv","lang":"lv","url":"https://iptv-org.github.io/epg/guides/lv/tv.lv.epg.xml"},{"channel":"ViasatExploreEast.se","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"ViasatExploreEast.se","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"ViasatExploreEast.se","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"ViasatExplorePolsat.se","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"ViasatExploreRussia.se","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"ViasatHistory.se","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"ViasatHistory.se","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"ViasatHistory.se","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"ViasatHistory.se","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"ViasatHistory.se","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"ViasatHistory.se","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"ViasatHistory.se","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"ViasatHistory.se","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"ViasatHistory.se","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"ViasatHistory.se","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"ViasatHistory.se","site":"tv.lv","lang":"lv","url":"https://iptv-org.github.io/epg/guides/lv/tv.lv.epg.xml"},{"channel":"ViasatHistory.se","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"ViasatHistory.se","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"ViasatHistory.se","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"ViasatHistoryHD.se","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"ViasatHistoryHD.se","site":"allente.se","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/allente.se.epg.xml"},{"channel":"ViasatHistoryHD.se","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"ViasatHistoryHD.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"ViasatHistoryHD.se","site":"dsmart.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml"},{"channel":"ViasatHistoryHD.se","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"ViasatHistoryHD.se","site":"novacyprus.com","lang":"el","url":"https://iptv-org.github.io/epg/guides/cy/novacyprus.com.epg.xml"},{"channel":"ViasatHistoryHD.se","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"ViasatHistoryHD.se","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"ViasatHistoryHD.se","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"ViasatHistoryHD.se","site":"tvplus.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml"},{"channel":"ViasatHistoryPolsat.se","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"ViasatNature.se","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"ViasatNature.se","site":"allente.se","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/allente.se.epg.xml"},{"channel":"ViasatNature.se","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"ViasatNature.se","site":"allente.se","lang":"sv","url":"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml"},{"channel":"ViasatNatureEast.se","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"ViasatNatureEast.se","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"ViasatNatureEast.se","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"ViasatNatureEast.se","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"ViasatNatureEast.se","site":"maxtvgo.mk","lang":"mk","url":"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml"},{"channel":"ViasatNatureEast.se","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"ViasatNatureEast.se","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"ViasatNatureEast.se","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"ViasatNatureEast.se","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"ViasatNatureEast.se","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"ViasatNatureEast.se","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"ViasatNatureEast.se","site":"tv.dir.bg","lang":"bg","url":"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml"},{"channel":"ViasatNatureEast.se","site":"tv.lv","lang":"lv","url":"https://iptv-org.github.io/epg/guides/lv/tv.lv.epg.xml"},{"channel":"ViasatNatureEast.se","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"ViasatNatureEast.se","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"ViasatNatureEast.se","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"ViasatNatureEast.se","site":"tvmusor.hu","lang":"hu","url":"https://iptv-org.github.io/epg/guides/hu/tvmusor.hu.epg.xml"},{"channel":"ViasatNaturePolsat.se","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"ViasatSportEast.se","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"ViasatSportEast.se","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"ViasatSportEast.se","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"VibraTV.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"Vice.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ViceEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"ViceEast.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"VideoItalia.it","site":"tv.blue.ch","lang":"it","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"VideoRola.mx","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"VideoRola.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"VienThaoTV.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"ViendoMovies.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"ViendoMovies.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"VietfaceTV.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"VietvNetwork.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"VijayTV.hk","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"VijayTV.hk","site":"tv.blue.ch","lang":"ta","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"VillageCinemas.gr","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"VirginMediaOne.ie","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"VirginMediaThree.ie","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"VirginMediaTwo.ie","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"Vision4.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"Vision4.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"Vision4.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"Vision4.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"Vision4.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"Vision4.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"Vision4.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"Vision4.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"Vision4.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"Vision4.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"Vision4.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"Vision4.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"Vision4.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"Vision4.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"Vision4.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"Vision4.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"Vision4.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"Vision4.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"Vision4.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"Vision4.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"Vision4.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"Vision4.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"Vision4.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"Vision4.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"Vision4RCA.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"Vision4RCA.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"Vision4RCA.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"Vision4RCA.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"Vision4RCA.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"Vision4RCA.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"Vision4RCA.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"Vision4RCA.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"Vision4RCA.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"Vision4RCA.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"Vision4RCA.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"Vision4RCA.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"Vision4RCA.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"Vision4RCA.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"Vision4RCA.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"Vision4RCA.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"Vision4RCA.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"Vision4RCA.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"Vision4RCA.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"Vision4RCA.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"Vision4RCA.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"Vision4RCA.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"Vision4RCA.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"Vision4RCA.cm","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"VisionPrime.id","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"VisionTV.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"Vitel.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"ViuTV.hk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"ViuTV.hk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"ViuTVsix.hk","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"ViuTVsix.hk","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"VivaNicaraguaCanal13.ni","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"VividRed.us","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"VividRed.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"VividTV.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"VividTVEurope.us","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"VividTVMonthlyOffer.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"VividTouch.us","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"VividTouch.us","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"Vixen.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"Vixen.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"Vixen.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"Vixen.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"Vixen.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"Vixen.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"Vixen.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"Vixen.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"Vixen.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"Vixen.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"Vixen.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"Vixen.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"Vixen.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"Vixen.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"Vixen.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"Vixen.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"Vixen.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"Vixen.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"Vixen.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"Vixen.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"Vixen.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"Vixen.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"Vixen.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"Vixen.us","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"Vixen.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"Vixen.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"Vixen.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"Vixen.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"Vixen.us","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"Vixen.us","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"Vixen.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"Vixen.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"Vixen.us","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"VizionPlus.al","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"Vme.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"Vme.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/us/gatotv.com.epg.xml"},{"channel":"Vme.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"VmeKids.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"VmesteRF.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Vmirezhivotnykh.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"VoATVGlobal.us","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"VoirPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"VoirPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"VoirPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"VoirPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"VoirPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"VoirPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"VoirPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"VoirPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"VoirPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"VoirPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"VoirPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"VoirPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"VoirPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"VoirPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"VoirPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"VoirPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"VoirPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"VoirPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"VoirPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"VoirPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"VoirPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"VoirPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"VoirPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"VoirPlus.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"VolksmusikTV.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Volver.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"VoprosyiOtvety.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"VouliTV.gr","site":"cosmote.gr","lang":"el","url":"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml"},{"channel":"VouliTV.gr","site":"novacyprus.com","lang":"el","url":"https://iptv-org.github.io/epg/guides/cy/novacyprus.com.epg.xml"},{"channel":"Vox.no","site":"allente.se","lang":"no","url":"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml"},{"channel":"VoxAustria.de","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"VoxDeutschland.de","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"VoxDeutschland.de","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"VoxDeutschland.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"VoxDeutschland.de","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"VoxDeutschland.de","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"VoxDeutschland.de","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"VoxDeutschland.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"VoxDeutschland.de","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"VoxMusicTV.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"VoxTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"VoxTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"VoxTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"VoxTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"VoxTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"VoxTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"VoxTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"VoxTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"VoxTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"VoxTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"VoxTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"VoxTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"VoxTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"VoxTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"VoxTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"VoxTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"VoxTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"VoxTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"VoxTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"VoxTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"VoxTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"VoxTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"VoxTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"VoxTV.cg","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"VoxafricaAfrique.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"VoxafricaAfrique.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"VoxafricaAfrique.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"VoxafricaAfrique.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"VoxafricaAfrique.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"VoxafricaAfrique.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"VoxafricaAfrique.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"VoxafricaAfrique.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"VoxafricaAfrique.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"VoxafricaAfrique.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"VoxafricaAfrique.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"VoxafricaAfrique.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"VoxafricaAfrique.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"VoxafricaAfrique.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"VoxafricaAfrique.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"VoxafricaAfrique.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"VoxafricaAfrique.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"VoxafricaAfrique.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"VoxafricaAfrique.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"VoxafricaAfrique.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"VoxafricaAfrique.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"VoxafricaAfrique.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"VoxafricaAfrique.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"VoxafricaAfrique.uk","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"VoxafricaAfrique.uk","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"Voxup.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"VranjskaPlus.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"Vremya.ru","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"Vremya.ru","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"Vremya.ru","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"Vremya.ru","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"Vremya.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"VremyaInternational.ru","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"W34EYD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"W34EYD6.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"W9.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"W9.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"W9.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"W9.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"W9.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"W9.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"W9.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"W9.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"W9.fr","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"W9.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"W9Suisse.fr","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"WABCDT1.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"WAGVDT2.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"WALELD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WALELD4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WAPADT1.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"WAPADT1.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/us/gatotv.com.epg.xml"},{"channel":"WAPADT2.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/us/gatotv.com.epg.xml"},{"channel":"WATEDT1.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"WATNDT1.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"WBCFLD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WBGTCD5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WBGTCD7.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WBIRDT1.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"WBXXDT1.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"WBXZLP11.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WBXZLP12.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WBXZLP3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WBXZLP7.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WCBSDT1.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"WDR1Live.de","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"WDRFernsehenKoln.de","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"WDRFernsehenKoln.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"WDRFernsehenKoln.de","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"WFORDT1.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"WGCECD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WGCECD5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WGNDT1.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"WHBQDT1.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"WION.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"WJFBDT1.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"WKAQDT1.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/us/gatotv.com.epg.xml"},{"channel":"WKAQDT2.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/us/gatotv.com.epg.xml"},{"channel":"WKNODT1.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"WKNXDT1.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"WKOBLD7.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WKOPDT1.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"WKRNDT1.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"WLIIDT1.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/us/gatotv.com.epg.xml"},{"channel":"WLMTDT1.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"WMBQCD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WMCDT1.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"WMJNLD4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WNBCDT1.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"WNPIDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WNPTDT1.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"WNXYLD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WNXYLD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WNYNLD4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WNYNLD5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WNYWDT1.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"WNYXLD5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WOBITV.ar","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/mi.tv.epg.xml"},{"channel":"WORODT1.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/us/gatotv.com.epg.xml"},{"channel":"WOS.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"WPBSDT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WPBTDT1.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"WPIXDT1.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"WPLGDT1.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"WPTV.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"WPTVDT1.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"WPXKDT1.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"WPXXDT1.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"WPolscePL.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"WPolscePL.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"WREGDT1.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"WRTDLD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WRTDLD5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WRUADT1.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/us/gatotv.com.epg.xml"},{"channel":"WSFGLD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WSFGLD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WSFGLD4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WSFGLD5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WSMVDT1.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"WSSFLD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WSSFLD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WSSFLD6.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WSVNDT1.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"WTNZDT1.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"WTVFDT1.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"WTVJDT1.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"WTVUCD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WTVUCD5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WTVUCD6.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WUCBLD4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WUK.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"WUOALD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WUOALD4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WUOALD5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WUOALD6.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WUOALD7.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WUXPDT1.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"WVLTDT1.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"WVLTDT2.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"WVTTCD4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WVVCLD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WWEChannel.za","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"WWEChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"WWEChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"WWEChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"WWEChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"WWEChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"WWEChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"WWEChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"WWEChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"WWEChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"WWEChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"WWEChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"WWEChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"WWEChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"WWEChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"WWEChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"WWEChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"WWEChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"WWEChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"WWEChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"WWEChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"WWEChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"WWEChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"WWEChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"WWEChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"WWEChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"WWEChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"WWEChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"WWEChannel.za","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"WWEChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"WWEChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"WWEChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"WWEChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"WWEChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"WWEChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"WWEChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"WWEChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"WWEChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"WWEChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"WWEChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"WWEChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"WWEChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"WWEChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"WWEChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"WWEChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"WWEChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"WWEChannel.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"WWENetworkPlus1.us","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"WWORDT1.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"WXNYLD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WXNYLD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WXNYLD4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WXNYLD5.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WXXADT4.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WYAMLD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WYBNLD2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WYBNLD3.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WYBNLD7.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WYBNLD8.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WZTVDT1.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"WZTVDT2.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"WalfTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"WalfTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"WalfTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"WalfTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"WalfTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"WalfTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"WalfTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"WalfTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"WalfTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"WalfTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"WalfTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"WalfTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"WalfTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"WalfTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"WalfTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"WalfTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"WalfTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"WalfTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"WalfTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"WalfTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"WalfTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"WalfTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"WalfTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"WalfTV.sn","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"WaltaTV.et","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"WapTV.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"WarnerChannelAtlanticoSur.us","site":"comteco.com.bo","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml"},{"channel":"WarnerChannelAtlanticoSur.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"WarnerChannelBrasil.us","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"WarnerChannelMexico.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"WarnerChannelMexico.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/mi.tv.epg.xml"},{"channel":"WarnerChannelPanregional.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/gatotv.com.epg.xml"},{"channel":"WarnerChannelPanregional.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/bo/gatotv.com.epg.xml"},{"channel":"WarnerChannelPanregional.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml"},{"channel":"WarnerChannelPanregional.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/cr/gatotv.com.epg.xml"},{"channel":"WarnerChannelPanregional.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml"},{"channel":"WarnerChannelPanregional.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ec/gatotv.com.epg.xml"},{"channel":"WarnerChannelPanregional.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml"},{"channel":"WarnerChannelPanregional.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml"},{"channel":"WarnerChannelPanregional.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml"},{"channel":"WarnerChannelPanregional.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml"},{"channel":"WarnerChannelPanregional.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml"},{"channel":"WarnerChannelPanregional.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/py/gatotv.com.epg.xml"},{"channel":"WarnerChannelPanregional.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/sv/gatotv.com.epg.xml"},{"channel":"WarnerChannelPanregional.us","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/uy/gatotv.com.epg.xml"},{"channel":"WarnerChannelPanregional.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"WarnerChannelPanregional.us","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"WarnerChannelPanregional.us","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"WarnerTVComedy.us","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"WarnerTVFilm.us","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"WarnerTVFrance.us","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"WarnerTVFrance.us","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"WarnerTVFrance.us","site":"tv.blue.ch","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"WarnerTVSerie.us","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"WarnerTVSoutheastAsia.us","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"WarnerTVSoutheastAsia.us","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"WarnerTVSoutheastAsia.us","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"WarnerTVSoutheastAsia.us","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"WarnerTVSoutheastAsia.us","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"WasafiTV.tz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"WasafiTV.tz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"WasafiTV.tz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"WasafiTV.tz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"WasafiTV.tz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"WasafiTV.tz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"WasafiTV.tz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"WasafiTV.tz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"WasafiTV.tz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"WasafiTV.tz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"WasafiTV.tz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"WasafiTV.tz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"WasafiTV.tz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"WasafiTV.tz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"WasafiTV.tz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"WasafiTV.tz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"WasafiTV.tz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"WasafiTV.tz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"WasafiTV.tz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"WasafiTV.tz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"WasafiTV.tz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"WasafiTV.tz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"WasafiTV.tz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"WasafiTV.tz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"WasafiTV.tz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"WasafiTV.tz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"WasafiTV.tz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"WasafiTV.tz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"WasafiTV.tz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"WasafiTV.tz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"WasafiTV.tz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"WasafiTV.tz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"WasafiTV.tz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"WasafiTV.tz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"WasafiTV.tz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"WasafiTV.tz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"WasafiTV.tz","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"WataaaTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"WataaaTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"WataaaTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"WataaaTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"WataaaTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"WataaaTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"WataaaTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"WataaaTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"WataaaTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"WataaaTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"WataaaTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"WataaaTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"WataaaTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"WataaaTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"WataaaTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"WataaaTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"WataaaTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"WataaaTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"WataaaTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"WataaaTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"WataaaTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"WataaaTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"WataaaTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"WataaaTV.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"WataaaTV.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"WataaaTV.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"WataaaTV.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"WataaaTV.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"WataaaTV.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"WataaaTV.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"WataaaTV.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"WataaaTV.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"WataaaTV.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"Watania1.tn","site":"tv.blue.ch","lang":"ar","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"WaterPlanet.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"WaterPlanet.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"WaterTelevisionNetwork.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"WauTV.sk","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"WazobiaMaxTVNigeria.ng","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"WeTVEast.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"WeTVEast.us","site":"tvguide.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml"},{"channel":"WeTVEast.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WeTVWest.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WeatherNow.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Welt.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"Welt.de","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Welt.de","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"Welt.de","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"Welt.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Welt.de","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"Welt.de","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"WeltderWunderTV.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"WeltderWunderTV.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"WettercomTV.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"WildEarth.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"WildEarth.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"WildEarth.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"WildEarth.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"WildEarth.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"WildEarth.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"WildEarth.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"WildEarth.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"WildEarth.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"WildEarth.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"WildEarth.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"WildEarth.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"WildEarth.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"WildEarth.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"WildEarth.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"WildEarth.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"WildEarth.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"WildEarth.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"WildEarth.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"WildEarth.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"WildEarth.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"WildEarth.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"WildEarth.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"WildEarth.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"WildEarth.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"WildEarth.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"WildEarth.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"WildEarth.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"WildEarth.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"WildEarth.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"WildEarth.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"WildEarth.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"WildEarth.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"WildEarth.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"WildEarth.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"WildEarth.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"WildEarth.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"WildEarth.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"WildEarth.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"WildEarth.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"WildEarth.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"WildEarth.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"WildEarth.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"WildEarth.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"WildEarth.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"WildTV.ca","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"WillaxTV.pe","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml"},{"channel":"WillaxTV.pe","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/pe/mi.tv.epg.xml"},{"channel":"Willow.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WillowCricket.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"WinSports.co","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"WinSports.co","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/mi.tv.epg.xml"},{"channel":"WinSports.co","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"Woman.bg","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"Woman.hr","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"WooHoo.br","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"Workpoint23.th","site":"tv.trueid.net","lang":"th","url":"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml"},{"channel":"WorldFashionChannelRussia.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"WorldHarvestTV.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"WorldWildMuzzik.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"WorldWildMuzzik.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"WowCinemaOne.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"WowTV.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"Wowow4K.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"WowowCinema.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"WowowLive.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"WowowPlus.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"WowowPrime.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"XEFBTDT.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"XHASDT2.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"XHGTDT.mx","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml"},{"channel":"XSport.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"XTimeChannel.us","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/gt/mi.tv.epg.xml"},{"channel":"XXL.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"XXL.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"XXL.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"XXL.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"XXL.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"XXL.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"XXL.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"XXL.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"XXL.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"XXL.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"XXL.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"XXL.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"XXL.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"XXL.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"XXL.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"XXL.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"XXL.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"XXL.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"XXL.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"XXL.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"XXL.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"XXL.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"XXL.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"XXL.fr","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"XXL.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"XXL.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"XXL.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"XXL.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"XXL.fr","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"XXL.fr","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"XXL.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"XXL.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"XXL.fr","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"XXL.fr","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"Xee.dk","site":"allente.se","lang":"da","url":"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml"},{"channel":"XezerTV.az","site":"tv.mail.ru","lang":"az","url":"https://iptv-org.github.io/epg/guides/az/tv.mail.ru.epg.xml"},{"channel":"XiamenStarTVChina.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"XizangTVChinese.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"XizangTVTibetan.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"Xtra.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"Xtrm.es","site":"programacion-tv.elpais.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.epg.xml"},{"channel":"Y254.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"Y254.ke","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"YES2Overflow.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"YLETV1.fi","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"YLETV1.fi","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"YLETV1.fi","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"YLETV1.fi","site":"telkussa.fi","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/telkussa.fi.epg.xml"},{"channel":"YLETV2.fi","site":"teliatv.ee","lang":"en","url":"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml"},{"channel":"YLETV2.fi","site":"teliatv.ee","lang":"et","url":"https://iptv-org.github.io/epg/guides/ee-et/teliatv.ee.epg.xml"},{"channel":"YLETV2.fi","site":"teliatv.ee","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ee-ru/teliatv.ee.epg.xml"},{"channel":"YLETV2.fi","site":"telkussa.fi","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/telkussa.fi.epg.xml"},{"channel":"YLETeemaFem.fi","site":"telkussa.fi","lang":"fi","url":"https://iptv-org.github.io/epg/guides/fi/telkussa.fi.epg.xml"},{"channel":"YTN.kr","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"YTV.ca","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"YaSNAeTV.by","site":"tv.mail.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/by/tv.mail.ru.epg.xml"},{"channel":"Yaban.tr","site":"digiturk.com.tr","lang":"tr","url":"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml"},{"channel":"YadahTV.zw","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"YamalRegion.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"YanbianTV1.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"YerkirMediaTV.am","site":"tv.mail.ru","lang":"hy","url":"https://iptv-org.github.io/epg/guides/am/tv.mail.ru.epg.xml"},{"channel":"YesNetwork.us","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"Yesterday.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"Yesterday.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"Yesterday.uk","site":"tv.blue.ch","lang":"en","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"YesterdayPlus1.uk","site":"ontvtonight.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml"},{"channel":"YesterdayPlus1.uk","site":"sky.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml"},{"channel":"YicaiTV.cn","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"YicaiTV.cn","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"YoseChannel.jp","site":"tvguide.myjcom.jp","lang":"jp","url":"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml"},{"channel":"YourTVMilton.ca","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml"},{"channel":"YunnanTV1.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"YurViewArizona.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"YurViewCalifornia.us","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"Yurgan.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Z1.hr","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Z1.hr","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"Z1.hr","site":"tv.blue.ch","lang":"hr","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"Z1.hr","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"ZBCTV.zw","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"ZBCTV.zw","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"ZBCTV.zw","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"ZBCTV.zw","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"ZDF.de","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"ZDF.de","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"ZDF.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"ZDF.de","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"ZDF.de","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"ZDF.de","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"ZDF.de","site":"programme-tv.net","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml"},{"channel":"ZDF.de","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"ZDF.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"ZDF.de","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"ZDF.de","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"ZDFInfo.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"ZDFInfo.de","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"ZDFInfo.de","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"ZDFInfo.de","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"ZDFInfo.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"ZDFInfo.de","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"ZDFNeo.de","site":"chaines-tv.orange.fr","lang":"fr","url":"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml"},{"channel":"ZDFNeo.de","site":"hd-plus.de","lang":"de","url":"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml"},{"channel":"ZDFNeo.de","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"ZDFNeo.de","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"ZDFNeo.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"ZDFNeo.de","site":"tvheute.at","lang":"de","url":"https://iptv-org.github.io/epg/guides/at/tvheute.at.epg.xml"},{"channel":"ZNBCTV1.zm","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"ZNBCTV1.zm","site":"znbc.co.zm","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/znbc.co.zm.epg.xml"},{"channel":"ZNBCTV2.zm","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"ZNBCTV2.zm","site":"znbc.co.zm","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/znbc.co.zm.epg.xml"},{"channel":"ZNBCTV3.zm","site":"znbc.co.zm","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/znbc.co.zm.epg.xml"},{"channel":"ZNBCTV4.zm","site":"znbc.co.zm","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/znbc.co.zm.epg.xml"},{"channel":"ZNSTV.bs","site":"rev.bs","lang":"en","url":"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml"},{"channel":"ZVTAVS.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"Zadruga1.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"Zadruga2.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"Zadruga3.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"Zadruga4.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"ZagorodnayaZhizn.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Zagorodny.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"ZagorodnyInternational.ru","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"ZambeziMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"ZambeziMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"ZambeziMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"ZambeziMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"ZambeziMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"ZambeziMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"ZambeziMagic.za","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"ZapFilmes1.ao","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"ZapFilmes2.ao","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"ZapFilmes3.ao","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"ZapFilmesHD.ao","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"ZapNovelas.ao","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"ZapViva.ao","site":"zap.co.ao","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/zap.co.ao.epg.xml"},{"channel":"ZdorovoeTV.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"ZdravaTV.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"ZdravaTV7Hrvatska.mk","site":"maxtv.hrvatskitelekom.hr","lang":"hr","url":"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml"},{"channel":"ZdravaTV7Hrvatska.mk","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"ZdravljeTV.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"ZdravljeTV.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"Zee24Ghanta.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"Zee24Kalak.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"Zee24Taas.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ZeeAction.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ZeeAlem.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"ZeeAnmol.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ZeeAnmolCinema.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ZeeBangla.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ZeeBangla.in","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ZeeBanglaCinema.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ZeeBiharJharkhand.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ZeeBioskop.in","site":"mncvision.id","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/mncvision.id.epg.xml"},{"channel":"ZeeBioskop.in","site":"vidio.com","lang":"id","url":"https://iptv-org.github.io/epg/guides/id/vidio.com.epg.xml"},{"channel":"ZeeBiskope.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ZeeBollywood.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ZeeBusiness.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ZeeCafe.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ZeeChitramandir.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ZeeCinemaAfrica.in","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"ZeeCinemaAfrica.in","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"ZeeCinemaAfrica.in","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"ZeeCinemaAsia.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ZeeCinemaAsia.in","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"ZeeCinemaAsia.in","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"ZeeCinemaUK.in","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"ZeeClassic.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ZeeKannada.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ZeeKeralam.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ZeeMadhyaPradeshChhattisgarh.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ZeeMagic.in","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml"},{"channel":"ZeeMagic.in","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bi/canalplus-afrique.com.epg.xml"},{"channel":"ZeeMagic.in","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bj/canalplus-afrique.com.epg.xml"},{"channel":"ZeeMagic.in","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cd/canalplus-afrique.com.epg.xml"},{"channel":"ZeeMagic.in","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cf/canalplus-afrique.com.epg.xml"},{"channel":"ZeeMagic.in","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cg/canalplus-afrique.com.epg.xml"},{"channel":"ZeeMagic.in","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ci/canalplus-afrique.com.epg.xml"},{"channel":"ZeeMagic.in","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cm/canalplus-afrique.com.epg.xml"},{"channel":"ZeeMagic.in","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/cv/canalplus-afrique.com.epg.xml"},{"channel":"ZeeMagic.in","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/dj/canalplus-afrique.com.epg.xml"},{"channel":"ZeeMagic.in","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ga/canalplus-afrique.com.epg.xml"},{"channel":"ZeeMagic.in","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gh/canalplus-afrique.com.epg.xml"},{"channel":"ZeeMagic.in","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gm/canalplus-afrique.com.epg.xml"},{"channel":"ZeeMagic.in","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gn/canalplus-afrique.com.epg.xml"},{"channel":"ZeeMagic.in","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gq/canalplus-afrique.com.epg.xml"},{"channel":"ZeeMagic.in","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gw/canalplus-afrique.com.epg.xml"},{"channel":"ZeeMagic.in","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ml/canalplus-afrique.com.epg.xml"},{"channel":"ZeeMagic.in","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mr/canalplus-afrique.com.epg.xml"},{"channel":"ZeeMagic.in","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ne/canalplus-afrique.com.epg.xml"},{"channel":"ZeeMagic.in","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/rw/canalplus-afrique.com.epg.xml"},{"channel":"ZeeMagic.in","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sl/canalplus-afrique.com.epg.xml"},{"channel":"ZeeMagic.in","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/sn/canalplus-afrique.com.epg.xml"},{"channel":"ZeeMagic.in","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/td/canalplus-afrique.com.epg.xml"},{"channel":"ZeeMagic.in","site":"canalplus-afrique.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/tg/canalplus-afrique.com.epg.xml"},{"channel":"ZeeMarathi.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ZeeMarathi.in","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ZeeNews.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ZeeNews.in","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"ZeeNews.in","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"ZeeOdisha.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ZeePunjabHaryanaHimachal.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ZeePunjabi.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ZeeRajasthan.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ZeeSalaam.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ZeeSalaam.in","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ZeeSarthak.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ZeeTVAfrica.in","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"ZeeTVAfrica.in","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"ZeeTVAfrica.in","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"ZeeTVAsiaPacific.in","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"ZeeTVAsiaPacific.in","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"ZeeTVIndia.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ZeeTVRussia.in","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"ZeeTVUK.in","site":"meo.pt","lang":"pt","url":"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml"},{"channel":"ZeeTVUSA.in","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ZeeTalkies.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ZeeTamil.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ZeeTamil.in","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ZeeTamilMalaysia.in","site":"astro.com.my","lang":"ms","url":"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml"},{"channel":"ZeeTelugu.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ZeeUttarPradeshUttarakhand.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ZeeVajwa.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ZeeWorld.in","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/ao/dstv.com.epg.xml"},{"channel":"ZeeWorld.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bf/dstv.com.epg.xml"},{"channel":"ZeeWorld.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bi/dstv.com.epg.xml"},{"channel":"ZeeWorld.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bj/dstv.com.epg.xml"},{"channel":"ZeeWorld.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/bw/dstv.com.epg.xml"},{"channel":"ZeeWorld.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cd/dstv.com.epg.xml"},{"channel":"ZeeWorld.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cf/dstv.com.epg.xml"},{"channel":"ZeeWorld.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cg/dstv.com.epg.xml"},{"channel":"ZeeWorld.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ci/dstv.com.epg.xml"},{"channel":"ZeeWorld.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cm/dstv.com.epg.xml"},{"channel":"ZeeWorld.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/cv/dstv.com.epg.xml"},{"channel":"ZeeWorld.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/dj/dstv.com.epg.xml"},{"channel":"ZeeWorld.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/er/dstv.com.epg.xml"},{"channel":"ZeeWorld.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/et/dstv.com.epg.xml"},{"channel":"ZeeWorld.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ga/dstv.com.epg.xml"},{"channel":"ZeeWorld.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gh/dstv.com.epg.xml"},{"channel":"ZeeWorld.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gm/dstv.com.epg.xml"},{"channel":"ZeeWorld.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gn/dstv.com.epg.xml"},{"channel":"ZeeWorld.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gq/dstv.com.epg.xml"},{"channel":"ZeeWorld.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/gw/dstv.com.epg.xml"},{"channel":"ZeeWorld.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ke/dstv.com.epg.xml"},{"channel":"ZeeWorld.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/lr/dstv.com.epg.xml"},{"channel":"ZeeWorld.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ls/dstv.com.epg.xml"},{"channel":"ZeeWorld.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mg/dstv.com.epg.xml"},{"channel":"ZeeWorld.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ml/dstv.com.epg.xml"},{"channel":"ZeeWorld.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mr/dstv.com.epg.xml"},{"channel":"ZeeWorld.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mu/dstv.com.epg.xml"},{"channel":"ZeeWorld.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"ZeeWorld.in","site":"dstv.com","lang":"pt","url":"https://iptv-org.github.io/epg/guides/mz/dstv.com.epg.xml"},{"channel":"ZeeWorld.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/na/dstv.com.epg.xml"},{"channel":"ZeeWorld.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ne/dstv.com.epg.xml"},{"channel":"ZeeWorld.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml"},{"channel":"ZeeWorld.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/rw/dstv.com.epg.xml"},{"channel":"ZeeWorld.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sc/dstv.com.epg.xml"},{"channel":"ZeeWorld.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sd/dstv.com.epg.xml"},{"channel":"ZeeWorld.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sl/dstv.com.epg.xml"},{"channel":"ZeeWorld.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sn/dstv.com.epg.xml"},{"channel":"ZeeWorld.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/so/dstv.com.epg.xml"},{"channel":"ZeeWorld.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ss/dstv.com.epg.xml"},{"channel":"ZeeWorld.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/st/dstv.com.epg.xml"},{"channel":"ZeeWorld.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/sz/dstv.com.epg.xml"},{"channel":"ZeeWorld.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/td/dstv.com.epg.xml"},{"channel":"ZeeWorld.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/tg/dstv.com.epg.xml"},{"channel":"ZeeWorld.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/ug/dstv.com.epg.xml"},{"channel":"ZeeWorld.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml"},{"channel":"ZeeWorld.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zm/dstv.com.epg.xml"},{"channel":"ZeeWorld.in","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/zw/dstv.com.epg.xml"},{"channel":"ZeeYuva.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ZeeZest.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ZeeZest.in","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ZharPtitsa.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"ZharaTV.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"ZhejiangSatelliteTV.cn","site":"nowplayer.now.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml"},{"channel":"ZhejiangSatelliteTV.cn","site":"nowplayer.now.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/hk-zh/nowplayer.now.com.epg.xml"},{"channel":"ZhejiangSatelliteTV.cn","site":"tv.cctv.com","lang":"zh","url":"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml"},{"channel":"ZhivayaPlaneta.ru","site":"magticom.ge","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml"},{"channel":"ZhivayaPlaneta.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"ZhivayaPriroda.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Zhivi.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"Zhivi.ru","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"ZiggoSportDocu.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"ZiggoSportGolf.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"ZiggoSportRacing.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"ZiggoSportSelect.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"ZiggoSportTennis.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"ZiggoSportVoetbal.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"ZingAsia.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ZingHome.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"ZingUK.in","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml"},{"channel":"ZingUK.in","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/re/canalplus-reunion.com.epg.xml"},{"channel":"ZingUK.in","site":"canalplus-reunion.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/yt/canalplus-reunion.com.epg.xml"},{"channel":"ZingUSA.in","site":"tvtv.us","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"},{"channel":"ZitataTV.mq","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"ZitataTV.mq","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"ZitataTV.mq","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"ZitataTV.mq","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"ZitataTV.mq","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"ZitataTV.mq","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"ZodiakTV.mw","site":"dstv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/mw/dstv.com.epg.xml"},{"channel":"ZonaLatina.cl","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml"},{"channel":"ZooMooBrasil.nz","site":"mi.tv","lang":"pt","url":"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml"},{"channel":"ZooMooLatinoamerica.nz","site":"directv.com","lang":"en","url":"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml"},{"channel":"ZooMooLatinoamerica.nz","site":"mi.tv","lang":"es","url":"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml"},{"channel":"ZooPark.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"ZooPark.ru","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"ZooTV.ru","site":"tv.yandex.ru","lang":"ru","url":"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"},{"channel":"ZooTV.ru","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"Zoom.co","site":"gatotv.com","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml"},{"channel":"Zoom.co","site":"siba.com.co","lang":"es","url":"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml"},{"channel":"Zoom.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"Zoom.ua","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"Zoom.ua","site":"tvgid.ua","lang":"uk","url":"https://iptv-org.github.io/epg/guides/ua/tvgid.ua.epg.xml"},{"channel":"ZoomTV.pl","site":"m.tv.sms.cz","lang":"cz","url":"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml"},{"channel":"ZoomTV.pl","site":"programtv.onet.pl","lang":"pl","url":"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml"},{"channel":"ZoukTV.mq","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml"},{"channel":"ZoukTV.mq","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gf/canalplus-caraibes.com.epg.xml"},{"channel":"ZoukTV.mq","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/gp/canalplus-caraibes.com.epg.xml"},{"channel":"ZoukTV.mq","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mf/canalplus-caraibes.com.epg.xml"},{"channel":"ZoukTV.mq","site":"canalplus-caraibes.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/mq/canalplus-caraibes.com.epg.xml"},{"channel":"ZoukTV.mq","site":"canalplus-haiti.com","lang":"fr","url":"https://iptv-org.github.io/epg/guides/ht/canalplus-haiti.com.epg.xml"},{"channel":"ZuTV.ro","site":"programetv.ro","lang":"ro","url":"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml"},{"channel":"ZuidWestTV.nl","site":"delta.nl","lang":"nl","url":"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml"},{"channel":"ZvezdaTV.rs","site":"mtel.ba","lang":"bs","url":"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml"},{"channel":"ZvezdaTV.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"Zwei2MusicTV.de","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"ePosavjeTV.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"},{"channel":"eduTV.rs","site":"mts.rs","lang":"sr","url":"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml"},{"channel":"flix.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"pictures.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"priveHD.in","site":"dishtv.in","lang":"en","url":"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"},{"channel":"rrotv.ch","site":"tv.blue.ch","lang":"de","url":"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml"},{"channel":"vZIVOsi.si","site":"tv2go.t-2.net","lang":"sl","url":"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml"}] \ No newline at end of file diff --git a/tests/__data__/input/data/languages.json b/tests/__data__/input/data/languages.json new file mode 100644 index 000000000..6b2570a79 --- /dev/null +++ b/tests/__data__/input/data/languages.json @@ -0,0 +1 @@ +[{"name":"Ghotuo","code":"aaa"},{"name":"Alumu-Tesu","code":"aab"},{"name":"Ari","code":"aac"},{"name":"Amal","code":"aad"},{"name":"Arbëreshë Albanian","code":"aae"},{"name":"Aranadan","code":"aaf"},{"name":"Ambrak","code":"aag"},{"name":"Abu' Arapesh","code":"aah"},{"name":"Arifama-Miniafia","code":"aai"},{"name":"Ankave","code":"aak"},{"name":"Afade","code":"aal"},{"name":"Anambé","code":"aan"},{"name":"Algerian Saharan Arabic","code":"aao"},{"name":"Pará Arára","code":"aap"},{"name":"Eastern Abnaki","code":"aaq"},{"name":"Afar","code":"aar"},{"name":"Aasáx","code":"aas"},{"name":"Arvanitika Albanian","code":"aat"},{"name":"Abau","code":"aau"},{"name":"Solong","code":"aaw"},{"name":"Mandobo Atas","code":"aax"},{"name":"Amarasi","code":"aaz"},{"name":"Abé","code":"aba"},{"name":"Bankon","code":"abb"},{"name":"Ambala Ayta","code":"abc"},{"name":"Manide","code":"abd"},{"name":"Western Abnaki","code":"abe"},{"name":"Abai Sungai","code":"abf"},{"name":"Abaga","code":"abg"},{"name":"Tajiki Arabic","code":"abh"},{"name":"Abidji","code":"abi"},{"name":"Aka-Bea","code":"abj"},{"name":"Abkhazian","code":"abk"},{"name":"Lampung Nyo","code":"abl"},{"name":"Abanyom","code":"abm"},{"name":"Abua","code":"abn"},{"name":"Abon","code":"abo"},{"name":"Abellen Ayta","code":"abp"},{"name":"Abaza","code":"abq"},{"name":"Abron","code":"abr"},{"name":"Ambonese Malay","code":"abs"},{"name":"Ambulas","code":"abt"},{"name":"Abure","code":"abu"},{"name":"Baharna Arabic","code":"abv"},{"name":"Pal","code":"abw"},{"name":"Inabaknon","code":"abx"},{"name":"Aneme Wake","code":"aby"},{"name":"Abui","code":"abz"},{"name":"Achagua","code":"aca"},{"name":"Áncá","code":"acb"},{"name":"Gikyode","code":"acd"},{"name":"Achinese","code":"ace"},{"name":"Saint Lucian Creole French","code":"acf"},{"name":"Acoli","code":"ach"},{"name":"Aka-Cari","code":"aci"},{"name":"Aka-Kora","code":"ack"},{"name":"Akar-Bale","code":"acl"},{"name":"Mesopotamian Arabic","code":"acm"},{"name":"Achang","code":"acn"},{"name":"Eastern Acipa","code":"acp"},{"name":"Ta'izzi-Adeni Arabic","code":"acq"},{"name":"Achi","code":"acr"},{"name":"Acroá","code":"acs"},{"name":"Achterhoeks","code":"act"},{"name":"Achuar-Shiwiar","code":"acu"},{"name":"Achumawi","code":"acv"},{"name":"Hijazi Arabic","code":"acw"},{"name":"Omani Arabic","code":"acx"},{"name":"Cypriot Arabic","code":"acy"},{"name":"Acheron","code":"acz"},{"name":"Adangme","code":"ada"},{"name":"Atauran","code":"adb"},{"name":"Dzodinka","code":"add"},{"name":"Lidzonka","code":"add"},{"name":"Adele","code":"ade"},{"name":"Dhofari Arabic","code":"adf"},{"name":"Andegerebinha","code":"adg"},{"name":"Adhola","code":"adh"},{"name":"Adi","code":"adi"},{"name":"Adioukrou","code":"adj"},{"name":"Galo","code":"adl"},{"name":"Adang","code":"adn"},{"name":"Abu","code":"ado"},{"name":"Adangbe","code":"adq"},{"name":"Adonara","code":"adr"},{"name":"Adamorobe Sign Language","code":"ads"},{"name":"Adnyamathanha","code":"adt"},{"name":"Aduge","code":"adu"},{"name":"Amundava","code":"adw"},{"name":"Amdo Tibetan","code":"adx"},{"name":"Adygei","code":"ady"},{"name":"Adyghe","code":"ady"},{"name":"Adzera","code":"adz"},{"name":"Areba","code":"aea"},{"name":"Tunisian Arabic","code":"aeb"},{"name":"Saidi Arabic","code":"aec"},{"name":"Argentine Sign Language","code":"aed"},{"name":"Northeast Pashai","code":"aee"},{"name":"Northeast Pashayi","code":"aee"},{"name":"Haeke","code":"aek"},{"name":"Ambele","code":"ael"},{"name":"Arem","code":"aem"},{"name":"Armenian Sign Language","code":"aen"},{"name":"Aer","code":"aeq"},{"name":"Eastern Arrernte","code":"aer"},{"name":"Alsea","code":"aes"},{"name":"Akeu","code":"aeu"},{"name":"Ambakich","code":"aew"},{"name":"Amele","code":"aey"},{"name":"Aeka","code":"aez"},{"name":"Gulf Arabic","code":"afb"},{"name":"Andai","code":"afd"},{"name":"Putukwam","code":"afe"},{"name":"Afghan Sign Language","code":"afg"},{"name":"Afrihili","code":"afh"},{"name":"Akrukay","code":"afi"},{"name":"Chini","code":"afi"},{"name":"Nanubae","code":"afk"},{"name":"Defaka","code":"afn"},{"name":"Eloyi","code":"afo"},{"name":"Tapei","code":"afp"},{"name":"Afrikaans","code":"afr"},{"name":"Afro-Seminole Creole","code":"afs"},{"name":"Afitti","code":"aft"},{"name":"Awutu","code":"afu"},{"name":"Obokuitai","code":"afz"},{"name":"Aguano","code":"aga"},{"name":"Legbo","code":"agb"},{"name":"Agatu","code":"agc"},{"name":"Agarabi","code":"agd"},{"name":"Angal","code":"age"},{"name":"Arguni","code":"agf"},{"name":"Angor","code":"agg"},{"name":"Ngelima","code":"agh"},{"name":"Agariya","code":"agi"},{"name":"Argobba","code":"agj"},{"name":"Isarog Agta","code":"agk"},{"name":"Fembe","code":"agl"},{"name":"Angaataha","code":"agm"},{"name":"Agutaynen","code":"agn"},{"name":"Tainae","code":"ago"},{"name":"Aghem","code":"agq"},{"name":"Aguaruna","code":"agr"},{"name":"Esimbi","code":"ags"},{"name":"Central Cagayan Agta","code":"agt"},{"name":"Aguacateco","code":"agu"},{"name":"Remontado Dumagat","code":"agv"},{"name":"Kahua","code":"agw"},{"name":"Aghul","code":"agx"},{"name":"Southern Alta","code":"agy"},{"name":"Mt. Iriga Agta","code":"agz"},{"name":"Ahanta","code":"aha"},{"name":"Axamb","code":"ahb"},{"name":"Qimant","code":"ahg"},{"name":"Aghu","code":"ahh"},{"name":"Tiagbamrin Aizi","code":"ahi"},{"name":"Akha","code":"ahk"},{"name":"Igo","code":"ahl"},{"name":"Mobumrin Aizi","code":"ahm"},{"name":"Àhàn","code":"ahn"},{"name":"Ahom","code":"aho"},{"name":"Aproumu Aizi","code":"ahp"},{"name":"Ahirani","code":"ahr"},{"name":"Ashe","code":"ahs"},{"name":"Ahtena","code":"aht"},{"name":"Arosi","code":"aia"},{"name":"Ainu (China)","code":"aib"},{"name":"Ainbai","code":"aic"},{"name":"Alngith","code":"aid"},{"name":"Amara","code":"aie"},{"name":"Agi","code":"aif"},{"name":"Antigua and Barbuda Creole English","code":"aig"},{"name":"Ai-Cham","code":"aih"},{"name":"Assyrian Neo-Aramaic","code":"aii"},{"name":"Lishanid Noshan","code":"aij"},{"name":"Ake","code":"aik"},{"name":"Aimele","code":"ail"},{"name":"Aimol","code":"aim"},{"name":"Ainu (Japan)","code":"ain"},{"name":"Aiton","code":"aio"},{"name":"Burumakok","code":"aip"},{"name":"Aimaq","code":"aiq"},{"name":"Airoran","code":"air"},{"name":"Arikem","code":"ait"},{"name":"Aari","code":"aiw"},{"name":"Aighon","code":"aix"},{"name":"Ali","code":"aiy"},{"name":"Aja (South Sudan)","code":"aja"},{"name":"Aja (Benin)","code":"ajg"},{"name":"Ajië","code":"aji"},{"name":"Andajin","code":"ajn"},{"name":"South Levantine Arabic","code":"ajp"},{"name":"Judeo-Tunisian Arabic","code":"ajt"},{"name":"Judeo-Moroccan Arabic","code":"aju"},{"name":"Ajawa","code":"ajw"},{"name":"Amri Karbi","code":"ajz"},{"name":"Akan","code":"aka"},{"name":"Batak Angkola","code":"akb"},{"name":"Mpur","code":"akc"},{"name":"Ukpet-Ehom","code":"akd"},{"name":"Akawaio","code":"ake"},{"name":"Akpa","code":"akf"},{"name":"Anakalangu","code":"akg"},{"name":"Angal Heneng","code":"akh"},{"name":"Aiome","code":"aki"},{"name":"Aka-Jeru","code":"akj"},{"name":"Akkadian","code":"akk"},{"name":"Aklanon","code":"akl"},{"name":"Aka-Bo","code":"akm"},{"name":"Akurio","code":"ako"},{"name":"Siwu","code":"akp"},{"name":"Ak","code":"akq"},{"name":"Araki","code":"akr"},{"name":"Akaselem","code":"aks"},{"name":"Akolet","code":"akt"},{"name":"Akum","code":"aku"},{"name":"Akhvakh","code":"akv"},{"name":"Akwa","code":"akw"},{"name":"Aka-Kede","code":"akx"},{"name":"Aka-Kol","code":"aky"},{"name":"Alabama","code":"akz"},{"name":"Alago","code":"ala"},{"name":"Qawasqar","code":"alc"},{"name":"Alladian","code":"ald"},{"name":"Aleut","code":"ale"},{"name":"Alege","code":"alf"},{"name":"Alawa","code":"alh"},{"name":"Amaimon","code":"ali"},{"name":"Alangan","code":"alj"},{"name":"Alak","code":"alk"},{"name":"Allar","code":"all"},{"name":"Amblong","code":"alm"},{"name":"Gheg Albanian","code":"aln"},{"name":"Larike-Wakasihu","code":"alo"},{"name":"Alune","code":"alp"},{"name":"Algonquin","code":"alq"},{"name":"Alutor","code":"alr"},{"name":"Tosk Albanian","code":"als"},{"name":"Southern Altai","code":"alt"},{"name":"'Are'are","code":"alu"},{"name":"Alaba-K’abeena","code":"alw"},{"name":"Wanbasana","code":"alw"},{"name":"Amol","code":"alx"},{"name":"Alyawarr","code":"aly"},{"name":"Alur","code":"alz"},{"name":"Amanayé","code":"ama"},{"name":"Ambo","code":"amb"},{"name":"Amahuaca","code":"amc"},{"name":"Yanesha'","code":"ame"},{"name":"Hamer-Banna","code":"amf"},{"name":"Amurdak","code":"amg"},{"name":"Amharic","code":"amh"},{"name":"Amis","code":"ami"},{"name":"Amdang","code":"amj"},{"name":"Ambai","code":"amk"},{"name":"War-Jaintia","code":"aml"},{"name":"Ama (Papua New Guinea)","code":"amm"},{"name":"Amanab","code":"amn"},{"name":"Amo","code":"amo"},{"name":"Alamblak","code":"amp"},{"name":"Amahai","code":"amq"},{"name":"Amarakaeri","code":"amr"},{"name":"Southern Amami-Oshima","code":"ams"},{"name":"Amto","code":"amt"},{"name":"Guerrero Amuzgo","code":"amu"},{"name":"Ambelau","code":"amv"},{"name":"Western Neo-Aramaic","code":"amw"},{"name":"Anmatyerre","code":"amx"},{"name":"Ami","code":"amy"},{"name":"Atampaya","code":"amz"},{"name":"Andaqui","code":"ana"},{"name":"Andoa","code":"anb"},{"name":"Ngas","code":"anc"},{"name":"Ansus","code":"and"},{"name":"Xârâcùù","code":"ane"},{"name":"Animere","code":"anf"},{"name":"Old English (ca. 450-1100)","code":"ang"},{"name":"Nend","code":"anh"},{"name":"Andi","code":"ani"},{"name":"Anor","code":"anj"},{"name":"Goemai","code":"ank"},{"name":"Anu-Hkongso Chin","code":"anl"},{"name":"Anal","code":"anm"},{"name":"Obolo","code":"ann"},{"name":"Andoque","code":"ano"},{"name":"Angika","code":"anp"},{"name":"Jarawa (India)","code":"anq"},{"name":"Andh","code":"anr"},{"name":"Anserma","code":"ans"},{"name":"Antakarinya","code":"ant"},{"name":"Antikarinya","code":"ant"},{"name":"Anuak","code":"anu"},{"name":"Denya","code":"anv"},{"name":"Anaang","code":"anw"},{"name":"Andra-Hus","code":"anx"},{"name":"Anyin","code":"any"},{"name":"Anem","code":"anz"},{"name":"Angolar","code":"aoa"},{"name":"Abom","code":"aob"},{"name":"Pemon","code":"aoc"},{"name":"Andarum","code":"aod"},{"name":"Angal Enen","code":"aoe"},{"name":"Bragat","code":"aof"},{"name":"Angoram","code":"aog"},{"name":"Anindilyakwa","code":"aoi"},{"name":"Mufian","code":"aoj"},{"name":"Arhö","code":"aok"},{"name":"Alor","code":"aol"},{"name":"Ömie","code":"aom"},{"name":"Bumbita Arapesh","code":"aon"},{"name":"Aore","code":"aor"},{"name":"Taikat","code":"aos"},{"name":"A'tong","code":"aot"},{"name":"Atong (India)","code":"aot"},{"name":"A'ou","code":"aou"},{"name":"Atorada","code":"aox"},{"name":"Uab Meto","code":"aoz"},{"name":"Sa'a","code":"apb"},{"name":"North Levantine Arabic","code":"apc"},{"name":"Sudanese Arabic","code":"apd"},{"name":"Bukiyip","code":"ape"},{"name":"Pahanan Agta","code":"apf"},{"name":"Ampanang","code":"apg"},{"name":"Athpariya","code":"aph"},{"name":"Apiaká","code":"api"},{"name":"Jicarilla Apache","code":"apj"},{"name":"Kiowa Apache","code":"apk"},{"name":"Lipan Apache","code":"apl"},{"name":"Mescalero-Chiricahua Apache","code":"apm"},{"name":"Apinayé","code":"apn"},{"name":"Ambul","code":"apo"},{"name":"Apma","code":"app"},{"name":"A-Pucikwar","code":"apq"},{"name":"Arop-Lokep","code":"apr"},{"name":"Arop-Sissano","code":"aps"},{"name":"Apatani","code":"apt"},{"name":"Apurinã","code":"apu"},{"name":"Alapmunte","code":"apv"},{"name":"Western Apache","code":"apw"},{"name":"Aputai","code":"apx"},{"name":"Apalaí","code":"apy"},{"name":"Safeyoka","code":"apz"},{"name":"Archi","code":"aqc"},{"name":"Ampari Dogon","code":"aqd"},{"name":"Arigidi","code":"aqg"},{"name":"Aninka","code":"aqk"},{"name":"Atohwaim","code":"aqm"},{"name":"Northern Alta","code":"aqn"},{"name":"Atakapa","code":"aqp"},{"name":"Arhâ","code":"aqr"},{"name":"Angaité","code":"aqt"},{"name":"Akuntsu","code":"aqz"},{"name":"Arabic","code":"ara"},{"name":"Standard Arabic","code":"arb"},{"name":"Imperial Aramaic (700-300 BCE)","code":"arc"},{"name":"Official Aramaic (700-300 BCE)","code":"arc"},{"name":"Arabana","code":"ard"},{"name":"Western Arrarnta","code":"are"},{"name":"Aragonese","code":"arg"},{"name":"Arhuaco","code":"arh"},{"name":"Arikara","code":"ari"},{"name":"Arapaso","code":"arj"},{"name":"Arikapú","code":"ark"},{"name":"Arabela","code":"arl"},{"name":"Mapuche","code":"arn"},{"name":"Mapudungun","code":"arn"},{"name":"Araona","code":"aro"},{"name":"Arapaho","code":"arp"},{"name":"Algerian Arabic","code":"arq"},{"name":"Karo (Brazil)","code":"arr"},{"name":"Najdi Arabic","code":"ars"},{"name":"Arawá","code":"aru"},{"name":"Aruá (Amazonas State)","code":"aru"},{"name":"Arbore","code":"arv"},{"name":"Arawak","code":"arw"},{"name":"Aruá (Rodonia State)","code":"arx"},{"name":"Moroccan Arabic","code":"ary"},{"name":"Egyptian Arabic","code":"arz"},{"name":"Asu (Tanzania)","code":"asa"},{"name":"Assiniboine","code":"asb"},{"name":"Casuarina Coast Asmat","code":"asc"},{"name":"American Sign Language","code":"ase"},{"name":"Auslan","code":"asf"},{"name":"Australian Sign Language","code":"asf"},{"name":"Cishingini","code":"asg"},{"name":"Abishira","code":"ash"},{"name":"Buruwai","code":"asi"},{"name":"Sari","code":"asj"},{"name":"Ashkun","code":"ask"},{"name":"Asilulu","code":"asl"},{"name":"Assamese","code":"asm"},{"name":"Xingú Asuriní","code":"asn"},{"name":"Dano","code":"aso"},{"name":"Algerian Sign Language","code":"asp"},{"name":"Austrian Sign Language","code":"asq"},{"name":"Asuri","code":"asr"},{"name":"Ipulo","code":"ass"},{"name":"Asturian","code":"ast"},{"name":"Asturleonese","code":"ast"},{"name":"Bable","code":"ast"},{"name":"Leonese","code":"ast"},{"name":"Tocantins Asurini","code":"asu"},{"name":"Asoa","code":"asv"},{"name":"Australian Aborigines Sign Language","code":"asw"},{"name":"Muratayak","code":"asx"},{"name":"Yaosakor Asmat","code":"asy"},{"name":"As","code":"asz"},{"name":"Pele-Ata","code":"ata"},{"name":"Zaiwa","code":"atb"},{"name":"Atsahuaca","code":"atc"},{"name":"Ata Manobo","code":"atd"},{"name":"Atemble","code":"ate"},{"name":"Ivbie North-Okpela-Arhe","code":"atg"},{"name":"Attié","code":"ati"},{"name":"Atikamekw","code":"atj"},{"name":"Ati","code":"atk"},{"name":"Mt. Iraya Agta","code":"atl"},{"name":"Ata","code":"atm"},{"name":"Ashtiani","code":"atn"},{"name":"Atong (Cameroon)","code":"ato"},{"name":"Pudtol Atta","code":"atp"},{"name":"Aralle-Tabulahan","code":"atq"},{"name":"Waimiri-Atroari","code":"atr"},{"name":"Gros Ventre","code":"ats"},{"name":"Pamplona Atta","code":"att"},{"name":"Reel","code":"atu"},{"name":"Northern Altai","code":"atv"},{"name":"Atsugewi","code":"atw"},{"name":"Arutani","code":"atx"},{"name":"Aneityum","code":"aty"},{"name":"Arta","code":"atz"},{"name":"Asumboa","code":"aua"},{"name":"Alugu","code":"aub"},{"name":"Waorani","code":"auc"},{"name":"Anuta","code":"aud"},{"name":"Aguna","code":"aug"},{"name":"Aushi","code":"auh"},{"name":"Anuki","code":"aui"},{"name":"Awjilah","code":"auj"},{"name":"Heyo","code":"auk"},{"name":"Aulua","code":"aul"},{"name":"Asu (Nigeria)","code":"aum"},{"name":"Molmo One","code":"aun"},{"name":"Auyokawa","code":"auo"},{"name":"Makayam","code":"aup"},{"name":"Anus","code":"auq"},{"name":"Korur","code":"auq"},{"name":"Aruek","code":"aur"},{"name":"Austral","code":"aut"},{"name":"Auye","code":"auu"},{"name":"Awyi","code":"auw"},{"name":"Aurá","code":"aux"},{"name":"Awiyaana","code":"auy"},{"name":"Uzbeki Arabic","code":"auz"},{"name":"Avaric","code":"ava"},{"name":"Avau","code":"avb"},{"name":"Alviri-Vidari","code":"avd"},{"name":"Avestan","code":"ave"},{"name":"Avikam","code":"avi"},{"name":"Kotava","code":"avk"},{"name":"Eastern Egyptian Bedawi Arabic","code":"avl"},{"name":"Angkamuthi","code":"avm"},{"name":"Avatime","code":"avn"},{"name":"Agavotaguerra","code":"avo"},{"name":"Aushiri","code":"avs"},{"name":"Au","code":"avt"},{"name":"Avokaya","code":"avu"},{"name":"Avá-Canoeiro","code":"avv"},{"name":"Awadhi","code":"awa"},{"name":"Awa (Papua New Guinea)","code":"awb"},{"name":"Cicipu","code":"awc"},{"name":"Awetí","code":"awe"},{"name":"Anguthimri","code":"awg"},{"name":"Awbono","code":"awh"},{"name":"Aekyom","code":"awi"},{"name":"Awabakal","code":"awk"},{"name":"Arawum","code":"awm"},{"name":"Awngi","code":"awn"},{"name":"Awak","code":"awo"},{"name":"Awera","code":"awr"},{"name":"South Awyu","code":"aws"},{"name":"Araweté","code":"awt"},{"name":"Central Awyu","code":"awu"},{"name":"Jair Awyu","code":"awv"},{"name":"Awun","code":"aww"},{"name":"Awara","code":"awx"},{"name":"Edera Awyu","code":"awy"},{"name":"Abipon","code":"axb"},{"name":"Ayerrerenge","code":"axe"},{"name":"Mato Grosso Arára","code":"axg"},{"name":"Yaka (Central African Republic)","code":"axk"},{"name":"Lower Southern Aranda","code":"axl"},{"name":"Middle Armenian","code":"axm"},{"name":"Xârâgurè","code":"axx"},{"name":"Awar","code":"aya"},{"name":"Ayizo Gbe","code":"ayb"},{"name":"Southern Aymara","code":"ayc"},{"name":"Ayabadhu","code":"ayd"},{"name":"Ayere","code":"aye"},{"name":"Ginyanga","code":"ayg"},{"name":"Hadrami Arabic","code":"ayh"},{"name":"Leyigha","code":"ayi"},{"name":"Akuku","code":"ayk"},{"name":"Libyan Arabic","code":"ayl"},{"name":"Aymara","code":"aym"},{"name":"Sanaani Arabic","code":"ayn"},{"name":"Ayoreo","code":"ayo"},{"name":"North Mesopotamian Arabic","code":"ayp"},{"name":"Ayi (Papua New Guinea)","code":"ayq"},{"name":"Central Aymara","code":"ayr"},{"name":"Sorsogon Ayta","code":"ays"},{"name":"Magbukun Ayta","code":"ayt"},{"name":"Ayu","code":"ayu"},{"name":"Mai Brat","code":"ayz"},{"name":"Azha","code":"aza"},{"name":"South Azerbaijani","code":"azb"},{"name":"Eastern Durango Nahuatl","code":"azd"},{"name":"Azerbaijani","code":"aze"},{"name":"San Pedro Amuzgos Amuzgo","code":"azg"},{"name":"North Azerbaijani","code":"azj"},{"name":"Ipalapa Amuzgo","code":"azm"},{"name":"Western Durango Nahuatl","code":"azn"},{"name":"Awing","code":"azo"},{"name":"Faire Atta","code":"azt"},{"name":"Highland Puebla Nahuatl","code":"azz"},{"name":"Babatana","code":"baa"},{"name":"Bainouk-Gunyuño","code":"bab"},{"name":"Badui","code":"bac"},{"name":"Baré","code":"bae"},{"name":"Nubaca","code":"baf"},{"name":"Tuki","code":"bag"},{"name":"Bahamas Creole English","code":"bah"},{"name":"Barakai","code":"baj"},{"name":"Bashkir","code":"bak"},{"name":"Baluchi","code":"bal"},{"name":"Bambara","code":"bam"},{"name":"Balinese","code":"ban"},{"name":"Waimaha","code":"bao"},{"name":"Bantawa","code":"bap"},{"name":"Bavarian","code":"bar"},{"name":"Basa (Cameroon)","code":"bas"},{"name":"Bada (Nigeria)","code":"bau"},{"name":"Vengo","code":"bav"},{"name":"Bambili-Bambui","code":"baw"},{"name":"Bamun","code":"bax"},{"name":"Batuley","code":"bay"},{"name":"Baatonum","code":"bba"},{"name":"Barai","code":"bbb"},{"name":"Batak Toba","code":"bbc"},{"name":"Bau","code":"bbd"},{"name":"Bangba","code":"bbe"},{"name":"Baibai","code":"bbf"},{"name":"Barama","code":"bbg"},{"name":"Bugan","code":"bbh"},{"name":"Barombi","code":"bbi"},{"name":"Ghomálá'","code":"bbj"},{"name":"Babanki","code":"bbk"},{"name":"Bats","code":"bbl"},{"name":"Babango","code":"bbm"},{"name":"Uneapa","code":"bbn"},{"name":"Konabéré","code":"bbo"},{"name":"Northern Bobo Madaré","code":"bbo"},{"name":"West Central Banda","code":"bbp"},{"name":"Bamali","code":"bbq"},{"name":"Girawa","code":"bbr"},{"name":"Bakpinka","code":"bbs"},{"name":"Mburku","code":"bbt"},{"name":"Kulung (Nigeria)","code":"bbu"},{"name":"Karnai","code":"bbv"},{"name":"Baba","code":"bbw"},{"name":"Bubia","code":"bbx"},{"name":"Befang","code":"bby"},{"name":"Central Bai","code":"bca"},{"name":"Bainouk-Samik","code":"bcb"},{"name":"Southern Balochi","code":"bcc"},{"name":"North Babar","code":"bcd"},{"name":"Bamenyam","code":"bce"},{"name":"Bamu","code":"bcf"},{"name":"Baga Pokur","code":"bcg"},{"name":"Bariai","code":"bch"},{"name":"Baoulé","code":"bci"},{"name":"Bardi","code":"bcj"},{"name":"Bunuba","code":"bck"},{"name":"Central Bikol","code":"bcl"},{"name":"Bannoni","code":"bcm"},{"name":"Bali (Nigeria)","code":"bcn"},{"name":"Kaluli","code":"bco"},{"name":"Bali (Democratic Republic of Congo)","code":"bcp"},{"name":"Bench","code":"bcq"},{"name":"Babine","code":"bcr"},{"name":"Kohumono","code":"bcs"},{"name":"Bendi","code":"bct"},{"name":"Awad Bing","code":"bcu"},{"name":"Shoo-Minda-Nye","code":"bcv"},{"name":"Bana","code":"bcw"},{"name":"Bacama","code":"bcy"},{"name":"Bainouk-Gunyaamolo","code":"bcz"},{"name":"Bayot","code":"bda"},{"name":"Basap","code":"bdb"},{"name":"Emberá-Baudó","code":"bdc"},{"name":"Bunama","code":"bdd"},{"name":"Bade","code":"bde"},{"name":"Biage","code":"bdf"},{"name":"Bonggi","code":"bdg"},{"name":"Baka (South Sudan)","code":"bdh"},{"name":"Burun","code":"bdi"},{"name":"Bai","code":"bdj"},{"name":"Bai (South Sudan)","code":"bdj"},{"name":"Budukh","code":"bdk"},{"name":"Indonesian Bajau","code":"bdl"},{"name":"Buduma","code":"bdm"},{"name":"Baldemu","code":"bdn"},{"name":"Morom","code":"bdo"},{"name":"Bende","code":"bdp"},{"name":"Bahnar","code":"bdq"},{"name":"West Coast Bajau","code":"bdr"},{"name":"Burunge","code":"bds"},{"name":"Bokoto","code":"bdt"},{"name":"Oroko","code":"bdu"},{"name":"Bodo Parja","code":"bdv"},{"name":"Baham","code":"bdw"},{"name":"Budong-Budong","code":"bdx"},{"name":"Bandjalang","code":"bdy"},{"name":"Badeshi","code":"bdz"},{"name":"Beaver","code":"bea"},{"name":"Bebele","code":"beb"},{"name":"Iceve-Maci","code":"bec"},{"name":"Bedoanas","code":"bed"},{"name":"Byangsi","code":"bee"},{"name":"Benabena","code":"bef"},{"name":"Belait","code":"beg"},{"name":"Biali","code":"beh"},{"name":"Bekati'","code":"bei"},{"name":"Bedawiyet","code":"bej"},{"name":"Beja","code":"bej"},{"name":"Bebeli","code":"bek"},{"name":"Belarusian","code":"bel"},{"name":"Bemba (Zambia)","code":"bem"},{"name":"Bengali","code":"ben"},{"name":"Beami","code":"beo"},{"name":"Besoa","code":"bep"},{"name":"Beembe","code":"beq"},{"name":"Besme","code":"bes"},{"name":"Guiberoua Béte","code":"bet"},{"name":"Blagar","code":"beu"},{"name":"Daloa Bété","code":"bev"},{"name":"Betawi","code":"bew"},{"name":"Jur Modo","code":"bex"},{"name":"Beli (Papua New Guinea)","code":"bey"},{"name":"Bena (Tanzania)","code":"bez"},{"name":"Bari","code":"bfa"},{"name":"Pauri Bareli","code":"bfb"},{"name":"Northern Bai","code":"bfc"},{"name":"Panyi Bai","code":"bfc"},{"name":"Bafut","code":"bfd"},{"name":"Betaf","code":"bfe"},{"name":"Tena","code":"bfe"},{"name":"Bofi","code":"bff"},{"name":"Busang Kayan","code":"bfg"},{"name":"Blafe","code":"bfh"},{"name":"British Sign Language","code":"bfi"},{"name":"Bafanji","code":"bfj"},{"name":"Ban Khor Sign Language","code":"bfk"},{"name":"Banda-Ndélé","code":"bfl"},{"name":"Mmen","code":"bfm"},{"name":"Bunak","code":"bfn"},{"name":"Malba Birifor","code":"bfo"},{"name":"Beba","code":"bfp"},{"name":"Badaga","code":"bfq"},{"name":"Bazigar","code":"bfr"},{"name":"Southern Bai","code":"bfs"},{"name":"Balti","code":"bft"},{"name":"Gahri","code":"bfu"},{"name":"Bondo","code":"bfw"},{"name":"Bantayanon","code":"bfx"},{"name":"Bagheli","code":"bfy"},{"name":"Mahasu Pahari","code":"bfz"},{"name":"Gwamhi-Wuri","code":"bga"},{"name":"Bobongko","code":"bgb"},{"name":"Haryanvi","code":"bgc"},{"name":"Rathwi Bareli","code":"bgd"},{"name":"Bauria","code":"bge"},{"name":"Bangandu","code":"bgf"},{"name":"Bugun","code":"bgg"},{"name":"Giangan","code":"bgi"},{"name":"Bangolan","code":"bgj"},{"name":"Bit","code":"bgk"},{"name":"Buxinhua","code":"bgk"},{"name":"Bo (Laos)","code":"bgl"},{"name":"Western Balochi","code":"bgn"},{"name":"Baga Koga","code":"bgo"},{"name":"Eastern Balochi","code":"bgp"},{"name":"Bagri","code":"bgq"},{"name":"Bawm Chin","code":"bgr"},{"name":"Tagabawa","code":"bgs"},{"name":"Bughotu","code":"bgt"},{"name":"Mbongno","code":"bgu"},{"name":"Warkay-Bipim","code":"bgv"},{"name":"Bhatri","code":"bgw"},{"name":"Balkan Gagauz Turkish","code":"bgx"},{"name":"Benggoi","code":"bgy"},{"name":"Banggai","code":"bgz"},{"name":"Bharia","code":"bha"},{"name":"Bhili","code":"bhb"},{"name":"Biga","code":"bhc"},{"name":"Bhadrawahi","code":"bhd"},{"name":"Bhaya","code":"bhe"},{"name":"Odiai","code":"bhf"},{"name":"Binandere","code":"bhg"},{"name":"Bukharic","code":"bhh"},{"name":"Bhilali","code":"bhi"},{"name":"Bahing","code":"bhj"},{"name":"Bimin","code":"bhl"},{"name":"Bathari","code":"bhm"},{"name":"Bohtan Neo-Aramaic","code":"bhn"},{"name":"Bhojpuri","code":"bho"},{"name":"Bima","code":"bhp"},{"name":"Tukang Besi South","code":"bhq"},{"name":"Bara Malagasy","code":"bhr"},{"name":"Buwal","code":"bhs"},{"name":"Bhattiyali","code":"bht"},{"name":"Bhunjia","code":"bhu"},{"name":"Bahau","code":"bhv"},{"name":"Biak","code":"bhw"},{"name":"Bhalay","code":"bhx"},{"name":"Bhele","code":"bhy"},{"name":"Bada (Indonesia)","code":"bhz"},{"name":"Badimaya","code":"bia"},{"name":"Bisa","code":"bib"},{"name":"Bissa","code":"bib"},{"name":"Bidiyo","code":"bid"},{"name":"Bepour","code":"bie"},{"name":"Biafada","code":"bif"},{"name":"Biangai","code":"big"},{"name":"Bikol","code":"bik"},{"name":"Bile","code":"bil"},{"name":"Bimoba","code":"bim"},{"name":"Bini","code":"bin"},{"name":"Edo","code":"bin"},{"name":"Nai","code":"bio"},{"name":"Bila","code":"bip"},{"name":"Bipi","code":"biq"},{"name":"Bisorio","code":"bir"},{"name":"Bislama","code":"bis"},{"name":"Berinomo","code":"bit"},{"name":"Biete","code":"biu"},{"name":"Southern Birifor","code":"biv"},{"name":"Kol (Cameroon)","code":"biw"},{"name":"Bijori","code":"bix"},{"name":"Birhor","code":"biy"},{"name":"Baloi","code":"biz"},{"name":"Budza","code":"bja"},{"name":"Banggarla","code":"bjb"},{"name":"Bariji","code":"bjc"},{"name":"Biao-Jiao Mien","code":"bje"},{"name":"Barzani Jewish Neo-Aramaic","code":"bjf"},{"name":"Bidyogo","code":"bjg"},{"name":"Bahinemo","code":"bjh"},{"name":"Burji","code":"bji"},{"name":"Kanauji","code":"bjj"},{"name":"Barok","code":"bjk"},{"name":"Bulu (Papua New Guinea)","code":"bjl"},{"name":"Bajelani","code":"bjm"},{"name":"Banjar","code":"bjn"},{"name":"Mid-Southern Banda","code":"bjo"},{"name":"Fanamaket","code":"bjp"},{"name":"Binumarien","code":"bjr"},{"name":"Bajan","code":"bjs"},{"name":"Balanta-Ganja","code":"bjt"},{"name":"Busuu","code":"bju"},{"name":"Bedjond","code":"bjv"},{"name":"Bakwé","code":"bjw"},{"name":"Banao Itneg","code":"bjx"},{"name":"Bayali","code":"bjy"},{"name":"Baruga","code":"bjz"},{"name":"Kyak","code":"bka"},{"name":"Baka (Cameroon)","code":"bkc"},{"name":"Binukid","code":"bkd"},{"name":"Talaandig","code":"bkd"},{"name":"Beeke","code":"bkf"},{"name":"Buraka","code":"bkg"},{"name":"Bakoko","code":"bkh"},{"name":"Baki","code":"bki"},{"name":"Pande","code":"bkj"},{"name":"Brokskat","code":"bkk"},{"name":"Berik","code":"bkl"},{"name":"Kom (Cameroon)","code":"bkm"},{"name":"Bukitan","code":"bkn"},{"name":"Kwa'","code":"bko"},{"name":"Boko (Democratic Republic of Congo)","code":"bkp"},{"name":"Bakairí","code":"bkq"},{"name":"Bakumpai","code":"bkr"},{"name":"Northern Sorsoganon","code":"bks"},{"name":"Boloki","code":"bkt"},{"name":"Buhid","code":"bku"},{"name":"Bekwarra","code":"bkv"},{"name":"Bekwel","code":"bkw"},{"name":"Baikeno","code":"bkx"},{"name":"Bokyi","code":"bky"},{"name":"Bungku","code":"bkz"},{"name":"Siksika","code":"bla"},{"name":"Bilua","code":"blb"},{"name":"Bella Coola","code":"blc"},{"name":"Bolango","code":"bld"},{"name":"Balanta-Kentohe","code":"ble"},{"name":"Buol","code":"blf"},{"name":"Kuwaa","code":"blh"},{"name":"Bolia","code":"bli"},{"name":"Bolongan","code":"blj"},{"name":"Pa'O","code":"blk"},{"name":"Pa'o Karen","code":"blk"},{"name":"Biloxi","code":"bll"},{"name":"Beli (South Sudan)","code":"blm"},{"name":"Southern Catanduanes Bikol","code":"bln"},{"name":"Anii","code":"blo"},{"name":"Blablanga","code":"blp"},{"name":"Baluan-Pam","code":"blq"},{"name":"Blang","code":"blr"},{"name":"Balaesang","code":"bls"},{"name":"Tai Dam","code":"blt"},{"name":"Bolo","code":"blv"},{"name":"Kibala","code":"blv"},{"name":"Balangao","code":"blw"},{"name":"Mag-Indi Ayta","code":"blx"},{"name":"Notre","code":"bly"},{"name":"Balantak","code":"blz"},{"name":"Lame","code":"bma"},{"name":"Bembe","code":"bmb"},{"name":"Biem","code":"bmc"},{"name":"Baga Manduri","code":"bmd"},{"name":"Limassa","code":"bme"},{"name":"Bom-Kim","code":"bmf"},{"name":"Bamwe","code":"bmg"},{"name":"Kein","code":"bmh"},{"name":"Bagirmi","code":"bmi"},{"name":"Bote-Majhi","code":"bmj"},{"name":"Ghayavi","code":"bmk"},{"name":"Bomboli","code":"bml"},{"name":"Northern Betsimisaraka Malagasy","code":"bmm"},{"name":"Bina (Papua New Guinea)","code":"bmn"},{"name":"Bambalang","code":"bmo"},{"name":"Bulgebi","code":"bmp"},{"name":"Bomu","code":"bmq"},{"name":"Muinane","code":"bmr"},{"name":"Bilma Kanuri","code":"bms"},{"name":"Biao Mon","code":"bmt"},{"name":"Somba-Siawari","code":"bmu"},{"name":"Bum","code":"bmv"},{"name":"Bomwali","code":"bmw"},{"name":"Baimak","code":"bmx"},{"name":"Baramu","code":"bmz"},{"name":"Bonerate","code":"bna"},{"name":"Bookan","code":"bnb"},{"name":"Bontok","code":"bnc"},{"name":"Banda (Indonesia)","code":"bnd"},{"name":"Bintauna","code":"bne"},{"name":"Masiwang","code":"bnf"},{"name":"Benga","code":"bng"},{"name":"Bangi","code":"bni"},{"name":"Eastern Tawbuid","code":"bnj"},{"name":"Bierebo","code":"bnk"},{"name":"Boon","code":"bnl"},{"name":"Batanga","code":"bnm"},{"name":"Bunun","code":"bnn"},{"name":"Bantoanon","code":"bno"},{"name":"Bola","code":"bnp"},{"name":"Bantik","code":"bnq"},{"name":"Butmas-Tur","code":"bnr"},{"name":"Bundeli","code":"bns"},{"name":"Bentong","code":"bnu"},{"name":"Beneraf","code":"bnv"},{"name":"Bonerif","code":"bnv"},{"name":"Edwas","code":"bnv"},{"name":"Bisis","code":"bnw"},{"name":"Bangubangu","code":"bnx"},{"name":"Bintulu","code":"bny"},{"name":"Beezen","code":"bnz"},{"name":"Bora","code":"boa"},{"name":"Aweer","code":"bob"},{"name":"Tibetan","code":"bod"},{"name":"Mundabli","code":"boe"},{"name":"Bolon","code":"bof"},{"name":"Bamako Sign Language","code":"bog"},{"name":"Boma","code":"boh"},{"name":"Barbareño","code":"boi"},{"name":"Anjam","code":"boj"},{"name":"Bonjo","code":"bok"},{"name":"Bole","code":"bol"},{"name":"Berom","code":"bom"},{"name":"Bine","code":"bon"},{"name":"Tiemacèwè Bozo","code":"boo"},{"name":"Bonkiman","code":"bop"},{"name":"Bogaya","code":"boq"},{"name":"Borôro","code":"bor"},{"name":"Bosnian","code":"bos"},{"name":"Bongo","code":"bot"},{"name":"Bondei","code":"bou"},{"name":"Tuwuli","code":"bov"},{"name":"Rema","code":"bow"},{"name":"Buamu","code":"box"},{"name":"Bodo (Central African Republic)","code":"boy"},{"name":"Tiéyaxo Bozo","code":"boz"},{"name":"Daakaka","code":"bpa"},{"name":"Banda-Banda","code":"bpd"},{"name":"Bauni","code":"bpe"},{"name":"Bonggo","code":"bpg"},{"name":"Botlikh","code":"bph"},{"name":"Bagupi","code":"bpi"},{"name":"Binji","code":"bpj"},{"name":"'Ôrôê","code":"bpk"},{"name":"Orowe","code":"bpk"},{"name":"Broome Pearling Lugger Pidgin","code":"bpl"},{"name":"Biyom","code":"bpm"},{"name":"Dzao Min","code":"bpn"},{"name":"Anasi","code":"bpo"},{"name":"Kaure","code":"bpp"},{"name":"Banda Malay","code":"bpq"},{"name":"Koronadal Blaan","code":"bpr"},{"name":"Sarangani Blaan","code":"bps"},{"name":"Barrow Point","code":"bpt"},{"name":"Bongu","code":"bpu"},{"name":"Bian Marind","code":"bpv"},{"name":"Bo (Papua New Guinea)","code":"bpw"},{"name":"Palya Bareli","code":"bpx"},{"name":"Bishnupriya","code":"bpy"},{"name":"Bilba","code":"bpz"},{"name":"Tchumbuli","code":"bqa"},{"name":"Bagusa","code":"bqb"},{"name":"Boko (Benin)","code":"bqc"},{"name":"Boo","code":"bqc"},{"name":"Bung","code":"bqd"},{"name":"Baga Kaloum","code":"bqf"},{"name":"Bago-Kusuntu","code":"bqg"},{"name":"Baima","code":"bqh"},{"name":"Bakhtiari","code":"bqi"},{"name":"Bandial","code":"bqj"},{"name":"Banda-Mbrès","code":"bqk"},{"name":"Bilakura","code":"bql"},{"name":"Wumboko","code":"bqm"},{"name":"Bulgarian Sign Language","code":"bqn"},{"name":"Balo","code":"bqo"},{"name":"Busa","code":"bqp"},{"name":"Biritai","code":"bqq"},{"name":"Burusu","code":"bqr"},{"name":"Bosngun","code":"bqs"},{"name":"Bamukumbit","code":"bqt"},{"name":"Boguru","code":"bqu"},{"name":"Begbere-Ejar","code":"bqv"},{"name":"Koro Wachi","code":"bqv"},{"name":"Buru (Nigeria)","code":"bqw"},{"name":"Baangi","code":"bqx"},{"name":"Bengkala Sign Language","code":"bqy"},{"name":"Bakaka","code":"bqz"},{"name":"Braj","code":"bra"},{"name":"Lave","code":"brb"},{"name":"Berbice Creole Dutch","code":"brc"},{"name":"Baraamu","code":"brd"},{"name":"Breton","code":"bre"},{"name":"Bira","code":"brf"},{"name":"Baure","code":"brg"},{"name":"Brahui","code":"brh"},{"name":"Mokpwe","code":"bri"},{"name":"Bieria","code":"brj"},{"name":"Birked","code":"brk"},{"name":"Birwa","code":"brl"},{"name":"Barambu","code":"brm"},{"name":"Boruca","code":"brn"},{"name":"Brokkat","code":"bro"},{"name":"Barapasi","code":"brp"},{"name":"Breri","code":"brq"},{"name":"Birao","code":"brr"},{"name":"Baras","code":"brs"},{"name":"Bitare","code":"brt"},{"name":"Eastern Bru","code":"bru"},{"name":"Western Bru","code":"brv"},{"name":"Bellari","code":"brw"},{"name":"Bodo (India)","code":"brx"},{"name":"Burui","code":"bry"},{"name":"Bilbil","code":"brz"},{"name":"Abinomn","code":"bsa"},{"name":"Brunei Bisaya","code":"bsb"},{"name":"Bassari","code":"bsc"},{"name":"Oniyan","code":"bsc"},{"name":"Wushi","code":"bse"},{"name":"Bauchi","code":"bsf"},{"name":"Bashkardi","code":"bsg"},{"name":"Kati","code":"bsh"},{"name":"Bassossi","code":"bsi"},{"name":"Bangwinji","code":"bsj"},{"name":"Burushaski","code":"bsk"},{"name":"Basa-Gumna","code":"bsl"},{"name":"Busami","code":"bsm"},{"name":"Barasana-Eduria","code":"bsn"},{"name":"Buso","code":"bso"},{"name":"Baga Sitemu","code":"bsp"},{"name":"Bassa","code":"bsq"},{"name":"Bassa-Kontagora","code":"bsr"},{"name":"Akoose","code":"bss"},{"name":"Basketo","code":"bst"},{"name":"Bahonsuai","code":"bsu"},{"name":"Baga Sobané","code":"bsv"},{"name":"Baiso","code":"bsw"},{"name":"Yangkam","code":"bsx"},{"name":"Sabah Bisaya","code":"bsy"},{"name":"Bata","code":"bta"},{"name":"Bati (Cameroon)","code":"btc"},{"name":"Batak Dairi","code":"btd"},{"name":"Gamo-Ningi","code":"bte"},{"name":"Birgit","code":"btf"},{"name":"Gagnoa Bété","code":"btg"},{"name":"Biatah Bidayuh","code":"bth"},{"name":"Burate","code":"bti"},{"name":"Bacanese Malay","code":"btj"},{"name":"Batak Mandailing","code":"btm"},{"name":"Ratagnon","code":"btn"},{"name":"Rinconada Bikol","code":"bto"},{"name":"Budibud","code":"btp"},{"name":"Batek","code":"btq"},{"name":"Baetora","code":"btr"},{"name":"Batak Simalungun","code":"bts"},{"name":"Bete-Bendi","code":"btt"},{"name":"Batu","code":"btu"},{"name":"Bateri","code":"btv"},{"name":"Butuanon","code":"btw"},{"name":"Batak Karo","code":"btx"},{"name":"Bobot","code":"bty"},{"name":"Batak Alas-Kluet","code":"btz"},{"name":"Buriat","code":"bua"},{"name":"Bua","code":"bub"},{"name":"Bushi","code":"buc"},{"name":"Ntcham","code":"bud"},{"name":"Beothuk","code":"bue"},{"name":"Bushoong","code":"buf"},{"name":"Buginese","code":"bug"},{"name":"Younuo Bunu","code":"buh"},{"name":"Bongili","code":"bui"},{"name":"Basa-Gurmana","code":"buj"},{"name":"Bugawac","code":"buk"},{"name":"Bulgarian","code":"bul"},{"name":"Bulu (Cameroon)","code":"bum"},{"name":"Sherbro","code":"bun"},{"name":"Terei","code":"buo"},{"name":"Busoa","code":"bup"},{"name":"Brem","code":"buq"},{"name":"Bokobaru","code":"bus"},{"name":"Bungain","code":"but"},{"name":"Budu","code":"buu"},{"name":"Bun","code":"buv"},{"name":"Bubi","code":"buw"},{"name":"Boghom","code":"bux"},{"name":"Bullom So","code":"buy"},{"name":"Bukwen","code":"buz"},{"name":"Barein","code":"bva"},{"name":"Bube","code":"bvb"},{"name":"Baelelea","code":"bvc"},{"name":"Baeggu","code":"bvd"},{"name":"Berau Malay","code":"bve"},{"name":"Boor","code":"bvf"},{"name":"Bonkeng","code":"bvg"},{"name":"Bure","code":"bvh"},{"name":"Belanda Viri","code":"bvi"},{"name":"Baan","code":"bvj"},{"name":"Bukat","code":"bvk"},{"name":"Bolivian Sign Language","code":"bvl"},{"name":"Bamunka","code":"bvm"},{"name":"Buna","code":"bvn"},{"name":"Bolgo","code":"bvo"},{"name":"Bumang","code":"bvp"},{"name":"Birri","code":"bvq"},{"name":"Burarra","code":"bvr"},{"name":"Bati (Indonesia)","code":"bvt"},{"name":"Bukit Malay","code":"bvu"},{"name":"Baniva","code":"bvv"},{"name":"Boga","code":"bvw"},{"name":"Dibole","code":"bvx"},{"name":"Baybayanon","code":"bvy"},{"name":"Bauzi","code":"bvz"},{"name":"Bwatoo","code":"bwa"},{"name":"Namosi-Naitasiri-Serua","code":"bwb"},{"name":"Bwile","code":"bwc"},{"name":"Bwaidoka","code":"bwd"},{"name":"Bwe Karen","code":"bwe"},{"name":"Boselewa","code":"bwf"},{"name":"Barwe","code":"bwg"},{"name":"Bishuo","code":"bwh"},{"name":"Baniwa","code":"bwi"},{"name":"Láá Láá Bwamu","code":"bwj"},{"name":"Bauwaki","code":"bwk"},{"name":"Bwela","code":"bwl"},{"name":"Biwat","code":"bwm"},{"name":"Wunai Bunu","code":"bwn"},{"name":"Borna (Ethiopia)","code":"bwo"},{"name":"Boro (Ethiopia)","code":"bwo"},{"name":"Mandobo Bawah","code":"bwp"},{"name":"Southern Bobo Madaré","code":"bwq"},{"name":"Bura-Pabir","code":"bwr"},{"name":"Bomboma","code":"bws"},{"name":"Bafaw-Balong","code":"bwt"},{"name":"Buli (Ghana)","code":"bwu"},{"name":"Bwa","code":"bww"},{"name":"Bu-Nao Bunu","code":"bwx"},{"name":"Cwi Bwamu","code":"bwy"},{"name":"Bwisi","code":"bwz"},{"name":"Tairaha","code":"bxa"},{"name":"Belanda Bor","code":"bxb"},{"name":"Molengue","code":"bxc"},{"name":"Pela","code":"bxd"},{"name":"Birale","code":"bxe"},{"name":"Bilur","code":"bxf"},{"name":"Minigir","code":"bxf"},{"name":"Bangala","code":"bxg"},{"name":"Buhutu","code":"bxh"},{"name":"Pirlatapa","code":"bxi"},{"name":"Bayungu","code":"bxj"},{"name":"Bukusu","code":"bxk"},{"name":"Lubukusu","code":"bxk"},{"name":"Jalkunan","code":"bxl"},{"name":"Mongolia Buriat","code":"bxm"},{"name":"Burduna","code":"bxn"},{"name":"Barikanchi","code":"bxo"},{"name":"Bebil","code":"bxp"},{"name":"Beele","code":"bxq"},{"name":"Russia Buriat","code":"bxr"},{"name":"Busam","code":"bxs"},{"name":"China Buriat","code":"bxu"},{"name":"Berakou","code":"bxv"},{"name":"Bankagooma","code":"bxw"},{"name":"Binahari","code":"bxz"},{"name":"Batak","code":"bya"},{"name":"Bikya","code":"byb"},{"name":"Ubaghara","code":"byc"},{"name":"Benyadu'","code":"byd"},{"name":"Pouye","code":"bye"},{"name":"Bete","code":"byf"},{"name":"Baygo","code":"byg"},{"name":"Bhujel","code":"byh"},{"name":"Buyu","code":"byi"},{"name":"Bina (Nigeria)","code":"byj"},{"name":"Biao","code":"byk"},{"name":"Bayono","code":"byl"},{"name":"Bidjara","code":"bym"},{"name":"Bilin","code":"byn"},{"name":"Blin","code":"byn"},{"name":"Biyo","code":"byo"},{"name":"Bumaji","code":"byp"},{"name":"Basay","code":"byq"},{"name":"Baruya","code":"byr"},{"name":"Yipma","code":"byr"},{"name":"Burak","code":"bys"},{"name":"Berti","code":"byt"},{"name":"Medumba","code":"byv"},{"name":"Belhariya","code":"byw"},{"name":"Qaqet","code":"byx"},{"name":"Banaro","code":"byz"},{"name":"Bandi","code":"bza"},{"name":"Andio","code":"bzb"},{"name":"Southern Betsimisaraka Malagasy","code":"bzc"},{"name":"Bribri","code":"bzd"},{"name":"Jenaama Bozo","code":"bze"},{"name":"Boikin","code":"bzf"},{"name":"Babuza","code":"bzg"},{"name":"Mapos Buang","code":"bzh"},{"name":"Bisu","code":"bzi"},{"name":"Belize Kriol English","code":"bzj"},{"name":"Nicaragua Creole English","code":"bzk"},{"name":"Boano (Sulawesi)","code":"bzl"},{"name":"Bolondo","code":"bzm"},{"name":"Boano (Maluku)","code":"bzn"},{"name":"Bozaba","code":"bzo"},{"name":"Kemberano","code":"bzp"},{"name":"Buli (Indonesia)","code":"bzq"},{"name":"Biri","code":"bzr"},{"name":"Brazilian Sign Language","code":"bzs"},{"name":"Brithenig","code":"bzt"},{"name":"Burmeso","code":"bzu"},{"name":"Naami","code":"bzv"},{"name":"Basa (Nigeria)","code":"bzw"},{"name":"Kɛlɛngaxo Bozo","code":"bzx"},{"name":"Obanliku","code":"bzy"},{"name":"Evant","code":"bzz"},{"name":"Chortí","code":"caa"},{"name":"Garifuna","code":"cab"},{"name":"Chuj","code":"cac"},{"name":"Caddo","code":"cad"},{"name":"Laalaa","code":"cae"},{"name":"Lehar","code":"cae"},{"name":"Southern Carrier","code":"caf"},{"name":"Nivaclé","code":"cag"},{"name":"Cahuarano","code":"cah"},{"name":"Chané","code":"caj"},{"name":"Cakchiquel","code":"cak"},{"name":"Kaqchikel","code":"cak"},{"name":"Carolinian","code":"cal"},{"name":"Cemuhî","code":"cam"},{"name":"Chambri","code":"can"},{"name":"Chácobo","code":"cao"},{"name":"Chipaya","code":"cap"},{"name":"Car Nicobarese","code":"caq"},{"name":"Galibi Carib","code":"car"},{"name":"Tsimané","code":"cas"},{"name":"Catalan","code":"cat"},{"name":"Valencian","code":"cat"},{"name":"Cavineña","code":"cav"},{"name":"Callawalla","code":"caw"},{"name":"Chiquitano","code":"cax"},{"name":"Cayuga","code":"cay"},{"name":"Canichana","code":"caz"},{"name":"Cabiyarí","code":"cbb"},{"name":"Carapana","code":"cbc"},{"name":"Carijona","code":"cbd"},{"name":"Chimila","code":"cbg"},{"name":"Chachi","code":"cbi"},{"name":"Ede Cabe","code":"cbj"},{"name":"Chavacano","code":"cbk"},{"name":"Bualkhaw Chin","code":"cbl"},{"name":"Nyahkur","code":"cbn"},{"name":"Izora","code":"cbo"},{"name":"Cuba","code":"cbq"},{"name":"Tsucuba","code":"cbq"},{"name":"Cashibo-Cacataibo","code":"cbr"},{"name":"Cashinahua","code":"cbs"},{"name":"Chayahuita","code":"cbt"},{"name":"Candoshi-Shapra","code":"cbu"},{"name":"Cacua","code":"cbv"},{"name":"Kinabalian","code":"cbw"},{"name":"Carabayo","code":"cby"},{"name":"Chamicuro","code":"ccc"},{"name":"Cafundo Creole","code":"ccd"},{"name":"Chopi","code":"cce"},{"name":"Samba Daka","code":"ccg"},{"name":"Atsam","code":"cch"},{"name":"Kasanga","code":"ccj"},{"name":"Cutchi-Swahili","code":"ccl"},{"name":"Malaccan Creole Malay","code":"ccm"},{"name":"Comaltepec Chinantec","code":"cco"},{"name":"Chakma","code":"ccp"},{"name":"Cacaopera","code":"ccr"},{"name":"Choni","code":"cda"},{"name":"Chenchu","code":"cde"},{"name":"Chiru","code":"cdf"},{"name":"Chambeali","code":"cdh"},{"name":"Chodri","code":"cdi"},{"name":"Churahi","code":"cdj"},{"name":"Chepang","code":"cdm"},{"name":"Chaudangsi","code":"cdn"},{"name":"Min Dong Chinese","code":"cdo"},{"name":"Cinda-Regi-Tiyal","code":"cdr"},{"name":"Chadian Sign Language","code":"cds"},{"name":"Chadong","code":"cdy"},{"name":"Koda","code":"cdz"},{"name":"Lower Chehalis","code":"cea"},{"name":"Cebuano","code":"ceb"},{"name":"Chamacoco","code":"ceg"},{"name":"Eastern Khumi Chin","code":"cek"},{"name":"Cen","code":"cen"},{"name":"Czech","code":"ces"},{"name":"Centúúm","code":"cet"},{"name":"Ekai Chin","code":"cey"},{"name":"Dijim-Bwilim","code":"cfa"},{"name":"Cara","code":"cfd"},{"name":"Como Karim","code":"cfg"},{"name":"Falam Chin","code":"cfm"},{"name":"Changriwa","code":"cga"},{"name":"Kagayanen","code":"cgc"},{"name":"Chiga","code":"cgg"},{"name":"Chocangacakha","code":"cgk"},{"name":"Chamorro","code":"cha"},{"name":"Chibcha","code":"chb"},{"name":"Catawba","code":"chc"},{"name":"Highland Oaxaca Chontal","code":"chd"},{"name":"Chechen","code":"che"},{"name":"Tabasco Chontal","code":"chf"},{"name":"Chagatai","code":"chg"},{"name":"Chinook","code":"chh"},{"name":"Ojitlán Chinantec","code":"chj"},{"name":"Chuukese","code":"chk"},{"name":"Cahuilla","code":"chl"},{"name":"Mari (Russia)","code":"chm"},{"name":"Chinook jargon","code":"chn"},{"name":"Choctaw","code":"cho"},{"name":"Chipewyan","code":"chp"},{"name":"Dene Suline","code":"chp"},{"name":"Quiotepec Chinantec","code":"chq"},{"name":"Cherokee","code":"chr"},{"name":"Cholón","code":"cht"},{"name":"Church Slavic","code":"chu"},{"name":"Church Slavonic","code":"chu"},{"name":"Old Bulgarian","code":"chu"},{"name":"Old Church Slavonic","code":"chu"},{"name":"Old Slavonic","code":"chu"},{"name":"Chuvash","code":"chv"},{"name":"Chuwabu","code":"chw"},{"name":"Chantyal","code":"chx"},{"name":"Cheyenne","code":"chy"},{"name":"Ozumacín Chinantec","code":"chz"},{"name":"Cia-Cia","code":"cia"},{"name":"Ci Gbe","code":"cib"},{"name":"Chickasaw","code":"cic"},{"name":"Chimariko","code":"cid"},{"name":"Cineni","code":"cie"},{"name":"Chinali","code":"cih"},{"name":"Chitkuli Kinnauri","code":"cik"},{"name":"Cimbrian","code":"cim"},{"name":"Cinta Larga","code":"cin"},{"name":"Chiapanec","code":"cip"},{"name":"Haméa","code":"cir"},{"name":"Méa","code":"cir"},{"name":"Tiri","code":"cir"},{"name":"Chippewa","code":"ciw"},{"name":"Chaima","code":"ciy"},{"name":"Western Cham","code":"cja"},{"name":"Chru","code":"cje"},{"name":"Upper Chehalis","code":"cjh"},{"name":"Chamalal","code":"cji"},{"name":"Chokwe","code":"cjk"},{"name":"Eastern Cham","code":"cjm"},{"name":"Chenapian","code":"cjn"},{"name":"Ashéninka Pajonal","code":"cjo"},{"name":"Cabécar","code":"cjp"},{"name":"Shor","code":"cjs"},{"name":"Chuave","code":"cjv"},{"name":"Jinyu Chinese","code":"cjy"},{"name":"Central Kurdish","code":"ckb"},{"name":"Chak","code":"ckh"},{"name":"Cibak","code":"ckl"},{"name":"Chakavian","code":"ckm"},{"name":"Kaang Chin","code":"ckn"},{"name":"Anufo","code":"cko"},{"name":"Kajakse","code":"ckq"},{"name":"Kairak","code":"ckr"},{"name":"Tayo","code":"cks"},{"name":"Chukot","code":"ckt"},{"name":"Koasati","code":"cku"},{"name":"Kavalan","code":"ckv"},{"name":"Caka","code":"ckx"},{"name":"Cakfem-Mushere","code":"cky"},{"name":"Cakchiquel-Quiché Mixed Language","code":"ckz"},{"name":"Ron","code":"cla"},{"name":"Chilcotin","code":"clc"},{"name":"Chaldean Neo-Aramaic","code":"cld"},{"name":"Lealao Chinantec","code":"cle"},{"name":"Chilisso","code":"clh"},{"name":"Chakali","code":"cli"},{"name":"Laitu Chin","code":"clj"},{"name":"Idu-Mishmi","code":"clk"},{"name":"Chala","code":"cll"},{"name":"Clallam","code":"clm"},{"name":"Lowland Oaxaca Chontal","code":"clo"},{"name":"Lautu Chin","code":"clt"},{"name":"Caluyanun","code":"clu"},{"name":"Chulym","code":"clw"},{"name":"Eastern Highland Chatino","code":"cly"},{"name":"Maa","code":"cma"},{"name":"Cerma","code":"cme"},{"name":"Classical Mongolian","code":"cmg"},{"name":"Emberá-Chamí","code":"cmi"},{"name":"Campalagian","code":"cml"},{"name":"Michigamea","code":"cmm"},{"name":"Mandarin Chinese","code":"cmn"},{"name":"Central Mnong","code":"cmo"},{"name":"Mro-Khimi Chin","code":"cmr"},{"name":"Messapic","code":"cms"},{"name":"Camtho","code":"cmt"},{"name":"Changthang","code":"cna"},{"name":"Chinbon Chin","code":"cnb"},{"name":"Côông","code":"cnc"},{"name":"Northern Qiang","code":"cng"},{"name":"Haka Chin","code":"cnh"},{"name":"Hakha Chin","code":"cnh"},{"name":"Asháninka","code":"cni"},{"name":"Khumi Chin","code":"cnk"},{"name":"Lalana Chinantec","code":"cnl"},{"name":"Con","code":"cno"},{"name":"Northern Ping Chinese","code":"cnp"},{"name":"Northern Pinghua","code":"cnp"},{"name":"Montenegrin","code":"cnr"},{"name":"Central Asmat","code":"cns"},{"name":"Tepetotutla Chinantec","code":"cnt"},{"name":"Chenoua","code":"cnu"},{"name":"Ngawn Chin","code":"cnw"},{"name":"Middle Cornish","code":"cnx"},{"name":"Cocos Islands Malay","code":"coa"},{"name":"Chicomuceltec","code":"cob"},{"name":"Cocopa","code":"coc"},{"name":"Cocama-Cocamilla","code":"cod"},{"name":"Koreguaje","code":"coe"},{"name":"Colorado","code":"cof"},{"name":"Chong","code":"cog"},{"name":"Chichonyi-Chidzihana-Chikauma","code":"coh"},{"name":"Chonyi-Dzihana-Kauma","code":"coh"},{"name":"Cochimi","code":"coj"},{"name":"Santa Teresa Cora","code":"cok"},{"name":"Columbia-Wenatchi","code":"col"},{"name":"Comanche","code":"com"},{"name":"Cofán","code":"con"},{"name":"Comox","code":"coo"},{"name":"Coptic","code":"cop"},{"name":"Coquille","code":"coq"},{"name":"Cornish","code":"cor"},{"name":"Corsican","code":"cos"},{"name":"Caquinte","code":"cot"},{"name":"Wamey","code":"cou"},{"name":"Cao Miao","code":"cov"},{"name":"Cowlitz","code":"cow"},{"name":"Nanti","code":"cox"},{"name":"Chochotec","code":"coz"},{"name":"Palantla Chinantec","code":"cpa"},{"name":"Ucayali-Yurúa Ashéninka","code":"cpb"},{"name":"Ajyíninka Apurucayali","code":"cpc"},{"name":"Cappadocian Greek","code":"cpg"},{"name":"Chinese Pidgin English","code":"cpi"},{"name":"Cherepon","code":"cpn"},{"name":"Kpeego","code":"cpo"},{"name":"Capiznon","code":"cps"},{"name":"Pichis Ashéninka","code":"cpu"},{"name":"Pu-Xian Chinese","code":"cpx"},{"name":"South Ucayali Ashéninka","code":"cpy"},{"name":"Chuanqiandian Cluster Miao","code":"cqd"},{"name":"Chara","code":"cra"},{"name":"Island Carib","code":"crb"},{"name":"Lonwolwol","code":"crc"},{"name":"Coeur d'Alene","code":"crd"},{"name":"Cree","code":"cre"},{"name":"Caramanta","code":"crf"},{"name":"Michif","code":"crg"},{"name":"Crimean Tatar","code":"crh"},{"name":"Crimean Turkish","code":"crh"},{"name":"Sãotomense","code":"cri"},{"name":"Southern East Cree","code":"crj"},{"name":"Plains Cree","code":"crk"},{"name":"Northern East Cree","code":"crl"},{"name":"Moose Cree","code":"crm"},{"name":"El Nayar Cora","code":"crn"},{"name":"Crow","code":"cro"},{"name":"Iyo'wujwa Chorote","code":"crq"},{"name":"Carolina Algonquian","code":"crr"},{"name":"Seselwa Creole French","code":"crs"},{"name":"Iyojwa'ja Chorote","code":"crt"},{"name":"Chaura","code":"crv"},{"name":"Chrau","code":"crw"},{"name":"Carrier","code":"crx"},{"name":"Cori","code":"cry"},{"name":"Cruzeño","code":"crz"},{"name":"Chiltepec Chinantec","code":"csa"},{"name":"Kashubian","code":"csb"},{"name":"Catalan Sign Language","code":"csc"},{"name":"Lengua de señas catalana","code":"csc"},{"name":"Llengua de Signes Catalana","code":"csc"},{"name":"Chiangmai Sign Language","code":"csd"},{"name":"Czech Sign Language","code":"cse"},{"name":"Cuba Sign Language","code":"csf"},{"name":"Chilean Sign Language","code":"csg"},{"name":"Asho Chin","code":"csh"},{"name":"Coast Miwok","code":"csi"},{"name":"Songlai Chin","code":"csj"},{"name":"Jola-Kasa","code":"csk"},{"name":"Chinese Sign Language","code":"csl"},{"name":"Central Sierra Miwok","code":"csm"},{"name":"Colombian Sign Language","code":"csn"},{"name":"Sochiapam Chinantec","code":"cso"},{"name":"Sochiapan Chinantec","code":"cso"},{"name":"Southern Ping Chinese","code":"csp"},{"name":"Southern Pinghua","code":"csp"},{"name":"Croatia Sign Language","code":"csq"},{"name":"Costa Rican Sign Language","code":"csr"},{"name":"Southern Ohlone","code":"css"},{"name":"Northern Ohlone","code":"cst"},{"name":"Sumtu Chin","code":"csv"},{"name":"Swampy Cree","code":"csw"},{"name":"Cambodian Sign Language","code":"csx"},{"name":"Siyin Chin","code":"csy"},{"name":"Coos","code":"csz"},{"name":"Tataltepec Chatino","code":"cta"},{"name":"Chetco","code":"ctc"},{"name":"Tedim Chin","code":"ctd"},{"name":"Tepinapa Chinantec","code":"cte"},{"name":"Chittagonian","code":"ctg"},{"name":"Thaiphum Chin","code":"cth"},{"name":"Tlacoatzintepec Chinantec","code":"ctl"},{"name":"Chitimacha","code":"ctm"},{"name":"Chhintange","code":"ctn"},{"name":"Emberá-Catío","code":"cto"},{"name":"Western Highland Chatino","code":"ctp"},{"name":"Northern Catanduanes Bikol","code":"cts"},{"name":"Wayanad Chetti","code":"ctt"},{"name":"Chol","code":"ctu"},{"name":"Moundadan Chetty","code":"cty"},{"name":"Zacatepec Chatino","code":"ctz"},{"name":"Cua","code":"cua"},{"name":"Cubeo","code":"cub"},{"name":"Usila Chinantec","code":"cuc"},{"name":"Chungmboko","code":"cug"},{"name":"Cung","code":"cug"},{"name":"Chuka","code":"cuh"},{"name":"Gichuka","code":"cuh"},{"name":"Cuiba","code":"cui"},{"name":"Mashco Piro","code":"cuj"},{"name":"San Blas Kuna","code":"cuk"},{"name":"Culina","code":"cul"},{"name":"Kulina","code":"cul"},{"name":"Cumanagoto","code":"cuo"},{"name":"Cupeño","code":"cup"},{"name":"Cun","code":"cuq"},{"name":"Chhulung","code":"cur"},{"name":"Teutila Cuicatec","code":"cut"},{"name":"Tai Ya","code":"cuu"},{"name":"Cuvok","code":"cuv"},{"name":"Chukwa","code":"cuw"},{"name":"Tepeuxila Cuicatec","code":"cux"},{"name":"Cuitlatec","code":"cuy"},{"name":"Chug","code":"cvg"},{"name":"Valle Nacional Chinantec","code":"cvn"},{"name":"Kabwa","code":"cwa"},{"name":"Maindo","code":"cwb"},{"name":"Woods Cree","code":"cwd"},{"name":"Kwere","code":"cwe"},{"name":"Cheq Wong","code":"cwg"},{"name":"Chewong","code":"cwg"},{"name":"Kuwaataay","code":"cwt"},{"name":"Nopala Chatino","code":"cya"},{"name":"Cayubaba","code":"cyb"},{"name":"Welsh","code":"cym"},{"name":"Cuyonon","code":"cyo"},{"name":"Huizhou Chinese","code":"czh"},{"name":"Knaanic","code":"czk"},{"name":"Zenzontepec Chatino","code":"czn"},{"name":"Min Zhong Chinese","code":"czo"},{"name":"Zotung Chin","code":"czt"},{"name":"Dangaléat","code":"daa"},{"name":"Dambi","code":"dac"},{"name":"Marik","code":"dad"},{"name":"Duupa","code":"dae"},{"name":"Dagbani","code":"dag"},{"name":"Gwahatike","code":"dah"},{"name":"Day","code":"dai"},{"name":"Dar Fur Daju","code":"daj"},{"name":"Dakota","code":"dak"},{"name":"Dahalo","code":"dal"},{"name":"Damakawa","code":"dam"},{"name":"Danish","code":"dan"},{"name":"Daai Chin","code":"dao"},{"name":"Dandami Maria","code":"daq"},{"name":"Dargwa","code":"dar"},{"name":"Daho-Doo","code":"das"},{"name":"Dar Sila Daju","code":"dau"},{"name":"Dawida","code":"dav"},{"name":"Taita","code":"dav"},{"name":"Davawenyo","code":"daw"},{"name":"Dayi","code":"dax"},{"name":"Dao","code":"daz"},{"name":"Bangime","code":"dba"},{"name":"Deno","code":"dbb"},{"name":"Dadiya","code":"dbd"},{"name":"Dabe","code":"dbe"},{"name":"Edopi","code":"dbf"},{"name":"Dogul Dom Dogon","code":"dbg"},{"name":"Doka","code":"dbi"},{"name":"Ida'an","code":"dbj"},{"name":"Dyirbal","code":"dbl"},{"name":"Duguri","code":"dbm"},{"name":"Duriankere","code":"dbn"},{"name":"Dulbu","code":"dbo"},{"name":"Duwai","code":"dbp"},{"name":"Daba","code":"dbq"},{"name":"Dabarre","code":"dbr"},{"name":"Ben Tey Dogon","code":"dbt"},{"name":"Bondum Dom Dogon","code":"dbu"},{"name":"Dungu","code":"dbv"},{"name":"Bankan Tey Dogon","code":"dbw"},{"name":"Dibiyaso","code":"dby"},{"name":"Deccan","code":"dcc"},{"name":"Negerhollands","code":"dcr"},{"name":"Dadi Dadi","code":"dda"},{"name":"Dongotono","code":"ddd"},{"name":"Doondo","code":"dde"},{"name":"Fataluku","code":"ddg"},{"name":"West Goodenough","code":"ddi"},{"name":"Jaru","code":"ddj"},{"name":"Dendi (Benin)","code":"ddn"},{"name":"Dido","code":"ddo"},{"name":"Dhudhuroa","code":"ddr"},{"name":"Donno So Dogon","code":"dds"},{"name":"Dawera-Daweloor","code":"ddw"},{"name":"Dagik","code":"dec"},{"name":"Dedua","code":"ded"},{"name":"Dewoin","code":"dee"},{"name":"Dezfuli","code":"def"},{"name":"Degema","code":"deg"},{"name":"Dehwari","code":"deh"},{"name":"Demisa","code":"dei"},{"name":"Dek","code":"dek"},{"name":"Delaware","code":"del"},{"name":"Dem","code":"dem"},{"name":"Slave (Athapascan)","code":"den"},{"name":"Pidgin Delaware","code":"dep"},{"name":"Dendi (Central African Republic)","code":"deq"},{"name":"Deori","code":"der"},{"name":"Desano","code":"des"},{"name":"German","code":"deu"},{"name":"Domung","code":"dev"},{"name":"Dengese","code":"dez"},{"name":"Southern Dagaare","code":"dga"},{"name":"Bunoge Dogon","code":"dgb"},{"name":"Casiguran Dumagat Agta","code":"dgc"},{"name":"Dagaari Dioula","code":"dgd"},{"name":"Degenan","code":"dge"},{"name":"Doga","code":"dgg"},{"name":"Dghwede","code":"dgh"},{"name":"Northern Dagara","code":"dgi"},{"name":"Dagba","code":"dgk"},{"name":"Andaandi","code":"dgl"},{"name":"Dongolawi","code":"dgl"},{"name":"Dagoman","code":"dgn"},{"name":"Dogri (individual language)","code":"dgo"},{"name":"Dogrib","code":"dgr"},{"name":"Tłı̨chǫ","code":"dgr"},{"name":"Dogoso","code":"dgs"},{"name":"Ndra'ngith","code":"dgt"},{"name":"Daungwurrung","code":"dgw"},{"name":"Doghoro","code":"dgx"},{"name":"Daga","code":"dgz"},{"name":"Dhundari","code":"dhd"},{"name":"Dhangu","code":"dhg"},{"name":"Dhangu-Djangu","code":"dhg"},{"name":"Djangu","code":"dhg"},{"name":"Dhimal","code":"dhi"},{"name":"Dhalandji","code":"dhl"},{"name":"Zemba","code":"dhm"},{"name":"Dhanki","code":"dhn"},{"name":"Dhodia","code":"dho"},{"name":"Dhargari","code":"dhr"},{"name":"Dhaiso","code":"dhs"},{"name":"Dhurga","code":"dhu"},{"name":"Dehu","code":"dhv"},{"name":"Drehu","code":"dhv"},{"name":"Dhanwar (Nepal)","code":"dhw"},{"name":"Dhungaloo","code":"dhx"},{"name":"Dia","code":"dia"},{"name":"South Central Dinka","code":"dib"},{"name":"Lakota Dida","code":"dic"},{"name":"Didinga","code":"did"},{"name":"Dieri","code":"dif"},{"name":"Diyari","code":"dif"},{"name":"Chidigo","code":"dig"},{"name":"Digo","code":"dig"},{"name":"Kumiai","code":"dih"},{"name":"Dimbong","code":"dii"},{"name":"Dai","code":"dij"},{"name":"Southwestern Dinka","code":"dik"},{"name":"Dilling","code":"dil"},{"name":"Dime","code":"dim"},{"name":"Dinka","code":"din"},{"name":"Dibo","code":"dio"},{"name":"Northeastern Dinka","code":"dip"},{"name":"Dimli (individual language)","code":"diq"},{"name":"Dirim","code":"dir"},{"name":"Dimasa","code":"dis"},{"name":"Diriku","code":"diu"},{"name":"Dhivehi","code":"div"},{"name":"Divehi","code":"div"},{"name":"Maldivian","code":"div"},{"name":"Northwestern Dinka","code":"diw"},{"name":"Dixon Reef","code":"dix"},{"name":"Diuwe","code":"diy"},{"name":"Ding","code":"diz"},{"name":"Djadjawurrung","code":"dja"},{"name":"Djinba","code":"djb"},{"name":"Dar Daju Daju","code":"djc"},{"name":"Djamindjung","code":"djd"},{"name":"Ngaliwurru","code":"djd"},{"name":"Zarma","code":"dje"},{"name":"Djangun","code":"djf"},{"name":"Djinang","code":"dji"},{"name":"Djeebbana","code":"djj"},{"name":"Businenge Tongo","code":"djk"},{"name":"Eastern Maroon Creole","code":"djk"},{"name":"Nenge","code":"djk"},{"name":"Jamsay Dogon","code":"djm"},{"name":"Djauan","code":"djn"},{"name":"Jawoyn","code":"djn"},{"name":"Jangkang","code":"djo"},{"name":"Djambarrpuyngu","code":"djr"},{"name":"Kapriman","code":"dju"},{"name":"Djawi","code":"djw"},{"name":"Dakpakha","code":"dka"},{"name":"Kadung","code":"dkg"},{"name":"Dakka","code":"dkk"},{"name":"Kuijau","code":"dkr"},{"name":"Southeastern Dinka","code":"dks"},{"name":"Mazagway","code":"dkx"},{"name":"Dolgan","code":"dlg"},{"name":"Dahalik","code":"dlk"},{"name":"Dalmatian","code":"dlm"},{"name":"Darlong","code":"dln"},{"name":"Duma","code":"dma"},{"name":"Mombo Dogon","code":"dmb"},{"name":"Gavak","code":"dmc"},{"name":"Madhi Madhi","code":"dmd"},{"name":"Dugwor","code":"dme"},{"name":"Medefaidrin","code":"dmf"},{"name":"Upper Kinabatangan","code":"dmg"},{"name":"Domaaki","code":"dmk"},{"name":"Dameli","code":"dml"},{"name":"Dama","code":"dmm"},{"name":"Kemedzung","code":"dmo"},{"name":"East Damar","code":"dmr"},{"name":"Dampelas","code":"dms"},{"name":"Dubu","code":"dmu"},{"name":"Tebi","code":"dmu"},{"name":"Dumpas","code":"dmv"},{"name":"Mudburra","code":"dmw"},{"name":"Dema","code":"dmx"},{"name":"Demta","code":"dmy"},{"name":"Sowari","code":"dmy"},{"name":"Upper Grand Valley Dani","code":"dna"},{"name":"Daonda","code":"dnd"},{"name":"Ndendeule","code":"dne"},{"name":"Dungan","code":"dng"},{"name":"Lower Grand Valley Dani","code":"dni"},{"name":"Dan","code":"dnj"},{"name":"Dengka","code":"dnk"},{"name":"Dzùùngoo","code":"dnn"},{"name":"Ndrulo","code":"dno"},{"name":"Northern Lendu","code":"dno"},{"name":"Danaru","code":"dnr"},{"name":"Mid Grand Valley Dani","code":"dnt"},{"name":"Danau","code":"dnu"},{"name":"Danu","code":"dnv"},{"name":"Western Dani","code":"dnw"},{"name":"Dení","code":"dny"},{"name":"Dom","code":"doa"},{"name":"Dobu","code":"dob"},{"name":"Northern Dong","code":"doc"},{"name":"Doe","code":"doe"},{"name":"Domu","code":"dof"},{"name":"Dong","code":"doh"},{"name":"Dogri (macrolanguage)","code":"doi"},{"name":"Dondo","code":"dok"},{"name":"Doso","code":"dol"},{"name":"Toura (Papua New Guinea)","code":"don"},{"name":"Dongo","code":"doo"},{"name":"Lukpa","code":"dop"},{"name":"Dominican Sign Language","code":"doq"},{"name":"Dori'o","code":"dor"},{"name":"Dogosé","code":"dos"},{"name":"Dass","code":"dot"},{"name":"Dombe","code":"dov"},{"name":"Doyayo","code":"dow"},{"name":"Bussa","code":"dox"},{"name":"Dompo","code":"doy"},{"name":"Dorze","code":"doz"},{"name":"Papar","code":"dpp"},{"name":"Dair","code":"drb"},{"name":"Minderico","code":"drc"},{"name":"Darmiya","code":"drd"},{"name":"Dolpo","code":"dre"},{"name":"Rungus","code":"drg"},{"name":"C'Lela","code":"dri"},{"name":"Paakantyi","code":"drl"},{"name":"West Damar","code":"drn"},{"name":"Daro-Matu Melanau","code":"dro"},{"name":"Dura","code":"drq"},{"name":"Gedeo","code":"drs"},{"name":"Drents","code":"drt"},{"name":"Rukai","code":"dru"},{"name":"Darai","code":"dry"},{"name":"Lower Sorbian","code":"dsb"},{"name":"Dutch Sign Language","code":"dse"},{"name":"Daasanach","code":"dsh"},{"name":"Disa","code":"dsi"},{"name":"Danish Sign Language","code":"dsl"},{"name":"Dusner","code":"dsn"},{"name":"Desiya","code":"dso"},{"name":"Tadaksahak","code":"dsq"},{"name":"Daur","code":"dta"},{"name":"Labuk-Kinabatangan Kadazan","code":"dtb"},{"name":"Ditidaht","code":"dtd"},{"name":"Adithinngithigh","code":"dth"},{"name":"Ana Tinga Dogon","code":"dti"},{"name":"Tene Kan Dogon","code":"dtk"},{"name":"Tomo Kan Dogon","code":"dtm"},{"name":"Daatsʼíin","code":"dtn"},{"name":"Tommo So Dogon","code":"dto"},{"name":"Central Dusun","code":"dtp"},{"name":"Kadazan Dusun","code":"dtp"},{"name":"Lotud","code":"dtr"},{"name":"Toro So Dogon","code":"dts"},{"name":"Toro Tegu Dogon","code":"dtt"},{"name":"Tebul Ure Dogon","code":"dtu"},{"name":"Dotyali","code":"dty"},{"name":"Duala","code":"dua"},{"name":"Dubli","code":"dub"},{"name":"Duna","code":"duc"},{"name":"Umiray Dumaget Agta","code":"due"},{"name":"Drubea","code":"duf"},{"name":"Dumbea","code":"duf"},{"name":"Chiduruma","code":"dug"},{"name":"Duruma","code":"dug"},{"name":"Dungra Bhil","code":"duh"},{"name":"Dumun","code":"dui"},{"name":"Uyajitaya","code":"duk"},{"name":"Alabat Island Agta","code":"dul"},{"name":"Middle Dutch (ca. 1050-1350)","code":"dum"},{"name":"Dusun Deyah","code":"dun"},{"name":"Dupaninan Agta","code":"duo"},{"name":"Duano","code":"dup"},{"name":"Dusun Malang","code":"duq"},{"name":"Dii","code":"dur"},{"name":"Dumi","code":"dus"},{"name":"Drung","code":"duu"},{"name":"Duvle","code":"duv"},{"name":"Dusun Witu","code":"duw"},{"name":"Duungooma","code":"dux"},{"name":"Dicamay Agta","code":"duy"},{"name":"Duli-Gey","code":"duz"},{"name":"Duau","code":"dva"},{"name":"Diri","code":"dwa"},{"name":"Dawik Kui","code":"dwk"},{"name":"Dawro","code":"dwr"},{"name":"Dutton World Speedwords","code":"dws"},{"name":"Dhuwal","code":"dwu"},{"name":"Dawawa","code":"dww"},{"name":"Dhuwaya","code":"dwy"},{"name":"Dewas Rai","code":"dwz"},{"name":"Dyan","code":"dya"},{"name":"Dyaberdyaber","code":"dyb"},{"name":"Dyugun","code":"dyd"},{"name":"Villa Viciosa Agta","code":"dyg"},{"name":"Djimini Senoufo","code":"dyi"},{"name":"Yanda Dom Dogon","code":"dym"},{"name":"Dhanggatti","code":"dyn"},{"name":"Dyangadi","code":"dyn"},{"name":"Jola-Fonyi","code":"dyo"},{"name":"Dyula","code":"dyu"},{"name":"Djabugay","code":"dyy"},{"name":"Dyaabugay","code":"dyy"},{"name":"Tunzu","code":"dza"},{"name":"Djiwarli","code":"dze"},{"name":"Dazaga","code":"dzg"},{"name":"Dzalakha","code":"dzl"},{"name":"Dzando","code":"dzn"},{"name":"Dzongkha","code":"dzo"},{"name":"Karenggapa","code":"eaa"},{"name":"Beginci","code":"ebc"},{"name":"Ebughu","code":"ebg"},{"name":"Eastern Bontok","code":"ebk"},{"name":"Teke-Ebo","code":"ebo"},{"name":"Ebrié","code":"ebr"},{"name":"Embu","code":"ebu"},{"name":"Kiembu","code":"ebu"},{"name":"Eteocretan","code":"ecr"},{"name":"Ecuadorian Sign Language","code":"ecs"},{"name":"Eteocypriot","code":"ecy"},{"name":"E","code":"eee"},{"name":"Efai","code":"efa"},{"name":"Efe","code":"efe"},{"name":"Efik","code":"efi"},{"name":"Ega","code":"ega"},{"name":"Emilian","code":"egl"},{"name":"Eggon","code":"ego"},{"name":"Egyptian (Ancient)","code":"egy"},{"name":"Miyakubo Sign Language","code":"ehs"},{"name":"Ehueun","code":"ehu"},{"name":"Eipomek","code":"eip"},{"name":"Eitiep","code":"eit"},{"name":"Askopan","code":"eiv"},{"name":"Ejamat","code":"eja"},{"name":"Ekajuk","code":"eka"},{"name":"Ekit","code":"eke"},{"name":"Ekari","code":"ekg"},{"name":"Eki","code":"eki"},{"name":"Standard Estonian","code":"ekk"},{"name":"Kol","code":"ekl"},{"name":"Kol (Bangladesh)","code":"ekl"},{"name":"Elip","code":"ekm"},{"name":"Koti","code":"eko"},{"name":"Ekpeye","code":"ekp"},{"name":"Yace","code":"ekr"},{"name":"Eastern Kayah","code":"eky"},{"name":"Elepi","code":"ele"},{"name":"El Hugeirat","code":"elh"},{"name":"Nding","code":"eli"},{"name":"Elkei","code":"elk"},{"name":"Greek","code":"ell"},{"name":"Modern Greek (1453-)","code":"ell"},{"name":"Eleme","code":"elm"},{"name":"El Molo","code":"elo"},{"name":"Elu","code":"elu"},{"name":"Elamite","code":"elx"},{"name":"Emai-Iuleha-Ora","code":"ema"},{"name":"Embaloh","code":"emb"},{"name":"Emerillon","code":"eme"},{"name":"Eastern Meohang","code":"emg"},{"name":"Mussau-Emira","code":"emi"},{"name":"Eastern Maninkakan","code":"emk"},{"name":"Mamulique","code":"emm"},{"name":"Eman","code":"emn"},{"name":"Northern Emberá","code":"emp"},{"name":"Eastern Minyag","code":"emq"},{"name":"Pacific Gulf Yupik","code":"ems"},{"name":"Eastern Muria","code":"emu"},{"name":"Emplawas","code":"emw"},{"name":"Erromintxela","code":"emx"},{"name":"Epigraphic Mayan","code":"emy"},{"name":"Mbessa","code":"emz"},{"name":"Apali","code":"ena"},{"name":"Markweeta","code":"enb"},{"name":"En","code":"enc"},{"name":"Ende","code":"end"},{"name":"Forest Enets","code":"enf"},{"name":"English","code":"eng"},{"name":"Tundra Enets","code":"enh"},{"name":"Enlhet","code":"enl"},{"name":"Middle English (1100-1500)","code":"enm"},{"name":"Engenni","code":"enn"},{"name":"Enggano","code":"eno"},{"name":"Enga","code":"enq"},{"name":"Emem","code":"enr"},{"name":"Emumu","code":"enr"},{"name":"Enu","code":"enu"},{"name":"Enwan (Edu State)","code":"env"},{"name":"Enwan (Akwa Ibom State)","code":"enw"},{"name":"Enxet","code":"enx"},{"name":"Beti (Côte d'Ivoire)","code":"eot"},{"name":"Epie","code":"epi"},{"name":"Esperanto","code":"epo"},{"name":"Eravallan","code":"era"},{"name":"Sie","code":"erg"},{"name":"Eruwa","code":"erh"},{"name":"Ogea","code":"eri"},{"name":"South Efate","code":"erk"},{"name":"Horpa","code":"ero"},{"name":"Erre","code":"err"},{"name":"Ersu","code":"ers"},{"name":"Eritai","code":"ert"},{"name":"Erokwanas","code":"erw"},{"name":"Ese Ejja","code":"ese"},{"name":"Aheri Gondi","code":"esg"},{"name":"Eshtehardi","code":"esh"},{"name":"North Alaskan Inupiatun","code":"esi"},{"name":"Northwest Alaska Inupiatun","code":"esk"},{"name":"Egypt Sign Language","code":"esl"},{"name":"Esuma","code":"esm"},{"name":"Salvadoran Sign Language","code":"esn"},{"name":"Estonian Sign Language","code":"eso"},{"name":"Esselen","code":"esq"},{"name":"Central Siberian Yupik","code":"ess"},{"name":"Estonian","code":"est"},{"name":"Central Yupik","code":"esu"},{"name":"Eskayan","code":"esy"},{"name":"Etebi","code":"etb"},{"name":"Etchemin","code":"etc"},{"name":"Ethiopian Sign Language","code":"eth"},{"name":"Eton (Vanuatu)","code":"etn"},{"name":"Eton (Cameroon)","code":"eto"},{"name":"Edolo","code":"etr"},{"name":"Yekhee","code":"ets"},{"name":"Etruscan","code":"ett"},{"name":"Ejagham","code":"etu"},{"name":"Eten","code":"etx"},{"name":"Semimi","code":"etz"},{"name":"Basque","code":"eus"},{"name":"Even","code":"eve"},{"name":"Uvbie","code":"evh"},{"name":"Evenki","code":"evn"},{"name":"Ewe","code":"ewe"},{"name":"Ewondo","code":"ewo"},{"name":"Extremaduran","code":"ext"},{"name":"Eyak","code":"eya"},{"name":"Keiyo","code":"eyo"},{"name":"Ezaa","code":"eza"},{"name":"Uzekwe","code":"eze"},{"name":"Fasu","code":"faa"},{"name":"Fa d'Ambu","code":"fab"},{"name":"Wagi","code":"fad"},{"name":"Fagani","code":"faf"},{"name":"Finongan","code":"fag"},{"name":"Baissa Fali","code":"fah"},{"name":"Faiwol","code":"fai"},{"name":"Faita","code":"faj"},{"name":"Fang (Cameroon)","code":"fak"},{"name":"South Fali","code":"fal"},{"name":"Fam","code":"fam"},{"name":"Fang (Equatorial Guinea)","code":"fan"},{"name":"Faroese","code":"fao"},{"name":"Paloor","code":"fap"},{"name":"Fataleka","code":"far"},{"name":"Persian","code":"fas"},{"name":"Fanti","code":"fat"},{"name":"Fayu","code":"fau"},{"name":"Fala","code":"fax"},{"name":"Southwestern Fars","code":"fay"},{"name":"Northwestern Fars","code":"faz"},{"name":"West Albay Bikol","code":"fbl"},{"name":"Quebec Sign Language","code":"fcs"},{"name":"Feroge","code":"fer"},{"name":"Foia Foia","code":"ffi"},{"name":"Maasina Fulfulde","code":"ffm"},{"name":"Fongoro","code":"fgr"},{"name":"Nobiin","code":"fia"},{"name":"Fyer","code":"fie"},{"name":"Faifi","code":"fif"},{"name":"Fijian","code":"fij"},{"name":"Filipino","code":"fil"},{"name":"Pilipino","code":"fil"},{"name":"Finnish","code":"fin"},{"name":"Fipa","code":"fip"},{"name":"Firan","code":"fir"},{"name":"Tornedalen Finnish","code":"fit"},{"name":"Fiwaga","code":"fiw"},{"name":"Kirya-Konzəl","code":"fkk"},{"name":"Kven Finnish","code":"fkv"},{"name":"Kalispel-Pend d'Oreille","code":"fla"},{"name":"Foau","code":"flh"},{"name":"Fali","code":"fli"},{"name":"North Fali","code":"fll"},{"name":"Flinders Island","code":"fln"},{"name":"Fuliiru","code":"flr"},{"name":"Flaaitaal","code":"fly"},{"name":"Tsotsitaal","code":"fly"},{"name":"Fe'fe'","code":"fmp"},{"name":"Far Western Muria","code":"fmu"},{"name":"Fanbak","code":"fnb"},{"name":"Fanagalo","code":"fng"},{"name":"Fania","code":"fni"},{"name":"Foodo","code":"fod"},{"name":"Foi","code":"foi"},{"name":"Foma","code":"fom"},{"name":"Fon","code":"fon"},{"name":"Fore","code":"for"},{"name":"Siraya","code":"fos"},{"name":"Fernando Po Creole English","code":"fpe"},{"name":"Fas","code":"fqs"},{"name":"French","code":"fra"},{"name":"Cajun French","code":"frc"},{"name":"Fordata","code":"frd"},{"name":"Frankish","code":"frk"},{"name":"Middle French (ca. 1400-1600)","code":"frm"},{"name":"Old French (842-ca. 1400)","code":"fro"},{"name":"Arpitan","code":"frp"},{"name":"Francoprovençal","code":"frp"},{"name":"Forak","code":"frq"},{"name":"Northern Frisian","code":"frr"},{"name":"Eastern Frisian","code":"frs"},{"name":"Fortsenal","code":"frt"},{"name":"Western Frisian","code":"fry"},{"name":"Finnish Sign Language","code":"fse"},{"name":"French Sign Language","code":"fsl"},{"name":"finlandssvenskt teckenspråk","code":"fss"},{"name":"Finland-Swedish Sign Language","code":"fss"},{"name":"suomenruotsalainen viittomakieli","code":"fss"},{"name":"Adamawa Fulfulde","code":"fub"},{"name":"Pulaar","code":"fuc"},{"name":"East Futuna","code":"fud"},{"name":"Borgu Fulfulde","code":"fue"},{"name":"Pular","code":"fuf"},{"name":"Western Niger Fulfulde","code":"fuh"},{"name":"Bagirmi Fulfulde","code":"fui"},{"name":"Ko","code":"fuj"},{"name":"Fulah","code":"ful"},{"name":"Fum","code":"fum"},{"name":"Fulniô","code":"fun"},{"name":"Central-Eastern Niger Fulfulde","code":"fuq"},{"name":"Friulian","code":"fur"},{"name":"Futuna-Aniwa","code":"fut"},{"name":"Furu","code":"fuu"},{"name":"Nigerian Fulfulde","code":"fuv"},{"name":"Fuyug","code":"fuy"},{"name":"Fur","code":"fvr"},{"name":"Fwâi","code":"fwa"},{"name":"Fwe","code":"fwe"},{"name":"Ga","code":"gaa"},{"name":"Gabri","code":"gab"},{"name":"Mixed Great Andamanese","code":"gac"},{"name":"Gaddang","code":"gad"},{"name":"Guarequena","code":"gae"},{"name":"Gende","code":"gaf"},{"name":"Gagauz","code":"gag"},{"name":"Alekano","code":"gah"},{"name":"Borei","code":"gai"},{"name":"Gadsup","code":"gaj"},{"name":"Gamkonora","code":"gak"},{"name":"Galolen","code":"gal"},{"name":"Kandawo","code":"gam"},{"name":"Gan Chinese","code":"gan"},{"name":"Gants","code":"gao"},{"name":"Gal","code":"gap"},{"name":"Gata'","code":"gaq"},{"name":"Galeya","code":"gar"},{"name":"Adiwasi Garasia","code":"gas"},{"name":"Kenati","code":"gat"},{"name":"Mudhili Gadaba","code":"gau"},{"name":"Nobonob","code":"gaw"},{"name":"Borana-Arsi-Guji Oromo","code":"gax"},{"name":"Gayo","code":"gay"},{"name":"West Central Oromo","code":"gaz"},{"name":"Gbaya (Central African Republic)","code":"gba"},{"name":"Kaytetye","code":"gbb"},{"name":"Karajarri","code":"gbd"},{"name":"Niksek","code":"gbe"},{"name":"Gaikundi","code":"gbf"},{"name":"Gbanziri","code":"gbg"},{"name":"Defi Gbe","code":"gbh"},{"name":"Galela","code":"gbi"},{"name":"Bodo Gadaba","code":"gbj"},{"name":"Gaddi","code":"gbk"},{"name":"Gamit","code":"gbl"},{"name":"Garhwali","code":"gbm"},{"name":"Mo'da","code":"gbn"},{"name":"Northern Grebo","code":"gbo"},{"name":"Gbaya-Bossangoa","code":"gbp"},{"name":"Gbaya-Bozoum","code":"gbq"},{"name":"Gbagyi","code":"gbr"},{"name":"Gbesi Gbe","code":"gbs"},{"name":"Gagadu","code":"gbu"},{"name":"Gbanu","code":"gbv"},{"name":"Gabi-Gabi","code":"gbw"},{"name":"Eastern Xwla Gbe","code":"gbx"},{"name":"Gbari","code":"gby"},{"name":"Zoroastrian Dari","code":"gbz"},{"name":"Mali","code":"gcc"},{"name":"Ganggalida","code":"gcd"},{"name":"Galice","code":"gce"},{"name":"Guadeloupean Creole French","code":"gcf"},{"name":"Grenadian Creole English","code":"gcl"},{"name":"Gaina","code":"gcn"},{"name":"Guianese Creole French","code":"gcr"},{"name":"Colonia Tovar German","code":"gct"},{"name":"Gade Lohar","code":"gda"},{"name":"Pottangi Ollar Gadaba","code":"gdb"},{"name":"Gugu Badhun","code":"gdc"},{"name":"Gedaged","code":"gdd"},{"name":"Gude","code":"gde"},{"name":"Guduf-Gava","code":"gdf"},{"name":"Ga'dang","code":"gdg"},{"name":"Gadjerawang","code":"gdh"},{"name":"Gajirrabeng","code":"gdh"},{"name":"Gundi","code":"gdi"},{"name":"Gurdjar","code":"gdj"},{"name":"Gadang","code":"gdk"},{"name":"Dirasha","code":"gdl"},{"name":"Laal","code":"gdm"},{"name":"Umanakaina","code":"gdn"},{"name":"Ghodoberi","code":"gdo"},{"name":"Mehri","code":"gdq"},{"name":"Wipi","code":"gdr"},{"name":"Ghandruk Sign Language","code":"gds"},{"name":"Kungardutyi","code":"gdt"},{"name":"Gudu","code":"gdu"},{"name":"Godwari","code":"gdx"},{"name":"Geruma","code":"gea"},{"name":"Kire","code":"geb"},{"name":"Gboloo Grebo","code":"gec"},{"name":"Gade","code":"ged"},{"name":"Gerai","code":"gef"},{"name":"Gengle","code":"geg"},{"name":"Hutterisch","code":"geh"},{"name":"Hutterite German","code":"geh"},{"name":"Gebe","code":"gei"},{"name":"Gen","code":"gej"},{"name":"Ywom","code":"gek"},{"name":"ut-Ma'in","code":"gel"},{"name":"Geme","code":"geq"},{"name":"Geser-Gorom","code":"ges"},{"name":"Eviya","code":"gev"},{"name":"Gera","code":"gew"},{"name":"Garre","code":"gex"},{"name":"Enya","code":"gey"},{"name":"Geez","code":"gez"},{"name":"Patpatar","code":"gfk"},{"name":"Gafat","code":"gft"},{"name":"Gao","code":"gga"},{"name":"Gbii","code":"ggb"},{"name":"Gugadj","code":"ggd"},{"name":"Gurr-goni","code":"gge"},{"name":"Gurgula","code":"ggg"},{"name":"Kungarakany","code":"ggk"},{"name":"Ganglau","code":"ggl"},{"name":"Gitua","code":"ggt"},{"name":"Gagu","code":"ggu"},{"name":"Gban","code":"ggu"},{"name":"Gogodala","code":"ggw"},{"name":"Ghadamès","code":"gha"},{"name":"Hiberno-Scottish Gaelic","code":"ghc"},{"name":"Southern Ghale","code":"ghe"},{"name":"Northern Ghale","code":"ghh"},{"name":"Geko Karen","code":"ghk"},{"name":"Ghulfan","code":"ghl"},{"name":"Ghanongga","code":"ghn"},{"name":"Ghomara","code":"gho"},{"name":"Ghera","code":"ghr"},{"name":"Guhu-Samane","code":"ghs"},{"name":"Kuke","code":"ght"},{"name":"Kutang Ghale","code":"ght"},{"name":"Kija","code":"gia"},{"name":"Gibanawa","code":"gib"},{"name":"Gail","code":"gic"},{"name":"Gidar","code":"gid"},{"name":"Gaɓogbo","code":"gie"},{"name":"Guébie","code":"gie"},{"name":"Goaria","code":"gig"},{"name":"Githabul","code":"gih"},{"name":"Girirra","code":"gii"},{"name":"Gilbertese","code":"gil"},{"name":"Gimi (Eastern Highlands)","code":"gim"},{"name":"Hinukh","code":"gin"},{"name":"Gimi (West New Britain)","code":"gip"},{"name":"Green Gelao","code":"giq"},{"name":"Red Gelao","code":"gir"},{"name":"North Giziga","code":"gis"},{"name":"Gitxsan","code":"git"},{"name":"Mulao","code":"giu"},{"name":"White Gelao","code":"giw"},{"name":"Gilima","code":"gix"},{"name":"Giyug","code":"giy"},{"name":"South Giziga","code":"giz"},{"name":"Kachi Koli","code":"gjk"},{"name":"Gunditjmara","code":"gjm"},{"name":"Gonja","code":"gjn"},{"name":"Gurindji Kriol","code":"gjr"},{"name":"Gujari","code":"gju"},{"name":"Guya","code":"gka"},{"name":"Magɨ (Madang Province)","code":"gkd"},{"name":"Ndai","code":"gke"},{"name":"Gokana","code":"gkn"},{"name":"Kok-Nar","code":"gko"},{"name":"Guinea Kpelle","code":"gkp"},{"name":"ǂUngkue","code":"gku"},{"name":"Gaelic","code":"gla"},{"name":"Scottish Gaelic","code":"gla"},{"name":"Belning","code":"glb"},{"name":"Bon Gula","code":"glc"},{"name":"Nanai","code":"gld"},{"name":"Irish","code":"gle"},{"name":"Galician","code":"glg"},{"name":"Northwest Pashai","code":"glh"},{"name":"Northwest Pashayi","code":"glh"},{"name":"Gula Iro","code":"glj"},{"name":"Gilaki","code":"glk"},{"name":"Garlali","code":"gll"},{"name":"Galambu","code":"glo"},{"name":"Glaro-Twabo","code":"glr"},{"name":"Gula (Chad)","code":"glu"},{"name":"Manx","code":"glv"},{"name":"Glavda","code":"glw"},{"name":"Gule","code":"gly"},{"name":"Gambera","code":"gma"},{"name":"Gula'alaa","code":"gmb"},{"name":"Mághdì","code":"gmd"},{"name":"Magɨyi","code":"gmg"},{"name":"Middle High German (ca. 1050-1500)","code":"gmh"},{"name":"Middle Low German","code":"gml"},{"name":"Gbaya-Mbodomo","code":"gmm"},{"name":"Gimnime","code":"gmn"},{"name":"Mirning","code":"gmr"},{"name":"Mirniny","code":"gmr"},{"name":"Gumalu","code":"gmu"},{"name":"Gamo","code":"gmv"},{"name":"Magoma","code":"gmx"},{"name":"Mycenaean Greek","code":"gmy"},{"name":"Mgbolizhia","code":"gmz"},{"name":"Kaansa","code":"gna"},{"name":"Gangte","code":"gnb"},{"name":"Guanche","code":"gnc"},{"name":"Zulgo-Gemzek","code":"gnd"},{"name":"Ganang","code":"gne"},{"name":"Ngangam","code":"gng"},{"name":"Lere","code":"gnh"},{"name":"Gooniyandi","code":"gni"},{"name":"Ngen","code":"gnj"},{"name":"ǁGana","code":"gnk"},{"name":"Gangulu","code":"gnl"},{"name":"Ginuman","code":"gnm"},{"name":"Gumatj","code":"gnn"},{"name":"Northern Gondi","code":"gno"},{"name":"Gana","code":"gnq"},{"name":"Gureng Gureng","code":"gnr"},{"name":"Guntai","code":"gnt"},{"name":"Gnau","code":"gnu"},{"name":"Western Bolivian Guaraní","code":"gnw"},{"name":"Ganzi","code":"gnz"},{"name":"Guro","code":"goa"},{"name":"Playero","code":"gob"},{"name":"Gorakor","code":"goc"},{"name":"Godié","code":"god"},{"name":"Gongduk","code":"goe"},{"name":"Gofa","code":"gof"},{"name":"Gogo","code":"gog"},{"name":"Old High German (ca. 750-1050)","code":"goh"},{"name":"Gobasi","code":"goi"},{"name":"Gowlan","code":"goj"},{"name":"Gowli","code":"gok"},{"name":"Gola","code":"gol"},{"name":"Goan Konkani","code":"gom"},{"name":"Gondi","code":"gon"},{"name":"Gone Dau","code":"goo"},{"name":"Yeretuar","code":"gop"},{"name":"Gorap","code":"goq"},{"name":"Gorontalo","code":"gor"},{"name":"Gronings","code":"gos"},{"name":"Gothic","code":"got"},{"name":"Gavar","code":"gou"},{"name":"Gorowa","code":"gow"},{"name":"Gobu","code":"gox"},{"name":"Goundo","code":"goy"},{"name":"Gozarkhani","code":"goz"},{"name":"Gupa-Abawa","code":"gpa"},{"name":"Ghanaian Pidgin English","code":"gpe"},{"name":"Taiap","code":"gpn"},{"name":"Ga'anda","code":"gqa"},{"name":"Guiqiong","code":"gqi"},{"name":"Guana (Brazil)","code":"gqn"},{"name":"Gor","code":"gqr"},{"name":"Qau","code":"gqu"},{"name":"Rajput Garasia","code":"gra"},{"name":"Grebo","code":"grb"},{"name":"Ancient Greek (to 1453)","code":"grc"},{"name":"Guruntum-Mbaaru","code":"grd"},{"name":"Madi","code":"grg"},{"name":"Gbiri-Niragu","code":"grh"},{"name":"Ghari","code":"gri"},{"name":"Southern Grebo","code":"grj"},{"name":"Kota Marudu Talantang","code":"grm"},{"name":"Guarani","code":"grn"},{"name":"Groma","code":"gro"},{"name":"Gorovu","code":"grq"},{"name":"Taznatit","code":"grr"},{"name":"Gresi","code":"grs"},{"name":"Garo","code":"grt"},{"name":"Kistane","code":"gru"},{"name":"Central Grebo","code":"grv"},{"name":"Gweda","code":"grw"},{"name":"Guriaso","code":"grx"},{"name":"Barclayville Grebo","code":"gry"},{"name":"Guramalum","code":"grz"},{"name":"Ghanaian Sign Language","code":"gse"},{"name":"German Sign Language","code":"gsg"},{"name":"Gusilay","code":"gsl"},{"name":"Guatemalan Sign Language","code":"gsm"},{"name":"Gusan","code":"gsn"},{"name":"Nema","code":"gsn"},{"name":"Southwest Gbaya","code":"gso"},{"name":"Wasembo","code":"gsp"},{"name":"Greek Sign Language","code":"gss"},{"name":"Alemannic","code":"gsw"},{"name":"Alsatian","code":"gsw"},{"name":"Swiss German","code":"gsw"},{"name":"Guató","code":"gta"},{"name":"Aghu-Tharnggala","code":"gtu"},{"name":"Shiki","code":"gua"},{"name":"Guajajára","code":"gub"},{"name":"Wayuu","code":"guc"},{"name":"Yocoboué Dida","code":"gud"},{"name":"Gurindji","code":"gue"},{"name":"Gupapuyngu","code":"guf"},{"name":"Paraguayan Guaraní","code":"gug"},{"name":"Guahibo","code":"guh"},{"name":"Eastern Bolivian Guaraní","code":"gui"},{"name":"Gujarati","code":"guj"},{"name":"Gumuz","code":"guk"},{"name":"Sea Island Creole English","code":"gul"},{"name":"Guambiano","code":"gum"},{"name":"Mbyá Guaraní","code":"gun"},{"name":"Guayabero","code":"guo"},{"name":"Gunwinggu","code":"gup"},{"name":"Aché","code":"guq"},{"name":"Farefare","code":"gur"},{"name":"Guinean Sign Language","code":"gus"},{"name":"Maléku Jaíka","code":"gut"},{"name":"Yanomamö","code":"guu"},{"name":"Gun","code":"guw"},{"name":"Gourmanchéma","code":"gux"},{"name":"Ekegusii","code":"guz"},{"name":"Gusii","code":"guz"},{"name":"Guana (Paraguay)","code":"gva"},{"name":"Guanano","code":"gvc"},{"name":"Duwet","code":"gve"},{"name":"Golin","code":"gvf"},{"name":"Guajá","code":"gvj"},{"name":"Gulay","code":"gvl"},{"name":"Gurmana","code":"gvm"},{"name":"Kuku-Yalanji","code":"gvn"},{"name":"Gavião Do Jiparaná","code":"gvo"},{"name":"Pará Gavião","code":"gvp"},{"name":"Gurung","code":"gvr"},{"name":"Gumawana","code":"gvs"},{"name":"Guyani","code":"gvy"},{"name":"Mbato","code":"gwa"},{"name":"Gwa","code":"gwb"},{"name":"Gawri","code":"gwc"},{"name":"Kalami","code":"gwc"},{"name":"Gawwada","code":"gwd"},{"name":"Gweno","code":"gwe"},{"name":"Gowro","code":"gwf"},{"name":"Moo","code":"gwg"},{"name":"Gwichʼin","code":"gwi"},{"name":"ǀGwi","code":"gwj"},{"name":"Awngthim","code":"gwm"},{"name":"Gwandara","code":"gwn"},{"name":"Gwere","code":"gwr"},{"name":"Gawar-Bati","code":"gwt"},{"name":"Guwamu","code":"gwu"},{"name":"Kwini","code":"gww"},{"name":"Gua","code":"gwx"},{"name":"Wè Southern","code":"gxx"},{"name":"Northwest Gbaya","code":"gya"},{"name":"Garus","code":"gyb"},{"name":"Kayardild","code":"gyd"},{"name":"Gyem","code":"gye"},{"name":"Gungabula","code":"gyf"},{"name":"Gbayi","code":"gyg"},{"name":"Gyele","code":"gyi"},{"name":"Gayil","code":"gyl"},{"name":"Ngäbere","code":"gym"},{"name":"Guyanese Creole English","code":"gyn"},{"name":"Gyalsumdo","code":"gyo"},{"name":"Guarayu","code":"gyr"},{"name":"Gunya","code":"gyy"},{"name":"Geji","code":"gyz"},{"name":"Gyaazi","code":"gyz"},{"name":"Ganza","code":"gza"},{"name":"Gazi","code":"gzi"},{"name":"Gane","code":"gzn"},{"name":"Han","code":"haa"},{"name":"Hanoi Sign Language","code":"hab"},{"name":"Gurani","code":"hac"},{"name":"Hatam","code":"had"},{"name":"Eastern Oromo","code":"hae"},{"name":"Haiphong Sign Language","code":"haf"},{"name":"Hanga","code":"hag"},{"name":"Hahon","code":"hah"},{"name":"Haida","code":"hai"},{"name":"Hajong","code":"haj"},{"name":"Hakka Chinese","code":"hak"},{"name":"Halang","code":"hal"},{"name":"Hewa","code":"ham"},{"name":"Hangaza","code":"han"},{"name":"Hakö","code":"hao"},{"name":"Hupla","code":"hap"},{"name":"Ha","code":"haq"},{"name":"Harari","code":"har"},{"name":"Haisla","code":"has"},{"name":"Haitian","code":"hat"},{"name":"Haitian Creole","code":"hat"},{"name":"Hausa","code":"hau"},{"name":"Havu","code":"hav"},{"name":"Hawaiian","code":"haw"},{"name":"Southern Haida","code":"hax"},{"name":"Haya","code":"hay"},{"name":"Hazaragi","code":"haz"},{"name":"Hamba","code":"hba"},{"name":"Huba","code":"hbb"},{"name":"Heiban","code":"hbn"},{"name":"Ancient Hebrew","code":"hbo"},{"name":"Serbo-Croatian","code":"hbs"},{"name":"Habu","code":"hbu"},{"name":"Andaman Creole Hindi","code":"hca"},{"name":"Huichol","code":"hch"},{"name":"Northern Haida","code":"hdn"},{"name":"Honduras Sign Language","code":"hds"},{"name":"Hadiyya","code":"hdy"},{"name":"Northern Qiandong Miao","code":"hea"},{"name":"Hebrew","code":"heb"},{"name":"Herdé","code":"hed"},{"name":"Helong","code":"heg"},{"name":"Hehe","code":"heh"},{"name":"Heiltsuk","code":"hei"},{"name":"Hemba","code":"hem"},{"name":"Herero","code":"her"},{"name":"Haiǁom","code":"hgm"},{"name":"Haigwai","code":"hgw"},{"name":"Hoia Hoia","code":"hhi"},{"name":"Kerak","code":"hhr"},{"name":"Hoyahoya","code":"hhy"},{"name":"Lamang","code":"hia"},{"name":"Hibito","code":"hib"},{"name":"Hidatsa","code":"hid"},{"name":"Fiji Hindi","code":"hif"},{"name":"Kamwe","code":"hig"},{"name":"Pamosu","code":"hih"},{"name":"Hinduri","code":"hii"},{"name":"Hijuk","code":"hij"},{"name":"Seit-Kaitetu","code":"hik"},{"name":"Hiligaynon","code":"hil"},{"name":"Hindi","code":"hin"},{"name":"Tsoa","code":"hio"},{"name":"Himarimã","code":"hir"},{"name":"Hittite","code":"hit"},{"name":"Hiw","code":"hiw"},{"name":"Hixkaryána","code":"hix"},{"name":"Haji","code":"hji"},{"name":"Kahe","code":"hka"},{"name":"Hunde","code":"hke"},{"name":"Khah","code":"hkh"},{"name":"Poguli","code":"hkh"},{"name":"Hunjara-Kaina Ke","code":"hkk"},{"name":"Mel-Khaonh","code":"hkn"},{"name":"Heung Kong Sau Yue","code":"hks"},{"name":"Hong Kong Sign Language","code":"hks"},{"name":"Halia","code":"hla"},{"name":"Halbi","code":"hlb"},{"name":"Halang Doan","code":"hld"},{"name":"Hlersu","code":"hle"},{"name":"Matu Chin","code":"hlt"},{"name":"Hieroglyphic Luwian","code":"hlu"},{"name":"Southern Mashan Hmong","code":"hma"},{"name":"Southern Mashan Miao","code":"hma"},{"name":"Humburi Senni Songhay","code":"hmb"},{"name":"Central Huishui Hmong","code":"hmc"},{"name":"Central Huishui Miao","code":"hmc"},{"name":"A-hmaos","code":"hmd"},{"name":"Da-Hua Miao","code":"hmd"},{"name":"Large Flowery Miao","code":"hmd"},{"name":"Eastern Huishui Hmong","code":"hme"},{"name":"Eastern Huishui Miao","code":"hme"},{"name":"Hmong Don","code":"hmf"},{"name":"Southwestern Guiyang Hmong","code":"hmg"},{"name":"Southwestern Huishui Hmong","code":"hmh"},{"name":"Southwestern Huishui Miao","code":"hmh"},{"name":"Northern Huishui Hmong","code":"hmi"},{"name":"Northern Huishui Miao","code":"hmi"},{"name":"Ge","code":"hmj"},{"name":"Gejia","code":"hmj"},{"name":"Maek","code":"hmk"},{"name":"Luopohe Hmong","code":"hml"},{"name":"Luopohe Miao","code":"hml"},{"name":"Central Mashan Hmong","code":"hmm"},{"name":"Central Mashan Miao","code":"hmm"},{"name":"Hmong","code":"hmn"},{"name":"Mong","code":"hmn"},{"name":"Hiri Motu","code":"hmo"},{"name":"Northern Mashan Hmong","code":"hmp"},{"name":"Northern Mashan Miao","code":"hmp"},{"name":"Eastern Qiandong Miao","code":"hmq"},{"name":"Hmar","code":"hmr"},{"name":"Southern Qiandong Miao","code":"hms"},{"name":"Hamtai","code":"hmt"},{"name":"Hamap","code":"hmu"},{"name":"Hmong Dô","code":"hmv"},{"name":"Western Mashan Hmong","code":"hmw"},{"name":"Western Mashan Miao","code":"hmw"},{"name":"Southern Guiyang Hmong","code":"hmy"},{"name":"Southern Guiyang Miao","code":"hmy"},{"name":"Hmong Shua","code":"hmz"},{"name":"Sinicized Miao","code":"hmz"},{"name":"Mina (Cameroon)","code":"hna"},{"name":"Southern Hindko","code":"hnd"},{"name":"Chhattisgarhi","code":"hne"},{"name":"Hungu","code":"hng"},{"name":"ǁAni","code":"hnh"},{"name":"Hani","code":"hni"},{"name":"Hmong Njua","code":"hnj"},{"name":"Mong Leng","code":"hnj"},{"name":"Mong Njua","code":"hnj"},{"name":"Hanunoo","code":"hnn"},{"name":"Northern Hindko","code":"hno"},{"name":"Caribbean Hindustani","code":"hns"},{"name":"Hung","code":"hnu"},{"name":"Hoava","code":"hoa"},{"name":"Mari (Madang Province)","code":"hob"},{"name":"Ho","code":"hoc"},{"name":"Holma","code":"hod"},{"name":"Horom","code":"hoe"},{"name":"Hobyót","code":"hoh"},{"name":"Holikachuk","code":"hoi"},{"name":"Hadothi","code":"hoj"},{"name":"Haroti","code":"hoj"},{"name":"Holu","code":"hol"},{"name":"Homa","code":"hom"},{"name":"Holoholo","code":"hoo"},{"name":"Hopi","code":"hop"},{"name":"Horo","code":"hor"},{"name":"Ho Chi Minh City Sign Language","code":"hos"},{"name":"Hote","code":"hot"},{"name":"Malê","code":"hot"},{"name":"Hovongan","code":"hov"},{"name":"Honi","code":"how"},{"name":"Holiya","code":"hoy"},{"name":"Hozo","code":"hoz"},{"name":"Hpon","code":"hpo"},{"name":"Hawai'i Pidgin Sign Language","code":"hps"},{"name":"Hawai'i Sign Language (HSL)","code":"hps"},{"name":"Hrangkhol","code":"hra"},{"name":"Niwer Mil","code":"hrc"},{"name":"Hre","code":"hre"},{"name":"Haruku","code":"hrk"},{"name":"Horned Miao","code":"hrm"},{"name":"Haroi","code":"hro"},{"name":"Nhirrpi","code":"hrp"},{"name":"Hértevin","code":"hrt"},{"name":"Hruso","code":"hru"},{"name":"Croatian","code":"hrv"},{"name":"Warwar Feni","code":"hrw"},{"name":"Hunsrik","code":"hrx"},{"name":"Harzani","code":"hrz"},{"name":"Upper Sorbian","code":"hsb"},{"name":"Hungarian Sign Language","code":"hsh"},{"name":"Hausa Sign Language","code":"hsl"},{"name":"Xiang Chinese","code":"hsn"},{"name":"Harsusi","code":"hss"},{"name":"Hoti","code":"hti"},{"name":"Minica Huitoto","code":"hto"},{"name":"Hadza","code":"hts"},{"name":"Hitu","code":"htu"},{"name":"Middle Hittite","code":"htx"},{"name":"Huambisa","code":"hub"},{"name":"ǂ'Amkhoe","code":"huc"},{"name":"ǂHua","code":"huc"},{"name":"Huaulu","code":"hud"},{"name":"San Francisco Del Mar Huave","code":"hue"},{"name":"Humene","code":"huf"},{"name":"Huachipaeri","code":"hug"},{"name":"Huilliche","code":"huh"},{"name":"Huli","code":"hui"},{"name":"Northern Guiyang Hmong","code":"huj"},{"name":"Northern Guiyang Miao","code":"huj"},{"name":"Hulung","code":"huk"},{"name":"Hula","code":"hul"},{"name":"Hungana","code":"hum"},{"name":"Hungarian","code":"hun"},{"name":"Hu","code":"huo"},{"name":"Hupa","code":"hup"},{"name":"Tsat","code":"huq"},{"name":"Halkomelem","code":"hur"},{"name":"Huastec","code":"hus"},{"name":"Humla","code":"hut"},{"name":"Murui Huitoto","code":"huu"},{"name":"San Mateo Del Mar Huave","code":"huv"},{"name":"Hukumina","code":"huw"},{"name":"Nüpode Huitoto","code":"hux"},{"name":"Hulaulá","code":"huy"},{"name":"Hunzib","code":"huz"},{"name":"Haitian Vodoun Culture Language","code":"hvc"},{"name":"San Dionisio Del Mar Huave","code":"hve"},{"name":"Haveke","code":"hvk"},{"name":"Sabu","code":"hvn"},{"name":"Santa María Del Mar Huave","code":"hvv"},{"name":"Wané","code":"hwa"},{"name":"Hawai'i Creole English","code":"hwc"},{"name":"Hawai'i Pidgin","code":"hwc"},{"name":"Hwana","code":"hwo"},{"name":"Hya","code":"hya"},{"name":"Armenian","code":"hye"},{"name":"Western Armenian","code":"hyw"},{"name":"Iaai","code":"iai"},{"name":"Iatmul","code":"ian"},{"name":"Purari","code":"iar"},{"name":"Iban","code":"iba"},{"name":"Ibibio","code":"ibb"},{"name":"Iwaidja","code":"ibd"},{"name":"Akpes","code":"ibe"},{"name":"Ibanag","code":"ibg"},{"name":"Bih","code":"ibh"},{"name":"Ibaloi","code":"ibl"},{"name":"Agoi","code":"ibm"},{"name":"Ibino","code":"ibn"},{"name":"Igbo","code":"ibo"},{"name":"Ibuoro","code":"ibr"},{"name":"Ibu","code":"ibu"},{"name":"Ibani","code":"iby"},{"name":"Ede Ica","code":"ica"},{"name":"Etkywan","code":"ich"},{"name":"Icelandic Sign Language","code":"icl"},{"name":"Islander Creole English","code":"icr"},{"name":"Idakho-Isukha-Tiriki","code":"ida"},{"name":"Luidakho-Luisukha-Lutirichi","code":"ida"},{"name":"Indo-Portuguese","code":"idb"},{"name":"Ajiya","code":"idc"},{"name":"Idon","code":"idc"},{"name":"Ede Idaca","code":"idd"},{"name":"Idere","code":"ide"},{"name":"Idi","code":"idi"},{"name":"Ido","code":"ido"},{"name":"Indri","code":"idr"},{"name":"Idesa","code":"ids"},{"name":"Idaté","code":"idt"},{"name":"Idoma","code":"idu"},{"name":"Amganad Ifugao","code":"ifa"},{"name":"Ayangan Ifugao","code":"ifb"},{"name":"Batad Ifugao","code":"ifb"},{"name":"Ifè","code":"ife"},{"name":"Ifo","code":"iff"},{"name":"Tuwali Ifugao","code":"ifk"},{"name":"Teke-Fuumu","code":"ifm"},{"name":"Mayoyao Ifugao","code":"ifu"},{"name":"Keley-I Kallahan","code":"ify"},{"name":"Ebira","code":"igb"},{"name":"Igede","code":"ige"},{"name":"Igana","code":"igg"},{"name":"Igala","code":"igl"},{"name":"Kanggape","code":"igm"},{"name":"Ignaciano","code":"ign"},{"name":"Isebe","code":"igo"},{"name":"Interglossa","code":"igs"},{"name":"Igwe","code":"igw"},{"name":"Iha Based Pidgin","code":"ihb"},{"name":"Ihievbe","code":"ihi"},{"name":"Iha","code":"ihp"},{"name":"Bidhawal","code":"ihw"},{"name":"Nuosu","code":"iii"},{"name":"Sichuan Yi","code":"iii"},{"name":"Thiin","code":"iin"},{"name":"Izon","code":"ijc"},{"name":"Biseni","code":"ije"},{"name":"Ede Ije","code":"ijj"},{"name":"Kalabari","code":"ijn"},{"name":"Southeast Ijo","code":"ijs"},{"name":"Eastern Canadian Inuktitut","code":"ike"},{"name":"Iko","code":"iki"},{"name":"Ika","code":"ikk"},{"name":"Ikulu","code":"ikl"},{"name":"Olulumo-Ikom","code":"iko"},{"name":"Ikpeshi","code":"ikp"},{"name":"Ikaranggal","code":"ikr"},{"name":"Inuit Sign Language","code":"iks"},{"name":"Inuinnaqtun","code":"ikt"},{"name":"Western Canadian Inuktitut","code":"ikt"},{"name":"Inuktitut","code":"iku"},{"name":"Iku-Gora-Ankwa","code":"ikv"},{"name":"Ikwere","code":"ikw"},{"name":"Ik","code":"ikx"},{"name":"Ikizu","code":"ikz"},{"name":"Ile Ape","code":"ila"},{"name":"Ila","code":"ilb"},{"name":"Interlingue","code":"ile"},{"name":"Occidental","code":"ile"},{"name":"Garig-Ilgar","code":"ilg"},{"name":"Ili Turki","code":"ili"},{"name":"Ilongot","code":"ilk"},{"name":"Iranun (Malaysia)","code":"ilm"},{"name":"Iloko","code":"ilo"},{"name":"Iranun (Philippines)","code":"ilp"},{"name":"International Sign","code":"ils"},{"name":"Ili'uun","code":"ilu"},{"name":"Ilue","code":"ilv"},{"name":"Mala Malasar","code":"ima"},{"name":"Anamgura","code":"imi"},{"name":"Miluk","code":"iml"},{"name":"Imonda","code":"imn"},{"name":"Imbongu","code":"imo"},{"name":"Imroing","code":"imr"},{"name":"Marsian","code":"ims"},{"name":"Milyan","code":"imy"},{"name":"Interlingua (International Auxiliary Language Association)","code":"ina"},{"name":"Inga","code":"inb"},{"name":"Indonesian","code":"ind"},{"name":"Degexit'an","code":"ing"},{"name":"Ingush","code":"inh"},{"name":"Jungle Inga","code":"inj"},{"name":"Indonesian Sign Language","code":"inl"},{"name":"Minaean","code":"inm"},{"name":"Isinai","code":"inn"},{"name":"Inoke-Yate","code":"ino"},{"name":"Iñapari","code":"inp"},{"name":"Indian Sign Language","code":"ins"},{"name":"Intha","code":"int"},{"name":"Ineseño","code":"inz"},{"name":"Inor","code":"ior"},{"name":"Tuma-Irumu","code":"iou"},{"name":"Iowa-Oto","code":"iow"},{"name":"Ipili","code":"ipi"},{"name":"Inupiaq","code":"ipk"},{"name":"Ipiko","code":"ipo"},{"name":"Iquito","code":"iqu"},{"name":"Ikwo","code":"iqw"},{"name":"Iresim","code":"ire"},{"name":"Irarutu","code":"irh"},{"name":"Irigwe","code":"iri"},{"name":"Rigwe","code":"iri"},{"name":"Iraqw","code":"irk"},{"name":"Irántxe","code":"irn"},{"name":"Ir","code":"irr"},{"name":"Irula","code":"iru"},{"name":"Kamberau","code":"irx"},{"name":"Iraya","code":"iry"},{"name":"Isabi","code":"isa"},{"name":"Isconahua","code":"isc"},{"name":"Isnag","code":"isd"},{"name":"Italian Sign Language","code":"ise"},{"name":"Irish Sign Language","code":"isg"},{"name":"Esan","code":"ish"},{"name":"Nkem-Nkum","code":"isi"},{"name":"Ishkashimi","code":"isk"},{"name":"Icelandic","code":"isl"},{"name":"Masimasi","code":"ism"},{"name":"Isanzu","code":"isn"},{"name":"Isoko","code":"iso"},{"name":"Israeli Sign Language","code":"isr"},{"name":"Istriot","code":"ist"},{"name":"Isu (Menchum Division)","code":"isu"},{"name":"Italian","code":"ita"},{"name":"Binongan Itneg","code":"itb"},{"name":"Southern Tidung","code":"itd"},{"name":"Itene","code":"ite"},{"name":"Inlaod Itneg","code":"iti"},{"name":"Judeo-Italian","code":"itk"},{"name":"Itelmen","code":"itl"},{"name":"Itu Mbon Uzo","code":"itm"},{"name":"Itonama","code":"ito"},{"name":"Iteri","code":"itr"},{"name":"Isekiri","code":"its"},{"name":"Maeng Itneg","code":"itt"},{"name":"Itawit","code":"itv"},{"name":"Ito","code":"itw"},{"name":"Itik","code":"itx"},{"name":"Moyadan Itneg","code":"ity"},{"name":"Itzá","code":"itz"},{"name":"Iu Mien","code":"ium"},{"name":"Ibatan","code":"ivb"},{"name":"Ivatan","code":"ivv"},{"name":"I-Wak","code":"iwk"},{"name":"Iwam","code":"iwm"},{"name":"Iwur","code":"iwo"},{"name":"Sepik Iwam","code":"iws"},{"name":"Ixcatec","code":"ixc"},{"name":"Ixil","code":"ixl"},{"name":"Iyayu","code":"iya"},{"name":"Mesaka","code":"iyo"},{"name":"Yaka (Congo)","code":"iyx"},{"name":"Ingrian","code":"izh"},{"name":"Izere","code":"izr"},{"name":"Izii","code":"izz"},{"name":"Jamamadí","code":"jaa"},{"name":"Hyam","code":"jab"},{"name":"Jakalteko","code":"jac"},{"name":"Popti'","code":"jac"},{"name":"Jahanka","code":"jad"},{"name":"Yabem","code":"jae"},{"name":"Jara","code":"jaf"},{"name":"Jah Hut","code":"jah"},{"name":"Zazao","code":"jaj"},{"name":"Jakun","code":"jak"},{"name":"Yalahatan","code":"jal"},{"name":"Jamaican Creole English","code":"jam"},{"name":"Jandai","code":"jan"},{"name":"Yanyuwa","code":"jao"},{"name":"Yaqay","code":"jaq"},{"name":"New Caledonian Javanese","code":"jas"},{"name":"Jakati","code":"jat"},{"name":"Yaur","code":"jau"},{"name":"Javanese","code":"jav"},{"name":"Jambi Malay","code":"jax"},{"name":"Nhangu","code":"jay"},{"name":"Yan-nhangu","code":"jay"},{"name":"Jawe","code":"jaz"},{"name":"Judeo-Berber","code":"jbe"},{"name":"Badjiri","code":"jbi"},{"name":"Arandai","code":"jbj"},{"name":"Barikewa","code":"jbk"},{"name":"Bijim","code":"jbm"},{"name":"Nafusi","code":"jbn"},{"name":"Lojban","code":"jbo"},{"name":"Jofotek-Bromnya","code":"jbr"},{"name":"Jabutí","code":"jbt"},{"name":"Jukun Takum","code":"jbu"},{"name":"Yawijibaya","code":"jbw"},{"name":"Jamaican Country Sign Language","code":"jcs"},{"name":"Krymchak","code":"jct"},{"name":"Jad","code":"jda"},{"name":"Jadgali","code":"jdg"},{"name":"Judeo-Tat","code":"jdt"},{"name":"Jebero","code":"jeb"},{"name":"Jerung","code":"jee"},{"name":"Jeh","code":"jeh"},{"name":"Yei","code":"jei"},{"name":"Jeri Kuo","code":"jek"},{"name":"Yelmek","code":"jel"},{"name":"Dza","code":"jen"},{"name":"Jere","code":"jer"},{"name":"Manem","code":"jet"},{"name":"Jonkor Bourmataguil","code":"jeu"},{"name":"Ngbee","code":"jgb"},{"name":"Judeo-Georgian","code":"jge"},{"name":"Gwak","code":"jgk"},{"name":"Ngomba","code":"jgo"},{"name":"Jehai","code":"jhi"},{"name":"Jhankot Sign Language","code":"jhs"},{"name":"Jina","code":"jia"},{"name":"Jibu","code":"jib"},{"name":"Tol","code":"jic"},{"name":"Bu (Kaduna State)","code":"jid"},{"name":"Jilbe","code":"jie"},{"name":"Djingili","code":"jig"},{"name":"Jingulu","code":"jig"},{"name":"Shangzhai","code":"jih"},{"name":"sTodsde","code":"jih"},{"name":"Jiiddu","code":"jii"},{"name":"Jilim","code":"jil"},{"name":"Jimi (Cameroon)","code":"jim"},{"name":"Jiamao","code":"jio"},{"name":"Guanyinqiao","code":"jiq"},{"name":"Lavrung","code":"jiq"},{"name":"Jita","code":"jit"},{"name":"Youle Jinuo","code":"jiu"},{"name":"Shuar","code":"jiv"},{"name":"Buyuan Jinuo","code":"jiy"},{"name":"Jejueo","code":"jje"},{"name":"Bankal","code":"jjr"},{"name":"Kaera","code":"jka"},{"name":"Mobwa Karen","code":"jkm"},{"name":"Kubo","code":"jko"},{"name":"Paku Karen","code":"jkp"},{"name":"Koro (India)","code":"jkr"},{"name":"Amami Koniya Sign Language","code":"jks"},{"name":"Labir","code":"jku"},{"name":"Ngile","code":"jle"},{"name":"Jamaican Sign Language","code":"jls"},{"name":"Dima","code":"jma"},{"name":"Zumbun","code":"jmb"},{"name":"Machame","code":"jmc"},{"name":"Yamdena","code":"jmd"},{"name":"Jimi (Nigeria)","code":"jmi"},{"name":"Jumli","code":"jml"},{"name":"Makuri Naga","code":"jmn"},{"name":"Kamara","code":"jmr"},{"name":"Mashi (Nigeria)","code":"jms"},{"name":"Mouwase","code":"jmw"},{"name":"Western Juxtlahuaca Mixtec","code":"jmx"},{"name":"Jangshung","code":"jna"},{"name":"Jandavra","code":"jnd"},{"name":"Yangman","code":"jng"},{"name":"Janji","code":"jni"},{"name":"Yemsa","code":"jnj"},{"name":"Rawat","code":"jnl"},{"name":"Jaunsari","code":"jns"},{"name":"Joba","code":"job"},{"name":"Wojenaka","code":"jod"},{"name":"Jogi","code":"jog"},{"name":"Jorá","code":"jor"},{"name":"Jordanian Sign Language","code":"jos"},{"name":"Jowulu","code":"jow"},{"name":"Jewish Palestinian Aramaic","code":"jpa"},{"name":"Japanese","code":"jpn"},{"name":"Judeo-Persian","code":"jpr"},{"name":"Jaqaru","code":"jqr"},{"name":"Jarai","code":"jra"},{"name":"Judeo-Arabic","code":"jrb"},{"name":"Jiru","code":"jrr"},{"name":"Jakattoe","code":"jrt"},{"name":"Japrería","code":"jru"},{"name":"Japanese Sign Language","code":"jsl"},{"name":"Júma","code":"jua"},{"name":"Wannu","code":"jub"},{"name":"Jurchen","code":"juc"},{"name":"Worodougou","code":"jud"},{"name":"Hõne","code":"juh"},{"name":"Ngadjuri","code":"jui"},{"name":"Wapan","code":"juk"},{"name":"Jirel","code":"jul"},{"name":"Jumjum","code":"jum"},{"name":"Juang","code":"jun"},{"name":"Jiba","code":"juo"},{"name":"Hupdë","code":"jup"},{"name":"Jurúna","code":"jur"},{"name":"Jumla Sign Language","code":"jus"},{"name":"Jutish","code":"jut"},{"name":"Ju","code":"juu"},{"name":"Wãpha","code":"juw"},{"name":"Juray","code":"juy"},{"name":"Javindo","code":"jvd"},{"name":"Caribbean Javanese","code":"jvn"},{"name":"Jwira-Pepesa","code":"jwi"},{"name":"Jiarong","code":"jya"},{"name":"Judeo-Yemeni Arabic","code":"jye"},{"name":"Jaya","code":"jyy"},{"name":"Karakalpak","code":"kaa"},{"name":"Kara-Kalpak","code":"kaa"},{"name":"Kabyle","code":"kab"},{"name":"Jingpho","code":"kac"},{"name":"Kachin","code":"kac"},{"name":"Adara","code":"kad"},{"name":"Ketangalan","code":"kae"},{"name":"Katso","code":"kaf"},{"name":"Kajaman","code":"kag"},{"name":"Kara (Central African Republic)","code":"kah"},{"name":"Karekare","code":"kai"},{"name":"Jju","code":"kaj"},{"name":"Kalanguya","code":"kak"},{"name":"Kayapa Kallahan","code":"kak"},{"name":"Greenlandic","code":"kal"},{"name":"Kalaallisut","code":"kal"},{"name":"Kamba (Kenya)","code":"kam"},{"name":"Kannada","code":"kan"},{"name":"Xaasongaxango","code":"kao"},{"name":"Bezhta","code":"kap"},{"name":"Capanahua","code":"kaq"},{"name":"Kashmiri","code":"kas"},{"name":"Georgian","code":"kat"},{"name":"Kanuri","code":"kau"},{"name":"Katukína","code":"kav"},{"name":"Kawi","code":"kaw"},{"name":"Kao","code":"kax"},{"name":"Kamayurá","code":"kay"},{"name":"Kazakh","code":"kaz"},{"name":"Kalarko","code":"kba"},{"name":"Kaxuiâna","code":"kbb"},{"name":"Kadiwéu","code":"kbc"},{"name":"Kabardian","code":"kbd"},{"name":"Kanju","code":"kbe"},{"name":"Khamba","code":"kbg"},{"name":"Camsá","code":"kbh"},{"name":"Kaptiau","code":"kbi"},{"name":"Kari","code":"kbj"},{"name":"Grass Koiari","code":"kbk"},{"name":"Kanembu","code":"kbl"},{"name":"Iwal","code":"kbm"},{"name":"Kare (Central African Republic)","code":"kbn"},{"name":"Keliko","code":"kbo"},{"name":"Kabiyè","code":"kbp"},{"name":"Kamano","code":"kbq"},{"name":"Kafa","code":"kbr"},{"name":"Kande","code":"kbs"},{"name":"Abadi","code":"kbt"},{"name":"Kabutra","code":"kbu"},{"name":"Dera (Indonesia)","code":"kbv"},{"name":"Kaiep","code":"kbw"},{"name":"Ap Ma","code":"kbx"},{"name":"Manga Kanuri","code":"kby"},{"name":"Duhwa","code":"kbz"},{"name":"Khanty","code":"kca"},{"name":"Kawacha","code":"kcb"},{"name":"Lubila","code":"kcc"},{"name":"Ngkâlmpw Kanum","code":"kcd"},{"name":"Kaivi","code":"kce"},{"name":"Ukaan","code":"kcf"},{"name":"Tyap","code":"kcg"},{"name":"Vono","code":"kch"},{"name":"Kamantan","code":"kci"},{"name":"Kobiana","code":"kcj"},{"name":"Kalanga","code":"kck"},{"name":"Kala","code":"kcl"},{"name":"Kela (Papua New Guinea)","code":"kcl"},{"name":"Gula (Central African Republic)","code":"kcm"},{"name":"Nubi","code":"kcn"},{"name":"Kinalakna","code":"kco"},{"name":"Kanga","code":"kcp"},{"name":"Kamo","code":"kcq"},{"name":"Katla","code":"kcr"},{"name":"Koenoem","code":"kcs"},{"name":"Kaian","code":"kct"},{"name":"Kami (Tanzania)","code":"kcu"},{"name":"Kete","code":"kcv"},{"name":"Kabwari","code":"kcw"},{"name":"Kachama-Ganjule","code":"kcx"},{"name":"Korandje","code":"kcy"},{"name":"Konongo","code":"kcz"},{"name":"Worimi","code":"kda"},{"name":"Kutu","code":"kdc"},{"name":"Yankunytjatjara","code":"kdd"},{"name":"Makonde","code":"kde"},{"name":"Mamusi","code":"kdf"},{"name":"Seba","code":"kdg"},{"name":"Tem","code":"kdh"},{"name":"Kumam","code":"kdi"},{"name":"Karamojong","code":"kdj"},{"name":"Kwényi","code":"kdk"},{"name":"Numèè","code":"kdk"},{"name":"Tsikimba","code":"kdl"},{"name":"Kagoma","code":"kdm"},{"name":"Kunda","code":"kdn"},{"name":"Kaningdon-Nindem","code":"kdp"},{"name":"Koch","code":"kdq"},{"name":"Karaim","code":"kdr"},{"name":"Kuy","code":"kdt"},{"name":"Kadaru","code":"kdu"},{"name":"Koneraw","code":"kdw"},{"name":"Kam","code":"kdx"},{"name":"Keder","code":"kdy"},{"name":"Keijar","code":"kdy"},{"name":"Kwaja","code":"kdz"},{"name":"Kabuverdianu","code":"kea"},{"name":"Kélé","code":"keb"},{"name":"Keiga","code":"kec"},{"name":"Kerewe","code":"ked"},{"name":"Eastern Keres","code":"kee"},{"name":"Kpessi","code":"kef"},{"name":"Tese","code":"keg"},{"name":"Keak","code":"keh"},{"name":"Kei","code":"kei"},{"name":"Kadar","code":"kej"},{"name":"Kekchí","code":"kek"},{"name":"Kela (Democratic Republic of Congo)","code":"kel"},{"name":"Kemak","code":"kem"},{"name":"Kenyang","code":"ken"},{"name":"Kakwa","code":"keo"},{"name":"Kaikadi","code":"kep"},{"name":"Kamar","code":"keq"},{"name":"Kera","code":"ker"},{"name":"Kugbo","code":"kes"},{"name":"Ket","code":"ket"},{"name":"Akebu","code":"keu"},{"name":"Kanikkaran","code":"kev"},{"name":"West Kewa","code":"kew"},{"name":"Kukna","code":"kex"},{"name":"Kupia","code":"key"},{"name":"Kukele","code":"kez"},{"name":"Kodava","code":"kfa"},{"name":"Northwestern Kolami","code":"kfb"},{"name":"Konda-Dora","code":"kfc"},{"name":"Korra Koraga","code":"kfd"},{"name":"Kota (India)","code":"kfe"},{"name":"Koya","code":"kff"},{"name":"Kudiya","code":"kfg"},{"name":"Kurichiya","code":"kfh"},{"name":"Kannada Kurumba","code":"kfi"},{"name":"Kemiehua","code":"kfj"},{"name":"Kinnauri","code":"kfk"},{"name":"Kung","code":"kfl"},{"name":"Khunsari","code":"kfm"},{"name":"Kuk","code":"kfn"},{"name":"Koro (Côte d'Ivoire)","code":"kfo"},{"name":"Korwa","code":"kfp"},{"name":"Korku","code":"kfq"},{"name":"Kachhi","code":"kfr"},{"name":"Kutchi","code":"kfr"},{"name":"Bilaspuri","code":"kfs"},{"name":"Kanjari","code":"kft"},{"name":"Katkari","code":"kfu"},{"name":"Kurmukar","code":"kfv"},{"name":"Kharam Naga","code":"kfw"},{"name":"Kullu Pahari","code":"kfx"},{"name":"Kumaoni","code":"kfy"},{"name":"Koromfé","code":"kfz"},{"name":"Koyaga","code":"kga"},{"name":"Kawe","code":"kgb"},{"name":"Komering","code":"kge"},{"name":"Kube","code":"kgf"},{"name":"Kusunda","code":"kgg"},{"name":"Selangor Sign Language","code":"kgi"},{"name":"Gamale Kham","code":"kgj"},{"name":"Kaiwá","code":"kgk"},{"name":"Kunggari","code":"kgl"},{"name":"Karipúna","code":"kgm"},{"name":"Karingani","code":"kgn"},{"name":"Krongo","code":"kgo"},{"name":"Kaingang","code":"kgp"},{"name":"Kamoro","code":"kgq"},{"name":"Abun","code":"kgr"},{"name":"Kumbainggar","code":"kgs"},{"name":"Somyev","code":"kgt"},{"name":"Kobol","code":"kgu"},{"name":"Karas","code":"kgv"},{"name":"Karon Dori","code":"kgw"},{"name":"Kamaru","code":"kgx"},{"name":"Kyerung","code":"kgy"},{"name":"Khasi","code":"kha"},{"name":"Lü","code":"khb"},{"name":"Tukang Besi North","code":"khc"},{"name":"Bädi Kanum","code":"khd"},{"name":"Korowai","code":"khe"},{"name":"Khuen","code":"khf"},{"name":"Khams Tibetan","code":"khg"},{"name":"Kehu","code":"khh"},{"name":"Kuturmi","code":"khj"},{"name":"Halh Mongolian","code":"khk"},{"name":"Lusi","code":"khl"},{"name":"Khmer","code":"khm"},{"name":"Central Khmer","code":"khm"},{"name":"Khandesi","code":"khn"},{"name":"Khotanese","code":"kho"},{"name":"Sakan","code":"kho"},{"name":"Kapauri","code":"khp"},{"name":"Kapori","code":"khp"},{"name":"Koyra Chiini Songhay","code":"khq"},{"name":"Kharia","code":"khr"},{"name":"Kasua","code":"khs"},{"name":"Khamti","code":"kht"},{"name":"Nkhumbi","code":"khu"},{"name":"Khvarshi","code":"khv"},{"name":"Khowar","code":"khw"},{"name":"Kanu","code":"khx"},{"name":"Kele (Democratic Republic of Congo)","code":"khy"},{"name":"Keapara","code":"khz"},{"name":"Kim","code":"kia"},{"name":"Koalib","code":"kib"},{"name":"Kickapoo","code":"kic"},{"name":"Koshin","code":"kid"},{"name":"Kibet","code":"kie"},{"name":"Eastern Parbate Kham","code":"kif"},{"name":"Kimaama","code":"kig"},{"name":"Kimaghima","code":"kig"},{"name":"Kilmeri","code":"kih"},{"name":"Kitsai","code":"kii"},{"name":"Kilivila","code":"kij"},{"name":"Gikuyu","code":"kik"},{"name":"Kikuyu","code":"kik"},{"name":"Kariya","code":"kil"},{"name":"Karagas","code":"kim"},{"name":"Kinyarwanda","code":"kin"},{"name":"Kiowa","code":"kio"},{"name":"Sheshi Kham","code":"kip"},{"name":"Kosadle","code":"kiq"},{"name":"Kosare","code":"kiq"},{"name":"Kirghiz","code":"kir"},{"name":"Kyrgyz","code":"kir"},{"name":"Kis","code":"kis"},{"name":"Agob","code":"kit"},{"name":"Kirmanjki (individual language)","code":"kiu"},{"name":"Kimbu","code":"kiv"},{"name":"Northeast Kiwai","code":"kiw"},{"name":"Khiamniungan Naga","code":"kix"},{"name":"Kirikiri","code":"kiy"},{"name":"Kisi","code":"kiz"},{"name":"Mlap","code":"kja"},{"name":"Kanjobal","code":"kjb"},{"name":"Q'anjob'al","code":"kjb"},{"name":"Coastal Konjo","code":"kjc"},{"name":"Southern Kiwai","code":"kjd"},{"name":"Kisar","code":"kje"},{"name":"Khmu","code":"kjg"},{"name":"Khakas","code":"kjh"},{"name":"Zabana","code":"kji"},{"name":"Khinalugh","code":"kjj"},{"name":"Highland Konjo","code":"kjk"},{"name":"Western Parbate Kham","code":"kjl"},{"name":"Kháng","code":"kjm"},{"name":"Kunjen","code":"kjn"},{"name":"Harijan Kinnauri","code":"kjo"},{"name":"Pwo Eastern Karen","code":"kjp"},{"name":"Western Keres","code":"kjq"},{"name":"Kurudu","code":"kjr"},{"name":"East Kewa","code":"kjs"},{"name":"Phrae Pwo Karen","code":"kjt"},{"name":"Kashaya","code":"kju"},{"name":"Kaikavian Literary Language","code":"kjv"},{"name":"Ramopa","code":"kjx"},{"name":"Erave","code":"kjy"},{"name":"Bumthangkha","code":"kjz"},{"name":"Kakanda","code":"kka"},{"name":"Kwerisa","code":"kkb"},{"name":"Odoodee","code":"kkc"},{"name":"Kinuku","code":"kkd"},{"name":"Kakabe","code":"kke"},{"name":"Kalaktang Monpa","code":"kkf"},{"name":"Mabaka Valley Kalinga","code":"kkg"},{"name":"Khün","code":"kkh"},{"name":"Kagulu","code":"kki"},{"name":"Kako","code":"kkj"},{"name":"Kokota","code":"kkk"},{"name":"Kosarek Yale","code":"kkl"},{"name":"Kiong","code":"kkm"},{"name":"Kon Keu","code":"kkn"},{"name":"Karko","code":"kko"},{"name":"Gugubera","code":"kkp"},{"name":"Koko-Bera","code":"kkp"},{"name":"Kaeku","code":"kkq"},{"name":"Kir-Balar","code":"kkr"},{"name":"Giiwo","code":"kks"},{"name":"Koi","code":"kkt"},{"name":"Tumi","code":"kku"},{"name":"Kangean","code":"kkv"},{"name":"Teke-Kukuya","code":"kkw"},{"name":"Kohin","code":"kkx"},{"name":"Guguyimidjir","code":"kky"},{"name":"Guugu Yimidhirr","code":"kky"},{"name":"Kaska","code":"kkz"},{"name":"Klamath-Modoc","code":"kla"},{"name":"Kiliwa","code":"klb"},{"name":"Kolbila","code":"klc"},{"name":"Gamilaraay","code":"kld"},{"name":"Kulung (Nepal)","code":"kle"},{"name":"Kendeje","code":"klf"},{"name":"Tagakaulo","code":"klg"},{"name":"Weliki","code":"klh"},{"name":"Kalumpang","code":"kli"},{"name":"Khalaj","code":"klj"},{"name":"Kono (Nigeria)","code":"klk"},{"name":"Kagan Kalagan","code":"kll"},{"name":"Migum","code":"klm"},{"name":"Kalenjin","code":"kln"},{"name":"Kapya","code":"klo"},{"name":"Kamasa","code":"klp"},{"name":"Rumu","code":"klq"},{"name":"Khaling","code":"klr"},{"name":"Kalasha","code":"kls"},{"name":"Nukna","code":"klt"},{"name":"Klao","code":"klu"},{"name":"Maskelynes","code":"klv"},{"name":"Lindu","code":"klw"},{"name":"Tado","code":"klw"},{"name":"Koluwawa","code":"klx"},{"name":"Kalao","code":"kly"},{"name":"Kabola","code":"klz"},{"name":"Konni","code":"kma"},{"name":"Kimbundu","code":"kmb"},{"name":"Southern Dong","code":"kmc"},{"name":"Majukayang Kalinga","code":"kmd"},{"name":"Bakole","code":"kme"},{"name":"Kare (Papua New Guinea)","code":"kmf"},{"name":"Kâte","code":"kmg"},{"name":"Kalam","code":"kmh"},{"name":"Kami (Nigeria)","code":"kmi"},{"name":"Kumarbhag Paharia","code":"kmj"},{"name":"Limos Kalinga","code":"kmk"},{"name":"Tanudan Kalinga","code":"kml"},{"name":"Kom (India)","code":"kmm"},{"name":"Awtuw","code":"kmn"},{"name":"Kwoma","code":"kmo"},{"name":"Gimme","code":"kmp"},{"name":"Kwama","code":"kmq"},{"name":"Northern Kurdish","code":"kmr"},{"name":"Kamasau","code":"kms"},{"name":"Kemtuik","code":"kmt"},{"name":"Kanite","code":"kmu"},{"name":"Karipúna Creole French","code":"kmv"},{"name":"Komo (Democratic Republic of Congo)","code":"kmw"},{"name":"Waboda","code":"kmx"},{"name":"Koma","code":"kmy"},{"name":"Khorasani Turkish","code":"kmz"},{"name":"Dera (Nigeria)","code":"kna"},{"name":"Lubuagan Kalinga","code":"knb"},{"name":"Central Kanuri","code":"knc"},{"name":"Konda","code":"knd"},{"name":"Kankanaey","code":"kne"},{"name":"Mankanya","code":"knf"},{"name":"Koongo","code":"kng"},{"name":"Kanufi","code":"kni"},{"name":"Western Kanjobal","code":"knj"},{"name":"Kuranko","code":"knk"},{"name":"Keninjal","code":"knl"},{"name":"Kanamarí","code":"knm"},{"name":"Konkani (individual language)","code":"knn"},{"name":"Kono (Sierra Leone)","code":"kno"},{"name":"Kwanja","code":"knp"},{"name":"Kintaq","code":"knq"},{"name":"Kaningra","code":"knr"},{"name":"Kensiu","code":"kns"},{"name":"Panoan Katukína","code":"knt"},{"name":"Kono (Guinea)","code":"knu"},{"name":"Tabo","code":"knv"},{"name":"Kung-Ekoka","code":"knw"},{"name":"Kendayan","code":"knx"},{"name":"Salako","code":"knx"},{"name":"Kanyok","code":"kny"},{"name":"Kalamsé","code":"knz"},{"name":"Konomala","code":"koa"},{"name":"Kpati","code":"koc"},{"name":"Kodi","code":"kod"},{"name":"Kacipo-Bale Suri","code":"koe"},{"name":"Kubi","code":"kof"},{"name":"Cogui","code":"kog"},{"name":"Kogi","code":"kog"},{"name":"Koyo","code":"koh"},{"name":"Komi-Permyak","code":"koi"},{"name":"Konkani (macrolanguage)","code":"kok"},{"name":"Kol (Papua New Guinea)","code":"kol"},{"name":"Komi","code":"kom"},{"name":"Kongo","code":"kon"},{"name":"Konzo","code":"koo"},{"name":"Waube","code":"kop"},{"name":"Kota (Gabon)","code":"koq"},{"name":"Korean","code":"kor"},{"name":"Kosraean","code":"kos"},{"name":"Lagwan","code":"kot"},{"name":"Koke","code":"kou"},{"name":"Kudu-Camo","code":"kov"},{"name":"Kugama","code":"kow"},{"name":"Koyukon","code":"koy"},{"name":"Korak","code":"koz"},{"name":"Kutto","code":"kpa"},{"name":"Mullu Kurumba","code":"kpb"},{"name":"Curripaco","code":"kpc"},{"name":"Koba","code":"kpd"},{"name":"Kpelle","code":"kpe"},{"name":"Komba","code":"kpf"},{"name":"Kapingamarangi","code":"kpg"},{"name":"Kplang","code":"kph"},{"name":"Kofei","code":"kpi"},{"name":"Karajá","code":"kpj"},{"name":"Kpan","code":"kpk"},{"name":"Kpala","code":"kpl"},{"name":"Koho","code":"kpm"},{"name":"Kepkiriwát","code":"kpn"},{"name":"Ikposo","code":"kpo"},{"name":"Korupun-Sela","code":"kpq"},{"name":"Korafe-Yegha","code":"kpr"},{"name":"Tehit","code":"kps"},{"name":"Karata","code":"kpt"},{"name":"Kafoa","code":"kpu"},{"name":"Komi-Zyrian","code":"kpv"},{"name":"Kobon","code":"kpw"},{"name":"Mountain Koiali","code":"kpx"},{"name":"Koryak","code":"kpy"},{"name":"Kupsabiny","code":"kpz"},{"name":"Mum","code":"kqa"},{"name":"Kovai","code":"kqb"},{"name":"Doromu-Koki","code":"kqc"},{"name":"Koy Sanjaq Surat","code":"kqd"},{"name":"Kalagan","code":"kqe"},{"name":"Kakabai","code":"kqf"},{"name":"Khe","code":"kqg"},{"name":"Kisankasa","code":"kqh"},{"name":"Koitabu","code":"kqi"},{"name":"Koromira","code":"kqj"},{"name":"Kotafon Gbe","code":"kqk"},{"name":"Kyenele","code":"kql"},{"name":"Khisa","code":"kqm"},{"name":"Kaonde","code":"kqn"},{"name":"Eastern Krahn","code":"kqo"},{"name":"Kimré","code":"kqp"},{"name":"Krenak","code":"kqq"},{"name":"Kimaragang","code":"kqr"},{"name":"Northern Kissi","code":"kqs"},{"name":"Klias River Kadazan","code":"kqt"},{"name":"Seroa","code":"kqu"},{"name":"Okolod","code":"kqv"},{"name":"Kandas","code":"kqw"},{"name":"Mser","code":"kqx"},{"name":"Koorete","code":"kqy"},{"name":"Korana","code":"kqz"},{"name":"Kumhali","code":"kra"},{"name":"Karkin","code":"krb"},{"name":"Karachay-Balkar","code":"krc"},{"name":"Kairui-Midiki","code":"krd"},{"name":"Panará","code":"kre"},{"name":"Koro (Vanuatu)","code":"krf"},{"name":"Kurama","code":"krh"},{"name":"Krio","code":"kri"},{"name":"Kinaray-A","code":"krj"},{"name":"Kerek","code":"krk"},{"name":"Karelian","code":"krl"},{"name":"Sapo","code":"krn"},{"name":"Korop","code":"krp"},{"name":"Krung","code":"krr"},{"name":"Gbaya (Sudan)","code":"krs"},{"name":"Tumari Kanuri","code":"krt"},{"name":"Kurukh","code":"kru"},{"name":"Kavet","code":"krv"},{"name":"Western Krahn","code":"krw"},{"name":"Karon","code":"krx"},{"name":"Kryts","code":"kry"},{"name":"Sota Kanum","code":"krz"},{"name":"Shuwa-Zamani","code":"ksa"},{"name":"Shambala","code":"ksb"},{"name":"Southern Kalinga","code":"ksc"},{"name":"Kuanua","code":"ksd"},{"name":"Kuni","code":"kse"},{"name":"Bafia","code":"ksf"},{"name":"Kusaghe","code":"ksg"},{"name":"Kölsch","code":"ksh"},{"name":"I'saka","code":"ksi"},{"name":"Krisa","code":"ksi"},{"name":"Uare","code":"ksj"},{"name":"Kansa","code":"ksk"},{"name":"Kumalu","code":"ksl"},{"name":"Kumba","code":"ksm"},{"name":"Kasiguranin","code":"ksn"},{"name":"Kofa","code":"kso"},{"name":"Kaba","code":"ksp"},{"name":"Kwaami","code":"ksq"},{"name":"Borong","code":"ksr"},{"name":"Southern Kisi","code":"kss"},{"name":"Winyé","code":"kst"},{"name":"Khamyang","code":"ksu"},{"name":"Kusu","code":"ksv"},{"name":"S'gaw Karen","code":"ksw"},{"name":"Kedang","code":"ksx"},{"name":"Kharia Thar","code":"ksy"},{"name":"Kodaku","code":"ksz"},{"name":"Katua","code":"kta"},{"name":"Kambaata","code":"ktb"},{"name":"Kholok","code":"ktc"},{"name":"Kokata","code":"ktd"},{"name":"Kukatha","code":"ktd"},{"name":"Nubri","code":"kte"},{"name":"Kwami","code":"ktf"},{"name":"Kalkutung","code":"ktg"},{"name":"Karanga","code":"kth"},{"name":"North Muyu","code":"kti"},{"name":"Plapo Krumen","code":"ktj"},{"name":"Kaniet","code":"ktk"},{"name":"Koroshi","code":"ktl"},{"name":"Kurti","code":"ktm"},{"name":"Karitiâna","code":"ktn"},{"name":"Kuot","code":"kto"},{"name":"Kaduo","code":"ktp"},{"name":"Katabaga","code":"ktq"},{"name":"South Muyu","code":"kts"},{"name":"Ketum","code":"ktt"},{"name":"Kituba (Democratic Republic of Congo)","code":"ktu"},{"name":"Eastern Katu","code":"ktv"},{"name":"Kato","code":"ktw"},{"name":"Kaxararí","code":"ktx"},{"name":"Kango (Bas-Uélé District)","code":"kty"},{"name":"Juǀʼhoan","code":"ktz"},{"name":"Juǀʼhoansi","code":"ktz"},{"name":"Kuanyama","code":"kua"},{"name":"Kwanyama","code":"kua"},{"name":"Kutep","code":"kub"},{"name":"Kwinsu","code":"kuc"},{"name":"'Auhelawa","code":"kud"},{"name":"Kuman (Papua New Guinea)","code":"kue"},{"name":"Western Katu","code":"kuf"},{"name":"Kupa","code":"kug"},{"name":"Kushi","code":"kuh"},{"name":"Kalapalo","code":"kui"},{"name":"Kuikúro-Kalapálo","code":"kui"},{"name":"Kuria","code":"kuj"},{"name":"Kepo'","code":"kuk"},{"name":"Kulere","code":"kul"},{"name":"Kumyk","code":"kum"},{"name":"Kunama","code":"kun"},{"name":"Kumukio","code":"kuo"},{"name":"Kunimaipa","code":"kup"},{"name":"Karipuna","code":"kuq"},{"name":"Kurdish","code":"kur"},{"name":"Kusaal","code":"kus"},{"name":"Kutenai","code":"kut"},{"name":"Upper Kuskokwim","code":"kuu"},{"name":"Kur","code":"kuv"},{"name":"Kpagua","code":"kuw"},{"name":"Kukatja","code":"kux"},{"name":"Kuuku-Ya'u","code":"kuy"},{"name":"Kunza","code":"kuz"},{"name":"Bagvalal","code":"kva"},{"name":"Kubu","code":"kvb"},{"name":"Kove","code":"kvc"},{"name":"Kui (Indonesia)","code":"kvd"},{"name":"Kalabakan","code":"kve"},{"name":"Kabalai","code":"kvf"},{"name":"Kuni-Boazi","code":"kvg"},{"name":"Komodo","code":"kvh"},{"name":"Kwang","code":"kvi"},{"name":"Psikye","code":"kvj"},{"name":"Korean Sign Language","code":"kvk"},{"name":"Kayaw","code":"kvl"},{"name":"Kendem","code":"kvm"},{"name":"Border Kuna","code":"kvn"},{"name":"Dobel","code":"kvo"},{"name":"Kompane","code":"kvp"},{"name":"Geba Karen","code":"kvq"},{"name":"Kerinci","code":"kvr"},{"name":"Lahta","code":"kvt"},{"name":"Lahta Karen","code":"kvt"},{"name":"Yinbaw Karen","code":"kvu"},{"name":"Kola","code":"kvv"},{"name":"Wersing","code":"kvw"},{"name":"Parkari Koli","code":"kvx"},{"name":"Yintale","code":"kvy"},{"name":"Yintale Karen","code":"kvy"},{"name":"Tsakwambo","code":"kvz"},{"name":"Tsaukambo","code":"kvz"},{"name":"Dâw","code":"kwa"},{"name":"Kwa","code":"kwb"},{"name":"Likwala","code":"kwc"},{"name":"Kwaio","code":"kwd"},{"name":"Kwerba","code":"kwe"},{"name":"Kwara'ae","code":"kwf"},{"name":"Sara Kaba Deme","code":"kwg"},{"name":"Kowiai","code":"kwh"},{"name":"Awa-Cuaiquer","code":"kwi"},{"name":"Kwanga","code":"kwj"},{"name":"Kwakiutl","code":"kwk"},{"name":"Kofyar","code":"kwl"},{"name":"Kwambi","code":"kwm"},{"name":"Kwangali","code":"kwn"},{"name":"Kwomtari","code":"kwo"},{"name":"Kodia","code":"kwp"},{"name":"Kwer","code":"kwr"},{"name":"Kwese","code":"kws"},{"name":"Kwesten","code":"kwt"},{"name":"Kwakum","code":"kwu"},{"name":"Sara Kaba Náà","code":"kwv"},{"name":"Kwinti","code":"kww"},{"name":"Khirwar","code":"kwx"},{"name":"San Salvador Kongo","code":"kwy"},{"name":"Kwadi","code":"kwz"},{"name":"Kairiru","code":"kxa"},{"name":"Krobu","code":"kxb"},{"name":"Khonso","code":"kxc"},{"name":"Konso","code":"kxc"},{"name":"Brunei","code":"kxd"},{"name":"Manumanaw","code":"kxf"},{"name":"Manumanaw Karen","code":"kxf"},{"name":"Karo (Ethiopia)","code":"kxh"},{"name":"Keningau Murut","code":"kxi"},{"name":"Kulfa","code":"kxj"},{"name":"Zayein Karen","code":"kxk"},{"name":"Northern Khmer","code":"kxm"},{"name":"Kanowit-Tanjong Melanau","code":"kxn"},{"name":"Kanoé","code":"kxo"},{"name":"Wadiyara Koli","code":"kxp"},{"name":"Smärky Kanum","code":"kxq"},{"name":"Koro (Papua New Guinea)","code":"kxr"},{"name":"Kangjia","code":"kxs"},{"name":"Koiwat","code":"kxt"},{"name":"Kuvi","code":"kxv"},{"name":"Konai","code":"kxw"},{"name":"Likuba","code":"kxx"},{"name":"Kayong","code":"kxy"},{"name":"Kerewo","code":"kxz"},{"name":"Kwaya","code":"kya"},{"name":"Butbut Kalinga","code":"kyb"},{"name":"Kyaka","code":"kyc"},{"name":"Karey","code":"kyd"},{"name":"Krache","code":"kye"},{"name":"Kouya","code":"kyf"},{"name":"Keyagana","code":"kyg"},{"name":"Karok","code":"kyh"},{"name":"Kiput","code":"kyi"},{"name":"Karao","code":"kyj"},{"name":"Kamayo","code":"kyk"},{"name":"Kalapuya","code":"kyl"},{"name":"Kpatili","code":"kym"},{"name":"Northern Binukidnon","code":"kyn"},{"name":"Kelon","code":"kyo"},{"name":"Kang","code":"kyp"},{"name":"Kenga","code":"kyq"},{"name":"Kuruáya","code":"kyr"},{"name":"Baram Kayan","code":"kys"},{"name":"Kayagar","code":"kyt"},{"name":"Western Kayah","code":"kyu"},{"name":"Kayort","code":"kyv"},{"name":"Kudmali","code":"kyw"},{"name":"Rapoisi","code":"kyx"},{"name":"Kambaira","code":"kyy"},{"name":"Kayabí","code":"kyz"},{"name":"Western Karaboro","code":"kza"},{"name":"Kaibobo","code":"kzb"},{"name":"Bondoukou Kulango","code":"kzc"},{"name":"Kadai","code":"kzd"},{"name":"Kosena","code":"kze"},{"name":"Da'a Kaili","code":"kzf"},{"name":"Kikai","code":"kzg"},{"name":"Kelabit","code":"kzi"},{"name":"Kazukuru","code":"kzk"},{"name":"Kayeli","code":"kzl"},{"name":"Kais","code":"kzm"},{"name":"Kokola","code":"kzn"},{"name":"Kaningi","code":"kzo"},{"name":"Kaidipang","code":"kzp"},{"name":"Kaike","code":"kzq"},{"name":"Karang","code":"kzr"},{"name":"Sugut Dusun","code":"kzs"},{"name":"Kayupulau","code":"kzu"},{"name":"Komyandaret","code":"kzv"},{"name":"Karirí-Xocó","code":"kzw"},{"name":"Kamarian","code":"kzx"},{"name":"Kango (Tshopo District)","code":"kzy"},{"name":"Kalabra","code":"kzz"},{"name":"Southern Subanen","code":"laa"},{"name":"Linear A","code":"lab"},{"name":"Lacandon","code":"lac"},{"name":"Ladino","code":"lad"},{"name":"Pattani","code":"lae"},{"name":"Lafofa","code":"laf"},{"name":"Langi","code":"lag"},{"name":"Lahnda","code":"lah"},{"name":"Lambya","code":"lai"},{"name":"Lango (Uganda)","code":"laj"},{"name":"Laka (Nigeria)","code":"lak"},{"name":"Lalia","code":"lal"},{"name":"Lamba","code":"lam"},{"name":"Laru","code":"lan"},{"name":"Lao","code":"lao"},{"name":"Laka (Chad)","code":"lap"},{"name":"Qabiao","code":"laq"},{"name":"Larteh","code":"lar"},{"name":"Lama (Togo)","code":"las"},{"name":"Latin","code":"lat"},{"name":"Laba","code":"lau"},{"name":"Latvian","code":"lav"},{"name":"Lauje","code":"law"},{"name":"Tiwa","code":"lax"},{"name":"Lama Bai","code":"lay"},{"name":"Aribwatsa","code":"laz"},{"name":"Label","code":"lbb"},{"name":"Lakkia","code":"lbc"},{"name":"Lak","code":"lbe"},{"name":"Tinani","code":"lbf"},{"name":"Laopang","code":"lbg"},{"name":"La'bi","code":"lbi"},{"name":"Ladakhi","code":"lbj"},{"name":"Central Bontok","code":"lbk"},{"name":"Libon Bikol","code":"lbl"},{"name":"Lodhi","code":"lbm"},{"name":"Rmeet","code":"lbn"},{"name":"Laven","code":"lbo"},{"name":"Wampar","code":"lbq"},{"name":"Lohorung","code":"lbr"},{"name":"Libyan Sign Language","code":"lbs"},{"name":"Lachi","code":"lbt"},{"name":"Labu","code":"lbu"},{"name":"Lavatbura-Lamusong","code":"lbv"},{"name":"Tolaki","code":"lbw"},{"name":"Lawangan","code":"lbx"},{"name":"Lamalama","code":"lby"},{"name":"Lamu-Lamu","code":"lby"},{"name":"Lardil","code":"lbz"},{"name":"Legenyem","code":"lcc"},{"name":"Lola","code":"lcd"},{"name":"Loncong","code":"lce"},{"name":"Sekak","code":"lce"},{"name":"Lubu","code":"lcf"},{"name":"Luchazi","code":"lch"},{"name":"Lisela","code":"lcl"},{"name":"Tungag","code":"lcm"},{"name":"Western Lawa","code":"lcp"},{"name":"Luhu","code":"lcq"},{"name":"Lisabata-Nuniali","code":"lcs"},{"name":"Kla-Dan","code":"lda"},{"name":"Dũya","code":"ldb"},{"name":"Luri","code":"ldd"},{"name":"Lenyima","code":"ldg"},{"name":"Lamja-Dengsa-Tola","code":"ldh"},{"name":"Laari","code":"ldi"},{"name":"Lemoro","code":"ldj"},{"name":"Leelau","code":"ldk"},{"name":"Kaan","code":"ldl"},{"name":"Landoma","code":"ldm"},{"name":"Láadan","code":"ldn"},{"name":"Loo","code":"ldo"},{"name":"Tso","code":"ldp"},{"name":"Lufu","code":"ldq"},{"name":"Lega-Shabunda","code":"lea"},{"name":"Lala-Bisa","code":"leb"},{"name":"Leco","code":"lec"},{"name":"Lendu","code":"led"},{"name":"Lyélé","code":"lee"},{"name":"Lelemi","code":"lef"},{"name":"Lenje","code":"leh"},{"name":"Lemio","code":"lei"},{"name":"Lengola","code":"lej"},{"name":"Leipon","code":"lek"},{"name":"Lele (Democratic Republic of Congo)","code":"lel"},{"name":"Nomaande","code":"lem"},{"name":"Lenca","code":"len"},{"name":"Leti (Cameroon)","code":"leo"},{"name":"Lepcha","code":"lep"},{"name":"Lembena","code":"leq"},{"name":"Lenkau","code":"ler"},{"name":"Lese","code":"les"},{"name":"Amio-Gelimi","code":"let"},{"name":"Lesing-Gelimi","code":"let"},{"name":"Kara (Papua New Guinea)","code":"leu"},{"name":"Lamma","code":"lev"},{"name":"Ledo Kaili","code":"lew"},{"name":"Luang","code":"lex"},{"name":"Lemolang","code":"ley"},{"name":"Lezghian","code":"lez"},{"name":"Lefa","code":"lfa"},{"name":"Lingua Franca Nova","code":"lfn"},{"name":"Lungga","code":"lga"},{"name":"Laghu","code":"lgb"},{"name":"Lugbara","code":"lgg"},{"name":"Laghuu","code":"lgh"},{"name":"Lengilu","code":"lgi"},{"name":"Lingarak","code":"lgk"},{"name":"Neverver","code":"lgk"},{"name":"Wala","code":"lgl"},{"name":"Lega-Mwenga","code":"lgm"},{"name":"Opuuo","code":"lgn"},{"name":"T'apo","code":"lgn"},{"name":"Logba","code":"lgq"},{"name":"Lengo","code":"lgr"},{"name":"Pahi","code":"lgt"},{"name":"Longgu","code":"lgu"},{"name":"Ligenza","code":"lgz"},{"name":"Laha (Viet Nam)","code":"lha"},{"name":"Laha (Indonesia)","code":"lhh"},{"name":"Lahu Shi","code":"lhi"},{"name":"Lahul Lohar","code":"lhl"},{"name":"Lhomi","code":"lhm"},{"name":"Lahanan","code":"lhn"},{"name":"Lhokpu","code":"lhp"},{"name":"Mlahsö","code":"lhs"},{"name":"Lo-Toga","code":"lht"},{"name":"Lahu","code":"lhu"},{"name":"West-Central Limba","code":"lia"},{"name":"Likum","code":"lib"},{"name":"Hlai","code":"lic"},{"name":"Nyindrou","code":"lid"},{"name":"Likila","code":"lie"},{"name":"Limbu","code":"lif"},{"name":"Ligbi","code":"lig"},{"name":"Lihir","code":"lih"},{"name":"Ligurian","code":"lij"},{"name":"Lika","code":"lik"},{"name":"Lillooet","code":"lil"},{"name":"Limburgan","code":"lim"},{"name":"Limburger","code":"lim"},{"name":"Limburgish","code":"lim"},{"name":"Lingala","code":"lin"},{"name":"Liki","code":"lio"},{"name":"Sekpele","code":"lip"},{"name":"Libido","code":"liq"},{"name":"Liberian English","code":"lir"},{"name":"Lisu","code":"lis"},{"name":"Lithuanian","code":"lit"},{"name":"Logorik","code":"liu"},{"name":"Liv","code":"liv"},{"name":"Col","code":"liw"},{"name":"Liabuku","code":"lix"},{"name":"Banda-Bambari","code":"liy"},{"name":"Libinza","code":"liz"},{"name":"Golpa","code":"lja"},{"name":"Rampi","code":"lje"},{"name":"Laiyolo","code":"lji"},{"name":"Li'o","code":"ljl"},{"name":"Lampung Api","code":"ljp"},{"name":"Yirandali","code":"ljw"},{"name":"Yuru","code":"ljx"},{"name":"Lakalei","code":"lka"},{"name":"Kabras","code":"lkb"},{"name":"Lukabaras","code":"lkb"},{"name":"Kucong","code":"lkc"},{"name":"Lakondê","code":"lkd"},{"name":"Kenyi","code":"lke"},{"name":"Lakha","code":"lkh"},{"name":"Laki","code":"lki"},{"name":"Remun","code":"lkj"},{"name":"Laeko-Libuat","code":"lkl"},{"name":"Kalaamaya","code":"lkm"},{"name":"Lakon","code":"lkn"},{"name":"Vure","code":"lkn"},{"name":"Khayo","code":"lko"},{"name":"Olukhayo","code":"lko"},{"name":"Päri","code":"lkr"},{"name":"Kisa","code":"lks"},{"name":"Olushisa","code":"lks"},{"name":"Lakota","code":"lkt"},{"name":"Kungkari","code":"lku"},{"name":"Lokoya","code":"lky"},{"name":"Lala-Roba","code":"lla"},{"name":"Lolo","code":"llb"},{"name":"Lele (Guinea)","code":"llc"},{"name":"Ladin","code":"lld"},{"name":"Lele (Papua New Guinea)","code":"lle"},{"name":"Hermit","code":"llf"},{"name":"Lole","code":"llg"},{"name":"Lamu","code":"llh"},{"name":"Teke-Laali","code":"lli"},{"name":"Ladji Ladji","code":"llj"},{"name":"Lelak","code":"llk"},{"name":"Lilau","code":"lll"},{"name":"Lasalimu","code":"llm"},{"name":"Lele (Chad)","code":"lln"},{"name":"North Efate","code":"llp"},{"name":"Lolak","code":"llq"},{"name":"Lithuanian Sign Language","code":"lls"},{"name":"Lau","code":"llu"},{"name":"Lauan","code":"llx"},{"name":"East Limba","code":"lma"},{"name":"Merei","code":"lmb"},{"name":"Limilngan","code":"lmc"},{"name":"Lumun","code":"lmd"},{"name":"Pévé","code":"lme"},{"name":"South Lembata","code":"lmf"},{"name":"Lamogai","code":"lmg"},{"name":"Lambichhong","code":"lmh"},{"name":"Lombi","code":"lmi"},{"name":"West Lembata","code":"lmj"},{"name":"Lamkang","code":"lmk"},{"name":"Hano","code":"lml"},{"name":"Lambadi","code":"lmn"},{"name":"Lombard","code":"lmo"},{"name":"Limbum","code":"lmp"},{"name":"Lamatuka","code":"lmq"},{"name":"Lamalera","code":"lmr"},{"name":"Lamenu","code":"lmu"},{"name":"Lomaiviti","code":"lmv"},{"name":"Lake Miwok","code":"lmw"},{"name":"Laimbue","code":"lmx"},{"name":"Lamboya","code":"lmy"},{"name":"Langbashe","code":"lna"},{"name":"Mbalanhu","code":"lnb"},{"name":"Lun Bawang","code":"lnd"},{"name":"Lundayeh","code":"lnd"},{"name":"Langobardic","code":"lng"},{"name":"Lanoh","code":"lnh"},{"name":"Daantanai'","code":"lni"},{"name":"Leningitij","code":"lnj"},{"name":"South Central Banda","code":"lnl"},{"name":"Langam","code":"lnm"},{"name":"Lorediakarkar","code":"lnn"},{"name":"Lango (South Sudan)","code":"lno"},{"name":"Lamnso'","code":"lns"},{"name":"Longuda","code":"lnu"},{"name":"Lanima","code":"lnw"},{"name":"Lonzo","code":"lnz"},{"name":"Loloda","code":"loa"},{"name":"Lobi","code":"lob"},{"name":"Inonhan","code":"loc"},{"name":"Saluan","code":"loe"},{"name":"Logol","code":"lof"},{"name":"Logo","code":"log"},{"name":"Narim","code":"loh"},{"name":"Loma (Côte d'Ivoire)","code":"loi"},{"name":"Lou","code":"loj"},{"name":"Loko","code":"lok"},{"name":"Mongo","code":"lol"},{"name":"Loma (Liberia)","code":"lom"},{"name":"Malawi Lomwe","code":"lon"},{"name":"Lombo","code":"loo"},{"name":"Lopa","code":"lop"},{"name":"Lobala","code":"loq"},{"name":"Téén","code":"lor"},{"name":"Loniu","code":"los"},{"name":"Otuho","code":"lot"},{"name":"Louisiana Creole","code":"lou"},{"name":"Lopi","code":"lov"},{"name":"Tampias Lobu","code":"low"},{"name":"Loun","code":"lox"},{"name":"Loke","code":"loy"},{"name":"Lozi","code":"loz"},{"name":"Lelepa","code":"lpa"},{"name":"Lepki","code":"lpe"},{"name":"Long Phuri Naga","code":"lpn"},{"name":"Lipo","code":"lpo"},{"name":"Lopit","code":"lpx"},{"name":"Rara Bakati'","code":"lra"},{"name":"Northern Luri","code":"lrc"},{"name":"Laurentian","code":"lre"},{"name":"Laragia","code":"lrg"},{"name":"Marachi","code":"lri"},{"name":"Olumarachi","code":"lri"},{"name":"Loarki","code":"lrk"},{"name":"Lari","code":"lrl"},{"name":"Marama","code":"lrm"},{"name":"Olumarama","code":"lrm"},{"name":"Lorang","code":"lrn"},{"name":"Laro","code":"lro"},{"name":"Southern Yamphu","code":"lrr"},{"name":"Larantuka Malay","code":"lrt"},{"name":"Larevat","code":"lrv"},{"name":"Lemerig","code":"lrz"},{"name":"Lasgerdi","code":"lsa"},{"name":"Burundian Sign Language","code":"lsb"},{"name":"Langue des Signes Burundaise","code":"lsb"},{"name":"Lishana Deni","code":"lsd"},{"name":"Lusengo","code":"lse"},{"name":"Lish","code":"lsh"},{"name":"Lashi","code":"lsi"},{"name":"Latvian Sign Language","code":"lsl"},{"name":"Olusamia","code":"lsm"},{"name":"Saamia","code":"lsm"},{"name":"Tibetan Sign Language","code":"lsn"},{"name":"Laos Sign Language","code":"lso"},{"name":"Lengua de Señas Panameñas","code":"lsp"},{"name":"Panamanian Sign Language","code":"lsp"},{"name":"Aruop","code":"lsr"},{"name":"Lasi","code":"lss"},{"name":"Trinidad and Tobago Sign Language","code":"lst"},{"name":"Sivia Sign Language","code":"lsv"},{"name":"Mauritian Sign Language","code":"lsy"},{"name":"Late Middle Chinese","code":"ltc"},{"name":"Latgalian","code":"ltg"},{"name":"Thur","code":"lth"},{"name":"Leti (Indonesia)","code":"lti"},{"name":"Latundê","code":"ltn"},{"name":"Olutsotso","code":"lto"},{"name":"Tsotso","code":"lto"},{"name":"Lutachoni","code":"lts"},{"name":"Tachoni","code":"lts"},{"name":"Latu","code":"ltu"},{"name":"Letzeburgesch","code":"ltz"},{"name":"Luxembourgish","code":"ltz"},{"name":"Luba-Lulua","code":"lua"},{"name":"Luba-Katanga","code":"lub"},{"name":"Aringa","code":"luc"},{"name":"Ludian","code":"lud"},{"name":"Luvale","code":"lue"},{"name":"Laua","code":"luf"},{"name":"Ganda","code":"lug"},{"name":"Luiseno","code":"lui"},{"name":"Luna","code":"luj"},{"name":"Lunanakha","code":"luk"},{"name":"Olu'bo","code":"lul"},{"name":"Luimbi","code":"lum"},{"name":"Lunda","code":"lun"},{"name":"Dholuo","code":"luo"},{"name":"Luo (Kenya and Tanzania)","code":"luo"},{"name":"Lumbu","code":"lup"},{"name":"Lucumi","code":"luq"},{"name":"Laura","code":"lur"},{"name":"Lushai","code":"lus"},{"name":"Lushootseed","code":"lut"},{"name":"Lumba-Yakkha","code":"luu"},{"name":"Luwati","code":"luv"},{"name":"Luo (Cameroon)","code":"luw"},{"name":"Luyia","code":"luy"},{"name":"Oluluyia","code":"luy"},{"name":"Southern Luri","code":"luz"},{"name":"Maku'a","code":"lva"},{"name":"Lavi","code":"lvi"},{"name":"Lavukaleve","code":"lvk"},{"name":"Standard Latvian","code":"lvs"},{"name":"Levuka","code":"lvu"},{"name":"Lwalu","code":"lwa"},{"name":"Lewo Eleng","code":"lwe"},{"name":"Oluwanga","code":"lwg"},{"name":"Wanga","code":"lwg"},{"name":"White Lachi","code":"lwh"},{"name":"Eastern Lawa","code":"lwl"},{"name":"Laomian","code":"lwm"},{"name":"Luwo","code":"lwo"},{"name":"Malawian Sign Language","code":"lws"},{"name":"Lewotobi","code":"lwt"},{"name":"Lawu","code":"lwu"},{"name":"Lewo","code":"lww"},{"name":"Lakurumau","code":"lxm"},{"name":"Layakha","code":"lya"},{"name":"Lyngngam","code":"lyg"},{"name":"Luyana","code":"lyn"},{"name":"Literary Chinese","code":"lzh"},{"name":"Litzlitz","code":"lzl"},{"name":"Leinong Naga","code":"lzn"},{"name":"Laz","code":"lzz"},{"name":"San Jerónimo Tecóatl Mazatec","code":"maa"},{"name":"Yutanduchi Mixtec","code":"mab"},{"name":"Madurese","code":"mad"},{"name":"Bo-Rukul","code":"mae"},{"name":"Mafa","code":"maf"},{"name":"Magahi","code":"mag"},{"name":"Marshallese","code":"mah"},{"name":"Maithili","code":"mai"},{"name":"Jalapa De Díaz Mazatec","code":"maj"},{"name":"Makasar","code":"mak"},{"name":"Malayalam","code":"mal"},{"name":"Mam","code":"mam"},{"name":"Manding","code":"man"},{"name":"Mandingo","code":"man"},{"name":"Chiquihuitlán Mazatec","code":"maq"},{"name":"Marathi","code":"mar"},{"name":"Masai","code":"mas"},{"name":"San Francisco Matlatzinca","code":"mat"},{"name":"Huautla Mazatec","code":"mau"},{"name":"Sateré-Mawé","code":"mav"},{"name":"Mampruli","code":"maw"},{"name":"North Moluccan Malay","code":"max"},{"name":"Central Mazahua","code":"maz"},{"name":"Higaonon","code":"mba"},{"name":"Western Bukidnon Manobo","code":"mbb"},{"name":"Macushi","code":"mbc"},{"name":"Dibabawon Manobo","code":"mbd"},{"name":"Molale","code":"mbe"},{"name":"Baba Malay","code":"mbf"},{"name":"Mangseng","code":"mbh"},{"name":"Ilianen Manobo","code":"mbi"},{"name":"Nadëb","code":"mbj"},{"name":"Malol","code":"mbk"},{"name":"Maxakalí","code":"mbl"},{"name":"Ombamba","code":"mbm"},{"name":"Macaguán","code":"mbn"},{"name":"Mbo (Cameroon)","code":"mbo"},{"name":"Malayo","code":"mbp"},{"name":"Maisin","code":"mbq"},{"name":"Nukak Makú","code":"mbr"},{"name":"Sarangani Manobo","code":"mbs"},{"name":"Matigsalug Manobo","code":"mbt"},{"name":"Mbula-Bwazza","code":"mbu"},{"name":"Mbulungish","code":"mbv"},{"name":"Maring","code":"mbw"},{"name":"Mari (East Sepik Province)","code":"mbx"},{"name":"Memoni","code":"mby"},{"name":"Amoltepec Mixtec","code":"mbz"},{"name":"Maca","code":"mca"},{"name":"Machiguenga","code":"mcb"},{"name":"Bitur","code":"mcc"},{"name":"Sharanahua","code":"mcd"},{"name":"Itundujia Mixtec","code":"mce"},{"name":"Matsés","code":"mcf"},{"name":"Mapoyo","code":"mcg"},{"name":"Maquiritari","code":"mch"},{"name":"Mese","code":"mci"},{"name":"Mvanip","code":"mcj"},{"name":"Mbunda","code":"mck"},{"name":"Macaguaje","code":"mcl"},{"name":"Malaccan Creole Portuguese","code":"mcm"},{"name":"Masana","code":"mcn"},{"name":"Coatlán Mixe","code":"mco"},{"name":"Makaa","code":"mcp"},{"name":"Ese","code":"mcq"},{"name":"Menya","code":"mcr"},{"name":"Mambai","code":"mcs"},{"name":"Mengisa","code":"mct"},{"name":"Cameroon Mambila","code":"mcu"},{"name":"Minanibai","code":"mcv"},{"name":"Mawa (Chad)","code":"mcw"},{"name":"Mpiemo","code":"mcx"},{"name":"South Watut","code":"mcy"},{"name":"Mawan","code":"mcz"},{"name":"Mada (Nigeria)","code":"mda"},{"name":"Morigi","code":"mdb"},{"name":"Male (Papua New Guinea)","code":"mdc"},{"name":"Mbum","code":"mdd"},{"name":"Maba (Chad)","code":"mde"},{"name":"Moksha","code":"mdf"},{"name":"Massalat","code":"mdg"},{"name":"Maguindanaon","code":"mdh"},{"name":"Mamvu","code":"mdi"},{"name":"Mangbetu","code":"mdj"},{"name":"Mangbutu","code":"mdk"},{"name":"Maltese Sign Language","code":"mdl"},{"name":"Mayogo","code":"mdm"},{"name":"Mbati","code":"mdn"},{"name":"Mbala","code":"mdp"},{"name":"Mbole","code":"mdq"},{"name":"Mandar","code":"mdr"},{"name":"Maria (Papua New Guinea)","code":"mds"},{"name":"Mbere","code":"mdt"},{"name":"Mboko","code":"mdu"},{"name":"Santa Lucía Monteverde Mixtec","code":"mdv"},{"name":"Mbosi","code":"mdw"},{"name":"Dizin","code":"mdx"},{"name":"Male (Ethiopia)","code":"mdy"},{"name":"Suruí Do Pará","code":"mdz"},{"name":"Menka","code":"mea"},{"name":"Ikobi","code":"meb"},{"name":"Marra","code":"mec"},{"name":"Melpa","code":"med"},{"name":"Mengen","code":"mee"},{"name":"Megam","code":"mef"},{"name":"Southwestern Tlaxiaco Mixtec","code":"meh"},{"name":"Midob","code":"mei"},{"name":"Meyah","code":"mej"},{"name":"Mekeo","code":"mek"},{"name":"Central Melanau","code":"mel"},{"name":"Mangala","code":"mem"},{"name":"Mende (Sierra Leone)","code":"men"},{"name":"Kedah Malay","code":"meo"},{"name":"Miriwoong","code":"mep"},{"name":"Merey","code":"meq"},{"name":"Meru","code":"mer"},{"name":"Masmaje","code":"mes"},{"name":"Mato","code":"met"},{"name":"Motu","code":"meu"},{"name":"Mano","code":"mev"},{"name":"Maaka","code":"mew"},{"name":"Hassaniyya","code":"mey"},{"name":"Menominee","code":"mez"},{"name":"Pattani Malay","code":"mfa"},{"name":"Bangka","code":"mfb"},{"name":"Mba","code":"mfc"},{"name":"Mendankwe-Nkwen","code":"mfd"},{"name":"Morisyen","code":"mfe"},{"name":"Naki","code":"mff"},{"name":"Mogofin","code":"mfg"},{"name":"Matal","code":"mfh"},{"name":"Wandala","code":"mfi"},{"name":"Mefele","code":"mfj"},{"name":"North Mofu","code":"mfk"},{"name":"Putai","code":"mfl"},{"name":"Marghi South","code":"mfm"},{"name":"Cross River Mbembe","code":"mfn"},{"name":"Mbe","code":"mfo"},{"name":"Makassar Malay","code":"mfp"},{"name":"Moba","code":"mfq"},{"name":"Marrithiyel","code":"mfr"},{"name":"Mexican Sign Language","code":"mfs"},{"name":"Mokerang","code":"mft"},{"name":"Mbwela","code":"mfu"},{"name":"Mandjak","code":"mfv"},{"name":"Mulaha","code":"mfw"},{"name":"Melo","code":"mfx"},{"name":"Mayo","code":"mfy"},{"name":"Mabaan","code":"mfz"},{"name":"Middle Irish (900-1200)","code":"mga"},{"name":"Mararit","code":"mgb"},{"name":"Morokodo","code":"mgc"},{"name":"Moru","code":"mgd"},{"name":"Mango","code":"mge"},{"name":"Maklew","code":"mgf"},{"name":"Mpumpong","code":"mgg"},{"name":"Makhuwa-Meetto","code":"mgh"},{"name":"Lijili","code":"mgi"},{"name":"Abureni","code":"mgj"},{"name":"Mawes","code":"mgk"},{"name":"Maleu-Kilenge","code":"mgl"},{"name":"Mambae","code":"mgm"},{"name":"Mbangi","code":"mgn"},{"name":"Meta'","code":"mgo"},{"name":"Eastern Magar","code":"mgp"},{"name":"Malila","code":"mgq"},{"name":"Mambwe-Lungu","code":"mgr"},{"name":"Manda (Tanzania)","code":"mgs"},{"name":"Mongol","code":"mgt"},{"name":"Mailu","code":"mgu"},{"name":"Matengo","code":"mgv"},{"name":"Matumbi","code":"mgw"},{"name":"Mbunga","code":"mgy"},{"name":"Mbugwe","code":"mgz"},{"name":"Manda (India)","code":"mha"},{"name":"Mahongwe","code":"mhb"},{"name":"Mocho","code":"mhc"},{"name":"Mbugu","code":"mhd"},{"name":"Besisi","code":"mhe"},{"name":"Mah Meri","code":"mhe"},{"name":"Mamaa","code":"mhf"},{"name":"Margu","code":"mhg"},{"name":"Ma'di","code":"mhi"},{"name":"Mogholi","code":"mhj"},{"name":"Mungaka","code":"mhk"},{"name":"Mauwake","code":"mhl"},{"name":"Makhuwa-Moniga","code":"mhm"},{"name":"Mócheno","code":"mhn"},{"name":"Mashi (Zambia)","code":"mho"},{"name":"Balinese Malay","code":"mhp"},{"name":"Mandan","code":"mhq"},{"name":"Eastern Mari","code":"mhr"},{"name":"Buru (Indonesia)","code":"mhs"},{"name":"Mandahuaca","code":"mht"},{"name":"Darang Deng","code":"mhu"},{"name":"Digaro-Mishmi","code":"mhu"},{"name":"Mbukushu","code":"mhw"},{"name":"Lhaovo","code":"mhx"},{"name":"Maru","code":"mhx"},{"name":"Ma'anyan","code":"mhy"},{"name":"Mor (Mor Islands)","code":"mhz"},{"name":"Miami","code":"mia"},{"name":"Atatláhuca Mixtec","code":"mib"},{"name":"Micmac","code":"mic"},{"name":"Mi'kmaq","code":"mic"},{"name":"Mandaic","code":"mid"},{"name":"Ocotepec Mixtec","code":"mie"},{"name":"Mofu-Gudur","code":"mif"},{"name":"San Miguel El Grande Mixtec","code":"mig"},{"name":"Chayuco Mixtec","code":"mih"},{"name":"Chigmecatitlán Mixtec","code":"mii"},{"name":"Abar","code":"mij"},{"name":"Mungbam","code":"mij"},{"name":"Mikasuki","code":"mik"},{"name":"Peñoles Mixtec","code":"mil"},{"name":"Alacatlatzala Mixtec","code":"mim"},{"name":"Minangkabau","code":"min"},{"name":"Pinotepa Nacional Mixtec","code":"mio"},{"name":"Apasco-Apoala Mixtec","code":"mip"},{"name":"Mískito","code":"miq"},{"name":"Isthmus Mixe","code":"mir"},{"name":"Uncoded languages","code":"mis"},{"name":"Southern Puebla Mixtec","code":"mit"},{"name":"Cacaloxtepec Mixtec","code":"miu"},{"name":"Akoye","code":"miw"},{"name":"Mixtepec Mixtec","code":"mix"},{"name":"Ayutla Mixtec","code":"miy"},{"name":"Coatzospan Mixtec","code":"miz"},{"name":"Makalero","code":"mjb"},{"name":"San Juan Colorado Mixtec","code":"mjc"},{"name":"Northwest Maidu","code":"mjd"},{"name":"Muskum","code":"mje"},{"name":"Tu","code":"mjg"},{"name":"Mwera (Nyasa)","code":"mjh"},{"name":"Kim Mun","code":"mji"},{"name":"Mawak","code":"mjj"},{"name":"Matukar","code":"mjk"},{"name":"Mandeali","code":"mjl"},{"name":"Medebur","code":"mjm"},{"name":"Ma (Papua New Guinea)","code":"mjn"},{"name":"Malankuravan","code":"mjo"},{"name":"Malapandaram","code":"mjp"},{"name":"Malaryan","code":"mjq"},{"name":"Malavedan","code":"mjr"},{"name":"Miship","code":"mjs"},{"name":"Sauria Paharia","code":"mjt"},{"name":"Manna-Dora","code":"mju"},{"name":"Mannan","code":"mjv"},{"name":"Karbi","code":"mjw"},{"name":"Mahali","code":"mjx"},{"name":"Mahican","code":"mjy"},{"name":"Majhi","code":"mjz"},{"name":"Mbre","code":"mka"},{"name":"Mal Paharia","code":"mkb"},{"name":"Siliput","code":"mkc"},{"name":"Macedonian","code":"mkd"},{"name":"Mawchi","code":"mke"},{"name":"Miya","code":"mkf"},{"name":"Mak (China)","code":"mkg"},{"name":"Dhatki","code":"mki"},{"name":"Mokilese","code":"mkj"},{"name":"Byep","code":"mkk"},{"name":"Mokole","code":"mkl"},{"name":"Moklen","code":"mkm"},{"name":"Kupang Malay","code":"mkn"},{"name":"Mingang Doso","code":"mko"},{"name":"Moikodi","code":"mkp"},{"name":"Bay Miwok","code":"mkq"},{"name":"Malas","code":"mkr"},{"name":"Silacayoapan Mixtec","code":"mks"},{"name":"Vamale","code":"mkt"},{"name":"Konyanka Maninka","code":"mku"},{"name":"Mafea","code":"mkv"},{"name":"Kituba (Congo)","code":"mkw"},{"name":"Kinamiging Manobo","code":"mkx"},{"name":"East Makian","code":"mky"},{"name":"Makasae","code":"mkz"},{"name":"Malo","code":"mla"},{"name":"Mbule","code":"mlb"},{"name":"Cao Lan","code":"mlc"},{"name":"Manambu","code":"mle"},{"name":"Mal","code":"mlf"},{"name":"Malagasy","code":"mlg"},{"name":"Mape","code":"mlh"},{"name":"Malimpung","code":"mli"},{"name":"Miltu","code":"mlj"},{"name":"Ilwana","code":"mlk"},{"name":"Kiwilwana","code":"mlk"},{"name":"Malua Bay","code":"mll"},{"name":"Mulam","code":"mlm"},{"name":"Malango","code":"mln"},{"name":"Mlomp","code":"mlo"},{"name":"Bargam","code":"mlp"},{"name":"Western Maninkakan","code":"mlq"},{"name":"Vame","code":"mlr"},{"name":"Masalit","code":"mls"},{"name":"Maltese","code":"mlt"},{"name":"To'abaita","code":"mlu"},{"name":"Motlav","code":"mlv"},{"name":"Mwotlap","code":"mlv"},{"name":"Moloko","code":"mlw"},{"name":"Malfaxal","code":"mlx"},{"name":"Naha'ai","code":"mlx"},{"name":"Malaynon","code":"mlz"},{"name":"Mama","code":"mma"},{"name":"Momina","code":"mmb"},{"name":"Michoacán Mazahua","code":"mmc"},{"name":"Maonan","code":"mmd"},{"name":"Mae","code":"mme"},{"name":"Mundat","code":"mmf"},{"name":"North Ambrym","code":"mmg"},{"name":"Mehináku","code":"mmh"},{"name":"Musar","code":"mmi"},{"name":"Majhwar","code":"mmj"},{"name":"Mukha-Dora","code":"mmk"},{"name":"Man Met","code":"mml"},{"name":"Maii","code":"mmm"},{"name":"Mamanwa","code":"mmn"},{"name":"Mangga Buang","code":"mmo"},{"name":"Siawi","code":"mmp"},{"name":"Musak","code":"mmq"},{"name":"Western Xiangxi Miao","code":"mmr"},{"name":"Malalamai","code":"mmt"},{"name":"Mmaala","code":"mmu"},{"name":"Miriti","code":"mmv"},{"name":"Emae","code":"mmw"},{"name":"Madak","code":"mmx"},{"name":"Migaama","code":"mmy"},{"name":"Mabaale","code":"mmz"},{"name":"Mbula","code":"mna"},{"name":"Muna","code":"mnb"},{"name":"Manchu","code":"mnc"},{"name":"Mondé","code":"mnd"},{"name":"Naba","code":"mne"},{"name":"Mundani","code":"mnf"},{"name":"Eastern Mnong","code":"mng"},{"name":"Mono (Democratic Republic of Congo)","code":"mnh"},{"name":"Manipuri","code":"mni"},{"name":"Munji","code":"mnj"},{"name":"Mandinka","code":"mnk"},{"name":"Tiale","code":"mnl"},{"name":"Mapena","code":"mnm"},{"name":"Southern Mnong","code":"mnn"},{"name":"Min Bei Chinese","code":"mnp"},{"name":"Minriq","code":"mnq"},{"name":"Mono (USA)","code":"mnr"},{"name":"Mansi","code":"mns"},{"name":"Mer","code":"mnu"},{"name":"Rennell-Bellona","code":"mnv"},{"name":"Mon","code":"mnw"},{"name":"Manikion","code":"mnx"},{"name":"Manyawa","code":"mny"},{"name":"Moni","code":"mnz"},{"name":"Mwan","code":"moa"},{"name":"Mocoví","code":"moc"},{"name":"Mobilian","code":"mod"},{"name":"Innu","code":"moe"},{"name":"Montagnais","code":"moe"},{"name":"Mongondow","code":"mog"},{"name":"Mohawk","code":"moh"},{"name":"Mboi","code":"moi"},{"name":"Monzombo","code":"moj"},{"name":"Morori","code":"mok"},{"name":"Mangue","code":"mom"},{"name":"Mongolian","code":"mon"},{"name":"Monom","code":"moo"},{"name":"Mopán Maya","code":"mop"},{"name":"Mor (Bomberai Peninsula)","code":"moq"},{"name":"Moro","code":"mor"},{"name":"Mossi","code":"mos"},{"name":"Barí","code":"mot"},{"name":"Mogum","code":"mou"},{"name":"Mohave","code":"mov"},{"name":"Moi (Congo)","code":"mow"},{"name":"Molima","code":"mox"},{"name":"Shekkacho","code":"moy"},{"name":"Gergiko","code":"moz"},{"name":"Mukulu","code":"moz"},{"name":"Mpoto","code":"mpa"},{"name":"Malak Malak","code":"mpb"},{"name":"Mullukmulluk","code":"mpb"},{"name":"Mangarrayi","code":"mpc"},{"name":"Machinere","code":"mpd"},{"name":"Majang","code":"mpe"},{"name":"Marba","code":"mpg"},{"name":"Maung","code":"mph"},{"name":"Mpade","code":"mpi"},{"name":"Martu Wangka","code":"mpj"},{"name":"Wangkajunga","code":"mpj"},{"name":"Mbara (Chad)","code":"mpk"},{"name":"Middle Watut","code":"mpl"},{"name":"Yosondúa Mixtec","code":"mpm"},{"name":"Mindiri","code":"mpn"},{"name":"Miu","code":"mpo"},{"name":"Migabac","code":"mpp"},{"name":"Matís","code":"mpq"},{"name":"Vangunu","code":"mpr"},{"name":"Dadibi","code":"mps"},{"name":"Mian","code":"mpt"},{"name":"Makuráp","code":"mpu"},{"name":"Mungkip","code":"mpv"},{"name":"Mapidian","code":"mpw"},{"name":"Misima-Panaeati","code":"mpx"},{"name":"Mapia","code":"mpy"},{"name":"Mpi","code":"mpz"},{"name":"Maba (Indonesia)","code":"mqa"},{"name":"Mbuko","code":"mqb"},{"name":"Mangole","code":"mqc"},{"name":"Matepi","code":"mqe"},{"name":"Momuna","code":"mqf"},{"name":"Kota Bangun Kutai Malay","code":"mqg"},{"name":"Tlazoyaltepec Mixtec","code":"mqh"},{"name":"Mariri","code":"mqi"},{"name":"Mamasa","code":"mqj"},{"name":"Rajah Kabunsuwan Manobo","code":"mqk"},{"name":"Mbelime","code":"mql"},{"name":"South Marquesan","code":"mqm"},{"name":"Moronene","code":"mqn"},{"name":"Modole","code":"mqo"},{"name":"Manipa","code":"mqp"},{"name":"Minokok","code":"mqq"},{"name":"Mander","code":"mqr"},{"name":"West Makian","code":"mqs"},{"name":"Mok","code":"mqt"},{"name":"Mandari","code":"mqu"},{"name":"Mosimo","code":"mqv"},{"name":"Murupi","code":"mqw"},{"name":"Mamuju","code":"mqx"},{"name":"Manggarai","code":"mqy"},{"name":"Pano","code":"mqz"},{"name":"Mlabri","code":"mra"},{"name":"Marino","code":"mrb"},{"name":"Maricopa","code":"mrc"},{"name":"Western Magar","code":"mrd"},{"name":"Martha's Vineyard Sign Language","code":"mre"},{"name":"Elseng","code":"mrf"},{"name":"Mising","code":"mrg"},{"name":"Mara Chin","code":"mrh"},{"name":"Maori","code":"mri"},{"name":"Western Mari","code":"mrj"},{"name":"Hmwaveke","code":"mrk"},{"name":"Mortlockese","code":"mrl"},{"name":"Merlav","code":"mrm"},{"name":"Mwerlap","code":"mrm"},{"name":"Cheke Holo","code":"mrn"},{"name":"Mru","code":"mro"},{"name":"Morouas","code":"mrp"},{"name":"North Marquesan","code":"mrq"},{"name":"Maria (India)","code":"mrr"},{"name":"Maragus","code":"mrs"},{"name":"Marghi Central","code":"mrt"},{"name":"Mono (Cameroon)","code":"mru"},{"name":"Mangareva","code":"mrv"},{"name":"Maranao","code":"mrw"},{"name":"Dineor","code":"mrx"},{"name":"Maremgi","code":"mrx"},{"name":"Mandaya","code":"mry"},{"name":"Marind","code":"mrz"},{"name":"Malay","code":"msa"},{"name":"Malay (macrolanguage)","code":"msa"},{"name":"Masbatenyo","code":"msb"},{"name":"Sankaran Maninka","code":"msc"},{"name":"Yucatec Maya Sign Language","code":"msd"},{"name":"Musey","code":"mse"},{"name":"Mekwei","code":"msf"},{"name":"Moraid","code":"msg"},{"name":"Masikoro Malagasy","code":"msh"},{"name":"Sabah Malay","code":"msi"},{"name":"Ma (Democratic Republic of Congo)","code":"msj"},{"name":"Mansaka","code":"msk"},{"name":"Molof","code":"msl"},{"name":"Poule","code":"msl"},{"name":"Agusan Manobo","code":"msm"},{"name":"Vurës","code":"msn"},{"name":"Mombum","code":"mso"},{"name":"Maritsauá","code":"msp"},{"name":"Caac","code":"msq"},{"name":"Mongolian Sign Language","code":"msr"},{"name":"West Masela","code":"mss"},{"name":"Musom","code":"msu"},{"name":"Maslam","code":"msv"},{"name":"Mansoanka","code":"msw"},{"name":"Moresada","code":"msx"},{"name":"Aruamu","code":"msy"},{"name":"Momare","code":"msz"},{"name":"Cotabato Manobo","code":"mta"},{"name":"Anyin Morofo","code":"mtb"},{"name":"Munit","code":"mtc"},{"name":"Mualang","code":"mtd"},{"name":"Mono (Solomon Islands)","code":"mte"},{"name":"Murik (Papua New Guinea)","code":"mtf"},{"name":"Una","code":"mtg"},{"name":"Munggui","code":"mth"},{"name":"Maiwa (Papua New Guinea)","code":"mti"},{"name":"Moskona","code":"mtj"},{"name":"Mbe'","code":"mtk"},{"name":"Montol","code":"mtl"},{"name":"Mator","code":"mtm"},{"name":"Matagalpa","code":"mtn"},{"name":"Totontepec Mixe","code":"mto"},{"name":"Wichí Lhamtés Nocten","code":"mtp"},{"name":"Muong","code":"mtq"},{"name":"Mewari","code":"mtr"},{"name":"Yora","code":"mts"},{"name":"Mota","code":"mtt"},{"name":"Tututepec Mixtec","code":"mtu"},{"name":"Asaro'o","code":"mtv"},{"name":"Southern Binukidnon","code":"mtw"},{"name":"Tidaá Mixtec","code":"mtx"},{"name":"Nabi","code":"mty"},{"name":"Mundang","code":"mua"},{"name":"Mubi","code":"mub"},{"name":"Ajumbu","code":"muc"},{"name":"Mednyj Aleut","code":"mud"},{"name":"Media Lengua","code":"mue"},{"name":"Musgu","code":"mug"},{"name":"Mündü","code":"muh"},{"name":"Musi","code":"mui"},{"name":"Mabire","code":"muj"},{"name":"Mugom","code":"muk"},{"name":"Multiple languages","code":"mul"},{"name":"Maiwala","code":"mum"},{"name":"Nyong","code":"muo"},{"name":"Malvi","code":"mup"},{"name":"Eastern Xiangxi Miao","code":"muq"},{"name":"Murle","code":"mur"},{"name":"Creek","code":"mus"},{"name":"Western Muria","code":"mut"},{"name":"Yaaku","code":"muu"},{"name":"Muthuvan","code":"muv"},{"name":"Bo-Ung","code":"mux"},{"name":"Muyang","code":"muy"},{"name":"Mursi","code":"muz"},{"name":"Manam","code":"mva"},{"name":"Mattole","code":"mvb"},{"name":"Mamboru","code":"mvd"},{"name":"Marwari (Pakistan)","code":"mve"},{"name":"Peripheral Mongolian","code":"mvf"},{"name":"Yucuañe Mixtec","code":"mvg"},{"name":"Mulgi","code":"mvh"},{"name":"Miyako","code":"mvi"},{"name":"Mekmek","code":"mvk"},{"name":"Mbara (Australia)","code":"mvl"},{"name":"Minaveha","code":"mvn"},{"name":"Marovo","code":"mvo"},{"name":"Duri","code":"mvp"},{"name":"Moere","code":"mvq"},{"name":"Marau","code":"mvr"},{"name":"Massep","code":"mvs"},{"name":"Mpotovoro","code":"mvt"},{"name":"Marfa","code":"mvu"},{"name":"Tagal Murut","code":"mvv"},{"name":"Machinga","code":"mvw"},{"name":"Meoswar","code":"mvx"},{"name":"Indus Kohistani","code":"mvy"},{"name":"Mesqan","code":"mvz"},{"name":"Mwatebu","code":"mwa"},{"name":"Juwal","code":"mwb"},{"name":"Are","code":"mwc"},{"name":"Mwera (Chimwera)","code":"mwe"},{"name":"Murrinh-Patha","code":"mwf"},{"name":"Aiklep","code":"mwg"},{"name":"Mouk-Aria","code":"mwh"},{"name":"Labo","code":"mwi"},{"name":"Ninde","code":"mwi"},{"name":"Kita Maninkakan","code":"mwk"},{"name":"Mirandese","code":"mwl"},{"name":"Sar","code":"mwm"},{"name":"Nyamwanga","code":"mwn"},{"name":"Central Maewo","code":"mwo"},{"name":"Kala Lagaw Ya","code":"mwp"},{"name":"Mün Chin","code":"mwq"},{"name":"Marwari","code":"mwr"},{"name":"Mwimbi-Muthambi","code":"mws"},{"name":"Moken","code":"mwt"},{"name":"Mittu","code":"mwu"},{"name":"Mentawai","code":"mwv"},{"name":"Hmong Daw","code":"mww"},{"name":"Moingi","code":"mwz"},{"name":"Northwest Oaxaca Mixtec","code":"mxa"},{"name":"Tezoatlán Mixtec","code":"mxb"},{"name":"Manyika","code":"mxc"},{"name":"Modang","code":"mxd"},{"name":"Mele-Fila","code":"mxe"},{"name":"Malgbe","code":"mxf"},{"name":"Mbangala","code":"mxg"},{"name":"Mvuba","code":"mxh"},{"name":"Mozarabic","code":"mxi"},{"name":"Geman Deng","code":"mxj"},{"name":"Miju-Mishmi","code":"mxj"},{"name":"Monumbo","code":"mxk"},{"name":"Maxi Gbe","code":"mxl"},{"name":"Meramera","code":"mxm"},{"name":"Moi (Indonesia)","code":"mxn"},{"name":"Mbowe","code":"mxo"},{"name":"Tlahuitoltepec Mixe","code":"mxp"},{"name":"Juquila Mixe","code":"mxq"},{"name":"Murik (Malaysia)","code":"mxr"},{"name":"Huitepec Mixtec","code":"mxs"},{"name":"Jamiltepec Mixtec","code":"mxt"},{"name":"Mada (Cameroon)","code":"mxu"},{"name":"Metlatónoc Mixtec","code":"mxv"},{"name":"Namo","code":"mxw"},{"name":"Mahou","code":"mxx"},{"name":"Mawukakan","code":"mxx"},{"name":"Southeastern Nochixtlán Mixtec","code":"mxy"},{"name":"Central Masela","code":"mxz"},{"name":"Burmese","code":"mya"},{"name":"Mbay","code":"myb"},{"name":"Mayeka","code":"myc"},{"name":"Myene","code":"mye"},{"name":"Bambassi","code":"myf"},{"name":"Manta","code":"myg"},{"name":"Makah","code":"myh"},{"name":"Mangayat","code":"myj"},{"name":"Mamara Senoufo","code":"myk"},{"name":"Moma","code":"myl"},{"name":"Me'en","code":"mym"},{"name":"Anfillo","code":"myo"},{"name":"Pirahã","code":"myp"},{"name":"Muniche","code":"myr"},{"name":"Mesmes","code":"mys"},{"name":"Mundurukú","code":"myu"},{"name":"Erzya","code":"myv"},{"name":"Muyuw","code":"myw"},{"name":"Masaaba","code":"myx"},{"name":"Macuna","code":"myy"},{"name":"Classical Mandaic","code":"myz"},{"name":"Santa María Zacatepec Mixtec","code":"mza"},{"name":"Tumzabt","code":"mzb"},{"name":"Madagascar Sign Language","code":"mzc"},{"name":"Malimba","code":"mzd"},{"name":"Morawa","code":"mze"},{"name":"Monastic Sign Language","code":"mzg"},{"name":"Wichí Lhamtés Güisnay","code":"mzh"},{"name":"Ixcatlán Mazatec","code":"mzi"},{"name":"Manya","code":"mzj"},{"name":"Nigeria Mambila","code":"mzk"},{"name":"Mazatlán Mixe","code":"mzl"},{"name":"Mumuye","code":"mzm"},{"name":"Mazanderani","code":"mzn"},{"name":"Matipuhy","code":"mzo"},{"name":"Movima","code":"mzp"},{"name":"Mori Atas","code":"mzq"},{"name":"Marúbo","code":"mzr"},{"name":"Macanese","code":"mzs"},{"name":"Mintil","code":"mzt"},{"name":"Inapang","code":"mzu"},{"name":"Manza","code":"mzv"},{"name":"Deg","code":"mzw"},{"name":"Mawayana","code":"mzx"},{"name":"Mozambican Sign Language","code":"mzy"},{"name":"Maiadomu","code":"mzz"},{"name":"Namla","code":"naa"},{"name":"Southern Nambikuára","code":"nab"},{"name":"Narak","code":"nac"},{"name":"Naka'ela","code":"nae"},{"name":"Nabak","code":"naf"},{"name":"Naga Pidgin","code":"nag"},{"name":"Nalu","code":"naj"},{"name":"Nakanai","code":"nak"},{"name":"Nalik","code":"nal"},{"name":"Ngan'gityemerri","code":"nam"},{"name":"Min Nan Chinese","code":"nan"},{"name":"Naaba","code":"nao"},{"name":"Neapolitan","code":"nap"},{"name":"Khoekhoe","code":"naq"},{"name":"Nama (Namibia)","code":"naq"},{"name":"Iguta","code":"nar"},{"name":"Naasioi","code":"nas"},{"name":"Ca̱hungwa̱rya̱","code":"nat"},{"name":"Hungworo","code":"nat"},{"name":"Nauru","code":"nau"},{"name":"Navaho","code":"nav"},{"name":"Navajo","code":"nav"},{"name":"Nawuri","code":"naw"},{"name":"Nakwi","code":"nax"},{"name":"Ngarrindjeri","code":"nay"},{"name":"Coatepec Nahuatl","code":"naz"},{"name":"Nyemba","code":"nba"},{"name":"Ndoe","code":"nbb"},{"name":"Chang Naga","code":"nbc"},{"name":"Ngbinda","code":"nbd"},{"name":"Konyak Naga","code":"nbe"},{"name":"Nagarchal","code":"nbg"},{"name":"Ngamo","code":"nbh"},{"name":"Mao Naga","code":"nbi"},{"name":"Ngarinyman","code":"nbj"},{"name":"Nake","code":"nbk"},{"name":"South Ndebele","code":"nbl"},{"name":"Ngbaka Ma'bo","code":"nbm"},{"name":"Kuri","code":"nbn"},{"name":"Nkukoli","code":"nbo"},{"name":"Nnam","code":"nbp"},{"name":"Nggem","code":"nbq"},{"name":"Numana","code":"nbr"},{"name":"Namibian Sign Language","code":"nbs"},{"name":"Na","code":"nbt"},{"name":"Rongmei Naga","code":"nbu"},{"name":"Ngamambo","code":"nbv"},{"name":"Southern Ngbandi","code":"nbw"},{"name":"Ningera","code":"nby"},{"name":"Iyo","code":"nca"},{"name":"Central Nicobarese","code":"ncb"},{"name":"Ponam","code":"ncc"},{"name":"Nachering","code":"ncd"},{"name":"Yale","code":"nce"},{"name":"Notsi","code":"ncf"},{"name":"Nisga'a","code":"ncg"},{"name":"Central Huasteca Nahuatl","code":"nch"},{"name":"Classical Nahuatl","code":"nci"},{"name":"Northern Puebla Nahuatl","code":"ncj"},{"name":"Na-kara","code":"nck"},{"name":"Michoacán Nahuatl","code":"ncl"},{"name":"Nambo","code":"ncm"},{"name":"Nauna","code":"ncn"},{"name":"Sibe","code":"nco"},{"name":"Northern Katang","code":"ncq"},{"name":"Ncane","code":"ncr"},{"name":"Nicaraguan Sign Language","code":"ncs"},{"name":"Chothe Naga","code":"nct"},{"name":"Chumburung","code":"ncu"},{"name":"Central Puebla Nahuatl","code":"ncx"},{"name":"Natchez","code":"ncz"},{"name":"Ndasa","code":"nda"},{"name":"Kenswei Nsei","code":"ndb"},{"name":"Ndau","code":"ndc"},{"name":"Nde-Nsele-Nta","code":"ndd"},{"name":"North Ndebele","code":"nde"},{"name":"Nadruvian","code":"ndf"},{"name":"Ndengereko","code":"ndg"},{"name":"Ndali","code":"ndh"},{"name":"Samba Leko","code":"ndi"},{"name":"Ndamba","code":"ndj"},{"name":"Ndaka","code":"ndk"},{"name":"Ndolo","code":"ndl"},{"name":"Ndam","code":"ndm"},{"name":"Ngundi","code":"ndn"},{"name":"Ndonga","code":"ndo"},{"name":"Ndo","code":"ndp"},{"name":"Ndombe","code":"ndq"},{"name":"Ndoola","code":"ndr"},{"name":"Low German","code":"nds"},{"name":"Low Saxon","code":"nds"},{"name":"Ndunga","code":"ndt"},{"name":"Dugun","code":"ndu"},{"name":"Ndut","code":"ndv"},{"name":"Ndobo","code":"ndw"},{"name":"Nduga","code":"ndx"},{"name":"Lutos","code":"ndy"},{"name":"Ndogo","code":"ndz"},{"name":"Eastern Ngad'a","code":"nea"},{"name":"Toura (Côte d'Ivoire)","code":"neb"},{"name":"Nedebang","code":"nec"},{"name":"Nde-Gbite","code":"ned"},{"name":"Nêlêmwa-Nixumwak","code":"nee"},{"name":"Nefamese","code":"nef"},{"name":"Negidal","code":"neg"},{"name":"Nyenkha","code":"neh"},{"name":"Neo-Hittite","code":"nei"},{"name":"Neko","code":"nej"},{"name":"Neku","code":"nek"},{"name":"Nemi","code":"nem"},{"name":"Nengone","code":"nen"},{"name":"Ná-Meo","code":"neo"},{"name":"Nepali","code":"nep"},{"name":"Nepali (macrolanguage)","code":"nep"},{"name":"North Central Mixe","code":"neq"},{"name":"Yahadian","code":"ner"},{"name":"Bhoti Kinnauri","code":"nes"},{"name":"Nete","code":"net"},{"name":"Neo","code":"neu"},{"name":"Nyaheun","code":"nev"},{"name":"Nepal Bhasa","code":"new"},{"name":"Newari","code":"new"},{"name":"Neme","code":"nex"},{"name":"Neyo","code":"ney"},{"name":"Nez Perce","code":"nez"},{"name":"Dhao","code":"nfa"},{"name":"Ahwai","code":"nfd"},{"name":"Äiwoo","code":"nfl"},{"name":"Ayiwo","code":"nfl"},{"name":"Nafaanra","code":"nfr"},{"name":"Mfumte","code":"nfu"},{"name":"Ngbaka","code":"nga"},{"name":"Northern Ngbandi","code":"ngb"},{"name":"Ngombe (Democratic Republic of Congo)","code":"ngc"},{"name":"Ngando (Central African Republic)","code":"ngd"},{"name":"Ngemba","code":"nge"},{"name":"Ngbaka Manza","code":"ngg"},{"name":"Nǁng","code":"ngh"},{"name":"Ngizim","code":"ngi"},{"name":"Ngie","code":"ngj"},{"name":"Dalabon","code":"ngk"},{"name":"Lomwe","code":"ngl"},{"name":"Ngatik Men's Creole","code":"ngm"},{"name":"Ngwo","code":"ngn"},{"name":"Ngulu","code":"ngp"},{"name":"Ngoreme","code":"ngq"},{"name":"Ngurimi","code":"ngq"},{"name":"Engdewu","code":"ngr"},{"name":"Gvoko","code":"ngs"},{"name":"Kriang","code":"ngt"},{"name":"Ngeq","code":"ngt"},{"name":"Guerrero Nahuatl","code":"ngu"},{"name":"Nagumi","code":"ngv"},{"name":"Ngwaba","code":"ngw"},{"name":"Nggwahyi","code":"ngx"},{"name":"Tibea","code":"ngy"},{"name":"Ngungwel","code":"ngz"},{"name":"Nhanda","code":"nha"},{"name":"Beng","code":"nhb"},{"name":"Tabasco Nahuatl","code":"nhc"},{"name":"Ava Guaraní","code":"nhd"},{"name":"Chiripá","code":"nhd"},{"name":"Eastern Huasteca Nahuatl","code":"nhe"},{"name":"Nhuwala","code":"nhf"},{"name":"Tetelcingo Nahuatl","code":"nhg"},{"name":"Nahari","code":"nhh"},{"name":"Zacatlán-Ahuacatlán-Tepetzintla Nahuatl","code":"nhi"},{"name":"Isthmus-Cosoleacaque Nahuatl","code":"nhk"},{"name":"Morelos Nahuatl","code":"nhm"},{"name":"Central Nahuatl","code":"nhn"},{"name":"Takuu","code":"nho"},{"name":"Isthmus-Pajapan Nahuatl","code":"nhp"},{"name":"Huaxcaleca Nahuatl","code":"nhq"},{"name":"Naro","code":"nhr"},{"name":"Ometepec Nahuatl","code":"nht"},{"name":"Noone","code":"nhu"},{"name":"Temascaltepec Nahuatl","code":"nhv"},{"name":"Western Huasteca Nahuatl","code":"nhw"},{"name":"Isthmus-Mecayapan Nahuatl","code":"nhx"},{"name":"Northern Oaxaca Nahuatl","code":"nhy"},{"name":"Santa María La Alta Nahuatl","code":"nhz"},{"name":"Nias","code":"nia"},{"name":"Nakame","code":"nib"},{"name":"Ngandi","code":"nid"},{"name":"Niellim","code":"nie"},{"name":"Nek","code":"nif"},{"name":"Ngalakgan","code":"nig"},{"name":"Nyiha (Tanzania)","code":"nih"},{"name":"Nii","code":"nii"},{"name":"Ngaju","code":"nij"},{"name":"Southern Nicobarese","code":"nik"},{"name":"Nila","code":"nil"},{"name":"Nilamba","code":"nim"},{"name":"Ninzo","code":"nin"},{"name":"Nganasan","code":"nio"},{"name":"Nandi","code":"niq"},{"name":"Nimboran","code":"nir"},{"name":"Nimi","code":"nis"},{"name":"Southeastern Kolami","code":"nit"},{"name":"Niuean","code":"niu"},{"name":"Gilyak","code":"niv"},{"name":"Nimo","code":"niw"},{"name":"Hema","code":"nix"},{"name":"Ngiti","code":"niy"},{"name":"Ningil","code":"niz"},{"name":"Nzanyi","code":"nja"},{"name":"Nocte Naga","code":"njb"},{"name":"Ndonde Hamba","code":"njd"},{"name":"Lotha Naga","code":"njh"},{"name":"Gudanji","code":"nji"},{"name":"Njen","code":"njj"},{"name":"Njalgulgule","code":"njl"},{"name":"Angami Naga","code":"njm"},{"name":"Liangmai Naga","code":"njn"},{"name":"Ao Naga","code":"njo"},{"name":"Njerep","code":"njr"},{"name":"Nisa","code":"njs"},{"name":"Ndyuka-Trio Pidgin","code":"njt"},{"name":"Ngadjunmaya","code":"nju"},{"name":"Kunyi","code":"njx"},{"name":"Njyem","code":"njy"},{"name":"Nyishi","code":"njz"},{"name":"Nkoya","code":"nka"},{"name":"Khoibu Naga","code":"nkb"},{"name":"Nkongho","code":"nkc"},{"name":"Koireng","code":"nkd"},{"name":"Duke","code":"nke"},{"name":"Inpui Naga","code":"nkf"},{"name":"Nekgini","code":"nkg"},{"name":"Khezha Naga","code":"nkh"},{"name":"Thangal Naga","code":"nki"},{"name":"Nakai","code":"nkj"},{"name":"Nokuku","code":"nkk"},{"name":"Namat","code":"nkm"},{"name":"Nkangala","code":"nkn"},{"name":"Nkonya","code":"nko"},{"name":"Niuatoputapu","code":"nkp"},{"name":"Nkami","code":"nkq"},{"name":"Nukuoro","code":"nkr"},{"name":"North Asmat","code":"nks"},{"name":"Nyika (Tanzania)","code":"nkt"},{"name":"Bouna Kulango","code":"nku"},{"name":"Nyika (Malawi and Zambia)","code":"nkv"},{"name":"Nkutu","code":"nkw"},{"name":"Nkoroo","code":"nkx"},{"name":"Nkari","code":"nkz"},{"name":"Ngombale","code":"nla"},{"name":"Nalca","code":"nlc"},{"name":"Dutch","code":"nld"},{"name":"Flemish","code":"nld"},{"name":"East Nyala","code":"nle"},{"name":"Gela","code":"nlg"},{"name":"Grangali","code":"nli"},{"name":"Nyali","code":"nlj"},{"name":"Ninia Yali","code":"nlk"},{"name":"Nihali","code":"nll"},{"name":"Mankiyali","code":"nlm"},{"name":"Ngul","code":"nlo"},{"name":"Lao Naga","code":"nlq"},{"name":"Nchumbulu","code":"nlu"},{"name":"Orizaba Nahuatl","code":"nlv"},{"name":"Walangama","code":"nlw"},{"name":"Nahali","code":"nlx"},{"name":"Nyamal","code":"nly"},{"name":"Nalögo","code":"nlz"},{"name":"Maram Naga","code":"nma"},{"name":"Big Nambas","code":"nmb"},{"name":"V'ënen Taut","code":"nmb"},{"name":"Ngam","code":"nmc"},{"name":"Ndumu","code":"nmd"},{"name":"Mzieme Naga","code":"nme"},{"name":"Tangkhul Naga (India)","code":"nmf"},{"name":"Kwasio","code":"nmg"},{"name":"Monsang Naga","code":"nmh"},{"name":"Nyam","code":"nmi"},{"name":"Ngombe (Central African Republic)","code":"nmj"},{"name":"Namakura","code":"nmk"},{"name":"Ndemli","code":"nml"},{"name":"Manangba","code":"nmm"},{"name":"ǃXóõ","code":"nmn"},{"name":"Moyon Naga","code":"nmo"},{"name":"Nimanbur","code":"nmp"},{"name":"Nambya","code":"nmq"},{"name":"Nimbari","code":"nmr"},{"name":"Letemboi","code":"nms"},{"name":"Namonuito","code":"nmt"},{"name":"Northeast Maidu","code":"nmu"},{"name":"Ngamini","code":"nmv"},{"name":"Nimoa","code":"nmw"},{"name":"Rifao","code":"nmw"},{"name":"Nama (Papua New Guinea)","code":"nmx"},{"name":"Namuyi","code":"nmy"},{"name":"Nawdm","code":"nmz"},{"name":"Nyangumarta","code":"nna"},{"name":"Nande","code":"nnb"},{"name":"Nancere","code":"nnc"},{"name":"West Ambae","code":"nnd"},{"name":"Ngandyera","code":"nne"},{"name":"Ngaing","code":"nnf"},{"name":"Maring Naga","code":"nng"},{"name":"Ngiemboon","code":"nnh"},{"name":"North Nuaulu","code":"nni"},{"name":"Nyangatom","code":"nnj"},{"name":"Nankina","code":"nnk"},{"name":"Northern Rengma Naga","code":"nnl"},{"name":"Namia","code":"nnm"},{"name":"Ngete","code":"nnn"},{"name":"Norwegian Nynorsk","code":"nno"},{"name":"Wancho Naga","code":"nnp"},{"name":"Ngindo","code":"nnq"},{"name":"Narungga","code":"nnr"},{"name":"Nanticoke","code":"nnt"},{"name":"Dwang","code":"nnu"},{"name":"Nugunu (Australia)","code":"nnv"},{"name":"Southern Nuni","code":"nnw"},{"name":"Nyangga","code":"nny"},{"name":"Nda'nda'","code":"nnz"},{"name":"Woun Meu","code":"noa"},{"name":"Norwegian Bokmål","code":"nob"},{"name":"Nuk","code":"noc"},{"name":"Northern Thai","code":"nod"},{"name":"Nimadi","code":"noe"},{"name":"Nomane","code":"nof"},{"name":"Nogai","code":"nog"},{"name":"Nomu","code":"noh"},{"name":"Noiri","code":"noi"},{"name":"Nonuya","code":"noj"},{"name":"Nooksack","code":"nok"},{"name":"Nomlaki","code":"nol"},{"name":"Nocamán","code":"nom"},{"name":"Old Norse","code":"non"},{"name":"Numanggang","code":"nop"},{"name":"Ngongo","code":"noq"},{"name":"Norwegian","code":"nor"},{"name":"Eastern Nisu","code":"nos"},{"name":"Nomatsiguenga","code":"not"},{"name":"Ewage-Notu","code":"nou"},{"name":"Novial","code":"nov"},{"name":"Nyambo","code":"now"},{"name":"Noy","code":"noy"},{"name":"Nayi","code":"noz"},{"name":"Nar Phu","code":"npa"},{"name":"Nupbikha","code":"npb"},{"name":"Ponyo-Gongwang Naga","code":"npg"},{"name":"Phom Naga","code":"nph"},{"name":"Nepali (individual language)","code":"npi"},{"name":"Southeastern Puebla Nahuatl","code":"npl"},{"name":"Mondropolon","code":"npn"},{"name":"Pochuri Naga","code":"npo"},{"name":"Nipsan","code":"nps"},{"name":"Puimei Naga","code":"npu"},{"name":"Noipx","code":"npx"},{"name":"Napu","code":"npy"},{"name":"Southern Nago","code":"nqg"},{"name":"Kura Ede Nago","code":"nqk"},{"name":"Ngendelengo","code":"nql"},{"name":"Ndom","code":"nqm"},{"name":"Nen","code":"nqn"},{"name":"N'Ko","code":"nqo"},{"name":"Kyan-Karyaw Naga","code":"nqq"},{"name":"Nteng","code":"nqt"},{"name":"Akyaung Ari Naga","code":"nqy"},{"name":"Ngom","code":"nra"},{"name":"Nara","code":"nrb"},{"name":"Noric","code":"nrc"},{"name":"Southern Rengma Naga","code":"nre"},{"name":"Guernésiais","code":"nrf"},{"name":"Jèrriais","code":"nrf"},{"name":"Narango","code":"nrg"},{"name":"Chokri Naga","code":"nri"},{"name":"Ngarla","code":"nrk"},{"name":"Ngarluma","code":"nrl"},{"name":"Narom","code":"nrm"},{"name":"Norn","code":"nrn"},{"name":"North Picene","code":"nrp"},{"name":"Nora","code":"nrr"},{"name":"Norra","code":"nrr"},{"name":"Northern Kalapuya","code":"nrt"},{"name":"Narua","code":"nru"},{"name":"Ngurmbur","code":"nrx"},{"name":"Lala","code":"nrz"},{"name":"Sangtam Naga","code":"nsa"},{"name":"Lower Nossob","code":"nsb"},{"name":"Nshi","code":"nsc"},{"name":"Southern Nisu","code":"nsd"},{"name":"Nsenga","code":"nse"},{"name":"Northwestern Nisu","code":"nsf"},{"name":"Ngasa","code":"nsg"},{"name":"Ngoshie","code":"nsh"},{"name":"Nigerian Sign Language","code":"nsi"},{"name":"Naskapi","code":"nsk"},{"name":"Norwegian Sign Language","code":"nsl"},{"name":"Sumi Naga","code":"nsm"},{"name":"Nehan","code":"nsn"},{"name":"Northern Sotho","code":"nso"},{"name":"Pedi","code":"nso"},{"name":"Sepedi","code":"nso"},{"name":"Nepalese Sign Language","code":"nsp"},{"name":"Northern Sierra Miwok","code":"nsq"},{"name":"Maritime Sign Language","code":"nsr"},{"name":"Nali","code":"nss"},{"name":"Tase Naga","code":"nst"},{"name":"Sierra Negra Nahuatl","code":"nsu"},{"name":"Southwestern Nisu","code":"nsv"},{"name":"Navut","code":"nsw"},{"name":"Nsongo","code":"nsx"},{"name":"Nasal","code":"nsy"},{"name":"Nisenan","code":"nsz"},{"name":"Northern Tidung","code":"ntd"},{"name":"Nathembo","code":"nte"},{"name":"Ngantangarra","code":"ntg"},{"name":"Natioro","code":"nti"},{"name":"Ngaanyatjarra","code":"ntj"},{"name":"Ikoma-Nata-Isenye","code":"ntk"},{"name":"Nateni","code":"ntm"},{"name":"Ntomba","code":"nto"},{"name":"Northern Tepehuan","code":"ntp"},{"name":"Delo","code":"ntr"},{"name":"Natügu","code":"ntu"},{"name":"Nottoway","code":"ntw"},{"name":"Tangkhul Naga (Myanmar)","code":"ntx"},{"name":"Mantsi","code":"nty"},{"name":"Natanzi","code":"ntz"},{"name":"Yuanga","code":"nua"},{"name":"Nukuini","code":"nuc"},{"name":"Ngala","code":"nud"},{"name":"Ngundu","code":"nue"},{"name":"Nusu","code":"nuf"},{"name":"Nungali","code":"nug"},{"name":"Ndunda","code":"nuh"},{"name":"Ngumbi","code":"nui"},{"name":"Nyole","code":"nuj"},{"name":"Nuuchahnulth","code":"nuk"},{"name":"Nuu-chah-nulth","code":"nuk"},{"name":"Nusa Laut","code":"nul"},{"name":"Niuafo'ou","code":"num"},{"name":"Anong","code":"nun"},{"name":"Nguôn","code":"nuo"},{"name":"Nupe-Nupe-Tako","code":"nup"},{"name":"Nukumanu","code":"nuq"},{"name":"Nukuria","code":"nur"},{"name":"Nuer","code":"nus"},{"name":"Nung (Viet Nam)","code":"nut"},{"name":"Ngbundu","code":"nuu"},{"name":"Northern Nuni","code":"nuv"},{"name":"Nguluwan","code":"nuw"},{"name":"Mehek","code":"nux"},{"name":"Nunggubuyu","code":"nuy"},{"name":"Tlamacazapa Nahuatl","code":"nuz"},{"name":"Nasarian","code":"nvh"},{"name":"Namiae","code":"nvm"},{"name":"Nyokon","code":"nvo"},{"name":"Nawathinehena","code":"nwa"},{"name":"Nyabwa","code":"nwb"},{"name":"Classical Nepal Bhasa","code":"nwc"},{"name":"Classical Newari","code":"nwc"},{"name":"Old Newari","code":"nwc"},{"name":"Ngwe","code":"nwe"},{"name":"Ngayawung","code":"nwg"},{"name":"Southwest Tanna","code":"nwi"},{"name":"Nyamusa-Molo","code":"nwm"},{"name":"Nauo","code":"nwo"},{"name":"Nawaru","code":"nwr"},{"name":"Middle Newar","code":"nwx"},{"name":"Nottoway-Meherrin","code":"nwy"},{"name":"Nauete","code":"nxa"},{"name":"Ngando (Democratic Republic of Congo)","code":"nxd"},{"name":"Nage","code":"nxe"},{"name":"Ngad'a","code":"nxg"},{"name":"Nindi","code":"nxi"},{"name":"Koki Naga","code":"nxk"},{"name":"South Nuaulu","code":"nxl"},{"name":"Numidian","code":"nxm"},{"name":"Ngawun","code":"nxn"},{"name":"Ndambomo","code":"nxo"},{"name":"Naxi","code":"nxq"},{"name":"Ninggerum","code":"nxr"},{"name":"Nafri","code":"nxx"},{"name":"Chewa","code":"nya"},{"name":"Chichewa","code":"nya"},{"name":"Nyanja","code":"nya"},{"name":"Nyangbo","code":"nyb"},{"name":"Nyanga-li","code":"nyc"},{"name":"Nyore","code":"nyd"},{"name":"Olunyole","code":"nyd"},{"name":"Nyengo","code":"nye"},{"name":"Giryama","code":"nyf"},{"name":"Kigiryama","code":"nyf"},{"name":"Nyindu","code":"nyg"},{"name":"Nyikina","code":"nyh"},{"name":"Ama (Sudan)","code":"nyi"},{"name":"Nyanga","code":"nyj"},{"name":"Nyaneka","code":"nyk"},{"name":"Nyeu","code":"nyl"},{"name":"Nyamwezi","code":"nym"},{"name":"Nyankole","code":"nyn"},{"name":"Nyoro","code":"nyo"},{"name":"Nyang'i","code":"nyp"},{"name":"Nayini","code":"nyq"},{"name":"Nyiha (Malawi)","code":"nyr"},{"name":"Nyungar","code":"nys"},{"name":"Nyawaygi","code":"nyt"},{"name":"Nyungwe","code":"nyu"},{"name":"Nyulnyul","code":"nyv"},{"name":"Nyaw","code":"nyw"},{"name":"Nganyaywana","code":"nyx"},{"name":"Nyakyusa-Ngonde","code":"nyy"},{"name":"Tigon Mbembe","code":"nza"},{"name":"Njebi","code":"nzb"},{"name":"Nzadi","code":"nzd"},{"name":"Nzima","code":"nzi"},{"name":"Nzakara","code":"nzk"},{"name":"Zeme Naga","code":"nzm"},{"name":"New Zealand Sign Language","code":"nzs"},{"name":"Teke-Nzikou","code":"nzu"},{"name":"Nzakambay","code":"nzy"},{"name":"Nanga Dama Dogon","code":"nzz"},{"name":"Orok","code":"oaa"},{"name":"Oroch","code":"oac"},{"name":"Ancient Aramaic (up to 700 BCE)","code":"oar"},{"name":"Old Aramaic (up to 700 BCE)","code":"oar"},{"name":"Old Avar","code":"oav"},{"name":"Obispeño","code":"obi"},{"name":"Southern Bontok","code":"obk"},{"name":"Oblo","code":"obl"},{"name":"Moabite","code":"obm"},{"name":"Obo Manobo","code":"obo"},{"name":"Old Burmese","code":"obr"},{"name":"Old Breton","code":"obt"},{"name":"Obulom","code":"obu"},{"name":"Ocaina","code":"oca"},{"name":"Old Chinese","code":"och"},{"name":"Occitan (post 1500)","code":"oci"},{"name":"Old Cham","code":"ocm"},{"name":"Old Cornish","code":"oco"},{"name":"Atzingo Matlatzinca","code":"ocu"},{"name":"Odut","code":"oda"},{"name":"Od","code":"odk"},{"name":"Old Dutch","code":"odt"},{"name":"Odual","code":"odu"},{"name":"Ofo","code":"ofo"},{"name":"Old Frisian","code":"ofs"},{"name":"Efutop","code":"ofu"},{"name":"Ogbia","code":"ogb"},{"name":"Ogbah","code":"ogc"},{"name":"Old Georgian","code":"oge"},{"name":"Ogbogolo","code":"ogg"},{"name":"Khana","code":"ogo"},{"name":"Ogbronuagum","code":"ogu"},{"name":"Old Hittite","code":"oht"},{"name":"Old Hungarian","code":"ohu"},{"name":"Oirata","code":"oia"},{"name":"Inebu One","code":"oin"},{"name":"Northwestern Ojibwa","code":"ojb"},{"name":"Central Ojibwa","code":"ojc"},{"name":"Eastern Ojibwa","code":"ojg"},{"name":"Ojibwa","code":"oji"},{"name":"Old Japanese","code":"ojp"},{"name":"Severn Ojibwa","code":"ojs"},{"name":"Ontong Java","code":"ojv"},{"name":"Western Ojibwa","code":"ojw"},{"name":"Okanagan","code":"oka"},{"name":"Okobo","code":"okb"},{"name":"Kobo","code":"okc"},{"name":"Okodia","code":"okd"},{"name":"Okpe (Southwestern Edo)","code":"oke"},{"name":"Koko Babangk","code":"okg"},{"name":"Koresh-e Rostam","code":"okh"},{"name":"Okiek","code":"oki"},{"name":"Oko-Juwoi","code":"okj"},{"name":"Kwamtim One","code":"okk"},{"name":"Old Kentish Sign Language","code":"okl"},{"name":"Middle Korean (10th-16th cent.)","code":"okm"},{"name":"Oki-No-Erabu","code":"okn"},{"name":"Old Korean (3rd-9th cent.)","code":"oko"},{"name":"Kirike","code":"okr"},{"name":"Oko-Eni-Osayen","code":"oks"},{"name":"Oku","code":"oku"},{"name":"Orokaiva","code":"okv"},{"name":"Okpe (Northwestern Edo)","code":"okx"},{"name":"Old Khmer","code":"okz"},{"name":"Walungge","code":"ola"},{"name":"Mochi","code":"old"},{"name":"Olekha","code":"ole"},{"name":"Olkol","code":"olk"},{"name":"Oloma","code":"olm"},{"name":"Livvi","code":"olo"},{"name":"Olrat","code":"olr"},{"name":"Old Lithuanian","code":"olt"},{"name":"Kuvale","code":"olu"},{"name":"Omaha-Ponca","code":"oma"},{"name":"East Ambae","code":"omb"},{"name":"Mochica","code":"omc"},{"name":"Omagua","code":"omg"},{"name":"Omi","code":"omi"},{"name":"Omok","code":"omk"},{"name":"Ombo","code":"oml"},{"name":"Minoan","code":"omn"},{"name":"Utarmbung","code":"omo"},{"name":"Old Manipuri","code":"omp"},{"name":"Old Marathi","code":"omr"},{"name":"Omotik","code":"omt"},{"name":"Omurano","code":"omu"},{"name":"South Tairora","code":"omw"},{"name":"Old Mon","code":"omx"},{"name":"Old Malay","code":"omy"},{"name":"Ona","code":"ona"},{"name":"Lingao","code":"onb"},{"name":"Oneida","code":"one"},{"name":"Olo","code":"ong"},{"name":"Onin","code":"oni"},{"name":"Onjob","code":"onj"},{"name":"Kabore One","code":"onk"},{"name":"Onobasulu","code":"onn"},{"name":"Onondaga","code":"ono"},{"name":"Sartang","code":"onp"},{"name":"Northern One","code":"onr"},{"name":"Ono","code":"ons"},{"name":"Ontenu","code":"ont"},{"name":"Unua","code":"onu"},{"name":"Old Nubian","code":"onw"},{"name":"Onin Based Pidgin","code":"onx"},{"name":"Tohono O'odham","code":"ood"},{"name":"Ong","code":"oog"},{"name":"Önge","code":"oon"},{"name":"Oorlams","code":"oor"},{"name":"Old Ossetic","code":"oos"},{"name":"Okpamheri","code":"opa"},{"name":"Kopkaka","code":"opk"},{"name":"Oksapmin","code":"opm"},{"name":"Opao","code":"opo"},{"name":"Opata","code":"opt"},{"name":"Ofayé","code":"opy"},{"name":"Oroha","code":"ora"},{"name":"Orma","code":"orc"},{"name":"Orejón","code":"ore"},{"name":"Oring","code":"org"},{"name":"Oroqen","code":"orh"},{"name":"Oriya (macrolanguage)","code":"ori"},{"name":"Oromo","code":"orm"},{"name":"Orang Kanaq","code":"orn"},{"name":"Orokolo","code":"oro"},{"name":"Oruma","code":"orr"},{"name":"Orang Seletar","code":"ors"},{"name":"Adivasi Oriya","code":"ort"},{"name":"Ormuri","code":"oru"},{"name":"Old Russian","code":"orv"},{"name":"Oro Win","code":"orw"},{"name":"Oro","code":"orx"},{"name":"Odia","code":"ory"},{"name":"Oriya (individual language)","code":"ory"},{"name":"Ormu","code":"orz"},{"name":"Osage","code":"osa"},{"name":"Oscan","code":"osc"},{"name":"Osing","code":"osi"},{"name":"Old Sundanese","code":"osn"},{"name":"Ososo","code":"oso"},{"name":"Old Spanish","code":"osp"},{"name":"Ossetian","code":"oss"},{"name":"Ossetic","code":"oss"},{"name":"Osatu","code":"ost"},{"name":"Southern One","code":"osu"},{"name":"Old Saxon","code":"osx"},{"name":"Ottoman Turkish (1500-1928)","code":"ota"},{"name":"Old Tibetan","code":"otb"},{"name":"Ot Danum","code":"otd"},{"name":"Mezquital Otomi","code":"ote"},{"name":"Oti","code":"oti"},{"name":"Old Turkish","code":"otk"},{"name":"Tilapa Otomi","code":"otl"},{"name":"Eastern Highland Otomi","code":"otm"},{"name":"Tenango Otomi","code":"otn"},{"name":"Querétaro Otomi","code":"otq"},{"name":"Otoro","code":"otr"},{"name":"Estado de México Otomi","code":"ots"},{"name":"Temoaya Otomi","code":"ott"},{"name":"Otuke","code":"otu"},{"name":"Ottawa","code":"otw"},{"name":"Texcatepec Otomi","code":"otx"},{"name":"Old Tamil","code":"oty"},{"name":"Ixtenco Otomi","code":"otz"},{"name":"Tagargrent","code":"oua"},{"name":"Glio-Oubi","code":"oub"},{"name":"Oune","code":"oue"},{"name":"Old Uighur","code":"oui"},{"name":"Ouma","code":"oum"},{"name":"Elfdalian","code":"ovd"},{"name":"Övdalian","code":"ovd"},{"name":"Owiniga","code":"owi"},{"name":"Old Welsh","code":"owl"},{"name":"Oy","code":"oyb"},{"name":"Oyda","code":"oyd"},{"name":"Wayampi","code":"oym"},{"name":"Oya'oya","code":"oyy"},{"name":"Koonzime","code":"ozm"},{"name":"Parecís","code":"pab"},{"name":"Pacoh","code":"pac"},{"name":"Paumarí","code":"pad"},{"name":"Pagibete","code":"pae"},{"name":"Paranawát","code":"paf"},{"name":"Pangasinan","code":"pag"},{"name":"Tenharim","code":"pah"},{"name":"Pe","code":"pai"},{"name":"Parakanã","code":"pak"},{"name":"Pahlavi","code":"pal"},{"name":"Kapampangan","code":"pam"},{"name":"Pampanga","code":"pam"},{"name":"Panjabi","code":"pan"},{"name":"Punjabi","code":"pan"},{"name":"Northern Paiute","code":"pao"},{"name":"Papiamento","code":"pap"},{"name":"Parya","code":"paq"},{"name":"Panamint","code":"par"},{"name":"Timbisha","code":"par"},{"name":"Papasena","code":"pas"},{"name":"Palauan","code":"pau"},{"name":"Pakaásnovos","code":"pav"},{"name":"Pawnee","code":"paw"},{"name":"Pankararé","code":"pax"},{"name":"Pech","code":"pay"},{"name":"Pankararú","code":"paz"},{"name":"Páez","code":"pbb"},{"name":"Patamona","code":"pbc"},{"name":"Mezontla Popoloca","code":"pbe"},{"name":"Coyotepec Popoloca","code":"pbf"},{"name":"Paraujano","code":"pbg"},{"name":"E'ñapa Woromaipu","code":"pbh"},{"name":"Parkwa","code":"pbi"},{"name":"Mak (Nigeria)","code":"pbl"},{"name":"Puebla Mazatec","code":"pbm"},{"name":"Kpasam","code":"pbn"},{"name":"Papel","code":"pbo"},{"name":"Badyara","code":"pbp"},{"name":"Pangwa","code":"pbr"},{"name":"Central Pame","code":"pbs"},{"name":"Southern Pashto","code":"pbt"},{"name":"Northern Pashto","code":"pbu"},{"name":"Pnar","code":"pbv"},{"name":"Pyu (Papua New Guinea)","code":"pby"},{"name":"Santa Inés Ahuatempan Popoloca","code":"pca"},{"name":"Pear","code":"pcb"},{"name":"Bouyei","code":"pcc"},{"name":"Picard","code":"pcd"},{"name":"Ruching Palaung","code":"pce"},{"name":"Paliyan","code":"pcf"},{"name":"Paniya","code":"pcg"},{"name":"Pardhan","code":"pch"},{"name":"Duruwa","code":"pci"},{"name":"Parenga","code":"pcj"},{"name":"Paite Chin","code":"pck"},{"name":"Pardhi","code":"pcl"},{"name":"Nigerian Pidgin","code":"pcm"},{"name":"Piti","code":"pcn"},{"name":"Pacahuara","code":"pcp"},{"name":"Pyapun","code":"pcw"},{"name":"Anam","code":"pda"},{"name":"Pennsylvania German","code":"pdc"},{"name":"Pa Di","code":"pdi"},{"name":"Fedan","code":"pdn"},{"name":"Podena","code":"pdn"},{"name":"Padoe","code":"pdo"},{"name":"Plautdietsch","code":"pdt"},{"name":"Kayan","code":"pdu"},{"name":"Peranakan Indonesian","code":"pea"},{"name":"Eastern Pomo","code":"peb"},{"name":"Mala (Papua New Guinea)","code":"ped"},{"name":"Taje","code":"pee"},{"name":"Northeastern Pomo","code":"pef"},{"name":"Pengo","code":"peg"},{"name":"Bonan","code":"peh"},{"name":"Chichimeca-Jonaz","code":"pei"},{"name":"Northern Pomo","code":"pej"},{"name":"Penchal","code":"pek"},{"name":"Pekal","code":"pel"},{"name":"Phende","code":"pem"},{"name":"Old Persian (ca. 600-400 B.C.)","code":"peo"},{"name":"Kunja","code":"pep"},{"name":"Southern Pomo","code":"peq"},{"name":"Iranian Persian","code":"pes"},{"name":"Pémono","code":"pev"},{"name":"Petats","code":"pex"},{"name":"Petjo","code":"pey"},{"name":"Eastern Penan","code":"pez"},{"name":"Pááfang","code":"pfa"},{"name":"Pere","code":"pfe"},{"name":"Pfaelzisch","code":"pfl"},{"name":"Sudanese Creole Arabic","code":"pga"},{"name":"Gāndhārī","code":"pgd"},{"name":"Pangwali","code":"pgg"},{"name":"Pagi","code":"pgi"},{"name":"Rerep","code":"pgk"},{"name":"Primitive Irish","code":"pgl"},{"name":"Paelignian","code":"pgn"},{"name":"Pangseng","code":"pgs"},{"name":"Pagu","code":"pgu"},{"name":"Papua New Guinean Sign Language","code":"pgz"},{"name":"Pa-Hng","code":"pha"},{"name":"Phudagi","code":"phd"},{"name":"Phuong","code":"phg"},{"name":"Phukha","code":"phh"},{"name":"Phake","code":"phk"},{"name":"Palula","code":"phl"},{"name":"Phalura","code":"phl"},{"name":"Phimbi","code":"phm"},{"name":"Phoenician","code":"phn"},{"name":"Phunoi","code":"pho"},{"name":"Phana'","code":"phq"},{"name":"Pahari-Potwari","code":"phr"},{"name":"Phu Thai","code":"pht"},{"name":"Phuan","code":"phu"},{"name":"Pahlavani","code":"phv"},{"name":"Phangduwali","code":"phw"},{"name":"Pima Bajo","code":"pia"},{"name":"Yine","code":"pib"},{"name":"Pinji","code":"pic"},{"name":"Piaroa","code":"pid"},{"name":"Piro","code":"pie"},{"name":"Pingelapese","code":"pif"},{"name":"Pisabo","code":"pig"},{"name":"Pitcairn-Norfolk","code":"pih"},{"name":"Pini","code":"pii"},{"name":"Pijao","code":"pij"},{"name":"Yom","code":"pil"},{"name":"Powhatan","code":"pim"},{"name":"Piame","code":"pin"},{"name":"Piapoco","code":"pio"},{"name":"Pero","code":"pip"},{"name":"Piratapuyo","code":"pir"},{"name":"Pijin","code":"pis"},{"name":"Pitta Pitta","code":"pit"},{"name":"Pintupi-Luritja","code":"piu"},{"name":"Pileni","code":"piv"},{"name":"Vaeakau-Taumako","code":"piv"},{"name":"Pimbwe","code":"piw"},{"name":"Piu","code":"pix"},{"name":"Piya-Kwonci","code":"piy"},{"name":"Pije","code":"piz"},{"name":"Pitjantjatjara","code":"pjt"},{"name":"Ardhamāgadhī Prākrit","code":"pka"},{"name":"Kipfokomo","code":"pkb"},{"name":"Pokomo","code":"pkb"},{"name":"Paekche","code":"pkc"},{"name":"Pak-Tong","code":"pkg"},{"name":"Pankhu","code":"pkh"},{"name":"Pakanha","code":"pkn"},{"name":"Pökoot","code":"pko"},{"name":"Pukapuka","code":"pkp"},{"name":"Attapady Kurumba","code":"pkr"},{"name":"Pakistan Sign Language","code":"pks"},{"name":"Maleng","code":"pkt"},{"name":"Paku","code":"pku"},{"name":"Miani","code":"pla"},{"name":"Polonombauk","code":"plb"},{"name":"Central Palawano","code":"plc"},{"name":"Polari","code":"pld"},{"name":"Palu'e","code":"ple"},{"name":"Pilagá","code":"plg"},{"name":"Paulohi","code":"plh"},{"name":"Pali","code":"pli"},{"name":"Polci","code":"plj"},{"name":"Kohistani Shina","code":"plk"},{"name":"Shwe Palaung","code":"pll"},{"name":"Palenquero","code":"pln"},{"name":"Oluta Popoluca","code":"plo"},{"name":"Palaic","code":"plq"},{"name":"Palaka Senoufo","code":"plr"},{"name":"San Marcos Tlacoyalco Popoloca","code":"pls"},{"name":"San Marcos Tlalcoyalco Popoloca","code":"pls"},{"name":"Plateau Malagasy","code":"plt"},{"name":"Palikúr","code":"plu"},{"name":"Southwest Palawano","code":"plv"},{"name":"Brooke's Point Palawano","code":"plw"},{"name":"Bolyu","code":"ply"},{"name":"Paluan","code":"plz"},{"name":"Paama","code":"pma"},{"name":"Pambia","code":"pmb"},{"name":"Pallanganmiddang","code":"pmd"},{"name":"Pwaamei","code":"pme"},{"name":"Pamona","code":"pmf"},{"name":"Māhārāṣṭri Prākrit","code":"pmh"},{"name":"Northern Pumi","code":"pmi"},{"name":"Southern Pumi","code":"pmj"},{"name":"Pamlico","code":"pmk"},{"name":"Lingua Franca","code":"pml"},{"name":"Pomo","code":"pmm"},{"name":"Pam","code":"pmn"},{"name":"Pom","code":"pmo"},{"name":"Northern Pame","code":"pmq"},{"name":"Paynamar","code":"pmr"},{"name":"Piemontese","code":"pms"},{"name":"Tuamotuan","code":"pmt"},{"name":"Plains Miwok","code":"pmw"},{"name":"Poumei Naga","code":"pmx"},{"name":"Papuan Malay","code":"pmy"},{"name":"Southern Pame","code":"pmz"},{"name":"Punan Bah-Biau","code":"pna"},{"name":"Western Panjabi","code":"pnb"},{"name":"Pannei","code":"pnc"},{"name":"Mpinda","code":"pnd"},{"name":"Western Penan","code":"pne"},{"name":"Pangu","code":"png"},{"name":"Pongu","code":"png"},{"name":"Penrhyn","code":"pnh"},{"name":"Aoheng","code":"pni"},{"name":"Pinjarup","code":"pnj"},{"name":"Paunaka","code":"pnk"},{"name":"Paleni","code":"pnl"},{"name":"Punan Batu 1","code":"pnm"},{"name":"Pinai-Hagahai","code":"pnn"},{"name":"Panobo","code":"pno"},{"name":"Pancana","code":"pnp"},{"name":"Pana (Burkina Faso)","code":"pnq"},{"name":"Panim","code":"pnr"},{"name":"Ponosakan","code":"pns"},{"name":"Pontic","code":"pnt"},{"name":"Jiongnai Bunu","code":"pnu"},{"name":"Pinigura","code":"pnv"},{"name":"Banyjima","code":"pnw"},{"name":"Panytyima","code":"pnw"},{"name":"Phong-Kniang","code":"pnx"},{"name":"Pinyin","code":"pny"},{"name":"Pana (Central African Republic)","code":"pnz"},{"name":"Poqomam","code":"poc"},{"name":"San Juan Atzingo Popoloca","code":"poe"},{"name":"Poke","code":"pof"},{"name":"Potiguára","code":"pog"},{"name":"Poqomchi'","code":"poh"},{"name":"Highland Popoluca","code":"poi"},{"name":"Pokangá","code":"pok"},{"name":"Polish","code":"pol"},{"name":"Southeastern Pomo","code":"pom"},{"name":"Pohnpeian","code":"pon"},{"name":"Central Pomo","code":"poo"},{"name":"Pwapwâ","code":"pop"},{"name":"Texistepec Popoluca","code":"poq"},{"name":"Portuguese","code":"por"},{"name":"Sayula Popoluca","code":"pos"},{"name":"Potawatomi","code":"pot"},{"name":"Upper Guinea Crioulo","code":"pov"},{"name":"San Felipe Otlaltepec Popoloca","code":"pow"},{"name":"Polabian","code":"pox"},{"name":"Pogolo","code":"poy"},{"name":"Papi","code":"ppe"},{"name":"Paipai","code":"ppi"},{"name":"Uma","code":"ppk"},{"name":"Nicarao","code":"ppl"},{"name":"Pipil","code":"ppl"},{"name":"Papuma","code":"ppm"},{"name":"Papapana","code":"ppn"},{"name":"Folopa","code":"ppo"},{"name":"Pelende","code":"ppp"},{"name":"Pei","code":"ppq"},{"name":"San Luís Temalacayuca Popoloca","code":"pps"},{"name":"Pare","code":"ppt"},{"name":"Papora","code":"ppu"},{"name":"Pa'a","code":"pqa"},{"name":"Malecite-Passamaquoddy","code":"pqm"},{"name":"Parachi","code":"prc"},{"name":"Parsi-Dari","code":"prd"},{"name":"Principense","code":"pre"},{"name":"Paranan","code":"prf"},{"name":"Prussian","code":"prg"},{"name":"Porohanon","code":"prh"},{"name":"Paicî","code":"pri"},{"name":"Parauk","code":"prk"},{"name":"Peruvian Sign Language","code":"prl"},{"name":"Kibiri","code":"prm"},{"name":"Prasuni","code":"prn"},{"name":"Old Occitan (to 1500)","code":"pro"},{"name":"Old Provençal (to 1500)","code":"pro"},{"name":"Parsi","code":"prp"},{"name":"Ashéninka Perené","code":"prq"},{"name":"Puri","code":"prr"},{"name":"Afghan Persian","code":"prs"},{"name":"Dari","code":"prs"},{"name":"Phai","code":"prt"},{"name":"Puragi","code":"pru"},{"name":"Parawen","code":"prw"},{"name":"Purik","code":"prx"},{"name":"Providencia Sign Language","code":"prz"},{"name":"Asue Awyu","code":"psa"},{"name":"Persian Sign Language","code":"psc"},{"name":"Plains Indian Sign Language","code":"psd"},{"name":"Central Malay","code":"pse"},{"name":"Penang Sign Language","code":"psg"},{"name":"Southwest Pashai","code":"psh"},{"name":"Southwest Pashayi","code":"psh"},{"name":"Southeast Pashai","code":"psi"},{"name":"Southeast Pashayi","code":"psi"},{"name":"Puerto Rican Sign Language","code":"psl"},{"name":"Pauserna","code":"psm"},{"name":"Panasuan","code":"psn"},{"name":"Polish Sign Language","code":"pso"},{"name":"Philippine Sign Language","code":"psp"},{"name":"Pasi","code":"psq"},{"name":"Portuguese Sign Language","code":"psr"},{"name":"Kaulong","code":"pss"},{"name":"Central Pashto","code":"pst"},{"name":"Sauraseni Prākrit","code":"psu"},{"name":"Port Sandwich","code":"psw"},{"name":"Piscataway","code":"psy"},{"name":"Pai Tavytera","code":"pta"},{"name":"Pataxó Hã-Ha-Hãe","code":"pth"},{"name":"Pindiini","code":"pti"},{"name":"Wangkatha","code":"pti"},{"name":"Patani","code":"ptn"},{"name":"Zo'é","code":"pto"},{"name":"Patep","code":"ptp"},{"name":"Pattapu","code":"ptq"},{"name":"Piamatsina","code":"ptr"},{"name":"Enrekang","code":"ptt"},{"name":"Bambam","code":"ptu"},{"name":"Port Vato","code":"ptv"},{"name":"Pentlatch","code":"ptw"},{"name":"Pathiya","code":"pty"},{"name":"Western Highland Purepecha","code":"pua"},{"name":"Purum","code":"pub"},{"name":"Punan Merap","code":"puc"},{"name":"Punan Aput","code":"pud"},{"name":"Puelche","code":"pue"},{"name":"Punan Merah","code":"puf"},{"name":"Phuie","code":"pug"},{"name":"Puinave","code":"pui"},{"name":"Punan Tubu","code":"puj"},{"name":"Puma","code":"pum"},{"name":"Puoc","code":"puo"},{"name":"Pulabu","code":"pup"},{"name":"Puquina","code":"puq"},{"name":"Puruborá","code":"pur"},{"name":"Pushto","code":"pus"},{"name":"Pashto","code":"pus"},{"name":"Putoh","code":"put"},{"name":"Punu","code":"puu"},{"name":"Puluwatese","code":"puw"},{"name":"Puare","code":"pux"},{"name":"Purisimeño","code":"puy"},{"name":"Pawaia","code":"pwa"},{"name":"Panawa","code":"pwb"},{"name":"Gapapaiwa","code":"pwg"},{"name":"Patwin","code":"pwi"},{"name":"Molbog","code":"pwm"},{"name":"Paiwan","code":"pwn"},{"name":"Pwo Western Karen","code":"pwo"},{"name":"Powari","code":"pwr"},{"name":"Pwo Northern Karen","code":"pww"},{"name":"Quetzaltepec Mixe","code":"pxm"},{"name":"Pye Krumen","code":"pye"},{"name":"Fyam","code":"pym"},{"name":"Poyanáwa","code":"pyn"},{"name":"Lengua de Señas del Paraguay","code":"pys"},{"name":"Paraguayan Sign Language","code":"pys"},{"name":"Puyuma","code":"pyu"},{"name":"Pyu (Myanmar)","code":"pyx"},{"name":"Pyen","code":"pyy"},{"name":"Para Naga","code":"pzn"},{"name":"Quapaw","code":"qua"},{"name":"Huallaga Huánuco Quechua","code":"qub"},{"name":"K'iche'","code":"quc"},{"name":"Quiché","code":"quc"},{"name":"Calderón Highland Quichua","code":"qud"},{"name":"Quechua","code":"que"},{"name":"Lambayeque Quechua","code":"quf"},{"name":"Chimborazo Highland Quichua","code":"qug"},{"name":"South Bolivian Quechua","code":"quh"},{"name":"Quileute","code":"qui"},{"name":"Chachapoyas Quechua","code":"quk"},{"name":"North Bolivian Quechua","code":"qul"},{"name":"Sipacapense","code":"qum"},{"name":"Quinault","code":"qun"},{"name":"Southern Pastaza Quechua","code":"qup"},{"name":"Quinqui","code":"quq"},{"name":"Yanahuanca Pasco Quechua","code":"qur"},{"name":"Santiago del Estero Quichua","code":"qus"},{"name":"Sacapulteco","code":"quv"},{"name":"Tena Lowland Quichua","code":"quw"},{"name":"Yauyos Quechua","code":"qux"},{"name":"Ayacucho Quechua","code":"quy"},{"name":"Cusco Quechua","code":"quz"},{"name":"Ambo-Pasco Quechua","code":"qva"},{"name":"Cajamarca Quechua","code":"qvc"},{"name":"Eastern Apurímac Quechua","code":"qve"},{"name":"Huamalíes-Dos de Mayo Huánuco Quechua","code":"qvh"},{"name":"Imbabura Highland Quichua","code":"qvi"},{"name":"Loja Highland Quichua","code":"qvj"},{"name":"Cajatambo North Lima Quechua","code":"qvl"},{"name":"Margos-Yarowilca-Lauricocha Quechua","code":"qvm"},{"name":"North Junín Quechua","code":"qvn"},{"name":"Napo Lowland Quechua","code":"qvo"},{"name":"Pacaraos Quechua","code":"qvp"},{"name":"San Martín Quechua","code":"qvs"},{"name":"Huaylla Wanca Quechua","code":"qvw"},{"name":"Queyu","code":"qvy"},{"name":"Northern Pastaza Quichua","code":"qvz"},{"name":"Corongo Ancash Quechua","code":"qwa"},{"name":"Classical Quechua","code":"qwc"},{"name":"Huaylas Ancash Quechua","code":"qwh"},{"name":"Kuman (Russia)","code":"qwm"},{"name":"Sihuas Ancash Quechua","code":"qws"},{"name":"Kwalhioqua-Tlatskanai","code":"qwt"},{"name":"Chiquián Ancash Quechua","code":"qxa"},{"name":"Chincha Quechua","code":"qxc"},{"name":"Panao Huánuco Quechua","code":"qxh"},{"name":"Salasaca Highland Quichua","code":"qxl"},{"name":"Northern Conchucos Ancash Quechua","code":"qxn"},{"name":"Southern Conchucos Ancash Quechua","code":"qxo"},{"name":"Puno Quechua","code":"qxp"},{"name":"Qashqa'i","code":"qxq"},{"name":"Cañar Highland Quichua","code":"qxr"},{"name":"Southern Qiang","code":"qxs"},{"name":"Santa Ana de Tusi Pasco Quechua","code":"qxt"},{"name":"Arequipa-La Unión Quechua","code":"qxu"},{"name":"Jauja Wanca Quechua","code":"qxw"},{"name":"Quenya","code":"qya"},{"name":"Quiripi","code":"qyp"},{"name":"Dungmali","code":"raa"},{"name":"Camling","code":"rab"},{"name":"Rasawa","code":"rac"},{"name":"Rade","code":"rad"},{"name":"Western Meohang","code":"raf"},{"name":"Logooli","code":"rag"},{"name":"Lulogooli","code":"rag"},{"name":"Rabha","code":"rah"},{"name":"Ramoaaina","code":"rai"},{"name":"Rajasthani","code":"raj"},{"name":"Tulu-Bohuai","code":"rak"},{"name":"Ralte","code":"ral"},{"name":"Canela","code":"ram"},{"name":"Riantana","code":"ran"},{"name":"Rao","code":"rao"},{"name":"Rapanui","code":"rap"},{"name":"Saam","code":"raq"},{"name":"Cook Islands Maori","code":"rar"},{"name":"Rarotongan","code":"rar"},{"name":"Tegali","code":"ras"},{"name":"Razajerdi","code":"rat"},{"name":"Raute","code":"rau"},{"name":"Sampang","code":"rav"},{"name":"Rawang","code":"raw"},{"name":"Rang","code":"rax"},{"name":"Rapa","code":"ray"},{"name":"Rahambuu","code":"raz"},{"name":"Rumai Palaung","code":"rbb"},{"name":"Northern Bontok","code":"rbk"},{"name":"Miraya Bikol","code":"rbl"},{"name":"Barababaraba","code":"rbp"},{"name":"Réunion Creole French","code":"rcf"},{"name":"Rudbari","code":"rdb"},{"name":"Rerau","code":"rea"},{"name":"Rembong","code":"reb"},{"name":"Rejang Kayan","code":"ree"},{"name":"Kara (Tanzania)","code":"reg"},{"name":"Reli","code":"rei"},{"name":"Rejang","code":"rej"},{"name":"Rendille","code":"rel"},{"name":"Remo","code":"rem"},{"name":"Rengao","code":"ren"},{"name":"Rer Bare","code":"rer"},{"name":"Reshe","code":"res"},{"name":"Retta","code":"ret"},{"name":"Reyesano","code":"rey"},{"name":"Roria","code":"rga"},{"name":"Romano-Greek","code":"rge"},{"name":"Rangkas","code":"rgk"},{"name":"Romagnol","code":"rgn"},{"name":"Resígaro","code":"rgr"},{"name":"Southern Roglai","code":"rgs"},{"name":"Ringgou","code":"rgu"},{"name":"Rohingya","code":"rhg"},{"name":"Yahang","code":"rhp"},{"name":"Riang (India)","code":"ria"},{"name":"Tarifit","code":"rif"},{"name":"Riang (Myanmar)","code":"ril"},{"name":"Riang Lang","code":"ril"},{"name":"Nyaturu","code":"rim"},{"name":"Nungu","code":"rin"},{"name":"Ribun","code":"rir"},{"name":"Ritharrngu","code":"rit"},{"name":"Riung","code":"riu"},{"name":"Rajong","code":"rjg"},{"name":"Raji","code":"rji"},{"name":"Rajbanshi","code":"rjs"},{"name":"Kraol","code":"rka"},{"name":"Rikbaktsa","code":"rkb"},{"name":"Rakahanga-Manihiki","code":"rkh"},{"name":"Rakhine","code":"rki"},{"name":"Marka","code":"rkm"},{"name":"Kamta","code":"rkt"},{"name":"Rangpuri","code":"rkt"},{"name":"Arakwal","code":"rkw"},{"name":"Rama","code":"rma"},{"name":"Rembarrnga","code":"rmb"},{"name":"Carpathian Romani","code":"rmc"},{"name":"Traveller Danish","code":"rmd"},{"name":"Angloromani","code":"rme"},{"name":"Kalo Finnish Romani","code":"rmf"},{"name":"Traveller Norwegian","code":"rmg"},{"name":"Murkim","code":"rmh"},{"name":"Lomavren","code":"rmi"},{"name":"Romkun","code":"rmk"},{"name":"Baltic Romani","code":"rml"},{"name":"Roma","code":"rmm"},{"name":"Balkan Romani","code":"rmn"},{"name":"Sinte Romani","code":"rmo"},{"name":"Rempi","code":"rmp"},{"name":"Caló","code":"rmq"},{"name":"Romanian Sign Language","code":"rms"},{"name":"Domari","code":"rmt"},{"name":"Tavringer Romani","code":"rmu"},{"name":"Romanova","code":"rmv"},{"name":"Welsh Romani","code":"rmw"},{"name":"Romam","code":"rmx"},{"name":"Vlax Romani","code":"rmy"},{"name":"Marma","code":"rmz"},{"name":"Ruund","code":"rnd"},{"name":"Ronga","code":"rng"},{"name":"Ranglong","code":"rnl"},{"name":"Roon","code":"rnn"},{"name":"Rongpo","code":"rnp"},{"name":"Nari Nari","code":"rnr"},{"name":"Rungwa","code":"rnw"},{"name":"Tae'","code":"rob"},{"name":"Cacgia Roglai","code":"roc"},{"name":"Rogo","code":"rod"},{"name":"Ronji","code":"roe"},{"name":"Rombo","code":"rof"},{"name":"Northern Roglai","code":"rog"},{"name":"Romansh","code":"roh"},{"name":"Romblomanon","code":"rol"},{"name":"Romany","code":"rom"},{"name":"Romanian","code":"ron"},{"name":"Moldavian","code":"ron"},{"name":"Moldovan","code":"ron"},{"name":"Rotokas","code":"roo"},{"name":"Kriol","code":"rop"},{"name":"Rongga","code":"ror"},{"name":"Runga","code":"rou"},{"name":"Dela-Oenale","code":"row"},{"name":"Repanbitip","code":"rpn"},{"name":"Rapting","code":"rpt"},{"name":"Ririo","code":"rri"},{"name":"Waima","code":"rro"},{"name":"Arritinngithigh","code":"rrt"},{"name":"Romano-Serbian","code":"rsb"},{"name":"Russian Sign Language","code":"rsl"},{"name":"Miriwoong Sign Language","code":"rsm"},{"name":"Rungtu Chin","code":"rtc"},{"name":"Ratahan","code":"rth"},{"name":"Rotuman","code":"rtm"},{"name":"Yurats","code":"rts"},{"name":"Rathawi","code":"rtw"},{"name":"Gungu","code":"rub"},{"name":"Ruuli","code":"ruc"},{"name":"Rusyn","code":"rue"},{"name":"Luguru","code":"ruf"},{"name":"Roviana","code":"rug"},{"name":"Ruga","code":"ruh"},{"name":"Rufiji","code":"rui"},{"name":"Che","code":"ruk"},{"name":"Rundi","code":"run"},{"name":"Istro Romanian","code":"ruo"},{"name":"Aromanian","code":"rup"},{"name":"Arumanian","code":"rup"},{"name":"Macedo-Romanian","code":"rup"},{"name":"Megleno Romanian","code":"ruq"},{"name":"Russian","code":"rus"},{"name":"Rutul","code":"rut"},{"name":"Lanas Lobu","code":"ruu"},{"name":"Mala (Nigeria)","code":"ruy"},{"name":"Ruma","code":"ruz"},{"name":"Rawo","code":"rwa"},{"name":"Rwa","code":"rwk"},{"name":"Ruwila","code":"rwl"},{"name":"Amba (Uganda)","code":"rwm"},{"name":"Rawa","code":"rwo"},{"name":"Marwari (India)","code":"rwr"},{"name":"Ngardi","code":"rxd"},{"name":"Garuwali","code":"rxw"},{"name":"Karuwali","code":"rxw"},{"name":"Northern Amami-Oshima","code":"ryn"},{"name":"Yaeyama","code":"rys"},{"name":"Central Okinawan","code":"ryu"},{"name":"Rāziḥī","code":"rzh"},{"name":"Saba","code":"saa"},{"name":"Buglere","code":"sab"},{"name":"Meskwaki","code":"sac"},{"name":"Sandawe","code":"sad"},{"name":"Sabanê","code":"sae"},{"name":"Safaliba","code":"saf"},{"name":"Sango","code":"sag"},{"name":"Yakut","code":"sah"},{"name":"Sahu","code":"saj"},{"name":"Sake","code":"sak"},{"name":"Samaritan Aramaic","code":"sam"},{"name":"Sanskrit","code":"san"},{"name":"Sause","code":"sao"},{"name":"Samburu","code":"saq"},{"name":"Saraveca","code":"sar"},{"name":"Sasak","code":"sas"},{"name":"Santali","code":"sat"},{"name":"Saleman","code":"sau"},{"name":"Saafi-Saafi","code":"sav"},{"name":"Sawi","code":"saw"},{"name":"Sa","code":"sax"},{"name":"Saya","code":"say"},{"name":"Saurashtra","code":"saz"},{"name":"Ngambay","code":"sba"},{"name":"Simbo","code":"sbb"},{"name":"Kele (Papua New Guinea)","code":"sbc"},{"name":"Southern Samo","code":"sbd"},{"name":"Saliba","code":"sbe"},{"name":"Chabu","code":"sbf"},{"name":"Shabo","code":"sbf"},{"name":"Seget","code":"sbg"},{"name":"Sori-Harengan","code":"sbh"},{"name":"Seti","code":"sbi"},{"name":"Surbakhal","code":"sbj"},{"name":"Safwa","code":"sbk"},{"name":"Botolan Sambal","code":"sbl"},{"name":"Sagala","code":"sbm"},{"name":"Sindhi Bhil","code":"sbn"},{"name":"Sabüm","code":"sbo"},{"name":"Sangu (Tanzania)","code":"sbp"},{"name":"Sileibi","code":"sbq"},{"name":"Sembakung Murut","code":"sbr"},{"name":"Subiya","code":"sbs"},{"name":"Kimki","code":"sbt"},{"name":"Stod Bhoti","code":"sbu"},{"name":"Sabine","code":"sbv"},{"name":"Simba","code":"sbw"},{"name":"Seberuang","code":"sbx"},{"name":"Soli","code":"sby"},{"name":"Sara Kaba","code":"sbz"},{"name":"Chut","code":"scb"},{"name":"Dongxiang","code":"sce"},{"name":"San Miguel Creole French","code":"scf"},{"name":"Sanggau","code":"scg"},{"name":"Sakachep","code":"sch"},{"name":"Sri Lankan Creole Malay","code":"sci"},{"name":"Sadri","code":"sck"},{"name":"Shina","code":"scl"},{"name":"Sicilian","code":"scn"},{"name":"Scots","code":"sco"},{"name":"Helambu Sherpa","code":"scp"},{"name":"Hyolmo","code":"scp"},{"name":"Sa'och","code":"scq"},{"name":"North Slavey","code":"scs"},{"name":"Southern Katang","code":"sct"},{"name":"Shumcho","code":"scu"},{"name":"Sheni","code":"scv"},{"name":"Sha","code":"scw"},{"name":"Sicel","code":"scx"},{"name":"Toraja-Sa'dan","code":"sda"},{"name":"Shabak","code":"sdb"},{"name":"Sassarese Sardinian","code":"sdc"},{"name":"Surubu","code":"sde"},{"name":"Sarli","code":"sdf"},{"name":"Savi","code":"sdg"},{"name":"Southern Kurdish","code":"sdh"},{"name":"Suundi","code":"sdj"},{"name":"Sos Kundi","code":"sdk"},{"name":"Saudi Arabian Sign Language","code":"sdl"},{"name":"Gallurese Sardinian","code":"sdn"},{"name":"Bukar-Sadung Bidayuh","code":"sdo"},{"name":"Sherdukpen","code":"sdp"},{"name":"Semandang","code":"sdq"},{"name":"Oraon Sadri","code":"sdr"},{"name":"Sened","code":"sds"},{"name":"Shuadit","code":"sdt"},{"name":"Sarudu","code":"sdu"},{"name":"Sibu Melanau","code":"sdx"},{"name":"Sallands","code":"sdz"},{"name":"Semai","code":"sea"},{"name":"Shempire Senoufo","code":"seb"},{"name":"Sechelt","code":"sec"},{"name":"Sedang","code":"sed"},{"name":"Seneca","code":"see"},{"name":"Cebaara Senoufo","code":"sef"},{"name":"Segeju","code":"seg"},{"name":"Sena","code":"seh"},{"name":"Seri","code":"sei"},{"name":"Sene","code":"sej"},{"name":"Sekani","code":"sek"},{"name":"Selkup","code":"sel"},{"name":"Nanerigé Sénoufo","code":"sen"},{"name":"Suarmin","code":"seo"},{"name":"Sìcìté Sénoufo","code":"sep"},{"name":"Senara Sénoufo","code":"seq"},{"name":"Serrano","code":"ser"},{"name":"Koyraboro Senni Songhai","code":"ses"},{"name":"Sentani","code":"set"},{"name":"Serui-Laut","code":"seu"},{"name":"Nyarafolo Senoufo","code":"sev"},{"name":"Sewa Bay","code":"sew"},{"name":"Secoya","code":"sey"},{"name":"Senthang Chin","code":"sez"},{"name":"French Belgian Sign Language","code":"sfb"},{"name":"Langue des signes de Belgique Francophone","code":"sfb"},{"name":"Eastern Subanen","code":"sfe"},{"name":"Small Flowery Miao","code":"sfm"},{"name":"South African Sign Language","code":"sfs"},{"name":"Sehwi","code":"sfw"},{"name":"Old Irish (to 900)","code":"sga"},{"name":"Mag-antsi Ayta","code":"sgb"},{"name":"Kipsigis","code":"sgc"},{"name":"Surigaonon","code":"sgd"},{"name":"Segai","code":"sge"},{"name":"Swiss-German Sign Language","code":"sgg"},{"name":"Shughni","code":"sgh"},{"name":"Suga","code":"sgi"},{"name":"Surgujia","code":"sgj"},{"name":"Sangkong","code":"sgk"},{"name":"Singa","code":"sgm"},{"name":"Singpho","code":"sgp"},{"name":"Sangisari","code":"sgr"},{"name":"Samogitian","code":"sgs"},{"name":"Brokpake","code":"sgt"},{"name":"Salas","code":"sgu"},{"name":"Sebat Bet Gurage","code":"sgw"},{"name":"Sierra Leone Sign Language","code":"sgx"},{"name":"Sanglechi","code":"sgy"},{"name":"Sursurunga","code":"sgz"},{"name":"Shall-Zwall","code":"sha"},{"name":"Ninam","code":"shb"},{"name":"Sonde","code":"shc"},{"name":"Kundal Shahi","code":"shd"},{"name":"Sheko","code":"she"},{"name":"Shua","code":"shg"},{"name":"Shoshoni","code":"shh"},{"name":"Tachelhit","code":"shi"},{"name":"Shatt","code":"shj"},{"name":"Shilluk","code":"shk"},{"name":"Shendu","code":"shl"},{"name":"Shahrudi","code":"shm"},{"name":"Shan","code":"shn"},{"name":"Shanga","code":"sho"},{"name":"Shipibo-Conibo","code":"shp"},{"name":"Sala","code":"shq"},{"name":"Shi","code":"shr"},{"name":"Shuswap","code":"shs"},{"name":"Shasta","code":"sht"},{"name":"Chadian Arabic","code":"shu"},{"name":"Shehri","code":"shv"},{"name":"Shwai","code":"shw"},{"name":"She","code":"shx"},{"name":"Tachawit","code":"shy"},{"name":"Syenara Senoufo","code":"shz"},{"name":"Akkala Sami","code":"sia"},{"name":"Sebop","code":"sib"},{"name":"Sidamo","code":"sid"},{"name":"Simaa","code":"sie"},{"name":"Siamou","code":"sif"},{"name":"Paasaal","code":"sig"},{"name":"Sîshëë","code":"sih"},{"name":"Zire","code":"sih"},{"name":"Shom Peng","code":"sii"},{"name":"Numbami","code":"sij"},{"name":"Sikiana","code":"sik"},{"name":"Tumulung Sisaala","code":"sil"},{"name":"Mende (Papua New Guinea)","code":"sim"},{"name":"Sinhala","code":"sin"},{"name":"Sinhalese","code":"sin"},{"name":"Sikkimese","code":"sip"},{"name":"Sonia","code":"siq"},{"name":"Siri","code":"sir"},{"name":"Siuslaw","code":"sis"},{"name":"Sinagen","code":"siu"},{"name":"Sumariup","code":"siv"},{"name":"Siwai","code":"siw"},{"name":"Sumau","code":"six"},{"name":"Sivandi","code":"siy"},{"name":"Siwi","code":"siz"},{"name":"Epena","code":"sja"},{"name":"Sajau Basap","code":"sjb"},{"name":"Kildin Sami","code":"sjd"},{"name":"Pite Sami","code":"sje"},{"name":"Assangori","code":"sjg"},{"name":"Kemi Sami","code":"sjk"},{"name":"Miji","code":"sjl"},{"name":"Sajalong","code":"sjl"},{"name":"Mapun","code":"sjm"},{"name":"Sindarin","code":"sjn"},{"name":"Xibe","code":"sjo"},{"name":"Surjapuri","code":"sjp"},{"name":"Siar-Lak","code":"sjr"},{"name":"Senhaja De Srair","code":"sjs"},{"name":"Ter Sami","code":"sjt"},{"name":"Ume Sami","code":"sju"},{"name":"Shawnee","code":"sjw"},{"name":"Skagit","code":"ska"},{"name":"Saek","code":"skb"},{"name":"Ma Manda","code":"skc"},{"name":"Southern Sierra Miwok","code":"skd"},{"name":"Seke (Vanuatu)","code":"ske"},{"name":"Sakirabiá","code":"skf"},{"name":"Sakalava Malagasy","code":"skg"},{"name":"Sikule","code":"skh"},{"name":"Sika","code":"ski"},{"name":"Seke (Nepal)","code":"skj"},{"name":"Kutong","code":"skm"},{"name":"Kolibugan Subanon","code":"skn"},{"name":"Seko Tengah","code":"sko"},{"name":"Sekapan","code":"skp"},{"name":"Sininkere","code":"skq"},{"name":"Saraiki","code":"skr"},{"name":"Seraiki","code":"skr"},{"name":"Maia","code":"sks"},{"name":"Sakata","code":"skt"},{"name":"Sakao","code":"sku"},{"name":"Skou","code":"skv"},{"name":"Skepi Creole Dutch","code":"skw"},{"name":"Seko Padang","code":"skx"},{"name":"Sikaiana","code":"sky"},{"name":"Sekar","code":"skz"},{"name":"Sáliba","code":"slc"},{"name":"Sissala","code":"sld"},{"name":"Sholaga","code":"sle"},{"name":"Swiss-Italian Sign Language","code":"slf"},{"name":"Selungai Murut","code":"slg"},{"name":"Southern Puget Sound Salish","code":"slh"},{"name":"Lower Silesian","code":"sli"},{"name":"Salumá","code":"slj"},{"name":"Slovak","code":"slk"},{"name":"Salt-Yui","code":"sll"},{"name":"Pangutaran Sama","code":"slm"},{"name":"Salinan","code":"sln"},{"name":"Lamaholot","code":"slp"},{"name":"Salchuq","code":"slq"},{"name":"Salar","code":"slr"},{"name":"Singapore Sign Language","code":"sls"},{"name":"Sila","code":"slt"},{"name":"Selaru","code":"slu"},{"name":"Slovenian","code":"slv"},{"name":"Sialum","code":"slw"},{"name":"Salampasu","code":"slx"},{"name":"Selayar","code":"sly"},{"name":"Ma'ya","code":"slz"},{"name":"Southern Sami","code":"sma"},{"name":"Simbari","code":"smb"},{"name":"Som","code":"smc"},{"name":"Sama","code":"smd"},{"name":"Northern Sami","code":"sme"},{"name":"Auwe","code":"smf"},{"name":"Simbali","code":"smg"},{"name":"Samei","code":"smh"},{"name":"Lule Sami","code":"smj"},{"name":"Bolinao","code":"smk"},{"name":"Central Sama","code":"sml"},{"name":"Musasa","code":"smm"},{"name":"Inari Sami","code":"smn"},{"name":"Samoan","code":"smo"},{"name":"Samaritan","code":"smp"},{"name":"Samo","code":"smq"},{"name":"Simeulue","code":"smr"},{"name":"Skolt Sami","code":"sms"},{"name":"Simte","code":"smt"},{"name":"Somray","code":"smu"},{"name":"Samvedi","code":"smv"},{"name":"Sumbawa","code":"smw"},{"name":"Samba","code":"smx"},{"name":"Semnani","code":"smy"},{"name":"Simeku","code":"smz"},{"name":"Shona","code":"sna"},{"name":"Sebuyau","code":"snb"},{"name":"Sinaugoro","code":"snc"},{"name":"Sindhi","code":"snd"},{"name":"Bau Bidayuh","code":"sne"},{"name":"Noon","code":"snf"},{"name":"Sanga (Democratic Republic of Congo)","code":"sng"},{"name":"Sensi","code":"sni"},{"name":"Riverain Sango","code":"snj"},{"name":"Soninke","code":"snk"},{"name":"Sangil","code":"snl"},{"name":"Southern Ma'di","code":"snm"},{"name":"Siona","code":"snn"},{"name":"Snohomish","code":"sno"},{"name":"Siane","code":"snp"},{"name":"Sangu (Gabon)","code":"snq"},{"name":"Sihan","code":"snr"},{"name":"Nahavaq","code":"sns"},{"name":"South West Bay","code":"sns"},{"name":"Senggi","code":"snu"},{"name":"Viid","code":"snu"},{"name":"Sa'ban","code":"snv"},{"name":"Selee","code":"snw"},{"name":"Sam","code":"snx"},{"name":"Saniyo-Hiyewe","code":"sny"},{"name":"Kou","code":"snz"},{"name":"Thai Song","code":"soa"},{"name":"Sobei","code":"sob"},{"name":"So (Democratic Republic of Congo)","code":"soc"},{"name":"Songoora","code":"sod"},{"name":"Songomeno","code":"soe"},{"name":"Sogdian","code":"sog"},{"name":"Aka","code":"soh"},{"name":"Sonha","code":"soi"},{"name":"Soi","code":"soj"},{"name":"Sokoro","code":"sok"},{"name":"Solos","code":"sol"},{"name":"Somali","code":"som"},{"name":"Songo","code":"soo"},{"name":"Songe","code":"sop"},{"name":"Kanasi","code":"soq"},{"name":"Somrai","code":"sor"},{"name":"Seeku","code":"sos"},{"name":"Southern Sotho","code":"sot"},{"name":"Southern Thai","code":"sou"},{"name":"Sonsorol","code":"sov"},{"name":"Sowanda","code":"sow"},{"name":"Swo","code":"sox"},{"name":"Miyobe","code":"soy"},{"name":"Temi","code":"soz"},{"name":"Spanish","code":"spa"},{"name":"Castilian","code":"spa"},{"name":"Sepa (Indonesia)","code":"spb"},{"name":"Sapé","code":"spc"},{"name":"Saep","code":"spd"},{"name":"Sepa (Papua New Guinea)","code":"spe"},{"name":"Sian","code":"spg"},{"name":"Saponi","code":"spi"},{"name":"Sengo","code":"spk"},{"name":"Selepet","code":"spl"},{"name":"Akukem","code":"spm"},{"name":"Sanapaná","code":"spn"},{"name":"Spokane","code":"spo"},{"name":"Supyire Senoufo","code":"spp"},{"name":"Loreto-Ucayali Spanish","code":"spq"},{"name":"Saparua","code":"spr"},{"name":"Saposa","code":"sps"},{"name":"Spiti Bhoti","code":"spt"},{"name":"Sapuan","code":"spu"},{"name":"Kosli","code":"spv"},{"name":"Sambalpuri","code":"spv"},{"name":"South Picene","code":"spx"},{"name":"Sabaot","code":"spy"},{"name":"Shama-Sambuga","code":"sqa"},{"name":"Shau","code":"sqh"},{"name":"Albanian","code":"sqi"},{"name":"Albanian Sign Language","code":"sqk"},{"name":"Suma","code":"sqm"},{"name":"Susquehannock","code":"sqn"},{"name":"Sorkhei","code":"sqo"},{"name":"Sou","code":"sqq"},{"name":"Siculo Arabic","code":"sqr"},{"name":"Sri Lankan Sign Language","code":"sqs"},{"name":"Soqotri","code":"sqt"},{"name":"Squamish","code":"squ"},{"name":"Kufr Qassem Sign Language (KQSL)","code":"sqx"},{"name":"Saruga","code":"sra"},{"name":"Sora","code":"srb"},{"name":"Logudorese Sardinian","code":"src"},{"name":"Sardinian","code":"srd"},{"name":"Sara","code":"sre"},{"name":"Nafi","code":"srf"},{"name":"Sulod","code":"srg"},{"name":"Sarikoli","code":"srh"},{"name":"Siriano","code":"sri"},{"name":"Serudung Murut","code":"srk"},{"name":"Isirawa","code":"srl"},{"name":"Saramaccan","code":"srm"},{"name":"Sranan Tongo","code":"srn"},{"name":"Campidanese Sardinian","code":"sro"},{"name":"Serbian","code":"srp"},{"name":"Sirionó","code":"srq"},{"name":"Serer","code":"srr"},{"name":"Sarsi","code":"srs"},{"name":"Sauri","code":"srt"},{"name":"Suruí","code":"sru"},{"name":"Southern Sorsoganon","code":"srv"},{"name":"Serua","code":"srw"},{"name":"Sirmauri","code":"srx"},{"name":"Sera","code":"sry"},{"name":"Shahmirzadi","code":"srz"},{"name":"Southern Sama","code":"ssb"},{"name":"Suba-Simbiti","code":"ssc"},{"name":"Siroi","code":"ssd"},{"name":"Balangingi","code":"sse"},{"name":"Bangingih Sama","code":"sse"},{"name":"Thao","code":"ssf"},{"name":"Seimat","code":"ssg"},{"name":"Shihhi Arabic","code":"ssh"},{"name":"Sansi","code":"ssi"},{"name":"Sausi","code":"ssj"},{"name":"Sunam","code":"ssk"},{"name":"Western Sisaala","code":"ssl"},{"name":"Semnam","code":"ssm"},{"name":"Waata","code":"ssn"},{"name":"Sissano","code":"sso"},{"name":"Spanish Sign Language","code":"ssp"},{"name":"So'a","code":"ssq"},{"name":"Swiss-French Sign Language","code":"ssr"},{"name":"Sô","code":"sss"},{"name":"Sinasina","code":"sst"},{"name":"Susuami","code":"ssu"},{"name":"Shark Bay","code":"ssv"},{"name":"Swati","code":"ssw"},{"name":"Samberigi","code":"ssx"},{"name":"Saho","code":"ssy"},{"name":"Sengseng","code":"ssz"},{"name":"Settla","code":"sta"},{"name":"Northern Subanen","code":"stb"},{"name":"Sentinel","code":"std"},{"name":"Liana-Seti","code":"ste"},{"name":"Seta","code":"stf"},{"name":"Trieng","code":"stg"},{"name":"Shelta","code":"sth"},{"name":"Bulo Stieng","code":"sti"},{"name":"Matya Samo","code":"stj"},{"name":"Arammba","code":"stk"},{"name":"Stellingwerfs","code":"stl"},{"name":"Setaman","code":"stm"},{"name":"Owa","code":"stn"},{"name":"Stoney","code":"sto"},{"name":"Southeastern Tepehuan","code":"stp"},{"name":"Saterfriesisch","code":"stq"},{"name":"Straits Salish","code":"str"},{"name":"Shumashti","code":"sts"},{"name":"Budeh Stieng","code":"stt"},{"name":"Samtao","code":"stu"},{"name":"Silt'e","code":"stv"},{"name":"Satawalese","code":"stw"},{"name":"Siberian Tatar","code":"sty"},{"name":"Sulka","code":"sua"},{"name":"Suku","code":"sub"},{"name":"Western Subanon","code":"suc"},{"name":"Suena","code":"sue"},{"name":"Suganga","code":"sug"},{"name":"Suki","code":"sui"},{"name":"Shubi","code":"suj"},{"name":"Sukuma","code":"suk"},{"name":"Sundanese","code":"sun"},{"name":"Bouni","code":"suo"},{"name":"Suri","code":"suq"},{"name":"Tirmaga-Chai Suri","code":"suq"},{"name":"Mwaghavul","code":"sur"},{"name":"Susu","code":"sus"},{"name":"Subtiaba","code":"sut"},{"name":"Puroik","code":"suv"},{"name":"Sumbwa","code":"suw"},{"name":"Sumerian","code":"sux"},{"name":"Suyá","code":"suy"},{"name":"Sunwar","code":"suz"},{"name":"Svan","code":"sva"},{"name":"Ulau-Suain","code":"svb"},{"name":"Vincentian Creole English","code":"svc"},{"name":"Serili","code":"sve"},{"name":"Slovakian Sign Language","code":"svk"},{"name":"Slavomolisano","code":"svm"},{"name":"Savosavo","code":"svs"},{"name":"Skalvian","code":"svx"},{"name":"Swahili","code":"swa"},{"name":"Swahili (macrolanguage)","code":"swa"},{"name":"Maore Comorian","code":"swb"},{"name":"Congo Swahili","code":"swc"},{"name":"Swedish","code":"swe"},{"name":"Sere","code":"swf"},{"name":"Swabian","code":"swg"},{"name":"Kiswahili","code":"swh"},{"name":"Swahili (individual language)","code":"swh"},{"name":"Sui","code":"swi"},{"name":"Sira","code":"swj"},{"name":"Malawi Sena","code":"swk"},{"name":"Swedish Sign Language","code":"swl"},{"name":"Samosa","code":"swm"},{"name":"Sawknah","code":"swn"},{"name":"Shanenawa","code":"swo"},{"name":"Suau","code":"swp"},{"name":"Sharwa","code":"swq"},{"name":"Saweru","code":"swr"},{"name":"Seluwasan","code":"sws"},{"name":"Sawila","code":"swt"},{"name":"Suwawa","code":"swu"},{"name":"Shekhawati","code":"swv"},{"name":"Sowa","code":"sww"},{"name":"Suruahá","code":"swx"},{"name":"Sarua","code":"swy"},{"name":"Suba","code":"sxb"},{"name":"Sicanian","code":"sxc"},{"name":"Sighu","code":"sxe"},{"name":"Shixing","code":"sxg"},{"name":"Shuhi","code":"sxg"},{"name":"Southern Kalapuya","code":"sxk"},{"name":"Selian","code":"sxl"},{"name":"Samre","code":"sxm"},{"name":"Sangir","code":"sxn"},{"name":"Sorothaptic","code":"sxo"},{"name":"Saaroa","code":"sxr"},{"name":"Sasaru","code":"sxs"},{"name":"Upper Saxon","code":"sxu"},{"name":"Saxwe Gbe","code":"sxw"},{"name":"Siang","code":"sya"},{"name":"Central Subanen","code":"syb"},{"name":"Classical Syriac","code":"syc"},{"name":"Seki","code":"syi"},{"name":"Sukur","code":"syk"},{"name":"Sylheti","code":"syl"},{"name":"Maya Samo","code":"sym"},{"name":"Senaya","code":"syn"},{"name":"Suoy","code":"syo"},{"name":"Syriac","code":"syr"},{"name":"Sinyar","code":"sys"},{"name":"Kagate","code":"syw"},{"name":"Samay","code":"syx"},{"name":"Al-Sayyid Bedouin Sign Language","code":"syy"},{"name":"Semelai","code":"sza"},{"name":"Ngalum","code":"szb"},{"name":"Semaq Beri","code":"szc"},{"name":"Seru","code":"szd"},{"name":"Seze","code":"sze"},{"name":"Sengele","code":"szg"},{"name":"Silesian","code":"szl"},{"name":"Sula","code":"szn"},{"name":"Suabo","code":"szp"},{"name":"Solomon Islands Sign Language","code":"szs"},{"name":"Isu (Fako Division)","code":"szv"},{"name":"Sawai","code":"szw"},{"name":"Sakizaya","code":"szy"},{"name":"Lower Tanana","code":"taa"},{"name":"Tabassaran","code":"tab"},{"name":"Lowland Tarahumara","code":"tac"},{"name":"Tause","code":"tad"},{"name":"Tariana","code":"tae"},{"name":"Tapirapé","code":"taf"},{"name":"Tagoi","code":"tag"},{"name":"Tahitian","code":"tah"},{"name":"Eastern Tamang","code":"taj"},{"name":"Tala","code":"tak"},{"name":"Tal","code":"tal"},{"name":"Tamil","code":"tam"},{"name":"Tangale","code":"tan"},{"name":"Yami","code":"tao"},{"name":"Taabwa","code":"tap"},{"name":"Tamasheq","code":"taq"},{"name":"Central Tarahumara","code":"tar"},{"name":"Tay Boi","code":"tas"},{"name":"Tatar","code":"tat"},{"name":"Upper Tanana","code":"tau"},{"name":"Tatuyo","code":"tav"},{"name":"Tai","code":"taw"},{"name":"Tamki","code":"tax"},{"name":"Atayal","code":"tay"},{"name":"Tocho","code":"taz"},{"name":"Aikanã","code":"tba"},{"name":"Takia","code":"tbc"},{"name":"Kaki Ae","code":"tbd"},{"name":"Tanimbili","code":"tbe"},{"name":"Mandara","code":"tbf"},{"name":"North Tairora","code":"tbg"},{"name":"Dharawal","code":"tbh"},{"name":"Thurawal","code":"tbh"},{"name":"Gaam","code":"tbi"},{"name":"Tiang","code":"tbj"},{"name":"Calamian Tagbanwa","code":"tbk"},{"name":"Tboli","code":"tbl"},{"name":"Tagbu","code":"tbm"},{"name":"Barro Negro Tunebo","code":"tbn"},{"name":"Tawala","code":"tbo"},{"name":"Diebroud","code":"tbp"},{"name":"Taworta","code":"tbp"},{"name":"Tumtum","code":"tbr"},{"name":"Tanguat","code":"tbs"},{"name":"Tembo (Kitembo)","code":"tbt"},{"name":"Tubar","code":"tbu"},{"name":"Tobo","code":"tbv"},{"name":"Tagbanwa","code":"tbw"},{"name":"Kapin","code":"tbx"},{"name":"Tabaru","code":"tby"},{"name":"Ditammari","code":"tbz"},{"name":"Ticuna","code":"tca"},{"name":"Tanacross","code":"tcb"},{"name":"Datooga","code":"tcc"},{"name":"Tafi","code":"tcd"},{"name":"Southern Tutchone","code":"tce"},{"name":"Malinaltepec Me'phaa","code":"tcf"},{"name":"Malinaltepec Tlapanec","code":"tcf"},{"name":"Tamagario","code":"tcg"},{"name":"Turks And Caicos Creole English","code":"tch"},{"name":"Wára","code":"tci"},{"name":"Tchitchege","code":"tck"},{"name":"Taman (Myanmar)","code":"tcl"},{"name":"Tanahmerah","code":"tcm"},{"name":"Tichurong","code":"tcn"},{"name":"Taungyo","code":"tco"},{"name":"Tawr Chin","code":"tcp"},{"name":"Kaiy","code":"tcq"},{"name":"Torres Strait Creole","code":"tcs"},{"name":"Yumplatok","code":"tcs"},{"name":"T'en","code":"tct"},{"name":"Southeastern Tarahumara","code":"tcu"},{"name":"Tecpatlán Totonac","code":"tcw"},{"name":"Toda","code":"tcx"},{"name":"Tulu","code":"tcy"},{"name":"Thado Chin","code":"tcz"},{"name":"Tagdal","code":"tda"},{"name":"Panchpargania","code":"tdb"},{"name":"Emberá-Tadó","code":"tdc"},{"name":"Tai Nüa","code":"tdd"},{"name":"Tiranige Diga Dogon","code":"tde"},{"name":"Talieng","code":"tdf"},{"name":"Western Tamang","code":"tdg"},{"name":"Thulung","code":"tdh"},{"name":"Tomadino","code":"tdi"},{"name":"Tajio","code":"tdj"},{"name":"Tambas","code":"tdk"},{"name":"Sur","code":"tdl"},{"name":"Taruma","code":"tdm"},{"name":"Tondano","code":"tdn"},{"name":"Teme","code":"tdo"},{"name":"Tita","code":"tdq"},{"name":"Todrah","code":"tdr"},{"name":"Doutai","code":"tds"},{"name":"Tetun Dili","code":"tdt"},{"name":"Toro","code":"tdv"},{"name":"Tandroy-Mahafaly Malagasy","code":"tdx"},{"name":"Tadyawan","code":"tdy"},{"name":"Temiar","code":"tea"},{"name":"Tetete","code":"teb"},{"name":"Terik","code":"tec"},{"name":"Tepo Krumen","code":"ted"},{"name":"Huehuetla Tepehua","code":"tee"},{"name":"Teressa","code":"tef"},{"name":"Teke-Tege","code":"teg"},{"name":"Tehuelche","code":"teh"},{"name":"Torricelli","code":"tei"},{"name":"Ibali Teke","code":"tek"},{"name":"Telugu","code":"tel"},{"name":"Timne","code":"tem"},{"name":"Tama (Colombia)","code":"ten"},{"name":"Teso","code":"teo"},{"name":"Tepecano","code":"tep"},{"name":"Temein","code":"teq"},{"name":"Tereno","code":"ter"},{"name":"Tengger","code":"tes"},{"name":"Tetum","code":"tet"},{"name":"Soo","code":"teu"},{"name":"Teor","code":"tev"},{"name":"Tewa (USA)","code":"tew"},{"name":"Tennet","code":"tex"},{"name":"Tulishi","code":"tey"},{"name":"Tetserret","code":"tez"},{"name":"Tofin Gbe","code":"tfi"},{"name":"Tanaina","code":"tfn"},{"name":"Tefaro","code":"tfo"},{"name":"Teribe","code":"tfr"},{"name":"Ternate","code":"tft"},{"name":"Sagalla","code":"tga"},{"name":"Tobilung","code":"tgb"},{"name":"Tigak","code":"tgc"},{"name":"Ciwogai","code":"tgd"},{"name":"Eastern Gorkha Tamang","code":"tge"},{"name":"Chalikha","code":"tgf"},{"name":"Tobagonian Creole English","code":"tgh"},{"name":"Lawunuia","code":"tgi"},{"name":"Tagin","code":"tgj"},{"name":"Tajik","code":"tgk"},{"name":"Tagalog","code":"tgl"},{"name":"Tandaganon","code":"tgn"},{"name":"Sudest","code":"tgo"},{"name":"Tangoa","code":"tgp"},{"name":"Tring","code":"tgq"},{"name":"Tareng","code":"tgr"},{"name":"Nume","code":"tgs"},{"name":"Central Tagbanwa","code":"tgt"},{"name":"Tanggu","code":"tgu"},{"name":"Tingui-Boto","code":"tgv"},{"name":"Tagwana Senoufo","code":"tgw"},{"name":"Tagish","code":"tgx"},{"name":"Togoyo","code":"tgy"},{"name":"Tagalaka","code":"tgz"},{"name":"Thai","code":"tha"},{"name":"Kuuk Thaayorre","code":"thd"},{"name":"Thayore","code":"thd"},{"name":"Chitwania Tharu","code":"the"},{"name":"Thangmi","code":"thf"},{"name":"Northern Tarahumara","code":"thh"},{"name":"Tai Long","code":"thi"},{"name":"Kitharaka","code":"thk"},{"name":"Tharaka","code":"thk"},{"name":"Dangaura Tharu","code":"thl"},{"name":"Aheu","code":"thm"},{"name":"Thachanadan","code":"thn"},{"name":"Thompson","code":"thp"},{"name":"Kochila Tharu","code":"thq"},{"name":"Rana Tharu","code":"thr"},{"name":"Thakali","code":"ths"},{"name":"Tahltan","code":"tht"},{"name":"Thuri","code":"thu"},{"name":"Tahaggart Tamahaq","code":"thv"},{"name":"Tha","code":"thy"},{"name":"Tayart Tamajeq","code":"thz"},{"name":"Tidikelt Tamazight","code":"tia"},{"name":"Tira","code":"tic"},{"name":"Tifal","code":"tif"},{"name":"Tigre","code":"tig"},{"name":"Timugon Murut","code":"tih"},{"name":"Tiene","code":"tii"},{"name":"Tilung","code":"tij"},{"name":"Tikar","code":"tik"},{"name":"Tillamook","code":"til"},{"name":"Timbe","code":"tim"},{"name":"Tindi","code":"tin"},{"name":"Teop","code":"tio"},{"name":"Trimuris","code":"tip"},{"name":"Tiéfo","code":"tiq"},{"name":"Tigrinya","code":"tir"},{"name":"Masadiit Itneg","code":"tis"},{"name":"Tinigua","code":"tit"},{"name":"Adasen","code":"tiu"},{"name":"Tiv","code":"tiv"},{"name":"Tiwi","code":"tiw"},{"name":"Southern Tiwa","code":"tix"},{"name":"Tiruray","code":"tiy"},{"name":"Tai Hongjin","code":"tiz"},{"name":"Tajuasohn","code":"tja"},{"name":"Tunjung","code":"tjg"},{"name":"Northern Tujia","code":"tji"},{"name":"Tjungundji","code":"tjj"},{"name":"Tai Laing","code":"tjl"},{"name":"Timucua","code":"tjm"},{"name":"Tonjon","code":"tjn"},{"name":"Temacine Tamazight","code":"tjo"},{"name":"Tjupany","code":"tjp"},{"name":"Southern Tujia","code":"tjs"},{"name":"Tjurruru","code":"tju"},{"name":"Djabwurrung","code":"tjw"},{"name":"Truká","code":"tka"},{"name":"Buksa","code":"tkb"},{"name":"Tukudede","code":"tkd"},{"name":"Takwane","code":"tke"},{"name":"Tukumanféd","code":"tkf"},{"name":"Tesaka Malagasy","code":"tkg"},{"name":"Tokelau","code":"tkl"},{"name":"Takelma","code":"tkm"},{"name":"Toku-No-Shima","code":"tkn"},{"name":"Tikopia","code":"tkp"},{"name":"Tee","code":"tkq"},{"name":"Tsakhur","code":"tkr"},{"name":"Takestani","code":"tks"},{"name":"Kathoriya Tharu","code":"tkt"},{"name":"Upper Necaxa Totonac","code":"tku"},{"name":"Mur Pano","code":"tkv"},{"name":"Teanu","code":"tkw"},{"name":"Tangko","code":"tkx"},{"name":"Takua","code":"tkz"},{"name":"Southwestern Tepehuan","code":"tla"},{"name":"Tobelo","code":"tlb"},{"name":"Yecuatla Totonac","code":"tlc"},{"name":"Talaud","code":"tld"},{"name":"Telefol","code":"tlf"},{"name":"Tofanma","code":"tlg"},{"name":"Klingon","code":"tlh"},{"name":"tlhIngan Hol","code":"tlh"},{"name":"Tlingit","code":"tli"},{"name":"Talinga-Bwisi","code":"tlj"},{"name":"Taloki","code":"tlk"},{"name":"Tetela","code":"tll"},{"name":"Tolomako","code":"tlm"},{"name":"Talondo'","code":"tln"},{"name":"Talodi","code":"tlo"},{"name":"Filomena Mata-Coahuitlán Totonac","code":"tlp"},{"name":"Tai Loi","code":"tlq"},{"name":"Talise","code":"tlr"},{"name":"Tambotalo","code":"tls"},{"name":"Sou Nama","code":"tlt"},{"name":"Teluti","code":"tlt"},{"name":"Tulehu","code":"tlu"},{"name":"Taliabu","code":"tlv"},{"name":"Khehek","code":"tlx"},{"name":"Talysh","code":"tly"},{"name":"Tama (Chad)","code":"tma"},{"name":"Avava","code":"tmb"},{"name":"Katbol","code":"tmb"},{"name":"Tumak","code":"tmc"},{"name":"Haruai","code":"tmd"},{"name":"Tremembé","code":"tme"},{"name":"Toba-Maskoy","code":"tmf"},{"name":"Ternateño","code":"tmg"},{"name":"Tamashek","code":"tmh"},{"name":"Tutuba","code":"tmi"},{"name":"Samarokena","code":"tmj"},{"name":"Northwestern Tamang","code":"tmk"},{"name":"Tamnim Citak","code":"tml"},{"name":"Tai Thanh","code":"tmm"},{"name":"Taman (Indonesia)","code":"tmn"},{"name":"Temoq","code":"tmo"},{"name":"Tumleo","code":"tmq"},{"name":"Jewish Babylonian Aramaic (ca. 200-1200 CE)","code":"tmr"},{"name":"Tima","code":"tms"},{"name":"Tasmate","code":"tmt"},{"name":"Iau","code":"tmu"},{"name":"Tembo (Motembo)","code":"tmv"},{"name":"Temuan","code":"tmw"},{"name":"Tami","code":"tmy"},{"name":"Tamanaku","code":"tmz"},{"name":"Tacana","code":"tna"},{"name":"Western Tunebo","code":"tnb"},{"name":"Tanimuca-Retuarã","code":"tnc"},{"name":"Angosturas Tunebo","code":"tnd"},{"name":"Tobanga","code":"tng"},{"name":"Maiani","code":"tnh"},{"name":"Tandia","code":"tni"},{"name":"Kwamera","code":"tnk"},{"name":"Lenakel","code":"tnl"},{"name":"Tabla","code":"tnm"},{"name":"North Tanna","code":"tnn"},{"name":"Toromono","code":"tno"},{"name":"Whitesands","code":"tnp"},{"name":"Taino","code":"tnq"},{"name":"Ménik","code":"tnr"},{"name":"Tenis","code":"tns"},{"name":"Tontemboan","code":"tnt"},{"name":"Tay Khang","code":"tnu"},{"name":"Tangchangya","code":"tnv"},{"name":"Tonsawang","code":"tnw"},{"name":"Tanema","code":"tnx"},{"name":"Tongwe","code":"tny"},{"name":"Ten'edn","code":"tnz"},{"name":"Toba","code":"tob"},{"name":"Coyutla Totonac","code":"toc"},{"name":"Toma","code":"tod"},{"name":"Gizrra","code":"tof"},{"name":"Tonga (Nyasa)","code":"tog"},{"name":"Gitonga","code":"toh"},{"name":"Tonga (Zambia)","code":"toi"},{"name":"Tojolabal","code":"toj"},{"name":"Tolowa","code":"tol"},{"name":"Tombulu","code":"tom"},{"name":"Tonga (Tonga Islands)","code":"ton"},{"name":"Xicotepec De Juárez Totonac","code":"too"},{"name":"Papantla Totonac","code":"top"},{"name":"Toposa","code":"toq"},{"name":"Togbo-Vara Banda","code":"tor"},{"name":"Highland Totonac","code":"tos"},{"name":"Tho","code":"tou"},{"name":"Upper Taromi","code":"tov"},{"name":"Jemez","code":"tow"},{"name":"Tobian","code":"tox"},{"name":"Topoiyo","code":"toy"},{"name":"To","code":"toz"},{"name":"Taupota","code":"tpa"},{"name":"Azoyú Me'phaa","code":"tpc"},{"name":"Azoyú Tlapanec","code":"tpc"},{"name":"Tippera","code":"tpe"},{"name":"Tarpia","code":"tpf"},{"name":"Kula","code":"tpg"},{"name":"Tok Pisin","code":"tpi"},{"name":"Tapieté","code":"tpj"},{"name":"Tupinikin","code":"tpk"},{"name":"Tlacoapa Me'phaa","code":"tpl"},{"name":"Tlacoapa Tlapanec","code":"tpl"},{"name":"Tampulma","code":"tpm"},{"name":"Tupinambá","code":"tpn"},{"name":"Tai Pao","code":"tpo"},{"name":"Pisaflores Tepehua","code":"tpp"},{"name":"Tukpa","code":"tpq"},{"name":"Tuparí","code":"tpr"},{"name":"Tlachichilco Tepehua","code":"tpt"},{"name":"Tampuan","code":"tpu"},{"name":"Tanapag","code":"tpv"},{"name":"Tupí","code":"tpw"},{"name":"Acatepec Me'phaa","code":"tpx"},{"name":"Acatepec Tlapanec","code":"tpx"},{"name":"Trumai","code":"tpy"},{"name":"Tinputz","code":"tpz"},{"name":"Tembé","code":"tqb"},{"name":"Lehali","code":"tql"},{"name":"Turumsa","code":"tqm"},{"name":"Tenino","code":"tqn"},{"name":"Toaripi","code":"tqo"},{"name":"Tomoip","code":"tqp"},{"name":"Tunni","code":"tqq"},{"name":"Torona","code":"tqr"},{"name":"Western Totonac","code":"tqt"},{"name":"Touo","code":"tqu"},{"name":"Tonkawa","code":"tqw"},{"name":"Tirahi","code":"tra"},{"name":"Terebu","code":"trb"},{"name":"Copala Triqui","code":"trc"},{"name":"Turi","code":"trd"},{"name":"East Tarangan","code":"tre"},{"name":"Trinidadian Creole English","code":"trf"},{"name":"Lishán Didán","code":"trg"},{"name":"Turaka","code":"trh"},{"name":"Trió","code":"tri"},{"name":"Toram","code":"trj"},{"name":"Traveller Scottish","code":"trl"},{"name":"Tregami","code":"trm"},{"name":"Trinitario","code":"trn"},{"name":"Tarao Naga","code":"tro"},{"name":"Kok Borok","code":"trp"},{"name":"San Martín Itunyoso Triqui","code":"trq"},{"name":"Taushiro","code":"trr"},{"name":"Chicahuaxtla Triqui","code":"trs"},{"name":"Tunggare","code":"trt"},{"name":"Surayt","code":"tru"},{"name":"Turoyo","code":"tru"},{"name":"Taroko","code":"trv"},{"name":"Torwali","code":"trw"},{"name":"Tringgus-Sembaan Bidayuh","code":"trx"},{"name":"Turung","code":"try"},{"name":"Torá","code":"trz"},{"name":"Tsaangi","code":"tsa"},{"name":"Tsamai","code":"tsb"},{"name":"Tswa","code":"tsc"},{"name":"Tsakonian","code":"tsd"},{"name":"Tunisian Sign Language","code":"tse"},{"name":"Tausug","code":"tsg"},{"name":"Tsuvan","code":"tsh"},{"name":"Tsimshian","code":"tsi"},{"name":"Tshangla","code":"tsj"},{"name":"Tseku","code":"tsk"},{"name":"Ts'ün-Lao","code":"tsl"},{"name":"Türk İşaret Dili","code":"tsm"},{"name":"Turkish Sign Language","code":"tsm"},{"name":"Tswana","code":"tsn"},{"name":"Tsonga","code":"tso"},{"name":"Northern Toussian","code":"tsp"},{"name":"Thai Sign Language","code":"tsq"},{"name":"Akei","code":"tsr"},{"name":"Taiwan Sign Language","code":"tss"},{"name":"Tondi Songway Kiini","code":"tst"},{"name":"Tsou","code":"tsu"},{"name":"Tsogo","code":"tsv"},{"name":"Tsishingini","code":"tsw"},{"name":"Mubami","code":"tsx"},{"name":"Tebul Sign Language","code":"tsy"},{"name":"Purepecha","code":"tsz"},{"name":"Tutelo","code":"tta"},{"name":"Gaa","code":"ttb"},{"name":"Tektiteko","code":"ttc"},{"name":"Tauade","code":"ttd"},{"name":"Bwanabwana","code":"tte"},{"name":"Tuotomb","code":"ttf"},{"name":"Tutong","code":"ttg"},{"name":"Upper Ta'oih","code":"tth"},{"name":"Tobati","code":"tti"},{"name":"Tooro","code":"ttj"},{"name":"Totoro","code":"ttk"},{"name":"Totela","code":"ttl"},{"name":"Northern Tutchone","code":"ttm"},{"name":"Towei","code":"ttn"},{"name":"Lower Ta'oih","code":"tto"},{"name":"Tombelala","code":"ttp"},{"name":"Tawallammat Tamajaq","code":"ttq"},{"name":"Tera","code":"ttr"},{"name":"Northeastern Thai","code":"tts"},{"name":"Muslim Tat","code":"ttt"},{"name":"Torau","code":"ttu"},{"name":"Titan","code":"ttv"},{"name":"Long Wat","code":"ttw"},{"name":"Sikaritai","code":"tty"},{"name":"Tsum","code":"ttz"},{"name":"Wiarumus","code":"tua"},{"name":"Tübatulabal","code":"tub"},{"name":"Mutu","code":"tuc"},{"name":"Tuxá","code":"tud"},{"name":"Tuyuca","code":"tue"},{"name":"Central Tunebo","code":"tuf"},{"name":"Tunia","code":"tug"},{"name":"Taulil","code":"tuh"},{"name":"Tupuri","code":"tui"},{"name":"Tugutil","code":"tuj"},{"name":"Turkmen","code":"tuk"},{"name":"Tula","code":"tul"},{"name":"Tumbuka","code":"tum"},{"name":"Tunica","code":"tun"},{"name":"Tucano","code":"tuo"},{"name":"Tedaga","code":"tuq"},{"name":"Turkish","code":"tur"},{"name":"Tuscarora","code":"tus"},{"name":"Tututni","code":"tuu"},{"name":"Turkana","code":"tuv"},{"name":"Tuxináwa","code":"tux"},{"name":"Tugen","code":"tuy"},{"name":"Turka","code":"tuz"},{"name":"Vaghua","code":"tva"},{"name":"Tsuvadi","code":"tvd"},{"name":"Te'un","code":"tve"},{"name":"Southeast Ambrym","code":"tvk"},{"name":"Tuvalu","code":"tvl"},{"name":"Tela-Masbuar","code":"tvm"},{"name":"Tavoyan","code":"tvn"},{"name":"Tidore","code":"tvo"},{"name":"Taveta","code":"tvs"},{"name":"Tutsa Naga","code":"tvt"},{"name":"Tunen","code":"tvu"},{"name":"Sedoa","code":"tvw"},{"name":"Taivoan","code":"tvx"},{"name":"Timor Pidgin","code":"tvy"},{"name":"Twana","code":"twa"},{"name":"Western Tawbuid","code":"twb"},{"name":"Teshenawa","code":"twc"},{"name":"Twents","code":"twd"},{"name":"Tewa (Indonesia)","code":"twe"},{"name":"Northern Tiwa","code":"twf"},{"name":"Tereweng","code":"twg"},{"name":"Tai Dón","code":"twh"},{"name":"Twi","code":"twi"},{"name":"Tawara","code":"twl"},{"name":"Tawang Monpa","code":"twm"},{"name":"Twendi","code":"twn"},{"name":"Tswapong","code":"two"},{"name":"Ere","code":"twp"},{"name":"Tasawaq","code":"twq"},{"name":"Southwestern Tarahumara","code":"twr"},{"name":"Turiwára","code":"twt"},{"name":"Termanu","code":"twu"},{"name":"Tuwari","code":"tww"},{"name":"Tewe","code":"twx"},{"name":"Tawoyan","code":"twy"},{"name":"Tombonuo","code":"txa"},{"name":"Tokharian B","code":"txb"},{"name":"Tsetsaut","code":"txc"},{"name":"Totoli","code":"txe"},{"name":"Tangut","code":"txg"},{"name":"Thracian","code":"txh"},{"name":"Ikpeng","code":"txi"},{"name":"Tarjumo","code":"txj"},{"name":"Tomini","code":"txm"},{"name":"West Tarangan","code":"txn"},{"name":"Toto","code":"txo"},{"name":"Tii","code":"txq"},{"name":"Tartessian","code":"txr"},{"name":"Tonsea","code":"txs"},{"name":"Citak","code":"txt"},{"name":"Kayapó","code":"txu"},{"name":"Tatana","code":"txx"},{"name":"Tanosy Malagasy","code":"txy"},{"name":"Tauya","code":"tya"},{"name":"Kyanga","code":"tye"},{"name":"O'du","code":"tyh"},{"name":"Teke-Tsaayi","code":"tyi"},{"name":"Tai Do","code":"tyj"},{"name":"Tai Yo","code":"tyj"},{"name":"Thu Lao","code":"tyl"},{"name":"Kombai","code":"tyn"},{"name":"Thaypan","code":"typ"},{"name":"Tai Daeng","code":"tyr"},{"name":"Tày Sa Pa","code":"tys"},{"name":"Tày Tac","code":"tyt"},{"name":"Kua","code":"tyu"},{"name":"Tuvinian","code":"tyv"},{"name":"Teke-Tyee","code":"tyx"},{"name":"Tiyaa","code":"tyy"},{"name":"Tày","code":"tyz"},{"name":"Tanzanian Sign Language","code":"tza"},{"name":"Tzeltal","code":"tzh"},{"name":"Tz'utujil","code":"tzj"},{"name":"Talossan","code":"tzl"},{"name":"Central Atlas Tamazight","code":"tzm"},{"name":"Tugun","code":"tzn"},{"name":"Tzotzil","code":"tzo"},{"name":"Tabriak","code":"tzx"},{"name":"Uamué","code":"uam"},{"name":"Kuan","code":"uan"},{"name":"Tairuma","code":"uar"},{"name":"Ubang","code":"uba"},{"name":"Ubi","code":"ubi"},{"name":"Buhi'non Bikol","code":"ubl"},{"name":"Ubir","code":"ubr"},{"name":"Umbu-Ungu","code":"ubu"},{"name":"Ubykh","code":"uby"},{"name":"Uda","code":"uda"},{"name":"Udihe","code":"ude"},{"name":"Muduga","code":"udg"},{"name":"Udi","code":"udi"},{"name":"Ujir","code":"udj"},{"name":"Wuzlam","code":"udl"},{"name":"Udmurt","code":"udm"},{"name":"Uduk","code":"udu"},{"name":"Kioko","code":"ues"},{"name":"Ufim","code":"ufi"},{"name":"Ugaritic","code":"uga"},{"name":"Kuku-Ugbanh","code":"ugb"},{"name":"Ughele","code":"uge"},{"name":"Ugandan Sign Language","code":"ugn"},{"name":"Ugong","code":"ugo"},{"name":"Uruguayan Sign Language","code":"ugy"},{"name":"Uhami","code":"uha"},{"name":"Damal","code":"uhn"},{"name":"Uighur","code":"uig"},{"name":"Uyghur","code":"uig"},{"name":"Uisai","code":"uis"},{"name":"Iyive","code":"uiv"},{"name":"Tanjijili","code":"uji"},{"name":"Kaburi","code":"uka"},{"name":"Ukuriguma","code":"ukg"},{"name":"Ukhwejo","code":"ukh"},{"name":"Kui (India)","code":"uki"},{"name":"Muak Sa-aak","code":"ukk"},{"name":"Ukrainian Sign Language","code":"ukl"},{"name":"Ukpe-Bayobiri","code":"ukp"},{"name":"Ukwa","code":"ukq"},{"name":"Ukrainian","code":"ukr"},{"name":"Kaapor Sign Language","code":"uks"},{"name":"Urubú-Kaapor Sign Language","code":"uks"},{"name":"Ukue","code":"uku"},{"name":"Kuku","code":"ukv"},{"name":"Ukwuani-Aboh-Ndoni","code":"ukw"},{"name":"Kuuk-Yak","code":"uky"},{"name":"Fungwa","code":"ula"},{"name":"Ulukwumi","code":"ulb"},{"name":"Ulch","code":"ulc"},{"name":"Lule","code":"ule"},{"name":"Afra","code":"ulf"},{"name":"Usku","code":"ulf"},{"name":"Ulithian","code":"uli"},{"name":"Meriam Mir","code":"ulk"},{"name":"Ullatan","code":"ull"},{"name":"Ulumanda'","code":"ulm"},{"name":"Unserdeutsch","code":"uln"},{"name":"Uma' Lung","code":"ulu"},{"name":"Ulwa","code":"ulw"},{"name":"Umatilla","code":"uma"},{"name":"Umbundu","code":"umb"},{"name":"Marrucinian","code":"umc"},{"name":"Umbindhamu","code":"umd"},{"name":"Morrobalama","code":"umg"},{"name":"Umbuygamu","code":"umg"},{"name":"Ukit","code":"umi"},{"name":"Umon","code":"umm"},{"name":"Makyan Naga","code":"umn"},{"name":"Umotína","code":"umo"},{"name":"Umpila","code":"ump"},{"name":"Umbugarla","code":"umr"},{"name":"Pendau","code":"ums"},{"name":"Munsee","code":"umu"},{"name":"North Watut","code":"una"},{"name":"Undetermined","code":"und"},{"name":"Uneme","code":"une"},{"name":"Ngarinyin","code":"ung"},{"name":"Uni","code":"uni"},{"name":"Enawené-Nawé","code":"unk"},{"name":"Unami","code":"unm"},{"name":"Kurnai","code":"unn"},{"name":"Mundari","code":"unr"},{"name":"Unubahe","code":"unu"},{"name":"Munda","code":"unx"},{"name":"Unde Kaili","code":"unz"},{"name":"Umeda","code":"upi"},{"name":"Uripiv-Wala-Rano-Atchin","code":"upv"},{"name":"Urarina","code":"ura"},{"name":"Kaapor","code":"urb"},{"name":"Urubú-Kaapor","code":"urb"},{"name":"Urningangg","code":"urc"},{"name":"Urdu","code":"urd"},{"name":"Uru","code":"ure"},{"name":"Uradhi","code":"urf"},{"name":"Urigina","code":"urg"},{"name":"Urhobo","code":"urh"},{"name":"Urim","code":"uri"},{"name":"Urak Lawoi'","code":"urk"},{"name":"Urali","code":"url"},{"name":"Urapmin","code":"urm"},{"name":"Uruangnirin","code":"urn"},{"name":"Ura (Papua New Guinea)","code":"uro"},{"name":"Uru-Pa-In","code":"urp"},{"name":"Lehalurup","code":"urr"},{"name":"Löyöp","code":"urr"},{"name":"Urat","code":"urt"},{"name":"Urumi","code":"uru"},{"name":"Uruava","code":"urv"},{"name":"Sop","code":"urw"},{"name":"Urimo","code":"urx"},{"name":"Orya","code":"ury"},{"name":"Uru-Eu-Wau-Wau","code":"urz"},{"name":"Usarufa","code":"usa"},{"name":"Ushojo","code":"ush"},{"name":"Usui","code":"usi"},{"name":"Usaghade","code":"usk"},{"name":"Uspanteco","code":"usp"},{"name":"us-Saare","code":"uss"},{"name":"Uya","code":"usu"},{"name":"Otank","code":"uta"},{"name":"Ute-Southern Paiute","code":"ute"},{"name":"ut-Hun","code":"uth"},{"name":"Amba (Solomon Islands)","code":"utp"},{"name":"Etulo","code":"utr"},{"name":"Utu","code":"utu"},{"name":"Urum","code":"uum"},{"name":"Kulon-Pazeh","code":"uun"},{"name":"Ura (Vanuatu)","code":"uur"},{"name":"U","code":"uuu"},{"name":"Fagauvea","code":"uve"},{"name":"West Uvean","code":"uve"},{"name":"Uri","code":"uvh"},{"name":"Lote","code":"uvl"},{"name":"Kuku-Uwanh","code":"uwa"},{"name":"Doko-Uyanga","code":"uya"},{"name":"Uzbek","code":"uzb"},{"name":"Northern Uzbek","code":"uzn"},{"name":"Southern Uzbek","code":"uzs"},{"name":"Vaagri Booli","code":"vaa"},{"name":"Vale","code":"vae"},{"name":"Vafsi","code":"vaf"},{"name":"Vagla","code":"vag"},{"name":"Varhadi-Nagpuri","code":"vah"},{"name":"Vai","code":"vai"},{"name":"Northwestern ǃKung","code":"vaj"},{"name":"Sekele","code":"vaj"},{"name":"Vasekele","code":"vaj"},{"name":"Vehes","code":"val"},{"name":"Vanimo","code":"vam"},{"name":"Valman","code":"van"},{"name":"Vao","code":"vao"},{"name":"Vaiphei","code":"vap"},{"name":"Huarijio","code":"var"},{"name":"Vasavi","code":"vas"},{"name":"Vanuma","code":"vau"},{"name":"Varli","code":"vav"},{"name":"Wayu","code":"vay"},{"name":"Southeast Babar","code":"vbb"},{"name":"Southwestern Bontok","code":"vbk"},{"name":"Venetian","code":"vec"},{"name":"Veddah","code":"ved"},{"name":"Veluws","code":"vel"},{"name":"Vemgo-Mabas","code":"vem"},{"name":"Venda","code":"ven"},{"name":"Ventureño","code":"veo"},{"name":"Veps","code":"vep"},{"name":"Mom Jango","code":"ver"},{"name":"Vaghri","code":"vgr"},{"name":"Flemish Sign Language","code":"vgt"},{"name":"Vlaamse Gebarentaal","code":"vgt"},{"name":"Virgin Islands Creole English","code":"vic"},{"name":"Vidunda","code":"vid"},{"name":"Vietnamese","code":"vie"},{"name":"Vili","code":"vif"},{"name":"Viemo","code":"vig"},{"name":"Vilela","code":"vil"},{"name":"Vinza","code":"vin"},{"name":"Vishavan","code":"vis"},{"name":"Viti","code":"vit"},{"name":"Iduna","code":"viv"},{"name":"Kariyarra","code":"vka"},{"name":"Kujarge","code":"vkj"},{"name":"Kaur","code":"vkk"},{"name":"Kulisusu","code":"vkl"},{"name":"Kamakan","code":"vkm"},{"name":"Koro Nulu","code":"vkn"},{"name":"Kodeoha","code":"vko"},{"name":"Korlai Creole Portuguese","code":"vkp"},{"name":"Tenggarong Kutai Malay","code":"vkt"},{"name":"Kurrama","code":"vku"},{"name":"Koro Zuba","code":"vkz"},{"name":"Valpei","code":"vlp"},{"name":"Vlaams","code":"vls"},{"name":"Martuyhunira","code":"vma"},{"name":"Barbaram","code":"vmb"},{"name":"Juxtlahuaca Mixtec","code":"vmc"},{"name":"Mudu Koraga","code":"vmd"},{"name":"East Masela","code":"vme"},{"name":"Mainfränkisch","code":"vmf"},{"name":"Lungalunga","code":"vmg"},{"name":"Maraghei","code":"vmh"},{"name":"Miwa","code":"vmi"},{"name":"Ixtayutla Mixtec","code":"vmj"},{"name":"Makhuwa-Shirima","code":"vmk"},{"name":"Malgana","code":"vml"},{"name":"Mitlatongo Mixtec","code":"vmm"},{"name":"Soyaltepec Mazatec","code":"vmp"},{"name":"Soyaltepec Mixtec","code":"vmq"},{"name":"Marenje","code":"vmr"},{"name":"Moksela","code":"vms"},{"name":"Muluridyi","code":"vmu"},{"name":"Valley Maidu","code":"vmv"},{"name":"Makhuwa","code":"vmw"},{"name":"Tamazola Mixtec","code":"vmx"},{"name":"Ayautla Mazatec","code":"vmy"},{"name":"Mazatlán Mazatec","code":"vmz"},{"name":"Lovono","code":"vnk"},{"name":"Vano","code":"vnk"},{"name":"Neve'ei","code":"vnm"},{"name":"Vinmavis","code":"vnm"},{"name":"Vunapu","code":"vnp"},{"name":"Volapük","code":"vol"},{"name":"Voro","code":"vor"},{"name":"Votic","code":"vot"},{"name":"Vera'a","code":"vra"},{"name":"Võro","code":"vro"},{"name":"Varisi","code":"vrs"},{"name":"Banam Bay","code":"vrt"},{"name":"Burmbar","code":"vrt"},{"name":"Moldova Sign Language","code":"vsi"},{"name":"Venezuelan Sign Language","code":"vsl"},{"name":"Llengua de signes valenciana","code":"vsv"},{"name":"Valencian Sign Language","code":"vsv"},{"name":"Vitou","code":"vto"},{"name":"Vumbu","code":"vum"},{"name":"Vunjo","code":"vun"},{"name":"Vute","code":"vut"},{"name":"Awa (China)","code":"vwa"},{"name":"Walla Walla","code":"waa"},{"name":"Wab","code":"wab"},{"name":"Wasco-Wishram","code":"wac"},{"name":"Wamesa","code":"wad"},{"name":"Wondama","code":"wad"},{"name":"Walser","code":"wae"},{"name":"Wakoná","code":"waf"},{"name":"Wa'ema","code":"wag"},{"name":"Watubela","code":"wah"},{"name":"Wares","code":"wai"},{"name":"Waffa","code":"waj"},{"name":"Wolaitta","code":"wal"},{"name":"Wolaytta","code":"wal"},{"name":"Wampanoag","code":"wam"},{"name":"Wan","code":"wan"},{"name":"Wappo","code":"wao"},{"name":"Wapishana","code":"wap"},{"name":"Wagiman","code":"waq"},{"name":"Waray (Philippines)","code":"war"},{"name":"Washo","code":"was"},{"name":"Kaninuwa","code":"wat"},{"name":"Waurá","code":"wau"},{"name":"Waka","code":"wav"},{"name":"Waiwai","code":"waw"},{"name":"Marangis","code":"wax"},{"name":"Watam","code":"wax"},{"name":"Wayana","code":"way"},{"name":"Wampur","code":"waz"},{"name":"Warao","code":"wba"},{"name":"Wabo","code":"wbb"},{"name":"Waritai","code":"wbe"},{"name":"Wara","code":"wbf"},{"name":"Wanda","code":"wbh"},{"name":"Vwanji","code":"wbi"},{"name":"Alagwa","code":"wbj"},{"name":"Waigali","code":"wbk"},{"name":"Wakhi","code":"wbl"},{"name":"Wa","code":"wbm"},{"name":"Warlpiri","code":"wbp"},{"name":"Waddar","code":"wbq"},{"name":"Wagdi","code":"wbr"},{"name":"West Bengal Sign Language","code":"wbs"},{"name":"Warnman","code":"wbt"},{"name":"Wajarri","code":"wbv"},{"name":"Woi","code":"wbw"},{"name":"Yanomámi","code":"wca"},{"name":"Waci Gbe","code":"wci"},{"name":"Wandji","code":"wdd"},{"name":"Wadaginam","code":"wdg"},{"name":"Wadjiginy","code":"wdj"},{"name":"Wadikali","code":"wdk"},{"name":"Wadjigu","code":"wdu"},{"name":"Wadjabangayi","code":"wdy"},{"name":"Wewaw","code":"wea"},{"name":"Wè Western","code":"wec"},{"name":"Wedau","code":"wed"},{"name":"Wergaia","code":"weg"},{"name":"Weh","code":"weh"},{"name":"Kiunum","code":"wei"},{"name":"Weme Gbe","code":"wem"},{"name":"Wemale","code":"weo"},{"name":"Westphalien","code":"wep"},{"name":"Weri","code":"wer"},{"name":"Cameroon Pidgin","code":"wes"},{"name":"Perai","code":"wet"},{"name":"Rawngtu Chin","code":"weu"},{"name":"Wejewa","code":"wew"},{"name":"Yafi","code":"wfg"},{"name":"Zorop","code":"wfg"},{"name":"Wagaya","code":"wga"},{"name":"Wagawaga","code":"wgb"},{"name":"Wangganguru","code":"wgg"},{"name":"Wangkangurru","code":"wgg"},{"name":"Wahgi","code":"wgi"},{"name":"Waigeo","code":"wgo"},{"name":"Wirangu","code":"wgu"},{"name":"Warrgamay","code":"wgy"},{"name":"Manusela","code":"wha"},{"name":"Sou Upaa","code":"wha"},{"name":"North Wahgi","code":"whg"},{"name":"Wahau Kenyah","code":"whk"},{"name":"Wahau Kayan","code":"whu"},{"name":"Southern Toussian","code":"wib"},{"name":"Wichita","code":"wic"},{"name":"Wik-Epa","code":"wie"},{"name":"Wik-Keyangan","code":"wif"},{"name":"Wik Ngathan","code":"wig"},{"name":"Wik-Me'anha","code":"wih"},{"name":"Minidien","code":"wii"},{"name":"Wik-Iiyanh","code":"wij"},{"name":"Wikalkan","code":"wik"},{"name":"Wilawila","code":"wil"},{"name":"Wik-Mungkan","code":"wim"},{"name":"Ho-Chunk","code":"win"},{"name":"Wiraféd","code":"wir"},{"name":"Wiru","code":"wiu"},{"name":"Vitu","code":"wiv"},{"name":"Wiyot","code":"wiy"},{"name":"Waja","code":"wja"},{"name":"Warji","code":"wji"},{"name":"Kw'adza","code":"wka"},{"name":"Kumbaran","code":"wkb"},{"name":"Mo","code":"wkd"},{"name":"Wakde","code":"wkd"},{"name":"Kalanadi","code":"wkl"},{"name":"Keerray-Woorroong","code":"wkr"},{"name":"Kunduvadi","code":"wku"},{"name":"Wakawaka","code":"wkw"},{"name":"Wangkayutyuru","code":"wky"},{"name":"Walio","code":"wla"},{"name":"Mwali Comorian","code":"wlc"},{"name":"Wolane","code":"wle"},{"name":"Kunbarlang","code":"wlg"},{"name":"Welaun","code":"wlh"},{"name":"Waioli","code":"wli"},{"name":"Wailaki","code":"wlk"},{"name":"Wali (Sudan)","code":"wll"},{"name":"Middle Welsh","code":"wlm"},{"name":"Walloon","code":"wln"},{"name":"Wolio","code":"wlo"},{"name":"Wailapa","code":"wlr"},{"name":"Wallisian","code":"wls"},{"name":"Wuliwuli","code":"wlu"},{"name":"Wichí Lhamtés Vejoz","code":"wlv"},{"name":"Walak","code":"wlw"},{"name":"Wali (Ghana)","code":"wlx"},{"name":"Waling","code":"wly"},{"name":"Mawa (Nigeria)","code":"wma"},{"name":"Wambaya","code":"wmb"},{"name":"Wamas","code":"wmc"},{"name":"Mamaindé","code":"wmd"},{"name":"Wambule","code":"wme"},{"name":"Western Minyag","code":"wmg"},{"name":"Waima'a","code":"wmh"},{"name":"Wamin","code":"wmi"},{"name":"Maiwa (Indonesia)","code":"wmm"},{"name":"Waamwang","code":"wmn"},{"name":"Wom (Papua New Guinea)","code":"wmo"},{"name":"Wambon","code":"wms"},{"name":"Walmajarri","code":"wmt"},{"name":"Mwani","code":"wmw"},{"name":"Womo","code":"wmx"},{"name":"Wanambre","code":"wnb"},{"name":"Wantoat","code":"wnc"},{"name":"Wandarang","code":"wnd"},{"name":"Waneci","code":"wne"},{"name":"Wanggom","code":"wng"},{"name":"Ndzwani Comorian","code":"wni"},{"name":"Wanukaka","code":"wnk"},{"name":"Wanggamala","code":"wnm"},{"name":"Wunumara","code":"wnn"},{"name":"Wano","code":"wno"},{"name":"Wanap","code":"wnp"},{"name":"Usan","code":"wnu"},{"name":"Wintu","code":"wnw"},{"name":"Waanyi","code":"wny"},{"name":"Wanyi","code":"wny"},{"name":"Kuwema","code":"woa"},{"name":"Tyaraity","code":"woa"},{"name":"Wè Northern","code":"wob"},{"name":"Wogeo","code":"woc"},{"name":"Wolani","code":"wod"},{"name":"Woleaian","code":"woe"},{"name":"Gambian Wolof","code":"wof"},{"name":"Wogamusin","code":"wog"},{"name":"Kamang","code":"woi"},{"name":"Longto","code":"wok"},{"name":"Wolof","code":"wol"},{"name":"Wom (Nigeria)","code":"wom"},{"name":"Wongo","code":"won"},{"name":"Manombai","code":"woo"},{"name":"Woria","code":"wor"},{"name":"Hanga Hundi","code":"wos"},{"name":"Wawonii","code":"wow"},{"name":"Weyto","code":"woy"},{"name":"Maco","code":"wpc"},{"name":"Waluwarra","code":"wrb"},{"name":"Warluwara","code":"wrb"},{"name":"Warduji","code":"wrd"},{"name":"Gudjal","code":"wrg"},{"name":"Warungu","code":"wrg"},{"name":"Wiradjuri","code":"wrh"},{"name":"Wariyangga","code":"wri"},{"name":"Garrwa","code":"wrk"},{"name":"Warlmanpa","code":"wrl"},{"name":"Warumungu","code":"wrm"},{"name":"Warnang","code":"wrn"},{"name":"Worrorra","code":"wro"},{"name":"Waropen","code":"wrp"},{"name":"Wardaman","code":"wrr"},{"name":"Waris","code":"wrs"},{"name":"Waru","code":"wru"},{"name":"Waruna","code":"wrv"},{"name":"Gugu Warra","code":"wrw"},{"name":"Wae Rana","code":"wrx"},{"name":"Merwari","code":"wry"},{"name":"Waray (Australia)","code":"wrz"},{"name":"Warembori","code":"wsa"},{"name":"Adilabad Gondi","code":"wsg"},{"name":"Wusi","code":"wsi"},{"name":"Waskia","code":"wsk"},{"name":"Owenia","code":"wsr"},{"name":"Wasa","code":"wss"},{"name":"Wasu","code":"wsu"},{"name":"Wotapuri-Katarqalai","code":"wsv"},{"name":"Watiwa","code":"wtf"},{"name":"Wathawurrung","code":"wth"},{"name":"Berta","code":"wti"},{"name":"Watakataui","code":"wtk"},{"name":"Mewati","code":"wtm"},{"name":"Wotu","code":"wtw"},{"name":"Wikngenchera","code":"wua"},{"name":"Wunambal","code":"wub"},{"name":"Wudu","code":"wud"},{"name":"Wutunhua","code":"wuh"},{"name":"Silimo","code":"wul"},{"name":"Wumbvu","code":"wum"},{"name":"Bungu","code":"wun"},{"name":"Wurrugu","code":"wur"},{"name":"Wutung","code":"wut"},{"name":"Wu Chinese","code":"wuu"},{"name":"Wuvulu-Aua","code":"wuv"},{"name":"Wulna","code":"wux"},{"name":"Wauyai","code":"wuy"},{"name":"Waama","code":"wwa"},{"name":"Wakabunga","code":"wwb"},{"name":"Dorig","code":"wwo"},{"name":"Wetamut","code":"wwo"},{"name":"Warrwa","code":"wwr"},{"name":"Wawa","code":"www"},{"name":"Waxianghua","code":"wxa"},{"name":"Wardandi","code":"wxw"},{"name":"Wyandot","code":"wya"},{"name":"Wangaaybuwan-Ngiyambaa","code":"wyb"},{"name":"Woiwurrung","code":"wyi"},{"name":"Wymysorys","code":"wym"},{"name":"Wayoró","code":"wyr"},{"name":"Western Fijian","code":"wyy"},{"name":"Andalusian Arabic","code":"xaa"},{"name":"Sambe","code":"xab"},{"name":"Kachari","code":"xac"},{"name":"Adai","code":"xad"},{"name":"Aequian","code":"xae"},{"name":"Aghwan","code":"xag"},{"name":"Kaimbé","code":"xai"},{"name":"Ararandewára","code":"xaj"},{"name":"Máku","code":"xak"},{"name":"Kalmyk","code":"xal"},{"name":"Oirat","code":"xal"},{"name":"ǀXam","code":"xam"},{"name":"Xamtanga","code":"xan"},{"name":"Khao","code":"xao"},{"name":"Apalachee","code":"xap"},{"name":"Aquitanian","code":"xaq"},{"name":"Karami","code":"xar"},{"name":"Kamas","code":"xas"},{"name":"Katawixi","code":"xat"},{"name":"Kauwera","code":"xau"},{"name":"Xavánte","code":"xav"},{"name":"Kawaiisu","code":"xaw"},{"name":"Kayan Mahakam","code":"xay"},{"name":"Lower Burdekin","code":"xbb"},{"name":"Bactrian","code":"xbc"},{"name":"Bindal","code":"xbd"},{"name":"Bigambal","code":"xbe"},{"name":"Bunganditj","code":"xbg"},{"name":"Kombio","code":"xbi"},{"name":"Birrpayi","code":"xbj"},{"name":"Middle Breton","code":"xbm"},{"name":"Kenaboi","code":"xbn"},{"name":"Bolgarian","code":"xbo"},{"name":"Bibbulman","code":"xbp"},{"name":"Kambera","code":"xbr"},{"name":"Kambiwá","code":"xbw"},{"name":"Batjala","code":"xby"},{"name":"Batyala","code":"xby"},{"name":"Cumbric","code":"xcb"},{"name":"Camunic","code":"xcc"},{"name":"Celtiberian","code":"xce"},{"name":"Cisalpine Gaulish","code":"xcg"},{"name":"Chemakum","code":"xch"},{"name":"Chimakum","code":"xch"},{"name":"Classical Armenian","code":"xcl"},{"name":"Comecrudo","code":"xcm"},{"name":"Cotoname","code":"xcn"},{"name":"Chorasmian","code":"xco"},{"name":"Carian","code":"xcr"},{"name":"Classical Tibetan","code":"xct"},{"name":"Curonian","code":"xcu"},{"name":"Chuvantsy","code":"xcv"},{"name":"Coahuilteco","code":"xcw"},{"name":"Cayuse","code":"xcy"},{"name":"Darkinyung","code":"xda"},{"name":"Dacian","code":"xdc"},{"name":"Dharuk","code":"xdk"},{"name":"Edomite","code":"xdm"},{"name":"Kwandu","code":"xdo"},{"name":"Malayic Dayak","code":"xdy"},{"name":"Eblan","code":"xeb"},{"name":"Hdi","code":"xed"},{"name":"ǁXegwi","code":"xeg"},{"name":"Kelo","code":"xel"},{"name":"Kembayan","code":"xem"},{"name":"Epi-Olmec","code":"xep"},{"name":"Xerénte","code":"xer"},{"name":"Kesawai","code":"xes"},{"name":"Xetá","code":"xet"},{"name":"Keoru-Ahia","code":"xeu"},{"name":"Faliscan","code":"xfa"},{"name":"Galatian","code":"xga"},{"name":"Gbin","code":"xgb"},{"name":"Gudang","code":"xgd"},{"name":"Gabrielino-Fernandeño","code":"xgf"},{"name":"Goreng","code":"xgg"},{"name":"Garingbal","code":"xgi"},{"name":"Galindan","code":"xgl"},{"name":"Dharumbal","code":"xgm"},{"name":"Guwinmal","code":"xgm"},{"name":"Garza","code":"xgr"},{"name":"Unggumi","code":"xgu"},{"name":"Guwa","code":"xgw"},{"name":"Harami","code":"xha"},{"name":"Hunnic","code":"xhc"},{"name":"Hadrami","code":"xhd"},{"name":"Khetrani","code":"xhe"},{"name":"Xhosa","code":"xho"},{"name":"Hernican","code":"xhr"},{"name":"Hattic","code":"xht"},{"name":"Hurrian","code":"xhu"},{"name":"Khua","code":"xhv"},{"name":"Iberian","code":"xib"},{"name":"Xiri","code":"xii"},{"name":"Illyrian","code":"xil"},{"name":"Xinca","code":"xin"},{"name":"Xiriâna","code":"xir"},{"name":"Kisan","code":"xis"},{"name":"Indus Valley Language","code":"xiv"},{"name":"Xipaya","code":"xiy"},{"name":"Minjungbal","code":"xjb"},{"name":"Jaitmatang","code":"xjt"},{"name":"Kalkoti","code":"xka"},{"name":"Northern Nago","code":"xkb"},{"name":"Kho'ini","code":"xkc"},{"name":"Mendalam Kayan","code":"xkd"},{"name":"Kereho","code":"xke"},{"name":"Khengkha","code":"xkf"},{"name":"Kagoro","code":"xkg"},{"name":"Kenyan Sign Language","code":"xki"},{"name":"Kajali","code":"xkj"},{"name":"Kaco'","code":"xkk"},{"name":"Mainstream Kenyah","code":"xkl"},{"name":"Kayan River Kayan","code":"xkn"},{"name":"Kiorr","code":"xko"},{"name":"Kabatei","code":"xkp"},{"name":"Koroni","code":"xkq"},{"name":"Xakriabá","code":"xkr"},{"name":"Kumbewaha","code":"xks"},{"name":"Kantosi","code":"xkt"},{"name":"Kaamba","code":"xku"},{"name":"Kgalagadi","code":"xkv"},{"name":"Kembra","code":"xkw"},{"name":"Karore","code":"xkx"},{"name":"Uma' Lasan","code":"xky"},{"name":"Kurtokha","code":"xkz"},{"name":"Kamula","code":"xla"},{"name":"Loup B","code":"xlb"},{"name":"Lycian","code":"xlc"},{"name":"Lydian","code":"xld"},{"name":"Lemnian","code":"xle"},{"name":"Ligurian (Ancient)","code":"xlg"},{"name":"Liburnian","code":"xli"},{"name":"Alanic","code":"xln"},{"name":"Loup A","code":"xlo"},{"name":"Lepontic","code":"xlp"},{"name":"Lusitanian","code":"xls"},{"name":"Cuneiform Luwian","code":"xlu"},{"name":"Elymian","code":"xly"},{"name":"Mushungulu","code":"xma"},{"name":"Mbonga","code":"xmb"},{"name":"Makhuwa-Marrevone","code":"xmc"},{"name":"Mbudum","code":"xmd"},{"name":"Median","code":"xme"},{"name":"Mingrelian","code":"xmf"},{"name":"Mengaka","code":"xmg"},{"name":"Kugu-Muminh","code":"xmh"},{"name":"Majera","code":"xmj"},{"name":"Ancient Macedonian","code":"xmk"},{"name":"Malaysian Sign Language","code":"xml"},{"name":"Manado Malay","code":"xmm"},{"name":"Manichaean Middle Persian","code":"xmn"},{"name":"Morerebi","code":"xmo"},{"name":"Kuku-Mu'inh","code":"xmp"},{"name":"Kuku-Mangk","code":"xmq"},{"name":"Meroitic","code":"xmr"},{"name":"Moroccan Sign Language","code":"xms"},{"name":"Matbat","code":"xmt"},{"name":"Kamu","code":"xmu"},{"name":"Antankarana Malagasy","code":"xmv"},{"name":"Tankarana Malagasy","code":"xmv"},{"name":"Tsimihety Malagasy","code":"xmw"},{"name":"Maden","code":"xmx"},{"name":"Mayaguduna","code":"xmy"},{"name":"Mori Bawah","code":"xmz"},{"name":"Ancient North Arabian","code":"xna"},{"name":"Kanakanabu","code":"xnb"},{"name":"Middle Mongolian","code":"xng"},{"name":"Kuanhua","code":"xnh"},{"name":"Ngarigu","code":"xni"},{"name":"Ngoni (Tanzania)","code":"xnj"},{"name":"Nganakarti","code":"xnk"},{"name":"Ngumbarl","code":"xnm"},{"name":"Northern Kankanay","code":"xnn"},{"name":"Anglo-Norman","code":"xno"},{"name":"Ngoni (Mozambique)","code":"xnq"},{"name":"Kangri","code":"xnr"},{"name":"Kanashi","code":"xns"},{"name":"Narragansett","code":"xnt"},{"name":"Nukunul","code":"xnu"},{"name":"Nyiyaparli","code":"xny"},{"name":"Kenzi","code":"xnz"},{"name":"Mattoki","code":"xnz"},{"name":"O'chi'chi'","code":"xoc"},{"name":"Kokoda","code":"xod"},{"name":"Soga","code":"xog"},{"name":"Kominimung","code":"xoi"},{"name":"Xokleng","code":"xok"},{"name":"Komo (Sudan)","code":"xom"},{"name":"Konkomba","code":"xon"},{"name":"Xukurú","code":"xoo"},{"name":"Kopar","code":"xop"},{"name":"Korubo","code":"xor"},{"name":"Kowaki","code":"xow"},{"name":"Pirriya","code":"xpa"},{"name":"Northeastern Tasmanian","code":"xpb"},{"name":"Pyemmairrener","code":"xpb"},{"name":"Pecheneg","code":"xpc"},{"name":"Oyster Bay Tasmanian","code":"xpd"},{"name":"Liberia Kpelle","code":"xpe"},{"name":"Nuenonne","code":"xpf"},{"name":"Southeast Tasmanian","code":"xpf"},{"name":"Phrygian","code":"xpg"},{"name":"North Midlands Tasmanian","code":"xph"},{"name":"Tyerrenoterpanner","code":"xph"},{"name":"Pictish","code":"xpi"},{"name":"Mpalitjanh","code":"xpj"},{"name":"Kulina Pano","code":"xpk"},{"name":"Port Sorell Tasmanian","code":"xpl"},{"name":"Pumpokol","code":"xpm"},{"name":"Kapinawá","code":"xpn"},{"name":"Pochutec","code":"xpo"},{"name":"Puyo-Paekche","code":"xpp"},{"name":"Mohegan-Pequot","code":"xpq"},{"name":"Parthian","code":"xpr"},{"name":"Pisidian","code":"xps"},{"name":"Punthamara","code":"xpt"},{"name":"Punic","code":"xpu"},{"name":"Northern Tasmanian","code":"xpv"},{"name":"Tommeginne","code":"xpv"},{"name":"Northwestern Tasmanian","code":"xpw"},{"name":"Peerapper","code":"xpw"},{"name":"Southwestern Tasmanian","code":"xpx"},{"name":"Toogee","code":"xpx"},{"name":"Puyo","code":"xpy"},{"name":"Bruny Island Tasmanian","code":"xpz"},{"name":"Karakhanid","code":"xqa"},{"name":"Qatabanian","code":"xqt"},{"name":"Krahô","code":"xra"},{"name":"Eastern Karaboro","code":"xrb"},{"name":"Gundungurra","code":"xrd"},{"name":"Kreye","code":"xre"},{"name":"Minang","code":"xrg"},{"name":"Krikati-Timbira","code":"xri"},{"name":"Armazic","code":"xrm"},{"name":"Arin","code":"xrn"},{"name":"Raetic","code":"xrr"},{"name":"Aranama-Tamique","code":"xrt"},{"name":"Marriammu","code":"xru"},{"name":"Karawa","code":"xrw"},{"name":"Sabaean","code":"xsa"},{"name":"Sambal","code":"xsb"},{"name":"Scythian","code":"xsc"},{"name":"Sidetic","code":"xsd"},{"name":"Sempan","code":"xse"},{"name":"Shamang","code":"xsh"},{"name":"Sio","code":"xsi"},{"name":"Subi","code":"xsj"},{"name":"South Slavey","code":"xsl"},{"name":"Kasem","code":"xsm"},{"name":"Sanga (Nigeria)","code":"xsn"},{"name":"Solano","code":"xso"},{"name":"Silopi","code":"xsp"},{"name":"Makhuwa-Saka","code":"xsq"},{"name":"Sherpa","code":"xsr"},{"name":"Assan","code":"xss"},{"name":"Sanumá","code":"xsu"},{"name":"Sudovian","code":"xsv"},{"name":"Saisiyat","code":"xsy"},{"name":"Alcozauca Mixtec","code":"xta"},{"name":"Chazumba Mixtec","code":"xtb"},{"name":"Katcha-Kadugli-Miri","code":"xtc"},{"name":"Diuxi-Tilantongo Mixtec","code":"xtd"},{"name":"Ketengban","code":"xte"},{"name":"Transalpine Gaulish","code":"xtg"},{"name":"Yitha Yitha","code":"xth"},{"name":"Sinicahua Mixtec","code":"xti"},{"name":"San Juan Teita Mixtec","code":"xtj"},{"name":"Tijaltepec Mixtec","code":"xtl"},{"name":"Magdalena Peñasco Mixtec","code":"xtm"},{"name":"Northern Tlaxiaco Mixtec","code":"xtn"},{"name":"Tokharian A","code":"xto"},{"name":"San Miguel Piedras Mixtec","code":"xtp"},{"name":"Tumshuqese","code":"xtq"},{"name":"Early Tripuri","code":"xtr"},{"name":"Sindihui Mixtec","code":"xts"},{"name":"Tacahua Mixtec","code":"xtt"},{"name":"Cuyamecalco Mixtec","code":"xtu"},{"name":"Thawa","code":"xtv"},{"name":"Tawandê","code":"xtw"},{"name":"Yoloxochitl Mixtec","code":"xty"},{"name":"Alu Kurumba","code":"xua"},{"name":"Betta Kurumba","code":"xub"},{"name":"Umiida","code":"xud"},{"name":"Kunigami","code":"xug"},{"name":"Jennu Kurumba","code":"xuj"},{"name":"Ngunawal","code":"xul"},{"name":"Nunukul","code":"xul"},{"name":"Umbrian","code":"xum"},{"name":"Unggaranggu","code":"xun"},{"name":"Kuo","code":"xuo"},{"name":"Upper Umpqua","code":"xup"},{"name":"Urartian","code":"xur"},{"name":"Kuthant","code":"xut"},{"name":"Khwedam","code":"xuu"},{"name":"Kxoe","code":"xuu"},{"name":"Venetic","code":"xve"},{"name":"Kamviri","code":"xvi"},{"name":"Vandalic","code":"xvn"},{"name":"Volscian","code":"xvo"},{"name":"Vestinian","code":"xvs"},{"name":"Kwaza","code":"xwa"},{"name":"Woccon","code":"xwc"},{"name":"Wadi Wadi","code":"xwd"},{"name":"Xwela Gbe","code":"xwe"},{"name":"Kwegu","code":"xwg"},{"name":"Wajuk","code":"xwj"},{"name":"Wangkumara","code":"xwk"},{"name":"Western Xwla Gbe","code":"xwl"},{"name":"Written Oirat","code":"xwo"},{"name":"Kwerba Mamberamo","code":"xwr"},{"name":"Wotjobaluk","code":"xwt"},{"name":"Wemba Wemba","code":"xww"},{"name":"Boro (Ghana)","code":"xxb"},{"name":"Ke'o","code":"xxk"},{"name":"Minkin","code":"xxm"},{"name":"Koropó","code":"xxr"},{"name":"Tambora","code":"xxt"},{"name":"Yaygir","code":"xya"},{"name":"Yandjibara","code":"xyb"},{"name":"Mayi-Yapi","code":"xyj"},{"name":"Mayi-Kulan","code":"xyk"},{"name":"Yalakalore","code":"xyl"},{"name":"Mayi-Thakurti","code":"xyt"},{"name":"Yorta Yorta","code":"xyy"},{"name":"Zhang-Zhung","code":"xzh"},{"name":"Zemgalian","code":"xzm"},{"name":"Ancient Zapotec","code":"xzp"},{"name":"Yaminahua","code":"yaa"},{"name":"Yuhup","code":"yab"},{"name":"Pass Valley Yali","code":"yac"},{"name":"Yagua","code":"yad"},{"name":"Pumé","code":"yae"},{"name":"Yaka (Democratic Republic of Congo)","code":"yaf"},{"name":"Yámana","code":"yag"},{"name":"Yazgulyam","code":"yah"},{"name":"Yagnobi","code":"yai"},{"name":"Banda-Yangere","code":"yaj"},{"name":"Yakama","code":"yak"},{"name":"Yalunka","code":"yal"},{"name":"Yamba","code":"yam"},{"name":"Mayangna","code":"yan"},{"name":"Yao","code":"yao"},{"name":"Yapese","code":"yap"},{"name":"Yaqui","code":"yaq"},{"name":"Yabarana","code":"yar"},{"name":"Nugunu (Cameroon)","code":"yas"},{"name":"Yambeta","code":"yat"},{"name":"Yuwana","code":"yau"},{"name":"Yangben","code":"yav"},{"name":"Yawalapití","code":"yaw"},{"name":"Yauma","code":"yax"},{"name":"Agwagwune","code":"yay"},{"name":"Lokaa","code":"yaz"},{"name":"Yala","code":"yba"},{"name":"Yemba","code":"ybb"},{"name":"West Yugur","code":"ybe"},{"name":"Yakha","code":"ybh"},{"name":"Yamphu","code":"ybi"},{"name":"Hasha","code":"ybj"},{"name":"Bokha","code":"ybk"},{"name":"Yukuben","code":"ybl"},{"name":"Yaben","code":"ybm"},{"name":"Yabaâna","code":"ybn"},{"name":"Yabong","code":"ybo"},{"name":"Yawiyo","code":"ybx"},{"name":"Yaweyuha","code":"yby"},{"name":"Chesu","code":"ych"},{"name":"Lolopo","code":"ycl"},{"name":"Yucuna","code":"ycn"},{"name":"Chepya","code":"ycp"},{"name":"Yanda","code":"yda"},{"name":"Eastern Yiddish","code":"ydd"},{"name":"Yangum Dey","code":"yde"},{"name":"Yidgha","code":"ydg"},{"name":"Yoidik","code":"ydk"},{"name":"Ravula","code":"yea"},{"name":"Yeniche","code":"yec"},{"name":"Yimas","code":"yee"},{"name":"Yeni","code":"yei"},{"name":"Yevanic","code":"yej"},{"name":"Yela","code":"yel"},{"name":"Tarok","code":"yer"},{"name":"Nyankpa","code":"yes"},{"name":"Yetfa","code":"yet"},{"name":"Yerukula","code":"yeu"},{"name":"Yapunda","code":"yev"},{"name":"Yeyi","code":"yey"},{"name":"Malyangapa","code":"yga"},{"name":"Yiningayi","code":"ygi"},{"name":"Yangum Gel","code":"ygl"},{"name":"Yagomi","code":"ygm"},{"name":"Gepo","code":"ygp"},{"name":"Yagaria","code":"ygr"},{"name":"Yolŋu Sign Language","code":"ygs"},{"name":"Yugul","code":"ygu"},{"name":"Yagwoia","code":"ygw"},{"name":"Baha Buyang","code":"yha"},{"name":"Judeo-Iraqi Arabic","code":"yhd"},{"name":"Hlepho Phowa","code":"yhl"},{"name":"Yan-nhaŋu Sign Language","code":"yhs"},{"name":"Yinggarda","code":"yia"},{"name":"Yiddish","code":"yid"},{"name":"Ache","code":"yif"},{"name":"Wusa Nasu","code":"yig"},{"name":"Western Yiddish","code":"yih"},{"name":"Yidiny","code":"yii"},{"name":"Yindjibarndi","code":"yij"},{"name":"Dongshanba Lalo","code":"yik"},{"name":"Yindjilandji","code":"yil"},{"name":"Yimchungru Naga","code":"yim"},{"name":"Riang Lai","code":"yin"},{"name":"Yinchia","code":"yin"},{"name":"Pholo","code":"yip"},{"name":"Miqie","code":"yiq"},{"name":"North Awyu","code":"yir"},{"name":"Yis","code":"yis"},{"name":"Eastern Lalu","code":"yit"},{"name":"Awu","code":"yiu"},{"name":"Northern Nisu","code":"yiv"},{"name":"Axi Yi","code":"yix"},{"name":"Azhe","code":"yiz"},{"name":"Yakan","code":"yka"},{"name":"Northern Yukaghir","code":"ykg"},{"name":"Yoke","code":"yki"},{"name":"Yakaikeke","code":"ykk"},{"name":"Khlula","code":"ykl"},{"name":"Kap","code":"ykm"},{"name":"Kua-nsi","code":"ykn"},{"name":"Yasa","code":"yko"},{"name":"Yekora","code":"ykr"},{"name":"Kathu","code":"ykt"},{"name":"Kuamasi","code":"yku"},{"name":"Yakoma","code":"yky"},{"name":"Yaul","code":"yla"},{"name":"Yaleba","code":"ylb"},{"name":"Yele","code":"yle"},{"name":"Yelogu","code":"ylg"},{"name":"Angguruk Yali","code":"yli"},{"name":"Yil","code":"yll"},{"name":"Limi","code":"ylm"},{"name":"Langnian Buyang","code":"yln"},{"name":"Naluo Yi","code":"ylo"},{"name":"Yalarnnga","code":"ylr"},{"name":"Aribwaung","code":"ylu"},{"name":"Nyâlayu","code":"yly"},{"name":"Nyelâyu","code":"yly"},{"name":"Yambes","code":"ymb"},{"name":"Southern Muji","code":"ymc"},{"name":"Muda","code":"ymd"},{"name":"Yameo","code":"yme"},{"name":"Yamongeri","code":"ymg"},{"name":"Mili","code":"ymh"},{"name":"Moji","code":"ymi"},{"name":"Makwe","code":"ymk"},{"name":"Iamalele","code":"yml"},{"name":"Maay","code":"ymm"},{"name":"Sunum","code":"ymn"},{"name":"Yamna","code":"ymn"},{"name":"Yangum Mon","code":"ymo"},{"name":"Yamap","code":"ymp"},{"name":"Qila Muji","code":"ymq"},{"name":"Malasar","code":"ymr"},{"name":"Mysian","code":"yms"},{"name":"Northern Muji","code":"ymx"},{"name":"Muzi","code":"ymz"},{"name":"Aluo","code":"yna"},{"name":"Yandruwandha","code":"ynd"},{"name":"Lang'e","code":"yne"},{"name":"Yango","code":"yng"},{"name":"Naukan Yupik","code":"ynk"},{"name":"Yangulam","code":"ynl"},{"name":"Yana","code":"ynn"},{"name":"Yong","code":"yno"},{"name":"Yendang","code":"ynq"},{"name":"Yansi","code":"yns"},{"name":"Yahuna","code":"ynu"},{"name":"Yoba","code":"yob"},{"name":"Yogad","code":"yog"},{"name":"Yonaguni","code":"yoi"},{"name":"Yokuts","code":"yok"},{"name":"Yola","code":"yol"},{"name":"Yombe","code":"yom"},{"name":"Yongkom","code":"yon"},{"name":"Yoruba","code":"yor"},{"name":"Yotti","code":"yot"},{"name":"Yoron","code":"yox"},{"name":"Yoy","code":"yoy"},{"name":"Phala","code":"ypa"},{"name":"Labo Phowa","code":"ypb"},{"name":"Phola","code":"ypg"},{"name":"Phupha","code":"yph"},{"name":"Phuma","code":"ypm"},{"name":"Ani Phowa","code":"ypn"},{"name":"Alo Phola","code":"ypo"},{"name":"Phupa","code":"ypp"},{"name":"Phuza","code":"ypz"},{"name":"Yerakai","code":"yra"},{"name":"Yareba","code":"yrb"},{"name":"Yaouré","code":"yre"},{"name":"Nenets","code":"yrk"},{"name":"Nhengatu","code":"yrl"},{"name":"Yirrk-Mel","code":"yrm"},{"name":"Yerong","code":"yrn"},{"name":"Yaroamë","code":"yro"},{"name":"Yarsun","code":"yrs"},{"name":"Yarawata","code":"yrw"},{"name":"Yarluyandi","code":"yry"},{"name":"Yassic","code":"ysc"},{"name":"Samatao","code":"ysd"},{"name":"Sonaga","code":"ysg"},{"name":"Yugoslavian Sign Language","code":"ysl"},{"name":"Myanmar Sign Language","code":"ysm"},{"name":"Sani","code":"ysn"},{"name":"Nisi (China)","code":"yso"},{"name":"Southern Lolopo","code":"ysp"},{"name":"Sirenik Yupik","code":"ysr"},{"name":"Yessan-Mayo","code":"yss"},{"name":"Sanie","code":"ysy"},{"name":"Talu","code":"yta"},{"name":"Tanglang","code":"ytl"},{"name":"Thopho","code":"ytp"},{"name":"Yout Wam","code":"ytw"},{"name":"Yatay","code":"yty"},{"name":"Yucatec Maya","code":"yua"},{"name":"Yucateco","code":"yua"},{"name":"Yugambal","code":"yub"},{"name":"Yuchi","code":"yuc"},{"name":"Judeo-Tripolitanian Arabic","code":"yud"},{"name":"Yue Chinese","code":"yue"},{"name":"Havasupai-Walapai-Yavapai","code":"yuf"},{"name":"Yug","code":"yug"},{"name":"Yurutí","code":"yui"},{"name":"Karkar-Yuri","code":"yuj"},{"name":"Yuki","code":"yuk"},{"name":"Yulu","code":"yul"},{"name":"Quechan","code":"yum"},{"name":"Bena (Nigeria)","code":"yun"},{"name":"Yukpa","code":"yup"},{"name":"Yuqui","code":"yuq"},{"name":"Yurok","code":"yur"},{"name":"Yopno","code":"yut"},{"name":"Yau (Morobe Province)","code":"yuw"},{"name":"Southern Yukaghir","code":"yux"},{"name":"East Yugur","code":"yuy"},{"name":"Yuracare","code":"yuz"},{"name":"Yawa","code":"yva"},{"name":"Yavitero","code":"yvt"},{"name":"Kalou","code":"ywa"},{"name":"Yinhawangka","code":"ywg"},{"name":"Western Lalu","code":"ywl"},{"name":"Yawanawa","code":"ywn"},{"name":"Wuding-Luquan Yi","code":"ywq"},{"name":"Yawuru","code":"ywr"},{"name":"Central Lalo","code":"ywt"},{"name":"Xishanba Lalo","code":"ywt"},{"name":"Wumeng Nasu","code":"ywu"},{"name":"Yawarawarga","code":"yww"},{"name":"Mayawali","code":"yxa"},{"name":"Yagara","code":"yxg"},{"name":"Yardliyawarra","code":"yxl"},{"name":"Yinwum","code":"yxm"},{"name":"Yuyu","code":"yxu"},{"name":"Yabula Yabula","code":"yxy"},{"name":"Yir Yoront","code":"yyr"},{"name":"Yau (Sandaun Province)","code":"yyu"},{"name":"Ayizi","code":"yyz"},{"name":"E'ma Buyang","code":"yzg"},{"name":"Zokhuo","code":"yzk"},{"name":"Sierra de Juárez Zapotec","code":"zaa"},{"name":"San Juan Guelavía Zapotec","code":"zab"},{"name":"Western Tlacolula Valley Zapotec","code":"zab"},{"name":"Ocotlán Zapotec","code":"zac"},{"name":"Cajonos Zapotec","code":"zad"},{"name":"Yareni Zapotec","code":"zae"},{"name":"Ayoquesco Zapotec","code":"zaf"},{"name":"Zaghawa","code":"zag"},{"name":"Zangwal","code":"zah"},{"name":"Isthmus Zapotec","code":"zai"},{"name":"Zaramo","code":"zaj"},{"name":"Zanaki","code":"zak"},{"name":"Zauzou","code":"zal"},{"name":"Miahuatlán Zapotec","code":"zam"},{"name":"Ozolotepec Zapotec","code":"zao"},{"name":"Zapotec","code":"zap"},{"name":"Aloápam Zapotec","code":"zaq"},{"name":"Rincón Zapotec","code":"zar"},{"name":"Santo Domingo Albarradas Zapotec","code":"zas"},{"name":"Tabaa Zapotec","code":"zat"},{"name":"Zangskari","code":"zau"},{"name":"Yatzachi Zapotec","code":"zav"},{"name":"Mitla Zapotec","code":"zaw"},{"name":"Xadani Zapotec","code":"zax"},{"name":"Zaysete","code":"zay"},{"name":"Zayse-Zergulla","code":"zay"},{"name":"Zari","code":"zaz"},{"name":"Balaibalan","code":"zba"},{"name":"Central Berawan","code":"zbc"},{"name":"East Berawan","code":"zbe"},{"name":"Bliss","code":"zbl"},{"name":"Blissymbolics","code":"zbl"},{"name":"Blissymbols","code":"zbl"},{"name":"Batui","code":"zbt"},{"name":"Bu (Bauchi State)","code":"zbu"},{"name":"West Berawan","code":"zbw"},{"name":"Coatecas Altas Zapotec","code":"zca"},{"name":"Central Hongshuihe Zhuang","code":"zch"},{"name":"Ngazidja Comorian","code":"zdj"},{"name":"Zeeuws","code":"zea"},{"name":"Zenag","code":"zeg"},{"name":"Eastern Hongshuihe Zhuang","code":"zeh"},{"name":"Zenaga","code":"zen"},{"name":"Kinga","code":"zga"},{"name":"Guibei Zhuang","code":"zgb"},{"name":"Standard Moroccan Tamazight","code":"zgh"},{"name":"Minz Zhuang","code":"zgm"},{"name":"Guibian Zhuang","code":"zgn"},{"name":"Magori","code":"zgr"},{"name":"Chuang","code":"zha"},{"name":"Zhuang","code":"zha"},{"name":"Zhaba","code":"zhb"},{"name":"Dai Zhuang","code":"zhd"},{"name":"Zhire","code":"zhi"},{"name":"Nong Zhuang","code":"zhn"},{"name":"Chinese","code":"zho"},{"name":"Zhoa","code":"zhw"},{"name":"Zia","code":"zia"},{"name":"Zimbabwe Sign Language","code":"zib"},{"name":"Zimakani","code":"zik"},{"name":"Zialo","code":"zil"},{"name":"Mesme","code":"zim"},{"name":"Zinza","code":"zin"},{"name":"Zigula","code":"ziw"},{"name":"Zizilivakan","code":"ziz"},{"name":"Kaimbulawa","code":"zka"},{"name":"Koibal","code":"zkb"},{"name":"Kadu","code":"zkd"},{"name":"Koguryo","code":"zkg"},{"name":"Khorezmian","code":"zkh"},{"name":"Karankawa","code":"zkk"},{"name":"Kanan","code":"zkn"},{"name":"Kott","code":"zko"},{"name":"São Paulo Kaingáng","code":"zkp"},{"name":"Zakhring","code":"zkr"},{"name":"Kitan","code":"zkt"},{"name":"Kaurna","code":"zku"},{"name":"Krevinian","code":"zkv"},{"name":"Khazar","code":"zkz"},{"name":"Zula","code":"zla"},{"name":"Liujiang Zhuang","code":"zlj"},{"name":"Malay (individual language)","code":"zlm"},{"name":"Lianshan Zhuang","code":"zln"},{"name":"Liuqian Zhuang","code":"zlq"},{"name":"Manda (Australia)","code":"zma"},{"name":"Zimba","code":"zmb"},{"name":"Margany","code":"zmc"},{"name":"Maridan","code":"zmd"},{"name":"Mangerr","code":"zme"},{"name":"Mfinu","code":"zmf"},{"name":"Marti Ke","code":"zmg"},{"name":"Makolkol","code":"zmh"},{"name":"Negeri Sembilan Malay","code":"zmi"},{"name":"Maridjabin","code":"zmj"},{"name":"Mandandanyi","code":"zmk"},{"name":"Matngala","code":"zml"},{"name":"Marimanindji","code":"zmm"},{"name":"Marramaninyshi","code":"zmm"},{"name":"Mbangwe","code":"zmn"},{"name":"Molo","code":"zmo"},{"name":"Mpuono","code":"zmp"},{"name":"Mituku","code":"zmq"},{"name":"Maranunggu","code":"zmr"},{"name":"Mbesa","code":"zms"},{"name":"Maringarr","code":"zmt"},{"name":"Muruwari","code":"zmu"},{"name":"Mbariman-Gudhinma","code":"zmv"},{"name":"Mbo (Democratic Republic of Congo)","code":"zmw"},{"name":"Bomitaba","code":"zmx"},{"name":"Mariyedi","code":"zmy"},{"name":"Mbandja","code":"zmz"},{"name":"Zan Gula","code":"zna"},{"name":"Zande (individual language)","code":"zne"},{"name":"Mang","code":"zng"},{"name":"Manangkari","code":"znk"},{"name":"Mangas","code":"zns"},{"name":"Copainalá Zoque","code":"zoc"},{"name":"Chimalapa Zoque","code":"zoh"},{"name":"Zou","code":"zom"},{"name":"Asunción Mixtepec Zapotec","code":"zoo"},{"name":"Tabasco Zoque","code":"zoq"},{"name":"Rayón Zoque","code":"zor"},{"name":"Francisco León Zoque","code":"zos"},{"name":"Lachiguiri Zapotec","code":"zpa"},{"name":"Yautepec Zapotec","code":"zpb"},{"name":"Choapan Zapotec","code":"zpc"},{"name":"Southeastern Ixtlán Zapotec","code":"zpd"},{"name":"Petapa Zapotec","code":"zpe"},{"name":"San Pedro Quiatoni Zapotec","code":"zpf"},{"name":"Guevea De Humboldt Zapotec","code":"zpg"},{"name":"Totomachapan Zapotec","code":"zph"},{"name":"Santa María Quiegolani Zapotec","code":"zpi"},{"name":"Quiavicuzas Zapotec","code":"zpj"},{"name":"Tlacolulita Zapotec","code":"zpk"},{"name":"Lachixío Zapotec","code":"zpl"},{"name":"Mixtepec Zapotec","code":"zpm"},{"name":"Santa Inés Yatzechi Zapotec","code":"zpn"},{"name":"Amatlán Zapotec","code":"zpo"},{"name":"El Alto Zapotec","code":"zpp"},{"name":"Zoogocho Zapotec","code":"zpq"},{"name":"Santiago Xanica Zapotec","code":"zpr"},{"name":"Coatlán Zapotec","code":"zps"},{"name":"San Vicente Coatlán Zapotec","code":"zpt"},{"name":"Yalálag Zapotec","code":"zpu"},{"name":"Chichicapan Zapotec","code":"zpv"},{"name":"Zaniza Zapotec","code":"zpw"},{"name":"San Baltazar Loxicha Zapotec","code":"zpx"},{"name":"Mazaltepec Zapotec","code":"zpy"},{"name":"Texmelucan Zapotec","code":"zpz"},{"name":"Qiubei Zhuang","code":"zqe"},{"name":"Kara (Korea)","code":"zra"},{"name":"Mirgan","code":"zrg"},{"name":"Zerenkel","code":"zrn"},{"name":"Záparo","code":"zro"},{"name":"Zarphatic","code":"zrp"},{"name":"Mairasi","code":"zrs"},{"name":"Sarasira","code":"zsa"},{"name":"Kaskean","code":"zsk"},{"name":"Zambian Sign Language","code":"zsl"},{"name":"Standard Malay","code":"zsm"},{"name":"Southern Rincon Zapotec","code":"zsr"},{"name":"Sukurum","code":"zsu"},{"name":"Elotepec Zapotec","code":"zte"},{"name":"Xanaguía Zapotec","code":"ztg"},{"name":"Lapaguía-Guivini Zapotec","code":"ztl"},{"name":"San Agustín Mixtepec Zapotec","code":"ztm"},{"name":"Santa Catarina Albarradas Zapotec","code":"ztn"},{"name":"Loxicha Zapotec","code":"ztp"},{"name":"Quioquitani-Quierí Zapotec","code":"ztq"},{"name":"Tilquiapan Zapotec","code":"zts"},{"name":"Tejalapan Zapotec","code":"ztt"},{"name":"Güilá Zapotec","code":"ztu"},{"name":"Zaachila Zapotec","code":"ztx"},{"name":"Yatee Zapotec","code":"zty"},{"name":"Zeem","code":"zua"},{"name":"Tokano","code":"zuh"},{"name":"Zulu","code":"zul"},{"name":"Kumzari","code":"zum"},{"name":"Zuni","code":"zun"},{"name":"Zumaya","code":"zuy"},{"name":"Zay","code":"zwa"},{"name":"No linguistic content","code":"zxx"},{"name":"Not applicable","code":"zxx"},{"name":"Yongbei Zhuang","code":"zyb"},{"name":"Yang Zhuang","code":"zyg"},{"name":"Youjiang Zhuang","code":"zyj"},{"name":"Yongnan Zhuang","code":"zyn"},{"name":"Zyphe Chin","code":"zyp"},{"name":"Dimili","code":"zza"},{"name":"Dimli (macrolanguage)","code":"zza"},{"name":"Kirdki","code":"zza"},{"name":"Kirmanjki (macrolanguage)","code":"zza"},{"name":"Zaza","code":"zza"},{"name":"Zazaki","code":"zza"},{"name":"Zuojiang Zhuang","code":"zzj"}] \ No newline at end of file diff --git a/tests/__data__/input/data/regions.json b/tests/__data__/input/data/regions.json new file mode 100644 index 000000000..f0640a33a --- /dev/null +++ b/tests/__data__/input/data/regions.json @@ -0,0 +1 @@ +[{"name":"Africa","code":"AFR","countries":["AO","BF","BI","BJ","BW","CD","CF","CG","CI","CM","CV","DJ","DZ","EG","EH","ER","ET","GA","GH","GM","GN","GQ","GW","KE","KM","LR","LS","LY","MA","MG","ML","MR","MU","MW","MZ","NA","NE","NG","RE","RW","SC","SD","SH","SL","SN","SO","SS","ST","SZ","TD","TF","TG","TN","TZ","UG","YT","ZA","ZM","ZW"]},{"name":"Americas","code":"AMER","countries":["AG","AI","AR","AW","BB","BL","BM","BO","BR","BS","BV","BZ","CA","CL","CO","CR","CU","CW","DM","DO","EC","FK","GD","GF","GL","GP","GS","GT","GY","HN","HT","JM","KN","KY","LC","MF","MQ","MS","MX","NI","PA","PE","PM","PR","PY","SR","SV","SX","TC","TT","US","UY","VC","VE","VG","VI"]},{"name":"Arab world","code":"ARAB","countries":["AE","BH","DJ","DZ","EG","IQ","JO","KM","KW","LB","LY","MA","MR","OM","PS","QA","SA","SD","SO","SY","TN","YE"]},{"name":"Asia","code":"ASIA","countries":["AE","AF","AM","AZ","BD","BH","BN","BT","CN","CY","GE","ID","IL","IN","IQ","IR","JO","JP","KG","KH","KP","KR","KW","KZ","LA","LB","LK","MM","MN","MV","MY","NP","OM","PH","PK","PS","QA","RU","SA","SG","SY","TH","TJ","TL","TM","TR","TW","UZ","VN","YE"]},{"name":"Asia-Pacific","code":"APAC","countries":["AF","AS","AU","BD","BN","BT","CK","CN","FJ","FM","GU","ID","IN","JP","KH","KI","KP","KR","LA","LK","MH","MM","MN","MP","MV","MY","NC","NF","NP","NR","NU","NZ","PF","PG","PH","PK","PN","PW","SB","SG","TH","TK","TL","TO","TV","TW","VN","VU","WF","WS"]},{"name":"Caribbean","code":"CARIB","countries":["AG","AI","AW","BB","BL","BS","CU","CW","DM","DO","GD","GP","HT","JM","KN","KY","LC","MF","MQ","MS","PR","SX","TC","TT","VC","VG","VI"]},{"name":"Central Asia","code":"CAS","countries":["KG","KZ","TJ","TM","UZ"]},{"name":"Commonwealth of Independent States","code":"CIS","countries":["AM","AZ","BY","KG","KZ","MD","RU","TJ","UZ"]},{"name":"Europe","code":"EUR","countries":["AD","AL","AM","AT","AZ","BA","BE","BG","BY","CH","CY","CZ","DE","DK","EE","ES","FI","FR","GE","GR","HR","HU","IE","IS","IT","KZ","LI","LT","LU","LV","MC","MD","ME","MK","MT","NL","NO","PL","PT","RO","RS","RU","SE","SI","SK","SM","TR","UA","UK","VA"]},{"name":"Europe, the Middle East and Africa","code":"EMEA","countries":["AD","AE","AL","AM","AO","AT","AZ","BA","BE","BF","BG","BH","BI","BJ","BW","BY","CD","CF","CG","CH","CI","CM","CV","CY","CZ","DE","DJ","DK","DZ","EE","EG","EH","ER","ES","ET","FI","FR","GA","GE","GH","GM","GN","GQ","GR","GW","HR","HU","IE","IQ","IR","IS","IT","JO","KE","KM","KW","KZ","LB","LI","LR","LS","LT","LU","LV","LY","MA","MC","MD","ME","MG","MK","ML","MR","MT","MU","MW","MZ","NA","NE","NG","NL","NO","OM","PL","PS","PT","QA","RE","RO","RS","RU","RW","SA","SC","SD","SE","SH","SI","SK","SL","SM","SN","SO","SS","ST","SY","SZ","TD","TF","TG","TN","TR","TZ","UA","UG","UK","VA","YE","YT","ZA","ZM","ZW"]},{"name":"Hispanic America","code":"HISPAM","countries":["AR","BO","CL","CO","CR","CU","DO","EC","GT","HN","MX","NI","PA","PE","PR","PY","SV","UY","VE"]},{"name":"Latin America","code":"LATAM","countries":["AR","BL","BO","BR","CL","CO","CR","CU","DO","EC","GF","GP","GT","HN","HT","MF","MQ","MX","NI","PA","PE","PR","PY","SV","UY","VE"]},{"name":"Latin America and the Caribbean","code":"LAC","countries":["AG","AI","AR","AW","BB","BL","BO","BR","BS","CL","CO","CR","CU","CW","DM","DO","EC","GD","GF","GP","GT","HN","HT","JM","KN","KY","LC","MF","MQ","MS","MX","NI","PA","PE","PR","PY","SV","SX","TC","TT","UY","VC","VE","VG","VI"]},{"name":"Maghreb","code":"MAGHREB","countries":["DZ","LY","MA","MR","TN"]},{"name":"Middle East","code":"MIDEAST","countries":["AE","BH","CY","EG","IL","IQ","IR","JO","KW","LB","OM","PS","QA","SA","SY","TR","YE"]},{"name":"Middle East and North Africa","code":"MENA","countries":["AE","BH","CY","DJ","DZ","EG","EH","IL","IQ","IR","JO","KW","LB","LY","MA","OM","PS","QA","SA","SD","SY","TN","TR","YE"]},{"name":"Nordics","code":"NORD","countries":["AX","DK","FO","FI","IS","NO","SE"]},{"name":"North America","code":"NORAM","countries":["AG","AI","AW","BB","BL","BM","BS","BZ","CA","CR","CU","CW","DM","DO","GD","GL","GP","GT","HN","HT","JM","KN","KY","LC","MF","MQ","MS","MX","NI","PA","PM","PR","SV","SX","TC","TT","US","VC","VG","VI"]},{"name":"Northern America","code":"NAM","countries":["BM","CA","GL","PM","US"]},{"name":"Oceania","code":"OCE","countries":["AS","AU","CK","FJ","FM","GU","KI","MH","MP","NC","NF","NR","NU","NZ","PF","PG","PN","PW","SB","TK","TO","TV","VU","WF","WS"]},{"name":"South Asia","code":"SAS","countries":["AF","BD","BT","IN","LK","MV","NP","PK"]},{"name":"Sub-Saharan Africa","code":"SSA","countries":["AO","BF","BI","BJ","BW","CD","CF","CG","CI","CM","CV","DJ","ER","ET","GA","GH","GM","GN","GQ","GW","KE","KM","LR","LS","MG","ML","MR","MU","MW","MZ","NA","NE","NG","RW","SC","SD","SL","SN","SO","SS","ST","SZ","TD","TG","TZ","UG","ZA","ZM","ZW"]},{"name":"West Africa","code":"WAFR","countries":["BF","BJ","CI","CV","GH","GM","GN","GW","LR","ML","MR","NE","NG","SH","SL","SN","TG"]},{"name":"Worldwide","code":"INT","countries":["AD","AE","AF","AG","AI","AL","AM","AO","AQ","AR","AS","AT","AU","AW","AX","AZ","BA","BB","BD","BE","BF","BG","BH","BI","BJ","BL","BM","BN","BO","BQ","BR","BS","BT","BV","BW","BY","BZ","CA","CC","CD","CF","CG","CH","CI","CK","CL","CM","CN","CO","CR","CU","CV","CW","CX","CY","CZ","DE","DJ","DK","DM","DO","DZ","EC","EE","EG","EH","ER","ES","ET","FI","FJ","FK","FM","FO","FR","GA","UK","GD","GE","GF","GG","GH","GI","GL","GM","GN","GP","GQ","GR","GS","GT","GU","GW","GY","HK","HM","HN","HR","HT","HU","ID","IE","IL","IM","IN","IO","IQ","IR","IS","IT","JE","JM","JO","JP","KE","KG","KH","KI","KM","KN","KP","KR","KW","KY","KZ","LA","LB","LC","LI","LK","LR","LS","LT","LU","LV","LY","MA","MC","MD","ME","MF","MG","MH","MK","ML","MM","MN","MO","MP","MQ","MR","MS","MT","MU","MV","MW","MX","MY","MZ","NA","NC","NE","NF","NG","NI","NL","NO","NP","NR","NU","NZ","OM","PA","PE","PF","PG","PH","PK","PL","PM","PN","PR","PS","PT","PW","PY","QA","RE","RO","RS","RU","RW","SA","SB","SC","SD","SE","SG","SH","SI","SJ","SK","SL","SM","SN","SO","SR","SS","ST","SV","SX","SY","SZ","TC","TD","TF","TG","TH","TJ","TK","TL","TM","TN","TO","TR","TT","TV","TW","TZ","UA","UG","UM","US","UY","UZ","VA","VC","VE","VG","VI","VN","VU","WF","WS","XK","YE","YT","ZA","ZM","ZW"]}] \ No newline at end of file diff --git a/tests/__data__/input/database/cluster_load.streams.db b/tests/__data__/input/database/cluster_load.streams.db new file mode 100644 index 000000000..91b402043 --- /dev/null +++ b/tests/__data__/input/database/cluster_load.streams.db @@ -0,0 +1,4 @@ +{"title":"ЛДПР ТВ","channel":"LDPRTV.ru","filepath":"tests/__data__/output/streams/ru.m3u","url":"http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8","http_referrer":null,"user_agent":null,"cluster_id":1,"_id":"2ST8btby3mmsgPF0"} +{"title":"BBC News HD","channel":"BBCNews.uk","filepath":"tests/__data__/output/streams/uk.m3u","url":"https://query-streamlink.herokuapp.com/iptv-query?streaming-ip=https://www.twitch.tv/absliveantigua3/","http_referrer":null,"user_agent":null,"cluster_id":3,"_id":"3TbieV1ptnZVCIdn"} +{"title":"ATV","channel":"AndorraTV.ad","filepath":"tests/__data__/output/streams/ad.m3u","url":"https://iptv-all.lanesh4d0w.repl.co/andorra/atv","http_referrer":null,"user_agent":null,"cluster_id":1,"_id":"I6cjG2xCBRFFP4sz"} +{"title":"Andorra TV","channel":"AndorraTV.ad","filepath":"tests/__data__/output/streams/uk.m3u","url":"http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8","http_referrer":null,"user_agent":null,"cluster_id":3,"_id":"WTbieV1ptnZVCIdn"} diff --git a/tests/__data__/input/database/db_export.streams.db b/tests/__data__/input/database/db_export.streams.db new file mode 100644 index 000000000..18f362471 --- /dev/null +++ b/tests/__data__/input/database/db_export.streams.db @@ -0,0 +1,6 @@ +{"title":"ЛДПР ТВ","channel":"LDPRTV.ru","filepath":"tests/__data__/output/streams/ru.m3u","url":"http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8","http_referrer":null,"user_agent":null,"cluster_id":1,"_id":"2ST8btby3mmsgPF0","status":"error"} +{"title":"BBC News HD","channel":"BBCNews.uk","filepath":"tests/__data__/output/streams/uk.m3u","url":"http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8","http_referrer":null,"user_agent":null,"cluster_id":3,"_id":"3TbieV1ptnZVCIdn","status":"blocked"} +{"title":"ATV","channel":"AndorraTV.ad","filepath":"tests/__data__/output/streams/ad.m3u","url":"https://iptv-all.lanesh4d0w.repl.co/andorra/atv","http_referrer":null,"user_agent":null,"cluster_id":1,"_id":"I6cjG2xCBRFFP4sz","status":"error"} +{"title":"BBC News HD","channel":"BBCNewsHD.ad","filepath":"tests/__data__/output/streams/uk.m3u","url":"https://master.starmena-cloud.com/hls/libyas.m3u8","http_referrer":null,"user_agent":null,"cluster_id":3,"_id":"WTbieV1ptnZVCIdn","status":"online","bitrate":0,"width":1024,"height":576} +{"title":"Kayhan TV","channel":"KayhanTV.af","filepath":"channels/af.m3u","url":"http://208.93.117.113/live/Stream1/playlist.m3u8","http_referrer":null,"user_agent":null,"cluster_id":1,"_id":"cFFpFVzSn6xFMUF3","status":"error"} +{"title":"Sharq","channel":"Sharq.af","filepath":"channels/af.m3u","bitrate":2226543,"width":1280,"height":720,"url":"https://forerunnerrtmp.livestreamingcdn.com/output18/output18.stream/playlist.m3u8","http_referrer":null,"user_agent":null,"cluster_id":1,"_id":"u7iyA6cjtf1iWWAZ","status":"online"} diff --git a/tests/__data__/input/database/db_matrix.streams.db b/tests/__data__/input/database/db_matrix.streams.db new file mode 100644 index 000000000..91b402043 --- /dev/null +++ b/tests/__data__/input/database/db_matrix.streams.db @@ -0,0 +1,4 @@ +{"title":"ЛДПР ТВ","channel":"LDPRTV.ru","filepath":"tests/__data__/output/streams/ru.m3u","url":"http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8","http_referrer":null,"user_agent":null,"cluster_id":1,"_id":"2ST8btby3mmsgPF0"} +{"title":"BBC News HD","channel":"BBCNews.uk","filepath":"tests/__data__/output/streams/uk.m3u","url":"https://query-streamlink.herokuapp.com/iptv-query?streaming-ip=https://www.twitch.tv/absliveantigua3/","http_referrer":null,"user_agent":null,"cluster_id":3,"_id":"3TbieV1ptnZVCIdn"} +{"title":"ATV","channel":"AndorraTV.ad","filepath":"tests/__data__/output/streams/ad.m3u","url":"https://iptv-all.lanesh4d0w.repl.co/andorra/atv","http_referrer":null,"user_agent":null,"cluster_id":1,"_id":"I6cjG2xCBRFFP4sz"} +{"title":"Andorra TV","channel":"AndorraTV.ad","filepath":"tests/__data__/output/streams/uk.m3u","url":"http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8","http_referrer":null,"user_agent":null,"cluster_id":3,"_id":"WTbieV1ptnZVCIdn"} diff --git a/tests/__data__/input/database/db_update.streams.db b/tests/__data__/input/database/db_update.streams.db new file mode 100644 index 000000000..27a72b669 --- /dev/null +++ b/tests/__data__/input/database/db_update.streams.db @@ -0,0 +1,7 @@ +{"title":"ЛДПР ТВ","channel":"LDPRTV.ru","filepath":"tests/__data__/output/streams/ru.m3u","url":"http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8","http_referrer":null,"user_agent":null,"cluster_id":1,"_id":"2ST8btby3mmsgPF0"} +{"title":"ATV","channel":"AndorraTV.ad","filepath":"tests/__data__/output/streams/ad.m3u","url":"https://iptv-all.lanesh4d0w.repl.co/andorra/atv","http_referrer":null,"user_agent":null,"cluster_id":1,"_id":"I6cjG2xCBRFFP4sz"} +{"title":"BBC News HD","channel":"BBCNews.uk","filepath":"tests/__data__/output/streams/uk.m3u","url":"http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8","http_referrer":null,"user_agent":null,"cluster_id":3,"_id":"3TbieV1ptnZVCIdn"} +{"title":"Kayhan TV","channel":"KayhanTV.af","filepath":"channels/af.m3u","url":"http://208.93.117.113/live/Stream1/playlist.m3u8","http_referrer":null,"user_agent":null,"cluster_id":1,"_id":"cFFpFVzSn6xFMUF3"} +{"title":"Sharq","channel":"Sharq.af","filepath":"channels/af.m3u","url":"http://51.210.199.50/hls/stream.m3u8","http_referrer":null,"user_agent":null,"cluster_id":1,"_id":"u7iyA6cjtf1iWWAZ"} +{"title":"BBC News HD","channel":"BBCNewsHD.ad","filepath":"tests/__data__/output/streams/uk.m3u","url":"http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8","http_referrer":null,"user_agent":null,"cluster_id":3,"_id":"WTbieV1ptnZVCIdn"} +{"title":"ABC","channel":"ABC.uk","filepath":"tests/__data__/output/streams/uk.m3u","url":"http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8","http_referrer":null,"user_agent":null,"cluster_id":3,"_id":"WTbieV1ptnZVCI3n"} diff --git a/tests/__data__/input/database/playlist_generate.streams.db b/tests/__data__/input/database/playlist_generate.streams.db new file mode 100644 index 000000000..c90b9ee7c --- /dev/null +++ b/tests/__data__/input/database/playlist_generate.streams.db @@ -0,0 +1,12 @@ +{"title":"ЛДПР ТВ (1080p)","channel":"LDPRTV.ru","filepath":"tests/__data__/output/streams/ru.m3u","url":"http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8","http_referrer":null,"user_agent":null,"height":1080,"width":1920,"status":"online","cluster_id":1,"_id":"2ST8btby3mmsgPF0"} +{"title":"BBC News HD (720p) [Geo-blocked]","channel":"BBCNews.uk","filepath":"tests/__data__/output/streams/uk.m3u","url":"http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/playlist.m3u8","http_referrer":null,"user_agent":null,"height":720,"width":1280,"status":"online","cluster_id":3,"_id":"3TbieV1ptnZVCId5"} +{"title":"BBC News HD","channel":"BBCNews.uk","filepath":"tests/__data__/output/streams/uk.m3u","url":"http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8","http_referrer":null,"user_agent":null,"height":720,"width":1280,"status":"online","cluster_id":3,"_id":"3TbieV1ptnZVCIdn"} +{"title":"ATV","channel":"AndorraTV.ad","filepath":"tests/__data__/output/streams/ad.m3u","url":"https://iptv-all.lanesh4d0w.repl.co/andorra/atv","http_referrer":null,"user_agent":null,"height":720,"width":1280,"status":"error","cluster_id":1,"_id":"I6cjG2xCBRFFP44z"} +{"title":"Andorra TV (720p) [Not 24/7]","channel":"","filepath":"tests/__data__/output/streams/uk.m3u","url":"http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index2.m3u8","http_referrer":null,"user_agent":null,"height":720,"width":1280,"status":"online","cluster_id":3,"_id":"WTbieV1ptnZVCIdn"} +{"title":"Visit-X TV","channel":"VisitXTV.nl","filepath":"tests/__data__/output/streams/nl.m3u","url":"https://stream.visit-x.tv/vxtv/ngrp:live_all/playlist.m3u8","http_referrer":null,"user_agent":null,"status":"online","cluster_id":1,"_id":"2ST8btby3mmsgPF5"} +{"title":"Tastemade","channel":"","filepath":"tests/__data__/output/streams/unsorted.m3u","url":"https://tastemade-freetv16min-plex.amagi.tv/hls/amagi_hls_data_tastemade-tastemadefreetv16-plex/CDN/playlist.m3u8","http_referrer":null,"user_agent":null,"status":"online","cluster_id":1,"_id":"2ST8btby3mmsgPAB"} +{"title":"Supra","channel":"","filepath":"tests/__data__/output/streams/unsorted.m3u","url":"https://www.youtube.com/watch?v=dzShOMiH1FY","http_referrer":null,"user_agent":null,"status":"error","cluster_id":1,"_id":"2ST8btby3mmsg5AB"} +{"title":"Daawah TV","channel":"","filepath":"tests/__data__/output/streams/in.m3u","url":"http://51.15.246.58:8081/daawahtv/daawahtv2/playlist.m3u8","http_referrer":null,"user_agent":null,"status":"online","cluster_id":1,"_id":"2ST8btby3mmsgPF9"} +{"title":"Meteomedia","channel":"MeteoMedia.ca","filepath":"tests/__data__/output/streams/in.m3u","url":"http://encodercdn1.frontline.ca/encoder181/output/Meteo_Media_720p/playlist.m3u8","http_referrer":null,"user_agent":null,"status":"online","cluster_id":1,"_id":"2ST8btby3mmsgP49"} +{"title":"Zoo (480p)","channel":"Zoo.ad","filepath":"tests/__data__/output/streams/ad.m3u","url":"https://iptv-all.lanesh4d0w.repl.co/andorra/zoo?480","http_referrer":null,"user_agent":null,"height":480,"width":640,"status":"online","cluster_id":1,"_id":"I6cjG2xCBRFFP4s3"} +{"title":"Zoo (720p)","channel":"Zoo.ad","filepath":"tests/__data__/output/streams/ad.m3u","url":"https://iptv-all.lanesh4d0w.repl.co/andorra/zoo","http_referrer":null,"user_agent":null,"height":720,"width":1280,"status":"online","cluster_id":1,"_id":"I6cjG2xCBRFFP4sz"} diff --git a/tests/__data__/input/database/playlist_update.streams.db b/tests/__data__/input/database/playlist_update.streams.db new file mode 100644 index 000000000..3fa913e3c --- /dev/null +++ b/tests/__data__/input/database/playlist_update.streams.db @@ -0,0 +1,6 @@ +{"title":"ЛДПР ТВ (1080p)","channel":"LDPRTV.ru","filepath":"tests/__data__/output/streams/ru.m3u","url":"http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8","http_referrer":null,"user_agent":null,"height":1080,"width":1920,"cluster_id":1,"status":"online","_id":"2ST8btby3mmsgPF0"} +{"title":"BBC News HD (720p) [Not 24/7]","channel":"BBCNews.uk","filepath":"tests/__data__/output/streams/uk.m3u","url":"http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8","http_referrer":null,"user_agent":null,"height":720,"width":1280,"cluster_id":3,"status":"error","_id":"3TbieV1ptnZVCIdn"} +{"title":"ATV (720p) [Offline]","channel":"AndorraTV.ad","filepath":"tests/__data__/output/streams/ad.m3u","url":"https://iptv-all.lanesh4d0w.repl.co/andorra/atv","http_referrer":null,"user_agent":null,"height":720,"width":1280,"cluster_id":1,"status":"timeout","_id":"I6cjG2xCBRFFP4sz"} +{"title":"BBC News HD (480p) [Geo-blocked]","channel":"BBCNews.uk","filepath":"tests/__data__/output/streams/uk.m3u","url":"http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/playlist.m3u8","http_referrer":null,"user_agent":null,"height":480,"width":640,"cluster_id":3,"status":"online","_id":"WTbieV1ptnZVCIdn"} +{"title":"Kayhan TV","channel":"KayhanTV.af","filepath":"tests/__data__/output/streams/af.m3u","url":"http://208.93.117.113/live/Stream1/playlist.m3u8","http_referrer":null,"user_agent":null,"height":720,"width":1280,"cluster_id":1,"status":"blocked","_id":"cFFpFVzSn6xFMUF3"} +{"title":"Sharq","channel":"Sharq.af","filepath":"tests/__data__/output/streams/af.m3u","url":"http://51.210.199.50/hls/stream.m3u8","http_referrer":null,"user_agent":null,"height":720,"width":1280,"cluster_id":1,"status":"online","_id":"u7iyA6cjtf1iWWAZ"} diff --git a/tests/__data__/input/generate-playlists.test.db b/tests/__data__/input/generate-playlists.test.db deleted file mode 100644 index 46b45e560..000000000 --- a/tests/__data__/input/generate-playlists.test.db +++ /dev/null @@ -1,8 +0,0 @@ -{"name":"ЛДПР ТВ","id":"LDPRTV.ru","filepath":"tests/__data__/output/channels/ru.m3u","src_country":{"name":"Russia","code":"RU","lang":"rus"},"tvg_country":"RU","countries":[{"name":"Russia","code":"RU","lang":"rus"}],"regions":[{"name":"Asia","code":"ASIA"},{"name":"Commonwealth of Independent States","code":"CIS"},{"name":"Europe, the Middle East and Africa","code":"EMEA"},{"name":"Europe","code":"EUR"}],"languages":[{"name":"Russian","code":"rus"}],"categories":[{"name":"General","slug":"general","nsfw":false},{"name":"Legislative","slug":"legislative","nsfw":false}],"tvg_url":"","guides":["https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"],"logo":"https://iptvx.one/icn/ldpr-tv.png","resolution":{"height":1080,"width":null},"status":{"label":"","code":"online","level":1},"url":"http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8","http":{"referrer":"","user-agent":""},"is_nsfw":false,"is_broken":false,"updated":false,"cluster_id":1,"_id":"2ST8btby3mmsgPF0"} -{"name":"BBC News HD","id":"BBCNews.uk","filepath":"tests/__data__/output/channels/uk.m3u","src_country":{"name":"United Kingdom","code":"UK","lang":"eng"},"tvg_country":"UK","countries":[{"name":"United Kingdom","code":"UK","lang":"eng"}],"regions":[{"name":"Europe, the Middle East and Africa","code":"EMEA"},{"name":"Europe","code":"EUR"}],"languages":[{"name":"English","code":"eng"}],"categories":[{"name":"News","slug":"news","nsfw":false}],"tvg_url":"","guides":[],"logo":"https://i.imgur.com/eNPIQ9f.png","resolution":{"height":720,"width":null},"status":{"label":"Not 24/7","code":"not_247","level":3},"url":"http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8","http":{"referrer":"","user-agent":""},"is_nsfw":false,"is_broken":false,"updated":false,"cluster_id":3,"_id":"3TbieV1ptnZVCIdn"} -{"name":"BBC News HD","id":"BBCNews.uk","filepath":"tests/__data__/output/channels/uk.m3u","src_country":{"name":"United Kingdom","code":"UK","lang":"eng"},"tvg_country":"UK","countries":[{"name":"United Kingdom","code":"UK","lang":"eng"}],"regions":[{"name":"Europe, the Middle East and Africa","code":"EMEA"},{"name":"Europe","code":"EUR"}],"languages":[{"name":"English","code":"eng"}],"categories":[{"name":"News","slug":"news","nsfw":false}],"tvg_url":"","guides":[],"logo":"https://i.imgur.com/eNPIQ9f.png","resolution":{"height":720,"width":null},"status":{"label":"Not 24/7","code":"not_247","level":3},"url":"http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/playlist.m3u8","http":{"referrer":"","user-agent":""},"is_nsfw":false,"is_broken":false,"updated":false,"cluster_id":3,"_id":"3TbieV1ptnZVCId5"} -{"name":"ATV","id":"AndorraTV.ad","filepath":"tests/__data__/output/channels/ad.m3u","src_country":{"name":"Andorra","code":"AD","lang":"cat"},"tvg_country":"AD","countries":[{"name":"Andorra","code":"AD","lang":"cat"}],"regions":[{"name":"Europe, the Middle East and Africa","code":"EMEA"},{"name":"Europe","code":"EUR"}],"languages":[{"name":"Catalan","code":"cat"}],"categories":[{"name":"General","slug":"general","nsfw":false}],"tvg_url":"","guides":[],"logo":"https://i.imgur.com/kJCjeQ4.png","resolution":{"height":720,"width":null},"status":{"label":"Offline","code":"offline","level":5},"url":"https://iptv-all.lanesh4d0w.repl.co/andorra/atv","http":{"referrer":"","user-agent":""},"is_nsfw":false,"is_broken":true,"updated":false,"cluster_id":1,"_id":"I6cjG2xCBRFFP4sz"} -{"name":"BBC News HD","id":"AndorraTV.ad","filepath":"tests/__data__/output/channels/uk.m3u","src_country":{"name":"United Kingdom","code":"UK","lang":"eng"},"tvg_country":"UK","countries":[{"name":"United Kingdom","code":"UK","lang":"eng"}],"regions":[{"name":"Europe, the Middle East and Africa","code":"EMEA"},{"name":"Europe","code":"EUR"}],"languages":[{"name":"English","code":"eng"}],"categories":[{"name":"News","slug":"news","nsfw":false}],"tvg_url":"","guides":[],"logo":"https://i.imgur.com/eNPIQ9f.png","resolution":{"height":720,"width":null},"status":{"label":"Not 24/7","code":"not_247","level":3},"url":"http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8","http":{"referrer":"","user-agent":""},"is_nsfw":false,"is_broken":false,"updated":false,"cluster_id":3,"_id":"WTbieV1ptnZVCIdn"} -{"name":"Visit-X TV","id":"","filepath":"tests/__data__/output/channels/nl.m3u","src_country":{},"tvg_country":"","countries":[],"regions":[],"languages":[],"categories":[{"name":"XXX","slug":"xxx","nsfw":true}],"tvg_url":"","guides":[],"logo":"","resolution":{},"status":{"label":"","code":"online","level":1},"url":"https://stream.visit-x.tv/vxtv/ngrp:live_all/playlist.m3u8","http":{"referrer":"","user-agent":""},"is_nsfw":true,"is_broken":false,"updated":false,"cluster_id":1,"_id":"2ST8btby3mmsgPF5"} -{"name":"Tastemade","id":"","filepath":"tests/__data__/output/channels/qa.m3u","src_country":{},"tvg_country":"INT","countries":[{"name":"Andorra","code":"AD","lang":"cat"},{"name":"Russia","code":"RU","lang":"rus"},{"name":"United Kingdom","code":"UK","lang":"eng"}],"regions":[{"name":"Worldwide","code":"INT"}],"languages":[],"categories":[{"name":"Cooking","slug":"cooking","nsfw":false}],"tvg_url":"","guides":[],"logo":"","resolution":{},"status":{"label":"","code":"online","level":1},"url":"https://tastemade-freetv16min-plex.amagi.tv/hls/amagi_hls_data_tastemade-tastemadefreetv16-plex/CDN/playlist.m3u8","http":{"referrer":"","user-agent":""},"is_nsfw":false,"is_broken":false,"updated":false,"cluster_id":1,"_id":"2ST8btby3mmsgPAB"} -{"name":"Daawah TV","id":"","filepath":"tests/__data__/output/channels/in.m3u","src_country":{},"tvg_country":"","countries":[],"regions":[],"languages":[],"categories":[],"tvg_url":"","guides":[],"logo":"","resolution":{},"status":{"label":"","code":"online","level":1},"url":"http://51.15.246.58:8081/daawahtv/daawahtv2/playlist.m3u8","http":{"referrer":"","user-agent":""},"is_nsfw":false,"is_broken":false,"updated":false,"cluster_id":1,"_id":"2ST8btby3mmsgPF9"} diff --git a/tests/__data__/input/logs/check-streams/cluster_1.log b/tests/__data__/input/logs/check-streams/cluster_1.log deleted file mode 100644 index 8f7d44b29..000000000 --- a/tests/__data__/input/logs/check-streams/cluster_1.log +++ /dev/null @@ -1,5 +0,0 @@ -{"_id":"I6cjG2xCBRFFP4sz","url":"https://iptv-all.lanesh4d0w.repl.co/andorra/atv","http":{"referrer":"","user-agent":""},"error":"Server returned 403 Forbidden","streams":[],"requests":[]} -{"_id":"3TbieV1ptnZVCIdn","url":"http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8","http":{"referrer":"","user-agent":""},"error":"Server returned 404 Not Found","streams":[],"requests":[]} -{"_id":"2ST8btby3mmsgPF0","url":"http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8","http":{"referrer":"","user-agent":""},"error":null,"streams":[{"index":0,"codec_name":"timed_id3","codec_long_name":"timed ID3 metadata","codec_type":"data","codec_tag_string":"ID3 ","codec_tag":"0x20334449","r_frame_rate":"0/0","avg_frame_rate":"0/0","time_base":"1/90000","disposition":{"default":0,"dub":0,"original":0,"comment":0,"lyrics":0,"karaoke":0,"forced":0,"hearing_impaired":0,"visual_impaired":0,"clean_effects":0,"attached_pic":0,"timed_thumbnails":0},"tags":{"variant_bitrate":"6527203"}},{"index":1,"codec_name":"h264","codec_long_name":"H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10","profile":"Main","codec_type":"video","codec_tag_string":"[27][0][0][0]","codec_tag":"0x001b","width":1920,"height":1080,"coded_width":1920,"coded_height":1080,"closed_captions":0,"has_b_frames":0,"sample_aspect_ratio":"1:1","display_aspect_ratio":"16:9","pix_fmt":"yuv420p","level":40,"chroma_location":"left","refs":1,"is_avc":"false","nal_length_size":"0","r_frame_rate":"50/1","avg_frame_rate":"50/1","time_base":"1/90000","start_pts":8171218184,"start_time":"90791.313156","bits_per_raw_sample":"8","disposition":{"default":0,"dub":0,"original":0,"comment":0,"lyrics":0,"karaoke":0,"forced":0,"hearing_impaired":0,"visual_impaired":0,"clean_effects":0,"attached_pic":0,"timed_thumbnails":0},"tags":{"variant_bitrate":"6527203"}},{"index":2,"codec_name":"aac","codec_long_name":"AAC (Advanced Audio Coding)","profile":"LC","codec_type":"audio","codec_tag_string":"[15][0][0][0]","codec_tag":"0x000f","sample_fmt":"fltp","sample_rate":"48000","channels":2,"channel_layout":"stereo","bits_per_sample":0,"r_frame_rate":"0/0","avg_frame_rate":"0/0","time_base":"1/90000","start_pts":8171229134,"start_time":"90791.434822","disposition":{"default":0,"dub":0,"original":0,"comment":0,"lyrics":0,"karaoke":0,"forced":0,"hearing_impaired":0,"visual_impaired":0,"clean_effects":0,"attached_pic":0,"timed_thumbnails":0},"tags":{"variant_bitrate":"6527203"}}],"requests":[{"method":"GET","url":"http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8","headers":{"User-Agent":"Lavf/58.76.100","Accept":"*/*","Range":"bytes=0-","Connection":"close","Host":"46.46.143.222:1935","Icy-MetaData":"1"}},{"method":"GET","url":"http://46.46.143.222:1935/live/mp4:ldpr.stream/chunklist_w1629502765.m3u8","headers":{"User-Agent":"Lavf/58.76.100","Accept":"*/*","Range":"bytes=0-","Connection":"keep-alive","Host":"46.46.143.222:1935","Icy-MetaData":"1"}},{"method":"GET","url":"http://46.46.143.222:1935/live/mp4:ldpr.stream/media_w1629502765_1085323.ts","headers":{"User-Agent":"Lavf/58.76.100","Accept":"*/*","Range":"bytes=0-","Connection":"keep-alive","Host":"46.46.143.222:1935","Icy-MetaData":"1"}},{"method":"GET","url":"http://46.46.143.222:1935/live/mp4:ldpr.stream/media_w1629502765_1085324.ts","headers":{"User-Agent":"Lavf/58.76.100","Accept":"*/*","Range":"bytes=0-","Connection":"keep-alive","Host":"46.46.143.222:1935","Icy-MetaData":"1"}}]} -{"_id":"cFFpFVzSn6xFMUF3","url":"http://208.93.117.113/live/Stream1/playlist.m3u8","http":{"referrer":"","user-agent":""},"error":"Operation timed out","streams":[],"requests":[]} -{"_id":"u7iyA6cjtf1iWWAZ","url":"http://51.210.199.50/hls/stream.m3u8","http":{"referrer":"","user-agent":""},"error":"Server returned 404 Not Found","streams":[],"requests":[]} diff --git a/tests/__data__/input/logs/cluster/load/cluster_1.log b/tests/__data__/input/logs/cluster/load/cluster_1.log new file mode 100644 index 000000000..78e8553b5 --- /dev/null +++ b/tests/__data__/input/logs/cluster/load/cluster_1.log @@ -0,0 +1,6 @@ +{"_id":"2ST8btby3mmsgPF0","error":"Operation timed out","streams":[],"requests":[]} +{"_id":"I6cjG2xCBRFFP4sz","error":"No streams found","streams":[],"requests":[]} +{"_id":"3TbieV1ptnZVCIdn","error":"Server returned 403 Forbidden (access denied)","streams":[],"requests":[]} +{"_id":"cFFpFVzSn6xFMUF3","error":"Server returned 404 Not Found","streams":[],"requests":[]} +{"_id":"u7iyA6cjtf1iWWAZ","error":null,"streams":[{"index":0,"codec_name":"timed_id3","codec_long_name":"timed ID3 metadata","codec_type":"data","codec_tag_string":"ID3 ","codec_tag":"0x20334449","r_frame_rate":"0/0","avg_frame_rate":"0/0","time_base":"1/90000","disposition":{"default":0,"dub":0,"original":0,"comment":0,"lyrics":0,"karaoke":0,"forced":0,"hearing_impaired":0,"visual_impaired":0,"clean_effects":0,"attached_pic":0,"timed_thumbnails":0},"tags":{"variant_bitrate":"1226543"}},{"index":1,"codec_name":"h264","codec_long_name":"H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10","profile":"Constrained Baseline","codec_type":"video","codec_tag_string":"[27][0][0][0]","codec_tag":"0x001b","width":1280,"height":720,"coded_width":1280,"coded_height":720,"closed_captions":0,"has_b_frames":3,"sample_aspect_ratio":"1:1","display_aspect_ratio":"16:9","pix_fmt":"yuv420p","level":31,"color_range":"tv","chroma_location":"left","refs":1,"is_avc":"false","nal_length_size":"0","r_frame_rate":"25/1","avg_frame_rate":"25/1","time_base":"1/90000","start_pts":5612807216,"start_time":"62364.524622","bits_per_raw_sample":"8","disposition":{"default":0,"dub":0,"original":0,"comment":0,"lyrics":0,"karaoke":0,"forced":0,"hearing_impaired":0,"visual_impaired":0,"clean_effects":0,"attached_pic":0,"timed_thumbnails":0},"tags":{"variant_bitrate":"726543"}},{"index":2,"codec_name":"aac","codec_long_name":"AAC (Advanced Audio Coding)","profile":"LC","codec_type":"audio","codec_tag_string":"[15][0][0][0]","codec_tag":"0x000f","sample_fmt":"fltp","sample_rate":"48000","channels":2,"channel_layout":"stereo","bits_per_sample":0,"r_frame_rate":"0/0","avg_frame_rate":"0/0","time_base":"1/90000","start_pts":5612806046,"start_time":"62364.511622","disposition":{"default":0,"dub":0,"original":0,"comment":0,"lyrics":0,"karaoke":0,"forced":0,"hearing_impaired":0,"visual_impaired":0,"clean_effects":0,"attached_pic":0,"timed_thumbnails":0},"tags":{"variant_bitrate":"1226543"}},{"index":3,"codec_name":"h264","codec_long_name":"H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10","profile":"Constrained Baseline","codec_type":"video","codec_tag_string":"[27][0][0][0]","codec_tag":"0x001b","width":1280,"height":720,"coded_width":1280,"coded_height":720,"closed_captions":0,"has_b_frames":3,"sample_aspect_ratio":"1:1","display_aspect_ratio":"16:9","pix_fmt":"yuv420p","level":31,"color_range":"tv","chroma_location":"left","refs":1,"is_avc":"false","nal_length_size":"0","r_frame_rate":"25/1","avg_frame_rate":"25/1","time_base":"1/90000","start_pts":5612807216,"start_time":"62364.524622","bits_per_raw_sample":"8","disposition":{"default":0,"dub":0,"original":0,"comment":0,"lyrics":0,"karaoke":0,"forced":0,"hearing_impaired":0,"visual_impaired":0,"clean_effects":0,"attached_pic":0,"timed_thumbnails":0},"tags":{"variant_bitrate":"2226543"}}],"requests":[{"method":"GET","url":"https://forerunnerrtmp.livestreamingcdn.com/output18/output18.stream/playlist.m3u8","headers":{"User-Agent":"Lavf/58.76.100","Accept":"*/*","Range":"bytes=0-","Connection":"close","Host":"forerunnerrtmp.livestreamingcdn.com","Icy-MetaData":"1"}},{"method":"GET","url":"https://forerunnerrtmp.livestreamingcdn.com/output18/output18.stream/chunklist_w2083911960.m3u8","headers":{"User-Agent":"Lavf/58.76.100","Accept":"*/*","Range":"bytes=0-","Connection":"keep-alive","Host":"forerunnerrtmp.livestreamingcdn.com","Icy-MetaData":"1"}},{"method":"GET","url":"https://forerunnerrtmp.livestreamingcdn.com/output18/output18.stream/media_w2083911960_25312.ts","headers":{"User-Agent":"Lavf/58.76.100","Accept":"*/*","Range":"bytes=0-","Connection":"keep-alive","Host":"forerunnerrtmp.livestreamingcdn.com","Icy-MetaData":"1"}},{"method":"GET","url":"https://forerunnerrtmp.livestreamingcdn.com/output18/output18.stream/media_w2083911960_25313.ts","headers":{"User-Agent":"Lavf/58.76.100","Accept":"*/*","Range":"bytes=0-","Connection":"keep-alive","Host":"forerunnerrtmp.livestreamingcdn.com","Icy-MetaData":"1"}}]} +{"_id":"WTbieV1ptnZVCIdn","error":null,"streams":[{"index":0,"codec_name":"h264","codec_long_name":"H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10","profile":"Baseline","codec_type":"video","codec_tag_string":"[27][0][0][0]","codec_tag":"0x001b","width":1024,"height":576,"coded_width":1024,"coded_height":576,"closed_captions":0,"has_b_frames":0,"sample_aspect_ratio":"1:1","display_aspect_ratio":"16:9","pix_fmt":"yuv420p","level":31,"color_range":"tv","color_space":"bt709","color_transfer":"bt709","color_primaries":"bt709","chroma_location":"left","refs":1,"is_avc":"false","nal_length_size":"0","r_frame_rate":"25/1","avg_frame_rate":"25/1","time_base":"1/90000","start_pts":7878865078,"start_time":"87542.945311","bits_per_raw_sample":"8","disposition":{"default":0,"dub":0,"original":0,"comment":0,"lyrics":0,"karaoke":0,"forced":0,"hearing_impaired":0,"visual_impaired":0,"clean_effects":0,"attached_pic":0,"timed_thumbnails":0},"tags":{"variant_bitrate":"0"}},{"index":1,"codec_name":"aac","codec_long_name":"AAC (Advanced Audio Coding)","profile":"HE-AAC","codec_type":"audio","codec_tag_string":"[15][0][0][0]","codec_tag":"0x000f","sample_fmt":"fltp","sample_rate":"48000","channels":2,"channel_layout":"stereo","bits_per_sample":0,"r_frame_rate":"0/0","avg_frame_rate":"0/0","time_base":"1/90000","start_pts":7878863698,"start_time":"87542.929978","disposition":{"default":0,"dub":0,"original":0,"comment":0,"lyrics":0,"karaoke":0,"forced":0,"hearing_impaired":0,"visual_impaired":0,"clean_effects":0,"attached_pic":0,"timed_thumbnails":0},"tags":{"variant_bitrate":"0"}}],"requests":[{"method":"GET","url":"https://master.starmena-cloud.com/hls/libyas.m3u8","headers":{"User-Agent":"Lavf/58.76.100","Accept":"*/*","Range":"bytes=0-","Connection":"close","Host":"master.starmena-cloud.com","Icy-MetaData":"1"}},{"method":"GET","url":"https://master.starmena-cloud.com/hls/libyas-432343.ts","headers":{"User-Agent":"Lavf/58.76.100","Accept":"*/*","Range":"bytes=0-","Connection":"keep-alive","Host":"master.starmena-cloud.com","Icy-MetaData":"1"}},{"method":"GET","url":"https://master.starmena-cloud.com/hls/libyas-432344.ts","headers":{"User-Agent":"Lavf/58.76.100","Accept":"*/*","Range":"bytes=0-","Connection":"keep-alive","Host":"master.starmena-cloud.com","Icy-MetaData":"1"}}]} \ No newline at end of file diff --git a/tests/__data__/input/logs/generate-playlists/categories.log b/tests/__data__/input/logs/generate-playlists/categories.log deleted file mode 100644 index 5f4d99cf2..000000000 --- a/tests/__data__/input/logs/generate-playlists/categories.log +++ /dev/null @@ -1,3 +0,0 @@ -{"name":"General","slug":"general","count":1} -{"name":"News","slug":"news","count":1} -{"name":"Other","slug":"other","count":0} diff --git a/tests/__data__/input/logs/generate-playlists/countries.log b/tests/__data__/input/logs/generate-playlists/countries.log deleted file mode 100644 index a173fd049..000000000 --- a/tests/__data__/input/logs/generate-playlists/countries.log +++ /dev/null @@ -1,4 +0,0 @@ -{"name":"Andorra","code":"AD","count":0} -{"name":"Russia","code":"RU","count":1} -{"name":"United Kingdom","code":"UK","count":1} -{"name":"Undefined","code":"UNDEFINED","count":0} diff --git a/tests/__data__/input/logs/generate-playlists/languages.log b/tests/__data__/input/logs/generate-playlists/languages.log deleted file mode 100644 index 4a5a060f8..000000000 --- a/tests/__data__/input/logs/generate-playlists/languages.log +++ /dev/null @@ -1,4 +0,0 @@ -{"name":"Catalan","code":"cat","count":0} -{"name":"English","code":"eng","count":1} -{"name":"Russian","code":"rus","count":1} -{"name":"Undefined","code":"undefined","count":0} diff --git a/tests/__data__/input/logs/generate-playlists/regions.log b/tests/__data__/input/logs/generate-playlists/regions.log deleted file mode 100644 index 50d3a6dbc..000000000 --- a/tests/__data__/input/logs/generate-playlists/regions.log +++ /dev/null @@ -1,6 +0,0 @@ -{"name":"Asia","code":"ASIA","count":1} -{"name":"Commonwealth of Independent States","code":"CIS","count":1} -{"name":"Europe","code":"EUR","count":2} -{"name":"Europe, the Middle East and Africa","code":"EMEA","count":2} -{"name":"Worldwide","code":"INT","count":1} -{"name":"Undefined","code":"UNDEFINED","count":0} diff --git a/tests/__data__/input/logs/generators/categories.log b/tests/__data__/input/logs/generators/categories.log new file mode 100644 index 000000000..af68b09a9 --- /dev/null +++ b/tests/__data__/input/logs/generators/categories.log @@ -0,0 +1,29 @@ +{"filepath":"categories/auto.m3u","count":0} +{"filepath":"categories/animation.m3u","count":0} +{"filepath":"categories/business.m3u","count":0} +{"filepath":"categories/classic.m3u","count":0} +{"filepath":"categories/comedy.m3u","count":0} +{"filepath":"categories/cooking.m3u","count":0} +{"filepath":"categories/culture.m3u","count":0} +{"filepath":"categories/documentary.m3u","count":0} +{"filepath":"categories/education.m3u","count":0} +{"filepath":"categories/entertainment.m3u","count":0} +{"filepath":"categories/family.m3u","count":0} +{"filepath":"categories/general.m3u","count":2} +{"filepath":"categories/kids.m3u","count":0} +{"filepath":"categories/legislative.m3u","count":0} +{"filepath":"categories/lifestyle.m3u","count":0} +{"filepath":"categories/movies.m3u","count":0} +{"filepath":"categories/music.m3u","count":0} +{"filepath":"categories/news.m3u","count":1} +{"filepath":"categories/outdoor.m3u","count":0} +{"filepath":"categories/relax.m3u","count":0} +{"filepath":"categories/religious.m3u","count":0} +{"filepath":"categories/series.m3u","count":0} +{"filepath":"categories/science.m3u","count":0} +{"filepath":"categories/shop.m3u","count":0} +{"filepath":"categories/sports.m3u","count":0} +{"filepath":"categories/travel.m3u","count":0} +{"filepath":"categories/weather.m3u","count":1} +{"filepath":"categories/xxx.m3u","count":1} +{"filepath":"categories/undefined.m3u","count":3} \ No newline at end of file diff --git a/tests/__data__/input/logs/generators/countries.log b/tests/__data__/input/logs/generators/countries.log new file mode 100644 index 000000000..9d56d14b6 --- /dev/null +++ b/tests/__data__/input/logs/generators/countries.log @@ -0,0 +1,251 @@ +{"filepath":"countries/af.m3u","count":1} +{"filepath":"countries/al.m3u","count":1} +{"filepath":"countries/dz.m3u","count":1} +{"filepath":"countries/as.m3u","count":1} +{"filepath":"countries/ad.m3u","count":2} +{"filepath":"countries/ao.m3u","count":1} +{"filepath":"countries/ai.m3u","count":1} +{"filepath":"countries/aq.m3u","count":1} +{"filepath":"countries/ag.m3u","count":1} +{"filepath":"countries/ar.m3u","count":1} +{"filepath":"countries/am.m3u","count":1} +{"filepath":"countries/aw.m3u","count":1} +{"filepath":"countries/au.m3u","count":1} +{"filepath":"countries/at.m3u","count":1} +{"filepath":"countries/az.m3u","count":1} +{"filepath":"countries/bs.m3u","count":1} +{"filepath":"countries/bh.m3u","count":1} +{"filepath":"countries/bd.m3u","count":1} +{"filepath":"countries/bb.m3u","count":1} +{"filepath":"countries/by.m3u","count":1} +{"filepath":"countries/be.m3u","count":1} +{"filepath":"countries/bz.m3u","count":1} +{"filepath":"countries/bj.m3u","count":1} +{"filepath":"countries/bm.m3u","count":1} +{"filepath":"countries/bt.m3u","count":1} +{"filepath":"countries/bo.m3u","count":1} +{"filepath":"countries/bq.m3u","count":1} +{"filepath":"countries/ba.m3u","count":1} +{"filepath":"countries/bw.m3u","count":1} +{"filepath":"countries/bv.m3u","count":1} +{"filepath":"countries/br.m3u","count":1} +{"filepath":"countries/io.m3u","count":1} +{"filepath":"countries/vg.m3u","count":1} +{"filepath":"countries/bn.m3u","count":1} +{"filepath":"countries/bg.m3u","count":1} +{"filepath":"countries/bf.m3u","count":1} +{"filepath":"countries/bi.m3u","count":1} +{"filepath":"countries/kh.m3u","count":1} +{"filepath":"countries/cm.m3u","count":1} +{"filepath":"countries/ca.m3u","count":2} +{"filepath":"countries/cv.m3u","count":1} +{"filepath":"countries/ky.m3u","count":1} +{"filepath":"countries/cf.m3u","count":1} +{"filepath":"countries/td.m3u","count":1} +{"filepath":"countries/cl.m3u","count":1} +{"filepath":"countries/cn.m3u","count":1} +{"filepath":"countries/cx.m3u","count":1} +{"filepath":"countries/cc.m3u","count":1} +{"filepath":"countries/co.m3u","count":1} +{"filepath":"countries/km.m3u","count":1} +{"filepath":"countries/ck.m3u","count":1} +{"filepath":"countries/cr.m3u","count":1} +{"filepath":"countries/hr.m3u","count":1} +{"filepath":"countries/cu.m3u","count":1} +{"filepath":"countries/cw.m3u","count":1} +{"filepath":"countries/cy.m3u","count":1} +{"filepath":"countries/cz.m3u","count":1} +{"filepath":"countries/cd.m3u","count":1} +{"filepath":"countries/dk.m3u","count":1} +{"filepath":"countries/dj.m3u","count":1} +{"filepath":"countries/dm.m3u","count":1} +{"filepath":"countries/do.m3u","count":1} +{"filepath":"countries/tl.m3u","count":1} +{"filepath":"countries/ec.m3u","count":1} +{"filepath":"countries/eg.m3u","count":1} +{"filepath":"countries/sv.m3u","count":1} +{"filepath":"countries/gq.m3u","count":1} +{"filepath":"countries/er.m3u","count":1} +{"filepath":"countries/ee.m3u","count":1} +{"filepath":"countries/et.m3u","count":1} +{"filepath":"countries/fk.m3u","count":1} +{"filepath":"countries/fo.m3u","count":1} +{"filepath":"countries/fj.m3u","count":1} +{"filepath":"countries/fi.m3u","count":1} +{"filepath":"countries/fr.m3u","count":1} +{"filepath":"countries/gf.m3u","count":1} +{"filepath":"countries/pf.m3u","count":1} +{"filepath":"countries/tf.m3u","count":1} +{"filepath":"countries/ga.m3u","count":1} +{"filepath":"countries/gm.m3u","count":1} +{"filepath":"countries/ge.m3u","count":1} +{"filepath":"countries/de.m3u","count":1} +{"filepath":"countries/gh.m3u","count":1} +{"filepath":"countries/gi.m3u","count":1} +{"filepath":"countries/gr.m3u","count":1} +{"filepath":"countries/gl.m3u","count":1} +{"filepath":"countries/gd.m3u","count":1} +{"filepath":"countries/gp.m3u","count":1} +{"filepath":"countries/gu.m3u","count":1} +{"filepath":"countries/gt.m3u","count":1} +{"filepath":"countries/gg.m3u","count":1} +{"filepath":"countries/gn.m3u","count":1} +{"filepath":"countries/gw.m3u","count":1} +{"filepath":"countries/gy.m3u","count":1} +{"filepath":"countries/ht.m3u","count":1} +{"filepath":"countries/hm.m3u","count":1} +{"filepath":"countries/hn.m3u","count":1} +{"filepath":"countries/hk.m3u","count":1} +{"filepath":"countries/hu.m3u","count":1} +{"filepath":"countries/is.m3u","count":1} +{"filepath":"countries/in.m3u","count":1} +{"filepath":"countries/id.m3u","count":1} +{"filepath":"countries/ir.m3u","count":1} +{"filepath":"countries/iq.m3u","count":1} +{"filepath":"countries/ie.m3u","count":1} +{"filepath":"countries/im.m3u","count":1} +{"filepath":"countries/il.m3u","count":1} +{"filepath":"countries/it.m3u","count":1} +{"filepath":"countries/ci.m3u","count":1} +{"filepath":"countries/jm.m3u","count":1} +{"filepath":"countries/jp.m3u","count":1} +{"filepath":"countries/je.m3u","count":1} +{"filepath":"countries/jo.m3u","count":1} +{"filepath":"countries/kz.m3u","count":1} +{"filepath":"countries/ke.m3u","count":1} +{"filepath":"countries/ki.m3u","count":1} +{"filepath":"countries/xk.m3u","count":1} +{"filepath":"countries/kw.m3u","count":1} +{"filepath":"countries/kg.m3u","count":1} +{"filepath":"countries/la.m3u","count":1} +{"filepath":"countries/lv.m3u","count":1} +{"filepath":"countries/lb.m3u","count":1} +{"filepath":"countries/ls.m3u","count":1} +{"filepath":"countries/lr.m3u","count":1} +{"filepath":"countries/ly.m3u","count":1} +{"filepath":"countries/li.m3u","count":1} +{"filepath":"countries/lt.m3u","count":1} +{"filepath":"countries/lu.m3u","count":1} +{"filepath":"countries/mo.m3u","count":1} +{"filepath":"countries/mg.m3u","count":1} +{"filepath":"countries/mw.m3u","count":1} +{"filepath":"countries/my.m3u","count":1} +{"filepath":"countries/mv.m3u","count":1} +{"filepath":"countries/ml.m3u","count":1} +{"filepath":"countries/mt.m3u","count":1} +{"filepath":"countries/mh.m3u","count":1} +{"filepath":"countries/mq.m3u","count":1} +{"filepath":"countries/mr.m3u","count":1} +{"filepath":"countries/mu.m3u","count":1} +{"filepath":"countries/yt.m3u","count":1} +{"filepath":"countries/mx.m3u","count":1} +{"filepath":"countries/fm.m3u","count":1} +{"filepath":"countries/md.m3u","count":1} +{"filepath":"countries/mc.m3u","count":1} +{"filepath":"countries/mn.m3u","count":1} +{"filepath":"countries/me.m3u","count":1} +{"filepath":"countries/ms.m3u","count":1} +{"filepath":"countries/ma.m3u","count":1} +{"filepath":"countries/mz.m3u","count":1} +{"filepath":"countries/mm.m3u","count":1} +{"filepath":"countries/na.m3u","count":1} +{"filepath":"countries/nr.m3u","count":1} +{"filepath":"countries/np.m3u","count":1} +{"filepath":"countries/nl.m3u","count":1} +{"filepath":"countries/nc.m3u","count":1} +{"filepath":"countries/nz.m3u","count":1} +{"filepath":"countries/ni.m3u","count":1} +{"filepath":"countries/ne.m3u","count":1} +{"filepath":"countries/ng.m3u","count":1} +{"filepath":"countries/nu.m3u","count":1} +{"filepath":"countries/nf.m3u","count":1} +{"filepath":"countries/kp.m3u","count":1} +{"filepath":"countries/mk.m3u","count":1} +{"filepath":"countries/mp.m3u","count":1} +{"filepath":"countries/no.m3u","count":1} +{"filepath":"countries/om.m3u","count":1} +{"filepath":"countries/pk.m3u","count":1} +{"filepath":"countries/pw.m3u","count":1} +{"filepath":"countries/ps.m3u","count":1} +{"filepath":"countries/pa.m3u","count":1} +{"filepath":"countries/pg.m3u","count":1} +{"filepath":"countries/py.m3u","count":1} +{"filepath":"countries/pe.m3u","count":1} +{"filepath":"countries/ph.m3u","count":1} +{"filepath":"countries/pn.m3u","count":1} +{"filepath":"countries/pl.m3u","count":1} +{"filepath":"countries/pt.m3u","count":1} +{"filepath":"countries/pr.m3u","count":1} +{"filepath":"countries/qa.m3u","count":1} +{"filepath":"countries/cg.m3u","count":1} +{"filepath":"countries/ro.m3u","count":1} +{"filepath":"countries/ru.m3u","count":2} +{"filepath":"countries/rw.m3u","count":1} +{"filepath":"countries/re.m3u","count":1} +{"filepath":"countries/bl.m3u","count":1} +{"filepath":"countries/sh.m3u","count":1} +{"filepath":"countries/kn.m3u","count":1} +{"filepath":"countries/lc.m3u","count":1} +{"filepath":"countries/mf.m3u","count":1} +{"filepath":"countries/pm.m3u","count":1} +{"filepath":"countries/vc.m3u","count":1} +{"filepath":"countries/ws.m3u","count":1} +{"filepath":"countries/sm.m3u","count":1} +{"filepath":"countries/sa.m3u","count":1} +{"filepath":"countries/sn.m3u","count":1} +{"filepath":"countries/rs.m3u","count":1} +{"filepath":"countries/sc.m3u","count":1} +{"filepath":"countries/sl.m3u","count":1} +{"filepath":"countries/sg.m3u","count":1} +{"filepath":"countries/sx.m3u","count":1} +{"filepath":"countries/sk.m3u","count":1} +{"filepath":"countries/si.m3u","count":1} +{"filepath":"countries/sb.m3u","count":1} +{"filepath":"countries/so.m3u","count":1} +{"filepath":"countries/za.m3u","count":1} +{"filepath":"countries/gs.m3u","count":1} +{"filepath":"countries/kr.m3u","count":1} +{"filepath":"countries/ss.m3u","count":1} +{"filepath":"countries/es.m3u","count":1} +{"filepath":"countries/lk.m3u","count":1} +{"filepath":"countries/sd.m3u","count":1} +{"filepath":"countries/sr.m3u","count":1} +{"filepath":"countries/sj.m3u","count":1} +{"filepath":"countries/sz.m3u","count":1} +{"filepath":"countries/se.m3u","count":1} +{"filepath":"countries/ch.m3u","count":1} +{"filepath":"countries/sy.m3u","count":1} +{"filepath":"countries/st.m3u","count":1} +{"filepath":"countries/tw.m3u","count":1} +{"filepath":"countries/tj.m3u","count":1} +{"filepath":"countries/tz.m3u","count":1} +{"filepath":"countries/th.m3u","count":1} +{"filepath":"countries/tg.m3u","count":1} +{"filepath":"countries/tk.m3u","count":1} +{"filepath":"countries/to.m3u","count":1} +{"filepath":"countries/tt.m3u","count":1} +{"filepath":"countries/tn.m3u","count":1} +{"filepath":"countries/tr.m3u","count":1} +{"filepath":"countries/tm.m3u","count":1} +{"filepath":"countries/tc.m3u","count":1} +{"filepath":"countries/tv.m3u","count":1} +{"filepath":"countries/um.m3u","count":1} +{"filepath":"countries/vi.m3u","count":1} +{"filepath":"countries/ug.m3u","count":1} +{"filepath":"countries/ua.m3u","count":1} +{"filepath":"countries/ae.m3u","count":1} +{"filepath":"countries/uk.m3u","count":1} +{"filepath":"countries/us.m3u","count":1} +{"filepath":"countries/uy.m3u","count":1} +{"filepath":"countries/uz.m3u","count":1} +{"filepath":"countries/vu.m3u","count":1} +{"filepath":"countries/va.m3u","count":1} +{"filepath":"countries/ve.m3u","count":1} +{"filepath":"countries/vn.m3u","count":1} +{"filepath":"countries/wf.m3u","count":1} +{"filepath":"countries/eh.m3u","count":1} +{"filepath":"countries/ye.m3u","count":1} +{"filepath":"countries/zm.m3u","count":1} +{"filepath":"countries/zw.m3u","count":1} +{"filepath":"countries/ax.m3u","count":1} +{"filepath":"countries/undefined.m3u","count":2} \ No newline at end of file diff --git a/tests/__data__/input/logs/generators/languages.log b/tests/__data__/input/logs/generators/languages.log new file mode 100644 index 000000000..a11820504 --- /dev/null +++ b/tests/__data__/input/logs/generators/languages.log @@ -0,0 +1,5 @@ +{"filepath":"languages/cat.m3u","count":1} +{"filepath":"languages/eng.m3u","count":1} +{"filepath":"languages/fra.m3u","count":1} +{"filepath":"languages/rus.m3u","count":1} +{"filepath":"languages/undefined.m3u","count":2} \ No newline at end of file diff --git a/tests/__data__/input/logs/generators/regions.log b/tests/__data__/input/logs/generators/regions.log new file mode 100644 index 000000000..ddf9139e0 --- /dev/null +++ b/tests/__data__/input/logs/generators/regions.log @@ -0,0 +1,25 @@ +{"filepath":"regions/afr.m3u","count":0} +{"filepath":"regions/amer.m3u","count":1} +{"filepath":"regions/arab.m3u","count":0} +{"filepath":"regions/asia.m3u","count":1} +{"filepath":"regions/apac.m3u","count":0} +{"filepath":"regions/carib.m3u","count":0} +{"filepath":"regions/cas.m3u","count":0} +{"filepath":"regions/cis.m3u","count":1} +{"filepath":"regions/eur.m3u","count":2} +{"filepath":"regions/emea.m3u","count":2} +{"filepath":"regions/hispam.m3u","count":0} +{"filepath":"regions/latam.m3u","count":0} +{"filepath":"regions/lac.m3u","count":0} +{"filepath":"regions/maghreb.m3u","count":0} +{"filepath":"regions/mideast.m3u","count":0} +{"filepath":"regions/mena.m3u","count":0} +{"filepath":"regions/nord.m3u","count":0} +{"filepath":"regions/noram.m3u","count":1} +{"filepath":"regions/nam.m3u","count":1} +{"filepath":"regions/oce.m3u","count":0} +{"filepath":"regions/sas.m3u","count":0} +{"filepath":"regions/ssa.m3u","count":0} +{"filepath":"regions/wafr.m3u","count":0} +{"filepath":"regions/int.m3u","count":4} +{"filepath":"regions/undefined.m3u","count":2} \ No newline at end of file diff --git a/tests/__data__/input/readme.md b/tests/__data__/input/readme.md deleted file mode 100644 index 6b8eb4b1c..000000000 --- a/tests/__data__/input/readme.md +++ /dev/null @@ -1,180 +0,0 @@ -# IPTV - -[![auto-update](https://github.com/iptv-org/iptv/actions/workflows/auto-update.yml/badge.svg)](https://github.com/iptv-org/iptv/actions/workflows/auto-update.yml) - -Collection of publicly available IPTV channels from all over the world. - -## Usage - -To watch IPTV you just need to paste this link `https://iptv-org.github.io/iptv/index.m3u` to any player which supports M3U-playlists. - -![VLC Network Panel](.readme/preview.png) - -Also you can instead use one of these playlists: - -- `https://iptv-org.github.io/iptv/index.category.m3u` (grouped by category) -- `https://iptv-org.github.io/iptv/index.language.m3u` (grouped by language) -- `https://iptv-org.github.io/iptv/index.country.m3u` (grouped by country) -- `https://iptv-org.github.io/iptv/index.region.m3u` (grouped by region) -- `https://iptv-org.github.io/iptv/index.nsfw.m3u` (includes adult channels) - -Or select one of the playlists from the list below. - -### Playlists by category - -
-Expand -
- - - - - - - - - - - -
CategoryChannelsPlaylist
General1https://iptv-org.github.io/iptv/categories/general.m3u
News1https://iptv-org.github.io/iptv/categories/news.m3u
Other0https://iptv-org.github.io/iptv/categories/other.m3u
- -
- -### Playlists by language - -
-Expand -
- - - - - - - - - - - - -
LanguageChannelsPlaylist
Catalan0https://iptv-org.github.io/iptv/languages/cat.m3u
English1https://iptv-org.github.io/iptv/languages/eng.m3u
Russian1https://iptv-org.github.io/iptv/languages/rus.m3u
Undefined0https://iptv-org.github.io/iptv/languages/undefined.m3u
- -
- -### Playlists by region - -
-Expand -
- - - - - - - - - - - - - - -
RegionChannelsPlaylist
Asia1https://iptv-org.github.io/iptv/regions/asia.m3u
Commonwealth of Independent States1https://iptv-org.github.io/iptv/regions/cis.m3u
Europe2https://iptv-org.github.io/iptv/regions/eur.m3u
Europe, the Middle East and Africa2https://iptv-org.github.io/iptv/regions/emea.m3u
Worldwide1https://iptv-org.github.io/iptv/regions/int.m3u
Undefined0https://iptv-org.github.io/iptv/regions/undefined.m3u
- -
- -### Playlists by country - -
-Expand -
- - - - - - - - - - - - -
CountryChannelsPlaylist
🇦🇩 Andorra0https://iptv-org.github.io/iptv/countries/ad.m3u
🇷🇺 Russia1https://iptv-org.github.io/iptv/countries/ru.m3u
🇬🇧 United Kingdom1https://iptv-org.github.io/iptv/countries/uk.m3u
Undefined0https://iptv-org.github.io/iptv/countries/undefined.m3u
- -
- -## For Developers - -In addition to the above methods, you can also get a list of all available channels in JSON format. - -To do this, you just have to make a GET request to: - -``` -https://iptv-org.github.io/iptv/channels.json -``` - -If successful, you should get the following response: - -
-Expand -
- -``` -[ - ... - { - "name": "CNN", - "logo": "https://i.imgur.com/ilZJT5s.png", - "url": "http://ott-cdn.ucom.am/s27/index.m3u8", - "categories": [ - { - "name": "News", - "slug": "news" - } - ], - "countries": [ - { - "code": "us", - "name": "United States" - }, - { - "code": "ca", - "name": "Canada" - } - ], - "languages": [ - { - "code": "eng", - "name": "English" - } - ], - "tvg": { - "id": "cnn.us", - "name": "CNN", - "url": "http://epg.streamstv.me/epg/guide-usa.xml.gz" - } - }, - ... -] -``` -
- -## EPG - -Playlists already have a built-in list of EPG, so players that support the `url-tvg` tag should load it automatically. If not, you can find a list of available programs here: - -https://github.com/iptv-org/epg - -## Resources - -You can find links to various IPTV related resources in this repository [iptv-org/awesome-iptv](https://github.com/iptv-org/awesome-iptv). - -## Contribution - -Please make sure to read the [Contributing Guide](CONTRIBUTING.md) before sending an issue or making a pull request. - -## Legal - -No video files are stored in this repository. The repository simply contains user-submitted links to publicly available video stream URLs, which to the best of our knowledge have been intentionally made publicly by the copyright holders. If any links in these playlists infringe on your rights as a copyright holder, they may be removed by sending a pull request or opening an issue. However, note that we have **no control** over the destination of the link, and just removing the link from the playlist will not remove its contents from the web. Note that linking does not directly infringe copyright because no copy is made on the site providing the link, and thus this is **not** a valid reason to send a DMCA notice to GitHub. To remove this content from the web, you should contact the web host that's actually hosting the content (**not** GitHub, nor the maintainers of this repository). diff --git a/tests/__data__/input/channels/ad_example.m3u b/tests/__data__/input/streams/ad.m3u similarity index 100% rename from tests/__data__/input/channels/ad_example.m3u rename to tests/__data__/input/streams/ad.m3u diff --git a/tests/__data__/input/streams/unsorted.m3u b/tests/__data__/input/streams/unsorted.m3u new file mode 100644 index 000000000..a245f03e8 --- /dev/null +++ b/tests/__data__/input/streams/unsorted.m3u @@ -0,0 +1,3 @@ +#EXTM3U +#EXTINF:-1 tvg-id="" tvg-country="" tvg-language="" tvg-logo="" group-title="",1A Network (720p) +https://simultv.s.llnwi.net/n4s4/2ANetwork/interlink.m3u8 diff --git a/tests/__data__/input/streams/us_blocked.m3u b/tests/__data__/input/streams/us_blocked.m3u new file mode 100644 index 000000000..9da9a3dda --- /dev/null +++ b/tests/__data__/input/streams/us_blocked.m3u @@ -0,0 +1,7 @@ +#EXTM3U +#EXTINF:-1 tvg-id="",Fox Sports 2 Asia (Thai) (720p) +https://example.com/playlist.m3u8 +#EXTINF:-1 tvg-id="",TVN +https://example.com/playlist2.m3u8 +#EXTINF:-1 tvg-id="EverydayHeroes.us",Everyday Heroes (720p) +https://a.jsrdn.com/broadcast/7b1451fa52/+0000/c.m3u8 diff --git a/tests/__data__/input/streams/wrong_id.m3u b/tests/__data__/input/streams/wrong_id.m3u new file mode 100644 index 000000000..fd9867773 --- /dev/null +++ b/tests/__data__/input/streams/wrong_id.m3u @@ -0,0 +1,3 @@ +#EXTM3U +#EXTINF:-1 tvg-id="qib22lAq1L.us",ABC (720p) +https://example.com/playlist2.m3u8 diff --git a/tests/__data__/input/test.db b/tests/__data__/input/test.db deleted file mode 100644 index 331b77081..000000000 --- a/tests/__data__/input/test.db +++ /dev/null @@ -1,4 +0,0 @@ -{"name":"ЛДПР ТВ","id":"LDPRTV.ru","filepath":"tests/__data__/output/channels/ru.m3u","src_country":{"name":"Russia","code":"RU","lang":"rus"},"tvg_country":"RU","countries":[{"name":"Russia","code":"RU","lang":"rus"}],"regions":[{"name":"Asia","code":"ASIA"},{"name":"Commonwealth of Independent States","code":"CIS"},{"name":"Europe, the Middle East and Africa","code":"EMEA"},{"name":"Europe","code":"EUR"}],"languages":[{"name":"Russian","code":"rus"}],"categories":[{"name":"General","slug":"general","nsfw":false}],"tvg_url":"","guides":["https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"],"logo":"https://iptvx.one/icn/ldpr-tv.png","resolution":{"height":1080,"width":null},"status":{"label":"","code":"online","level":1},"url":"http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8","http":{"referrer":"","user-agent":""},"is_nsfw":false,"is_broken":false,"updated":false,"cluster_id":1,"_id":"2ST8btby3mmsgPF0"} -{"name":"BBC News HD","id":"BBCNews.uk","filepath":"tests/__data__/output/channels/uk.m3u","src_country":{"name":"United Kingdom","code":"UK","lang":"eng"},"tvg_country":"UK","countries":[{"name":"United Kingdom","code":"UK","lang":"eng"}],"regions":[{"name":"Europe, the Middle East and Africa","code":"EMEA"},{"name":"Europe","code":"EUR"}],"languages":[{"name":"English","code":"eng"}],"categories":[{"name":"News","slug":"news","nsfw":false}],"tvg_url":"","guides":[],"logo":"https://i.imgur.com/eNPIQ9f.png","resolution":{"height":720,"width":null},"status":{"label":"Not 24/7","code":"not_247","level":3},"url":"http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8","http":{"referrer":"","user-agent":""},"is_nsfw":false,"is_broken":false,"updated":false,"cluster_id":3,"_id":"3TbieV1ptnZVCIdn"} -{"name":"ATV","id":"AndorraTV.ad","filepath":"tests/__data__/output/channels/ad.m3u","src_country":{"name":"Andorra","code":"AD","lang":"cat"},"tvg_country":"AD","countries":[{"name":"Andorra","code":"AD","lang":"cat"}],"regions":[{"name":"Europe, the Middle East and Africa","code":"EMEA"},{"name":"Europe","code":"EUR"}],"languages":[{"name":"Catalan","code":"cat"}],"categories":[{"name":"General","slug":"general","nsfw":false}],"tvg_url":"","guides":[],"logo":"https://i.imgur.com/kJCjeQ4.png","resolution":{"height":720,"width":null},"status":{"label":"Offline","code":"offline","level":5},"url":"https://iptv-all.lanesh4d0w.repl.co/andorra/atv","http":{"referrer":"","user-agent":""},"is_nsfw":false,"is_broken":true,"updated":false,"cluster_id":1,"_id":"I6cjG2xCBRFFP4sz"} -{"name":"BBC News HD","id":"AndorraTV.ad","filepath":"tests/__data__/output/channels/uk.m3u","src_country":{"name":"United Kingdom","code":"UK","lang":"eng"},"tvg_country":"UK","countries":[{"name":"United Kingdom","code":"UK","lang":"eng"}],"regions":[{"name":"Europe, the Middle East and Africa","code":"EMEA"},{"name":"Europe","code":"EUR"}],"languages":[{"name":"English","code":"eng"}],"categories":[{"name":"News","slug":"news","nsfw":false}],"tvg_url":"","guides":[],"logo":"https://i.imgur.com/eNPIQ9f.png","resolution":{"height":720,"width":null},"status":{"label":"Not 24/7","code":"not_247","level":3},"url":"http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8","http":{"referrer":"","user-agent":""},"is_nsfw":false,"is_broken":false,"updated":false,"cluster_id":3,"_id":"WTbieV1ptnZVCIdn"} diff --git a/tests/__data__/input/update-database.test.db b/tests/__data__/input/update-database.test.db deleted file mode 100644 index 33267072e..000000000 --- a/tests/__data__/input/update-database.test.db +++ /dev/null @@ -1,6 +0,0 @@ -{"name":"ЛДПР ТВ","id":"LDPRTV.ru","filepath":"tests/__data__/output/channels/ru.m3u","src_country":{"name":"Russia","code":"RU","lang":"rus"},"tvg_country":"RU","countries":[{"name":"Russia","code":"RU","lang":"rus"}],"regions":[{"name":"Asia","code":"ASIA"},{"name":"Commonwealth of Independent States","code":"CIS"},{"name":"Europe, the Middle East and Africa","code":"EMEA"},{"name":"Europe","code":"EUR"}],"languages":[{"name":"Russian","code":"rus"}],"categories":[{"name":"General","slug":"general","nsfw":false}],"tvg_url":"","guides":["https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"],"logo":"https://iptvx.one/icn/ldpr-tv.png","resolution":{"height":1080,"width":null},"status":{"label":"","code":"online","level":1},"url":"http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8","http":{"referrer":"","user-agent":""},"is_nsfw":false,"is_broken":false,"updated":false,"cluster_id":1,"_id":"2ST8btby3mmsgPF0"} -{"name":"BBC News HD","id":"BBCNews.uk","filepath":"tests/__data__/output/channels/uk.m3u","src_country":{"name":"United Kingdom","code":"UK","lang":"eng"},"tvg_country":"UK","countries":[{"name":"United Kingdom","code":"UK","lang":"eng"}],"regions":[{"name":"Europe, the Middle East and Africa","code":"EMEA"},{"name":"Europe","code":"EUR"}],"languages":[{"name":"English","code":"eng"}],"categories":[{"name":"News","slug":"news","nsfw":false}],"tvg_url":"","guides":[],"logo":"https://i.imgur.com/eNPIQ9f.png","resolution":{"height":720,"width":null},"status":{"label":"Not 24/7","code":"not_247","level":3},"url":"http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8","http":{"referrer":"","user-agent":""},"is_nsfw":false,"is_broken":false,"updated":false,"cluster_id":3,"_id":"3TbieV1ptnZVCIdn"} -{"name":"ATV","id":"AndorraTV.ad","filepath":"tests/__data__/output/channels/ad.m3u","src_country":{"name":"Andorra","code":"AD","lang":"cat"},"tvg_country":"AD","countries":[{"name":"Andorra","code":"AD","lang":"cat"}],"regions":[{"name":"Europe, the Middle East and Africa","code":"EMEA"},{"name":"Europe","code":"EUR"}],"languages":[{"name":"Catalan","code":"cat"}],"categories":[{"name":"General","slug":"general","nsfw":false}],"tvg_url":"","guides":[],"logo":"https://i.imgur.com/kJCjeQ4.png","resolution":{"height":720,"width":null},"status":{"label":"Offline","code":"offline","level":5},"url":"https://iptv-all.lanesh4d0w.repl.co/andorra/atv","http":{"referrer":"","user-agent":""},"is_nsfw":false,"is_broken":true,"updated":false,"cluster_id":1,"_id":"I6cjG2xCBRFFP4sz"} -{"name":"BBC News HD","id":"AndorraTV.ad","filepath":"tests/__data__/output/channels/uk.m3u","src_country":{"name":"United Kingdom","code":"UK","lang":"eng"},"tvg_country":"UK","countries":[{"name":"United Kingdom","code":"UK","lang":"eng"}],"regions":[{"name":"Europe, the Middle East and Africa","code":"EMEA"},{"name":"Europe","code":"EUR"}],"languages":[{"name":"English","code":"eng"}],"categories":[{"name":"News","slug":"news","nsfw":false}],"tvg_url":"","guides":[],"logo":"https://i.imgur.com/eNPIQ9f.png","resolution":{"height":720,"width":null},"status":{"label":"Not 24/7","code":"not_247","level":3},"url":"http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8","http":{"referrer":"","user-agent":""},"is_nsfw":false,"is_broken":false,"updated":false,"cluster_id":3,"_id":"WTbieV1ptnZVCIdn"} -{"name":"Kayhan TV","id":"KayhanTV.af","filepath":"channels/af.m3u","src_country":{"name":"Afghanistan","code":"AF","lang":"pus"},"tvg_country":"AF","countries":[{"name":"Afghanistan","code":"AF","lang":"pus"}],"regions":[{"name":"Asia-Pacific","code":"APAC"},{"name":"Asia","code":"ASIA"},{"name":"South Asia","code":"SAS"}],"languages":[{"name":"Pashto","code":"pus"}],"categories":[],"tvg_url":"","guides":[],"logo":"https://i.imgur.com/XpR1VvZ.png","resolution":{"height":720,"width":null},"status":{"label":"Geo-blocked","code":"geo_blocked","level":2},"url":"http://208.93.117.113/live/Stream1/playlist.m3u8","http":{"referrer":"","user-agent":""},"is_nsfw":false,"is_broken":false,"updated":false,"cluster_id":1,"_id":"cFFpFVzSn6xFMUF3"} -{"name":"Sharq","id":"Sharq.af","filepath":"channels/af.m3u","src_country":{"name":"Afghanistan","code":"AF","lang":"pus"},"tvg_country":"AF","countries":[{"name":"Afghanistan","code":"AF","lang":"pus"}],"regions":[{"name":"Asia-Pacific","code":"APAC"},{"name":"Asia","code":"ASIA"},{"name":"South Asia","code":"SAS"}],"languages":[{"name":"Pashto","code":"pus"}],"categories":[{"name":"General","slug":"general","nsfw":false}],"tvg_url":"","guides":[],"logo":"https://ws.shoutcast.com/images/contacts/b/b9f8/b9f811c5-d210-4d0b-ae32-f467823a913e/radios/0d677ea5-46b4-4129-9359-9e5783fb6a37/0d677ea5-46b4-4129-9359-9e5783fb6a37.png","resolution":{"height":576,"width":null},"status":{"label":"Offline","code":"offline","level":5},"url":"http://51.210.199.50/hls/stream.m3u8","http":{"referrer":"","user-agent":""},"is_nsfw":false,"is_broken":false,"updated":false,"cluster_id":1,"_id":"u7iyA6cjtf1iWWAZ"} diff --git a/tests/commands/check-streams.test.js b/tests/commands/check-streams.test.js deleted file mode 100644 index 250a2dc49..000000000 --- a/tests/commands/check-streams.test.js +++ /dev/null @@ -1,44 +0,0 @@ -const fs = require('fs') -const path = require('path') -const { execSync } = require('child_process') - -beforeEach(() => { - fs.rmdirSync('tests/__data__/output', { recursive: true }) - fs.mkdirSync('tests/__data__/output') - fs.copyFileSync('tests/__data__/input/test.db', 'tests/__data__/temp/test.db') -}) - -afterEach(() => { - fs.rmdirSync('tests/__data__/temp', { recursive: true }) - fs.mkdirSync('tests/__data__/temp') -}) - -it('return results if stream with error', () => { - const result = execSync( - 'DB_FILEPATH=tests/__data__/temp/test.db LOGS_PATH=tests/__data__/output/logs node scripts/commands/check-streams.js --cluster-id=1 --timeout=1', - { encoding: 'utf8' } - ) - const logs = fs.readFileSync( - path.resolve('tests/__data__/output/logs/check-streams/cluster_1.log'), - { - encoding: 'utf8' - } - ) - const lines = logs.split('\n') - expect(JSON.parse(lines[0])).toMatchObject({ - _id: '2ST8btby3mmsgPF0', - url: 'http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8', - http: { referrer: '', 'user-agent': '' }, - error: 'Operation timed out', - streams: [], - requests: [] - }) - expect(JSON.parse(lines[1])).toMatchObject({ - _id: 'I6cjG2xCBRFFP4sz', - url: 'https://iptv-all.lanesh4d0w.repl.co/andorra/atv', - http: { referrer: '', 'user-agent': '' }, - error: 'Operation timed out', - streams: [], - requests: [] - }) -}) diff --git a/tests/commands/cleanup-database.test.js b/tests/commands/cleanup-database.test.js deleted file mode 100644 index bd541e8e7..000000000 --- a/tests/commands/cleanup-database.test.js +++ /dev/null @@ -1,25 +0,0 @@ -const fs = require('fs') -const path = require('path') -const { execSync } = require('child_process') - -beforeEach(() => { - fs.copyFileSync('tests/__data__/input/test.db', 'tests/__data__/temp/test.db') -}) - -afterEach(() => { - fs.rmdirSync('tests/__data__/temp', { recursive: true }) - fs.mkdirSync('tests/__data__/temp') -}) - -it('can remove broken links from database', () => { - const result = execSync( - 'DB_FILEPATH=tests/__data__/temp/test.db node scripts/commands/cleanup-database.js', - { encoding: 'utf8' } - ) - - const database = fs.readFileSync('tests/__data__/temp/test.db', { encoding: 'utf8' }) - const lines = database.split('\n') - expect(lines[0]).toBe( - `{"name":"ЛДПР ТВ","id":"LDPRTV.ru","filepath":"tests/__data__/output/channels/ru.m3u","src_country":{"name":"Russia","code":"RU","lang":"rus"},"tvg_country":"RU","countries":[{"name":"Russia","code":"RU","lang":"rus"}],"regions":[{"name":"Asia","code":"ASIA"},{"name":"Commonwealth of Independent States","code":"CIS"},{"name":"Europe, the Middle East and Africa","code":"EMEA"},{"name":"Europe","code":"EUR"}],"languages":[{"name":"Russian","code":"rus"}],"categories":[{"name":"General","slug":"general","nsfw":false}],"tvg_url":"","guides":["https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml"],"logo":"https://iptvx.one/icn/ldpr-tv.png","resolution":{"height":1080,"width":null},"status":{"label":"","code":"online","level":1},"url":"http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8","http":{"referrer":"","user-agent":""},"is_nsfw":false,"is_broken":false,"updated":false,"cluster_id":1,"_id":"2ST8btby3mmsgPF0"}` - ) -}) diff --git a/tests/commands/cluster/load.test.js b/tests/commands/cluster/load.test.js new file mode 100644 index 000000000..430b935f9 --- /dev/null +++ b/tests/commands/cluster/load.test.js @@ -0,0 +1,35 @@ +const { execSync } = require('child_process') +const fs = require('fs-extra') +const path = require('path') + +beforeEach(() => { + fs.emptyDirSync('tests/__data__/output') + fs.copyFileSync( + 'tests/__data__/input/database/cluster_load.streams.db', + 'tests/__data__/output/streams.db' + ) + + const stdout = execSync( + 'DB_DIR=tests/__data__/output LOGS_DIR=tests/__data__/output/logs/cluster/load npm run cluster:load -- --cluster-id=1 --timeout=1', + { encoding: 'utf8' } + ) +}) + +it('return results', () => { + expect(content('tests/__data__/output/logs/cluster/load/cluster_1.log')).toEqual( + content('tests/__data__/expected/logs/cluster/load/cluster_1.log') + ) +}) + +function content(filepath) { + const data = fs.readFileSync(path.resolve(filepath), { + encoding: 'utf8' + }) + + return data + .split('\n') + .filter(l => l) + .map(l => { + return JSON.parse(l) + }) +} diff --git a/tests/commands/create-database.test.js b/tests/commands/create-database.test.js deleted file mode 100644 index f50a9fdd0..000000000 --- a/tests/commands/create-database.test.js +++ /dev/null @@ -1,46 +0,0 @@ -const fs = require('fs') -const path = require('path') -const { execSync } = require('child_process') - -beforeEach(() => { - fs.rmdirSync('tests/__data__/output', { recursive: true }) - fs.mkdirSync('tests/__data__/output') -}) - -it('can create database', () => { - execSync( - 'DB_FILEPATH=tests/__data__/output/test.db node scripts/commands/create-database.js --input-dir=tests/__data__/input/channels --max-clusters=1', - { encoding: 'utf8' } - ) - - const database = fs.readFileSync(path.resolve('tests/__data__/output/test.db'), { - encoding: 'utf8' - }) - const item = database.split('\n').find(i => i.includes('ATV.ad')) - expect(JSON.parse(item)).toMatchObject({ - name: 'ATV', - id: 'ATV.ad', - filepath: 'tests/__data__/input/channels/ad_example.m3u', - src_country: { name: 'Andorra', code: 'AD', lang: 'cat' }, - tvg_country: 'AD', - countries: [{ name: 'Andorra', code: 'AD', lang: 'cat' }], - regions: [ - { name: 'Europe, the Middle East and Africa', code: 'EMEA' }, - { name: 'Europe', code: 'EUR' }, - { name: 'Worldwide', code: 'INT' } - ], - languages: [{ name: 'Catalan', code: 'cat' }], - categories: [{ name: 'General', slug: 'general', nsfw: false }], - tvg_url: '', - guides: [], - logo: 'https://i.imgur.com/kJCjeQ4.png', - resolution: { height: 720, width: null }, - status: { label: 'Offline', code: 'offline', level: 5 }, - url: 'https://iptv-all.lanesh4d0w.repl.co/andorra/atv', - http: { referrer: '', 'user-agent': '' }, - is_nsfw: false, - is_broken: true, - updated: false, - cluster_id: 1 - }) -}) diff --git a/tests/commands/create-matrix.test.js b/tests/commands/create-matrix.test.js deleted file mode 100644 index 5310cd1df..000000000 --- a/tests/commands/create-matrix.test.js +++ /dev/null @@ -1,20 +0,0 @@ -const fs = require('fs') -const path = require('path') -const { execSync } = require('child_process') - -beforeEach(() => { - fs.copyFileSync('tests/__data__/input/test.db', 'tests/__data__/temp/test.db') -}) - -afterEach(() => { - fs.rmdirSync('tests/__data__/temp', { recursive: true }) - fs.mkdirSync('tests/__data__/temp') -}) - -it('can create valid matrix', () => { - const result = execSync( - 'DB_FILEPATH=tests/__data__/temp/test.db node scripts/commands/create-matrix.js', - { encoding: 'utf8' } - ) - expect(result).toBe('::set-output name=matrix::{"cluster_id":[1,3]}\n') -}) diff --git a/tests/commands/database/create.test.js b/tests/commands/database/create.test.js new file mode 100644 index 000000000..056b50cbd --- /dev/null +++ b/tests/commands/database/create.test.js @@ -0,0 +1,48 @@ +const fs = require('fs-extra') +const path = require('path') +const { execSync } = require('child_process') + +beforeEach(() => { + fs.emptyDirSync('tests/__data__/output') + + const stdout = execSync( + 'DB_DIR=tests/__data__/output/database npm run db:create -- --input-dir=tests/__data__/input/streams --max-clusters=1', + { encoding: 'utf8' } + ) +}) + +it('can create database', () => { + let output = content('tests/__data__/output/database/streams.db') + let expected = content('tests/__data__/expected/database/db_create.streams.db') + + output = output.map(i => { + i._id = null + return i + }) + expected = expected.map(i => { + i._id = null + return i + }) + + expect(output).toEqual( + expect.arrayContaining([ + expect.objectContaining(expected[0]), + expect.objectContaining(expected[1]), + expect.objectContaining(expected[2]), + expect.objectContaining(expected[3]) + ]) + ) +}) + +function content(filepath) { + const data = fs.readFileSync(path.resolve(filepath), { + encoding: 'utf8' + }) + + return data + .split('\n') + .filter(l => l) + .map(l => { + return JSON.parse(l) + }) +} diff --git a/tests/commands/database/export.test.js b/tests/commands/database/export.test.js new file mode 100644 index 000000000..b0ab866ed --- /dev/null +++ b/tests/commands/database/export.test.js @@ -0,0 +1,25 @@ +const { execSync } = require('child_process') +const fs = require('fs-extra') + +beforeEach(() => { + fs.emptyDirSync('tests/__data__/output') + fs.copyFileSync( + 'tests/__data__/input/database/db_export.streams.db', + 'tests/__data__/output/streams.db' + ) + + const stdout = execSync( + 'DB_DIR=tests/__data__/output PUBLIC_DIR=tests/__data__/output/.api npm run db:export', + { encoding: 'utf8' } + ) +}) + +it('can create streams.json', () => { + expect(content(`output/.api/streams.json`)).toBe(content(`expected/.api/streams.json`)) +}) + +function content(filepath) { + return fs.readFileSync(`tests/__data__/${filepath}`, { + encoding: 'utf8' + }) +} diff --git a/tests/commands/database/matrix.test.js b/tests/commands/database/matrix.test.js new file mode 100644 index 000000000..1d2ae7a34 --- /dev/null +++ b/tests/commands/database/matrix.test.js @@ -0,0 +1,21 @@ +const fs = require('fs-extra') +const path = require('path') +const { execSync } = require('child_process') + +beforeEach(() => { + fs.emptyDirSync('tests/__data__/output') + + fs.copyFileSync( + 'tests/__data__/input/database/db_matrix.streams.db', + 'tests/__data__/output/streams.db' + ) +}) + +it('can create valid matrix', () => { + const result = execSync('DB_DIR=tests/__data__/output npm run db:matrix', { + encoding: 'utf8' + }) + expect(result).toBe( + '\n> db:matrix\n> node scripts/commands/database/matrix.js\n\n::set-output name=matrix::{"cluster_id":[1,3]}\n' + ) +}) diff --git a/tests/commands/database/update.test.js b/tests/commands/database/update.test.js new file mode 100644 index 000000000..3701dbaa1 --- /dev/null +++ b/tests/commands/database/update.test.js @@ -0,0 +1,50 @@ +const { execSync } = require('child_process') +const fs = require('fs-extra') +const path = require('path') + +beforeEach(() => { + fs.emptyDirSync('tests/__data__/output') + fs.copyFileSync( + 'tests/__data__/input/database/db_update.streams.db', + 'tests/__data__/output/streams.db' + ) +}) + +it('can save results', () => { + const stdout = execSync( + 'DB_DIR=tests/__data__/output LOGS_DIR=tests/__data__/input/logs/cluster/load npm run db:update', + { encoding: 'utf8' } + ) + expect(stdout).toEqual(` +> db:update +> node scripts/commands/database/update.js + +loading streams... +found 7 streams +loading check results... +found 6 results +loading origins... +found 2 origins +updating streams... +updated 6 streams +removed 1 duplicates +done +`) + + expect(content('tests/__data__/output/streams.db')).toEqual( + content('tests/__data__/expected/database/db_update.streams.db') + ) +}) + +function content(filepath) { + const data = fs.readFileSync(path.resolve(filepath), { + encoding: 'utf8' + }) + + return data + .split('\n') + .filter(l => l) + .map(l => { + return JSON.parse(l) + }) +} diff --git a/tests/commands/generate-playlists.test.js b/tests/commands/generate-playlists.test.js deleted file mode 100644 index 0b5a12a08..000000000 --- a/tests/commands/generate-playlists.test.js +++ /dev/null @@ -1,160 +0,0 @@ -const fs = require('fs') -const path = require('path') -const { execSync } = require('child_process') - -function content(filepath) { - return fs.readFileSync(`tests/__data__/${filepath}`, { - encoding: 'utf8' - }) -} - -beforeEach(() => { - fs.rmdirSync('tests/__data__/output', { recursive: true }) - fs.copyFileSync('tests/__data__/input/generate-playlists.test.db', 'tests/__data__/temp/test.db') - - execSync( - 'DB_FILEPATH=tests/__data__/temp/test.db PUBLIC_PATH=tests/__data__/output/.gh-pages LOGS_PATH=tests/__data__/output/logs node scripts/commands/generate-playlists.js', - { encoding: 'utf8' } - ) -}) - -afterEach(() => { - fs.rmdirSync('tests/__data__/temp', { recursive: true }) - fs.mkdirSync('tests/__data__/temp') -}) - -it('can generate categories', () => { - expect(content('output/.gh-pages/categories/general.m3u')).toBe( - content('expected/.gh-pages/categories/general.m3u') - ) - - expect(content('output/.gh-pages/categories/legislative.m3u')).toBe( - content('expected/.gh-pages/categories/legislative.m3u') - ) - - expect(content('output/.gh-pages/categories/news.m3u')).toBe( - content('expected/.gh-pages/categories/news.m3u') - ) - - expect(content('output/.gh-pages/categories/other.m3u')).toBe( - content('expected/.gh-pages/categories/other.m3u') - ) -}) - -it('can generate countries', () => { - expect(content('output/.gh-pages/countries/ru.m3u')).toBe( - content('expected/.gh-pages/countries/ru.m3u') - ) - - expect(content('output/.gh-pages/countries/uk.m3u')).toBe( - content('expected/.gh-pages/countries/uk.m3u') - ) - - expect(content('output/.gh-pages/countries/undefined.m3u')).toBe( - content('expected/.gh-pages/countries/undefined.m3u') - ) -}) - -it('can generate languages', () => { - expect(content('output/.gh-pages/languages/rus.m3u')).toBe( - content('expected/.gh-pages/languages/rus.m3u') - ) - - expect(content('output/.gh-pages/languages/eng.m3u')).toBe( - content('expected/.gh-pages/languages/eng.m3u') - ) - - expect(content('output/.gh-pages/languages/undefined.m3u')).toBe( - content('expected/.gh-pages/languages/undefined.m3u') - ) -}) - -it('can generate regions', () => { - expect(content('output/.gh-pages/regions/asia.m3u')).toBe( - content('expected/.gh-pages/regions/asia.m3u') - ) - - expect(content('output/.gh-pages/regions/cis.m3u')).toBe( - content('expected/.gh-pages/regions/cis.m3u') - ) - - expect(content('output/.gh-pages/regions/emea.m3u')).toBe( - content('expected/.gh-pages/regions/emea.m3u') - ) - - expect(content('output/.gh-pages/regions/eur.m3u')).toBe( - content('expected/.gh-pages/regions/eur.m3u') - ) - - expect(content('output/.gh-pages/regions/int.m3u')).toBe( - content('expected/.gh-pages/regions/int.m3u') - ) - - expect(content('output/.gh-pages/regions/undefined.m3u')).toBe( - content('expected/.gh-pages/regions/undefined.m3u') - ) -}) - -it('can generate channels.json', () => { - expect(content('output/.gh-pages/channels.json')).toBe( - content('expected/.gh-pages/channels.json') - ) -}) - -it('can generate index.category.m3u', () => { - expect(content('output/.gh-pages/index.category.m3u')).toBe( - content('expected/.gh-pages/index.category.m3u') - ) -}) - -it('can generate index.country.m3u', () => { - expect(content('output/.gh-pages/index.country.m3u')).toBe( - content('expected/.gh-pages/index.country.m3u') - ) -}) - -it('can generate index.language.m3u', () => { - expect(content('output/.gh-pages/index.language.m3u')).toBe( - content('expected/.gh-pages/index.language.m3u') - ) -}) - -it('can generate index.region.m3u', () => { - expect(content('output/.gh-pages/index.region.m3u')).toBe( - content('expected/.gh-pages/index.region.m3u') - ) -}) - -it('can generate index.m3u', () => { - expect(content('output/.gh-pages/index.m3u')).toBe(content('expected/.gh-pages/index.m3u')) -}) - -it('can generate index.nsfw.m3u', () => { - expect(content('output/.gh-pages/index.nsfw.m3u')).toBe( - content('expected/.gh-pages/index.nsfw.m3u') - ) -}) - -it('can generate logs categories', () => { - expect(content('output/logs/generate-playlists/categories.log')).toBe( - content('expected/logs/generate-playlists/categories.log') - ) -}) - -it('can generate logs countries', () => { - expect(content('output/logs/generate-playlists/countries.log')).toBe( - content('expected/logs/generate-playlists/countries.log') - ) -}) - -it('can generate logs languages', () => { - expect(content('output/logs/generate-playlists/languages.log')).toBe( - content('expected/logs/generate-playlists/languages.log') - ) -}) - -it('can generate logs regions', () => { - expect(content('output/logs/generate-playlists/regions.log')).toBe( - content('expected/logs/generate-playlists/regions.log') - ) -}) diff --git a/tests/commands/playlist/generate.test.js b/tests/commands/playlist/generate.test.js new file mode 100644 index 000000000..8582a9efb --- /dev/null +++ b/tests/commands/playlist/generate.test.js @@ -0,0 +1,41 @@ +const { execSync } = require('child_process') +const fs = require('fs-extra') +const path = require('path') +const glob = require('glob') + +beforeEach(() => { + fs.emptyDirSync('tests/__data__/output') + fs.copyFileSync( + 'tests/__data__/input/database/playlist_generate.streams.db', + 'tests/__data__/output/streams.db' + ) + + const stdout = execSync( + 'DB_DIR=tests/__data__/output DATA_DIR=tests/__data__/input/data PUBLIC_DIR=tests/__data__/output/.gh-pages LOGS_DIR=tests/__data__/output/logs/generators npm run playlist:generate', + { encoding: 'utf8' } + ) +}) + +it('can generate playlists and logs', () => { + const playlists = glob + .sync('tests/__data__/expected/.gh-pages/**/*.m3u') + .map(f => f.replace('tests/__data__/expected/', '')) + + playlists.forEach(filepath => { + expect(content(`output/${filepath}`), filepath).toBe(content(`expected/${filepath}`)) + }) + + const logs = glob + .sync('tests/__data__/expected/logs/generators/*.log') + .map(f => f.replace('tests/__data__/expected/', '')) + + logs.forEach(filepath => { + expect(content(`output/${filepath}`), filepath).toBe(content(`expected/${filepath}`)) + }) +}) + +function content(filepath) { + return fs.readFileSync(`tests/__data__/${filepath}`, { + encoding: 'utf8' + }) +} diff --git a/tests/commands/playlist/update.test.js b/tests/commands/playlist/update.test.js new file mode 100644 index 000000000..65cd8d96b --- /dev/null +++ b/tests/commands/playlist/update.test.js @@ -0,0 +1,32 @@ +const { execSync } = require('child_process') +const fs = require('fs-extra') +const path = require('path') +const glob = require('glob') + +beforeEach(() => { + fs.emptyDirSync('tests/__data__/output') + fs.copyFileSync( + 'tests/__data__/input/database/playlist_update.streams.db', + 'tests/__data__/output/streams.db' + ) + + const stdout = execSync('DB_DIR=tests/__data__/output npm run playlist:update', { + encoding: 'utf8' + }) +}) + +it('can update playlists', () => { + const files = glob + .sync('tests/__data__/expected/channels/*.m3u') + .map(f => f.replace('tests/__data__/expected/', '')) + + files.forEach(filepath => { + expect(content(`output/${filepath}`), filepath).toBe(content(`expected/${filepath}`)) + }) +}) + +function content(filepath) { + return fs.readFileSync(`tests/__data__/${filepath}`, { + encoding: 'utf8' + }) +} diff --git a/tests/commands/playlist/validate.test.js b/tests/commands/playlist/validate.test.js new file mode 100644 index 000000000..28089e010 --- /dev/null +++ b/tests/commands/playlist/validate.test.js @@ -0,0 +1,32 @@ +const { execSync } = require('child_process') + +it('show an error if channel name in the blocklist', () => { + try { + const stdout = execSync( + 'DATA_DIR=tests/__data__/input/data npm run playlist:validate -- tests/__data__/input/streams/us_blocked.m3u', + { + encoding: 'utf8' + } + ) + console.log(stdout) + process.exit(1) + } catch (err) { + expect(err.status).toBe(1) + expect(err.stdout).toBe( + `\n> playlist:validate\n> node scripts/commands/playlist/validate.js "tests/__data__/input/streams/us_blocked.m3u"\n\nloading blocklist...\nfound 4 records\n\ntests/__data__/input/streams/us_blocked.m3u\n 2 error "Fox Sports 2 Asia" is on the blocklist due to claims of copyright holders (https://github.com/iptv-org/iptv/issues/0000)\n\n1 problems (1 errors, 0 warnings)\n` + ) + } +}) + +it('show a warning if channel has wrong id', () => { + const stdout = execSync( + 'DATA_DIR=tests/__data__/input/data npm run playlist:validate -- tests/__data__/input/streams/wrong_id.m3u', + { + encoding: 'utf8' + } + ) + + expect(stdout).toBe( + `\n> playlist:validate\n> node scripts/commands/playlist/validate.js "tests/__data__/input/streams/wrong_id.m3u"\n\nloading blocklist...\nfound 4 records\n\ntests/__data__/input/streams/wrong_id.m3u\n 2 warning "qib22lAq1L.us" is not in the database\n\n1 problems (0 errors, 1 warnings)\n` + ) +}) diff --git a/tests/commands/readme/update.test.js b/tests/commands/readme/update.test.js new file mode 100644 index 000000000..1e0308b61 --- /dev/null +++ b/tests/commands/readme/update.test.js @@ -0,0 +1,26 @@ +const { execSync } = require('child_process') +const fs = require('fs-extra') +const path = require('path') + +beforeEach(() => { + fs.emptyDirSync('tests/__data__/output') + + const stdout = execSync( + 'DATA_DIR=tests/__data__/input/data LOGS_DIR=tests/__data__/input/logs/generators npm run readme:update -- --config=tests/__data__/input/_readme.json', + { encoding: 'utf8' } + ) +}) + +it('can update readme.md', () => { + expect(content('tests/__data__/output/readme.md')).toEqual( + content('tests/__data__/expected/_readme.md') + ) +}) + +function content(filepath) { + const data = fs.readFileSync(path.resolve(filepath), { + encoding: 'utf8' + }) + + return JSON.stringify(data) +} diff --git a/tests/commands/update-database.test.js b/tests/commands/update-database.test.js deleted file mode 100644 index 40e7d340f..000000000 --- a/tests/commands/update-database.test.js +++ /dev/null @@ -1,109 +0,0 @@ -const fs = require('fs') -const path = require('path') -const { execSync } = require('child_process') - -beforeEach(() => { - fs.rmdirSync('tests/__data__/temp', { recursive: true }) - fs.mkdirSync('tests/__data__/temp') - fs.copyFileSync('tests/__data__/input/update-database.test.db', 'tests/__data__/temp/test.db') -}) - -it('can update database', () => { - const result = execSync( - 'DB_FILEPATH=tests/__data__/temp/test.db LOGS_PATH=tests/__data__/input/logs EPG_CODES_FILEPATH=tests/__data__/input/codes.json node scripts/commands/update-database.js', - { encoding: 'utf8' } - ) - const database = fs.readFileSync('tests/__data__/temp/test.db', { encoding: 'utf8' }) - const lines = database.split('\n') - expect(JSON.parse(lines[0])).toMatchObject({ - name: 'ЛДПР ТВ', - id: 'LDPRTV.ru', - filepath: 'tests/__data__/output/channels/ru.m3u', - src_country: { name: 'Russia', code: 'RU', lang: 'rus' }, - tvg_country: 'RU', - countries: [{ name: 'Russia', code: 'RU', lang: 'rus' }], - regions: [ - { name: 'Asia', code: 'ASIA' }, - { name: 'Commonwealth of Independent States', code: 'CIS' }, - { name: 'Europe, the Middle East and Africa', code: 'EMEA' }, - { name: 'Europe', code: 'EUR' } - ], - languages: [{ name: 'Russian', code: 'rus' }], - categories: [{ name: 'General', slug: 'general', nsfw: false }], - tvg_url: '', - guides: ['https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml'], - logo: 'https://iptvx.one/icn/ldpr-tv.png', - resolution: { height: 1080, width: 1920 }, - status: { label: '', code: 'online', level: 1 }, - url: 'http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8', - http: { referrer: '', 'user-agent': '' }, - is_nsfw: false, - is_broken: false, - updated: true, - cluster_id: 1, - _id: '2ST8btby3mmsgPF0' - }) - expect(JSON.parse(lines[1])).toMatchObject({ - name: 'BBC News HD', - id: 'BBCNews.uk', - filepath: 'tests/__data__/output/channels/uk.m3u', - src_country: { name: 'United Kingdom', code: 'UK', lang: 'eng' }, - tvg_country: 'UK', - countries: [{ name: 'United Kingdom', code: 'UK', lang: 'eng' }], - regions: [ - { name: 'Europe, the Middle East and Africa', code: 'EMEA' }, - { name: 'Europe', code: 'EUR' } - ], - languages: [{ name: 'English', code: 'eng' }], - categories: [{ name: 'News', slug: 'news', nsfw: false }], - tvg_url: '', - guides: [], - logo: 'https://i.imgur.com/eNPIQ9f.png', - resolution: { height: 720, width: null }, - status: { label: 'Not 24/7', code: 'not_247', level: 3 }, - url: 'http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8', - http: { referrer: '', 'user-agent': '' }, - is_nsfw: false, - is_broken: false, - updated: false, - cluster_id: 3, - _id: '3TbieV1ptnZVCIdn' - }) - expect(JSON.parse(lines[2])).toMatchObject({ - name: 'ATV', - id: 'AndorraTV.ad', - filepath: 'tests/__data__/output/channels/ad.m3u', - src_country: { name: 'Andorra', code: 'AD', lang: 'cat' }, - tvg_country: 'AD', - countries: [{ name: 'Andorra', code: 'AD', lang: 'cat' }], - regions: [ - { name: 'Europe, the Middle East and Africa', code: 'EMEA' }, - { name: 'Europe', code: 'EUR' } - ], - languages: [{ name: 'Catalan', code: 'cat' }], - categories: [{ name: 'General', slug: 'general', nsfw: false }], - tvg_url: '', - guides: ['https://iptv-org.github.io/epg/guides/ad/andorradifusio.ad.epg.xml'], - logo: 'https://i.imgur.com/kJCjeQ4.png', - resolution: { height: 720, width: null }, - status: { label: 'Offline', code: 'offline', level: 5 }, - url: 'https://iptv-all.lanesh4d0w.repl.co/andorra/atv', - http: { referrer: '', 'user-agent': '' }, - is_nsfw: false, - is_broken: true, - updated: true, - cluster_id: 1 - }) - expect(JSON.parse(lines[4])).toMatchObject({ - id: 'KayhanTV.af', - status: { label: 'Geo-blocked', code: 'geo_blocked', level: 2 }, - is_broken: false, - updated: false - }) - expect(JSON.parse(lines[5])).toMatchObject({ - id: 'Sharq.af', - status: { label: 'Offline', code: 'offline', level: 5 }, - is_broken: true, - updated: true - }) -}) diff --git a/tests/commands/update-playlists.test.js b/tests/commands/update-playlists.test.js deleted file mode 100644 index 1656f051d..000000000 --- a/tests/commands/update-playlists.test.js +++ /dev/null @@ -1,37 +0,0 @@ -const fs = require('fs') -const path = require('path') -const { execSync } = require('child_process') - -beforeEach(() => { - fs.copyFileSync('tests/__data__/input/test.db', 'tests/__data__/temp/test.db') -}) - -afterEach(() => { - fs.rmdirSync('tests/__data__/temp', { recursive: true }) - fs.mkdirSync('tests/__data__/temp') -}) - -it('can update playlist', () => { - const result = execSync( - 'DB_FILEPATH=tests/__data__/temp/test.db node scripts/commands/update-playlists.js', - { encoding: 'utf8' } - ) - - const adPlaylist = fs.readFileSync('tests/__data__/output/channels/ad.m3u', { - encoding: 'utf8' - }) - - expect(adPlaylist).toBe(`#EXTM3U -#EXTINF:-1 tvg-id="AndorraTV.ad" tvg-country="AD" tvg-language="Catalan" tvg-logo="https://i.imgur.com/kJCjeQ4.png" group-title="General",ATV (720p) [Offline] -https://iptv-all.lanesh4d0w.repl.co/andorra/atv -`) - - const ruPlaylist = fs.readFileSync('tests/__data__/output/channels/ru.m3u', { - encoding: 'utf8' - }) - - expect(ruPlaylist).toBe(`#EXTM3U -#EXTINF:-1 tvg-id="LDPRTV.ru" tvg-country="RU" tvg-language="Russian" tvg-logo="https://iptvx.one/icn/ldpr-tv.png" group-title="General",ЛДПР ТВ (1080p) -http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8 -`) -}) diff --git a/tests/commands/update-readme.test.js b/tests/commands/update-readme.test.js deleted file mode 100644 index 716215473..000000000 --- a/tests/commands/update-readme.test.js +++ /dev/null @@ -1,23 +0,0 @@ -const fs = require('fs') -const path = require('path') -const { execSync } = require('child_process') - -beforeEach(() => { - fs.rmdirSync(path.resolve('tests/__data__/output'), { recursive: true }) -}) - -it('can update readme.md', () => { - const result = execSync( - 'LOGS_PATH=tests/__data__/input/logs node scripts/commands/update-readme.js --config=tests/__data__/input/readme.json', - { encoding: 'utf8' } - ) - - const readme = fs.readFileSync(path.resolve('tests/__data__/output/readme.md'), { - encoding: 'utf8' - }) - const expected = fs.readFileSync(path.resolve('tests/__data__/input/readme.md'), { - encoding: 'utf8' - }) - - expect(readme).toBe(expected) -}) diff --git a/tests/commands/validate.test.js b/tests/commands/validate.test.js deleted file mode 100644 index 7460b0158..000000000 --- a/tests/commands/validate.test.js +++ /dev/null @@ -1,16 +0,0 @@ -const fs = require('fs') -const path = require('path') -const { execSync } = require('child_process') - -it('can validate channels name', () => { - try { - execSync('node scripts/commands/validate.js --input-dir=tests/__data__/input/channels', { - encoding: 'utf8' - }) - } catch (err) { - expect(err.status).toBe(1) - expect(err.stdout).toBe( - `tests/__data__/input/channels/us_blocked.m3u:2 'Fox Sports' is on the blocklist due to claims of copyright holders (https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md)\n\n` - ) - } -})