[
  {
    "path": ".github/workflows/test_playlist.yml",
    "content": "name: Test IPTV file quality\n\non:\n  push:\n    branches: [ master ]\n  workflow_dispatch:\n\njobs:\n  test:\n    runs-on: ubuntu-latest\n\n    steps:\n      - name: Checkout code\n        uses: actions/checkout@v6\n\n      - name: Setup Node\n        uses: actions/setup-node@v6\n        with:\n          node-version: \"20.10.x\"\n\n      - name: Install m3u-linter and check the playlist\n        run: |\n          npm install -g m3u-linter || true\n          cat <<EOF > M3u-linter.config.json\n            {\n              \"files\": [\"playlist1.m3u\", \"playlist2.m3u\"],\n              \"rules\": {\n                \"no-empty-lines\": true,\n                \"require-header\": true,\n                \"attribute-quotes\": true,\n                \"require-info\": true,\n                \"no-trailing-spaces\": true,\n                \"no-whitespace-before-title\": true,\n                \"no-multi-spaces\": false,\n                \"no-extra-comma\": true,\n                \"space-before-paren\": false,\n                \"no-dash\": true\n              }\n            }\n          EOF\n          ls -lar ./ || true\n          cat playlist.m3u8 || true\n          m3u-linter -c ./M3u-linter.config.json ./playlist.m3u8\n\n      - name: Install IPTV Checker and check the playlist\n        run: |\n          npm install -g iptv-checker || true\n          mkdir -p output\n          sudo apt-get install -y ffmpeg\n          iptv-checker -o output -p 100 -t 120000 ./playlist.m3u8\n\n"
  },
  {
    "path": ".github/workflows/update_playlist.yml",
    "content": "name: Update playlist\n\non:\n  push:\n    branches: [ master ]\n  workflow_dispatch:\n\njobs:\n  update-plalist:\n    runs-on: ubuntu-latest\n\n    steps:\n      - uses: actions/checkout@v6\n      - name: Update playlist\n        run: |\n          git config user.name \"PlaylistBot\" || true\n          git config user.email \"playlistbot@users.noreply.github.com\" || true\n          python3 ./make_playlist.py\n          git add .\n          git diff --staged --quiet || git commit --quiet -m \"Update Playlist (GitHub Actions)\"\n          git diff --quiet HEAD @{u} || git push -f origin HEAD\n"
  },
  {
    "path": "README.md",
    "content": "Free TV\n=======\n\nThis is an M3U playlist for free TV channels around the World.\n\nEither free locally (over the air):\n\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/us.svg\" width=\"24\">](lists/usa.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/ca.svg\" width=\"24\">](lists/canada.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/gb.svg\" width=\"24\">](lists/uk.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/ie.svg\" width=\"24\">](lists/ireland.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/au.svg\" width=\"24\">](lists/australia.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/in.svg\" width=\"24\">](lists/india.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/jp.svg\" width=\"24\">](lists/japan.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/cn.svg\" width=\"24\">](lists/china.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/hk.svg\" width=\"24\">](lists/hong_kong.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/mo.svg\" width=\"24\">](lists/macau.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/tw.svg\" width=\"24\">](lists/taiwan.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/kp.svg\" width=\"24\">](lists/north_korea.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/kr.svg\" width=\"24\">](lists/korea.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/dk.svg\" width=\"24\">](lists/denmark.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/fo.svg\" width=\"24\">](lists/faroe_islands.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/gl.svg\" width=\"24\">](lists/greenland.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/fi.svg\" width=\"24\">](lists/finland.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/is.svg\" width=\"24\">](lists/iceland.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/no.svg\" width=\"24\">](lists/norway.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/se.svg\" width=\"24\">](lists/sweden.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/ee.svg\" width=\"24\">](lists/estonia.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/lv.svg\" width=\"24\">](lists/latvia.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/lt.svg\" width=\"24\">](lists/lithuania.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/be.svg\" width=\"24\">](lists/belgium.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/nl.svg\" width=\"24\">](lists/netherlands.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/lu.svg\" width=\"24\">](lists/luxembourg.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/de.svg\" width=\"24\">](lists/germany.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/at.svg\" width=\"24\">](lists/austria.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/ch.svg\" width=\"24\">](lists/switzerland.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/pl.svg\" width=\"24\">](lists/poland.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/cz.svg\" width=\"24\">](lists/czech_republic.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/sk.svg\" width=\"24\">](lists/slovakia.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/hu.svg\" width=\"24\">](lists/hungary.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/ro.svg\" width=\"24\">](lists/romania.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/md.svg\" width=\"24\">](lists/moldova.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/bg.svg\" width=\"24\">](lists/bulgaria.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/fr.svg\" width=\"24\">](lists/france.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/it.svg\" width=\"24\">](lists/italy.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/pt.svg\" width=\"24\">](lists/portugal.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/es.svg\" width=\"24\">](lists/spain.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/ru.svg\" width=\"24\">](lists/russia.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/by.svg\" width=\"24\">](lists/belarus.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/ua.svg\" width=\"24\">](lists/ukraine.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/am.svg\" width=\"24\">](lists/armenia.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/az.svg\" width=\"24\">](lists/azerbaijan.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/ge.svg\" width=\"24\">](lists/georgia.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/ba.svg\" width=\"24\">](lists/bosnia_and_herzegovina.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/hr.svg\" width=\"24\">](lists/croatia.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/me.svg\" width=\"24\">](lists/montenegro.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/mk.svg\" width=\"24\">](lists/north_macedonia.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/rs.svg\" width=\"24\">](lists/serbia.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/si.svg\" width=\"24\">](lists/slovenia.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/al.svg\" width=\"24\">](lists/albania.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/xk.svg\" width=\"24\">](lists/kosovo.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/gr.svg\" width=\"24\">](lists/greece.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/cy.svg\" width=\"24\">](lists/cyprus.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/ad.svg\" width=\"24\">](lists/andorra.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/mt.svg\" width=\"24\">](lists/malta.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/mc.svg\" width=\"24\">](lists/monaco.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/sm.svg\" width=\"24\">](lists/san_marino.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/ir.svg\" width=\"24\">](lists/iran.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/iq.svg\" width=\"24\">](lists/iraq.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/il.svg\" width=\"24\">](lists/israel.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/qa.svg\" width=\"24\">](lists/qatar.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/tr.svg\" width=\"24\">](lists/turkey.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/ae.svg\" width=\"24\">](lists/united_arab_emirates.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/ar.svg\" width=\"24\">](lists/argentina.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/cr.svg\" width=\"24\">](lists/costa_rica.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/do.svg\" width=\"24\">](lists/dominican_republic.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/mx.svg\" width=\"24\">](lists/mexico.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/py.svg\" width=\"24\">](lists/paraguay.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/pe.svg\" width=\"24\">](lists/peru.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/ve.svg\" width=\"24\">](lists/venezuela.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/br.svg\" width=\"24\">](lists/brazil.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/tt.svg\" width=\"24\">](lists/trinidad.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/td.svg\" width=\"24\">](lists/chad.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/so.svg\" width=\"24\">](lists/somalia.md)\n[<img src=\"https://hatscripts.github.io/circle-flags/flags/id.svg\" width=\"24\">](lists/indonesia.md)\n\nOr free on the Internet:\n\n- Plex TV\n- Pluto TV (English, Spanish, French, Italian)\n- Redbox Live TV\n- Roku TV\n- Samsung TV Plus\n- Youtube live channels\n\nTo use it point your IPTV player to https://raw.githubusercontent.com/Free-TV/IPTV/master/playlist.m3u8.\n\nPhilosophy\n==========\n\nThe main goals for this playlist are listed below.\n\n**Quality over quantity**\n\nThe less channels we support the better.\n\n- All channels should work well.\n- As much as possible channels should be in HD, not SD.\n- Only one URL per channel (no +1, no alternate feeds, no regional declinations)\n\n**Only free channels**\n\nIf a channel is normally only available via commercial subscriptions it has nothing to do in this playlist. If on the other hand it is provided for free to everybody in a particular country, then it should be in this playlist.\n\n- No paid channels\n- Only channels which are officially provided for free (via DVB-S, DVB-T, analog, etc..)\n\n**Only mainstream channels**\n\nThis is a playlist for everybody.\n\n- No adult channels\n- No channels dedicated to any particular religion\n- No channels dedicated to any particular political party\n- No channels made for a country and funded by a different country\n\nFeed sources\n============\n\nIt can be quite hard to find up to date URLs, here's a list of sources:\n\n- https://github.com/iptv-org/iptv/tree/master/streams\n- Youtube: As long as the channel is live and its URL doesn't change (check the age of the stream, the number of viewers..)\n- Dailymotion: Same criteria as for youtube\n\nFormat\n======\n\nThe m3u8 playlist is generated by `make_playlist.py`, using the `.md` files located in `lists`.\n\nEach .md file represesnts a group. The `<h1>` line is used as the group title.\n\nOnly channels which URL column starts with `[>]` are included in the playlist.\n\nChannels which are not in HD are marked with an `Ⓢ`.\n\nChannels which use GeoIP blocking are marked with a `Ⓖ`.\n\nChannels which are live Youtube channels are marked with a `Ⓨ`.\n\nIssues\n======\n\nOnly create issues for bugs and feature requests.\n\nDo not create issues to add/edit or to remove channels. If you want to add/edit/remove channels, create a pull request directly.\n\nPull Requests\n=============\n\n**Only modify .md files**\n\nIf your Pull Request modifies channels, only modify .md files. Do not modify m3u8 files in your pull request.\n\n**Adding a new Channel**\n\nTo add a new channel, make a Pull Request.\n\n- In your Pull Request you need to provide information to show that the channel is free.\n- Use imgur.com to host the channel logo and point to it.\n- If you have a valid stream, add it and put `[>]` in front of it.\n- If you don't have an stream for the channel, add `[x]()` in the url column and place your channel in the Invalid category.\n- If you have a stream but it doesn't work well, put the channel in the Invalid category and put `[x]` in front of the url.\n- If you're adding geoblocked URLs specify it in your PR and specify which country they're working in. The PR will only be merged if these URLs can be tested.\n\n**Removing a Channel**\n\nTo remove a channel, make a Pull Request.\n\nIn your Pull Request you need to provide information to show that the channel is only available via a private paid subscription.\n\nNote: Public taxes (whether national or regional, whether called TV License or not) do not constitute a private paid subscription.\n\nIf a stream is broken, simply move the channel to the invalid category and replace `[>]` with `[x]` in the url column.\n"
  },
  {
    "path": "epglist.txt",
    "content": "https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz\nhttps://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz\nhttps://epgshare01.online/epgshare01/locomotiontv.xml.gz\n"
  },
  {
    "path": "flag_order.txt",
    "content": "#################\n## ANGLOSPHERE ##\n#################\nusa\ncanada\nuk\nireland\naustralia\n\n##########\n## ASIA ##\n##########\n\n# India / Japan\nindia\njapan\n# China / Taiwan\nchina\nhong_kong\nmacau\ntaiwan\n# North & South Korea\nnorth_korea\nkorea\n\n############\n## EUROPE ##\n############\n\n# Nordics (Danish Realm)\ndenmark\nfaroe_islands\ngreenland\n# Nordics (other)\nfinland\niceland\nnorway\nsweden\n\n# Baltics\nestonia\nlatvia\nlithuania\n\n# Benelux\nbelgium\nnetherlands\nluxembourg\n\n# DACH\ngermany\naustria\nswitzerland\n\n# Visegrád\npoland\nczech_republic\nslovakia\nhungary\n\n# Romanian-speaking\nromania\nmoldova\n\n# Other European countries\nbulgaria\nfrance\nitaly\nportugal\nspain\n\n# Russia, Belarus, Ukraine\nrussia\nbelarus\nukraine\n\n# ex-USSR (excl. RU/BY/UA, Baltics and Moldova)\narmenia\nazerbaijan\ngeorgia\n\n# ex-Yugoslavia (excl. Kosovo)\nbosnia_and_herzegovina\ncroatia\nmontenegro\nnorth_macedonia\nserbia\nslovenia\n\n# Albanian-speaking\nalbania\nkosovo\n\n# Greek-speaking\ngreece\ncyprus\n\n# European \"microstates\"\nandorra\nmalta\nmonaco\nsan_marino\n\n#################\n## MIDDLE EAST ##\n#################\niran\niraq\nisrael\nqatar\nturkey\nunited_arab_emirates\n\n############################\n## AMERICAS (excl. US/CA) ##\n############################\n# Spanish-speaking\nargentina\ncosta_rica\ndominican_republic\nmexico\nparaguay\nperu\nvenezuela\n\n# Portuguese-speaking\nbrazil\n\n# Other South America\ntrinidad\n\n############\n## AFRICA ##\n############\nchad\nsomalia\n"
  },
  {
    "path": "lists/albania.md",
    "content": "<h1>Albania</h1>\n\n<h2>DVB-S</h2>\n\n* https://en.satexpat.com/tv/albania/\n\n| #  | Channel        | Link  | Logo | EPG id |\n|:--:|:--------------:|:-----:|:----:|:------:|\n| 0  | Kanali 7 Ⓢ | [>](https://fe.tring.al/delta/105/out/u/1200_1.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/rL2v9pM.png\"/> | Kanali7.al |\n\n<h2>Web</h2>\n\n| #  | Channel        | Link  | Logo | EPG id |\n|:--:|:--------------:|:-----:|:----:|:------:|\n| 0  | A2 CNN Albania | [>](https://tv.a2news.com/live/smil:a2cnnweb.stream.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/TgO3Lzi.png\"/> | A2CNN.al |\n| 0  | ABC News Albania Ⓣ | [>](https://www.twitch.tv/abcnewsal) | <img height=\"20\" src=\"https://i.imgur.com/aObcudw.png\"/> | ABCNewsAlbania.al |\n| 0  | AlbKanale Music TV Ⓢ | [>](https://albportal.net/albkanalemusic.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/JdKxscs.png\"/> | AlbKanaleMusicTV.al |\n| 0  | Alpo TV | [>](https://5d00db0e0fcd5.streamlock.net/7236/7236/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Pr4ixiA.png\"/> | AlpoTV.al |\n| 0  | CNA | [>](https://live1.mediadesk.al/cnatvlive.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/X3ukD5t.png\"/> | CNA.al |\n| 0  | Euronews Albania Ⓨ | [>](https://www.youtube.com/@EuronewsAlbania/live) | <img height=\"20\" src=\"https://i.imgur.com/Skf6vdi.png\"/> | EuronewsAlbania.al |\n| 0  | News 24 Ⓢ | [>](https://tv.balkanweb.com/news24/livestream/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/2d/News_24_%28Albania%29.svg/1024px-News_24_%28Albania%29.svg.png\"/> | News24.al |\n| 0  | Ora News | [>](https://live1.mediadesk.al/oranews.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/ILZY5bJ.png\"/> | OraNews.al |\n| 0  | Panorama TV Ⓢ | [>](http://198.244.188.94/panorama/livestream/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/24/Panorama_logo.svg/512px-Panorama_logo.svg.png\"/> | PanoramaTV.al |\n| 0  | Report TV | [>](https://deb10stream.duckdns.org/hls/stream.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/yuRDJYY.png\"/> | ReportTV.al |\n| 0  | Syri | [>](https://stream.syritv.al/SyriTV/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/4zVyj1M.png\"/> | Syri.al |\n| 0  | Top News Ⓣ | [>](https://www.twitch.tv/topnewsal) | <img height=\"20\" src=\"https://i.imgur.com/tBAXkOW.png\"/> | TopNews.al |\n| 0  | Tropoja | [>](https://live.prostream.al/al/smil:tropojatv.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/D3hNOVS.png\"/> | TropojaTelevizion.al |\n| 0  | TV 7 Albania | [>](https://5d00db0e0fcd5.streamlock.net/7064/7064/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/k9WqPLZ.png\"/> | TV7Albania.al |\n| 0  | TV Apollon Ⓢ | [>](https://live.apollon.tv/Apollon-WEB/video.m3u8?token=tnt3u76re30d2) | <img height=\"20\" src=\"https://i.imgur.com/gUz2AjM.png\"/> | TVApollon.al |\n| 0  | Vizion Plus | [>](https://fe.tring.al/delta/105/out/u/rdghfhsfhfshs.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/f/fc/Vizion_Plus.svg/512px-Vizion_Plus.svg.png\"/> | VizionPlus.al |\n"
  },
  {
    "path": "lists/andorra.md",
    "content": "<h1>Andorra</h1>\n\n| #    | Channel        | Link  | Logo | EPG id |\n|:----:|:--------------:|:-----:|:----:|:------:|\n| 1 | Andorra TV  | [>](https://videos.rtva.ad/live/rtva/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/3/32/Logo_Andorra_Televisi%C3%B3.png\"/> | AndorraTV.ad |\n"
  },
  {
    "path": "lists/argentina.md",
    "content": "<h1>Argentina</h1>\n\n<h2>TDA</h2>\n\n<h3>National</h3>\nhttps://en.wikipedia.org/wiki/List_of_television_stations_in_Argentina#Major_broadcast_networks\n\n| #    | Channel        | Link  | Logo | EPG id |\n|:----:|:--------------:|:-----:|:----:|:------:|\n| 3 | TN Todo Noticias Ⓨ  | [>](https://www.youtube.com/c/todonoticias/live) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/4/4f/TN_todo_noticias_logo.svg/200px-TN_todo_noticias_logo.svg.png\"/> | TodoNoticias.ar |\n| 22.1 | Encuentro Ⓨ Ⓖ  | [>](https://www.youtube.com/user/encuentro/live) | <img height=\"20\" src=\"https://i.imgur.com/IyP2UIx.png\"/> | Encuentro.ar |\n| 22.2 | Pakapaka Ⓨ Ⓖ   | [>](https://www.youtube.com/user/CanalPakapaka/live) | <img height=\"20\" src=\"https://i.imgur.com/Q4zaCuM.png\"/> | Pakapaka.ar |\n| 22.3 | Aunar    | [>](https://5fb24b460df87.streamlock.net/live-cont.ar/mirador/playlist.m3u8) | <img height=\"20\" src=\"http://tvabierta.weebly.com/uploads/5/1/3/4/51344345/aunar.png\"/> | Aunar.ar |\n| 22.4 | Cine.AR        | [>](https://5fb24b460df87.streamlock.net/live-cont.ar/cinear/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/RPLyrIC.png\"/> | CineAr.ar |\n| 22.5 | Tec TV         | [>](https://tv.initium.net.ar:3939/live/tectvmainlive.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/EGCq1wc.png\"/> | TECTV.ar |\n| 23.1 | Televisión Pública Ⓨ | [>](https://www.youtube.com/user/TVPublicaArgentina/live) | <img height=\"20\" src=\"https://i.imgur.com/4hYYpiu.png\"/> | TVPublica.ar |\n| 24.1 | DeporTV        | [>](https://5fb24b460df87.streamlock.net/live-cont.ar/deportv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/iyYLNRt.png\"/> | DeporTV.ar |\n| 24.2 | Canal 26 Ⓨ       | [>](https://www.youtube.com/c/canal26/live) | <img height=\"20\" src=\"https://i.imgur.com/xDjOUuz.png\"/> | Canal26.ar |\n| 24.4 | Crónica TV Ⓨ   | [>](https://www.youtube.com/c/cronicatv/live) | <img height=\"20\" src=\"https://i.imgur.com/k2Ku8Ib.png\"/> | CronicaTV.ar |\n|24.5 | IP Noticias Ⓨ | [>](https://www.youtube.com/watch?v=IxQ2-6Y4y9w)| <img height=\"20\" src=\"https://photos.live-tv-channels.org/tv-logo/ar-ip-noticias-6980-300x225.jpg\" />|IPNoticias.ar|\n|24.6| El Destape Ⓨ|[>](https://www.youtube.com/watch?v=JuskTxbUqmY)|<img height=\"20\" src=\"https://yt3.ggpht.com/a-/AAuE7mAuXDwiY8UPwtAHrGXTXkAxBjdRqws2MJIN2A=s900-mo-c-c0xffffffff-rj-k-no\"/>|ElDestape.ar|\n| 25.2 | C5N Ⓨ          | [>](https://www.youtube.com/c/c5n/live) | <img height=\"20\" src=\"https://i.imgur.com/E3pamA5.png\"/> | C5N.ar |\n| 25.3 | LN+ Ⓨ          | [>](https://www.youtube.com/c/LaNacionMas/live) | <img height=\"20\" src=\"https://i.imgur.com/vJYzGt1.png\"/> | LaNacionPlus.ar |\n| 25.6 |Canal E| [>](https://unlimited1-us.dps.live/perfiltv/perfiltv.smil/perfiltv/livestream2/chunks.m3u8)| <img height=\"20\" src=\"https://i.ibb.co/y4pkxH3/Qtc8-M2-PG-400x400.jpg\"/>| CanalE.ar|\n\n\n<h3> Buenos Aires (City and Province)</h3>\n\n| #    | Channel        | Link  | Logo | EPG id |\n|:----:|:--------------:|:-----:|:----:|:------:|\n| 26.3 | Telemax        | [>](https://live-edge01.telecentro.net.ar/live/smil:tlx.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/gfX0hdB.png\"/> | Telemax.ar |\n| 27.2 | Net TV         | [>](https://unlimited1-us.dps.live/nettv/nettv.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/EWmshtx.png\"/> | NETTV.ar |\n| 32.1 | TV Universidad | [>](https://stratus.stream.cespi.unlp.edu.ar/hls/tvunlp.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/tvLHiAT.png\"/> | TVUniversidad.ar |\n|32.1 | Barricada TV|[>](https://live-ak.vimeocdn.com/exp=1696402364~acl=%2F9f41e203-241b-4eb7-b0b5-b1839903408f%2F%2A~hmac=d4819f301510676a986bfe610b664765ee2b1a23e1e1ca3214398f949a0b2778/9f41e203-241b-4eb7-b0b5-b1839903408f/hls.m3u8?min_seconds=30)| <img height=\"20\" src=\"https://www.barricadatv.org/?p=23082\"/>|BarricadaTV.ar|\n|32.2 | Urbana Tevé | [>](https://cdnhd.iblups.com/hls/DD3nXkAkWk.m3u8)|<img height=\"20\" src=\"https://yt3.ggpht.com/ytc/AKedOLQLeFMWMeoumi-o24ohLPXSEdNL5-oJ9W5oP5KnnA=s900-c-k-c0x00ffffff-no-rj\" />| UrbanaTeve.ar|\n|32.3 | Comarca TV | [>](https://video-weaver.ord56.hls.ttvnw.net/v1/playlist/Cq4FFLOPxq44Qy0kxjcr_wXuRRwjKU6gJ80Tc5eWRkaz5XdeNfeq7DzoNAstinu7BLtnw7jYDANX5yCDozdlS55_kYfuDyqQhwF0JpzU75lDUv5NOuUVWBwlP0m1Bh1JMn21v_OvA_teSCI7hcIFl2DoINrr8bHnpSS8EUvXNesfdX_LcfQH-clqftQ0sCreLIbTvxI5MyL6Wnm8jGh2yg48A2c_k9YHDH6TpM3tLo-pbRrrfByqMq-IoMQREf5DV_sTfHtAzinQQU3Np309s2ScJwcBlAjzz4VJ7svuJ1UbWBBylenSTnrXQW5Vws7OqG2kcoAHHpAQN6BQCpxaXO6dE7MLg7Nq6E7961fHEVSqFCRQg2Y5orbSsEwMo7_S4s5POZSQX1tn04QDuHfLixx-aBcbctSSFmI1CNZ3YDCEZVvWHOU6SyKQcsZeJCFLA1DsxqY3DeAn6n7xpPS4pdsizKqlqsT66liv_L-48h7jGujNZPDHge0fcgUs_7b7jlKJlKv-S_s1mGgLqPEUEQ8dhn5AugB0kfjAGgcTHIP_qLPRY0M7OikuBaMxh1pUpPkVG9AX4jCg1cwCgcfa64OP9ed4pwMjoiKm0dIfytTQ8hWjwXtkv16nJDfZ3kkqaMnM8ErZG6tRw-JVy3nRooKubY7Re0Fc1RHB85_eX2NYQD88N7r-UgaiO2ax0FQ-E_IdfuwSmp5oDy6Di6pT7r_zDRN3znbV64s4i-INUg-D2Leeq4xqYhe_Zhj-3AoxXDWCB0-DCc1kFEComkNpY01YA19zEm01TKLCbdaJwdC6bQpSEoJkOCoPAMnxm7oPNlqZRbhM4TVCJ34f4Y1guzaDomcEABl4Cii2UF-OhskRUZF-SUWjWdO6z62UqZagzG2QOTr6VBH-ItT_16fLsRUaDGTVKzgYHT8XcSqTkyABKgl1cy1lYXN0LTEwjQY.m3u8)|<img height=\"20\" src=\"http://directostv.teleame.com/wp-content/uploads/2020/10/Comarca-TV-en-vivo-Online.png\" />|ComarcaTV.ar|\n| 33.1 | El Trece       | [>](https://live-01-02-eltrece.vodgc.net/eltrecetv/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/ZK7AQFg.png\"/> | ElTrece.ar |\n| 35.1 | El Nueve       | [>](https://octubre-live.cdn.vustreams.com/live/channel09/live.isml/live.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/EtcVSm4.png\"/> | ElNueve.ar |\n| 34.1 | Telefe Ⓨ       | [>](https://telefe.com/Api/Videos/GetSourceUrl/694564/0/HLS?.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/wrZfMXn.png\"/> | Telefe.ar |\n| 36.1 | América Ⓨ      | [>](https://www.youtube.com/c/americaenvivo/live) | <img height=\"20\" src=\"https://i.imgur.com/Jt7dOQm.png\"/> | AmericaTV.ar |\n| 36.2 | A24 Ⓨ          | [>](https://www.youtube.com/c/A24com/live) | <img height=\"20\" src=\"https://i.imgur.com/OdhF7ym.png\"/> | A24.ar |\n<h2>Invalid</h2>\n\n\n\n| #    | Channel        | Link  | Logo | EPG id |\n|:----:|:--------------:|:-----:|:----:|:------:|\n"
  },
  {
    "path": "lists/armenia.md",
    "content": "<h1>Armenia</h1>\n\n| # |   Channel    |                                    Link                                     |                           Logo                           |     EPG id     |\n|:-:|:------------:|:---------------------------------------------------------------------------:|:--------------------------------------------------------:|:--------------:|\n| # |  Armenia 1   |          [>](https://amtv1.livestreamingcdn.com/am2abr/index.m3u8)          | <img height=\"20\" src=\"https://i.imgur.com/HIwJ4lc.png\"/> |  Armenia1.am   |\n| # | Kentron TV Ⓢ | [>](https://gineu9.bozztv.com/gin-36bay2/gin-kentron/tracks-v1a1/mono.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/eCaxBFn.png\"/> | \tKentronTV.am  |\n| # | Armenia TV Ⓢ  | [>](https://cdn.hayastantv.com:8088/armenia/tracks-v1a1/mono.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/UnoI5uM.png\"/> | \t\tArmeniaTV.am |\n| # | 5TV Ⓢ  | [>](https://cdn.hayastantv.com:8088/5tv/tracks-v1a1/mono.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/jOGZZDo.png\"/> |   \t\t\t5TV.am    |"
  },
  {
    "path": "lists/australia.md",
    "content": "<h1>Australia</h1>\n\nhttps://www.freeview.com.au\n\n| #   | Channel         | Link  | Logo | EPG id |\n|:---:|:---------------:|:-----:|:----:|:------:|\n| 5   | 10 HD           | [x]() | <img height=\"20\" src=\"https://i.imgur.com/ZjKvXPn.png\"/> | 10Sydney.au |\n| 1   | ABC             | [>](https://c.mjh.nz/101002210221/) | <img height=\"20\" src=\"https://i.imgur.com/5CVl5EF.png\"/> | ABCTV.au |\n| 5   | SBS             | [x]() | <img height=\"20\" src=\"https://i.imgur.com/GBl1ynA.png\"/> | SBSTV.au |\n| 5   | Seven           | [x]() | <img height=\"20\" src=\"https://i.imgur.com/6zwKJaa.png\"/> | SevenNetwork.au |\n| 5   | Nine            | [x]() | <img height=\"20\" src=\"https://i.imgur.com/SMXwfr5.png\"/> | NineNetwork.au |\n| 5   | 10 Peach        | [x]() | <img height=\"20\" src=\"https://i.imgur.com/NlZLut8.png\"/> | 10Peach.au |\n| 5   | 10 Bold         | [x]() | <img height=\"20\" src=\"https://i.imgur.com/2cq3fY1.png\"/> | 10Bold.au |\n| 5   | 10 Shake        | [x]() | <img height=\"20\" src=\"https://i.imgur.com/OXtIkOn.png\"/> | 10Shake.au |\n| 5   | TVSN            | [>](https://tvsn-i.akamaihd.net/hls/live/261837/tvsn/tvsn_750.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/p3QCBOo.png\"/> | TVSN.au |\n| 5   | Spree TV        | [x]() | <img height=\"20\" src=\"https://i.imgur.com/RyupyDF.png\"/> | SpreeTV.au |\n| 3   | ABC Kids        | [x]() | <img height=\"20\" src=\"https://i.imgur.com/GWDRR1t.png\"/> | ABCKids.au |\n| 4   | ABC Me          | [>](https://c.mjh.nz/101002210224/) | <img height=\"20\" src=\"https://i.imgur.com/gBh54wY.png\"/> | ABCMe.au |\n| 5   | ABC News        | [>](https://abc-iview-mediapackagestreams-2.akamaized.net/out/v1/6e1cc6d25ec0480ea099a5399d73bc4b/index.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/thumb/d/df/ABC_News_Channel.svg/640px-ABC_News_Channel.svg.png\"/> | ABCNews.au |\n| 8   | M4TV      | [>](https://5a32c05065c79.streamlock.net/live/stream/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/HZohlNk.png\"/> | M4TV.au |\n| 5   | SBS Viceland    | [x]() | <img height=\"20\" src=\"https://i.imgur.com/WMKCkD0.png\"/> | SBSViceland.au |\n| 5   | SBS World Movies| [x]() | <img height=\"20\" src=\"https://i.imgur.com/V6hhtCx.png\"/> | SBSWorldMovies.au |\n| 5   | SBS Food        | [x]() | <img height=\"20\" src=\"https://i.imgur.com/qN9p4h0.png\"/> | SBSFood.au |\n| 5   | NITV            | [x]() | <img height=\"20\" src=\"https://i.imgur.com/YR7sXaN.png\"/> | NITV.au |\n| 5   | 7two            | [x]() | <img height=\"20\" src=\"https://i.imgur.com/6pyIg02.png\"/> | 7two.au |\n| 5   | 7mate           | [x]() | <img height=\"20\" src=\"https://i.imgur.com/zpr12HP.png\"/> | 7mate.au |\n| 5   | 7flix           | [x]() | <img height=\"20\" src=\"https://i.imgur.com/6iIYCyC.png\"/> | 7flix.au |\n| 5   | Racing.com      | [>](https://racingvic-i.akamaized.net/hls/live/598695/racingvic/1500.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/pma0OCf.png\"/> | Racingcom.au |\n| 5   | 9Gem            | [x]() | <img height=\"20\" src=\"https://i.imgur.com/sWmE1kq.png\"/> | 9Gem.au |\n| 5   | 9Go! Ⓖ | [>](https://9now-livestreams.akamaized.net/hls/live/2008312/go-syd/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/1CFGu5O.png\"/> | 9Go.au |\n| 5   | 9Life Ⓖ | [>](https://9now-livestreams.akamaized.net/hls/live/2008313/life-syd/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/ZCUiqlL.png\"/> | 9Life.au |\n| 5   | 9Rush Ⓖ | [>](https://9now-livestreams.akamaized.net/hls/live/2010626/rush-syd/master.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/c/c2/Logo_of_9RUSH.png\"/> | 9Rush.au |\n| 5   | C31 Melbourne   | [x]() | <img height=\"20\" src=\"https://i.imgur.com/dXwkFei.png\"/> | C31Melbourne.au |\n"
  },
  {
    "path": "lists/austria.md",
    "content": "<h1>Austria</h1>\n\n<h2>DVB-T</h2>\n\nhttps://wiki.ubuntuusers.de/Internet-TV/Stationen\n\n| #  | Channel        | Link  | Logo | EPG id |\n|:--:|:--------------:|:-----:|:----:|:------:|\n| 1  | ORF 1 Ⓖ | [>](https://orf1.mdn.ors.at/out/u/orf1/q8c/manifest.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/ft2LuRl.jpg\"/> | ORF1.at |\n| 2  | ORF 2 Ⓖ | [>](https://orf2.mdn.ors.at/out/u/orf2/q8c/manifest.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/yPVDaXv.png\"/> | ORF2.at |\n| 3  | ORF III Ⓖ | [>](https://orf3.mdn.ors.at/out/u/orf3/q8c/manifest.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/6BuiUE7.png\"/> | ORFIII.at |\n| 4  | ORF Sport + Ⓖ | [>](https://orfs.mdn.ors.at/out/u/orfs/q8c/manifest.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/MVNZ4gf.png\"/> | ORFSportPlus.at |\n| 5  | Servus TV Ⓖ | [>](https://rbmn-live.akamaized.net/hls/live/2002825/geoSTVATweb/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/zDWhSxq.png\"/> | ServusTVOsterreich.at |\n| 6  | oe24     | [>](https://varoe24live.sf.apa.at/oe24-live1/oe24.smil/chunklist_b1900000.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/8UTkcPn.png\"/> | Oe24TV.at |\n| 7  | W24      | [>](https://ms01.w24.at/W24/smil:liveevent.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/PGb4wYw.png\"/> | W24.at |\n| 8  | P3TV      | [>](http://p3-6.mov.at:1935/live/weekstream/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/1sPhZ57.png\"/> | P3tv.at |\n| 9  | RTV      | [>](http://iptv.rtv-ooe.at/stream.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/oD7GQxT.png\"/> | RTV.at |\n| 10 | RTS Ⓖ | [>](https://58b42f6c8c9bf.streamlock.net:8080/live/RTS2015/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Bhv7lvy.png\"/> | TVTV.at |\n| 11 | Tirol TV Ⓖ | [>](http://lb.hd-livestream.de:1935/live/TirolTV/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/1E7Nflo.jpg\"/> | TirolTV.at |\n| 12 | R9      | [>](https://ms01.w24.at/R9/smil:liveeventR9.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/2fxVYsL.jpg\"/> | R9.at |\n"
  },
  {
    "path": "lists/azerbaijan.md",
    "content": "<h1>Azerbaijan</h1>\n\n* https://az.wikipedia.org/wiki/Azərbaycan_televiziya_kanallarının_siyahısı\n\n<h2>DVB-S</h2>\n\n* https://www.lyngsat.com/freetv/Azerbaijan.html\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 0   | ARB 24 | [>](http://85.132.81.184:8080/arb/live/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/mtvIFyq.png\"/> | ARB24.az |\n| 0   | ARB Günəş Ⓢ | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=ARMGunes) | <img height=\"20\" src=\"https://i.imgur.com/dSg7KUK.png\"/> | ArbGunes.az |\n| 0   | ARB Ⓢ | [>](http://109.205.166.68/server124/arb/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/E97M2OL.png\"/> | ARB.az |\n| 0   | Azad TV Ⓢ | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=ATVAz) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/e/e7/ATV_%282012-h.h.%29.png/474px-ATV_%282012-h.h.%29.png\"/> | AzadTV.az |\n| 0   | AzStarTV | [>](http://live.azstartv.com/azstar/smil:azstar.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/di3XX5L.png\"/> | AzStarTV.ca |\n| 0   | AZTV Ⓢ | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=AZTV) | <img height=\"20\" src=\"https://i.imgur.com/snBMMeH.png\"/> | AZTV.az |\n| 0   | Baku TV | [>](https://rtmp.baku.tv/live/bakutv_720p.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/3/3b/Baku_TV_%282018%29.png/640px-Baku_TV_%282018%29.png\"/> | BakuTV.az |\n| 0   | CBC | [>](https://stream.cbctv.az:5443/LiveApp/streams/cbctv.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/wVT0dwO.png\"/> | CBC.az |\n| 0   | CBC Sport Ⓖ | [>](https://mn-nl.mncdn.com/cbcsports_live/cbcsports/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/az/0/04/CBC_Sport_TV_loqo.png\"/> | CBCSport.az |\n| 0   | Dünya TV Ⓢ | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=Dunya) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/az/5/5d/D%C3%BCnya_TV_%282019-h.h.%29.png\"/> | DunyaTV.az |\n| 0   | İctimai TV Ⓢ | [>](http://109.205.166.68/server124/ictimai_tv/index.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/f/ff/%C4%B0ctimai_TV_%282021-h.h.%29.svg/470px-%C4%B0ctimai_TV_%282021-h.h.%29.svg.png\"/> | IctimaiTV.az |\n| 0   | İdman TV Ⓢ | [>](http://109.205.166.68/server124/idman_az/index.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/az/thumb/8/88/%C4%B0dman_Az%C9%99rbaycan_TV_loqo_%282019-h.h.%29.png/640px-%C4%B0dman_Az%C9%99rbaycan_TV_loqo_%282019-h.h.%29.png\"/> | IdmanTV.az |\n| 0   | Kanal S | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=KanalS) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/Kanal_S_%282022%29.png/616px-Kanal_S_%282022%29.png\"/> | KanalS.az |\n| 0   | Mədəniyyət TV Ⓢ | [>](https://str.yodacdn.net/medeniyyet/index.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/f/fc/M%C9%99d%C9%99niyy%C9%99t_TV_logo.png\"/> | MedeniyyetTV.az |\n| 0   | Muz TV | [x]() | <img height=\"20\" src=\"https://i.imgur.com/CjySP1V.png\"/> | MuzTV.az |\n| 0   | Real TV | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=RealTV) | <img height=\"20\" src=\"https://i.imgur.com/e2KFL0R.png\"/> | RealTV.az |\n| 0   | Space TV Ⓢ | [>](http://109.205.166.68/server124/space_tv/index.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/24/Space_TV_loqosu_%282023-h.h.%29.png/296px-Space_TV_loqosu_%282023-h.h.%29.png\"/> | SpaceTV.az |\n| 0   | TMB Azərbaycan | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=TMBAzerbaijan) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/az/c/c2/TMB_TV_loqosu.png\"/> |\n| 0   | Topaz 2 | [x]() | <img height=\"20\" src=\"https://www.lyngsat.com/logo/tv/tt/topaz_tv_az.png\"/> |\n| 0   | Xəzər Xəbər | [x]() | <img height=\"20\" src=\"https://i.imgur.com/AuB8bnq.png\"/> | XezerXeber.az |\n\n<h2>myvideo.az</h2>\n\n* http://myvideo.az/channels.aspx\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 0   | Xəzər TV Ⓢ | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=Xezer) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/a/a5/X%C9%99z%C9%99r_TV_%282023%29.png\"/> | XezerTV.az |\n| 0   | Səhiyyə TV | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=SehiyyeTV) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/az/thumb/c/cd/S%C9%99hiyy%C9%99_TV.png/640px-S%C9%99hiyy%C9%99_TV.png\"/> | SehiyyeTV.az |\n| 0   | MCJ TV SHOP | [x](https://www.tvkaista.net/stream-forwarder/get.php?x=MCJTVShop) | <img height=\"20\" src=\"https://tvtolive.com/wp-content/uploads/MCJ-TV-Shop-tvtolive.com_.jpg\"/> |\n| 0   | VIP HD | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=AZ_VIP) | <img height=\"20\" src=\"https://tvtolive.com/wp-content/uploads/VIP-TV-tvtolive.com_.jpg\"/> |\n| 0   | MTV Azerbaijan Ⓢ | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=MTVAzerbaijan) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/0/00/MTV_Az%C9%99rbaycan_%282022%29.png/622px-MTV_Az%C9%99rbaycan_%282022%29.png\"/> | MTVAzerbaijan.az |\n"
  },
  {
    "path": "lists/belarus.md",
    "content": "<h1>Belarus</h1>\n\n<h2>DVB-T</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | Беларусь 1 | [>](https://ngtrk.dc.beltelecom.by/ngtrk/smil:belarus1.smil/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/a/ac/Belarus_1_logo.svg/742px-Belarus_1_logo.svg.png\"/> | Belarus1.by |\n| 0   | Беларусь 2 | [>](https://ngtrk.dc.beltelecom.by/ngtrk/smil:belarus2.smil/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Belarus_2_logo.svg/742px-Belarus_2_logo.svg.png\"/> | Belarus2.by |\n| 0   | Беларусь 3 | [>](https://ngtrk.dc.beltelecom.by/ngtrk/smil:belarus3.smil/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/5/5c/Belarus_3_logo.svg/742px-Belarus_3_logo.svg.png\"/> | Belarus3.by |\n| 4   | ОНТ Ⓢ | [>](https://stream.dc.beltelecom.by/ont/ont/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/3/3d/%D0%9B%D0%BE%D0%B3%D0%BE%D1%82%D0%B8%D0%BF_%D1%82%D0%B5%D0%BB%D0%B5%D0%BA%D0%B0%D0%BD%D0%B0%D0%BB%D0%B0_%C2%AB%D0%9E%D0%9D%D0%A2%C2%BB.svg/991px-%D0%9B%D0%BE%D0%B3%D0%BE%D1%82%D0%B8%D0%BF_%D1%82%D0%B5%D0%BB%D0%B5%D0%BA%D0%B0%D0%BD%D0%B0%D0%BB%D0%B0_%C2%AB%D0%9E%D0%9D%D0%A2%C2%BB.svg.png\"/> | ONT.by |\n| 0   | Беларусь 5 | [>](https://ngtrk.dc.beltelecom.by/ngtrk/smil:belarus5.smil/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/7/71/Belarus_5_logo.svg/742px-Belarus_5_logo.svg.png\"/> | Belarus5.by |\n| 5   | СТВ | [>](https://ctv.dc.beltelecom.by/ctv/ctv.stream/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/3/33/%D0%9B%D0%BE%D0%B3%D0%BE%D1%82%D0%B8%D0%BF_%D0%B1%D0%B5%D0%BB%D0%BE%D1%80%D1%83%D1%81%D1%81%D0%BA%D0%BE%D0%B3%D0%BE_%D1%82%D0%B5%D0%BB%D0%B5%D0%BA%D0%B0%D0%BD%D0%B0%D0%BB%D0%B0_%C2%AB%D0%A1%D0%A2%D0%92%C2%BB.svg/640px-%D0%9B%D0%BE%D0%B3%D0%BE%D1%82%D0%B8%D0%BF_%D0%B1%D0%B5%D0%BB%D0%BE%D1%80%D1%83%D1%81%D1%81%D0%BA%D0%BE%D0%B3%D0%BE_%D1%82%D0%B5%D0%BB%D0%B5%D0%BA%D0%B0%D0%BD%D0%B0%D0%BB%D0%B0_%C2%AB%D0%A1%D0%A2%D0%92%C2%BB.svg.png\"/> | STV.by |\n\n<h2>DVB-S</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 0   | Беларусь 24 | [>](https://ngtrk.dc.beltelecom.by/ngtrk/smil:belarus24.smil/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/d/de/Belarus_24_logo.svg/742px-Belarus_24_logo.svg.png\"/> | Belarus24.by |\n\n<h2>Internet</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 0   | Беларусь 5 Интернет | [>](https://ngtrk.dc.beltelecom.by/ngtrk/smil:belarus5int.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/rzPQ9Iz.png\"/> | Belarus5Internet.by |\n\n<h2>Other</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | 1Mus | [>](http://hz1.teleport.cc/HLS/HD.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/PozF9MT.png\"/> | FirstMusicChannel.by |\n| 2   | 8 Kanal Vitebsk Ⓢ | [>](http://95.46.208.8:24433/art) | <img height=\"20\" src=\"https://i.imgur.com/tjwBSTF.jpg\"/> | 8kanal.by |\n| 3   | Belros Ⓢ | [>](https://live2.mediacdn.ru/sr1/tro/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/HWqxjGl.png\"/> | BelRos.ru |\n| 5   | Belarus 4 Vitebsk Ⓢ | [>](http://95.46.208.8:26258/belarus4) | <img height=\"20\" src=\"https://i.imgur.com/TW6Ap71.png\"/> | Belarus4Vitebsk.by |\n| 7   | Hawe TV Vitebsk Ⓢ | [>](http://95.46.208.8:26259/nashe) | <img height=\"20\" src=\"https://i.imgur.com/HOb5m5f.jpg\"/> | NasheTV.by |\n| 9   | Pervyy Muzykal'nyy BY Ⓢ | [>](http://rtmp.one.by:1200) | <img height=\"20\" src=\"https://i.imgur.com/7tFiG6S.jpg\"/> | FirstMusicChannel.by |\n| 10  | Planeta RTR Ⓢ | [>](https://a3569455801-s26881.cdn.ngenix.net/live/smil:rtrp.smil/chunklist_b1600000.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/yqRuEJd.png\"/> | RTRBelarus.by |\n| 11  | Radio HIT Orsk | [>](http://hithd.camsh.orsk.ru/hls/hithd.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/e2RyN4r.jpg\"/> | RadioHit.ru |\n| 12  | Vitebsk Telekanal | [>](https://flu.vtv.by/tvt-non-by/tracks-v1a1/mono.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/FXAqELU.jpg\"/> | Vitebsk.by |\n"
  },
  {
    "path": "lists/belgium.md",
    "content": "<h1>Belgium</h1>\n\n<h2>Wallonia</h2>\n\n| #   | Channel         | Link  | Logo | EPG id |\n|:---:|:---------------:|:-----:|:----:|:------:|\n| 1   | RTL-Be          | [>](https://rtltvi-lh.akamaihd.net/i/TVI_1@319659/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/xMhSvax.png\"/> | BelRTL.be |\n| 2   | La Une          | [>](http://4ce5e2d62ee2c10e43c709f9b87c44d5.streamhost.cc/m3u8/Belgium/29797c9f3f4fa00.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/hJodwJt.png\"/> | LaUne.be |\n| 3   | Tipik           | [>](http://4ce5e2d62ee2c10e43c709f9b87c44d5.streamhost.cc/m3u8/Belgium/5dee2de1f4661ce.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/PVbVj8o.png\"/> | Tipik.be |\n| 4   | Club RTL        | [>](http://4ce5e2d62ee2c10e43c709f9b87c44d5.streamhost.cc/m3u8/Belgium/9ef55f75bc15308.ts) | <img height=\"20\" src=\"https://i.imgur.com/e9GkFwY.png\"/> | ClubRTL.be |\n| 5   | Arte Belgique   | [x]() | <img height=\"20\" src=\"https://i.imgur.com/w7HzPQh.png\"/> | \n| 6   | La Trois        | [>](http://4ce5e2d62ee2c10e43c709f9b87c44d5.streamhost.cc/m3u8/Belgium/6f940c7da9a562e.ts) | <img height=\"20\" src=\"https://i.imgur.com/kC3pJtA.png\"/> | LaTrois.be |\n| 7   | Be 1            | [x]() | <img height=\"20\" src=\"https://i.imgur.com/atSjuXK.png\"/> | Be1.be |\n| 8   | TV5 Monde       | [x]() | <img height=\"20\" src=\"https://i.imgur.com/7WHwYK3.png\"/> | \n| 9   | Plug RTL        | [>](http://4ce5e2d62ee2c10e43c709f9b87c44d5.streamhost.cc/m3u8/Belgium/de5c6896d356f8e.ts) | <img height=\"20\" src=\"https://i.imgur.com/iAZZWkZ.png\"/> | PlugRTL.be |\n| 10  | AB3             | [x]() | <img height=\"20\" src=\"https://i.imgur.com/7foaAFU.png\"/> | AB3.be |\n| 11  | ABXplore        | [x]() | <img height=\"20\" src=\"https://i.imgur.com/KwV8axc.png\"/> | ABXplore.be |\n| 12  | LN24            | [>](https://live.cdn.ln24.be/out/v1/b191621c8b9a436cad37bb36a82d2e1c/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/hePpxnn.png\"/> | LN24.be |\n| 13  | BX1             | [>](https://59959724487e3.streamlock.net/stream/live/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/YjKqWru.png\"/> | BX1.be |\n\n<h2>Flanders</h2>\n\n| #   | Channel   | Link  | Logo | EPG id |\n|:---:|:---------:|:-----:|:----:|:------:|\n| 1   | EEN       | [>](https://live-vrt.rabah.net/groupc/live/8edf3bdf-7db3-41c3-a318-72cb7f82de66/live_aes.isml/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/66GQlc7.png\"/> | Een.be |\n| 2   | Canvas    | [>](http://4ce5e2d62ee2c10e43c709f9b87c44d5.streamhost.cc/m3u8/Belgium/09916e3a88db175.ts) | <img height=\"20\" src=\"https://i.imgur.com/GQkhACx.png\"/> | Canvas.be |\n| 3   | VTM       | [>](http://4ce5e2d62ee2c10e43c709f9b87c44d5.streamhost.cc/m3u8/Belgium/c5cafdbfc4d28d3.ts) | <img height=\"20\" src=\"https://i.imgur.com/fUxRP9x.png\"/> | VTM.be |\n| 4   | VTM 2     | [x]() | <img height=\"20\" src=\"https://i.imgur.com/bL0fD77.png\"/> | VTM2.be |\n| 5   | VIER      | [>](http://4ce5e2d62ee2c10e43c709f9b87c44d5.streamhost.cc/m3u8/Belgium/3f1f349cb9cf765.ts) | <img height=\"20\" src=\"https://i.imgur.com/bFTXP2e.png\"/> |\n| 6   | VIJF      | [>](http://4ce5e2d62ee2c10e43c709f9b87c44d5.streamhost.cc/m3u8/Belgium/7f59a4dfcc56366.ts) | <img height=\"20\" src=\"https://i.imgur.com/DTJLkiP.png\"/> |\n| 7   | VTM 3     | [x]() | <img height=\"20\" src=\"https://i.imgur.com/NTN8ixi.png\"/> | VTM3.be |\n| 8   | VTM 4     | [x]() | <img height=\"20\" src=\"https://i.imgur.com/A7Mi1rY.png\"/> | VTM4.be |\n"
  },
  {
    "path": "lists/bosnia_and_herzegovina.md",
    "content": "<h1>Bosnia and Herzegovina</h1>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | BHT 1 | [>](https://bhrtstream.bhtelecom.ba/bhrtportal_hd.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/9/93/Logo_of_BHT_1_%282003-2012%29.png\" /> | BHT1.ba |\n| 2   | Federalna televizija (FTV) Ⓢ | [>](http://94.250.2.6:7374/play/a02s/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Jpvs4u3.png\" /> | FederalnaTV.ba |\n| 3   | Televizija Republike Srpske (RTRS) Ⓢ | [>](https://parh.rtrs.tv/tv/live/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/7/7d/RTRS_Logo.svg/640px-RTRS_Logo.svg.png\" /> | RTRSTV.ba |\n| 3   | RTRS PLUS Ⓢ | [>](https://pluslive.rtrs.tv/plus/plus/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/k06WvYl.png\"/> | RTRSplus.ba |\n| 4   | N1 Bosna i Hercegovina | [>](https://best-str.umn.cdn.united.cloud/stream?channel=n1bos&p=n1Sh4redSecre7iNf0&sp=n1info&stream=sp1400&u=n1info) | <img height=\"20\" src=\"https://i.imgur.com/72oMSWz.png\"/> | N1BosniaHerzegovina.ba |\n| 5   | RTV HB Ⓢ | [>](https://prd-hometv-live-open.spectar.tv/ERO_1_083/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/6/60/Logo_of_TV_Herceg-Bosne.png\"/> | RTVHB.ba |\n| 6   | RTV BN | [>](https://rtvbn.tv:8080/live/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/DUBvfWb.png\"/> | BNTV.ba |\n| 7   | RTV Glas Drine | [>](http://glasdrine.cutuk.net:8081/433ssdsw/GlasDrineSD/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/9NgxOdb.png\"/> | RTVGlasDrine.ba |\n| 8   | Sevdah Ⓢ | [>](https://restreamer2.tnt.ba/hls/stream.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/V6W3yEp.png\"/> | SevdahTV.ba |\n| 9   | TNT Kids | [>](https://restreamer1.tnt.ba/hls/tntkids.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/irTDbpn.png\"/> | TNTKidsTV.ba |\n| 10  | Televizija 5 | [>](https://balkanmedia.dynu.net/hls/tv5web.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/znpvJys.png\"/> | Televizija5.ba |\n| 11  | Kanal 6 | [>](https://restreamer1.tnt.ba/hls/kanal6.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/GGhvR0l.png\"/> | Kanal6.ba |\n| 12  | SuperTV | [>](https://mirtv.club/live/mirtv/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/XYWgd3E.png\"/> | SuperTV.ba |\n| 13  | Neon TV | [>](rtsp://185.50.56.16:554/neontelvizija) | <img height=\"20\" src=\"https://i.imgur.com/thC9NFp.png\"/> | ntv.ba |\n\n<h2>Cantonal</h2>\n\nhttps://en.wikipedia.org/wiki/Television_in_Bosnia_and_Herzegovina#Public_funding\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | TVSA | [x]() | <img height=\"20\" src=\"https://i.imgur.com/4b2By8o.png\"/> | TVSA.ba |\n| 2   | RTV TK | [x]() | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/1/1a/Logo_of_RTV_TK.png\"/> | RTVTK.ba |\n| 3   | RTV USK | [x]() | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/f/ff/Logo_of_RTVUSK.png\"/> | RTVUSK.ba |\n| 4   | RTV ZE Ⓢ | [>](https://stream.rtvze.ba/live/123/123.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/TKUaflB.png\"/> | RTVZenica.ba |\n| 5   | TV BPK Ⓢ | [>](http://94.250.2.6:7374/play/a02u/index.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/d/df/Logo_of_RTV_BPK_Gora%C5%BEde.jpg\" /> | RTVBPK.ba |\n"
  },
  {
    "path": "lists/brazil.md",
    "content": "<h1>Brazil</h1>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | COM Brasil | [>](https://br5093.streamingdevideo.com.br/abc/abc/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/c8ztQnF.png\"/> | COMBrasil.br |\n| 2   | SBT Ⓨ | [>](https://www.youtube.com/watch?v=ABVQXgr2LW4) | <img height=\"20\" src=\"https://logodownload.org/wp-content/uploads/2013/12/sbt-logo.png\"/> | SBTNacional.br |\n| 3   | AgroBrasil TV | [x](http://45.162.230.234:1935/agrobrasiltv/agrobrasiltv/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/pt/6/60/Logo_AgroBrasilTV.jpg\"/> | AgroBrasilTV.br |\n| 4   | Futura | [x](https://tv.unisc.br/hls/test.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/c/ce/Canal_Futura_2022.svg\"/> | CanalFutura.br |\n| 5   | RBC Ⓨ | [>](https://www.youtube.com/watch?v=oUdd3CsxYaE) | <img height=\"20\" src=\"https://portal.rbc1.com.br/public/portal/img/layout/logorbc.png\"/> | RBC.br |\n| 6   | Anime TV | [x](https://stmv1.srvif.com/animetv/animetv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/fuuv2uP.jpg\"/> | AnimeTV.br |\n| 7   | Record News | [>](https://stream.ads.ottera.tv/playlist.m3u8?network_id=2116) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/4/46/Record_News_logo_2023.svg\"/> | RecordNews.br |\n| 8   | ISTV | [>](https://video08.logicahost.com.br/istvnacional/srt.stream/istvnacional.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/pt/b/b5/Logotipo_da_ISTV.png\"/> | ISTVHD.br |\n| 9   | Rede Brasil | [>](https://video09.logicahost.com.br/redebrasiloficial/redebrasiloficial/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/d/d1/Marca_rede_brasil_rgb-color.png\"/> | RedeBrasil.br |\n| 10  | TV Câmara | [>](https://stream3.camara.gov.br/tv1/manifest.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/UpV2PRk.png\"/> | TVCamara.br |\n| 11  | TVE RS | [>](http://selpro1348.procergs.com.br:1935/tve/stve/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/c/c2/Logotipo_da_TVE_RS.png\"/> | TVERS.br |\n| 12  | TV Cultura | [>](https://player-tvcultura.stream.uol.com.br/live/tvcultura.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/8/82/Cultura_logo_2013.svg\"/> | TVCultura.br |\n"
  },
  {
    "path": "lists/bulgaria.md",
    "content": "<h1>Bulgaria</h1>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | BNT1 | [x]() | <img height=\"20\" src=\"https://i.imgur.com/7JU9b5j.png\"/> | BNT1.bg |\n| 2   | bTV | [x]() | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/a/ae/BTV_Bulgaria_logo.svg/320px-BTV_Bulgaria_logo.svg.png\"/> | bTV.bg |\n| 3   | Nova TV | [x]() | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/f/f8/NOVA_logo.svg/167px-NOVA_logo.svg.png\"/> | NovaTV.bg |\n| 5   | Bulgaria On Air | [x]() | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/6/61/Bulgariaonair.png\"/> | BulgariaOnAir.bg |\n| 7   | BNT2 | [x]() | <img height=\"20\" src=\"https://i.imgur.com/FyTUr9Q.png\"/> | BNT2.bg |\n| 64  | BNT3 | [x]() | <img height=\"20\" src=\"https://i.imgur.com/pPpSJ4u.png\"/> | BNT3.bg |\n| 0   | Nova News | [x]() | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/f/fc/Nova_News_Bulgaria_logo.png\"/> | NovaNews.bg |\n| 8   | City TV Ⓢ | [>](https://tv.city.bg/play/tshls/citytv/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/BjRTbrU.png\"/> | City.bg |\n\n\n<h2>DVB-S</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 0   | BNT4 | [x]() | <img height=\"20\" src=\"https://i.imgur.com/Lw8b3yu.png\"/> | BNT4.bg |\n| 0   | Euronews Bulgaria Ⓨ | [>](https://www.youtube.com/channel/UCU1i6qBMjY9El6q5L2OK8hA/live) | <img height=\"20\" src=\"https://i.imgur.com/RrQVoOg.png\"/> | EuroNewsBulgaria.bg |\n| 0   | TV1 | [>](https://tv1.cloudcdn.bg/temp/livestream.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/6/64/Tv1-new.png\"/> | TV1.bg |\n"
  },
  {
    "path": "lists/canada.md",
    "content": "<h1>Canada</h1>\n\n<h2>English</h2>\n\n| #   | Channel         | Link  | Logo | EPG id |\n|:---:|:---------------:|:-----:|:----:|:------:|\n| 1   | CBC Toronto     | [>](https://bozztv.com/teleyupp1/teleup-ydcl2V1MVC/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/H5yEbxf.png\"/> | CBCTDT.ca |\n| 2   | Citytv          | [>](https://bozztv.com/teleyupp1/teleup-iSykLSKMFr/tracks-v1a1/mono.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/BlFNlHz.png\"/> | \n| 3   | CTV Toronto     | [>](https://bozztv.com/teleyupp1/teleup-zxsJFt6VvY/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/qOutOWN.png\"/> |\n| 4   | Global Toronto  | [>](https://d128o1k7zh3htz.cloudfront.net/out/v1/74a58360a3734f97b74ba439bc678044/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/2CxLO4H.png\"/> |\n| 5   | Global Calgary  | [>](https://dfmjr9irb1dl5.cloudfront.net/out/v1/454010ff309e4963a087f5802856e346/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/2CxLO4H.png\"/> |\n| 6   | Global Edmonton | [>](https://da7sdtkzly6qj.cloudfront.net/out/v1/b317f6c10f2e493993bd2b5314df1c7c/index_1.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/2CxLO4H.png\"/> |\n| 8   | TVO             | [>](https://bozztv.com/teleyupp1/teleup-OMZsmYVUMp/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/PkBPPcL.png\"/> |\n| 9   | CTV 2           | [x]() | <img height=\"20\" src=\"\"/> |\n| 10  | Great Western   | [x]() | <img height=\"20\" src=\"\"/> |\n| 11  | Yes TV          | [x]() | <img height=\"20\" src=\"\"/> |\n| 12  | NTV             | [>](http://152.89.62.111:8080/nXyAiP3DNp/QgOuvocpGv/223012) | <img height=\"20\" src=\"https://i.imgur.com/b8W3Aah.png\"/> |\n| 13  | CHCH            | [>](http://152.89.62.111:8080/nXyAiP3DNp/QgOuvocpGv/222841) | <img height=\"20\" src=\"https://i.imgur.com/jYSXaga.png\"/> |\n| 14  | CHECK           | [x]() | <img height=\"20\" src=\"\"/> |\n| 15  | ONNtv Ontario   | [>](https://onntv.vantrix.tv:443/onntv_hls/1080p/onntv_hls-HLS-1080p.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/zz5ST9K.png\"/> | ONNtv.ca |\n| 16  | Star TV         | [>](http://live.canadastartv.com:1935/canadastartv/canadastartv/playlist.m3u) | <img height=\"20\" src=\"https://i.imgur.com/Ap54LCC.png\"/> |\n| 17  | CBC News        | [>](https://cbcnewshd-f.akamaihd.net/i/cbcnews_1@8981/index_2500_av-p.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/1EqQGKS.png\"/> | CBCNewsNetwork.ca |\n| 18  | CTV News        | [>](https://pe-fa-lp02a.9c9media.com/live/News1Digi/p/hls/00000201/38ef78f479b07aa0/index/0c6a10a2/live/stream/h264/v1/3500000/manifest.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/T3oBeiX.png\"/> | CTVNewsChannel.ca |\n| 19  | Global News     | [>](https://i.mjh.nz/PlutoTV/62cbef9ebb857100072fc187-alt.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/IpfmG93.png\"/> |\n| 20  | Global News BC  | [>](https://i.mjh.nz/PlutoTV/62cbf063257170000724590c-alt.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/IpfmG93.png\"/> | CHANDT.ca |\n| 21  | Global News Calgary      | [>](https://i.mjh.nz/PlutoTV/62cbf23dcfb48300077f8348-alt.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/IpfmG93.png\"/> | CICTDT.ca |\n| 22  | Global News Halifax      | [>](https://i.mjh.nz/PlutoTV/62cbf398b8e02600071deda5-alt.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/IpfmG93.png\"/> |\n| 23  | Global News Kingston     | [>](https://i.mjh.nz/PlutoTV/62cbf4964446e2000742073e-alt.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/IpfmG93.png\"/> | CKWSDT.ca |\n| 24  | Global News Montreal     | [>](https://i.mjh.nz/PlutoTV/62cbfbd6ad95670007f567af-alt.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/IpfmG93.png\"/> |\n| 25  | Global News Peterborough | [>](https://i.mjh.nz/PlutoTV/62cbfcd8c2db990007861e43-alt.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/IpfmG93.png\"/> | CHEXDT.ca |\n| 26  | Global News Regina       | [>](https://i.mjh.nz/PlutoTV/62cbff53ca8f2200080253b5-alt.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/IpfmG93.png\"/> | CFREDT.ca |\n| 27  | Global News Saskatoon    | [>](https://i.mjh.nz/PlutoTV/62cc00359cb58900088dc840-alt.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/IpfmG93.png\"/> | CFSKDT.ca |\n| 28  | Global News Vancouver    | [x](https://d8i9f8op7jmyk.cloudfront.net/out/v1/89a3f0453e134472a2101f6264d055ae/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/IpfmG93.png\"/> |\n| 29  | Global News Winnipeg     | [>](https://i.mjh.nz/PlutoTV/62cc0120880c890007191016-alt.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/IpfmG93.png\"/> | CKNDDT.ca |\n| 30  | CPAC (EN)       | [>](https://d7z3qjdsxbwoq.cloudfront.net/groupa/live/f9809cea-1e07-47cd-a94d-2ddd3e1351db/live.isml/.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/AbdFD0S.png\"/> | CPACEnglish.ca |\n\n<h2>French</h2>\n\n| #   | Channel      | Link   | Logo | EPG id |\n|:---:|:------------:|:------:|:----:|:------:|\n| 1   | ICI RDI      | [>](https://rcavlive.akamaized.net/hls/live/704025/xcanrdi/master.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/0/0a/ICI_RDI_logo.svg/640px-ICI_RDI_logo.svg.png\"/> | IciRDI.ca |\n| 2   | ICI Télé HD Ⓖ | [>](https://rcavlive.akamaized.net/hls/live/696615/xcancbft/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/HsSi3NV.png\"/> |\n| 3   | TVA Ⓖ       | [>](https://tvalive.akamaized.net/hls/live/2012413/tva01/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/1GR8Szn.png\"/> |\n| 4   | Noovo        | [>](https://pe-ak-lp04a-9c9media.akamaized.net/live/NOOVO/p/dash/00000001/f481c583dbd06b6c/manifest.mpd) | <img height=\"20\" src=\"https://i.imgur.com/BL9ziSJ.png\"/> |\n| 5   | Télé Québec  | [>](https://bcovlive-a.akamaihd.net/575d86160eb143458d51f7ab187a4e68/us-east-1/6101674910001/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/8grBWK9.png\"/> | CIVMDT.ca |\n| 6   | Savoir Média | [>](https://hls.savoir.media/live/stream.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/pa4wOVY.png\"/> | CFTUDT.ca |\n| 7   | CPAC (FR)    | [>](https://bcsecurelivehls-i.akamaihd.net/hls/live/680604/1242843915001_3/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/AbdFD0S.png\"/> | CPACFrench.ca |\n\n\n<h2>Multilingual</h2>\n\n| #   | Channel           | Link   | Logo | EPG id |\n|:---:|:-----------------:|:------:|:----:|:------:|\n| 1   | APTN              | [x]() | <img height=\"20\" src=\"https://i.imgur.com/S213Hyb.png\"/> |\n| 2   | Omni Television   | [x]() | <img height=\"20\" src=\"\"/> |\n| 3   | ICI Montreal    | [>](https://amdici.akamaized.net/hls/live/873426/ICI-Live-Stream/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Z1b2TJD.png\"/> | CBFTDT.ca |\n| 4   | Toronto 360 TV   | [>](http://cdn3.toronto360.tv:8081/toronto360/hd/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/PkWndsv.png\"/> | Toronto360.tv |\n"
  },
  {
    "path": "lists/chad.md",
    "content": "<h1>Chad</h1>\n\n<h2>DVB-S</h2>\n\n* https://www.lyngsat.com/freetv/Chad.html\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 0   | Tchad 24 | [>](http://102.131.58.110/out_1/index.m3u8) | <img height=\"20\" src=\"https://www.lyngsat.com/logo/tv/tt/tchad-24-td.png\"/> | Tchad24.td |\n| 0   | Télé Tchad Ⓢ | [>](https://strhlslb01.streamakaci.tv/str_tchad_tchad/str_tchad_multi/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/fr/b/b6/Logo_T%C3%A9l%C3%A9_Tchad.png\"/> | TeleTchad.td |\n"
  },
  {
    "path": "lists/chile.md",
    "content": "<h1>Chile</h1>\n\n| #  | Channel        | Link  | Logo | EPG id |\n|:--:|:--------------:|:-----:|:----:|:------:|\n| 1  | UCV Televisión | [>](https://unlimited1-cl-isp.dps.live/ucvtv2/ucvtv2.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/2VL4Pts.png\"/> | UCVTV.cl |\n| 2  | TVN Ⓖ | [>](https://sktv-forwarders.7m.pl/get.php?x=TVN) | <img height=\"20\" src=\"https://i.imgur.com/WoN1dai.png\"/> | TVN.cl |\n| 3  | 24 horas | [>](https://mdstrm.com/live-stream-playlist/57d1a22064f5d85712b20dab.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/0rF6Kub.png\"/> | 24Horas.cl |\n| 4  | NTV Ⓖ | [>](https://mdstrm.com/live-stream-playlist/5aaabe9e2c56420918184c6d.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/pt2Kj1A.png\"/> | NTV.cl |\n| 5  | TV Chile Ⓖ | [>](https://mdstrm.com/live-stream-playlist/533adcc949386ce765657d7c.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/yCL888l.png\"/> | TVChile.cl |\n| 6  | Canal 13 | [>](https://sktv-forwarders.7m.pl/get.php?x=Canal13) | <img height=\"20\" src=\"https://i.imgur.com/JIo1HBs.png\"/> | Canal13.cl |\n| 7  | TV+ Ⓖ | [>](https://mdstrm.com/live-stream-playlist/5c0e8b19e4c87f3f2d3e6a59.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/NtuZIEJ.png\"/> | TVPlus.cl |\n| 8  | Chilevisión Ⓖ | [>](https://sktv-forwarders.7m.pl/get.php?x=Chilevision) | <img height=\"20\" src=\"https://i.imgur.com/2Pu8yXf.png\"/> | ChileVision.cl |\n| 9  | UChile TV | [>](https://unlimited1-us.dps.live/uchiletv/uchiletv.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/mF2W8Uh.png\"/> | UChileTV.cl |\n| 10 | T13 en vivo | [>](https://redirector.rudo.video/hls-video/10b92cafdf3646cbc1e727f3dc76863621a327fd/t13/t13.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/3CEijac.png\"/> | T13.cl |\n| 11 | 13 Entretención | [>](https://origin.dpsgo.com/ssai/event/BBp0VeP6QtOOlH8nu3bWTg/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/1vTno0m.png\"/> | 13E.cl |\n| 12 | 13 Cultura | [>](https://origin.dpsgo.com/ssai/event/GI-9cp_bT8KcerLpZwkuhw/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/49QkKWv.png\"/> | 13C.cl |\n| 13 | 13 Prime | [>](https://origin.dpsgo.com/ssai/event/p4mmBxEzSmKAxY1GusOHrw/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/YwDFNxs.png\"/> | 13P.cl |\n| 14 | 13 Kids | [>](https://origin.dpsgo.com/ssai/event/LhHrVtyeQkKZ-Ye_xEU75g/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/m6y9AMe.png\"/> | 13Kids.cl |\n| 15 | 13 Realities | [>](https://origin.dpsgo.com/ssai/event/g7_JOM0ORki9SR5RKHe-Kw/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/p1Qpljw.png\"/> | 13Realities.cl |\n| 16 | 13 Teleseries | [>](https://origin.dpsgo.com/ssai/event/f4TrySe8SoiGF8Lu3EIq1g/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/aJMBnse.png\"/> | 13T.cl |\n| 17 | El Pingüino TV | [>](https://redirector.rudo.video/hls-video/339f69c6122f6d8f4574732c235f09b7683e31a5/pinguinotv/pinguinotv.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/ohXs2NV.png\"/> | ElPinguinoTV.cl |\n| 18 | UCL | [>](https://redirector.rudo.video/hls-video/c54ac2799874375c81c1672abb700870537c5223/ucl/ucl.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/JxqVHPX.png\"/> | UCL.uy |\n| 19 | Deportes13 Ⓖ | [>](https://redirector.rudo.video/hls-video/ey6283je82983je9823je8jowowiekldk9838274/13d/13d.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/GRpxoPf.png\"/> | D13.cl |\n| 20 | TVN 3 | [>](https://mdstrm.com/live-stream-playlist/5653641561b4eba30a7e4929.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/84lWqRi.png\"/> | TVN3.cl |\n| 21 | Chilevisión Noticias | [>](https://redirector.rudo.video/hls-video/10b92cafdf3646cbc1e727f3dc76863621a327fd/chvn/chvn.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Qh6d0A9.png\"/> | CHVNoticias.cl |\n"
  },
  {
    "path": "lists/china.md",
    "content": "<h1>China</h1>\n\nhttps://en.wikipedia.org/wiki/List_of_Chinese-language_television_channels\n\n<h2>National networks</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | CCTV-1 综合 | [>](https://node1.olelive.com:6443/live/CCTV1HD/hls.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/uHU6Vc0.png\"/> | CCTV1.cn |\n| 2   | CCTV-2 财经 | [>](https://node1.olelive.com:6443/live/CCTV2HD/hls.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/6C9JEYt.png\"/> | CCTV2.cn |\n| 3   | CCTV-3 综艺 | [x](https://cctvwbcdtxyhw.liveplay.myqcloud.com/cctvwbcd/cdrmjzcctv3_1/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Mh1N35D.png\"/> | CCTV3.cn |\n| 4   | CCTV-4 中文国际（亚） Ⓨ | [>](https://www.youtube.com/channel/UC4K_LI-Tn3-LshNgG0-YypQ/live) | <img height=\"20\" src=\"https://i.imgur.com/ovUSVEQ.png\"/> | CCTV4Asia.cn |\n| 5   | CCTV-4 中文国际（欧）| [x]() | <img height=\"20\" src=\"https://i.imgur.com/kx8metk.png\"/> | CCTV4Europe.cn |\n| 6   | CCTV-4 中文国际（美） Ⓢ | [>](https://global.cgtn.cicc.media.caton.cloud/master/cgtn-america.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/1TPiRqR.png\"/> | CCTV4America.cn |\n| 7   | CCTV-5 体育 | [>](https://node1.olelive.com:6443/live/CCTV5HD/hls.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Mut2omN.png\"/> | CCTV5.cn |\n| 8   | CCTV-5+ 体育赛事 | [>](https://node1.olelive.com:6443/live/CCTV5PHD/hls.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/UNjmQVS.png\"/> | CCTV5Plus.cn |\n| 9   | CCTV-6 电影 | [x]() | <img height=\"20\" src=\"https://i.imgur.com/SsPN5I3.png\"/> | CCTV6.cn |\n| 10  | CCTV-7 国防军事 | [>](https://node1.olelive.com:6443/live/CCTV7HD/hls.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/GhXlUpM.png\"/> | CCTV7.cn |\n| 11  | CCTV-8 电视剧 | [>](https://node1.olelive.com:6443/live/CCTV8HD/hls.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Qg1opg9.png\"/> | CCTV8.cn |\n| 12  | CCTV-9 纪录 | [>](https://node1.olelive.com:6443/live/CCTV9HD/hls.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Ruyzhu5.png\"/> | CCTV9.cn |\n| 13  | CCTV-10 科教 | [>](https://node1.olelive.com:6443/live/CCTV10HD/hls.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/W8JNs1s.png\"/> | CCTV10.cn |\n| 14  | CCTV-11 戏曲 | [x]() | <img height=\"20\" src=\"https://i.imgur.com/0MeegZK.png\"/> | CCTV11.cn |\n| 15  | CCTV-12 社会与法 | [x]() | <img height=\"20\" src=\"https://i.imgur.com/gZNwF1a.png\"/> | CCTV12.cn |\n| 16  | CCTV-13 新闻 | [>](https://node1.olelive.com:6443/live/CCTV13HD/hls.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/pPO8uJN.png\"/> | CCTV13.cn |\n| 17  | CCTV-14 少儿 | [x]() | <img height=\"20\" src=\"https://i.imgur.com/SORrhtE.png\"/> | CCTV14.cn |\n| 18  | CCTV-15 音乐 | [x]() | <img height=\"20\" src=\"https://i.imgur.com/V9I1ZyB.png\"/> | CCTV15.cn |\n| 19  | CCTV-16 奥林匹克 | [x]() | <img height=\"20\" src=\"https://i.imgur.com/gaA4Cjy.png\"/> | CCTV16.cn |\n| 20  | CCTV-17 农业农村 | [>](https://node1.olelive.com:6443/live/CCTV17HD/hls.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/XMsoHut.png\"/> | CCTV17.cn |\n| 21  | CETV-1 | [>](http://txycsbl.centv.cn/zb/0628cetv1.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/AMcIAOV.png\"/> | CETV1.cn |\n| 22  | CETV-2 | [>](http://txycsbl.centv.cn/zb/0822cetv2.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/a9mvoeP.png\"/> | CETV2.cn |\n| 23  | CETV-3 | [>](http://txycsbl.centv.cn/zb/0822cetv3.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/t8o5ZKt.png\"/> | CETV3.cn |\n| 24  | CETV-4 | [>](http://txycsbl.centv.cn/zb/0822cetv4.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/BRe0ybV.png\"/> | CETV4.cn |\n| 25  | FZTV-1 News 新闻综合频道 | [x](http://live.zohi.tv/video/s10001-fztv-1/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/QvBxGw3.png\"/> | FZTV1.cn |\n| 26  | FZTV-2 Movie & Drama Channel 影视频道 | [x](http://live.zohi.tv/video/s10001-fztv-2/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/xRP80XS.png\"/> | FZTV2.cn |\n| 27  | FZTV-3 Lifestyle Channel 生活频道 | [x](http://live.zohi.tv/video/s10001-fztv-3/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/jt7CWDT.png\"/> | FZTV3.cn |\n| 28  | FZTV-4 Children 少儿频道  | [x](http://live.zohi.tv/video/s10001-fztv-4/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/J4WtNTX.png\"/> | FZTVkids.cn |\n\n<h2>Provincial and prefectural networks</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n\n<h2>Other</h2>\n\n| #   | Channel          | Link  | Logo | EPG id |\n|:---:|:----------------:|:-----:|:----:|:------:|\n| 1   | TV BRICS Chinese | [>](https://brics.bonus-tv.ru/cdn/brics/chinese/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/896132Z.png\"/> | TVBRICSChinese.cn |\n"
  },
  {
    "path": "lists/costa_rica.md",
    "content": "<h1>Costa Rica</h1>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1 |  Canal 1 |[>](https://video20.klm99.com:3993/live/canal1crlive.m3u8) | <img height=\"20\" src=\"https://cloudfront-us-east-1.images.arcpublishing.com/gruponacion/2XI5OC6MQZFXXBDGMRRDOZSL2Q.jpg\"/> | Canal1.cr |\n| 2 |  Canal 2 CDR |[>](https://d3bgcstab9qhdz.cloudfront.net/hls/canal2.m3u8) | <img height=\"20\" src=\"https://i0.wp.com/directostv.teleame.com/wp-content/uploads/2016/06/Canal-2-Costa-Rica-en-vivo-Online.png\"/> | Canal2.cr |\n| 4 |  Canal 4 |[>](https://d3bgcstab9qhdz.cloudfront.net/hls/canal2.m3u8) | <img height=\"20\" src=\"https://i0.wp.com/directostv.teleame.com/wp-content/uploads/2016/06/Canal-4-Costa-Rica-en-vivo-Online.png\"/> | Canal4.cr |\n| 6 |  Canal 6 |[>](https://d3bgcstab9qhdz.cloudfront.net/hls/canal2.m3u8) | <img height=\"20\" src=\"https://i0.wp.com/directostv.teleame.com/wp-content/uploads/2016/06/Canal-6-Costa-Rica-en-vivo-Online.png\"/> | Canal6.cr |\n| 8 |  Canal 8 |[>](http://mdstrm.com/live-stream-playlist/5a7b1e63a8da282c34d65445.m3u8) | <img height=\"20\" src=\"https://platform-static.cdn.mdstrm.com/player/logo/5efe501c21d05a0722152f6d.png\"/> | Canal8.cr |\n| 11 |  Canal 11 |[>](https://d3bgcstab9qhdz.cloudfront.net/hls/canal2.m3u8) | <img height=\"20\" src=\"https://i0.wp.com/directostv.teleame.com/wp-content/uploads/2016/06/Canal-11-Costa-Rica-en-vivo-Online.png\"/> | Canal11.cr |\n| 88 |  88 Stereo |[>](http://k3.usastreams.com/CableLatino/88stereo/playlist.m3u8) | <img height=\"20\" src=\"http://www.88stereo.com/wp-content/uploads/2017/05/88Stereo-logoweb.png\"/> | 88stereo.cr |\n"
  },
  {
    "path": "lists/croatia.md",
    "content": "<h1>Croatia</h1>\n\n<h2>DVB-T</h2>\n\nList of free-to-air channels can be found from: https://oiv.hr/hr/usluge-i-platforme/oiv-dtv-dvb-t2-digitalna-zemaljska-televizija/popis-programa-dtv/\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1  | HRT 1 | [>](https://webtvstream.bhtelecom.ba/hls9/hrt1_1200.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/1/1f/HRT1-logo.png\" /> | HRT1.hr |\n| 2  | HRT 2 | [>](https://webtvstream.bhtelecom.ba/hls9/hrt2_1200.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/d/d0/Htv2-logo.png\" /> | HRT2.hr |\n| 3  | RTL | [>](https://d1cs5tlhj75jxe.cloudfront.net/rtl/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/zAjr6pO.png\"/> | RTLCroatia.hr |\n| 4  | Nova TV | [x]() | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/4/4a/Nova_TV_Croatia_logo.png/512px-Nova_TV_Croatia_logo.png\" /> | NovaTV.hr |\n| 5  | HRT 3 | [>](https://webtvstream.bhtelecom.ba/hls9/hrt3_1200.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/9/96/HRT3_Logo_aktuell.png\" /> | HRT3.hr |\n| 6  | HRT 4 | [x]() | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/7/76/HRT4-logo.png\" /> | HRT4.hr |\n| 7  | RTL 2 | [>](https://d1um9c09e0t5ag.cloudfront.net/rtl2/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/dQLaylJ.png\"/> | RTL2Croatia.hr |\n| 8  | Doma TV | [x]() | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/1/11/Doma_TV_logo.png/512px-Doma_TV_logo.png\"/> | DomaTV.hr |\n| 11 | Sportska televizija Ⓖ | [>](https://stream.agatin.hr:3087/live/sptvlive.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/xdxjcVh.png\"/> | SportskaTV.hr |\n| 12 | RTL Kockica | [>](https://d1rzyyum8t0q1e.cloudfront.net/rtl-kockica/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/BiSVmRa.png\"/> | RTLKockica.hr |\n| 13 | CMC TV | [>](https://stream.cmctv.hr:49998/cmc/live.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Fh2vawT.png\"/> | CMCTV.hr |\n| 16 | Plava Vinkovačka | [>](https://player-api.new.livestream.com/accounts/26611954/events/7977299/broadcasts/237205435.secure.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/WJJNtQ3.jpg\"/> | PlavaVinkovacka.hr |\n| 17 | Televizija Slavonije i Baranje (STV) | [>](http://89.201.163.244:8080/hls/hdmi.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/hr/0/04/STV.PNG\"/> | STV.hr |\n| 18 | Osječka televizija (OSTV) Ⓢ | [>](https://player-api.new.livestream.com/accounts/27681961/events/8347875/broadcasts/237202062.secure.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/o9JgEyG.png\"/> | OSTV.hr |\n| 21 | SBTV | [x]() | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/a/a2/SBTV_Logo.svg/480px-SBTV_Logo.svg.png\"/> | SBTV.hr |\n| 22 | Plava TV | [x]() | <img height=\"20\" src=\"https://i.imgur.com/kJjcNlG.jpg\"/> | PlavaTV.hr |\n| 27 | VTV Televizija | [x]() | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/0/09/VTV_televizija_Logo.svg/640px-VTV_televizija_Logo.svg.png\"/> | VTV.hr |\n| 31 | OTV | [x]() | <img height=\"20\" src=\"https://i.imgur.com/67zVdu2.png\"/> | OTV.hr |\n| 32 | Mreža TV | [x]() | <img height=\"20\" src=\"https://i.imgur.com/IdvKUp9.png\"/> | MrezaTV.hr |\n| 33 | Z1 | [x]() | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/hr/9/9e/Z1-tv_logo.png\"/> | Z1.hr |\n| 36 | Kanal Ri | [x]() | <img height=\"20\" src=\"https://kanal-ri.hr/wp-content/uploads/2022/09/kanalRi_logo_v1.png\"/> | KanalRi.hr |\n| 38 | TV Nova | [>](https://stream.agatin.hr:3727/live/tvnovalive.m3u8)   | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/hr/c/c8/TVnova-logo.png\"/> | TVNova.hr |\n| 47 | Diadora | [x]() | <img height=\"20\" src=\"https://i.imgur.com/qZzsASl.png\"/> | DiadoraTV.hr |\n| 51 | TV Jadran | [>](https://tvjadran.stream.agatin.hr:3412/live/tvjadranlive.m3u8)   | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/hr/9/9a/Tv_jadran_logo.png\"/> | TVJadran.hr |\n| 52 | TV Dalmacija | [x]() | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/hr/b/ba/Televizija_dalmacija_logo.jpg\"/> | TVDalmacija.hr |\n| 56 | Dubrovačka televizija (DUTV) | [x]() | <img height=\"20\" src=\"https://dutv.hr/wp-content/uploads/2017/10/DUTV-logo-plavi-web-veci.png\"/> | DUTV.hr |\n| 57 | Libertas TV | [>](https://stream.luci.xyz/hls/LTV.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/hr/8/8a/LibertasTV.png\"/> | LibertasTV.hr |\n| 61 | Laudato TV | [x]() | <img height=\"20\" src=\"https://i.imgur.com/661SU4H.png\"/> | LaudatoTV.hr |\n| 62 | Trend TV | [>](http://185.62.75.22:1935/trend/myStream/playlist.m3u8)   | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/hr/2/22/TrendTV.jpg\"/> | TrendTV.hr |\n| 64 | TV Šibenik | [x]() | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/hr/8/80/Tv-sibenik-logo.png\"/> | TVS.hr |\n| 98 | Televizija Zapad | [>](http://webtv.zapad.tv:8080/memfs/1ad23803-84c3-41c7-aa91-fce4c7eac52e.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/hr/9/97/TVZ-2018.png\"/> | TVZapad.hr |\n| 99 | Al Jazeera Balkans | [>](https://live-hls-web-ajb.getaj.net/AJB/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Z1FB6wl.png\"/> | AlJazeeraBalkans.ba |\n\n<h2>DVB-S</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 0   | Aurora TV | [x]() | <img height=\"20\" src=\"https://tvaurora.tv/wp-content/uploads/2023/03/cropped-AURORA-LOGO-2023.png\"/> | AuroraTV.hr |\n| 0   | HRT International | [x]() | <img height=\"20\" src=\"https://i.imgur.com/useLwHV.png\"/> | HRTInternational.hr |\n\n<h2>Web</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 0   | N1 Hrvatska | [x]() | <img height=\"20\" src=\"https://i.imgur.com/qcD1OOZ.png\"/> | N1Croatia.hr |\n"
  },
  {
    "path": "lists/cyprus.md",
    "content": "<h1>Cyprus</h1>\n\n<h2>Republic of Cyprus</h2>\n\n| #   | Channel           | Link  | Logo | EPG id |\n|:---:|:-----------------:|:-----:|:----:|:------:|\n| 1   | RIK 1 Ⓢ | [>](http://l6.cloudskep.com/tvb6/rik1-1/mpeg.2ts) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/e/e5/Logo_RIK_1_2017.svg/640px-Logo_RIK_1_2017.svg.png\"/> | RIK1.cy |\n| 2   | RIK 2 Ⓢ | [>](http://l6.cloudskep.com/tvb6/rik2-1/mpeg.2ts) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/1/14/Logo_RIK_2_2017.svg/640px-Logo_RIK_2_2017.svg.png\"/> | RIK2.cy |\n| 3   | RIK HD | [>](http://l6.cloudskep.com/tvb6/rikhd1/mpeg.2ts) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/el/7/7d/RIKHD2.png\"/> | RIKHD.cy |\n| 4   | RIK Sat | [>](https://l3.cloudskep.com/cybcsat/abr/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/a/ad/Logo_RIK_Sat_2017.svg/640px-Logo_RIK_Sat_2017.svg.png\"/> | RIKSat.cy |\n\n<h2>Northern Cyprus</h2>\n\n| #   | Channel           | Link  | Logo | EPG id |\n|:---:|:-----------------:|:-----:|:----:|:------:|\n| 1   | BRT 1 | [>](https://sc-kuzeykibrissmarttv.ercdn.net/brt1hd/bant1/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/gOPAi2c.png\"/> | BRT1.cy |\n| 2   | BRT 2 | [>](https://sc-kuzeykibrissmarttv.ercdn.net/brt2hd/bant1/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/t5kbIuj.png\"/> | BRT2.cy |\n| 3   | Ada TV Ⓢ | [>](https://sc-kuzeykibrissmarttv.ercdn.net/adatv/bant1/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/LPQfdz2.png\"/> | AdaTV.cy |\n| 4   | Kıbrıs Genç TV Ⓢ | [>](https://sc-kuzeykibrissmarttv.ercdn.net/kibrisgenctv/bant1/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/eBdQn9h.png\"/> | KibrisGencTV.cy |\n| 5   | Kanal T Ⓢ | [>](https://sc-kuzeykibrissmarttv.ercdn.net/kanalt/bantp1/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/4bA4pXT.png\"/> | KibrisKanalT.cy |\n| 6   | Kıbrıs TV Ⓢ | [>](https://sc-kuzeykibrissmarttv.ercdn.net/kibristv/bant1/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/5MJZPTo.png\"/> | KibrisTV.cy |\n| 7   | TV 2020 Ⓢ | [>](https://sc-kuzeykibrissmarttv.ercdn.net/tv2020/bantp1/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/rtfsNdd.png\"/> | TV2020.cy |\n"
  },
  {
    "path": "lists/czech_republic.md",
    "content": "<h1>Czech Republic</h1>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | ČT1 Ⓖ    | [>](https://sktv.plainrock127.xyz/get.php?x=CT1) | <img height=\"20\" src=\"https://i.imgur.com/qBlEbN3.png\"/> | CT1.cz |\n| 2   | ČT2 Ⓖ    | [>](https://sktv.plainrock127.xyz/get.php?x=CT2) | <img height=\"20\" src=\"https://i.imgur.com/HpnGC6A.png\"/> | CT2.cz |\n| 3   | ČT24      | [>](https://sktv.plainrock127.xyz/get.php?x=CT24) | <img height=\"20\" src=\"https://i.imgur.com/pUMRFs1.png\"/> | CT24.cz |\n| 4   | ČT sport Ⓖ    | [>](https://sktv.plainrock127.xyz/get.php?x=CTsport) | <img height=\"20\" src=\"https://i.imgur.com/I2dltZW.png\"/> | CTSport.cz |\n| 5   | ČT :D      | [>](https://sktv.plainrock127.xyz/get.php?x=CT_D) | <img height=\"20\" src=\"https://i.imgur.com/Pa5rLpA.png\"/> | CTDecko.cz |\n| 6   | ČT art      | [>](https://sktv.plainrock127.xyz/get.php?x=CTart) | <img height=\"20\" src=\"https://i.imgur.com/u8mfETB.png\"/> | CTart.cz |\n| 7   | ČT sport Plus Ⓖ    | [>](https://sktv.plainrock127.xyz/get.php?x=CTsportPlus) | <img height=\"20\" src=\"https://i.imgur.com/5JiMynW.png\"/> | |\n| 8   | JOJ Family Ⓢ    | [>](https://live.cdn.joj.sk/live/hls/family-540.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/IZHIAAj.png\"/> | JojFamily.sk |\n| 9   | Šlágr Originál Ⓢ    | [>](https://stream-6.mazana.tv/slagr.m3u) | <img height=\"20\" src=\"https://i.imgur.com/fQcx9S2.png\"/> | SlagrOriginal.cz |\n| 10  | Šlágr Muzika Ⓢ    | [>](https://stream-33.mazana.tv/slagr2.m3u) | <img height=\"20\" src=\"https://i.imgur.com/J9YHDVS.png\"/> | SlagrMuzika.cz |\n| 11  | Šlágr Premium Ⓢ    | [>](https://stream-15.mazana.tv/slagrpremium.m3u) | <img height=\"20\" src=\"https://i.imgur.com/Lp0IqDx.png\"/> | SlagrPremium.cz |\n| 12  | Prima Ⓖ   | [>](https://prima-ott-live.ssl.cdn.cra.cz/channels/prima_family/playlist/cze/live_hd.m3u8?offsetSeconds=0&url=0) | <img height=\"20\" src=\"https://i.imgur.com/0aHT2Nj.png\"> | Prima.cz |\n| 13  | CNN Prima News   | [>](https://prima-ott-live.ssl.cdn.cra.cz/channels/prima_cnn/playlist/cze/live_hd.m3u8?offsetSeconds=0&url=0) | <img height=\"20\" src=\"https://i.imgur.com/Il7t0bU.png\"> | CNNPrimaNews.cz |\n| 14  | Prima Zoom Ⓖ   | [>](https://prima-ott-live.ssl.cdn.cra.cz/channels/prima_zoom/playlist/cze/live_hd.m3u8?offsetSeconds=0&url=0) | <img height=\"20\" src=\"https://i.imgur.com/zuzBucZ.png\"> | PrimaZoom.cz |\n| 15  | Prima Love Ⓖ   | [>](https://prima-ott-live.ssl.cdn.cra.cz/channels/prima_love/playlist/cze/live_hd.m3u8?offsetSeconds=0&url=0) | <img height=\"20\" src=\"https://i.imgur.com/TOCZc3Y.png\"> | PrimaLove.cz |\n| 16  | Prima STAR Ⓖ   | [>](https://prima-ott-live.ssl.cdn.cra.cz/channels/prima_star/playlist/cze/live_hd.m3u8?offsetSeconds=0&url=0) | <img height=\"20\" src=\"https://i.imgur.com/tQGwvNs.png\"> | PrimaStar.cz |\n| 17  | Prima Krimi Ⓖ   | [>](https://prima-ott-live.ssl.cdn.cra.cz/channels/prima_krimi/playlist/cze/live_hd.m3u8?offsetSeconds=0&url=0) | <img height=\"20\" src=\"https://i.imgur.com/Dn2YxrA.png\"> | PrimaKrimi.cz |\n| 18  | Prima MAX Ⓖ   | [>](https://prima-ott-live.ssl.cdn.cra.cz/channels/prima_max/playlist/cze/live_hd.m3u8?offsetSeconds=0&url=0) | <img height=\"20\" src=\"https://i.imgur.com/QaEakvm.png\"> | PrimaMax.cz |\n| 19  | Prima Cool Ⓖ   | [>](https://prima-ott-live.ssl.cdn.cra.cz/channels/prima_cool/playlist/cze/live_hd.m3u8?offsetSeconds=0&url=0) | <img height=\"20\" src=\"https://i.imgur.com/JMHWmcJ.png\"> | PrimaCool.cz |\n| 20  | Prima Show Ⓖ   | [>](https://prima-ott-live.ssl.cdn.cra.cz/channels/prima_show/playlist/cze/live_hd.m3u8?offsetSeconds=0&url=0) | <img height=\"20\" src=\"https://i.imgur.com/zX4NTJ5.png\"> | PrimaShow.cz |\n| 21  | Óčko Ⓢ    | [>](https://ocko-live.ssl.cdn.cra.cz/channels/ocko/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/iPmpsnN.png\"/> | Ocko.cz |\n| 22  | Óčko Star Ⓢ    | [>](https://ocko-live.ssl.cdn.cra.cz/channels/ocko_gold/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/tGzQFWw.png\"/> | OckoStar.cz |\n| 23  | Óčko Expres Ⓢ    | [>](https://ocko-live.ssl.cdn.cra.cz/channels/ocko_expres/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/e731JNS.png\"/> | OckoExpres.cz |\n| 24  | Retro Music Television Ⓢ    | [>](https://stream.mediawork.cz/retrotv/smil:retrotv2.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/a6S2Yo4.png\"/> | RetroMusicTV.cz |\n| 25  | TN Live      | [>](https://sktv.plainrock127.xyz/get.php?x=NovaTNLive) | <img height=\"20\" src=\"https://i.imgur.com/9P7ZyFu.png\"/> | |\n| 26  | Praha TV      | [>](https://stream.polar.cz/prahatv/prahatvlive-1/playlist.m3u8) | <img height=\"20\" src=\"https://www.praga2018.cz/wp-content/uploads/logo-prahatv.png\"/> | PrahaTV.cz |\n| 27  | TV Nova Ⓢ    | [>](https://sktv.plainrock127.xyz/get.php?x=Nova) | <img height=\"20\" src=\"https://i.imgur.com/77ztmd9.png\"/> | tvnova.cz |\n| 28  | Východoceská TV      | [>](https://stream.polar.cz/vctv/vctvlive-1/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/4Wwptd3.png\"/> | V1.cz |\n| 29  | UTV (Czech Republic)      | [>](https://vysilani.zaktv.cz/broadcast/hls/utv/index.m3u8) | <img height=\"20\" src=\"https://imgur.com/ulfeIwM.png\"/> | utv.cz |"
  },
  {
    "path": "lists/denmark.md",
    "content": "<h1>Denmark</h1>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | DR1 Ⓖ | [>](https://drlive01texthls.akamaized.net/hls/live/2014186/drlive01text/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/wEq8UnG.png\"/> | DR1.dk |\n| 3   | DR2 Ⓖ | [>](https://drlive02texthls.akamaized.net/hls/live/2014188/drlive02text/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/b79UKYN.png\"/> | DR2.dk |\n| 4   | DR Ramasjang Ⓖ | [>](https://drlive03texthls.akamaized.net/hls/live/2014191/drlive03text/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/YD0z2mN.png\"/> | DRRamasjang.dk |\n| 37   | Folketinget TV | [>](https://cdnapi.kaltura.com/p/2158211/sp/327418300/playManifest/entryId/1_24gfa7qq/protocol/https/format/applehttp/a.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/RqQDUzX.png\"/> | TVfromtheDanishParliament.dk |\n\n<h3>Regional (TV2)</h2>\n\nhttps://en.wikipedia.org/wiki/TV_2_(Denmark)#Regions\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | TV Syd+ | [>](https://cdn-lt-live.tvsyd.dk/env/cluster-1-e.live.nvp1/live/hls/p/1956351/e/0_e9slj9wh/tl/main/st/0/t/rFEtaqAbdhUFGef_BNF4WQ/index-s32.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/k2jf591.png\"/> | TVSYD.dk |\n| 2   | TV 2/Fyn | [>](https://cdn-lt-live.tv2fyn.dk/env/cluster-1-e.live.nvp1/live/hls/p/1966291/e/0_vsfrv0zm/tl/main/st/0/t/EgP1FA1D39taZFVewCa42w/index-s32.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/4L6AIMH.png\"/> | TV2Fyn.dk |\n| 3   | TV 2/Øst | [>](https://cdn-lt-live.tveast.dk/env/cluster-1-e.live.nvp1/live/hls/p/1953381/e/0_zphj9q61/tl/main/st/0/t/THUB80e-ZMufZCE4pDhO0g/index-s32.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/H9l6Ulw.png\"/> | TV2Ost.dk |\n| 4   | TV 2/Nord | [>](https://cdn-lt-live.tv2nord.dk/env/cluster-1-e.live.nvp1/live/hls/p/1956931/e/1_h9yfe7h2/tl/main/st/1/t/_FUn1YHQ6_P6lES4U6mmsA/index-s32.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/tEJ22UW.png\"/> | TV2Nord.dk |\n| 5   | TV 2 Kosmopol | [>](https://cdn-lt-live.tv2lorry.dk/env/cluster-1-d.live.nvp1/live/hls/p/2045321/e/1_grusx1zd/tl/main/st/0/t/rCct87c-v2SFFCvQK1BBOg/index-s32.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/oVmCoKY.png\"/> | TV2Kosmopol.dk |\n| 6   | TV/Midt-Vest | [>](https://cdn-lt-live.tvmidtvest.dk/env/cluster-1-d.live.frp1/live/hls/p/1953371/e/1_9x5lzos9/tl/main/st/0/t/9MTEhotxVwKuatx1EVXdGg/index-s34.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/OU7xIVa.png\"/> | TVMidtvest.dk |\n| 7   | TV 2/Østjylland | [>](https://cdn-lt-live.tvmidtvest.dk/env/cluster-1-d.live.frp1/live/hls/p/1953371/e/1_9x5lzos9/tl/main/st/0/t/9MTEhotxVwKuatx1EVXdGg/index-s34.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/qEUXjHp.png\"/> | TV2Ostjylland.dk |\n| 8   | TV 2/Bornholm | [>](https://live.tv2bornholm.dk/stream/live/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/cEOpXU6.png\"/> | TV2Bornholm.dk |\n\n<h3>Local</h3>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | TV Storbyen    | [>](https://5eeb3940cfaa0.streamlock.net/webtv_live/_definst_/mp4:kanalnordvest/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/QqjRqow.png\"/> | TVStorbyen.dk |\n| 2   | Kanal Hovedstaden | [>](http://khkbh.dk:8080/hls/livestream/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/MCXYDwH.png\"/> | KanalHovedstaden.dk |\n| 3   | KKRtv          | [>](rtmp://video.kkr.dk/live/kkr) | <img height=\"20\" src=\"https://i.imgur.com/TbtjWHI.png\"/> | KKRtv.dk |\n"
  },
  {
    "path": "lists/dominican_republic.md",
    "content": "<h1>Dominican Republic</h1>\n\n\n| #   | Channel         | Link  | Logo | EPG id |\n|:---:|:---------------:|:-----:|:----:|:------:|\n| 4   | Canal RTVD 4       | [>](https://protvradiostream.com:1936/canal4rd-1/ngrp:canal4rd-1_all/playlist.m3u8) | <img height=\"20\" src=\"https://static.wikia.nocookie.net/logopedia/images/4/4e/CERTV_4_2015.png\"/> | Canal4RD.do |\n"
  },
  {
    "path": "lists/egypt.md",
    "content": "<h1>Egypt</h1>\n\n| #  | Channel        | Link  | Logo | EPG id |\n|:--:|:--------------:|:-----:|:----:|:------:|\n| 1  | Aghapy TV | [>](https://5b622f07944df.streamlock.net/aghapy.tv/aghapy.smil/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/e/eb/AghapyTV.jpg\"/> | AghapyTV.eg |\n| 2  | Al Ghad Plus | [>](https://playlist.fasttvcdn.com/pl/ykvm3f2fhokwxqsurp9xcg/alghad-plus/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/0/06/AlGhad_TV.png\"/> | AlGhadPlus.eg |\n| 3  | Al Ghad TV | [>](https://eazyvwqssi.erbvr.com/alghadtv/alghadtv.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/0/06/AlGhad_TV.png\"/> | AlGhadTV.eg |\n| 4  | Al Qahera News | [>](https://bcovlive-a.akamaihd.net/d30cbb3350af4cb7a6e05b9eb1bfd850/eu-west-1/6057955906001/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/ar/b/b0/%D9%82%D9%86%D8%A7%D8%A9_%D8%A7%D9%84%D9%82%D8%A7%D9%87%D8%B1%D8%A9_%D8%A7%D9%84%D8%A5%D8%AE%D8%A8%D8%A7%D8%B1%D9%8A%D8%A9.png\"/> | AlQaheraNews.eg |\n| 5  | Alhayat TV | [>](https://cdn3.wowza.com/5/OE5HREpIcEkySlNT/alhayat-live/ngrp:livestream_all/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/8/8c/Al-Hayat_Media_Center_Logo_%28variant_2%29.svg\"/> | AlhayatTV.eg |\n| 6  | Coptic TV | [>](https://5aafcc5de91f1.streamlock.net/ctvchannel.tv/ctv.smil/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/4/4c/Coptic_news.jpg\"/> | CopticTV.eg |\n| 7  | Huda TV | [>](https://cdn.bestream.io:19360/elfaro1/elfaro1.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/5/58/Logo_huda_%D8%AD%D8%AC%D9%85_%D9%83%D8%A8%D9%8A%D8%B1.gif\"/> | HudaTV.eg |\n| 8  | Koogi TV | [>](https://5d658d7e9f562.streamlock.net/koogi.tv/koogi.smil/playlist.m3u8) | <img height=\"20\" src=\"\"/> | KoogiTV.eg |\n| 9  | MBC Masr 1 | [>](https://mbc1-enc.edgenextcdn.net/out/v1/d5036cabf11e45bf9d0db410ca135c18/index.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/7/7c/MBC_Masr_Logo.png\"/> | MBCMasr1.eg |\n| 10  | MBC Masr 2 | [>](https://shls-masr2-ak.akamaized.net/out/v1/f683685242b549f48ea8a5171e3e993a/index.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/5/53/MBC_Masr_2_Logo.svg\"/> | MBCMasr2.eg |\n| 11  | Rotana Cinema | [>](https://rotana.hibridcdn.net/rotana/cinemamasr_net-7Y83PP5adWixDF93/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/9/92/Rotana_Cinema_Egy.png\"/> | RotanaCinema.eg |\n| 12  | Watan TV | [>](https://rp.tactivemedia.com/watantv_source/live/playlist.m3u8) | <img height=\"20\" src=\"\"/> | WatanTV.eg |"
  },
  {
    "path": "lists/estonia.md",
    "content": "<h1>Estonia</h1>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | ETV Ⓖ     | [>](http://sb.err.ee/live/etv.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/5URjPgG.png\"/> | ETV.ee |\n| 2   | ETV2 Ⓖ    | [>](http://sb.err.ee/live/etv2.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/fUjGHDa.png\"/> | ETV2.ee |\n| 3   | ETV+ Ⓖ    | [>](http://sb.err.ee/live/etvpluss.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/YAubPlU.png\"/> | ETVPlus.ee |\n| 4   | Riigikogu  | [>](https://riigikogu.babahhcdn.com/bb1027/smil:riigikogu_ch1.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/7uWaZLF.png\"/> | Riigikogu.ee |\n| 5   | Taevas TV7 | [>](https://vod.tv7.fi/tv7-ee/_definst_/smil:tv7-ee.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/usXedIj.png\"/> | TaevasTV7.fi |\n| 6   | Life TV Estonia | [>](https://lifetv.bitflip.ee/live/stream2.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/JhrTB82.png\"/> | LifeTV.ee |\n| 7   | Life TV Europe | [>](https://lifetv.bitflip.ee/live/stream1.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/JhrTB82.png\"/> | LifeTVEurope.ee |\n| 8   | TBN Baltia | [>](http://dc.tbnbaltia.eu:8088/dvr/rewind-21600.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/rKBaK56.png\"/> | TBNBaltia.ee |\n"
  },
  {
    "path": "lists/faroe_islands.md",
    "content": "<h1>Faroe Islands</h1>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | KVF Sjónvarp   | [>](https://w1.kringvarp.fo/uttanlands/smil:uttanlands.smil/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/a/ab/KVF_logo_2019.svg/640px-KVF_logo_2019.svg.png\"/> | KVFSjonvarp.fo |\n| 2   | Tingvarp | [>](https://play.kringvarp.fo/redirect/tingvarp/_definst_/smil:tingvarp.smil?type=m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/9/90/Logo_-_L%C3%B8gting.png\"/> | Tingvarp.fo |\n"
  },
  {
    "path": "lists/finland.md",
    "content": "<h1>Finland</h1>\n\n* https://www.digita.fi/antennitv/vapaat-kanavat-ja-vastaanotto/hyodyllista-tietoa-tvsta/kanavajarjestys/\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | Yle TV1 Ⓖ | [>](https://yletv.akamaized.net/hls/live/622365/yletv1fin/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/6yXZwUL.png\"/> | YleTV1.fi |\n| 2   | Yle TV2 Ⓖ | [>](https://yletv.akamaized.net/hls/live/622366/yletv2fin/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/4xkc6PL.png\"/> | YleTV2.fi |\n| 3   | MTV3 | [>](https://live-fi.tvkaista.net/mtv3/live.m3u8?src=freetv) | <img height=\"20\" src=\"https://i.imgur.com/kNbmc8n.png\"/> | MTV3.fi |\n| 4   | Nelonen | [>](https://live-fi.tvkaista.net/nelonen/live.m3u8?src=freetv) | <img height=\"20\" src=\"https://i.imgur.com/BFbCyfY.png\"/> | Nelonen.fi |\n| 5   | Yle Teema Fem Ⓖ | [>](https://yletv.akamaized.net/hls/live/622367/yletvteemafemfin/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/iDljufz.png\"/> | YleTeemaFem.fi |\n| 6   | MTV Sub | [>](https://live-fi.tvkaista.net/sub/live.m3u8?src=freetv) | <img height=\"20\" src=\"https://i.imgur.com/VRCuxQt.png\"/> | Sub.fi |\n| 7   | TV5 Finland | [>](https://live-fi.tvkaista.net/tv5/live.m3u8?src=freetv) | <img height=\"20\" src=\"https://i.imgur.com/MoukyGs.png\"/> | TV5.fi |\n| 8   | Liv | [>](https://live-fi.tvkaista.net/liv/live.m3u8?src=freetv) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/0/06/Liv_color_RGB.png\"/> | Liv.fi |\n| 9   | Jim | [>](https://live-fi.tvkaista.net/jim/live.m3u8?src=freetv) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/9/92/Jim_color_RGB.png\"/> | Jim.fi |\n| 10  | Kutonen | [>](https://live-fi.tvkaista.net/kutonen/live.m3u8?src=freetv) | <img height=\"20\" src=\"https://i.imgur.com/4giVyxb.png\"/> | Kutonen.fi |\n| 11  | TLC Finland | [>](https://live-fi.tvkaista.net/tlc/live.m3u8?src=freetv) | <img height=\"20\" src=\"https://i.imgur.com/0d5hP3A.png\"/> | TLCFinland.fi |\n| 12  | Star Channel Finland | [>](https://live-fi.tvkaista.net/star-channel/live.m3u8?src=freetv) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Star_Channel_2020.svg/640px-Star_Channel_2020.svg.png\"/> | StarChannel.fi |\n| 13  | MTV Ava | [>](https://live-fi.tvkaista.net/ava/live.m3u8?src=freetv) | <img height=\"20\" src=\"https://i.imgur.com/rtyJVgB.png\"/> | AVA.fi |\n| 14  | Hero | [>](https://live-fi.tvkaista.net/hero/live.m3u8?src=freetv) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/b/bd/Hero_color_RGB.png\"/> | Hero.fi |\n| 15  | Frii | [>](https://live-fi.tvkaista.net/frii/live.m3u8?src=freetv) | <img height=\"20\" src=\"https://i.imgur.com/ljKoG9I.png\"/> | Frii.fi |\n| 17  | Alfa Ⓢ | [>](https://irrtv2.digitacdn.net/live/ott/irrtv/playlist.m3u8?organizationId=229401409&suiteItemId=230439940) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/fi/9/93/IRR-TV-1.png\"/> | IRRTV.fi |\n| 18  | TapahtumaTV Eveo | [>](https://live-fi.tvkaista.net/tapahtumatv-eveo/live.m3u8?src=freetv) | <img height=\"20\" src=\"https://i.imgur.com/sR8nA8w.png\"/> | Eveo.fi |\n| 20  | National Geographic Finland Ⓖ | [>](https://live-fi.tvkaista.net/national-geographic/live.m3u8?src=freetv) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/f/fc/Natgeologo.svg/512px-Natgeologo.svg.png\"/> | NationalGeographicFinland.fi |\n| 21  | Viaplay TV | [>](https://live-fi.tvkaista.net/viaplay-tv/live.m3u8?src=freetv) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/94/Viaplay_TV_logo.svg/640px-Viaplay_TV_logo.svg.png\"/> | ViaplayTV.fi |\n| 33  | OnniTV | [>](https://onnitv.digitacdn.net/live/ott/onnitv/playlist.m3u8?organizationId=83459409&suiteItemId=83459780) | <img height=\"20\" src=\"https://i.imgur.com/HzILf2H.png\"/> | KotiTV.fi |\n| 45  | Taivas TV7 | [>](https://vod.tv7.fi/tv7-fi/_definst_/smil:tv7-fi.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/a4iNVXA.png\"/> | TaivasTV7.fi |\n| 46  | Himlen TV7 | [>](https://vod.tv7.fi/tv7-se/_definst_/smil:tv7-se.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/a4iNVXA.png\"/> | HimlenTV7.fi |\n| 99  | MTV Uutiset Live | [>](https://live.streaming.a2d.tv/asset/20025962.isml/.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/IyB6mIb.png\"/> | MTVUutiset.fi |\n\n<h2>Local channels</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 0   | Nopola News | [>](https://virta2.nopolanews.fi:8443/live/smil:Stream1.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/gOj8J6O.png\"/> | NopolaNews.fi |\n| 0   | När-TV Ⓢ | [>](https://streaming.nartv.fi/live/ngrp:NAR_TV.stream_all/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Ht5yePq.png\"/> | NarTV.fi |\n| 0   | Sundom TV Ⓨ | [>](https://www.youtube.com/@SundomTV/live) | <img height=\"20\" src=\"https://i.imgur.com/WgwR7nJ.png\"/> | SundomTV.fi |\n| 0   | Wör TV Ⓨ | [>](https://www.youtube.com/@wor-tvr.f.4461/live) | <img height=\"20\" src=\"https://i.imgur.com/P9O1jo0.png\"/> | WorTV.fi |\n\n<h2>Internet</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 0   | YleX Studio Live | [>](https://ylestudiolive.akamaized.net/hls/live/2007826/ylestudiolive-YleX/master.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/c/cf/YleX.svg/450px-YleX.svg.png\"/> | YleX.fi |\n| 0   | Järviradio TV | [>](https://streamer.radiotaajuus.fi/memfs/47f113bf-04ea-493b-a9d4-52945fd9db31.m3u8) | <img height=\"20\" src=\"https://jarviradio.fi/jrtv2/wp-content/uploads/2022/01/jrtv1.jpg\"/> | JRTVJarviradio.fi |\n"
  },
  {
    "path": "lists/france.md",
    "content": "<h1>France</h1>\n\n<h2>Reliable feeds</h2>\n\n<p>These feeds are hosted by their TV channel, either on their website or their youtube channel. They're likely to continue to work well for a long period of time.</p>\n\n| #   | Channel    | Link  | Logo | EPG id |\n|:---:|:----------:|:-----:|:----:|:------:|\n| 7   | Arte Ⓖ     | [>](https://artesimulcast.akamaized.net/hls/live/2031003/artelive_fr/index.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/4/43/Arte_Logo_2017.svg/12px-Arte_Logo_2017.svg.png\"/> | ARTEFrench.fr |\n| 8   | C8 Ⓓ | [>](https://www.dailymotion.com/video/x5gv5rr) | <img height=\"20\" src=\"https://i.imgur.com/LXhXF8l.png\"/> | C8.fr |\n| 12  | NRJ 12 | [>](https://nrj12.nrjaudio.fm/hls/live/2038374/nrj_12/master.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/4/45/NRJ12_logo_2015.svg/749px-NRJ12_logo_2015.svg.png\"/> | NRJ12.fr |\n| 13  | LCP          | [>](https://lcp.fr/le-live-lcp-tnt-5433) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/fr/thumb/6/6a/Logo_LCP-AN_-_Public_S%C3%A9nat_%282019%29.svg/53px-Logo_LCP-AN_-_Public_S%C3%A9nat_%282019%29.svg.png\"/> | LCP.fr |\n| 14  | Public Sénat | [>](https://www.publicsenat.fr/direct) | <img height=\"20\" src=\"https://i.imgur.com/bJOdFT1.png\"/> | PublicSenat.fr |\n| 16  | CNews Ⓓ    | [>](https://www.dailymotion.com/video/x3b68jn) | <img height=\"20\" src=\"https://i.imgur.com/UMRGAHx.png\"/> | CNews.fr |\n| 27  | franceinfo: Ⓨ | [>](https://www.youtube.com/c/franceinfo/live) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/0/03/Franceinfo.svg/640px-Franceinfo.svg.png\"/> | Franceinfo.fr |\n| 28  | France 24 Ⓨ   | [>](https://www.youtube.com/c/FRANCE24/live) | <img height=\"20\" src=\"https://i.imgur.com/61MSiq9.png\"/> | France24French.fr |\n| 31  | Euronews Français Ⓨ    | [>](https://www.youtube.com/euronewsfr/live) | <img height=\"20\" src=\"https://i.imgur.com/3Lr5iAj.png\"/> | EuronewsFrench.fr |\n| 33  | Africanews Ⓨ | [>](https://www.youtube.com/c/Africanewsfr/live) | <img height=\"20\" src=\"https://i.imgur.com/xocvePC.png\"/> | Africanews.cg |\n| 21  | L'Équipe ⒹⒼ    | [>](https://www.dailymotion.com/video/x2lefik) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/3/32/L%27%C3%89quipe_wordmark.svg/640px-L%27%C3%89quipe_wordmark.svg.png\"/> | LEquipe.fr |\n| 32  | France Inter Ⓨ | [>](https://www.youtube.com/c/FranceInter/live) | <img height=\"20\" src=\"https://i.imgur.com/d9Ncl8m.png\"/> | FranceInter.fr |\n| 34  | CGTN Français | [>](https://news.cgtn.com/resource/live/french/cgtn-f.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/fMsJYzl.png\"/> | CGTNFrench.cn |\n\n<h2>DVB-S</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | TF1 | [x](http://livetv.ktv.zone/3/play.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/fr/thumb/7/77/TF1_%282013%29.svg/640px-TF1_%282013%29.svg.png\"/> | TF1.fr |\n| 2   | France 2 | [x](http://livetv.ktv.zone/104/play.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/5/53/France_2_2018.svg/886px-France_2_2018.svg.png\"/> | France2.fr |\n| 3   | France 3 | [x](http://livetv.ktv.zone/105/play.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/France_3_2018.svg/899px-France_3_2018.svg.png\"/> | France3.fr |\n| 4   | France 4 | [x](http://livetv.ktv.zone/116/play.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/3/3b/France_4_2018.svg/998px-France_4_2018.svg.png\"/> | France4.fr |\n| 5   | France 5 | [x](http://livetv.ktv.zone/107/play.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/5/50/France_5_2018.svg/900px-France_5_2018.svg.png\"/> | France5.fr |\n| 10  | TMC | [x](http://livetv.ktv.zone/12/play.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/fr/thumb/a/a8/TMC_logo_2016.svg/512px-TMC_logo_2016.svg.png\"/> | TMC.fr |\n| 11  | TFX | [x](http://livetv.ktv.zone/13/play.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/fr/thumb/8/83/TFX_logo_2018.svg/640px-TFX_logo_2018.svg.png\"/> | TFX.fr |\n| 20  | TF1 Séries Films | [x](http://livetv.ktv.zone/22/play.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/fr/thumb/4/4b/TF1_S%C3%A9ries_Films_logo_2020.svg/640px-TF1_S%C3%A9ries_Films_logo_2020.svg.png\"/> | TF1SeriesFilms.fr |\n| 29  | TV5 Monde Info | [>](https://ott.tv5monde.com/Content/HLS/Live/channel(info)/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/NcysrWH.png\"/> | TV5MondeInfo.fr |\n| 30  | TV5 Monde FBS | [>](https://ott.tv5monde.com/Content/HLS/Live/channel(fbs)/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/uPmwTo9.png\"/> | TV5MondeFranceBelgiumSwitzerland.fr |\n| 31  | TV5 Monde Europe | [>](https://ott.tv5monde.com/Content/HLS/Live/channel(europe)/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/uPmwTo9.png\"/> | TV5MondeEurope.fr |\n\n<h2>Unreliable (other)</h2>\n\n| #   | Channel    | Link  | Logo | EPG id |\n|:---:|:----------:|:-----:|:----:|:------:|\n| 1   | TF1        | [x](https://tf1-hls-live-ssl.tf1.fr/tf1/1/hls/live_2328.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/d/dc/TF1_logo_2013.png/62px-TF1_logo_2013.png\"/> | TF1.fr |\n| 4   | France 4   | [x](http://edge9.iptvnetwork.net/live/france4/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/3/3b/France_4_2018.svg/39px-France_4_2018.svg.png\"/> | France4.fr |\n| 15  | BFM TV     | [x](https://bfmtvalive1-a.akamaihd.net/r8ef15893bf3d4c2db0105218bdfe87f4/eu-central-1/876450610001/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/b/b6/Logo_BFM_TV_%282019%29.png/53px-Logo_BFM_TV_%282019%29.png\"/> | BFMTV.fr |\n| 18  | Gulli      | [x](https://d13anarbtxy8c5.cloudfront.net/6play/short/clr/gulli/sdindex.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/fr/thumb/4/43/18._Gulli.png/57px-18._Gulli.png\"/> | Gulli.fr |\n| 22  | 6ter       | [x]() | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/fr/thumb/a/a9/6ter_2012.png/73px-6ter_2012.png\"/> | 6ter.fr |\n| 26  | LCI          | [x](https://sv0.data-stream.top/hls/lci.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/fr/8/85/LCI.png/> | LCI.fr |\n\n<h2>Unreliable (tntdirect)</h2>\n\n| #   | Channel    | Link  | Logo | EPG id |\n|:---:|:----------:|:-----:|:----:|:------:|\n| 1   | TF1        | [x](https://s13.tntendirect.com/tf1/live/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/d/dc/TF1_logo_2013.png/62px-TF1_logo_2013.png\"/> | TF1.fr |\n| 2   | France 2   | [x](https://s13.tntendirect.com/france2/live/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/5/53/France_2_2018.svg/35px-France_2_2018.svg.png\"/> | France2.fr |\n| 3   | France 3   | [x](https://s13.tntendirect.com/france3/live/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/France_3_2018.svg/35px-France_3_2018.svg.png\"/> | France3.fr |\n| 5   | France 5   | [x](https://s13.tntendirect.com/france5/live/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/5/50/France_5_2018.svg/35px-France_5_2018.svg.png\"/> | France5.fr |\n| 6   | M6         | [x](https://s13.tntendirect.com/m6/live/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/4/4a/Logo_M6_%282020%2C_fond_clair%29.svg/49px-Logo_M6_%282020%2C_fond_clair%29.svg.png\"/> | M6.fr |\n| 8   | C8         | [x](https://s13.tntendirect.com/d8/live/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/LXhXF8l.png\"/> | C8.fr |\n| 9   | W9         | [x](https://s13.tntendirect.com/w9/live/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/4/40/W9_2018.svg/56px-W9_2018.svg.png\"/> | W9.fr |\n| 10  | TMC        | [x](https://s13.tntendirect.com/tmc/live/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/fr/thumb/a/a8/TMC_logo_2016.svg/512px-TMC_logo_2016.svg.png\"/> | TMC.fr |\n| 11  | TFX        | [x](https://s13.tntendirect.com/nt1/live/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/fr/thumb/8/83/TFX_logo_2018.svg/640px-TFX_logo_2018.svg.png\"/> | TFX.fr |\n| 12  | NRJ 12     | [x](https://s13.tntendirect.com/nrj12/live/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/fr/thumb/9/93/NRJ_12_logo_2015.svg/757px-NRJ_12_logo_2015.svg.png\"/> | NRJ12.fr |\n| 17  | CStar      | [x](https://s13.tntendirect.com/d17/live/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/8/8f/Logo_projet_CStar.svg/80px-Logo_projet_CStar.svg.png\"/> | CStar.fr |\n| 20  | TF1 Séries Films | [x](https://s13.tntendirect.com/hd1/live/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/fr/thumb/4/4b/TF1_S%C3%A9ries_Films_logo_2020.svg/640px-TF1_S%C3%A9ries_Films_logo_2020.svg.png\"/> | TF1SeriesFilms.fr |\n| 21  | L'Équipe Ⓖ | [x](https://s13.tntendirect.com/lequipe21/live/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/3/32/L%27%C3%89quipe_wordmark.svg/640px-L%27%C3%89quipe_wordmark.svg.png\"/> | LEquipe.fr |\n| 24  | RMC Découverte | [x](https://s13.tntendirect.com/rmcdecouverte/live/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/fr/thumb/b/b3/RMC_D%C3%A9couverte_logo_2017.svg/76px-RMC_D%C3%A9couverte_logo_2017.svg.png\"/> | RMCDecouverte.fr |\n| 25  | Chérie 25  | [x](https://s13.tntendirect.com/cherie25/live/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/fr/thumb/f/f0/Ch%C3%A9rie_25_logo_2015.svg/51px-Ch%C3%A9rie_25_logo_2015.svg.png\"/> | Cherie25.fr |\n"
  },
  {
    "path": "lists/georgia.md",
    "content": "<h1>Georgia</h1>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | First Channel (1TV)  | [>](https://tv.cdn.xsg.ge/gpb-1tv/index.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/0/0d/Pirveli_Arkhi_Logo_2022.svg/512px-Pirveli_Arkhi_Logo_2022.svg.png\"/> | 1TV.ge |\n| 2   | First Channel /Education/ (2TV)  | [>](https://tv.cdn.xsg.ge/gpb-2tv/index.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/ka/c/c9/2_Tv_Logo.jpg\"/> | 2TV.ge |\n| 3   | Imedi TV | [>](https://tv.cdn.xsg.ge/imedihd/index.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/2/2a/Imlogo_2020.png\"/> | ImediTV.ge |\n| 4   | Rustavi 2 | [>](https://sktv-forwarders.7m.pl/get.php?x=Rustavi2) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/f/f8/Rustavi_2_logo.png\"/> | Rustavi2.ge |\n| 5   | Mtavari Arkhi | [>](https://bozztv.com/36bay2/mtavariarxi/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/tLtGnJW.png\"/> | MtavariArkhi.ge |\n| 6   | GDS | [x]() | <img height=\"20\" src=\"https://i.imgur.com/gv61tFf.png\"/> | GDSTV.ge |\n| 7   | TV Pirveli | [x]() | <img height=\"20\" src=\"https://i.imgur.com/cGHsM1x.png\"/> | TVPirveli.ge |\n| 8   | Formula | [>](https://c4635.cdn.xsg.ge/c4635/TVFormula/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/fsqBn8G.png\"/> | Formula.ge |\n| 9   | Pos TV | [>](https://live.postv.media/stream/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/UOiXFEW.png\"/> | PosTV.ge |\n| 10   | Adjara TV | [x]() | <img height=\"20\" src=\"https://i.imgur.com/UOiXFEW.png\"/> | AjaraTV.ge |\n| 11   | Maestro TV | [x]() | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/d/d5/Maestro_tv.png\"/> | Maestro.ge |\n| 11   | Obieqtivi | [x]() | <img height=\"20\" src=\"https://i.imgur.com/Kqc8H8X.png\"/> | ObieqtiviTV.ge |\n| 999  | Euronews Georgia Ⓖ | [>](https://live2.tvg.ge/eng/EURONEWSGEORGIA/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/VNJ4soR.png\"/> | EuroNewsGeorgia.ge |\n"
  },
  {
    "path": "lists/germany.md",
    "content": "<h1>Germany</h1>\n\n<h2>DVB-T</h2>\n\nhttps://en.wikipedia.org/wiki/Television_in_Germany\nhttps://wiki.ubuntuusers.de/Internet-TV/Stationen\n<h3>National</h3>\n\n| #   | Channel          | Link  | Logo | EPG id |\n|:---:|:----------------:|:-----:|:----:|:------:|\n| 1   | Das Erste Ⓖ     | [>](https://daserste-live.ard-mcdn.de/daserste/live/hls/de/master.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/c/ca/Das_Erste_2014.svg/640px-Das_Erste_2014.svg.png\"/> | DasErste.de |\n| 2   | ZDF Ⓖ           | [>](http://zdf-hls-15.akamaized.net/hls/live/2016498/de/veryhigh/master.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/c/c1/ZDF_logo.svg/640px-ZDF_logo.svg.png\"/> | ZDF.de |\n| 3   | 3sat Ⓖ          | [>](https://zdf-hls-18.akamaized.net/hls/live/2016501/dach/veryhigh/master.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/8/81/3sat_2019.svg/640px-3sat_2019.svg.png\"/> | 3sat.de |\n| 4   | ARD Alpha Ⓖ     | [>](https://mcdn.br.de/br/fs/ard_alpha/hls/de/master.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/4/4b/ARD_alpha.svg/640px-ARD_alpha.svg.png\"/> | ARDalpha.de |\n| 5   | ARTE Ⓖ          | [>](https://artesimulcast.akamaized.net/hls/live/2030993/artelive_de/index.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/4/43/Arte_Logo_2017.svg/186px-Arte_Logo_2017.svg.png\"/> | ARTEDeutsch.de |\n| 6   | DELUXE MUSIC     | [>](https://sdn-global-live-streaming-packager-cache.3qsdn.com/13456/13456_264_live.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/E65GQN9.png\"/> | DeluxeMusic.de |\n| 7   | DELUXE MUSIC DANCE BY KONTOR | [>](https://sdn-global-live-streaming-packager-cache.3qsdn.com/64733/64733_264_live.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/c/c2/Deluxe_Dance_by_Kontor_Logo_2023.svg/666px-Deluxe_Dance_by_Kontor_Logo_2023.svg.png\"/> | DeluxeMusicDanceByKontor.de |\n| 8   | DELUXE MUSIC RAP | [>](https://sdn-global-live-streaming-packager-cache.3qsdn.com/65183/65183_264_live.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/0/07/Deluxe_Rap_Logo_2023.svg/666px-Deluxe_Rap_Logo_2023.svg.png\"/> | DeLuxeMusicRap.de |\n| 9   | SCHLAGER DELUXE  | [>](https://sdn-global-live-streaming-packager-cache.3qsdn.com/26658/26658_264_live.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/YPpgUOg.png\"/> | SchlagerDeluxe.de |\n| 10  | Euronews Deutsch Ⓨ | [>](https://www.youtube.com/euronewsde/live) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Euronews_2022.svg/640px-Euronews_2022.svg.png\"/> | EuronewsGerman.fr |\n| 11  | KiKa Ⓖ          | [>](https://kikageohls.akamaized.net/hls/live/2022693/livetvkika_de/master.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/f/f5/Kika_2012.svg/640px-Kika_2012.svg.png\"/> | KIKA.de |\n| 12  | MTV Germany Ⓖ    | [x](https://0d26a00dfbb1.airspace-cdn.cbsivideo.com/mtvg18ef/master/master_5000.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/0/0d/MTV-2021.svg/640px-MTV-2021.svg.png\"/> | MTVGermany.de |\n| 13  | Nick Ⓖ          | [x](https://0d26a00dfbb1.airspace-cdn.cbsivideo.com/nick1999/master/nick1999.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/mhldfsB.png\"/> | NickGermany.de |\n| 14  | ONE Ⓖ           | [>](https://mcdn-one.ard.de/ardone/hls/master.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/3/3d/One_2022.svg/640px-One_2022.svg.png\"/> | One.de |\n| 15  | Phoenix Ⓖ       | [>](https://zdf-hls-19.akamaized.net/hls/live/2016502/de/veryhigh/master.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/4/43/Phoenix-logo-2018.svg/640px-Phoenix-logo-2018.svg.png\"/> | Phoenix.de |\n| 16  | Tagesschau24     | [>](https://tagesschau.akamaized.net/hls/live/2020115/tagesschau/tagesschau_1/master.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/24/Tagesschau24-2012.svg/640px-Tagesschau24-2012.svg.png\"/> | tagesschau24.de |\n| 17  | Welt             | [>](https://w-live2weltcms.akamaized.net/hls/live/2041019/Welt-LivePGM/index.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/3/3b/Welt_TV_Logo_2016.svg/640px-Welt_TV_Logo_2016.svg.png\"/> | Welt.de |\n| 18  | ZDFinfo Ⓖ       | [>](https://zdf-hls-17.akamaized.net/hls/live/2016500/de/veryhigh/master.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/3/34/ZDFinfo_2011.svg/640px-ZDFinfo_2011.svg.png\"/> | ZDFinfo.de |\n| 19  | ZDFneo Ⓖ        | [>](https://zdf-hls-16.akamaized.net/hls/live/2016499/de/veryhigh/master.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/8/8c/ZDFneo2017_Logo.svg/569px-ZDFneo2017_Logo.svg.png\"/> | ZDFneo.de |\n\n<h3>Regional (Dritte)</h3>\n\n| #   | Channel                       | Link  | Logo | EPG id |\n|:---:|:-----------------------------:|:-----:|:----:|:------:|\n|  1  | BR Nord Ⓖ                    | [>](https://mcdn.br.de/br/fs/bfs_nord/hls/de/master.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9b/Logo_BR_Fernsehen_2021.svg/768px-Logo_BR_Fernsehen_2021.svg.png\"/> | BRFernsehenNord.de |\n|  2  | BR Süd Ⓖ                     | [>](https://brcdn.vo.llnwd.net/br/fs/bfs_sued/hls/de/master.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9b/Logo_BR_Fernsehen_2021.svg/768px-Logo_BR_Fernsehen_2021.svg.png\"/> | BRFernsehenSud.de |\n|  3  | HR Ⓖ                         | [>](https://hrhls.akamaized.net/hls/live/2024525/hrhls/master.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/e/ea/HR-Fernsehen_Logo_2023.svg/640px-HR-Fernsehen_Logo_2023.svg.png\"/> | HRFernsehen.de |\n|  4  | MDR Sachsen Ⓖ                | [>](https://mdrtvsnhls.akamaized.net/hls/live/2016928/mdrtvsn/master.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/61/MDR_Logo_2017.svg/640px-MDR_Logo_2017.svg.png\"/> | MDRFernsehenSachsen.de |\n|  5  | MDR Sachsen-Anhalt Ⓖ         | [>](https://mdrtvsahls.akamaized.net/hls/live/2016879/mdrtvsa/master.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/61/MDR_Logo_2017.svg/640px-MDR_Logo_2017.svg.png\"/> | MDRFernsehenSachsenAnhalt.de |\n|  6  | MDR Thüringen Ⓖ              | [>](https://mdrtvthhls.akamaized.net/hls/live/2016880/mdrtvth/master.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/61/MDR_Logo_2017.svg/640px-MDR_Logo_2017.svg.png\"/> | MDRFernsehenThuringen.de |\n|  7  | NDR Hamburg Ⓖ                | [>](https://mcdn.ndr.de/ndr/hls/ndr_fs/ndr_hh/master.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/e/e9/Logo_NDR_Fernsehen_2017.svg/578px-Logo_NDR_Fernsehen_2017.svg.png\"/> | NDRFernsehenHamburg.de |\n|  8  | NDR Mecklenburg-Vorpommern Ⓖ | [>](https://mcdn.ndr.de/ndr/hls/ndr_fs/ndr_mv/master.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/e/e9/Logo_NDR_Fernsehen_2017.svg/578px-Logo_NDR_Fernsehen_2017.svg.png\"/> | NDRFernsehenMecklenburgVorpommern.de |\n|  9  | NDR Niedersachsen Ⓖ          | [>](https://mcdn.ndr.de/ndr/hls/ndr_fs/ndr_nds/master.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/e/e9/Logo_NDR_Fernsehen_2017.svg/578px-Logo_NDR_Fernsehen_2017.svg.png\"/> | NDRFernsehenNiedersachsen.de |\n| 10  | NDR Schleswig-Holstein Ⓖ     | [>](https://mcdn.ndr.de/ndr/hls/ndr_fs/ndr_sh/master.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/e/e9/Logo_NDR_Fernsehen_2017.svg/578px-Logo_NDR_Fernsehen_2017.svg.png\"/> | NDRFernsehenSchleswigHolstein.de |\n| 11  | Radio Bremen Ⓖ               | [>](https://rbhlslive.akamaized.net/hls/live/2020435/rbfs/master.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/3/39/Logo_Radio_Bremen.svg/640px-Logo_Radio_Bremen.svg.png\"/> | RadioBremenFernsehen.de |\n| 12  | RBB Berlin Ⓖ                 | [>](https://rbb-hls-berlin.akamaized.net/hls/live/2017824/rbb_berlin/master.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/e/ec/Rbb_Fernsehen_Logo_2017.08.svg/640px-Rbb_Fernsehen_Logo_2017.08.svg.png\"/> | RBBBerlin.de |\n| 13  | RBB Brandenburg Ⓖ            | [>](https://rbb-hls-brandenburg.akamaized.net/hls/live/2017825/rbb_brandenburg/master.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/e/ec/Rbb_Fernsehen_Logo_2017.08.svg/640px-Rbb_Fernsehen_Logo_2017.08.svg.png\"/> | RBBBrandenburg.de |\n| 14  | SR Ⓖ                         | [>](https://srfs.akamaized.net/hls/live/689649/srfsgeo/index.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/SR_Fernsehen_Logo_2023.svg/538px-SR_Fernsehen_Logo_2023.svg.png\"/> | SRFernsehen.de |\n| 15  | SWR Baden-Württemberg Ⓖ      | [>](https://swrbwd-hls.akamaized.net/hls/live/2018672/swrbwd/master.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/26/SWR_Logo_2023.svg/640px-SWR_Logo_2023.svg.png\"/> | SWRFernsehenBadenWurttemberg.de |\n| 16  | SWR Rheinland-Pfalz Ⓖ        | [>](https://swrrpd-hls.akamaized.net/hls/live/2018676/swrrpd/master.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/26/SWR_Logo_2023.svg/640px-SWR_Logo_2023.svg.png\"/> | SWRFernsehenRheinlandPfalz.de |\n| 17  | WDR Ⓖ                        | [>](https://wdrfs247.akamaized.net/hls/live/681509/wdr_msl4_fs247/index.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/b/b3/Wdr_fernsehen_logo_2016.svg/640px-Wdr_fernsehen_logo_2016.svg.png\"/> | WDR.de |\n\n<h3>International</h3>\n\n| #   | Channel           | Link  | Logo | EPG id |\n|:---:|:-----------------:|:-----:|:----:|:------:|\n|  1  | NDR International | [>](https://ndrint.akamaized.net/hls/live/2020766/ndr_int/index.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/e/e9/Logo_NDR_Fernsehen_2017.svg/578px-Logo_NDR_Fernsehen_2017.svg.png\"/> | NDRFernsehenInternational.de |\n"
  },
  {
    "path": "lists/greece.md",
    "content": "<h1>Greece</h1>\n\n<h2>Public Channels</h2>\n\n\n| #  | Channel      | Link                                                                                  | Logo                                                     | EPG id        |\n|:--:|:-------------|:--------------------------------------------------------------------------------------|:---------------------------------------------------------|:--------------|\n| 1  | ERT 1 Ⓖ      | [>](https://ertflix.ascdn.broadpeak.io/ertlive/ert1/default/index.mpd)                | <img height=\"20\" src=\"https://i.imgur.com/WWMe8IY.png\"/> | ERT1.gr       |\n| 2  | ERT 2 Ⓖ      | [>](https://ertflix.ascdn.broadpeak.io/ert2/default/index.mpd)                        | <img height=\"20\" src=\"https://i.imgur.com/pcusPFl.png\"/> | ERT2.gr       |\n| 3  | ERT 3 Ⓖ      | [>](https://ertflix.ascdn.broadpeak.io/ertlive/ert3/default/index.mpd)                | <img height=\"20\" src=\"https://i.imgur.com/KyhzDRm.png\"/> | ERT3.gr       |\n| 4  | ERT News     | [>](https://ertflix.ascdn.broadpeak.io/ertlive/ertnews/default/index.m3u8)            | <img height=\"20\" src=\"https://i.imgur.com/saIGLvr.png\"/> | ERTNews.gr    |\n| 5  | ERT World    | [>](https://ertflix-ertworld.siliconweb.com/mpegts/618618_3479286/master_mpegts.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/KsMTWYw.png\"/> | ERTWorld.gr   |\n| 6  | ERT Sports 1 | [>](https://ertflix-ertsports1.siliconweb.com/cmaf/618618_3479292/index.mpd)          | <img height=\"20\" src=\"https://i.imgur.com/gebWmAB.png\"/> | ERTSports1.gr |\n| 7  | ERT Sports 4 | [>](https://ertflix.ascdn.broadpeak.io/ertlive/seasonal/default/index.mpd)            | <img height=\"20\" src=\"https://i.imgur.com/gebWmAB.png\"/> | ERTSports4.gr |\n| 8  | ERT Kids Ⓖ   | [>](https://ertflix.akamaized.net/ertlive/kids/default/index.m3u8)                    | <img height=\"20\" src=\"https://i.imgur.com/XkSR66q.png\"/> | ERTKids.gr    |\n| 9  | ERT Music Ⓖ  | [>](https://ertflix.akamaized.net/ertlive/music/default/index.m3u8)                   | <img height=\"20\" src=\"https://i.imgur.com/VrKgtfY.png\"/> | ERTMusic.gr   |\n| 10 | Vouli TV     | [>](https://diavlos-cache.cnt.grnet.gr/parltv/webtv-1b.sdp/playlist.m3u8)             | <img height=\"20\" src=\"https://i.imgur.com/1vqW7lc.png\"/> | VouliTV.gr    |\n| 11 | RIK Sat      | [>](https://l3.cloudskep.com/cybcsat/abr/playlist.m3u8)                               | <img height=\"20\" src=\"https://i.imgur.com/9edlXHP.png\"/> | RikSatTV.cy   |\n\n\n\n<h2>Private National Channels</h2>\n\n| #  | Channel            | Link                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |                                                                    Logo                                                                    |      EPG id      |\n|:--:|:-------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------:|:----------------:|\n| 21 | Mega Channel Ⓖ     | [X](https://c98db5952cb54b358365984178fb898a.msvdn.net/live/S86713049/gonOwuUacAxM/playlist.m3u8)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |                                          <img height=\"20\" src=\"https://i.imgur.com/TjLy6KT.png\"/>                                          |   MEGATVHD.gr    |#\n| 22 | Mega News          | [>](https://c98db5952cb54b358365984178fb898a.msvdn.net/live/S99841657/NU0xOarAMJ5X/playlist.m3u8)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |                                          <img height=\"20\" src=\"https://i.imgur.com/Z3k7iA0.png\"/>                                          |  MegaChannel.gr  |\n| 23 | ANT1               | [>](https://lcdn.antennaplus.gr/r86d08d448885424196f6cd3ddc5d1489/eu-central-1/6415884360001/playlist_dvr.m3u8)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |                                          <img height=\"20\" src=\"https://i.imgur.com/xDdVa9U.png\"/>                                          |     ANT1.gr      |\n| 24 | Star               | [>](https://livestar.siliconweb.com/starvod/star4/star4.m3u8)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |                                          <img height=\"20\" src=\"https://i.imgur.com/Hp0stVQ.png\"/>                                          |  StarChannel.gr  |\n| 25 | Star International | [>](https://livestar.siliconweb.com/starvod/star_int/star_int.m3u8)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |                                          <img height=\"20\" src=\"https://i.imgur.com/Hp0stVQ.png\"/>                                          |  StarChannel.gr  |\n| 26 | AlphaTV            | [>](https://alphatvlive2.siliconweb.com/alphatvlive/live_abr/playlist.m3u8)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |                                          <img height=\"20\" src=\"https://i.imgur.com/bAVGX0l.png\"/>                                          |    AlphaTV.gr    |\n| 27 | Skai TV            | [>](http://skai-live.siliconweb.com/media/cambria4/index.m3u8)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |                                          <img height=\"20\" src=\"https://i.imgur.com/TSg7B8X.png\"/>                                          |    SkaiTV.gr     |\n| 28 | Open TV Ⓖ          | [>](https://liveopen.siliconweb.com/openTvLive/liveopen/playlist.m3u8)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |                                          <img height=\"20\" src=\"https://i.imgur.com/HzBmvPT.png\"/>                                          |    OpenTV.gr     |\n| 29 | Makedonia TV       | [>](https://lcdn.antennaplus.gr/r444865966c0847fca53b9b0c133af7a9/eu-central-1/6415884360001/playlist_dvr.m3u8)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |                                          <img height=\"20\" src=\"https://i.imgur.com/90iDHbQ.png\"/>                                          |  MakedoniaTV.gr  |\n| 30 | Euronews Greek     | [x](https://manifest.googlevideo.com/api/manifest/hls_variant/expire/1708135889/ei/ccHPZYOfNpa41wLw85rgDA/ip/2001%3A9e8%3A22c%3Aee00%3A57a2%3Aeb3%3Ac696%3Aa762/id/uWIhV9gQClg.2/source/yt_live_broadcast/requiressl/yes/xpc/EgVo2aDSNQ%3D%3D/hfr/1/playlist_duration/30/manifest_duration/30/maudio/1/spc/UWF9f-6IDVTs5-2dy0AVeKcl5_pllEQhIzC1P6ZQqfg1nWU/vprv/1/go/1/pacing/0/nvgoi/1/keepalive/yes/fexp/24007246/dover/11/itag/0/playlist_type/DVR/sparams/expire%2Cei%2Cip%2Cid%2Csource%2Crequiressl%2Cxpc%2Chfr%2Cplaylist_duration%2Cmanifest_duration%2Cmaudio%2Cspc%2Cvprv%2Cgo%2Citag%2Cplaylist_type/sig/AJfQdSswRgIhAKHKG1xVSTvOPOLOfAtgYGxjT5TXFh2fpuXgX3_N52NlAiEA2nRFl4bWATy1aF6dOwQLfrm1MlDEZT2BWJUOBYET0wE%3D/file/index.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/4/46/Euronews_2016_logo.svg/640px-Euronews_2016_logo.svg.png\"/> | EuronewsGreek.fr |\n\n\n<h2>Athens Attica Regional Channels</h2>\n\n| #  | Channel         | Link                                                                                                                          | Logo                                                     | EPG id            |\n|:--:|:----------------|:------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------|:------------------|\n| 31 | Action24        | [>](https://actionlive.siliconweb.com/actionabr/actiontv/playlist.m3u8)                                                       | <img height=\"20\" src=\"https://i.imgur.com/Zi1YohT.png\"/> | Action24TV.gr     |\n| 32 | Alert           | [>](https://itv.streams.ovh/ALEERT/ALEERT/playlist.m3u8)                                                                      | <img height=\"20\" src=\"https://i.imgur.com/xqa87lG.png\"/> | alert.gr          |\n| 33 | ART             | [>](https://rumble.com/live-hls/7113t0/playlist.m3u8)                                                                         | <img height=\"20\" src=\"https://i.imgur.com/7TyUxLj.png\"/> | arttv.gr          |\n| 34 | Blue Sky        | [>](https://cdn5.smart-tv-data.com/bluesky/bluesky-live/playlist.m3u8)                                                        | <img height=\"20\" src=\"https://i.imgur.com/rzuQslM.png\"/> | BlueSky.gr        |\n| 35 | High TV         | [>](https://live.streams.ovh/hightv/hightv/playlist.m3u8)                                                                     | <img height=\"20\" src=\"https://i.imgur.com/wHzCGry.png\"/> | hightv.gr         |\n| 36 | Kontra          | [>](https://kontralive.siliconweb.com/live/kontratv/playlist.m3u8)                                                            | <img height=\"20\" src=\"https://i.imgur.com/ROZ9VfV.png\"/> | KontraChannel.gr  |\n| 37 | Mad             | [x]()                                                                                                                         | <img height=\"20\" src=\"https://i.imgur.com/OTTxxGe.png\"/> | Mad.gr            |\n| 38 | Naftemporiki TV | [>](https://stream-188125.castr.net/631af9c016e5eace19ff9a5b/live_048998706a2311ee83b33fe7fbad252d/index.fmp4.m3u8)           | <img height=\"20\" src=\"https://i.imgur.com/9OFdMud.png\"/> | NaftemporikiTV.gr |\n| 39 | One Channel     | [>](https://onechannel.siliconweb.com/one/stream/chunks_dvr.m3u8)                                                             | <img height=\"20\" src=\"https://i.imgur.com/GwKaHbM.png\"/> | OneChannel.gr     |\n| 40 | Rise            | [x](http://ovh-edge-h.evrideo.com:8080/23e234f2-aec8-4804-b694-4cdd71d2d48d_MONITORING_HLS/video_240p_WEBRTC_MONITORING.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/B6ZtqJ8.png\"/> | risetv.gr         |\n| 41 | Smile           | [x](https://s1.cystream.net/live/smile/playlist.m3u8)                                                                         | <img height=\"20\" src=\"https://i.imgur.com/Ax6K20a.png\"/> | tvsmile.gr        |\n\n\n<h2>Thessaloniki and Central Macedonia Channels</h2>\n\n| #  | Channel | Link                                                                        | Logo                                                      | EPG id       |\n|:--:|:--------|:----------------------------------------------------------------------------|:----------------------------------------------------------|:-------------|\n| 51 | 4E      | [>](http://eu2.tv4e.gr:1935/live/myStream.sdp/playlist.m3u8)                | <img height=\"20\" src=\"https://i.imgur.com/Ed085oJ.png\"/>  | 4E.gr        |\n| 52 | DION    | [>](https://rtmp.win:3650/live/diontvlive.m3u8)                             | <img height=\"20\" src=\"https://i.imgur.com/13MverN.png\"/>  | DionTV.gr    |\n| 53 | Egnatia | [>](https://video.streams.ovh:1936/egnatiatv/egnatiatv/index.m3u)           | <img height=\"20\" src=\"https://i.imgur.com/zuyYIca.png\"/>  | egnatiatv.gr |\n| 54 | Euro    | [>](https://live20.bozztv.com/akamaissh101/ssh101/eurotvlive/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/mHCk05E.png\"/>  | eurotv.gr    |\n| 55 | Gnomi   | [>](https://live.streams.ovh:8081/gnomitv/index.m3u8)                       | <img height=\"20\" src=\"https://i.imgur.com/mHCk05E.png\"/>  | gnomitv.gr   |\n| 55 | Pella   | [>](https://video.streams.ovh:1936/pellatv/pellatv/playlist.m3u8)           | <img height=\"20\" src=\"https://i.imgur.com/pwUkkGL.jpeg\"/> | pellatv.gr   |\n| 55 | Pontos  | [>](https://rtmp.win:3842/live/recme1live.m3u8)                             | <img height=\"20\" src=\"https://i.imgur.com/sbTxP6o.png\"/>  | pontostv.gr  |\n| 56 | TV 100  | [>](https://panel.gwebstream.eu:19360/tv100skg/tv100skg.m3u8)               | <img height=\"20\" src=\"https://i.imgur.com/9rtf8OR.png\"/>  | TV100.gr     |\n| 57 | Vergina | [>](https://verginanews.gr:8443/hls_live/stream1.m3u8)                      | <img height=\"20\" src=\"https://i.imgur.com/cpF6wvR.png\"/>  | verginatv.gr |\n\n\n<h2>Peloponnese Channels</h2>\n\n| #  | Channel        | Link                                                                         | Logo                                                     | EPG id         |\n|:--:|:---------------|:-----------------------------------------------------------------------------|:---------------------------------------------------------|:---------------|\n| 61 | Best TV        | [>](https://besttv.siliconweb.com/bestTV/live_abr/playlist.m3u8)             | <img height=\"20\" src=\"https://i.imgur.com/VA13E3w.png\"/> | besttv.gr      |\n| 62 | Hlektra        | [>](https://live20.bozztv.com/giatv/giatv-hlektratv/hlektratv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/LbogUPS.png\">  | hlektra.gr     |\n| 63 | Ionian Channel | [>](https://stream.ioniantv.gr/ionian/live_abr/playlist.m3u8)                | <img height=\"20\" src=\"https://i.imgur.com/ADVYeQd.png\"/> | ioniantv.gr    |\n| 64 | Lepanto        | [>](https://fr.crystalweb.net:1936/lepantotv/lepantotv/playlist.m3u8)        | <img height=\"20\" src=\"https://i.imgur.com/h6Tqe0k.png\">  | lepantortv.gr  |\n| 65 | Lychnos        | [>](https://thor.mental-media.gr:19360/imp/imp.m3u8)                         | <img height=\"20\" src=\"hhttps://i.imgur.com/JYSlBfY.png\"> | lychnostv.gr   |\n| 66 | Mesogeios TV   | [>](https://rtmp.win:3793/live/mesogeiostvlive.m3u8)                         | <img height=\"20\" src=\"https://i.imgur.com/tr0Lf9K.png\"/> | mesogeiostv.gr |\n| 67 | ORT            | [x](https://fr.crystalweb.net:1936/ort/ort/playlist.m3u8)                    | <img height=\"20\" src=\"https://i.imgur.com/ytV3lbP.png\"/> | ort.gr         |\n| 68 | PLP            | [x](https://www.hellasnet.tv/rest2.live.hn/w2r.plp/playlist.m3u8)            | <img height=\"20\" src=\"https://i.imgur.com/2PTEChx.png\">  | plptv.gr       |\n\n\n<h2>Eastern Sterea, Fokida, Evoea Channels</h2>\n\n| #  | Channel             | Link                                                                                       |                           Logo                            |     EPG id     |\n|:--:|:--------------------|--------------------------------------------------------------------------------------------|:---------------------------------------------------------:|:--------------:|\n| 71 | Epsilon             | [>](https://neon.streams.gr:8081/epsilontv/index.m3u8)                                     | <img height=\"20\" src=\"https://i.imgur.com/vUQSDvZ.png\"/>  |   epsilon.gr   |\n| 72 | Star Central Greece | [>](https://telmaco-cdn.akamaized.net/starcgr/default/dash/LAMIAStar-video=3000000.dash)   | <img height=\"20\" src=\"https://i.imgur.com/BTUEvxg.png\"/>  | digitalstar.gr |\n| 73 | 91NRG               | [>](http://tv.nrg91.gr:1935/onweb/live/master.m3u8)                                        |  <img height=\"20\" src=\"https://i.imgur.com/g1pCRRG.png\">  |    nrg91.gr    |\n\n\n<h2>Thessalia Channels</h2>\n\n| #  | Channel   | Link                                                          |                           Logo                           | EPG id         |\n|:--:|:----------|---------------------------------------------------------------|:--------------------------------------------------------:|:---------------|\n| 81 | Astra     | [x](https://usher.ttvnw.net/api/channel/hls/astratv2021.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/oYRPfZm.png\"/> | astratv.gr     |\n| 82 | Thessalia | [>](https://thessaliachannel.gr:3339/live/thesstvlive.m3u8)   | <img height=\"20\" src=\"https://i.imgur.com/KXz67LY.png\"/> | thessaliatv.gr |\n| 83 | TRT       | [>](https://av.hellasnet.tv/rst/trt/index.m3u8)               | <img height=\"20\" src=\"https://i.imgur.com/g0jPOcC.png\"/> | trttv.gr       |\n\n\n<h2>Western Greece Channels</h2>\n\n| #  | Channel     | Link                                                                      | Logo                                                       | EPG id        |\n|:--:|:------------|---------------------------------------------------------------------------|:-----------------------------------------------------------|:--------------|\n| 91 | Acheloos    | [>](https://acheloostv.streamings.gr/live/stream/index.m3u8)              | <img height=\"20\" src=\"https://i.imgur.com/5SVMxcu.png\" />  | acheloostv.gr |\n| 92 | ART TV      | [>](https://rtmp.win:3696/live/arttvgrlive.m3u8)                          | <img height=\"20\" src=\"https://i.imgur.com/LyCqQvx.png\" />  | arttv.gr      |\n| 93 | Corfu       | [>](https://itv.streams.ovh:1936/corfuchannel/corfuchannel/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/dCMqo8w.jpeg\" /> | corfutv.gr    |\n| 94 | Epirus TV 1 | [>](https://rtmp.win:3929/live/epiruslive.m3u8)                           | <img height=\"20\" src=\"https://i.imgur.com/QB3aSl1.png\" />  | epirustv1.gr  |\n| 95 | Start       | [>](https://live.cast-control.eu/StartMedia/StartMedia/playlist.m3u8)     | <img height=\"20\" src=\"https://i.imgur.com/nrEtmBN.png\" />  | starttv.gr    |\n\n\n<h2>Thrace and Eastern Macedonia Channels</h2>\n\n|  #  | Channel       | Link                                                                      | Logo                                                     | EPG id         |\n|:---:|:--------------|---------------------------------------------------------------------------|:---------------------------------------------------------|:---------------|\n| 101 | Center TV     | [>](https://eu1.streams.gr:8081/centertv/index.m3u8)                      | <img height=\"20\" src=\"https://i.imgur.com/52JW71Q.png\"/> | CenterTV.gr    |\n| 102 | Delta Evros   | [>](http://81.171.10.42:1935/liveD/DStream.sdp/chunklist_w819085920.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/PDfSkRF.png\"/> | DeltaTV.gr     |\n| 103 | Thraki Net TV | [>](https://cdn.onestreaming.com/thrakinettv/thrakinettv/playlist.m3u8)   | <img height=\"20\" src=\"https://i.imgur.com/DV0I0ed.png\"/> | ThrakiNetTV.gr |\n\n\n\n\n<h2>Crete</h2>\n\n|  #  | Channel   | Link                                                                  | Logo                                                       | EPG id       |\n|:---:|:----------|:----------------------------------------------------------------------|:-----------------------------------------------------------|:-------------|\n| 111 | Creta     | [>](http://live.streams.ovh:1935/tvcreta/tvcreta/playlist.m3u8)       | <img height=\"20\" src=\"https://i.imgur.com/x0qK8IE.png\"/>   | CretaTV.gr   |\n| 112 | Kriti 1   | [>](https://livetv.streams.ovh:8081/kriti/index.m3u8)                 | <img height=\"20\" src=\"https://i.imgur.com/C1ucQeC.png\"/>   | Kriti1Tv.gr  |\n| 113 | Kriti TV  | [>](https://cretetvlive.siliconweb.com/cretetv/liveabr/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/eLhYMmc.png\"/>   | KritiTv.gr   |\n| 114 | NEA       | [>](https://live.neatv.gr:8888/hls/neatv_high/index.m3u8)             | <img height=\"20\" src=\"https://i.imgur.com/nvNW8G7.png\"/>   | NeaTV.gr     |\n| 115 | TeleKriti | [>](https://neon.streams.gr:8081/telekriti/index.m3u8)                | <img height=\"20\" src=\"https://i.imgur.com/18ZYiyi.png\"/>   | TeleKriti.gr |\n\n\n\n<h2>Aegean Channels</h2>\n\n|  #  | Channel    | Link                                                                  | Logo                                                     | EPG id      |\n|:---:|:-----------|-----------------------------------------------------------------------|:---------------------------------------------------------|:------------|\n| 121 | Samiaki TV | [>](http://live.cast-control.eu:1935/samiaki/samiaki/playlist.m3u8)   | <img height=\"20\" src=\"https://i.imgur.com/aV5QoNG.png\"/> | CenterTV.gr |\n| 102 | Syros TV1  | [>](https://eco.streams.ovh:1936/syrostv1/syrostv1/playlist.m3u8)     | <img height=\"20\" src=\"https://i.imgur.com/duXHyvN.png\"/> | SyrosTV1.gr |\n\n\n\n\n\n<h2>Radio</h2>\n\n|  #  |      Channel       |                                    Link                                    |                                                            Logo                                                             |    EPG id    |\n|:---:|:------------------:|:--------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------:|:------------:|\n| 201 | Η Φωνή της Ελλάδας | [>](https://ertmmd.akamaized.net/ertradio/voiceofgreece/default/index.mpd) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/el/thumb/5/58/VoiceOfGreece.svg/512px-VoiceOfGreece.svg.png\"/> | ERTWorld1.gr |"
  },
  {
    "path": "lists/greenland.md",
    "content": "<h1>Greenland</h1>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | KNR1 Ⓨ Ⓖ | [>](https://www.youtube.com/@KNRgreenland/live) | <img height=\"20\" src=\"https://i.imgur.com/8Pf5SJb.png\"/> | KNR1.gl |\n| 2   | KNR2 Ⓨ | [>](https://www.youtube.com/@nutaarsiassat/live) | <img height=\"20\" src=\"https://i.imgur.com/8Pf5SJb.png\"/> | KNR2.gl |\n"
  },
  {
    "path": "lists/hong_kong.md",
    "content": "<h1>Hong Kong</h1>\n\n* https://en.wikipedia.org/wiki/List_of_television_stations_in_Hong_Kong#Free-to-air_television_channels\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 31  | RTHK TV 31 | [>](https://rthktv31-live.akamaized.net/hls/live/2036818/RTHKTV31/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/kf818kM.png\"/> | RTHKTV31.hk |\n| 32  | RTHK TV 32 | [>](https://rthktv32-live.akamaized.net/hls/live/2036819/RTHKTV32/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/MXLuUoU.png\"/> | RTHKTV32.hk |\n| 77  | HOY TV Ⓖ | [>](https://hoytv-live-stream.hoy.tv/ch78/index-fhd.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/NfVZPTT.png\"/> | HKIBC.hk |\n| 83  | TVB News Channel | [>](https://tvp22.sky4k.top/index1.php) | <img height=\"20\" src=\"https://i.imgur.com/Gwij0Fj.png\"/> | TVBNewsChannel.hk |\n| 84  | TVB Finance (Sports & Information Channel) | [>](https://tvp22.sky4k.top/index2.php) | <img height=\"20\" src=\"https://i.imgur.com/Fkkp7x7.png\"/> | TVBFinanceSportsInformationChannel.hk |\n"
  },
  {
    "path": "lists/hungary.md",
    "content": "<h1>Hungary</h1>\n\nhttps://en.wikipedia.org/wiki/List_of_television_stations_in_Hungary\n\n<h2>National</h2>\n\n| #   | Channel        | Link  | Logo | EPG id|\n|:---:|:--------------:|:-----:|:----:|:-----:|\n| 1   | M1 Hiradó Ⓨ  | [>](https://www.youtube.com/@M1-Hirado/live) | <img height=\"20\" src=\"https://i.imgur.com/neddXUd.png\" /> | M1.hu |\n\n<h2>Commercial</h2>\n\n| #   | Channel        | Link  | Logo | EPG id|\n|:---:|:--------------:|:-----:|:----:|:-----:|\n| 1   | RTL Klub       | [>](https://cdn.mediaklikk.org:443/rtl/00wMyEjM5UTM) | <img height=\"20\" src=\"https://onlinestream.live/logos/6141.png\" /> | RTLKlub.hu |\n| 2   | TV2            | [>](https://cdn.mediaklikk.org:443/tv2/00wMyEjM4UTM) | <img height=\"20\" src=\"https://nlc.p3k.hu/uploads/2021/09/tv2-logo.jpg\" /> | TV2.hu |\n| 3   | ATV            | [>](http://streamservers.atv.hu:80/atvlive/atvstream_2_aac/playlist.m3u8) | <img height=\"20\" src=\"https://onlinestream.live/logos/4739.png\" /> | ATV.hu |\n| 4   | Hír TV         | [>](https://onlinestream.live/play.m3u?id=4740&ext=.m3u) | <img height=\"20\" src=\"https://onlinestream.live/logos/4740.png\" /> | HirTV.hu |\n| 5   | Fix TV         | [>](https://fixhd.tv:8082/fix/1080i/playlist.m3u8) | <img height=\"20\" src=\"https://onlinestream.live/logos/1833.png\" /> |\n\n<h2>Religion</h2>\n\n| #   | Channel        | Link  | Logo | EPG id|\n|:---:|:--------------:|:-----:|:----:|:-----:|\n| 1   | EWTN TV        | [>](https://hls.iptvservice.eu/hls/ewtn-hd.m3u8) | <img height=\"20\" src=\"https://katolikus.tv/wp-content/themes/bonum/img/ewtn-badge.jpg\" /> | BonumTV.hu |\n| 2   | Apostol TV     | [>](https://live.apostoltv.hu/live/playlist.m3u8) | <img height=\"20\" src=\"https://www.apostoltv.hu/images/header-logo.png\" /> | ApostolTV.hu |\n\n<h2>Music</h2>\n\n| #   | Channel        | Link  | Logo | EPG id|\n|:---:|:--------------:|:-----:|:----:|:-----:|\n| 1   | MUSICPlus      | [>](http://s02.diazol.hu:10192/stream.m3u8) | | MUSICPlus.hu |\n| 2   | Radio 1 Ⓨ      | [>](https://www.youtube.com/watch?v=I8dnZoF1nOE) | | |\n| 3   | Oxygen Music   | [>](https://oxygenmusic.hu:2443/hls/oxygenmusic.m3u8) | | |\n| 4   | Dance TV       | [>](https://m1b2.worldcast.tv/dancetelevisionone/2/dancetelevisionone.m3u8) | | |\n\n<h2>Series</h2>\n\n| #   | Channel        | Link  | Logo | EPG id|\n|:---:|:--------------:|:-----:|:----:|:-----:|\n| 1   | Izaura TV      | [>](http://78.109.104.240:8000/play/a0ch/index.m3u8?HasBahCa.m3u8) | <img height=\"20\" src=\"https://onlinestream.live/logos/6141.png\" /> | IzauraTV.hu |\n\n<h2>News</h2>\n\n| #   | Channel        | Link  | Logo | EPG id|\n|:---:|:--------------:|:-----:|:----:|:-----:|\n| 1   | Euronews Hungarian Ⓨ  | [>](https://www.youtube.com/channel/UC4Ct8gIf9f0n4mdyGsFiZRA/live) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Euronews_2022.svg/640px-Euronews_2022.svg.png\" /> | EuronewsHungarian.fr |\n| 2   | Parlamenti közvetítés | [>](https://plenaris.parlament.hu:446/edgelive/smil:mkogyplen.smil/playlist.m3u8) |\n| 3   | Parlamenti TAB közvetítés | [>](https://tab.parlament.hu:446/edgelive/smil:mkogytab.smil/playlist.m3u8) |\n\n<h2>Regional</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | Balaton TV     | [>](https://stream.iptvservice.eu/hls/balatontv.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/ip8L5Vt.jpg\" /> | BalatonTV.hu |\n| 2   | Budakalász     | [>](https://stream.streaming4u.hu/TVBudakalasz/tracks-v1a1/mono.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/MGkvVQg.png\" /> |\n| 3   | Hatoscsatorna  | [>](rtmp://lpmedia.hu:1935/Hatoscsatorna/livestream) | <img height=\"20\" src=\"https://i.imgur.com/vraAfd7.png\" /> | Hatoscsatorna.hu |\n| 4   | Komlos TV      | [>](https://stream.streaming4u.hu/KomlosTV/tracks-v1a1/mono.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/MDYb5yz.png\" /> | KomlosTV.hu |\n| 5   | Ózdi Városi TV | [>](https://stream.unrealhosting.hu:443/hls/ozdtv/live.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/5cOpdRp.jpg\" /> | OzdiVarosiTV.hu |\n| 6   | Pannon RTV     | [>](https://stream.unrealhosting.hu:443/hls/pannonrtv/live.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/iD5tCjX.png\" /> |\n| 7   | TV7 Békéscsaba | [>](https://stream.y5.hu/stream/stream_bekescsaba/stream.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/G9Ib5K3.png\" /> |\n| 8   | VTV Füzesabony | [>](https://stream.unrealhosting.hu:443/hls/ftv/live.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/7ZPYJJ0.jpg\" /> | VTVFuzesabony.hu |\n| 9   | Hegyvidék TV   | [>](https://tv.hegyvidek.hu/hvtv/hvstream.m3u8) | <img height=\"20\" src=\"https://hegyvidektv.hu/wp-content/uploads/2020/08/hegyvidek.jpg\" /> | HegyvidekTV.hu |\n| 10  | 16TV           | [>](https://cloudfront44.lexanetwork.com:1344/freerelay/16tv.sdp/playlist.m3u8) | <img height=\"20\" src=\"http://www.16tv.hu/images/xlogo-green.png.pagespeed.ic.79XBdS6JYn.png\" /> |\n| 11  | CityTV (Belváros Lipótváros) | [>](https://citytv.hu/playlist.m3u8) | <img height=\"20\" src=\"https://www.citytv.hu/images/logo.png\" /> |\n| 12  | FehérvárTV     | [>](https://cloudfront44.lexanetwork.com:1344/freerelay/fehervartv.sdp/playlist.m3u8?key=EWSj2) | <img height=\"20\" src=\"https://www.fehervartv.hu/css/img/icon-1-2.png\" /> |\n| 13  | AlföldTV       | [>](https://cloudfront41.lexanetwork.com:1344/relay01/livestream006.sdp/playlist.m3u8) | <img height=\"20\" src=\"http://www.dealood.com/content/uploads/images/March2019/5c9721a07ea87-images-large.png\" /> |\n| 14  | Gyöngyös TV    | [>](https://cloudfront41.lexanetwork.com:1344/relay02/livestream005.sdp/playlist.m3u8?key=hkNHP) | <img height=\"20\" src=\"https://i.imgur.com/RHgaPCk.png\" /> | GyongyosiTV.hu |\n| 15  | Halom TV       | [>](rtmp://212.92.13.108/live/livestream1) | <img height=\"20\" src=\"https://www.halomtv.hu/sites/all/themes/gfx_zen/logo.png\" /> |\n| 16  | Kapos TV       | [>](https://cloudfront63.lexanetwork.com:1344/relay01/livestream004.sdp/playlist.m3u8) | <img height=\"20\" src=\"https://kapos.hu/static/keptar/13/b/9490.jpg\" /> | KaposTV.hu |\n| 17  | Kecskemét TV   | [>](https://eurobioinvest.hu:444/live/ktv.m3u8) | <img height=\"20\" src=\"https://kecskemetitv.hu/templates/kecskemetitv/img/ktv_logo.png\" /> | KecskemetiTV.hu |\n| 19  | Lóverseny közvetítés | [>](https://cloudfront41.lexanetwork.com:1344/xrelay/loverseny2.sdp/playlist.m3u8) | <img height=\"20\" src=\"https://kincsempark.hu/wp-content/uploads/2016/11/fejlec_logo_f-1.png\" /> |\n| 20  | Zalaegerszeg TV | [>](https://cloudfront44.lexanetwork.com:1344/freerelay/zegtv.sdp/playlist.m3u8) | <img height=\"20\" src=\"https://zegtv.hu/wp-content/themes/assembly/images/zegtv-logo.png\" /> | ZalaegerszegiTV.hu |\n| 21  | Zugló TV       | [>](https://cloudfront44.lexanetwork.com:1344/freerelay/zuglotv.sdp/playlist.m3u8) | <img height=\"20\" src=\"http://zuglotv.hu/wp-content/themes/ztv/uploads/ztv_logo1.jpg\" /> |\n| 22  | Tisza TV       | [>](https://www.tiszatv.hu/onlinetv/tiszatv_1.m3u8) | <img height=\"20\" src=\"https://www.tiszatv.hu/style/tiszatv_logo.png\" /> |\n| 23  | DTV            | [>](http://cloudfront44.lexanetwork.com:1732/hlsrelay003/hls/livestream.sdp.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/YSpqmSO.png\" /> | DTV.hu |\n| 24  | Bajai TV       | [>](https://cloudfront41.lexanetwork.com:1344/relay01/livestream002.sdp/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/cyReGWh.png\" /> | BajaiTV.hu |\n| 25  | Vásárhelyi Televízió | [>](https://stream.vasarhelyitelevizio.hu/stream/stream.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/WOEqdmx.png\" /> | VasarhelyiTelevizio.hu |\n| 26  | TV Eger        | [>](http://stream.tveger.hu:8010/live.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/GUVW073.png\" /> | TVEger.hu |\n| 27  | Putnok Városi TV | [>](http://78.47.126.198:5080/LiveApp/streams/902003217052313577741820.m3u8?token=null) | <img height=\"20\" src=\"https://i.imgur.com/eKXPBFb.png\" /> | PVTV.hu |\n| 28  | Miskolc TV     | [>](https://video.mhzrt.hu/live/mitv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/IoiNus2.png\" /> | MiskolcTV.hu |\n| 29  | Oroszlányi Városi Televízió | [>](https://cloudfront44.lexanetwork.com:1344/relay01/broadcast002.sdp/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/P0fxUH5.png\" /> | OroszlanyiVarosiTelevizio.hu |\n| 30  | Berente TV    | [>](https://stream.streaming4u.hu/BerenteTV/index.m3u8) | | |\n| 31  | Budapest Európa TV | [>](https://cloudfront44.lexanetwork.com:1344/freerelay/bpetv.sdp/playlist.m3u8) | | |\n| 32  | Héviz TV      | [>](https://cloudfront44.lexanetwork.com:1344/relay03/livestream003.sdp/playlist.m3u8) | | |\n| 33  | Jászsági Térségi TV | [>](https://cloudfront44.lexanetwork.com:1344/relay01/broadcast007.sdp/playlist.m3u8) | | |\n| 34  | Kanizsa TV    | [>](https://cloudfront44.lexanetwork.com:1344/freerelay/kanizsavtv.sdp/playlist.m3u8) | | |\n| 35  | Líceum TV     | [>](http://193.225.32.62:8890/live.m3u8) | | |\n\n\n<h2>Invalid</h2>\n\n| #   | Channel        | Link  | Logo | EPG id|\n|:---:|:--------------:|:-----:|:----:|:-----:|\n| *   | *              | [x]() | <img height=\"20\" src=\"\" /> |\n| 1   | ErdélyTV       | [x](http://telekomtv-ro.akamaized.net/shls/LIVE$ErdelyTV/6.m3u8/Level(1677721)?start=LIVE&end=END) | <img height=\"20\" src=\"https://i.imgur.com/xAmYapr.jpg\" /> |\n| 2   | DikhTv         | [x](https://onlinestream.live/play.xspf?id=6424&ch=1&ext=.xspf) | <img height=\"20\" src=\"https://static.wikia.nocookie.net/logopedia/images/6/64/Dikh_TV_2019.jpg\" /> | DikhTV.hu |\n| 3   | Spektrum Home  | [x](http://152.66.115.226:33390/bysid/207) | <img height=\"20\" src=\"https://epgcdn.azureedge.net/wp-content/uploads/2020/08/logo_SPKH_LOGO_2020_WHITE_65_2.png\" /> | SpektrumHome.hu |\n| 4   | M2 / Petőfi TV | [>](https://c201-node61-cdn.connectmedia.hu/110102/7184521041cf54cee9c6548e8d0ba377/64117799/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/CzaDhmA.png\" /> | M2.hu |\n| 5   | M3             | [x](https://onlinestream.live/play.m3u8?id=5931&ch=1&ext=.m3u8) | <img height=\"20\" src=\"https://onlinestream.live/logos/5931.png\" /> | M3.hu |\n| 6   | M4 Sport       | [>](https://c401-node62-cdn.connectmedia.hu/110110/5dd8dc6d853c9b7f94db85646ed44326/641177e3/index.m3u8) | <img height=\"20\" src=\"https://nb1.hu/uploads/news/3/31023.jpg\" /> | M4Sport.hu |\n| 7   | M5 Hungary     | [>](http://152.66.115.226:33390/bysid/201) | <img height=\"20\" src=\"https://i.imgur.com/qLQz2V6.png\" /> | M5.hu |\n| 8   | Duna TV        | [>](http://152.66.115.226:33391/bysid/102) | <img height=\"20\" src=\"https://i.imgur.com/b4RXacY.png\" /> | DunaTV.hu |\n| 9  | Duna World / M4+ Sport | [>](http://152.66.115.226:33391/bysid/103) | <img height=\"20\" src=\"https://i.imgur.com/DciAdFF.png\" /> | DunaWorld.hu |\n\n"
  },
  {
    "path": "lists/iceland.md",
    "content": "<h1>Iceland</h1>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | RÚV     | [>](https://ruv-web-live.akamaized.net/streymi/ruverl/ruverl.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/vxaSn1K.png\"/> | RUV.is |\n| 2   | RÚV 2   | [>](https://ruvlive.akamaized.net/out/v1/2ff7673de40f419fa5164498fae89089/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/yDKRuXQ.png\"/> | RUV2.is |\n| 99  | Alþingi | [>](https://althingi-live.secure.footprint.net/althingi/live/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/n170HMm.png\"/> | Althingi.is |\n"
  },
  {
    "path": "lists/india.md",
    "content": "<h1>India</h1>\n\n<h2>DVB-T</h2>\n\nhttps://en.wikipedia.org/wiki/List_of_HD_channels_in_India\nhttps://en.wikipedia.org/wiki/List_of_4K_channels_in_India\n\n| #   | Channel          | Link  | Logo | EPG id |\n|:---:|:----------------:|:-----:|:----:|:------:|\n| 1   | NDTV India       | [>](https://ndtvindiaelemarchana.akamaized.net/hls/live/2003679/ndtvindia/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/QjJYohG.png\" /> | NDTVIndia.in |\n| 2   | ABP News         | [>](https://abplivetv.pc.cdn.bitgravity.com/httppush/abp_livetv/abp_abpnews/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/DKHUFVQ.png\" /> | ABPNews.in |\n| 3   | ABP Ananda       | [>](https://abplivetv.pc.cdn.bitgravity.com/httppush/abp_livetv/abp_ananda/master.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/c/cd/ABP_Ananda_logo.svg/500px-ABP_Ananda_logo.svg.png\" /> | ABPAnanda.in |\n| 4   | DD National Ⓨ   | [>](https://www.youtube.com/doordarshan/live) | <img height=\"20\" src=\"https://i.imgur.com/MohlE5B.png\" /> | DDNational.in |\n| 5   | DD News Ⓨ       | [>](https://www.youtube.com/c/ddnews/live) | <img height=\"20\" src=\"https://i.imgur.com/znnVCEf.png\" /> | DDNews.in |\n| 6   | DD India Ⓨ      | [>](https://www.youtube.com/DDIndia/live) | <img height=\"20\" src=\"https://i.imgur.com/45uptR8.png\" /> | DDIndia.in |\n| 7   | DD Bharati Ⓨ    | [>](https://www.youtube.com/@ddbharati/live) | <img height=\"20\" src=\"https://i.imgur.com/4tfUIEo.png\" /> | DDBharati.in |\n| 8   | DD Kisan Ⓨ      | [>](https://www.youtube.com/@DDKisan/live) | <img height=\"20\" src=\"https://i.imgur.com/x56WJEa.png\" /> | DDKisan.in |\n| 9   | DD Urdu Ⓨ       | [>](https://www.youtube.com/@DDUrdu/live) | <img height=\"20\" src=\"https://i.imgur.com/OiQPS34.png\" /> | DDUrdu.in |\n| 10  | India Today Ⓨ   | [>](https://www.youtube.com/watch?v=sYZtOFzM78M) | <img height=\"20\" src=\"https://i.imgur.com/C7KK3Fd.png\" /> | IndiaToday.in |\n| 11  | Aaj Tak Ⓨ       | [>](https://www.youtube.com/watch?v=Nq2wYlWFucg) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/2/28/Aaj_tak_logo.png\" /> | AajTak.in |\n| 12  | India TV Ⓨ      | [>](https://www.youtube.com/watch?v=e1FIApIafWE) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/thumb/6/60/India_tv_logo-en.png/500px-India_tv_logo-en.png\" /> | IndiaTV.in |\n| 13  | TV9 Bharatvarsh Ⓨ | [>](https://www.youtube.com/watch?v=nSpwwcHVp80) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/thumb/a/a6/TV9_Bharatvarsh.svg/500px-TV9_Bharatvarsh.svg.png\" /> | TV9Bharatvarsh.in |\n| 14  | Republic Bharat Ⓨ | [>](https://www.youtube.com/watch?v=3DbTO_AMhhc) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/8/80/Republic_Bharat_logo.svg/500px-Republic_Bharat_logo.svg.png\" /> | RepublicBharat.in |\n\n\n<h2>Invalid</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n"
  },
  {
    "path": "lists/indonesia.md",
    "content": "<h1>Indonesia</h1>\n\n| # |   Channel    |                                    Link                                     |                           Logo                           |     EPG id     |\n|:-:|:------------:|:---------------------------------------------------------------------------:|:--------------------------------------------------------:|:--------------:|\n| 1 |  CNBC Indonesia | [>](https://live.cnbcindonesia.com/livecnbc/smil:cnbctv.smil/chunklist.m3u8) | <img height=\"20\" src=\"https://imgur.com/ie2zSTY\"/> |  CNBCIndonesia.am   |\n| 2 | CNN Indonesia | [>](http://live.cnnindonesia.com/livecnn/smil:cnntv.smil/playlist.m3u8) | <img height=\"20\" src=\"https://imgur.com/MpxTMiP\"/> | CNNIndonesia.am  |\n| 3 | BeritaSatu  | [>](https://b1news.beritasatumedia.com/Beritasatu/B1News_1280x720.m3u8) | <img height=\"20\" src=\"https://imgur.com/vYJVT07\"/> | BeritaSatu.am |"
  },
  {
    "path": "lists/iran.md",
    "content": "<h1>Iran</h1>\n\nhttps://en.wikipedia.org/wiki/List_of_IRIB_television_channels\n\n<h2>Domestic channels</h2>\n\n| #    | Channel        | Link  | Logo | EPG id |\n|:----:|:--------------:|:-----:|:----:|:------:|\n| 1    | IRIB TV1       | [x](https://s1-cloud.irib.ir/securelive3/tv1hd/tv1hd.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/rad9Guw.png\"/> | IRIB1.ir |\n| 2    | IRIB TV2       | [x](https://s1-cloud.irib.ir/securelive3/tv2hd/tv2hd.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/FKiTd3O.png\"/> | IRIB2.ir |\n| 3    | IRIB TV3       | [x](https://s1-cloud.irib.ir/securelive3/tv3hd/tv3hd.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/6cIaH0c.png\"/> | IRIB3.ir |\n| 4    | IRIB TV4 Ⓢ     | [x](https://s1-cloud.irib.ir/securelive3/tv4sd/tv4sd.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/fsdz81l.png\"/> | IRIB4.ir |\n| 5    | IRIB TV5/Tehran TV Ⓢ | [x](https://s1-cloud.irib.ir/securelive3/tv5sd/tv5sd.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/VdOFcN4.png\"/> | IRIB5.ir |\n| 6    | IRINN          | [x](https://s1-cloud.irib.ir/securelive3/irinnhd/irinnhd.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/7HL4joq.png\"/> | IRINN.ir |\n| 7    | IRIB Amoozesh Ⓢ | [x](https://s1-cloud.irib.ir/securelive3/amoozeshsd/amoozeshsd.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/qox2azH.png\"/> | AmouzeshTV.ir |\n| 8    | IRIB Quran     | [x](https://s1-cloud.irib.ir/securelive3/quranhd/quranhd.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/nmOKBaK.png\"/> | QuranTV.ir |\n| 9    | IRIB Mostanad  | [x](https://s1-cloud.irib.ir/securelive3/mostanadhd/mostanadhd.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/lRDgugZ.png\"/> | IRIBMostanad.ir |\n| 10   | IRIB Namayesh  | [x](https://s1-cloud.irib.ir/securelive3/namayeshhd/namayeshhd.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Nq0pCGr.png\"/> | NamayeshTV.ir |\n| 11   | IRIB Ofogh     | [x](https://s1-cloud.irib.ir/securelive3/ofoghhd/ofoghhd.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/fhqeYGb.png\"/> | OfoghTV.ir |\n| 12   | IRIB Varzesh   | [x](https://s1-cloud.irib.ir/securelive3/varzeshhd/varzeshhd.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/tRLSrxa.png\"/> | VarzeshTV.ir |\n| 13   | IRIB Pooya & Nahal | [x](https://s1-cloud.irib.ir/securelive3/pooyahd/pooyahd.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/hjeQUtg.png\"/> | PooyaTV.ir |\n| 14   | IRIB Salamat Ⓢ | [x](https://s1-cloud.irib.ir/securelive3/salamatsd/salamatsd.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/K0YUhne.png\"/> | SalamatTV.ir |\n| 15   | IRIB Nasim     | [x](https://s1-cloud.irib.ir/securelive3/nasimhd/nasimhd.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/EqjQN83.png\"/> | Nasim.ir |\n| 16   | IRIB Omid Ⓢ    | [x](https://s1-cloud.irib.ir/securelive3/omidsd/omidsd.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/s9iUe1l.png\"/> | IRIBOmid.ir |\n| 17   | IRIB Tamasha   | [x](https://s1-cloud.irib.ir/securelive3/tamashahd/tamashahd.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/YffSCWH.png\"/> | Tamasha.ir |\n| 18   | iFilm          | [x](https://s1-cloud.irib.ir/securelive3/ifilmhd/ifilmhd.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/4Z9L1AW.png\"/> | iFilmPersian.ir |\n| 19   | IRIB UHD-HDR   | [x](https://s1-cloud.irib.ir/securelive3/uhd/uhd.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/qZ98jaa.png\"/> | IRIBUHD.ir |\n\n<h2>Foreign channels</h2>\n\n| #    | Channel        | Link  | Logo | EPG id |\n|:----:|:--------------:|:-----:|:----:|:------:|\n| 1    | Jame Jam TV 1  | [x](https://s1-cloud.irib.ir/securelive3/jamejam1hd/jamejam1hd.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/BjaN3W1.png\"/> | JameJamTVNetwork1.ir |\n| 2    | Jame Jam TV 2 Ⓢ | [x](https://s1-cloud.irib.ir/securelive3/jamejam2sd/jamejam2sd.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/BjaN3W1.png\"/> | JameJamTVNetwork2.ir |\n| 3    | Jame Jam TV 3 Ⓢ | [x](https://s1-cloud.irib.ir/securelive3/jamejam3sd/jamejam3sd.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/BjaN3W1.png\"/> | JameJamTVNetwork3.ir |\n| 4    | iFilm 2 Ⓢ      | [x](https://s1-cloud.irib.ir/securelive3/ifilm2sd/ifilm2sd.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/WZrGsFb.png\"/> | iFilm2.ir |\n| 5    | iFilm Arabic Ⓢ | [x](https://s1-cloud.irib.ir/securelive3/ifilmarabsd/ifilmarabsd.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/D3cXTpJ.png\"/> | iFilmArabic.ir |\n| 6    | iFilm English Ⓢ | [x](https://s1-cloud.irib.ir/securelive3/ifilmengsd/ifilmengsd.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/RdC0DQk.png\"/> | iFilmEnglish.ir |\n| 7    | Sahar TV Azeri Ⓢ | [x](https://s1-cloud.irib.ir/securelive3/saharazarsd/saharazarsd.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/ZvNpHTj.png\"/> | SaharAzeri.ir |\n| 8    | Sahar TV Urdu Ⓢ | [x](https://s1-cloud.irib.ir/securelive3/saharurdusd/saharurdusd.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/krc2nHm.png\"/> | SaharUrdu.ir |\n| 9    | Sahar TV Kurdi Ⓢ | [x](https://s1-cloud.irib.ir/securelive3/saharkurdsd/saharkurdsd.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/FxFNcHA.png\"/> | SaharKurdi.ir |\n| 10   | Sahar TV Balkan Ⓢ | [x](https://s1-cloud.irib.ir/securelive3/saharbalksd/saharbalksd.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/RdmtePb.png\"/> | SaharBalkan.ir |\n| 11   | Al-Kawthar TV Ⓢ | [x](https://s1-cloud.irib.ir/securelive3/alkawtharsd/alkawtharsd.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/kKAKqd5.png\"/> | AlKawtharTV.ir |\n| 12   | Al-Alam News Network Ⓢ | [>](https://live2.alalam.ir/alalam.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/UbD0Ndr.png\"/> | AlalamNewsChannel.ir |\n| 13   | Press TV        | [>](https://cdnlive.presstv.ir/cdnlive/smil:cdnlive.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/X3YP2Gg.png\"/> | PressTV.ir |\n| 14   | Press TV French | [>](https://live1.presstv.ir/live/presstvfr/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/X3YP2Gg.png\"/> | PressTVFrench.ir |\n| 15   | HispanTV Ⓢ      | [x](https://live1.presstv.ir/live/hispan.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/hnhP9o0.png\"/> | HispanTV.ir |\n| 16   | IranPress Ⓢ     | [>](https://live1.presstv.ir/live/iranpress/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Qrubr3v.png\"/> | IranPress.ir |\n\n<h2>Provincial channels</h2>\n\n| #    | Channel        | Link  | Logo | EPG id |\n|:----:|:--------------:|:-----:|:----:|:------:|\n"
  },
  {
    "path": "lists/iraq.md",
    "content": "<h1>Iraq</h1>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | Al-Hurra Iraq | [>](https://mbnvvideoingest-i.akamaihd.net/hls/live/1004674/MBNV_ALHURRA_IRAQ/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/mXBZEQP.png\"/> | AlhurraTVIraq.iq |\n| 2   | Al-Hurra            | [>](https://mbnvvideoingest-i.akamaihd.net/hls/live/1004673/MBNV_ALHURRA_MAIN/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/0izeu5z.png\"/> | AlHurra.iq |\n| 3   | Al-Iraqiya | [>](https://cdn.catiacast.video/abr/8d2ffb0aba244e8d9101a9488a7daa05/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/imdV6kL.png\"/> |\n| 4   | Al-Rafidain       | [>](https://cdg8.edge.technocdn.com/arrafidaintv/abr_live/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/D78qG91.png\"/> | AlRafidainTV.iq |\n| 5   | Al-Rasheed       | [>](https://media1.livaat.com/AL-RASHEED-HD/tracks-v1a1/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/SU9HbXY.png\"/> | AlRasheedTV.iq |\n| 6   | Al-Sharqiya News       | [>](https://5d94523502c2d.streamlock.net/alsharqiyalive/mystream/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/P6p17ZY.jpg\"/> | AlSharqiyaNews.iq |\n| 7   | Al-Sharqiya       | [>](https://5d94523502c2d.streamlock.net/home/mystream/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/bPYyXNf.png\"/> | AlSharqiya.iq |\n| 8   | Dijlah Tarab       | [>](https://ghaasiflu.online/tarab/tracks-v1a1/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/2SBjjBQ.png\"/> | DijlahTarab.iq |\n| 9   | Dijlah TV       | [>](https://ghaasiflu.online/Dijlah/tracks-v1a1/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/FJEeYiz.png\"/> | DijlahTV.iq |\n| 10  | iNEWS       | [>](https://svs.itworkscdn.net/inewsiqlive/inewsiq.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/PeuBkaH.png\"/> | INews.iq |\n| 11  | Iraq Future Ⓢ       | [>](https://streaming.viewmedia.tv/viewsatstream40/viewsatstream40.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Z7woTe5.png\"/> | IraqFuture.iq |\n| 12  | Turkmeneli TV       | [>](https://137840.global.ssl.fastly.net/edge/live_6b7c6e205afb11ebb010f5a331abaf98/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/iUhhg4B.png\"/> | TurkmeneliTV.iq |\n| 13  | Zagros TV       | [>](https://5a3ed7a72ed4b.streamlock.net/zagrostv/SMIL:myStream.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/UjIuIQX.png\"/> | ZagrosTV.iq |\n"
  },
  {
    "path": "lists/ireland.md",
    "content": "<h1>Ireland</h1>\n\n<h2>Saorview</h2>\n\n* https://en.wikipedia.org/wiki/Saorview#Television\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 4   | TG4 | [>](https://dx4452e0qv6r9.cloudfront.net/tg4_vod_national.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/0/06/TG4_logo.svg/1024px-TG4_logo.svg.png\"/> | TG4.ie |\n| 22  | Houses of the Oireachtas Channel | [>](https://d33zah5htxvoxb.cloudfront.net/el/live/oirtv/hls.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/aC4fsCI.png\"/> | OireachtasTV.ie |\n\n\n<h2>Radio</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1 | Today FM | [>](https://stream.audioxi.com/TDAAC) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/b/bf/Today_FM_Logo_2017.jpg\"> | todayfm.com |\n|2 | 98FM | [>](https://stream.audioxi.com/98) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/98FM_2022.svg/1920px-98FM_2022.svg.png\" /> | 98fm.com |\n| 3 | FM104 | [>](https://wg.cdn.tibus.net/fm104MP3128) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/c/cb/FM104_logo_tile.png\" /> | fm104.ie |\n| 4 | Radio Nova | [>](https://stream.audioxi.com/NOVA) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/a/a1/Nova-web1-228x150.jpg\" /> | www.nova.ie |\n| 5 | Spin 103.8 | [>](https://stream.audioxi.com/SP) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/2/2e/Spin_400x400.png\" /> | spin1038.com |\n| 6 | Newstalk | [>](https://stream.audioxi.com/NT) | <img height=\"20\" src=\"\" /> | newstalk.com\n| 7 | Dublin's Q102  | [>](https://wg.cdn.tibus.net/q102MP3128) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/e/e7/Dublins_Q102_Logo.png\" /> | q102.ie |\n| 8 | Classic Hits | [>](https://stream.audioxi.com/CLASSIC) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/3/31/Classichits2023.jpg\" /> | classichits.ie |\n| 9 | Sunshine 106.8 | [>](https://live-bauerie.sharp-stream.com/SUN) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/9/97/Sunshine_106.8_logo.png\" /> | sunshineradio.ie |\n\n<h2>Invalid</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | RTÉ One | [x]() | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/thumb/e/e4/RT%C3%89_One_2014.svg/640px-RT%C3%89_One_2014.svg.png\"/> | RTEOne.ie |\n| 2   | RTÉ2 | [x]() | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/thumb/1/11/RT%C3%892_logo.svg/640px-RT%C3%892_logo.svg.png\"/> | RTE2.ie |\n| 3   | Virgin Media 1 | [x](http://csm-e.cds1.yospace.com/csm/extlive/tv3ie01,tv3-prd.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/thumb/4/4a/Virgin_Media_One_logo_2018.svg/1024px-Virgin_Media_One_logo_2018.svg.png\"/> | VirginMediaOne.ie |\n| 5   | Virgin Media 2 | [x](http://csm-e.cds1.yospace.com/csm/extlive/tv3ie01,3e-prd.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/thumb/c/c5/Virgin_Media_Two_logo_2018.svg/1024px-Virgin_Media_Two_logo_2018.svg.png\"/> | VirginMediaTwo.ie |\n| 6   | Virgin Media 3 | [x](http://csm-e.cds1.yospace.com/csm/extlive/tv3ie01,be3-prd.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/thumb/2/2f/Virgin_Media_Three_logo_2018.svg/1024px-Virgin_Media_Three_logo_2018.svg.png\"/> | VirginMediaThree.ie |\n| 7   | Virgin Media 4 | [x]() | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/92/Virgin_Media_Four_logo.svg/1024px-Virgin_Media_Four_logo.svg.png\"/> | VirginMediaFour.ie |\n| 17  | RTÉjr | [x]() | <img height=\"20\" src=\"https://i.imgur.com/2rhsMFF.png\"/> | Cula4.ie |\n| 18  | Cúla4 | [x]() | <img height=\"20\" src=\"https://i.imgur.com/E3jxqu9.png\"/> | RTEjr.ie |\n| 21  | RTE News | [x](https://live.rte.ie/live/a/channel3/news.isml/.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/7/78/Updated_RT%C3%89_News_and_Current_Affairs_Logo.png\"/> | RTENews.ie |\n"
  },
  {
    "path": "lists/israel.md",
    "content": "<h1>Israel</h1>\n\nhttps://en.wikipedia.org/wiki/List_of_television_channels_in_Israel\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 9   | 9 канал Ⓨ      | [>](https://www.youtube.com/@israel9tv/live) | <img height=\"20\" src=\"https://i.imgur.com/pttM3KQ.png\"/> | Channel9.il |\n| 11  | כאן 11         | [>](https://kan11.media.kan.org.il/hls/live/2024514/2024514/master.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/c/c8/Kan11Logo.svg/640px-Kan11Logo.svg.png\"/> | Kan11.il |\n| 12  | ערוץ 12        | [x]() | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/f/f0/Keshet12_2018.svg/788px-Keshet12_2018.svg.png\"/> | Keshet12.il |\n| 13  | ערוץ 13        | [>](https://d2xg1g9o5vns8m.cloudfront.net/out/v1/0855d703f7d5436fae6a9c7ce8ca5075/index.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/he/thumb/1/17/Reshet13Logo2022.svg/559px-Reshet13Logo2022.svg.png\"/> | Channel13.il |\n| 14  | ערוץ 14        | [>](https://now14.g-mana.live/media/91517161-44ab-4e46-af70-e9fe26117d2e/mainManifest.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Iq2Kb69.png\"/> | Now14.il |\n| 21  | The Shopping Channel | [>](https://shoppingil-rewriter.vidnt.com/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/PEdXHSE.png\"/> | TheShoppingChannel.il |\n| 33  | مكان 33        | [>](https://makan.media.kan.org.il/hls/live/2024680/2024680/master.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/5/56/MeKan_33_logo_2017.png\"/> | Makan33.il |\n| 99  | כאן חינוכית    | [>](https://kan23.media.kan.org.il/hls/live/2024691/2024691/master.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/6b/KanHinuchit.svg/640px-KanHinuchit.svg.png\"/> | KanEducational.il |\n| 99  | Knesset        | [>](https://contact.gostreaming.tv/Knesset/myStream/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/PEdXHSE.png\"/> | Knesset.il |\n"
  },
  {
    "path": "lists/italy.md",
    "content": "<h1>Italy</h1>\n\nhttps://en.wikipedia.org/wiki/Television_in_Italy#Digital_terrestrial_television\nhttps://www.tivusat.tv/sat-eng/tivusat/multicanale.aspx\n\n<h2>National DVB-T</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | Rai 1 Ⓖ       | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=2606803&output=7&forceUserAgent=rainet/4.0.5) | <img height=\"20\" src=\"https://i.imgur.com/CAx7yRm.png\"/> | Rai1.it |\n| 2   | Rai 2 Ⓖ       |  [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=308718&output=7&forceUserAgent=rainet/4.0.5) | <img height=\"20\" src=\"https://i.imgur.com/zA0PTcs.png\"/> | Rai2.it |\n| 3   | Rai 3 Ⓖ       | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=308709&output=7&forceUserAgent=rainet/4.0.5) | <img height=\"20\" src=\"https://i.imgur.com/9kuQCIi.png\"/> | Rai3.it |\n| 4   | Rete 4 Ⓖ      | [>](https://live02-seg.msf.cdn.mediaset.net/live/ch-r4/r4-clr.isml/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/GWx2Fkl.png\"/> | Rete4.it |\n| 5   | Canale 5 Ⓖ    | [>](https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/p6YdiR1.png\"/> | Canale5.it |\n| 6   | Italia 1 Ⓖ    | [>](https://live02-seg.msf.cdn.mediaset.net/live/ch-i1/i1-clr.isml/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/oCiOxBG.png\"/> | Italia1.it |\n| 7   | La7            | [>](https://viamotionhsi.netplus.ch/live/eds/la7/browser-HLS8/la7.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/F90mpSa.png\"/> | La7.it |\n| 8   | TV8 Ⓖ         | [>](https://hlslive-web-gcdn-skycdn-it.akamaized.net/TACT/11223/tv8web/master.m3u8?hdnts=st=1764666351~exp=1829466206~acl=/*~hmac=b0e9165b6c55027903ad103c8219f363d8765eb300c0d9a339e9767fc3509556) | <img height=\"20\" src=\"https://i.imgur.com/xvoHVOU.png\"/> | TV8.it |\n| 9   | Nove           | [>](https://d31mw7o1gs0dap.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-y5pbi2sq9r609/NOVE_IT.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Hp723RU.png\"/> | Nove.it |\n| 20  | 20 Mediaset Ⓖ | [>](https://live02-seg.msf.cdn.mediaset.net/live/ch-lb/lb-clr.isml/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/It13jwX.png\"/> | 20.it |\n| 21  | Rai 4 Ⓖ       | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746966&output=7&forceUserAgent=rainet/4.0.5) | <img height=\"20\" src=\"https://i.imgur.com/XFkZRfv.png\"/> | Rai4.it |\n| 22  | Iris Ⓖ     | [>](https://live02-seg.msf.cdn.mediaset.net/live/ch-ki/ki-clr.isml/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Ixz1BY3.png\"/> | Iris.it |\n| 23  | Rai 5 Ⓖ       | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=395276&output=7&forceUserAgent=rainet/4.0.5) | <img height=\"20\" src=\"https://i.imgur.com/Leu2zTO.png\"/> | Rai5.it |\n| 24  | Rai Movie Ⓖ   | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=747002&output=7&forceUserAgent=rainet/4.0.5) | <img height=\"20\" src=\"https://i.imgur.com/RKpO8CE.png\"/> | RaiMovie.it |\n| 25  | Rai Premium Ⓖ | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746992&output=7&forceUserAgent=rainet/4.0.5) | <img height=\"20\" src=\"https://i.imgur.com/RKI4nFy.png\"/> | RaiPremium.it |\n| 26  | Cielo Ⓖ       | [>](https://hlslive-web-gcdn-skycdn-it.akamaized.net/TACT/11219/cieloweb/master.m3u8?hdnts=st=1764666351~exp=1829466206~acl=/*~hmac=b0e9165b6c55027903ad103c8219f363d8765eb300c0d9a339e9767fc3509556) | <img height=\"20\" src=\"https://i.imgur.com/cPluF03.png\"/> | CieloTV.it |\n| 27  | 27 Twentyseven Ⓖ | [>](https://live02-seg.msf.cdn.mediaset.net/live/ch-ts/ts-clr.isml/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/y2PdPCK.png\"/> | 27Twentyseven.it |\n| 28  | TV 2000        | [>](https://hls-live-tv2000.akamaized.net/hls/live/2028510/tv2000/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/x7RaK3a.png\"/> | TV2000.va |\n| 29  | La7 Cinema     | [>](https://viamotionhsi.netplus.ch/live/eds/la7d/browser-HLS8/la7d.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/khPweok.png\"/> | La7Cinema.it |\n| 30  | La 5 Ⓖ     | [>](https://live02-seg.msf.cdn.mediaset.net/live/ch-ka/ka-clr.isml/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/UNyJaho.png\"/> | La5.it |\n| 31  | Real Time      | [>](https://d3562mgijzx0zq.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-kizqtzpvvl3i8/Realtime_IT.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/9dcTYg1.png\"/> | RealTimeItaly.it |\n| 32  | QVC            | [>](https://qrg.akamaized.net/hls/live/2017383/lsqvc1it/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Ea7iUX2.png\"/> | QVCItaly.it |\n| 33  | Food Network   | [>](https://dk3okdd5036kz.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-o4pw0nc02sthz/Foodnetwork_IT.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/i60OYr9.png\"/> | FoodNetworkItaly.it |\n| 34  | Cine34   Ⓖ   | [>](https://live02-seg.msf.cdn.mediaset.net/live/ch-b6/b6-clr.isml/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/YyldwhI.png\"/> | Cine34.it |\n| 35  | Focus Ⓖ     | [>](https://live02-seg.msf.cdn.mediaset.net/live/ch-fu/fu-clr.isml/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/M4smqpF.png\"/> | Focus.it |\n| 36  | RTL 102.5      | [>](https://dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S97044836/tbbP8T1ZRPBL/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/KdissvS.png\"/> | RTL1025TV.it |\n| 37  | Discovery Channel | [>](https://d24aqelmrau4kx.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-l1oas691aj7p2/WBTV_IT.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/5IxIFJ0.png\"/> | DiscoveryChannel.it |\n| 38  | Giallo         | [>](https://d9fqo6nfqlv2h.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-ulukbrgm1n3yb/Giallo_IT.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/0PIRwZS.png\"/> | Giallo.it |\n| 39  | Top Crime   Ⓖ | [>](https://live02-seg.msf.cdn.mediaset.net/live/ch-lt/lt-clr.isml/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/RFIwv9O.png\"/> | TopCrime.it |\n| 40  | BOING   Ⓖ     | [>](https://live02-seg.msf.cdn.mediaset.net/live/ch-kb/kb-clr.isml/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/niSlrqT.png\"/> | BoingItaly.it |\n| 41  | K2             | [>](https://d1pmpe0hs35ka5.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-39hsskpppgf72/K2_IT.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/wlLgSiA.png\"/> | K2.it |\n| 42  | Rai Gulp Ⓖ    | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746953&output=7&forceUserAgent=rainet/4.0.5) | <img height=\"20\" src=\"https://i.imgur.com/lu1DPVb.png\"/> | RaiGulp.it |\n| 43  | Rai YoYo Ⓖ    | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746899&output=7&forceUserAgent=rainet/4.0.5) | <img height=\"20\" src=\"https://i.imgur.com/DRSa3ys.png\"/> | RaiYoyo.it |\n| 44  | Frisbee        | [>](https://d6m7lubks416z.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-zmbstsedxme9s/Frisbee_IT.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/9y1zIAe.png\"/> | Frisbee.it |\n| 46  | Cartoonito Ⓖ  | [>](https://live02-seg.msf.cdn.mediaset.net/live/ch-la/la-clr.isml/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/oK2DcDJ.png\"/> | CartoonitoItaly.it |\n| 47  | Super!        | [>](https://495c5a85d9074f29acffeaea9e0215eb.msvdn.net/super/super_main/super_main_hbbtv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/1124YEp.png\"/> | Super.it |\n| 48  | Rai News 24 Ⓖ | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=1&output=7&forceUserAgent=rainet/4.0.5) | <img height=\"20\" src=\"https://i.imgur.com/gdzGwB6.png\"/> | RaiNews24.it |\n| 49  | Italia 2 Ⓖ    | [>](https://live02-seg.msf.cdn.mediaset.net/live/ch-i2/i2-clr.isml/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/nq48sjO.png\"/> | Italia2.it |\n| 50  | Sky TG24 Ⓖ    | [>](https://hlslive-web-gcdn-skycdn-it.akamaized.net/TACT/12221/web/master.m3u8?hdnts=st=1764666351~exp=1829466206~acl=/*~hmac=b0e9165b6c55027903ad103c8219f363d8765eb300c0d9a339e9767fc3509556) | <img height=\"20\" src=\"https://i.imgur.com/q4d3Dah.png\"/> | SkyTG24.it |\n| 51  | TGCOM 24 Ⓖ  | [>](https://live02-seg.msf.cdn.mediaset.net/live/ch-kf/kf-clr.isml/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/xautVD8.png\"/> | TGCom24.it |\n| 52  | DMAX           | [>](https://d2j2nqgg7bzth.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-02k1gv1j0ufwn/DMAX_IT.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/dmEmRX7.png\"/> | DMAXItaly.it |\n| 54  | Rai Storia Ⓖ  | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746990&output=7&forceUserAgent=rainet/4.0.5) | <img height=\"20\" src=\"https://i.imgur.com/K8y5q8x.png\"/> | RaiStoria.it |\n| 55  | Mediaset Extra Ⓖ | [>](https://live02-seg.msf.cdn.mediaset.net/live/ch-kq/kq-clr.isml/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/mM8lopo.png\"/> | MediasetExtra.it |\n| 56  | HGTV – Home & Garden Tv  | [>](https://d1tidto9vz737l.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-joaw4f4kh2en1/HGTV_IT.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/emLNC0U.png\"/> | HGTVItaly.it |\n| 57  | Rai Scuola Ⓖ  | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=747011&output=7&forceUserAgent=rainet/4.0.5) | <img height=\"20\" src=\"https://i.imgur.com/tmtJW6s.png\"/> | RaiScuola.it |\n| 58  | Rai Sport Ⓖ   | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=358025&output=7&forceUserAgent=rainet/4.0.5) | <img height=\"20\" src=\"https://i.imgur.com/xsGljsb.png\"/> | RaiSport.it |\n| 59  | Motor Trend    | [>](https://d205m6k582pec4.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-asg5puyzdtnqu/Motortrend_IT.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/ipj2H0n.png\"/> | MotorTrend.it |\n| 60  | Sportitalia Plus | [>](https://sportsitalia-samsungitaly.amagi.tv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/hu56Ya5.png\"/> | Sportitalia.it |\n| 61  | Travel TV        | [>](https://streaming.softwarecreation.it/GoldTvSat/GoldTvSat/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/aXAUyLN.png\"/> | TravelTV.it |\n| 62  | Donna TV Ⓢ     | [>](https://5a1178b42cc03.streamlock.net/donnatv/donnatv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Aa1Abme.png\"/> | DonnaTV.it |\n| 64  | SuperTennis    | [>](https://live-embed.supertennix.hiway.media/restreamer/supertennix_client/gpu-a-c0-16/restreamer/outgest/aa3673f1-e178-44a9-a947-ef41db73211a/manifest.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/GzsPlbX.png\"/> | SuperTennis.it |\n| 65  | Alma TV        | [>](https://streaming.softwarecreation.it/AlmaTv/AlmaTv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Y8JiDwN.png\"/> | AlmaTV.it |\n| 66  | Radio 105 TV Ⓖ | [>](https://live02-seg.msr.cdn.mediaset.net/live/ch-ec/ec-clr.isml/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/3NiLKvj.png\"/> | Radio105TV.it |\n| 67  | R101 TV Ⓖ    | [>](https://live02-seg.msr.cdn.mediaset.net/live/ch-er/er-clr.isml/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/mWeEa9T.png\"/> | R101TV.it |\n| 69  | Deejay TV      | [>](https://4c4b867c89244861ac216426883d1ad0.msvdn.net/live/S85984808/sMO0tz9Sr2Rk/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/rlaKH6k.png\"/> | DeejayTV.it |\n| 70  | RadioItaliaTV   | [>](https://radioitaliatv.akamaized.net/hls/live/2093117/RadioitaliaTV/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/4VCEJuJ.png\"/> | RadioItaliaTV.it |\n| 158 | Radio KISS KISS TV | [>](https://kk.fluid.stream/KKMulti/smil:KissKissTV.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/UTStxDW.png\"/> | KissKissTV.it |\n| 202 | Rai Radio 2 Visual Radio | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=5674080&output=7&forceUserAgent=rainet/4.0.5) | <img height=\"20\" src=\"https://i.imgur.com/nVBet0h.png\"/> | RaiRadio2Visual.it |\n| 233 | RTL 102.5 Traffic | [>](https://dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S38122967/2lyQRIAAGgRR/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/GH7byqm.jpeg\"/> | RTL1025Traffic.it |\n| 236 | MAN-GA | [>](https://c65b9e710bde44819015af98e72cd7ab.msvdn.net/live/S93572876/aILSQPYFY3pF/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/8a6WYU2.png\"/> | Manga.it |\n| 246 | Radio24-IlSole24OreTV | [>](https://ilsole24ore-radiovisual.akamaized.net/hls/live/2035302/persidera/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/NTqrdWW.png\"/> | Radio24TV.it |\n| 247 | BeJoy.Kids | [>](https://64b16f23efbee.streamlock.net/bejoy/bejoy/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/zuR9Go5.png\"/> | BeJoyKids.it |\n| 257 | Gambero Rosso  | [>](https://2018f6355a15442ebb37007fa4f6c064.msvdn.net/live/S7530969/XWerenuxbSdW/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/RApMW5x.png\"/> | GamberoRosso.it |\n| 258 | RadioFreccia   | [>](https://dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S3160845/0tuSetc8UFkF/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/J5N9F7Z.png\"/> | RadioFrecciaTV.it |\n| 265 | RDS Social TV | [>](https://stream.rdstv.radio/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/TY6FhqI.png\"/> | RDSSocialTV.it |\n| 266 | Radio ZETA     | [>](https://dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S9346184/XEx1LqlYbNic/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/0MgCm1n.png\"/> | RadioZetaTV.it |\n| 899 | Radio TV Serie A con RDS | [>](https://stream.radioseriea.com/50773f0d0070476a8612d9984c6059d8/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/NzDeCIx.png\"/> | RadioTVSerieA.it |\n\n<h2>Satellite</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 58  | Sportitalia SOLOCALCIO | [>](https://di-g7ij0rwh.vo.lswcdn.net/sportitalia/sisolocalcio.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/hu56Ya5.png\"/> | SportitaliaSolocalcio.it |\n| 61  | BIKE Channel   | [>](https://stream.prod-01.milano.nxmedge.net/argocdn/bikechannel/video.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/4IzVSQI.png\"/> | Bike.it |\n| 67  | Radio Montecarlo TV Ⓖ | [>](https://live02-seg.msr.cdn.mediaset.net/live/ch-bb/bb-clr.isml/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/3TMMXmS.png\"/> | RadioMonteCarloTV.it |\n| 68  | Virgin Radio TV Ⓖ | [>](https://live02-seg.msr.cdn.mediaset.net/live/ch-ew/ew-clr.isml/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/7Im3HI1.png\"/> | VirginRadioTV.it |\n| 89  | Senato TV      | [>](https://senato-live.morescreens.com/SENATO_1_001/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/FoQoNZW.png\"/> | SenatoTV.it |\n| 90  | Camera dei Deputati Ⓢ | [>](https://video-ar.radioradicale.it/diretta/camera2/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/fqGn1k9.png\"/> | CameradeiDeputati.it |\n| 210 | Rai 4K Ⓖ       | [>](https://raievent10-elem-live.akamaized.net/hls/live/619189/raievent10/raievent10/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/5gkt9DD.png\"/> | Rai4K.it |\n| 701 | UniNettuno University TV Ⓖ | [>](https://stream6-rai-it.akamaized.net/live/uninettuno/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/BOGMeio.png\"/> | UniNettunoUniversityTV.it |\n\n<h2>Regional DVB-T</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 0   | 111 Tv | [>](https://5db313b643fd8.streamlock.net/111/111/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/4jY8yAI.png\"/> |\n| 0   | 12 Tv Parma | [>](https://5929b138b139d.streamlock.net/12TVParma/livestream/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/xnUgx6b.png\"/> | 12TVParma.it |\n| 0   | 4 You Tv | [>](https://streamsrv2.nets-sr.com:19360/4youtv/4youtv.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/NN0cSbz.png\"/> |\n| 0   | Abc Tv | [>](https://diretta.arcapuglia.it:8080/live/abctv/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/nVmIeTD.png\"/> |\n| 0   | AB Channel  | [>](https://tsw.streamingwebtv24.it:1936/abchanneltv/abchanneltv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/k8EPLB9.png\"/> | ABChannel.it |\n| 0   | Alpauno | [>](https://5f22d76e220e1.streamlock.net/alpaunotv/alpaunotv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/4QKFtUa.png\"/> |\n| 0   | Alto Adige Tv | [>](https://5f204aff97bee.streamlock.net/AltoAdigeTV/livestream/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/S2sCFQi.png\"/> | AltoAdigeTV.it |\n| 0   | Antenna 2 Bergamo | [>](https://58f12ffd2447a.streamlock.net/Antenna2/livestream/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/NfvHIAw.png\"/> |\n| 0   | Antenna 3 Massa | [>](https://media2021.rtvweb.com/antenna3massa/a3/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/CHDU86j.png\"/> |\n| 0   | Antenna 3 Veneto Nord Est | [>](https://59d7d6f47d7fc.streamlock.net/antennatreveneto/antennatreveneto.stream/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/NiVHLwp.png\"/> | AntennaTreNordest.it |\n| 0   | Antenna Sud | [>](https://live.antennasudwebtv.it:9443/hls/vod.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/b8y6ImZ.png\"/> |\n| 0   | Antenna Sud Extra | [>](https://live.antennasudwebtv.it:9443/hls/vod92.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/6tBv8VD.png\"/> |\n| 0   | Aristanis SuperTv | [>](https://video2.azotosolutions.com:1936/supertvoristano/supertvoristano/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/v8PlAJO.png\"/> |\n| 0   | Arte Network Orler | [>](https://tsw.streamingwebtv24.it:1936/artenetwork/artenetwork/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/DP5y0Er.png\"/> |\n| 0   | Aurora Arte | [>](https://59d7d6f47d7fc.streamlock.net/auroraarte/auroraarte/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/BoLZ5wG.png\"/> | AuroraArte.it |\n| 0   | Azzurra Tv Vco | [>](https://59d7d6f47d7fc.streamlock.net/azzurratv/azzurratv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/mSWw8uW.png\"/> | AzzurraTV.it |\n| 0   | Basilicata 1 Tv | [>](http://77.68.40.210:8888/hls/basilicata1.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/VS6CQ88.png\"/> |\n| 0   | Bergamo Tv | [>](https://db142859fd5541b09de25d6507f1f2d3.msvdn.net/live/S17501676/oIxAsgEEA46M/playlist.m3u8?DVR) | <img height=\"20\" src=\"https://i.imgur.com/1doR6Vl.png\"/> |\n| 0   | BOM Channel | [>](https://5f22d76e220e1.streamlock.net/canale6/canale6/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/hISoOK3.png\"/> | BomChannel.it |\n| 0   | ByoBlu | [>](https://09bd1346f7a44cc9ac230cc1cb22ca4f.msvdn.net/live/S39249178/EnTK3KeeN1Eg/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/1xaHGtU.png\"/> |\n| 0   | Cafe Tv 24 | [>](https://srvx1.selftv.video/cafe/live/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/KbcbxFw.png\"/> |\n| 0   | Calabria Uno Tv  | [>](https://635320cd397eb.streamlock.net/live/ngrp:calabriaunolive_all/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/2TK1GQ5.png\"/> |\n| 0   | Calabria tv | [>](https://64b16f23efbee.streamlock.net/calabriatv-clone/calabriatv-clone/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/qWirucd.png\"/> |\n| 0   | Canale 10 | [>](https://nrvideo1.newradio.it:1936/desxcerbht/desxcerbht/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/KuQcjYV.png\"/> |\n| 0   | Canale 2 | [>](https://59d7d6f47d7fc.streamlock.net/canale2/canale2/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/ETqDkS1.png\"/> |\n| 0   | Canale 21 | [>](https://0ff9dd7fe9b64bc08a5fc4ed525454c3.msvdn.net/live/S38994111/B7j0ql4XaZtE/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/mU6Cq89.png\"/> | Canale21.it |\n| 0   | Canale 21 Extra | [>](https://0ff9dd7fe9b64bc08a5fc4ed525454c3.msvdn.net/live/S42170132/sT6C3LFaD1iA/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/cDAsrBl.png\"/> | Canale21Extra.it |\n| 0   | Canale 7 | [>](http://wms.shared.streamshow.it:80/canale7/canale7/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/9cuOLCn.png\"/> |\n| 0   | Canale 74 Sicilia | [>](https://stream.cp.ets-sistemi.it:1936/canale74/canale74/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/18JIVgu.png\"/> |\n| 0   | Canale 8 Campania | [>](https://59d7d6f47d7fc.streamlock.net/canale8/canale8/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/ElAS2WC.png\"/> |\n| 0   | Canale Italia  | [>](https://ovp-live.akamaized.net/ac115_live/canale1.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/QlwLRyh.png\"/> | CanaleItalia.it |\n| 0   | Carina Tv | [>](https://samson.streamerr.co:8081/carinatv/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/FMGcm6I.jpg\"/> |\n| 0   | Casa Italia 53 | [>](https://ovp-live.akamaized.net/ac115_live/canale3.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/O4GQVCk.png\"/> |\n| 0   | Casa Sanremo Tv | [>](https://router.xdevel.com/video0s975911-633/stream/playlist_dvr.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/WL3SFTs.png\"/> |\n| 0   | Castrovillari Tv | [>](http://msh0062.stream.seeweb.it/live/flv:stream00.sdp/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/V0kjYNG.png\"/> |\n| 0   | Cittaceleste Tv | [>](https://sportitaliaamd.akamaized.net/live/Cittaceleste/hls/A990687F506536598442FC5CD12C97CB78873FBA/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/9RVriNK.jpeg\"/> |\n| 0   | Company Tv | [>](https://company.fluid.stream/CompanyTV/smil:Company_ALL.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/IbabUDd.png\"/> |\n| 0   | Cremona 1 | [>](https://cdn2.streamshow.it/cloud-cremona1/cremona1/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/a5d0F01.jpg\"/> |\n| 0   | Cusano Italia Tv | [>](https://router.xdevel.com/video0s975363-69/stream/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/9F1sVjZ.png\"/> |\n| 0   | Cusano News 7 | [>](https://router.xdevel.com/video1s975363-1596/stream/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/L49Ie1Q.png\"/> |\n| 0   | Delta Tv | [>](http://hbbtv-server.zivoli.it:8080/hls/deltatv/deltatv/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/mfwVXt7.png\"/> |\n| 0   | Deluxe 139 | [>](https://59d7d6f47d7fc.streamlock.net/pierstyle/pierstyle/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/kRexw3w.png\"/> |\n| 0   | Di.Tv 80 | [>](https://5f22d76e220e1.streamlock.net/ditv80/ditv80/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/kHxTsJw.png\"/> |\n| 0   | Di.Tv 92 | [>](https://media2021.rtvweb.com/di_tv_92/live/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/g3SI08H.png\"/> |\n| 0   | Digital Tv7 Benevento | [>](http://streaming.senecadot.com/live/flv:tv7.sdp/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/NaQkklP.png\"/> |\n| 0   | Donna Shopping Tv | [>](https://5f22d76e220e1.streamlock.net/fascinotv/fascinotv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/oLDvx2T.png\"/> |\n| 0   | E'live Brescia Tv | [>](https://59d7d6f47d7fc.streamlock.net/elivebresciatv/elivebresciatv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/bZ3B7pi.png\"/> |\n| 0   | Easy Tv Canale 190 | [>](https://diretta.arcapuglia.it:8080/live/easytv/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/LKrVuRR.jpg\"/> |\n| 0   | Entella Tv | [>](https://5f22d76e220e1.streamlock.net:443/EntellaTV/EntellaTV/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/1VPXKrW.png\"/> |\n| 0   | EQUtv | [>](https://ippicabetflag-live.morescreens.com/IPPICA_1_003/304p.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/x9Wdz7h.png\"/> |\n| 0   | Equos Tv | [>](https://dacastmmd.mmdlive.lldns.net/dacastmmd/2824fb123d5e44b797232c7abf8195da/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/YwyfNDF.png\"/> |\n| 0   | Espansione Tv | [>](https://srvx1.selftv.video/espansione/smil:live.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/mm9HKpD.png\"/> | EspansioneTV.it |\n| 0   | Esperia Tv | [>](https://59d7d6f47d7fc.streamlock.net/esperiatv/esperiatv/playlist.m3u8) | <img height=\"20\" src=\"https://patbuweb.com/tivustream/chanlogoz/ita/esperiatv.png\"/> |\n| 0   | Etna Espresso Channel | [>](https://5db313b643fd8.streamlock.net/Etnachannelponte/Etnachannelponte/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/hMUxytZ.png\"/> |\n| 0   | è Tv Marche | [>](https://live.ipstream.it/etvmarche/etvmarche.stream/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/vxgbFnR.png\"/> |\n| 0   | è Tv Rete7 | [>](https://live.ipstream.it/etv/etv.stream/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/FXFzJhM.png\"/> |\n| 0   | è Tv Umbria | [>](https://live.ipstream.it/etvumbria/etvumbria.stream/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/DASRCe2.png\"/> |\n| 0   | Euro Tv | [>](https://5f22d76e220e1.streamlock.net/eurotv/eurotv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/HCl5Zbu.png\"/> |\n| 0   | Extra Tv | [>](https://rst2.saiuzwebnetwork.it:8081/extratvlive/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/KCBurST.png\"/> |\n| 0   | FM Tv Marche | [>](https://bbtv.intvstream.net:3988/hybrid/play.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/yY01NhL.jpg\"/> |\n| 0   | Fano Tv | [>](https://diretta.arcapuglia.it:8080/live/fanotv/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/orqEzJ6.png\"/> |\n| 0   | Fascino Tv | [>](https://5f22d76e220e1.streamlock.net/canale157/canale157/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/4XYYY5B.png\"/> |\n| 0   | GRP Televisione | [>](https://webstream.multistream.it/memfs/a3195c96-f884-4c74-924f-2648814fc0b5.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/1zNPpVE.png\"/> |\n| 0   | GarganoTv | [>](https://cdn80-ger.azotosolutions.com:8443/cdnedge3/smil:live3.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/OlJohKK.png\"/> |\n| 0   | Giornale Radio Tv | [>](https://5f204aff97bee.streamlock.net/GR_tv/livestream/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/TMtvCLL.jpg\"/> |\n| 0   | Giovanni Paolo Tv | [>](https://media2021.rtvweb.com/giovannipaolotv/web/chunklist_w663456797.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/GH5eJE6.png\"/> |\n| 0   | Globus Television | [>](https://cdn.cubws.com/live/globus.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/yUTYqCv.png\"/> |\n| 0   | Gold Tv  | [>](https://streaming.softwarecreation.it/GoldTv/GoldTv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/3rVi4kD.png\"/> | GoldTV.it |\n| 0   | GO-TV Channel | [>](https://6zklxkbbdw9b-hls-live.mariatvcdn.it/msmotor/2f759512164fc6fe4acbed6a5648993a.sdp/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/xgjrAAn.png\"/> | GOTVCanale163.it |\n| 0   | GS Channel | [>](https://rst.saiuzwebnetwork.it:8081/retereggio/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/ExfxCRv.png\"/> |\n| 0   | Icaro Tv Rimini | [>](https://59d7d6f47d7fc.streamlock.net/icarotv/icarotv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/z05VSSN.png\"/> |\n| 0   | Idea Plus | [>](https://rst.saiuzwebnetwork.it:19360/teleidea/teleidea.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/2edmxYF.png\"/> |\n| 0   | il61 | [>](https://5a1178b42cc03.streamlock.net/travel/travel/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/1rUZsBv.png\"/> |\n| 0   | Italia 2 Tv | [>](https://59d7d6f47d7fc.streamlock.net/italia2/italia2/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/ISbxfY0.png\"/> | Italia2TV.it |\n| 0   | Italia 7 | [>](https://streaming.softwarecreation.it/Italia7/Italia7/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/YBXkY4w.png\"/> |\n| 0   | Italia 8 Prestige | [>](https://5f22d76e220e1.streamlock.net/italia8prestige/italia8prestige/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/uDxWI4a.png\"/> |\n| 0   | Italia Channel | [>](https://stream1.aswifi.it/italiachannel/stream/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/zuuKXGv.png\"/> | ItaliaChannel.it |\n| 0   | Iunior Tv | [>](https://5f22d76e220e1.streamlock.net/iuniortv/iuniortv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/9jeNlLE.png\"/> | IuniorTV.it |\n| 0   | L'Altro Corriere Tv  | [>](https://stream.cp.ets-sistemi.it:1936/laltrocorriere-tv/laltrocorriere-tv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/dgj79J3.png\"/> |\n| 0   | La Nuova Tv | [>](https://5dcabf026b188.streamlock.net/lanuovatvbas/livestream/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/wg8FhdN.png\"/> |\n| 0   | La Tenda Tv | [>](https://2-fss-1.streamhoster.com/pl_148/206202-2980948-1/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/XnBp0hT.png\"/> |\n| 0   | La tr3 Marsala | [>](https://tsw.streamingwebtv24.it:1936/eslife1/eslife1/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/XlxpfEx.png\"/> |\n| 0   | LaC News 24 | [>](https://f5842579ff984c1c98d63b8d789673eb.msvdn.net/live/S27391994/HVvPMzy/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/02vCECa.png\"/> |\n| 0   | LaC Tv Calabria | [>](https://f5842579ff984c1c98d63b8d789673eb.msvdn.net/live/S47282891/JWjL3xqPf4bX/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/2Ef6crS.png\"/> |\n| 0   | Lab Tv | [>](https://customer-yzibk50951uq418a.cloudflarestream.com/a58893dee4b9922a75e41b4ec4243f84/manifest/video.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/OpRS6Fl.png\"/> |\n| 0   | Lazio Tv | [>](https://streaming.softwarecreation.it/LazioTv/LazioTv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/DAj5Uwb.png\"/> |\n| 0   | Le Cronache Lucane Tv | [>](http://stucazz.com:8888/hls/cronache.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/EBY3IZL.jpg\"/> |\n| 0   | Lira Tv | [>](https://a928c0678d284da5b383f29ecc5dfeec.msvdn.net/live/S57315730/8kTBWibNteJA/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/S0ReVEo.png\"/> |\n| 0   | Lombardia Tv | [>](https://5db313b643fd8.streamlock.net/lmbiatv/lmbiatv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/aksVy9f.jpg\"/> |\n| 0   | Love in Venice | [>](http://59d7d6f47d7fc.streamlock.net/loveinvenice/loveinvenice/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/lLBzzce.png\"/> |\n| 0   | Lucania Tv | [>](https://cdn15.streamshow.it/cloud-lucaniatv/lucaniatv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/wuUNVR5.png\"/> |\n| 0   | Made in BO | [>](https://srvx1.selftv.video/dmchannel/live/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/WFnrMS0.png\"/> |\n| 0   | Maria Vision | [>](https://1601580044.rsc.cdn77.org/live/_jcn_/amls:CHANNEL_2/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/fdx5YXi.png\"/> |\n| 0   | Matrix Tv | [>](https://5f22d76e220e1.streamlock.net/GrandeItalia/GrandeItalia/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/m1HeXrn.png\"/> |\n| 0   | Mediterranea Tv | [>](https://stream1.aswifi.it/mediterraneatv/live/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/GUTOqRt.png\"/> |\n| 0   | Medjugorje Italia Tv | [>](https://5f22d76e220e1.streamlock.net/medjugorjeitaliatv/medjugorjeitaliatv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/hkZScXf.png\"/> |\n| 0   | Medjugorje Tv Puglia  | [>](https://diretta.arcapuglia.it:8080/live/medjugorietv/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/IWBeddh.png\"/> |\n| 0   | Minformo Tv | [>](https://5db313b643fd8.streamlock.net:443/MinformoTV/MinformoTV/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/VJNtnZM.jpg\"/> |\n| 0   | Motori Tv      | [>](https://5f22d76e220e1.streamlock.net/servizio01/servizio01/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/NWXQKbl.png\"/> |\n| 0   | NTI Canale 271 | [>](https://www.ntimedia.it/video/S0B/S0B_master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/zlmcUe0.jpg\"/> |\n| 0   | News24 City | [>](https://dc3.telesveva.com:4433/news24.mp4) | <img height=\"20\" src=\"https://i.imgur.com/dak9AtV.png\"/> |\n| 0   | Nuova TV Nazionale | [>](https://stream4.xdevel.com/video0s975955-782/stream/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/QWlRuXg.png\"/> |\n| 0   | Nuova Tv 1  | [>](https://nuovatv.net:8443/tv/stream.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/1yqTZhR.png\"/> |\n| 0   | Nuova Tv 2 | [>](https://nuovatv.net:8443/tv2/stream.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/0vauyV3.png\"/> |\n| 0   | Nuvola Tv | [>](https://stream.nuvola.tv:8181/memfs/4aaa6328-1879-4ebf-b18a-498146d0c61c.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/EDGez2x.png\"/> |\n| 0   | Odeon 24 | [>](https://streaming.softwarecreation.it/Odeon/Odeon/manifest.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/M1tVBuH.png\"/> |\n| 0   | Ofanto Tv | [>](https://videostream.isgm.it:3276/live/tvofantolive.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/UCgATWn.png\"/> |\n| 0   | Onda Novara Tv | [>](https://585b674743bbb.streamlock.net/9006/9006/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Qoh9CFy.png\"/> |\n| 0   | Onda Tv Sicilia | [>](https://5926fc9c7c5b2.streamlock.net/9040/9040/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/0c5Y6lr.png\"/> |\n| 0   | Onda Web Radio | [>](http://178.33.224.197:1935/ondaradioweb/ondaradioweb/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/3hTvrC8.jpg\"/> |\n| 0   | Ora Tv | [>](https://5db313b643fd8.streamlock.net/OraTv/OraTv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/clWVrvE.png\"/> |\n| 0   | Orler Tv | [>](https://w1.mediastreaming.it/orlertv/livestream/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/dBkxD8e.png\"/> |\n| 0   | Otto Channel | [>](https://ottop-live-meride.akamaized.net/hls/live/2039996/ch1/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/HRonD2N.png\"/> |\n| 0   | Padre Pio Tv | [>](https://600f07e114306.streamlock.net/PadrePioTV/livestream/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/7ajxEPH.png\"/> |\n| 0   | Paradise Tv | [>](https://tsw.streamingwebtv24.it:1936/paradisetv/paradisetv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/okIBfIb.jpg\"/> |\n| 0   | Parole di Vita  | [>](https://64b16f23efbee.streamlock.net/paroledivita/paroledivita/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/M9mIiZD.png\"/> |\n| 0   | Partenope Tv | [>](https://diretta.arcapuglia.it:8080/live/partenope/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/FtuWkj1.png\"/> |\n| 0   | Peer Tv Alto Adige | [>](https://iptv.peer.biz/live/peertv-it.m3u8) | <img height=\"20\" src=\"https://www.peer.biz/peertv-iptv/peer-tv-alto-adige.png\"/> | PeerTV.it |\n| 2   | Peer TV Südtirol | [>](https://iptv.peer.biz/live/peertv.m3u8) | <img height=\"20\" src=\"https://www.peer.biz/peertv-iptv/peer-tv-suedtirol.png\"/> | PeerTV.de |\n| 0   | Pop Tv | [>](https://stream1.aswifi.it/poptelevision/live/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/TeolCu9.png\"/> |\n| 0   | Prima Tv Napoli | [>](https://57068da1deb21.streamlock.net/primatvnapoli/primatvnapoli/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/yPuQeEy.jpg\"/> |\n| 0   | Prima Tv Sicilia | [>](https://5db313b643fd8.streamlock.net/PrimaTV/PrimaTV/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/br45JER.png\"/> |\n| 0   | PrimaFREE | [>](https://5f22d76e220e1.streamlock.net/primafree/primafree/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/YrSSmOL.png\"/> |\n| 0   | Primantenna Torino | [>](https://5f22d76e220e1.streamlock.net/primantenna14/primantenna14/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/sqEcPFs.gif\"/> |\n| 0   | Primocanale | [>](https://msh0203.stream.seeweb.it/live/flv:stream2.sdp/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/xWF1A1U.png\"/> |\n| 0   | Promovideo Tv | [>](https://media2021.rtvweb.com/promovideo_web/promovideo/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/MwK9HVG.png\"/> |\n| 0   | Quarto Canale Flegreo | [>](http://live.mariatvcdn.com/dialogos/171e41deedf405f10c7dd6311387fb43.sdp/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/8RKY3Du.png\"/> |\n| 0   | Radio 3M InBlu | [>](https://stream.mariatvcdn.com/telemistrettaradio/900bfcc0f9012ea272584fd5ff5281b8.sdp/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/d7O7Uqa.png\"/> |\n| 0   | Radio 51 Tv | [>](https://59d7d6f47d7fc.streamlock.net/canale51/canale51/chunklist_w1193883900.m3u8) | <img height=\"20\" src=\"https://uaznao.com/wp-content/uploads/2023/03/radio51.png\"/> |\n| 0   | Radio Birikina Tv | [>](https://tvd-bk.fluid.stream/RadioBirikinaTV/livestream/chunklist_w84398277.m3u8) | <img height=\"20\" src=\"https://uaznao.com/wp-content/uploads/2023/03/radiobirikina.png\"/> |\n| 0   | Radio Bruno Tv | [>](https://router.xdevel.com/video0s975758-473/stream/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/y4vKE83.png\"/> |\n| 0   | Radio Ibiza | [>](https://str48.fluid.stream/RadioIbizaTV/livestream/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/uu0DHY5.png\"/> |\n| 0   | Radio Immagine Tv | [>](https://media.velcom.it:8081/RadioImmagineTV/index.fmp4.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/iQlXRAB.png\"/> |\n| 0   | Radio Italia Cina Tv | [>](https://585b674743bbb.streamlock.net/9054/9054/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/QGkyrO3.png\"/> |\n| 0   | Radio Libertà  | [>](https://router.xdevel.com/video0s975360-67/stream/playlist_dvr.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/HRvPlf5.png\"/> |\n| 0   | Radio m2o Tv   | [>](https://4c4b867c89244861ac216426883d1ad0.msvdn.net/live/S62628868/uhdWBlkC1AoO/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/wl30UFj.png\"/> | m2oTV.it |\n| 0   | Radio Monte Kronio Tv (R.M.K.) | [>](https://648026e87a75e.streamlock.net/rmktv/rmktv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/t0I2Shi.jpg\"/> |\n| 0   | Radio Norba Tv | [>](https://router.xdevel.com/video0s975885-462/stream/playlist_dvr.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/qftBPM9.png\"/> | RadionorbaTV.it |\n| 0   | Radio Piter Pan Tv | [>](https://tvd-piter.fluid.stream/RadioPiterpanTV/livestream/chunklist_w1866496033.m3u8) | <img height=\"20\" src=\"https://uaznao.com/wp-content/uploads/2023/03/radiopiterpan.png\"/> |\n| 0   | Radio Radio Tv | [>](https://200912.global.ssl.fastly.net/646b335e2291a2022444bb7c/live_22f84390fe1411ed919df3da85a483cc/rewind-14400.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/iKuRg2b.png\"/> | RadioRadioTV.it |\n| 0   | Radio Radiosa Tv | [>](https://stream7.zivoli.it/radiosatv/radiosatv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/8kqyxvz.png\"/> |\n| 0   | Radio Roma | [>](https://585b674743bbb.streamlock.net/9044/9044/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/RKvfStm.png\"/> |\n| 0   | Radio Roma Television | [>](https://5926fc9c7c5b2.streamlock.net/rtfeunawfu/rtfeunawfu/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/RKvfStm.png\"/> |\n| 0   | Ran Friul | [>](https://5f22d76e220e1.streamlock.net/RanFriul/RanFriul/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Qs5eQPM.png\"/> |\n| 0   | RDE Tv | [>](https://rst2.saiuzwebnetwork.it:8081/rdetrieste/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/NiwPlrr.png\"/> |\n| 0   | Reggio Tv | [>](https://cdn10.streamshow.it/cloud-reggiotv/reggiotv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/merrg2C.png\"/> |\n| 0   | Rei Tv | [>](https://5f22d76e220e1.streamlock.net/reitv/reitv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/YNRWFOo.png\"/> |\n| 0   | Rete 55 | [>](https://live1.giocabet.tv/stream/6/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/EsZn2cj.png\"/> |\n| 0   | Rete 8 Vga | [>](https://604e46ac2bdee.streamlock.net:1936/rete8_1/rete8_1/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/3wF2AJX.jpg\"/> |\n| 0   | Rete 8 | [>](https://64b16f23efbee.streamlock.net/rete8/rete8/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/bGsjPRh.png\"/> |\n| 0   | Rete 8 Sport | [>](https://64b16f23efbee.streamlock.net/rete8sport/rete8sport/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/uUAjWlF.png\"/> |\n| 0   | Rete Biella Tv | [>](https://sb.top-ix.org/retebiella/streaming/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/e2ryHx7.png\"/> |\n| 0   | Rete Mia  | [>](https://5db313b643fd8.streamlock.net/rete/rete/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/kCJ621Q.png\"/> |\n| 0   | Rete Oro Tv | [>](https://5926fc9c7c5b2.streamlock.net/9094/9094/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/OCxGtwA.png\"/> |\n| 0   | Rete Sole | [>](https://5926fc9c7c5b2.streamlock.net/9332/9332/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/u0ezKgE.png\"/> |\n| 0   | Rete Tv Italia | [>](https://57068da1deb21.streamlock.net/retetvitalia/retetvitalia/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/lXGWoV9.png\"/> |\n| 0   | Rete Veneta | [>](http://wms.shared.streamshow.it/reteveneta/reteveneta/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/cInhQFp.png\"/> |\n| 0   | Roma Tv 82 | [>](https://streaming.softwarecreation.it/RomaCH71/RomaCH71/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/C3UnlFF.png\"/> |\n| 0   | Rossini Tv | [>](https://stream.rossinitv.it/memfs/3bca4ad7-adfc-4610-ac0e-e826743ddc57.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/K0Em0nx.jpg\"/> |\n| 0   | RTC Quarta Rete | [>](https://msh0232.stream.seeweb.it/live/stream00.sdp/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/rFGA6qL.png\"/> |\n| 0   | RTC Telecalabria | [>](https://w1.mediastreaming.it/calabriachannel/livestream/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/tTYLcuh.jpg\"/> | RTCTelecalabria.it |\n| 0   | RTI Calabria | [>](https://stream.ets-sistemi.it:8081/rticalabria/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/hVzEvmo.jpg\"/> |\n| 0   | RTL 102.5 + Plus | [>](https://streamcdng14-dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S82929343/cAcsSu4Wecc5/chunklist_b5256000.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/mPqDtCO.png\"/> | RTL1025Plus.it |\n| 0   | RTM Manduria | [>](https://5f22d76e220e1.streamlock.net/rtm/rtm/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/WwzU0EP.png\"/> |\n| 0   | RTR99 Tv | [>](https://5e73cf528f404.streamlock.net/RTR99TV/livestream/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/mkO95pD.png\"/> |\n| 0   | Rtp Tv | [>](http://flash2.xdevel.com/rtptv/rtptv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/I1hYI0C.png\"/> |\n| 0   | Rttr | [>](https://5f204aff97bee.streamlock.net/RTTRlive/livestream/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/z7xMArA.png\"/> |\n| 0   | Rtv 38 Toscana | [>](https://845d8509d2cb4f249dd0b2ae5755b6c2.msvdn.net/rtv38/rtv38_live_main/mainabr/playlist_dvr.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/xqlhJqK.png\"/> |\n| 0   | SL 48 Tv | [>](http://media.velcom.it:1935/sl48/sl48/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/b58oouu.jpg\"/> |\n| 0   | ST Europe Channel | [>](https://5f22d76e220e1.streamlock.net/steuropetv/steuropetv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/QpPgSfr.png\"/> |\n| 0   | Sardegna 1 | [>](https://7e1cc2454f2242afabe05cc0a2f483cd.msvdn.net/live/S30721796/ZS3Xu8mn5f0J/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/YNEW2h2.png\"/> |\n| 0   | Set Tv Cilento  | [>](https://stream1.aswifi.it/settv/live/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/qN5D1jD.png\"/> |\n| 0   | Sesta Rete | [>](https://stream10.xdevel.com/video0s977089-1792/stream/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/0B0S2gI.png\"/> |\n| 0   | Sicilia 24 Tv | [>](https://5f22d76e220e1.streamlock.net/sicilia24/sicilia24/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/GhQX36O.png\"/> |\n| 0   | Sicilia Tv | [>](https://stream9.xdevel.com/video0s976441-1226/stream/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/I5FoThW.png\"/> |\n| 0   | Sienatv | [>](https://router.xdevel.com/video0s976727-1441/stream/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/gcysky4.png\"/> |\n| 0   | Sophia Tv | [>](https://bild-und-ton.stream/sophiatv-it/smil:sophia-tv-it.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/fiLNK3b.jpg\"/> |\n| 0   | Stiletv | [>](https://proxy.media.convergenze.it/stiletv/streams/oQOFd7JglHjO1631525551097.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/ZP3cJi7.png\"/> |\n| 0   | Super J Tv | [>](https://59d39900ebfb8.streamlock.net/SuperJtv/SuperJtv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/5oy5Nuu.png\"/> |\n| 0   | Super Six | [>](https://5db313b643fd8.streamlock.net/SUPERSIXLombardia/SUPERSIXLombardia/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/kHSuyub.png\"/> | SuperSix.it |\n| 0   | Supertv | [>](http://wms.shared.streamshow.it:1935/supertv/supertv/live.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/7gUZcEh.png\"/> |\n| 0   | T9 | [>](https://streaming.softwarecreation.it/tnove/tnove/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/XzL05Py.png\"/> |\n| 0   | TRC Santeramo | [>](https://stream7.livinlive.it/trc/trc/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/VbYdS8P.jpg\"/> |\n| 0   | TRL Tele Radio Leo | [>](https://5db313b643fd8.streamlock.net/TRL/TRL/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/qAagkJT.png\"/> |\n| 0   | TSD Tv Arezzo(Tele San Domenico) | [>](https://stream.mariatvcdn.com/tsd/7c59373bfdb38201b9215ff86f0ce6af.sdp/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/WQ8eQXc.png\"/> |\n| 0   | TVL (TV Libera Pistoia) | [>](http://live.mariatvcdn.com/mariatvcdn/70564e1c6884c007c76f0c128d679eed.sdp/mono.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/07geF0L.png\"/> |\n| 0   | Tcf Tv | [>](https://stream10.xdevel.com/video1s977294-1864/stream/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/fiylFs2.jpg\"/> |\n| 0   | Tci | [>](https://tbn-jw.cdn.vustreams.com/live/tci/live.isml/2b7d53c5-b504-4d26-b25f-a70deb8d0faf.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/lCZTaKs.jpg\"/> |\n| 0   | Teatro Tv | [>](https://m.iostream.it/hls/teatrotv/teatrotv.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/UsvffQL.png\"/> |\n| 0   | Tele A | [>](https://lostream.it/hls/telea/video.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/l7Za9KH.jpg\"/> |\n| 0   | Tele Abruzzo Tv | [>](http://uk4.streamingpulse.com:1935/TeleabruzzoTV/TeleabruzzoTV/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/koB8J4b.jpg\"/> |\n| 0   | Tele Acras | [>](https://5db313b643fd8.streamlock.net/teleacras/teleacras/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/90Lsv8q.png\"/> |\n| 0   | Tele Arena | [>](https://5e73cf528f404.streamlock.net/TeleArena/TeleArena.stream/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/9hsoWMO.png\"/> |\n| 0   | Tele Bari | [>](https://w1.mediastreaming.it/telebari/livestream/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/HYSz4rx.png\"/> |\n| 0   | Tele Belluno | [>](https://live.mariatvcdn.com/telebelluno/a3b80388da9801906adf885282e73bc3.sdp/mono.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/YiM2Z7E.png\"/> |\n| 0   | Tele Boario | [>](https://stream7.xdevel.com/video0s976425-1244/stream/playlist_dvr.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/LlLD3L6.png\"/> |\n| 0   | Tele Bruzzano | [>](https://playerssl.telemia.tv/fileadmin/hls/Telebruzzano/telebruzzano_mediachunks.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/7TWbCDt.jpg\"/> |\n| 0   | Tele Chiara | [>](http://fms.tvavicenza.it:1935/telechiara/diretta/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Q5XpnXR.png\"/> |\n| 0   | Telecolor | [>](https://1aadf145546f475282c5b4e658c0ac4b.msvdn.net/live/324149/hlbAWtl/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/urUG78J.png\"/> | TelecolorLombardia.it |\n| 0   | Tele Cupole | [>](https://nrvideo1.newradio.it/euhsbdamnx/euhsbdamnx/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/ZmUI9zb.png\"/> |\n| 0   | Tele Estense | [>](https://5e73cf528f404.streamlock.net/TeleEstense/livestream/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/X7i7DWo.png\"/> |\n| 0   | Tele Foggia | [>](https://59d7d6f47d7fc.streamlock.net/telefoggia/telefoggia/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/M7tqBu9.jpg\"/> |\n| 0   | Tele Friuli | [>](https://5757bf2aa08e42248fb9b9d620f5d900.msvdn.net/live/S11646715/pE3ax0lT0rBd/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/AoQxZxD.png\"/> |\n| 0   | Tele Ischia | [>](https://rst.saiuzwebnetwork.it:8081/teleischia/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/vihHVQn.jpg\"/> |\n| 0   | Tele Jonio | [>](http://59d7d6f47d7fc.streamlock.net/telejonio/telejonio/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/qJeDV8R.png\"/> |\n| 0   | Tele Liberta' HD | [>](https://streaming.liberta.it/hls/liberta.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/XzAB5k7.jpg\"/> |\n| 0   | Tele Liguria Sud | [>](https://64b16f23efbee.streamlock.net/teleliguriasud/teleliguriasud/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/BeLAYJ6.jpg\"/> |\n| 0   | Tele Mantova | [>](https://5ce9406b73c33.streamlock.net/TeleMantova/livestream/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/bkSPcs4.png\"/> |\n| 0   | Tele Mia | [>](https://playerssl.telemia.tv/fileadmin/hls/TelemiaHD/telemia85_mediachunks.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/SdXpCwL.png\"/> |\n| 0   | Tele Mia Extra | [>](https://playerssl.telemia.tv/fileadmin/hls/TelemiaExtra/telemiaextra_mediachunks.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/upzBG32.png\"/> |\n| 0   | Tele Mistretta | [>](https://live.mariatvcdn.com/telemistretta/8fbcd205ada81b295ee6c211c3a80dde.sdp/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/OJ3zUS0.png\"/> |\n| 0   | Tele Molise | [>](http://185.202.128.1:1935/Telemolise4K/Telemolise4K/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/u5VD0x9.png\"/> |\n| 0   | Tele Nord Genova | [>](https://64b16f23efbee.streamlock.net/telenord/telenord/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/I6yegEK.png\"/> |\n| 0   | Tele Nostra | [>](https://13574-8.b.cdn12.com/hls/f099fa8883.ulive/_c/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/FACahKZ.png\"/> |\n| 0   | Tele Occidente | [>](https://stream9.xdevel.com/video0s976532-1292/stream/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/3aOiWKa.png\"/> |\n| 0   | Tele Oltre | [>](http://1se1.troydesign.eu/np_teleoltre/_definst_/channel1_np_teleoltre/playlist.m3u8?ext=.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/PxtJAxs.png\"/> |\n| 0   | Tele One | [>](https://648026e87a75e.streamlock.net/teleone/teleone/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/9trB6mj.png\"/> |\n| 0   | Tele Pace Trento | [>](https://5a1178b42cc03.streamlock.net/telepacetrento/telepacetrento/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/o5sQCpF.png\"/> |\n| 0   | Tele Pavia | [>](http://wms.shared.streamshow.it:1935/telepavia/telepavia/live.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/YVodo4T.png\"/> |\n| 0   | Tele Pegaso | [>](https://flash2.xdevel.com/telepegasocanale812/telepegasocanale812/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/FQkM8Vd.png\"/> |\n| 0   | Tele Piadena  | [>](https://stream3.xdevel.com/video0s975441-151/stream/playlist_dvr.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/VqaPuQN.png\"/> |\n| 0   | Tele Pordenone | [>](https://video.wifi4all.it/telepn/telepn.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/dbYwXwg.png\"/> |\n| 0   | Tele Quattro Trieste | [>](http://wms.shared.streamshow.it/telequattro/telequattro/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/MFxQxve.png\"/> |\n| 0   | Tele Radio Ercolano | [>](https://rst.saiuzwebnetwork.it:19360/teleradioercolano-1/teleradioercolano-1.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/YPuoy8N.jpg\"/> |\t\t\t\n| 0   | Tele Radio Pace 1 | [>](https://jk3lz2bwlw79-hls-live.mariatvcdn.it/teleradiopace1/efcc8fc46cab26315ce3f5845d76008f.sdp/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/ORkkXM8.png\"/> |\n| 0   | Tele Radio Pace 2 | [>](https://zkpywrbgdbeg-hls-live.mariatvcdn.it/teleradiopace2/254c9b5c52a73a94ef0f6169cbd05dc2.sdp/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/U4E3eEr.png\"/> |\n| 0   | Tele Radio Pace 3 | [>](https://932y4273djv8-hls-live.mariatvcdn.it/teleradiopace3/d2274c22e9ee09eb2eda01ed0496f8f5.sdp/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/pTqIxFD.png\"/> |\n| 0   | Tele Radio Pace 4 | [>](https://j78dpr7nyq5r-hls-live.mariatvcdn.it/teleradiopace4/13d74f2cfe921bfbc262697203d47d8f.sdp/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/KPHHsN5.png\"/> |\n| 0   | Tele Radio Orte | [>](https://flash2.xdevel.com/ortetv/ortetv/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/uX2uxvN.png\"/> |\n| 0   | Tele Radio Sciacca | [>](https://5db313b643fd8.streamlock.net/teleradiosciaccatv/teleradiosciaccatv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/suhz5mE.png\"/> |\n| 0   | Tele Sirio | [>](https://www.telesirio.it/live/stream.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/mDN6QX1.png\"/> |\n| 0   | Tele Spazio Messina | [>](https://rtm.cyberspazio.cloud:5443/LiveApp/streams/049229794390395765037801.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Io5w6lT.png\"/> |\n| 0   | Tele Sud Puglia | [>](https://64b16f23efbee.streamlock.net/telesud/telesud/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/fqTLtvs.png\"/> |\n| 0   | Tele Tricolore | [>](https://59d7d6f47d7fc.streamlock.net/rs2/rs2/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/A2XouAd.png\"/> |\n| 0   | Tele Tutto | [>](https://600f07e114306.streamlock.net/TT_TELETUTTO/smil:TT.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/sZxMP7g.png\"/> |\n| 0   | Tele Tutto 2 | [>](https://600f07e114306.streamlock.net/TT2_TELETUTTO/livestream/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/mxXbMaw.png\"/> |\n| 0   | Tele Tutto 24 | [>](https://600f07e114306.streamlock.net/TT24_TELETUTTO/livestream/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/weKWQgx.png\"/> |\n| 0   | Tele Venezia | [>](https://59d7d6f47d7fc.streamlock.net/televenezia/televenezia/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/SavGpCE.jpg\"/> |\n| 0   | Tele Video Agrigento (T.V.A.) | [>](https://59d7d6f47d7fc.streamlock.net/tva/tva/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/AaPr63E.png\"/> |\n| 0   | Tele8 Tv | [>](https://57068da1deb21.streamlock.net/teletv8/teletv8/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/dM0HE6O.png\"/> |\n| 0   | TeleAmbiente | [>](https://5f22d76e220e1.streamlock.net/teleambiente2024/teleambiente2024/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/jxZcQhU.png\"/> |\n| 0   | Telecampione | [>](https://5f22d76e220e1.streamlock.net/telecampione/telecampione/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/LhjwmME.png\"/> |\n| 0   | Telecittà Padova | [>](https://tango.wifi4all.it/telecitta/telecitta.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/xvVgEaA.jpg\"/> |\n| 0   | Telecity Lombardia | [>](https://64b16f23efbee.streamlock.net/telecitylombardia/telecitylombardia/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/ECvJ3ZD.jpeg\"/> |\n| 0   | Telecity Piemonte | [>](https://64b16f23efbee.streamlock.net/telecitypiemonte/telecitypiemonte/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/CrlzHjv.jpeg\"/> |\n| 0   | Telecity Valle D'Aosta | [>](https://64b16f23efbee.streamlock.net/telecityvda/telecityvda/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/T9EsAOX.jpeg\"/> |\n| 0   | TeleCostaSmeralda | [>](https://7e1cc2454f2242afabe05cc0a2f483cd.msvdn.net/tcs_live/tcs/tcs/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/QLqkbss.png\"/> |\n| 0   | Telegenova | [>](https://64b16f23efbee.streamlock.net/telegenova/telegenova/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/D6HC0So.png\"/> |\n| 0   | Teleiblea | [>](https://5f22d76e220e1.streamlock.net/teleiblea/teleiblea/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/n1THygZ.png\"/> |\n| 0   | Teleitalia 41 | [>](https://streaming.softwarecreation.it/teleitalia/teleitalia/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/lTuPSOn.png\"/> |\n| 0   | Telejato | [>](https://telejato.liberotratto.com/hls/stream.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/r3Dqzdj.png\"/> |\n| 0   | Teleleonessa | [>](http://wms.shared.streamshow.it:1935/teleleonessa/teleleonessa/live.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/jq3etlV.png\"/> |\n| 0   | TeleMajg | [>](https://59d7d6f47d7fc.streamlock.net/telemajg/telemajg/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/9tefonp.jpg\"/> |\n| 0   | Telenova | [>](https://64b16f23efbee.streamlock.net/telenova/telenova/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/x41IkJK.png\"/> | Telenova.it |\n| 0   | Telerama | [>](https://58d921499d3d3.streamlock.net/TeleRama/livestream/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/enfqUlI.jpg\"/> |\n| 0   | TeleRegione | [>](https://streaming.softwarecreation.it/TR118/TR118/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/i5WozUP.png\"/> |\n| 0   | TeleRegione Color | [>](https://live.antennasudwebtv.it:9443/hls/vodtele.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/vi5Nf3S.png\"/> |\n| 0   | TeleRegione Live | [>](https://5f22d76e220e1.streamlock.net/galluralive/galluralive/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/DBrt8L3.png\"/> |\n| 0   | TeleRent 7Gold | [>](https://router.xdevel.com/video0s86-21/stream/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/YZadq0M.png\"/> | 7Gold.it |\n| 0   | Telereporter | [>](https://5f22d76e220e1.streamlock.net/telereporter/telereporter/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/WIo6SPc.png\"/> |\n| 0   | Teleromagna | [>](https://livetr.teleromagna.it/teleromagna/live/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/4jWadI8.png\"/> |\n| 0   | Teleromagna 24 | [>](https://livetr.teleromagna.it/mia/live/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Bpml478.png\"/> |\n| 0   | TeleRomaDue | [>](https://57068da1deb21.streamlock.net/teletibur/teletibur/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/78hA7ma.png\"/> |\n| 0   | Telesud Trapani | [>](https://64b16f23efbee.streamlock.net/telesudtrapani/telesudtrapani/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/tpZvU1P.png\"/> |\n| 0   | Telesveva | [>](https://dc3.telesveva.com:4433/cmaf/livetv/index.mpd) | <img height=\"20\" src=\"https://i.imgur.com/SCDETZC.jpeg\"/> |\n| 0   | Teleuniverso | [>](https://stream.ets-sistemi.it:19360/teleuniverso/teleuniverso.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/u8E9wBb.png\"/> |\n| 0   | Televallo Trapani | [>](https://64b16f23efbee.streamlock.net/televallo/televallo/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/P6zuiRH.png\"/> |\n| 0   | TG Norba 24 | [>](https://router.xdevel.com/video0s976570-1326/stream/playlist_dvr.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/9MhrrJK.png\"/> | TGNorba24.it |\n| 0   | TLT Molise | [>](https://5f22d76e220e1.streamlock.net/tltmolise/tltmolise/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/wgwD7gh.png\"/> |\n| 0   | Top Calcio 24 | [>](https://sportitaliaamd.akamaized.net/live/Telelombardia/hls/1CCCD0BCA2F9C979BC0632230F8E31EAEA41562B/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/DnVPKPE.png\"/> |\n| 0   | Tremedia Tv | [>](https://stream4.xdevel.com/video0s976062-1263/stream/playlist_dvr.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/dqRV1ff.jpeg\"/> |\n| 0   | Trentino Tv | [>](https://5e73cf528f404.streamlock.net/TrentinoTV/livestream/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/ROKOCR2.png\"/> |\n| 0   | Tuscia Sabina 2000Tv | [>](http://ts2000tv.streaming.nextware.it:8081/ts2000tv/ts2000tv/chunks.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Tq5nEAy.png\"/> |\n| 0   | Tv 12 | [>](https://59d7d6f47d7fc.streamlock.net/tv12/tv12/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/oxv08pJ.png\"/> |\n| 0   | Tv Campi Flegrei | [>](https://tv.radiosaiuz.com:3836/live/campiflegreilive.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/9d2K1nX.png\"/> |\n| 0   | Tv Luna Napoli  | [>](https://diretta.arcapuglia.it:8080/live/teleluna/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/jxhuoyE.png\"/> |\n| 0   | Tv Prato | [>](https://live.mariatvcdn.com/tvprato/2db0dd5674586686a867ec52c3aa8e06.sdp/mono.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/zDeVpZd.png\"/> |\n| 0   | Tv Qui Modena | [>](https://59d7d6f47d7fc.streamlock.net/tvqui/tvqui/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/4bOYlfg.png\"/> |\n| 0   | Tv Uno | [>](http://ftp.tiscali.it/francescovernata/TVUNO/monoscopioTvUNOint-1.wmv) | <img height=\"20\" src=\"https://i.imgur.com/OtCwYsh.jpg\"/> |\n| 0   | Tv Yes | [>](https://stream1.aswifi.it/radioyes/live/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/1wsO8U7.png\"/> |\n| 0   | Tva Vicenza | [>](http://fms.tvavicenza.it:1935/live/diretta_1/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/FtFuPCC.png\"/> |\n| 0   | Tvm Palermo | [>](https://stream2.xdevel.com/video1s86-22/stream/playlist_dvr.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/uqOdAXB.png\"/> |\n| 0   | Tvr Xenon | [>](https://cdn107-ita.azotosolutions.com:8443/cdnedge4/smil:live4.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/kLzW1Pf.jpg\"/> |\n| 0   | Tvrs Tv | [>](https://cdn8.streamshow.it/cloud-tvrs/tvrs/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/6p7hTmY.jpg\"/> |\n| 0   | Umbria+ TRT | [>](https://diretta.teleterni.it:8080//show/show.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/CU6BBgs.png\"/> |\n| 0   | Umbria Tv  | [>](https://umbriatv.stream.rubidia.it:8083/live/umbriatv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/XKCVEmK.png\"/> |\n| 0   | Uno Tv  | [>](https://stream1.aswifi.it/unotv/live/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/4PNbqqL.png\"/> |\n| 0   | Uno4 Tv  | [>](https://cdn.uno4.it/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/wfPPpBA.png\"/> |\n| 0   | Vera Tv | [>](http://wms.shared.streamshow.it/veratv/veratv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/djMvkvN.png\"/> |\n| 0   | VB33 | [>](https://live.ipstream.it/vb33/vb33.stream/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/ygDuIxU.png\"/> |\n| 0   | Video Calabria | [>](https://a8a02dd9a49a4fc9810743615c65ab73.msvdn.net/live/S76734991/i6NeNqLYaspb/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Bc2AvIm.png\"/> | VideoCalabria.it |\n| 0   | Video Mediterraneo | [>](https://bfbe5f347ac4424faf719dda285bc39e.msvdn.net/live/S54897858/4gWO7tTzpK3N/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/hJHC3uQ.png\"/> |\n| 0   | Video Nola | [>](https://videonola.aswifi.it/videonolaabr/live.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/M5z5UoD.jpg\"/> |\n| 0   | Video Regione Sicilia | [>](https://57214cb172d84f8cb311b91513952b03.msvdn.net/live/S40896499/ZuaLjACsWIL4/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/0szwnR3.png\"/> |\n| 0   | Video Star Tv Sicilia | [>](https://stream9.xdevel.com/video0s976556-1321/stream/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/1ddJVZ7.jpg\"/> |\n| 0   | Video Touring Tv | [>](https://streamingvideo.auranex.cloud/memfs/70baacad-47c6-41a6-aee0-86530c31e080.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/E2Feao5.jpg\"/> |\n| 0   | Videolina | [>](http://livestreaming.videolina.it/live/Videolina/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/bnDZJwd.gif\"/> |\n| 0   | Videonovara | [>](https://ed04.top-ix.org/avtvlive/videonovara/streaming/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/NnO7E5I.png\"/> |\n| 0   | Videotelecarnia | [>](https://rst2.saiuzwebnetwork.it:8081/vtccarnia/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/r4K9JHW.png\"/> |\n| 0   | Vintage Radio Tv | [>](https://5f22d76e220e1.streamlock.net/vintageradiotv/vintageradiotv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/n3LtBNT.jpg\"/> |\n| 0   | Vuemme Tv | [>](https://5db313b643fd8.streamlock.net/Vuemme/Vuemme/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/x5A0xU6.png\"/> |\n| 0   | Webcom Tv | [>](https://www.webcomiptv.it/mistserver/passionelotto/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/KLwj2vj.png\"/> |\n| 0   | WLTV    | [>](https://5db313b643fd8.streamlock.net/WLTV/WLTV/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/aL8jKtU.png\"/> |\n| 0   | Yvii Tv | [>](https://stream.wired-shop.com/hls/yviitv.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/yP5AvDo.png\"/> |\n| 0   | Zerouno Tv Music | [>](https://5f22d76e220e1.streamlock.net/zerounotvmusic/zerounotvmusic/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/r74lqW8.png\"/> |\n| 0   | Zerouno Tv News | [>](https://5f22d76e220e1.streamlock.net/01news/01news/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/vxRzyjE.png\"/> |\n\n<h2>YouTube Live</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 0   | Radio Colonna Tv Ⓨ | [>](https://www.youtube.com/radiocolonna/live) | <img height=\"20\" src=\"https://i.imgur.com/EcQvDfq.png\"/> |\n| 519 | TRM h24 Ⓨ     | [>](https://www.youtube.com/user/trmh24/live) | <img height=\"20\" src=\"https://i.imgur.com/d47CdYU.png\"/> | TRMh24.it |\n| 59  | Euronews Italian Ⓨ | [>](https://www.youtube.com/user/euronewsit/live) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Euronews_2022.svg/640px-Euronews_2022.svg.png\"/> | EuronewsItalian.fr |\n\n<h2>Twitch Live</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 0   | Antenna Sicilia Ⓣ | [>](https://www.twitch.tv/antennasicilia) | <img height=\"20\" src=\"https://i.imgur.com/8DOdqsE.png\"/> |\n| 11  | Telecolor Ⓣ |  [>](https://www.twitch.tv/telecolorlive) | <img height=\"20\" src=\"https://i.imgur.com/rfNg6fw.png\"/> |\n| 0   | Teleroma 56 Ⓣ | [>](https://www.twitch.tv/teleroma_56) | <img height=\"20\" src=\"https://i.imgur.com/wGfpUj8.png\"/> |\n| 0   | TeleRadioStereo Ⓣ | [>](https://www.twitch.tv/teleradiostereo) | <img height=\"20\" src=\"https://i.imgur.com/eRNgqnA.png\"/> |\n\n<h2>Invalid</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 63  | GM24 Ⓢ         | [x](https://streaming.softwarecreation.it/GM24/GM24/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/UCntSA3.png\"/> | GM24.it |\n| 167 | VH1            | [x](https://content.uplynk.com/channel/36953f5b6546464590d2fcd954bc89cf.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/5ONlZGS.png\"/> | VH1Italia.it |\n| 1  | RAI Italia America   | [x](http://210.210.155.69/s/s63/S4/mnf.m3u8) | <img height=\"20\" src=\"https://www.tvdream.net/img/rai-italia-bg.jpg\"/> | RaiItaliaAmerica.it |\n| 3  | RAI Italia Asia   | [x](http://210.210.155.37/x6bnqe/s/s63/index2.m3u8) | <img height=\"20\" src=\"https://www.tvdream.net/img/rai-italia-bg.jpg\"/> | RaiItaliaAsia.it |\n| 176 | Explorer HD Channel | [x](https://59d7d6f47d7fc.streamlock.net/explorerhdch/explorerhdch/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/gFwhIZC.png\"/> | ExplorerHDChannel.it |\n| 507 | Class CNBC | [x](https://859c1818ed614cc5b0047439470927b0.msvdn.net/live/S57048752/8raQqCXozN1H/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/oAiSU8O.png\"/> | ClassCNBC.it |\n| 511 | BFC            | [x](https://62becaa5a1e2f.streamlock.net/BFC/BFC/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/3OOsLu6.png\"/> | BFCForbes.it |\n| 0   | Antenna Sud Sport | [x](https://live.antennasudwebtv.it:9443/hls/vodsport.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/cEyZnhJ.png\"/> |\n| 0   | Antenna Sud Sport 2 | [x](https://live.antennasudwebtv.it:9443/hls/vodsport2.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/dl86FW1.png\"/> |\n| 0   | Apulia Web Tv | [x](https://cp1.server89.com:19360/apuliawebtv/apuliawebtv.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/AnU4g2J.png\"/> |\n| 0   | Canale 58 | [x](https://dotfvxkfj90ca.cloudfront.net/live/canale58_aac/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/RlFc74C.png\"/> |\n| 0   | Canale Uno Tivù | [x](https://eu1.servers10.com:8081/8096/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/hfqNw92.png\"/> |\n| 0   | Cilento Channel | [x](https://streaming.dimind.it/live/cilentocnn/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/4k9Su8j.png\"/> |\n| 0   | HUB Tv | [x](https://5c483b9d1019c.streamlock.net/8004/8004/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/46GTBEW.png\"/> |\n| 0   | InSiciliaTv | [x](https://live.elsignage.it/live/insicilia/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/TnVv6WP.png\"/> |\n| 0   | La Tua Tv | [x](https://wms2.zivoli.it/latuatv/stream/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Nc3I0cS.png\"/> |\n| 0   | Media Tv | [x](http://live.sloode.com:1935/mediatv/live/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/WFiRWO9.png\"/> |\n| 0   | New Signal Tv Genova | [x](https://5f22d76e220e1.streamlock.net/NewSignalTV/NewSignalTV/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/5uGTCJn.png\"/> |\n| 0   | NSL            | [x](https://streannlivensl.cachefly.net/nsl1/nsl1/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/5W6vRaf.png\"/> |\n| 0   | One Tv Emilia | [x](https://5db313b643fd8.streamlock.net:443/OneTvEmilia/OneTvEmilia/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/iAg0Kjl.png\"/> |\n| 0   | Prima Tivvù | [x](https://01.celinel.com/primativvu/primativvu2021/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/oUGS2Nt.png\"/> |\n| 0   | R+ News Abruzzo | [x](https://5a1178b42cc03.streamlock.net/rnews/rnews/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/jKVvT3K.jpg\"/> |\n| 0   | Radio Tele Tebe | [x](https://5c389faa13be3.streamlock.net:9553/calabriasat/calabriasat/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/YirYT4J.png\"/> |\n| 0   | Reklama Tv | [x](https://5f22d76e220e1.streamlock.net/reklamatv/reklamatv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/hLcDMby.png\"/> |\n| 0   | Rete 7 Tv | [x](https://stream.cp.ets-sistemi.it:1936/rete7/rete7/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/lUTxfoh.png\"/> |\n| 0   | Rete Chiara | [x](https://cp1.server89.com:19360/mediamasterpress/mediamasterpress.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/viL8ZrS.png\"/> |\n| 0   | Rtc Targato Napoli | [x](https://eu1.servers10.com:8081/8014/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Jsep7uM.png\"/> |\n| 0   | SiracusaLive Tv  | [x](https://5db313b643fd8.streamlock.net/SRLIVE_1/SRLIVE_1/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/oyPkDnz.jpg\"/> |\n| 0   | Studio 100 | [x](https://cdn16.streamshow.it/cloud-studio100/studio100/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/z84qFXd.png\"/> |\n| 0   | TSE Uno (Tele Scout Europa) | [x](http://stream.mariatvcdn.com/tse/bd5a2cb40637623177295aed22db25f9.sdp/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/OA0PRsb.png\"/> |\n| 0   | Teleblu | [x](https://58d921499d3d3.streamlock.net/Teleblu/livestream/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/bZNxSey.png\"/> |\n| 0   | Telecolor International | [x](https://5f22d76e220e1.streamlock.net/telecolor/telecolor/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/vYM6eal.png\"/> |\n| 0   | TeleRomaUno | [x](https://stream9.xdevel.com/video0s976607-1377/stream/playlist_dvr.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/3t7JWrf.png\"/> |\n| 0   | Telesardegna | [x](https://dotfvxkfj90ca.cloudfront.net/live/telesardegnalive1_aac/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/LC5fKHU.png\"/> |\n| 0   | Tevere Tv | [x](https://5926fc9c7c5b2.streamlock.net/9098/9098/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/ghBX2Hn.png\"/> |\n| 0   | Tele Argento/Magic Tv | [x](http://163.172.88.73:1935/magic_web/site/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/gseTf4W.jpg\"/> |\n| 0   | Tele Club Italia | [x](https://www.theclubfactory.com/streaming/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/WxkOgg0.png\"/> |\n| 0   | Tele Clusone Bergamo | [x](https://media2.streambrothers.com:1936/8068/8068/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/dVDY1ng.png\"/> |\n| 0   | Tele Gela | [x](http://live.sloode.com:1935/qdg_live/AF74-FF2C-7350-41F2/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/sjrxbgP.png\"/> |\n| 0   | Tele Granda | [x](http://live.sloode.com:1935/telegranda_live/C2AD-0664-DC75-4744/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/mdPc8cX.jpg\"/> |\n| 0   | Tele Lazio Nord | [x](http://tln.srfms.com:1935/TLN/livestream/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/gZEojVW.png\"/> |\n| 0   | Tele Monteneve | [x](http://wms.shared.streamshow.it/telemonteneve3/telemonteneve3/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/LJhQApn.jpg\"/> |\n| 0   | Tele Nord Est | [x](https://59d7d6f47d7fc.streamlock.net/telenord/telenord/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/TakoSUX.png\"/> |\n| 0   | Tele Pace Roma | [x](https://live.mariatvcdn.com/mariatvpoint/d36592901d5429dd7f9ec1e7bbeda8c2.sdp/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/54oi0cg.png\"/> |\n| 0   | Tele Pace News | [x](https://live.mariatvcdn.com/teleradiopace6/d289fe76f16ad32afec471ea1b941583.sdp/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/AxmgoMT.png\"/> |\n| 0   | Tele Pace Verona | [x](https://live.mariatvcdn.com/TelepaceVerona/a9027aba28cf4b54d10aedc38b0df192.sdp/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/su2ipkb.png\"/> |\n| 0   | Tele Prima | [x](http://live.sloode.com:1935/teleprima/live/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/WLziQCV.png\"/> |\n| 0   | Tele Radio Studio 5 | [x](http://mars.az-streamingserver.com:1935/7444/7444/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/lPRjSor.jpg\"/> |\n| 0   | Tris Siracusa | [x](https://5db313b643fd8.streamlock.net/Tris/Tris/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/dZgKD3j.jpg\"/> |\n| 0   | Tsn Lecco | [x](http://59d8c0cee6f3d.streamlock.net/tsn2/tsn2_mobile/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/vlyaN3U.jpg\"/> |\n| 0   | Tsn Tele Sondrio News | [x](http://wms.shared.streamshow.it/tsn/tsn_mobile/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/24Anl5o.png\"/> |\n| 0   | Tua Channel | [x](https://media2021.rtvweb.com/promovideo_web/tuachannel/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/BDdQvtS.png\"/> |\n| 0   | Tv 6 | [x](http://185.202.128.1:1935/Tv6Stream/tv6TV.stream_tlm/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/bJ2e604.png\"/> |\n| 0   | Tv7 Azzurra | [x](https://www.gruppotv7.com:8090/hls/azzurra.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/xdukioH.png\"/> |\n| 0   | Tv7 iReporter | [x](https://www.gruppotv7.com:8090/hls/ireporter.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/37i2B6m.png\"/> |\n| 0   | Tv7 Triveneta | [x](https://www.gruppotv7.com:8090/hls/triveneta.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/bYiaO7l.png\"/> |\n| 0   | TVR Più TeleRegione | [x](https://dacastmmd.mmdlive.lldns.net/dacastmmd/a14a9d0455b34b02842e05e6a4ad0572/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Wzb5qaT.png\"/> |\n| 0   | Tv Campane 1 | [x](https://eu1.servers10.com:8081/8032/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/UrHKovD.jpg\"/> |\n| 0   | Tv Campania Streaming | [x](https://eu1.servers10.com:8081/8020/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/5Ly6LyC.png\"/> |\n| 0   | Videostar Tv Lombardia | [x](http://dreamsiteradiocpvideo.com:1935/vds/vds/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/ecpPFZL.jpg\"/> |\n| 0   | Well Tv | [x](https://59d7d6f47d7fc.streamlock.net/welltv/welltv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Kqgz4Na.png\"/> |\n"
  },
  {
    "path": "lists/japan.md",
    "content": "<h1>日本 / Japan</h1>\n\n<h2> 地上波/Terrestrial </h2>\n\n| #  |        Channel        |                                                                                    Link                                                                                     |                                                                                     Logo                                                                                      |         EPG id         |\n|:--:|:---------------------:|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:----------------------:|\n| D011  |    NHK総合 (東京) 　    |                                 [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS291&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1)                                                 |                                                           <img height=\"30\" src=\"https://i.imgur.com/fAZ2BEZ.png\"/>                                                            |       JOAKDTV.jp       |\n| D021  |    NHK Eテレ（東京） 　   |                         [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS292&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1)                                                 |                                                           <img height=\"30\" src=\"https://i.imgur.com/WxtftlO.png\"/>                                                            |       JOABDTV.jp       |\n| D041  |   日本テレビ   |                                                [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS294&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1)                                                 |                                                           <img height=\"30\" src=\"https://i.imgur.com/ecbM7QS.png\"/>                                                            |       JOAXDTV.jp       |\n| D051  |    テレビ朝日       |                                           [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS295&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1)                                                 |                                                           <img height=\"30\" src=\"https://i.imgur.com/5XnMfcR.png\"/>                                                            |       JOEXDTV.jp       |\n| D061  |    TBSテレビ        |                                           [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS296&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1)                                                 |                                                          <img height=\"30\" src=\"https://i.imgur.com/jIZ9TlO.png\"/> |       JORXDTV.jp       |\n| D071  |   テレビ東京       |                                             [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS297&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1)                                                 |                                                           <img height=\"30\" src=\"https://i.imgur.com/U8jBxEi.png\"/>                                                            |       JOTXDTV.jp       |\n| D081 |   フジテレビ   |                                                [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS298&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1)                                                 |                                                           <img height=\"30\" src=\"https://i.imgur.com/epJYc7P.png\"/>                                                            |       JOCXDTV.jp       |\n\n<h2> BS/CS (Satellite) </h2>\n\n| # |       Channel        |                                                       Link                                                       |                           Logo                           |    EPG id     |\n|:-:|:--------------------:|:----------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------:|:-------------:|\n| BS101 |        NHK BS        |                   [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS101&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1)                   | <img height=\"30\" src=\"https://i.imgur.com/t0uZcSR.png\"/> |   NHKBS.jp    |\n| BS4K101 |      NHK BSP4K       |                   [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS103&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1)                   | <img height=\"30\" src=\"https://i.imgur.com/uvPpFo5.png\"/> |  NHKBSP4K.jp  |\n| BS141 |       BS日テレ        |                   [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS141&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1)                   | <img height=\"30\" src=\"https://i.imgur.com/26ATUNc.png\"/> | BSNipponTV.jp |\n| BS151 |       BS朝日       | [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS151&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height=\"30\" src=\"https://i.imgur.com/Cl68ZMA.png\"/> |  BSAsahi.jp   |\n| BS161 |        BS-TBS        |                   [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS161&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1)                   | <img height=\"30\" src=\"https://i.imgur.com/BSt9UG2.png\"/> |   BSTBS.jp    |\n| BS171 |     BSテレ東      | [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS171&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height=\"30\" src=\"https://i.imgur.com/LsQlNcz.png\"/> | BSTVTokyo.jp  |\n| BS181 |     BSフジ        |                   [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS181&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1)                   | <img height=\"30\" src=\"https://i.imgur.com/N4xeDxJ.png\"/> |   BSFuji.jp   |\n| BS191 |  WOWOWプライム     |    [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS191&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height=\"30\" src=\"https://www.lyngsat.com/logo/tv/ww/wowow_prime.png\"/> | WOWOWPrime.jp |\n| BS192 |  WOWOWライブ         |     [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS192&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) |  <img height=\"30\" src=\"https://www.lyngsat.com/logo/tv/ww/wowow_live.png\"/> | WOWOWLive.jp |\n| BS193 |  WOWOWシネマ　     |     [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS193&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) |  <img height=\"30\" src=\"https://www.lyngsat.com/logo/tv/ww/wowow_cinema.png\"/> | WOWOWCinema.jp |\n| BS200 |     BS10        |      [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS263&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) |  <img height=\"30\" src=\"https://i.imgur.com/KPZiuHl.png\"/> | jcom_120_110_4 |\n| BS201 | BS10スターチャンネル  |      [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS200&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) |  <img height=\"30\" src=\"https://i.imgur.com/SN0ED0U.png\"/> | jcom_120_200_4 |\n| BS236 |  アニマックス  |      [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS236&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) |  <img height=\"30\" src=\"https://i.imgur.com/jO0qUvj.png\"/> | AnimaxAsia.sg@Japan |\n| BS242 |  J SPORTS 1     |　  [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS242&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) |  <img height=\"30\" src=\"https://www.starcat.co.jp/ch/upload/channel/69/jsports1_logo.jpg\"/> | JSPORTS1.jp |\n| BS243 |  J SPORTS 2     |　  [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS243&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) |  <img height=\"30\" src=\"https://www.starcat.co.jp/ch/upload/channel/70/jsports2_logo.jpg\"/> | JSPORTS2.jp |\n| BS244 |  J SPORTS 3     |　 [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS244&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) |  <img height=\"30\" src=\"https://www.starcat.co.jp/ch/upload/channel/71/jsports3_logo.jpg\"/> | JSPORTS3.jp |\n| BS245 |  J SPORTS 4     |　  [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS245&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) |  <img height=\"30\" src=\"https://www.starcat.co.jp/ch/upload/channel/74/jsports4_logo.jpg\"/> | JSPORTS4.jp |\n| BS251 |   釣りビジョン     |　  [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS251&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) |  <img height=\"30\" src=\"https://i.imgur.com/Yc7JvSK.png\"/> | FishingVision.jp |\n| BS255 | 日本映画専門チャンネル|  [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS255&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) |  <img height=\"30\" src=\"https://i.imgur.com/HdC3Hdc.png\"/> | NihonEigaSenmonChannel.jp |\n| CS055 |     ショップチャンネル      |                                                               [>](https://stream3.shopch.jp/HLS/master.m3u8)                                                                |                                                           <img height=\"30\" src=\"https://i.imgur.com/CCMAF7W.png\"/>                                                            |     ShopChannel.jp     |\n| CS161 |          QVC          |                                                             [>](https://cdn-live1.qvc.jp/iPhone/1501/1501.m3u8)                                                             |                                                           <img height=\"30\" src=\"https://i.imgur.com/FznYA39.png\"/>                                                            |         QVC.jp         |\n| CS218 |  東映チャンネル |                                                          [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=CS218&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1)                                                                                                                                                                                                                    |       <img height=\"30\" src=\"https://www.lyngsat-logo.com/logo/tv/tt/toei_channel.png\"/>        |  ToeiChannel.jp                         |                                                                                                                                                              \n| CS223 | チャンネルNECO  |                                                          [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=CS223&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1)                                                                                                                                                                                                                    |       <img height=\"30\" src=\"https://www.lyngsat-logo.com/logo/tv/cc/channel-neco-jp.png\"/>        |  ChannelNECO.jp                        |                                                                                                                                                              \n| CS240 | ムービープラス  |                                                          [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=CS240&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1)                                                                                                                                                                                                                    |       <img height=\"30\" src=\"https://www.lyngsat-logo.com/logo/tv/mm/movie_plus_jp.png\"/>        |   MoviePlus.jp                   |                                                                                                                                                              \n| CS254 | GAORA  |                                                          [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=CS254&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1)                                                                                                                                                                                                                    |       <img height=\"30\" src=\"https://i.imgur.com/Myh0PWD.png\"/>        |    GAORASPORTS.jp                                                |                                                                                                                                                              \n| CS257 | 日テレジータス  |                                                          [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=CS257&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1)                                                                                                                                                                                                                    |       <img height=\"30\" src=\"https://i.imgur.com/xq1VG0E.png\"/>        |   NitteleGPlus.jp               |                                                                                                                                                              \n| CS262 | ゴルフネットワーク  |                                                          [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=CS262&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1)                                                                                                                                                                                                                    |       <img height=\"30\" src=\"https://i.imgur.com/EVd8Vvp.png\"/>        |  GolfNetwork.jp                                   |  \n| CS292 | 時代劇専門チャンネル  |                                                          [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=CS292&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1)                                                                                                                                                                                                                    |       <img height=\"30\" src=\"https://www.lyngsat-logo.com/logo/tv/jj/jidaigeki.png\"/>        |   JidaigekiSenmonChannel.jp                                 |  \n| CS293 | ファミリー劇場  |                                                          [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=CS293&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1)                                                                                                                                                                                                                    |       <img height=\"30\" src=\"https://i.postimg.cc/k5fXKzj3/o023302751417597653027.jpg\"/>        |  FamilyGekijyo.jp             |  \n| CS294 | ホームドラマチャンネル  |                                                          [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=CS294&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1)                                                                                                                                                                                                                    |       <img height=\"30\" src=\"https://www.lyngsat-logo.com/logo/tv/hh/home-drama-channelpng-jp.png\"/>        |   HomeDramaChannel.jp                   |  \n| CS305 | チャンネル銀河  |                                                          [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=CS305&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1)                                                                                                                                                                                                                    |       <img height=\"30\" src=\"https://www.lyngsat-logo.com/logo/tv/cc/channel_ginga.png\"/>        |  ChannelGinga.jp                   |  \n| CS310 | スーパー！ドラマTV  |                                                          [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=CS310&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1)                                                                                                                                                                                                                    |       <img height=\"30\" src=\"https://www.lyngsat-logo.com/logo/tv/ss/super_drama_tv.png\"/>        |       SuperDramaTV.jp                  |  \n| CS311 | アクションチャンネル  |                                                          [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=CS311&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1)                                                                                                                                                                                                                    |       <img height=\"30\" src=\"https://i.imgur.com/K0YyPwC.png\"/>        |    AXN.jp                                            |\n | CS312 | Dlife  |                                                        [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=CS312&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1)                                                                                                                                                                                                                    |       <img height=\"30\" src=\"https://i.imgur.com/6gJZHPv.png\"/>         |   FOX.jp                           |  \n| CS314 | LaLa TV  |                                                          [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=CS314&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1)                                                                                                                                                                                                                    |       <img height=\"30\" src=\"https://www.lyngsat-logo.com/logo/tv/ll/lala_tv.png\"/>        |  LaLaTV.jp                               |  \n| CS318 | Mnet  |                                                          [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS241&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1)                                                                                                                                                                                                                    |       <img height=\"30\" src=\"https://www.lyngsat.com/logo/tv/mm/m_net_jp.png\"/>        |     MnetJapan.jp                        |  \n| CS325 | Music ON TV!（エムオン） |                                                          [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=CS325&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1)                                                                                                                                                                                                                    |       <img height=\"30\" src=\"https://www.lyngsat-logo.com/logo/tv/mm/music_on_tv.png\"/>        |    MUSICONTV.jp         |  \n| CS329 | 歌謡ポップスチャンネル  |                                                          [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=CS329&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1)                                                                                                                                                                                                                    |       <img height=\"30\" src=\"https://www.lyngsat-logo.com/logo/tv/kk/kayo-pops-jp.png\"/>        |   KayoPops.jp                      |  \n| CS330 | キッズステーション  |                                                          [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=CS330&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1)                                                                                                                                                                                                                    |       <img height=\"30\" src=\"https://www.lyngsat-logo.com/logo/tv/kk/kidsstation.png\"/>        |   KidsStation.jp                                |  \n| CS349 | 日テレNEWS24       |                                              [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=CS349&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1)                                                             |    <img height=\"30\" src=\"https://i.imgur.com/jtSYegn.png\"/>                                           |      NTVNEWS24.jp      |\n| CS363 |  囲碁・将棋チャンネル |                                                          [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=CS363&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1)                                                                                                                                                                                                                    |       <img height=\"30\" src=\"https://www.lyngsat-logo.com/logo/tv/ii/igoshogi.png\"/>        |         IgoShogiChannel.jp              |  \n| スカパー！プレミアム527 |         GSTV          | [>](https://gstv-tnz-gsmediastreaming.preview-jpea.channel.media.azure.net/dfd06b62-e9d1-4a7f-bcbb-89d2ecbc82ee/preview.ism/manifest(format=mpd-time-csf,audio-only=false)) |                                                           <img height=\"20\" src=\"https://i.imgur.com/ECnVG5I.png\"/>                                                            |        GSTV.jp         |\n\n<h2> CATV </h2>\n\n| # |       Channel        |                                                       Link                                                       |                           Logo                           |    EPG id     |\n|:-:|:--------------------:|:----------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------:|:-------------:|\n| JCOM307  |    NHK WORLD JAPAN    |                                           [>](https://master.nhkworld.jp/nhkworld-tv/playlist/live.m3u8)                                            |                  <img height=\"30\" src=\"https://i.imgur.com/Mhw1Ihk.png\"/>                   |    NHKWorldJapan.jp    |\n\n<h2> Rチャンネル / ONLINE TV SERVICE by RAKUTEN  </h2>      \nChannels in this category are Internet video streams intended for Japanese residents living in Japan.\n◆Due to the nature of content intended for Japanese residents, geo-blocking (restrictions preventing viewing from outside Japan) may be in place.\n\n| # |       Channel        |                                                       Link                                                       |                           Logo                           |    EPG id     |\n|:-:|:--------------------:|:----------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------:|:-------------:|\n| CH 106 | ウェザーニュースLiVE      |                                           [>](https://rch01e-alive-hls.akamaized.net/38fb45b25cdb05a1/out/v1/4e907bfabc684a1dae10df8431a84d21/index.m3u8)                                            |                  <img height=\"30\" src=\"https://channel.rakuten.co.jp/service/img/logo/chlogo-with-number/106_whethernews.png\"/>                   |  rch_45     |\n| CH 108 | TOKYO MX チャンネル      |                                           [>](https://cdn-uw2-prod.tsv2.amagi.tv/linear/amg01287-rakutentvjapan-tokyomx-cmaf-rakutenjp/playlist.m3u8)                                            |                  <img height=\"30\" src=\"https://channel.rakuten.co.jp/service/img/logo/chlogo-with-number/108_mx.png\"/>                   |      |\n"
  },
  {
    "path": "lists/korea.md",
    "content": "<h1>Korea</h1>\n\nhttps://en.wikipedia.org/wiki/Television_in_South_Korea\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | KBS 1TV        | [>](http://mytv.dothome.co.kr/ch/public/1.php) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/d/d5/KBS_1_logo.svg/512px-KBS_1_logo.svg.png\"/> | KBS1TV.kr |\n| 2   | KBS 2TV        | [>](http://ye23.vip/z7z8/2021/kbs2020.php?id=2) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/26/KBS_2_logo.svg/512px-KBS_2_logo.svg.png\"/> | KBS2TV.kr |\n| 3   | KBS News D     | [>](http://ye23.vip/z7z8/2021/kbs2020.php?id=4) | <img height=\"20\" src=\"https://i.imgur.com/4qKgvHN.png\"/> | KBSNewsD.kr |\n| 4   | EBS 1 Ⓢ        | [>](https://ebsonair.ebs.co.kr/ebs1familypc/familypc1m/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/e/e2/EBS_1TV_Logo.svg/512px-EBS_1TV_Logo.svg.png\"/> | EBS1TV.kr |\n| 5   | EBS 2 Ⓢ        | [>](https://ebsonair.ebs.co.kr/ebs2familypc/familypc1m/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/d/db/EBS_2TV_Logo.svg/512px-EBS_2TV_Logo.svg.png\"/> | EBS2TV.kr |\n| 6   | MBC TV         | [>](http://123.254.72.24:1935/tvlive/livestream2/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/63/Munhwa_Broadcasting_Company.svg/512px-Munhwa_Broadcasting_Company.svg.png\"/> | MBCTV.kr |\n| 7   | SBS TV         | [>](https://allanf181.github.io/adaptive-streams/streams/kr/SBSTV.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/90/SBS_Korea_Logo_%28Word_Only%29.svg/512px-SBS_Korea_Logo_%28Word_Only%29.svg.png\"/> | SBSTV.kr |\n| 8   | KNN TV         | [>](http://211.220.195.200:1935/live/mp4:KnnTV.sdp/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/65/KNN_logo.svg/512px-KNN_logo.svg.png\"/> | KNNTV.kr |\n| 9   | TBC TV         | [x](http://221.157.125.239:1935/live/psike/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/f/ff/Daegu_Broadcasting_Corporation.svg/512px-Daegu_Broadcasting_Corporation.svg.png\"/> | TBCTV.kr |\n| 10  | KBC TV         | [>](http://119.200.131.11:1935/KBCTV/tv/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/3/32/KBC_Gwangju_Broadcasting_logo.svg/512px-KBC_Gwangju_Broadcasting_logo.svg.png\"/> | KBCTV.kr |\n| 11  | TJB TV         | [>](http://1.245.74.5:1935/live/tv/.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/q9Nx801.png\"/> | TJBTV.kr |\n| 12  | UBC TV         | [>](http://59.23.231.102:1935/live/UBCstream/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/thumb/c/c3/Ubc_logo2.svg/512px-Ubc_logo2.svg.png\"/> | UBCTV.kr |\n| 13  | JTV TV         | [>](https://61ff3340258d2.streamlock.net/jtv_live/myStream/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Jtv_logo.svg/512px-Jtv_logo.svg.png\"/> | JTV.kr |\n| 14  | CJB TV         | [>](http://1.222.207.80:1935/live/cjbtv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/MvxdZhX.png\"/> | CJBTV.kr |\n| 15  | G1 TV          | [x](http://smart.igtb.co.kr:1935/live/stream.sdp/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/TYYffUe.png\"/> | G1TV.kr |\n| 16  | JIBS TV        | [>](http://123.140.197.22/stream/1/play.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/RVWpBoz.png\"/> | JIBSTV.kr |\n| 17  | OBS TV         | [>](https://allanf181.github.io/adaptive-streams/streams/kr/OBSGyeonginTV.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/oWB3ApR.png\"/> | OBSGyeonginTV.kr |\n| 18  | Arirang        | [>](http://amdlive.ctnd.com.edgesuite.net/arirang_1ch/smil:arirang_1ch.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/RuHZ6Dx.png\"/> | ArirangTV.kr |\n| 19  | EBS Kids Ⓢ     | [>](https://ebsonair.ebs.co.kr/ebsufamilypc/familypc1m/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/62oo8Bx.png\"/> | EBSKids.kr |\n| 20  | EBS Plus 1 Ⓢ   | [>](https://ebsonair.ebs.co.kr/plus1familypc/familypc1m/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/ImUHRG2.png\"/> | EBSPlus1.kr |\n| 21  | EBS Plus 2 Ⓢ   | [>](https://ebsonair.ebs.co.kr/plus2familypc/familypc1m/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/mgFRZFq.png\"/> | EBSPlus2.kr |\n| 22  | EBS English Ⓢ  | [>](https://ebsonair.ebs.co.kr/plus3familypc/familypc1m/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/qceaIf7.png\"/> | EBSEnglish.kr |\n| 23  | KBS Drama      | [>](http://ye23.vip/z7z8/2021/kbs2020.php?id=5) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/f/f2/KBS_DRAMA.svg/512px-KBS_DRAMA.svg.png\"/> | KBSDrama.kr |\n| 24  | KBS Joy        | [>](http://ye23.vip/z7z8/2021/kbs2020.php?id=6) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/6b/KBS_JOY.svg/512px-KBS_JOY.svg.png\"/> | KBSJoy.kr |\n| 25  | KBS Kids       | [>](http://ye23.vip/z7z8/2021/kbs2020.php?id=9) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/KBS_kids.svg/512px-KBS_kids.svg.png\"/> | KBSKids.kr |\n| 26  | KBS Life       | [>](http://ye23.vip/z7z8/2021/kbs2020.php?id=7) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/64/KBS_Life.svg/512px-KBS_Life.svg.png\"/> | KBSLife.kr |\n| 27  | KBS Story      | [>](http://ye23.vip/z7z8/2021/kbs2020.php?id=8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/7/7e/KBS_Story.svg/512px-KBS_Story.svg.png\"/> | KBSStory.kr |\n| 28  | KBS World      | [>](http://ye23.vip/z7z8/2021/kbs2020.php?id=3) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/1/1b/KBS_World_%282009%29.svg/512px-KBS_World_%282009%29.svg.png\"/> | KBSWorld.kr |\n| 29  | KBS Korea Ⓨ    | [>](https://www.youtube.com/c/kbsworldtv/live) | <img height=\"20\" src=\"https://kbsworldimage.kbs.co.kr/images/layout/logo/logo_korea_n.png\"/> | KBSKorea.kr |\n| 30  | All the K-Pop Ⓨ | [>](https://www.youtube.com/c/ALLTHEKPOP/live) | <img height=\"20\" src=\"https://i.imgur.com/tBbTTAx.png\"/> | AlltheKPop.kr |\n"
  },
  {
    "path": "lists/kosovo.md",
    "content": "<h1>Kosovo</h1>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | RTK 1 | [>](https://ub1doy938d.gjirafa.net/live/Gfsqdsr7FewrYClU3ACEGZvCHktt2wse/zykxzq.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/KTcWcO6.png\"/> | RTK1.xk |\n| 2   | RTK 2 | [>](https://ub1doy938d.gjirafa.net/live/Gfsqdsr7FewrYClU3ACEGZvCHktt2wse/zykxz0.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/g6k6xyO.png\"/> | RTK2.xk |\n| 3   | RTK 3 | [>](https://ub1doy938d.gjirafa.net/live/Gfsqdsr7FewrYClU3ACEGZvCHktt2wse/zykxzk.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Ut9VcT3.png\"/> | RTK3.xk |\n| 4   | RTK 4 | [>](https://ub1doy938d.gjirafa.net/live/Gfsqdsr7FewrYClU3ACEGZvCHktt2wse/zykxgt.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Urm4XDR.png\"/> | RTK4.xk |\n"
  },
  {
    "path": "lists/latvia.md",
    "content": "<h1>Latvia</h1>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 11  | ReTV | [>](https://retv2132.bstrm.net/slive/_definst_/retv_retv_channel_5k7_42787_default_891_hls.smil/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/lv/thumb/d/db/ReTV_Logo_2022.svg/320px-ReTV_Logo_2022.svg.png\"/> | ReTV.lv |\n\n<h3>Local channels</h3>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | TV Jūrmala     | [>](https://air.star.lv/TV_Jurmala_multistream/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/tQHkHD0.png\"/> | TVJurmala.lv |\n| 2   | Vidusdaugavas Televīzija | [>](https://straume.vdtv.lv/vdtv2/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/L5U3PQR.png\"/> | VidusdaugavasTelevizija.lv |\n\n<h3>Invalid</h3>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | LTV1 | [>](https://ltvlive3167.bstrm.net/slive/_definst_/ltvlive_dzsv1_8wg_43518_default_1710_hls.smil/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/4/4a/LTV1_%282022%29.svg/768px-LTV1_%282022%29.svg.png\"/> | LTV1.lv |\n| 2   | LTV7 Ⓖ | [>](https://ltvlive3167.bstrm.net/slive/_definst_/ltvlive_event_3_pg2_44004_default_2306_hls.smil/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/f/f2/LTV7_Logo_2021.svg/768px-LTV7_Logo_2021.svg.png\"/> | LTV7.lv |\n| 4   | TV4 Ⓨ | [x](https://www.youtube.com/@helpsportacentrs/live) | <img height=\"20\" src=\"https://i.imgur.com/91A5ZoP.png\"/> | TV4Latvija.lv |\n| 10  | TV24 | [x]() | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/lv/3/36/Tv24_logo.png\"/> | TV24.lv |\n| 99  | Visiem LTV | [x](https://ltvlive2167.cloudycdn.services/ltvlive/_definst_/ltvlive_ltv09_visiem_ymc_43189_default_1329_hls.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/wk73EzK.png\"/> | VisiemLTV.lv |"
  },
  {
    "path": "lists/lithuania.md",
    "content": "<h1>Lithuania</h1>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | LRT TV | [>](https://stream-syncwords.lrt.lt/out/v1/channel-group-lrt-portal-prod-01/channel-lrt-portal-prod-01/endpoint-lrt-portal-prod-01/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/FL2ZuGC.png\"/> | LRTTV.lt |\n| 3   | LRT Lituanica | [>](https://stream-live.lrt.lt/lituanica/master.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/d/d2/LRT_Lituanica_Logo_2022.svg/640px-LRT_Lituanica_Logo_2022.svg.png\"/> | LRTLituanica.lt |\n| 9   | Lietuvos Rytas TV | [>](https://live.lietuvosryto.tv/live/hls/eteris.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/5wpxVI0.png\"/> | LietuvosRytasTV.lt |\n| 10  | Delfi TV | [>](https://s1.dcdn.lt/live/televizija/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/IFoHP5M.png\"/> | DelfiTV.lt |\n\n<h2>Invalid</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 2   | LRT Plius | [x](https://www.tvkaista.net/stream-forwarder/get.php?x=LRTPlius) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/61/LRT_Plius_Logo_2022.svg/512px-LRT_Plius_Logo_2022.svg.png\"/> | LRTPlius.lt |\n| 3   | TV3 Ⓢ | [x](http://88.216.83.245/tv3/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/7nipq0y.png\"/> | TV3Lithuania.lt |\n| 6   | TV6 Ⓢ | [x](http://88.216.83.245/tv6/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/oC0jiFW.png\"/> | TV6Lithuania.lt |\n| 8   | TV8 Ⓢ | [x](http://88.216.83.245/tv8/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/9g3wknl.png\"/> | TV8Lithuania.lt |\n| 9   | LNK | [x](https://www.tvkaista.net/stream-forwarder/get.php?x=LNK) | <img height=\"20\" src=\"https://i.imgur.com/arCZ56g.png\"/> | LNK.lt |\n| 10  | BTV | [x](https://www.tvkaista.net/stream-forwarder/get.php?x=BTV) | <img height=\"20\" src=\"https://i.imgur.com/AeplGsP.png\"/> | BTV.lt |\n| 11  | 2TV | [x](https://www.tvkaista.net/stream-forwarder/get.php?x=2TV) | <img height=\"20\" src=\"https://i.imgur.com/sZUIhGc.png\"/> | 2TV.lt |\n| 12  | Info TV | [x](https://www.tvkaista.net/stream-forwarder/get.php?x=InfoTV) | <img height=\"20\" src=\"https://i.imgur.com/EjQtIpM.png\"/> | InfoTV.lt |\n| 13  | TV1 | [x](https://www.tvkaista.net/stream-forwarder/get.php?x=TV1) | <img height=\"20\" src=\"https://i.imgur.com/KLWDcFy.png\"/> | TV1.lt |\n| 14  | TVP Wilno | [x](https://www.tvkaista.net/stream-forwarder/get.php?x=TVPWilno) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/e/e4/TVP_Wilno_%282019%29.svg/640px-TVP_Wilno_%282019%29.svg.png\"/> | TVPWilno.pl |"
  },
  {
    "path": "lists/luxembourg.md",
    "content": "<h1>Luxembourg</h1>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | RTL Télé Lëtzebuerg | [>](https://live-edge.rtl.lu/channel1/smil:channel1/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/RTL_Luxembourg_2023.svg/640px-RTL_Luxembourg_2023.svg.png\"/> | RTLTeleLuxembourg.lu |\n| 2   | RTL Zwee | [>](https://live-edge.rtl.lu/channel2/smil:channel2/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/4/43/RTL_Zwee_2023.svg/1024px-RTL_Zwee_2023.svg.png\"/> | RTLTeleLuxembourg.lu |\n| 3   | Chamber TV | [>](https://media02.webtvlive.eu/chd-edge/_definst_/smil:chamber_tv_hd.smil/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/0/01/Logo_of_the_Chamber_of_Deputies_of_Luxembourg.svg/2560px-Logo_of_the_Chamber_of_Deputies_of_Luxembourg.svg.png\"/> | ChamberTV.lu |\n"
  },
  {
    "path": "lists/macau.md",
    "content": "<h1>Macau</h1>\n\n* https://en.wikipedia.org/wiki/TDM_(Macau)#Channels\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 91  | TDM Ou Mun | [>](https://live4.tdm.com.mo/ch1/ch1.live/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/zh/9/9b/TDM_Ou_Mun.png\"/> | TDMOuMun.mo |\n| 92  | Canal Macau | [>](https://live4.tdm.com.mo/ch2/ch2.live/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/oFPUZ97.png\"/> | CanalMacau.mo |\n| 93  | TDM Sport | [>](https://live4.tdm.com.mo/ch4/sport_ch4.live/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/zh/9/9b/TDM_Ou_Mun.png\"/> | TDMSports.mo |\n| 94  | TDM Information | [>](https://live4.tdm.com.mo/ch5/info_ch5.live/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/zh/9/9b/TDM_Ou_Mun.png\"/> | TDMInformation.mo |\n| 95  | TDM Entertainment | [>](https://live4.tdm.com.mo/ch6/hd_ch6.live/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/6/6c/TDM_Entertainment.png\"/> | TDMEntertainment.mo |\n| 96  | TDM Ou Mun-Macau | [>](https://live4.tdm.com.mo/ch3/ch3.live/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/zh/8/87/TDM_Ou_Mun_Macau_logo.png\"/> | TDMMacauSatellite.mo |\n"
  },
  {
    "path": "lists/malta.md",
    "content": "<h1>Malta</h1>\n\n<h2>DVB-T</h2>\n\nhttps://en.wikipedia.org/wiki/List_of_television_stations_in_Malta\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 4   | ONE TV         | [>](https://2-fss-2.streamhoster.com/pl_124/201830-1293592-1/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Ym1L7No.png\"/> | One.mt |\n| 5   | Smash TV       | [>](http://a3.smashmalta.com/hls/smash/smash.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/ZKF0fG3.png\"/> | SmashTV.mt |\n\n<h2>Invalid</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | TVM Ⓢ          | [x]() | <img height=\"20\" src=\"https://i.imgur.com/6jaNiUi.png\"/> | TVM.mt |\n| 2   | TVM 2 Ⓢ        | [x]() | <img height=\"20\" src=\"https://i.imgur.com/qUZxPez.png\"/> |\n| 3   | NET TV         | [x]() | <img height=\"20\" src=\"https://i.imgur.com/DcXBpzx.png\"/> | NetTV.mt |\n| 6   | F Living       | [x]() | <img height=\"20\" src=\"https://i.imgur.com/mAbciXA.png\"/> | FLivingChannel.mt |\n"
  },
  {
    "path": "lists/mexico.md",
    "content": "<h1>Mexico</h1>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n|1    | Alcarria TV    |[>](http://cls.alcarria.tv/live/alcarriatv-livestream.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/zNSuxVZ.jpg\"/> | AlcarriaTV.es |\n|2    | Hipodromo de las Americas |[>](http://wms30.tecnoxia.com/soelvi/abr_soelvi/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/wc8MlGw.png\"/> | HipodromodelasAmericas.mx |\n|3    | MVM NoticiasⓈ   |[>](http://dcunilive21-lh.akamaihd.net/i/dclive_1@59479/index_1_av-p.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/dhLXN9n.png\"/> | MVMNoticias.mx |\n|4    | RCG 3 Saltillo |[>](http://wowzacontrol.com:1936/stream56/stream56/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/NefH5qZ.png\"/> | RCGTV3.mx |\n|5    | TeleFormula    |[>](https://wms60.tecnoxia.com/radiof/abr_radioftele/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/jR6taXt.png\"/> | TeleFormula.mx |\n|6    | NRT 4 Monclova |[>](https://59e88b197fb16.streamlock.net:4443/live/canal4/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/IudKE0n.png\"/> | noticiasnrt.com |\n|7| Las Estrellas |[>](https://linear-416.frequency.stream/416/hls/master/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/4/41/Las_Estrellas.svg\"/> | Lasestrellas.tv |\n"
  },
  {
    "path": "lists/moldova.md",
    "content": "<h1>Moldova</h1>\n\n<h2>DVB-T</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | Moldova 1 | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=Moldova1) | <img height=\"20\" src=\"https://i.imgur.com/ZbQY56v.png\"/> | Moldova1.md |\n| 2   | Moldova 2 | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=Moldova2) | <img height=\"20\" src=\"https://i.imgur.com/Hv6Nk8A.png\"/> | Moldova2.md |\n| 3   | Publika TV | [>](https://livebeta.publika.md/LIVE/P/6810.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/b/b7/Publika_logo_%282017%29.png\"/> | PublikaTV.md |\n| 4   | Vocea Basarabiei | [>](https://storage.voceabasarabiei.md/hls/vocea_basarabiei.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/irP8QLs.png\"/> | VoceaBasarabieiTV.md |\n| 4   | Canal 2 Ⓖ | [>](https://livebeta.publika.md/LIVE/2/index.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/ro/7/7f/Logo_Canal_2.png\"/> | Canal2.md |\n| 5   | Canal 3 Ⓖ | [>](https://livebeta.publika.md/LIVE/3/index.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/d/d5/Canal_3.svg/640px-Canal_3.svg.png\"/> | Canal3.md |\n| 6   | Prime Ⓖ | [>](https://livebeta.publika.md/LIVE/1/600.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/7/70/Prime.png\"/> | Prime.md |\n| 7   | TVR Moldova Ⓖ | [>](https://mn-nl.mncdn.com/tvrmoldova_new/smil:tvrmoldova_new.smil/chunklist_b6096000.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/e/e4/TVR_Moldova_Logo_2022.svg/640px-TVR_Moldova_Logo_2022.svg.png\"/> | TVRMoldova.md |\n\n<h2>Regional</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | Sor TV | [>](http://188.237.212.16:8888/live/cameraFeed.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/BcfZgD8.png\"/> | SorTV.md |\n| 2   | Bălți TV | [>](https://hls.btv.md/hls/live2.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/S1vEqZp.png\"/> | BaltiTV.md |\n"
  },
  {
    "path": "lists/monaco.md",
    "content": "# Monaco\n\n\n| #    | Channel        | Link  | Logo | EPG id |\n|:----:|:--------------:|:-----:|:----:|:------:|\n|1 | TV Monaco |[>](https://production-fast-mcrtv.content.okast.tv/channels/2116dc08-1959-465d-857f-3619daefb66b/b702b2b9-aebd-436c-be69-2118f56f3d86/2027/media.m3u8)|<img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/4/4b/TVMonaco_2023.svg/320px-TVMonaco_2023.svg.png\" />  |TVMonaco.mc|\n|2 |MonacoInfo|[>](https://webtvmonacoinfo.mc/live/prod_720/index.m3u8)|<img height=\"20\" src=\"https://www.lyngsat.com/logo/tv/mm/monaco_info.png\"/>|MonacoInfo.mc|\n"
  },
  {
    "path": "lists/montenegro.md",
    "content": "<h1>Montenegro</h1>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | TVCG 1 | [>](http://cdn3.bcdn.rs:1935/cg1/smil:cg1.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/QORHrXu.png\"/> | TVCG1.me |\n| 2   | TVCG 2 | [>](http://cdn3.bcdn.rs:1935/cg2/smil:cg2.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/WECmUKH.png\"/> | TVCG2.me |\n| 3   | TVCG 3 | [>](https://parlament.rtcg.me:1936/pr/smil:parlament.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/XC7zVog.png\"/> | Parlamentarnikanal.me |\n| 99   | TVCG MNE | [>](http://cdn3.bcdn.rs:1935/cgsat/smil:cgsat.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/pf8VEwf.png\"/> | TVCGMNE.me |\n"
  },
  {
    "path": "lists/netherlands.md",
    "content": "<h1>Netherlands</h1>\n\n<h2>National</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | NPO 1 Ⓖ   | [>](http://resolver.streaming.api.nos.nl/livestream?url=/live/npo/tvlive/npo1/npo1.isml/.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/pUBy4Pb.png\"/> | NPO1.nl |\n| 2   | NPO 2 Ⓖ   | [>](http://resolver.streaming.api.nos.nl/livestream?url=/live/npo/tvlive/npo2/npo2.isml/.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Vl2G1H3.png\"/> | NPO2.nl |\n| 3   | NPO 3 Ⓖ   | [>](http://resolver.streaming.api.nos.nl/livestream?url=/live/npo/tvlive/npo3/npo3.isml/.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/dVB4Pqc.png\"/> | NPO3.nl |\n| 4   | RTL 4     | [x]() | <img height=\"20\" src=\"https://i.imgur.com/qzvUqSX.png\"/> | RTL4.nl |\n| 5   | RTL 5     | [x]() | <img height=\"20\" src=\"https://i.imgur.com/paBpoKB.png\"/> | RTL5.nl |\n| 7   | RTL 7     | [x]() | <img height=\"20\" src=\"https://i.imgur.com/MxWqvuQ.png\"/> | RTL7.nl |\n| 8   | RTL 8     | [x]() | <img height=\"20\" src=\"https://i.imgur.com/gnKZbqd.png\"/> | RTL8.nl |\n\n<h2>Regional</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | Omrop Fryslân      | [>](https://d3pvma9xb2775h.cloudfront.net/live/omropfryslan/f8f68bd5/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/0VKJLAK.png\"/> | OmropFryslanTV.nl |\n| 2   | RTV Noord          | [>](https://media.rtvnoord.nl/live/rtvnoord/tv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/pO5Mexa.png\"/> | RTVNoord.nl |\n| 3   | RTV Drenthe        | [>](https://cdn.rtvdrenthe.nl/live/rtvdrenthe/tv/1080p/prog_index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/GaGqM4z.png\"/> | RTVDrenthe.nl |\n| 4   | RTV Oost           | [>](https://d34cg2bnc08ruf.cloudfront.net/live/rtvoost/tv/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/8ropV29.png\"/> | RTVOost.nl |\n| 5   | Omroep Gelderland  | [>](https://d2od87akyl46nm.cloudfront.net/live/omroepgelderland/tvgelderland-hls/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/TPlyvUQ.png\"/> | OmroepGelderlandTV.nl |\n| 6   | RTV Utrecht        | [>](http://media.rtvutrecht.nl/live/rtvutrecht/rtvutrecht/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/c0I24N6.png\"/> | RTVUtrecht.nl |\n| 7   | Omroep Flevoland Ⓢ | [>](https://d5ms27yy6exnf.cloudfront.net/live/omroepflevoland/tv/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/d1CmTcI.png\"/> | OmroepFlevolandTV.nl |\n| 8   | NH Nieuws          | [>](https://rrr.sz.xlcdn.com/?account=nhnieuws&file=live&type=live&service=wowza&protocol=https&output=playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/SQPVOwn.png\"/> |\n| 9   | RTV Rijnmond       | [>](https://dcur8bjarl5c2.cloudfront.net/live/rijnmond/tv/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/TNhUVEm.png\"/> | RTVRijnmond.nl |\n| 10  | Omroep West        | [>](https://d1axml5ozykh3g.cloudfront.net/live/omroepwest/tv/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/aax1HPH.png\"/> | OmroepWestTV.nl |\n| 11  | Omroep Zeeland     | [>](http://d3isaxd2t6q8zm.cloudfront.net/live/omroepzeeland/tv/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/8aLDyUI.png\"/> | OmroepZeelandTV.nl |\n| 12  | Omroep Brabant     | [>](http://d3slqp9xhts6qb.cloudfront.net/live/omroepbrabant/tv/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Jv7IjHJ.png\"/> | OmroepBrabantTV.nl |\n| 13  | L1 Ⓢ               | [>](http://d34pj260kw1xmk.cloudfront.net/live/l1/tv/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Jyhn1iP.png\"/> | L1TV.nl |\n"
  },
  {
    "path": "lists/north_korea.md",
    "content": "<h1>North Korea</h1>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | KCTV           | [>](https://tv.nknews.org/tvdash/stream.mpd) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/26/Logo_of_the_Korean_Central_Television.svg/640px-Logo_of_the_Korean_Central_Television.svg.png\"/> | KCTV.kp |\n| 2   | Mansudae TV    | [x]() | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/2a/Mansudae_TV_Logo_NK.svg/640px-Mansudae_TV_Logo_NK.svg.png\"/> | MansudaeTV.kp |\n| 3   | Ryongnamsan TV | [x]() | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/0/0b/RyongnamsanTV_DPRK.png/613px-RyongnamsanTV_DPRK.png\"/> | RyongnamsanTV.kp |\n"
  },
  {
    "path": "lists/north_macedonia.md",
    "content": "<h1>North Macedonia</h1>\n\n<h2>DVB-T</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | MRT1 Ⓖ | [x](https://vipottbpkstream.vip.hr/Content/onevip-hls/Live/Channel(MRT_1)/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/EkkyAE0.png\"/> | MRT1.mk |\n| 2   | MRT2 Ⓖ | [x](https://vipottbpkstream.vip.hr/Content/onevip-hls/Live/Channel(MRT_2)/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/YvOrUnN.png\"/> | MRT2.mk |\n| 3   | MRT Sobraniski kanal Ⓖ | [x](https://vipottbpkstream.vip.hr/Content/onevip-hls/Live/Channel(Sobraniski_Kanal)/index.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/1/18/Logo_of_MRT_Assembly_Channel_%282012-%29.svg/634px-Logo_of_MRT_Assembly_Channel_%282012-%29.svg.png\"/> | MRTSobraniskikanal.mk |\n| 3   | MRT3 Ⓖ | [x](https://www.tvkaista.net/stream-forwarder/get.php?x=MRT3) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/2c/Logo_of_MRT_3_%282020-%29.svg/640px-Logo_of_MRT_3_%282020-%29.svg.png\"/> | MRT3.mk |\n| 4   | MRT4 Ⓖ | [x](https://www.tvkaista.net/stream-forwarder/get.php?x=MRT4) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/68/Logo_of_MRT_4_%282020-%29.svg/640px-Logo_of_MRT_4_%282020-%29.svg.png\"/> | MRT4.mk |\n| 4   | MRT5 Ⓖ | [x](https://www.tvkaista.net/stream-forwarder/get.php?x=MRT5) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/22/Logo_of_MRT_5_%282020-%29.svg/640px-Logo_of_MRT_5_%282020-%29.svg.png\"/> | MRT5.mk |\n| 5   | Kanal 5 Ⓢ Ⓖ | [x](https://vipottbpkstream.vip.hr/Content/onevip-hls/Live/Channel(Kanal_5)/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Qw7N3S2.png\"/> | Kanal5.mk |\n| 28  | Alfa TV Ⓢ Ⓖ | [x](https://vipottbpkstream.vip.hr/Content/onevip-hls/Live/Channel(Alfa)/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/5BSyXfr.png\"/> | AlfaTV.mk |\n| 100 | Alsat M Ⓢ Ⓖ | [x](https://vipottbpkstream.vip.hr/Content/onevip-hls/Live/Channel(Alsat_M)/index.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/7/72/Logo_of_Alsat_TV_%282020-%29.svg/640px-Logo_of_Alsat_TV_%282020-%29.svg.png\"/> | Alsat.mk |\n| 101 | Sitel Ⓢ Ⓖ | [x](https://vipottbpkstream.vip.hr/Content/onevip-hls/Live/Channel(Sitel)/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/pdobwKt.png\"/> | Sitel.mk |\n| 102 | Telma Ⓢ Ⓖ | [x](https://vipottbpkstream.vip.hr/Content/onevip-hls/Live/Channel(Telma)/index.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/3/33/Logo_of_Telma_%282016-%29.svg/497px-Logo_of_Telma_%282016-%29.svg.png\"/> | TelmaTV.mk |\n\n<h2>DVB-S</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | MRT Sat   | [x](https://www.tvkaista.net/stream-forwarder/get.php?x=MRT1Sat) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/61/Logo_of_MRT_SAT_%282012-%29.svg/640px-Logo_of_MRT_SAT_%282012-%29.svg.png\"/> | MRT1Sat.mk |\n| 2   | MRT 2 Sat | [x](https://www.tvkaista.net/stream-forwarder/get.php?x=MRT2Sat) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/3/3f/Logo_of_MRT_2_SAT_%282012-%29.svg/640px-Logo_of_MRT_2_SAT_%282012-%29.svg.png\"/> | MRT2Sat.mk |\n| 3   | TV 21 Ⓢ Ⓖ | [x](https://vipottbpkstream.vip.hr/Content/onevip-hls/Live/Channel(TV21)/index.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/1/1e/Logo_of_TV21_Macedonia.svg/640px-Logo_of_TV21_Macedonia.svg.png\"/> | TV21.mk |\n\n<h2>DVB-C</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1 | Телевизија Здравкин | [>](http://zdravkin.hugo.mk:1935/live/zdravkin/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/kSmcAER.png\"/> | Zdravkin |\n| 2 | ТВ Сонце | [x](https://media2.streambrothers.com:1936/8142/8142/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/LblSsIv.png\"/> | tv-sonce.com |\n| 3 | Орбис | [>](http://tvorbis.hugo.mk:1935/live/orbistv/index.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/6/6f/Orbis-logo.png\"/> | TV Orbis |\n| 4 | M»Net | [>](http://ares.mnet.mk/hls/mnet.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/JWHcGMX.png\"/> | mnet.mk |\n| 5 | Македонско Сонце | [x](https://media2.streambrothers.com:1936/8128/8128/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/b97qVaV.png\"/> | makedonsko-sonce |\n| 6 | Канал 8 | [>](http://kanal8.hugo.mk:1935/live/kanal8/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/5skC7be.png\"/> | kanal8.mk |\n| 7 | ТВ СВЕТ | [>](http://tvsvet.hugo.mk:1936/live/tvsvet/stream/3.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/R79xT60.png\"/> | tvsvet.com.mk |\n| 8 | M»Net Sport | [>](http://ares.mnet.mk/hls/mnet-sport.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/q3DV2gP.png\"/> | sport.mnet.mk |\n| 9 | M»Net Info | [>](http://ares.mnet.mk/hls/mnet-info.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/O26HEyC.png\"/> | info.mnet.mk |\n| 10 | MTM 1 Скопска Ⓖ | [x](https://vipottbpkstream.vip.hr/Content/onevip-hls/Live/Channel(MTM)/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/w6Uy2Zd.png\"/> | mtm.mk |\n| 11 | TV 24 Ⓖ | [>](https://hls.telekabel.com.mk:1936/live/11/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/MFKeNZx.png\"/> | 24.mk |\n| 12 | B1 Ⓖ | [x](https://vipottbpkstream.vip.hr/Content/onevip-hls/Live/Channel(Shutel)/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/UgUpZ2M.png\"/> | b1 |\n| 13 | M»Net Kids | [x](http://ares.mnet.mk/hls/mnet-kids.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/XZwtu7Q.png\"/> | kids.mnet.mk |\n| 14 | ТВ НОВА 12 | [>](http://151.236.247.171:8080/nova/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Qo3Hj3t.png\"/> | tvnova12.mk|\n| 15 | Вардар тв | [>](https://streaming.iptv.mk/fcvardar/index.fmp4.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/c2JHg9R.png\"/> | vardar tv|\n| 15 | ЗОНА М1 ТВ | [>](https://zonam1.ddns.net/hls/stream1.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/yTR7A0d.png\"/> | zona m1|\n\n<h2>Web</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | Наша ТВ | [>](https://stream.nasatv.com.mk/hls/nasatv_live.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/EOLrXvB.png\"/> | NasaTV.mk |\n| 2   | Cool TV | [>](https://stream.nasatv.com.mk/cooltv/hls/cooltv_live.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/2tFrjUz.png\"/> | CoolTV.mk |\n| 3   | Folk TV | [>](https://stream.nasatv.com.mk/folktv/hls/folktv_live.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/4b9aZ9P.png\"/> | FolkTV.mk |\n| 4   | Jazz TV | [>](https://stream.nasatv.com.mk/jazztv/hls/jazztv_live.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/4U6Ju5G.png\"/> | JazzTV.mk |\n| 5   | Love TV | [>](https://stream.nasatv.com.mk/lovetv/hls/lovetv_live.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/B8iaejQ.png\"/> | LoveTV.mk |\n| 6   | Rock TV | [>](https://stream.nasatv.com.mk/rocktv/hls/rocktv_live.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Y9miDQo.png\"/> | RockTV.mk |\n| 7 | Стар Фолк | [>](https://live.muzickatv.mk/live/StarMusic.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/7RstQYI.png\"/> | StarFolkTV.mk |\n| 8 | Sky Folk | [>](https://skyfolk.mk/live.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/xRw4Hmu.png\"/> | SkyFolkTV.mk |\n| 9 | Хуго 2 | [>](http://fta.hugo.mk:1935/live/tvhugo/stream/2.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/yb3xjOZ.png\"/> | Hugo2.mk |\n| 10 | Folk Club TV | [>](http://tv1.intv.mk:1935/live2/folkklub/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/vkGFSl8.png\"/> | FolkClubTV.mk |\n| 11 | INTV | [>](http://tv1.intv.mk:1935/live/intv/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/K7BSjqY.png\"/> | |\n| 12 | Macedonian Documentary Channel | [>](https://giganet.mk/hls/macdoc.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/uYyG2oA.png\"/> |  |\n| 13 | Вистел| [>](https://live.vtv.mk/live/vtv/chunks.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/MbM0E6L.png\"/> | |\n| 13 | Стар Плус | [>](https://live.muzickatv.mk/live/StarMusic2.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/01yz22a.png\"/> | |\n"
  },
  {
    "path": "lists/norway.md",
    "content": "<h1>Norway</h1>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | NRK1 Ⓖ | [>](https://nrk-nrk1.akamaized.net/21/0/hls/nrk_1/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/9tj8ds7.png\"/> | NRK1.no |\n| 2   | NRK2 Ⓖ | [>](https://nrk-nrk2.akamaized.net/22/0/hls/nrk_2/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/SiAdoK9.png\"/> | NRK2.no |\n| 3   | NRK3 Ⓖ | [>](https://nrk-nrk3.akamaized.net/23/0/hls/nrk_3/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/TNhV2I7.png\"/> | NRK3.no |\n| 6   | NRK Super Ⓖ | [>](https://nrk-nrksuper.akamaized.net/23/0/hls/nrk_super/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/xIATe2T.png\"/> | NRKSuper.no |\n| 12   | TV 2 Sport 1     | [>](https://ws31-hls-live.akamaized.net/out/u/1416253.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/asKHqNZ.png\"/> | TV2Sport1.no |\n| 22   | TV 2 Nyheter     | [>](https://ws15-hls-live.akamaized.net/out/u/1153546.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/kkKoY6s.png\"/> | TV2Nyhetskanalen.no |\n| 50   | Frikanalen     | [>](https://frikanalen.no/stream/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/rY3Owxl.png\"/> | Frikanalen.no |\n| 109   | Kanal 10 Norge | [>](https://player-api.new.livestream.com/accounts/29308686/events/10787545/broadcasts/235454817.secure.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/2fOcZfK.png\"/> | Kanal10Norway.no |\n"
  },
  {
    "path": "lists/paraguay.md",
    "content": "<h1>Paraguay</h1>\n\n<h2>DVB-T</h2>\n\nhttps://es.wikipedia.org/wiki/Televisi%C3%B3n_digital_terrestre_en_Paraguay\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | Unicanal       | [>](http://45.55.127.106/live/unicanal.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/brlepuX.png\"/> | Unicanal.py |\n| 2 | Trece            | [>](https://stream.rpc.com.py/live/trece_src.m3u8) | <img height=\"30\" src=\"https://i.imgur.com/9kcYqk2.png\"/>| Trece.py |\n| 3 | ABC TV            | [>](https://d2e809bgs49c6y.cloudfront.net/live/d87c2b7b-9ecf-4e6e-b63b-b32772bd7851/live.isml/d87c2b7b-9ecf-4e6e-b63b-b32772bd7851.m3u8) | <img height=\"30\" src=\"https://i.imgur.com/tBdgllD.png\"/>| ABCTV.py |\n\n<h2>Invalid</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n"
  },
  {
    "path": "lists/peru.md",
    "content": "<h1>Peru</h1>\n\n| #    | Channel        | Link  | Logo | EPG id |\n|:----:|:--------------:|:-----:|:----:|:------:|\n| 5 | Panamericana TV | [>](https://cdnhd.iblups.com/hls/ptv2.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/2/26/Panamericana_tv_2009.png\"/> | PanamericanaTV.pe |\n| 15 | ATV+ Noticias   | [>](https://dysmuyxh5vstv.cloudfront.net/hls/atv2.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/f/f4/Atv_noticias_logo.png\"/> | ATVPlus.pe |\n| 62 | Karibeña TV   | [>](https://cu.onliv3.com/livevd/user1.m3u8) | <img height=\"20\" src=\"https://i.pinimg.com/280x280_RS/11/85/b6/1185b667fe3f80d7072359d7ce7ce52d.jpg\"/> | Karibena.pe |\n| 63 | Top Latino TV   | [>](https://5cefcbf58ba2e.streamlock.net:543/tltvweb/latintv.stream/playlist.m3u8) | <img height=\"20\" src=\"https://static.mytuner.mobi/media/tvos_radios/fTmfsKeREm.png\"/> | TopLatinoTV.pe |\n"
  },
  {
    "path": "lists/poland.md",
    "content": "<h1>Poland</h1>\n\n<h2>DVB-T</h2>\n\n* https://en.wikipedia.org/wiki/Telewizja_Polska#DTT_in_Poland\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | TVP1 | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=TVP1) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/4/4a/TVP1_logo.svg/640px-TVP1_logo.svg.png\"/> | TVP1.pl |\n| 2   | TVP2 | [>](https://strims.top/tv/tvp2.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/TVP2_logo.svg/640px-TVP2_logo.svg.png\"/> | TVP2.pl |\n| 3   | TVP3 Warszawa | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=TVP3Warszawa) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/a/a7/TVP3_%282016%29.svg/640px-TVP3_%282016%29.svg.png\"/> | TVP3Warszawa.pl |\n| 19  | TVP Polonia | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=TVPPolonia) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/1/1a/TVP_Polonia_Logo_2020.svg/640px-TVP_Polonia_Logo_2020.svg.png\"/> | TVPPolonia.pl |\n| 28  | Alfa TVP | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=AlfaTVP) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/1/1f/Alfa_TVP_%282022%29.svg/640px-Alfa_TVP_%282022%29.svg.png\"/> | AlfaTVP.pl |\n| 34  | TVP Info | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=TVPInfo) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/c/ce/TVP_Info_logo.svg/640px-TVP_Info_logo.svg.png\"/> | TVPInfo.pl |\n| 36  | Belsat | [>](http://149.5.17.34:20041/play/a076) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/63/Belsat_%282022%29.svg/768px-Belsat_%282022%29.svg.png\"/> | BelsatTV.pl |\n| 91  | TVP World | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=TVPWorld) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/8/8d/TVP_World_%282021%29.svg/640px-TVP_World_%282021%29.svg.png\"/> | TVPWorld.pl |\n| 92  | TVP ABC 2 | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=TVPABC2) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/thumb/c/cb/TVP_ABC_2_%282022%29.svg/640px-TVP_ABC_2_%282022%29.svg.png\"/> | TVPABC2.pl |\n| 93  | TVP Historia 2 | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=TVPHistoria2) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/1/18/TVP_Historia_2_%282021%29.svg/640px-TVP_Historia_2_%282021%29.svg.png\"/> | TVPHistoria2.pl |\n| 94  | TVP Kultura 2 | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=TVPKultura2) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/1/13/TVP_Kultura_2_%282020%29.svg/640px-TVP_Kultura_2_%282020%29.svg.png\"/> | TVPKultura2.pl |\n\n<h2>DVB-S</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 0   | 4fun Dance | [x]() | <img height=\"20\" src=\"https://i.imgur.com/ZEWHe1B.png\"/> | 4FunDance.pl |\n| 0   | 4fun Kids | [x]() | <img height=\"20\" src=\"https://i.imgur.com/2JO5Y8c.png\"/> | 4FunKids.pl |\n| 0   | 4fun.tv Ⓢ | [>](https://stream.4fun.tv:8888/hls/4f_high/index.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/4fun.tv_Logo_%282017%29.svg/640px-4fun.tv_Logo_%282017%29.svg.png\"/> | 4FunTV.pl |\n| 0   | TV Republika | [>](https://redir.cache.orange.pl/jupiter/o1-cl7/ssl/live/tvrepublika/live.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/ljpK6dZ.png\"/> | TVRepublika.pl |\n"
  },
  {
    "path": "lists/portugal.md",
    "content": "<h1>Portugal</h1>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | RTP1 | [>](https://streaming-live.rtp.pt/liverepeater/smil:rtp1HD.smil/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/e/ec/RTP1_-_Logo_2016.svg/640px-RTP1_-_Logo_2016.svg.png\"/> | RTP1.pt |\n| 2   | RTP2 Ⓖ | [>](https://streaming-live.rtp.pt/liverepeater/rtp2HD.smil/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/4/4d/Rtp2_2016_logo.png\"/> | RTP2.pt |\n| 3   | SIC | [>](https://d1zx6l1dn8vaj5.cloudfront.net/out/v1/b89cc37caa6d418eb423cf092a2ef970/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/SPMqiDG.png\"/> | SIC.pt |\n| 4   | TVI | [x]() | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/6/63/TVI_logo_2017.png\"/> | TVI.pt |\n| 5   | RTP Açores | [>](https://streaming-live.rtp.pt/liverepeater/smil:rtpacoresHD.smil/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/a/aa/RTP_A%C3%A7ores_%282016%29.svg/640px-RTP_A%C3%A7ores_%282016%29.svg.png\"/> | RTPAcores.pt |\n| 5   | RTP Madeira Ⓢ | [>](https://streaming-live.rtp.pt/liverepeater/smil:rtpmadeira.smil/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/a/ac/RTP_Madeira_2016.png\"/> | RTPMadeira.pt |\n| 6   | RTP3 | [>](https://streaming-live.rtp.pt/livetvhlsDVR/rtpnHDdvr.smil/playlist.m3u8?DVR=) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/b/b9/Rtp3.png\"/> | RTP3.pt |\n| 7   | RTP Memória | [x]() | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/7/79/RtpMemoria_positivo_horiz_RGB.png\"/> | RTPMemoria.pt |\n| 1   | Porto Canal Ⓢ | [>](https://streamer-a01.videos.sapo.pt/live/portocanal/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/wsyvP2H.png\"/> | PortoCanal.pt |\n| 2   | ADtv Ⓢ         | [>](https://playout172.livextend.cloud/liveiframe/_definst_/ngrp:liveartvabr_abr/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/FvlcU3z.png\"/> |\n| 3   | CNN Portugal    | [>](https://sktv-forwarders.7m.pl/get.php?x=CNN_Portugal) | <img height=\"20\" src=\"https://i.imgur.com/NYH39xs.png\"/> | CNNPortugal.pt |\n| 4   | Euronews em Português Ⓨ| [>](https://www.youtube.com/euronewspt/live) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Euronews_2022.svg/640px-Euronews_2022.svg.png\"/> | EuronewsPortuguese.fr |\n"
  },
  {
    "path": "lists/qatar.md",
    "content": "<h1>Qatar</h1>\n\n| #   | Channel    | Link  | Logo | EPG id |\n|:---:|:----------:|:-----:|:----:|:------:|\n| 1   | Qatar Television | [>](https://qatartv.akamaized.net/hls/live/2026573/qtv1/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/N5RB4sp.png\"/> | QatarTelevision.qa |\n| 2   | Qatar Television 2 | [>](https://qatartv.akamaized.net/hls/live/2026573/qtv1/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/iWJxDUm.png\"/> | QatarTelevision2.qa |\n| 3   | Al Rayyan | [>](https://alrayyancdn.vidgyor.com/pub-noalrayy3pwz0l/liveabr/playlist_dvr.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Ts3RjTV.png\"/> | AlRayyanTV.qa |\n| 4   | Al Rayyan Old TV | [>](https://alrayyancdn.vidgyor.com/pub-nooldraybinbdh/liveabr/playlist_dvr.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/4qB5iN0.png\"/> | AlRayyanOldTV.qa |\n| 5   | Al Jazeera Mubasher | [>](https://live-hls-web-ajm.getaj.net/AJM/index.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/9/90/Al_Jazeera_Mubasher_logo.png\"/> | AlJazeeraMubasher.qa |\n| 6   | Alkass One | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=AlkassOne) | <img height=\"20\" src=\"https://i.imgur.com/10mmlha.png\"/> | AlkassOne.qa |\n| 7   | Alkass Two | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=AlkassTwo) | <img height=\"20\" src=\"https://i.imgur.com/8w61kFX.png\"/> | AlkassTwo.qa |\n| 8   | Alkass Three | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=AlkassThree) | <img height=\"20\" src=\"https://i.imgur.com/d57BdFh.png\"/> | AlkassThree.qa |\n| 9   | Alkass Four | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=AlkassFour) | <img height=\"20\" src=\"https://i.imgur.com/iDL65Wu.png\"/> | AlkassFour.qa |\n| 9   | Al Araby TV | [>](https://alaraby.cdn.octivid.com/alaraby/smil:alaraby.stream.smil/chunklist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/YMqWEe4.png\"/> | AlkassFour.qa |\n"
  },
  {
    "path": "lists/romania.md",
    "content": "<h1>Romania</h1>\n\nhttps://en.wikipedia.org/wiki/List_of_television_stations_in_Romania\n\n<h2>National</h2>\n\n| #   | Channel           | Link  | Logo | EPG id|\n|:---:|:-----------------:|:-----:|:----:|:-----:|\n| 1   | TVR 1 Ⓖ           | [>](https://mn-nl.mncdn.com/tvr1_hd_live/smil:tvr1_hd_live.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/CKQ7mpB.png\"> | TVR1.ro |\n| 2   | TVR 2 Ⓖ           | [>](https://mn-nl.mncdn.com/tvr2_test/smil:tvr2_test.smil/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/4/4c/TVR_2_2022_logo.png\"> | TVR2.ro |\n| 3   | TVR 3 Ⓖ           | [>](https://mn-nl.mncdn.com/tvr3_test/smil:tvr3_test.smil/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/0/0d/TVR3_2022.png\"> | TVR3.ro |\n| 4   | TVR Info Ⓖ        | [>](https://mn-nl.mncdn.com/tvrinfo/tvrinfo_mjuypp/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/7oE7ThR.png\"> | TVRInfo.ro |\n| 5   | TVR International Ⓖ | [>](https://mn-nl.mncdn.com/tvri_test/smil:tvri_test.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/AlW8jyl.png\"> | TVRInternational.ro |\n| 6   | Pro TV            | [>](https://cmero-ott-live.ssl.cdn.cra.cz/channels/cme-ro-voyo-news/playlist.m3u8?offsetSeconds=0&url=0) | <img height=\"20\" src=\"https://i.imgur.com/aKAfKtW.png\" /> | ProTV.ro |\n| 7   | Prima TV          | [>](https://stream1.1616.ro:1945/prima/livestream/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/5/5d/Prima_TV_%28Rumaenien%29_Logo.svg/512px-Prima_TV_%28Rumaenien%29_Logo.svg.png\"/> | PrimaTV.ro |\n| 8   | România TV Ⓖ      | [>](https://livestream.romaniatv.net/clients/romaniatv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/ZIfEp5I.png\"/> | RomaniaTV.ro |\n| 9   | Telestar1         | [>](http://89.47.97.15/telestar/telestar.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/UZQjEsd.png\"/> | Telestar1.ro |\n| 10  | Euronews România Ⓨ | [>](https://www.youtube.com/euronewsro/live) | <img height=\"20\" src=\"https://i.imgur.com/jUOVUXt.png\"/> | EuronewsRomania.ro |\n\n<h2>Local</h2>\n\n| #   | Channel        | Link  | Logo | EPG id|\n|:---:|:--------------:|:-----:|:----:|:-----:|\n| 1   | TVR Cluj Ⓖ     | [>](https://mn-nl.mncdn.com/tvrcluj_new/smil:tvrcluj_new.smil/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/8DqsGHO.png\"/> | TVRCluj.ro |\n| 2   | TVR Craiova Ⓖ  | [>](https://mn-nl.mncdn.com/tvrcraiova_new/smil:tvrcraiova_new.smil/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/vxWbQiy.png\"/> | TVRCraiova.ro |\n| 3   | TVR Iași Ⓖ     | [>](https://mn-nl.mncdn.com/tvriasi_new/smil:tvriasi_new.smil/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Kxkihds.png\"/> | TVRIasi.ro |\n| 4   | TVR Timișoara Ⓖ | [>](https://mn-nl.mncdn.com/tvrtimisoara_new/smil:tvrtimisoara_new.smil/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Db3DV6H.png\"/> | TVRTimisoara.ro |\n| 5   | TVR Tîrgu-Mureș Ⓖ | [>](https://mn-nl.mncdn.com/tvrtgmures_new/smil:tvrtgmures_new.smil/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/9Hptdqj.png\"/> | TVRTarguMures.ro |\n"
  },
  {
    "path": "lists/russia.md",
    "content": "<h1>Russia</h1>\n\n<h2>DVB-T2</h2>\n\nhttps://ru.wikipedia.org/wiki/Цифровое_телевидение_в_России#Мультиплексы (only in Russian language)\n\n|  # |      Channel       | Link  | Logo | EPG id |\n|:--:|:------------------:|:-----:|:----:|:------:|\n|  1 |   Первый канал   | [>](https://edge1.1internet.tv/dash-live2/streams/1tv-dvr/1tvdash.mpd) | <img height=\"20\" src=\"https://i.imgur.com/1IqCGe9.png\"/> | ChannelOne.ru |\n|  2 |     Россия 1     | [>](https://player.smotrim.ru/iframe/stream/live_id/2961) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/64/Russia-1.svg/1024px-Russia-1.svg.png\"/> | Russia1.ru |\n|  3 |     Матч ТВ Ⓢ      | [>](https://streaming.televizor-24-tochka.ru/live/6.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/kFdooR4.png\"/> | Match.ru |\n|  4 |       НТВ Ⓢ        | [>](http://ott-cdn.ucom.am/s17/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/DtQX5P2.png\"/> | NTV.ru |\n|  5 |   Пятый канал Ⓢ    | [>](https://streaming.televizor-24-tochka.ru/live/8.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/u8Q69D9.png\"/> | 5Kanal.ru |\n|  6 | Россия-Культура Ⓢ  | [>](https://player.smotrim.ru/iframe/stream/live_id/19201) | <img height=\"20\" src=\"https://i.imgur.com/S12gaLc.png\"/> | RussiaK.ru |\n|  7 |    Россия-24 Ⓢ     | [>](https://player.smotrim.ru/iframe/stream/live_id/21) | <img height=\"20\" src=\"https://i.imgur.com/tpqsFzm.png\"/> | Russia24.ru |\n|  8 |     Карусель Ⓢ     | [>](https://streaming102.interskytech.com/live/232.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/4fFMlVq.png\"/> | Karusel.ru |\n|  9 |       ОТР Ⓢ        | [>](https://streaming.televizor-24-tochka.ru/live/12.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/QyZvT3e.png\"/> | OTR.ru |\n| 10 |     ТВ Центр Ⓢ     | [>](http://ott-cdn.ucom.am/s54/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/ZP0D6Rd.png\"/> | TVCentr.ru |\n| 11 |      Рен ТВ Ⓢ      | [>](https://streaming.televizor-24-tochka.ru/live/14.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/18TAzYV.png\"/> | RENTV.ru |\n| 12 |       Спас Ⓢ       | [>](https://spas.mediacdn.ru/cdn/spas/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/A6Cqsom.jpeg\"/> | TelekanalSpas.ru |\n| 13 |       СТС Ⓢ        | [>](http://ott-cdn.ucom.am/s52/04.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/y9bpqUD.png\"/> | STS.ru |\n| 14 |     Домашний Ⓢ     | [>](http://ott-cdn.ucom.am/s88/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/e8wlMIt.png\"/> | Domashniy.ru |\n| 15 |       ТВ-3 Ⓢ       | [>](https://streaming.televizor-24-tochka.ru/live/18.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9e/%D0%A2V3_logo_2023.svg/556px-%D0%A2V3_logo_2023.svg.png\"/> | TV3.ru |\n| 16 |     Пятница! Ⓢ     | [>](https://streaming.televizor-24-tochka.ru/live/19.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/rS11zVB.png\"/> | Pyatnitsa.ru |\n| 17 |      Звезда      | [>](https://tvchannelstream1.tvzvezda.ru/cdn/tvzvezda/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/c0L0ncA.png\"/> | TelekanalZvezda.ru |\n| 18 |        Мир         | [>](http://hls.mirtv.cdnvideo.ru/mirtv-parampublish/mirtv_2500/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/L2slsbG.png\"/> | Mir.ru |\n| 19 |       ТНТ Ⓢ        | [>](http://ott-cdn.ucom.am/s19/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/1WqIPOB.png\"/> | TNT.ru |\n| 20 |      Муз-ТВ Ⓢ      | [>](https://streaming102.interskytech.com/live/618.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Ml3qqOF.png\"/> | MuzTV.ru |\n| 21 |        РБК         | [>](http://92.50.128.180/utv/1358/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/P2Qii5B.png\"/> | RBKTV.ru |\n| 22 |     RT Д Русский Ⓖ   | [>](https://hls.rt.com/hls/rtdru.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/v5fpEBo.png\"/> | RTD.ru |\n| 23 |    CGTN Pусский    | [>](https://news.cgtn.com/resource/live/russian/cgtn-r.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/fMsJYzl.png\"/> | CGTNRussian.cn |\n| 24 | Euronews по-русски Ⓨ | [>](https://www.youtube.com/euronewsru/live) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Euronews_2022.svg/640px-Euronews_2022.svg.png\"/> | EuronewsRussian.fr |\n| 25 | РТР-Планета Ⓢ | [>](https://player.smotrim.ru/iframe/stream/live_id/63251) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/8/85/RTR_Planeta_Europe.png\"/> | RTRPlaneta.ru |\n\n<h2>Regional</h2>\n\n* Livestreams from YouTube-like services:\n    * https://www.pomorie.ru/arctica24/ (VK Video)\n    * https://katun24.ru/k24, https://kuban24.tv/tv (OK.ru)\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 0   | Арктика 24 Ⓥ | [>](https://vk.com/video-213370539_456239018) | <img height=\"20\" src=\"https://i.imgur.com/CL0G88u.png\"/> | Arktika24.ru |\n| 0   | Архыз 24 | [>](https://live.mediacdn.ru/sr1/arhis24/playlist_hdhigh.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/mve0sSS.png\"/> | Arkhyz24.ru |\n| 0   | Астрахан 24 | [>](https://streaming.astrakhan.ru/astrakhan24/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/9WcnjQN.png\"/> | Astrakhan24.ru |\n| 0   | Башкортостан 24 | [>](https://vgtrkregion-reg.cdnvideo.ru/vgtrk/ufa/russia1-hd/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/FQhWs1M.png\"/> | Bashkortostan24.ru |\n| 0   | Белгород 24 | [>](http://belnovosti.cdn.easyhoster.ru:8080/stream.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/EEirvyx.png\"/> | Belgorod24.ru |\n| 0   | Ветта 24 | [>](http://serv24.vintera.tv:8081/vetta/vetta_office/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/zKH1b5k.png\"/> | Vetta24.ru |\n| 0   | Волгоград 24 Ⓢ | [>](https://vgtrkregion-reg.cdnvideo.ru/vgtrk/volgograd/russia1-hd/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/gFMnaU5.png\"/> | Volgograd24.ru |\n| 0   | Запад 24 | [>](https://vgtrkregion-reg.cdnvideo.ru/vgtrk/kaliningrad/russia1-hd/index.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/f/f8/Zapad_24.jpg\"/> | Zapad24.ru |\n| 0   | Кавказ 24 | [x]() | <img height=\"20\" src=\"https://i.imgur.com/DyJw1Pi.png\"/> | Kavkaz24.ru |\n| 0   | Катунь 24 Ⓞ | [>](https://ok.ru/video/1166706155179) | <img height=\"20\" src=\"https://i.imgur.com/mr2Peqj.png\"/> | Katun24.ru |\n| 0   | Крым 24 | [>](https://cdn.1tvcrimea.ru/24tvcrimea.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/k4C0uvp.png\"/> | Crimea24.ru |\n| 0   | Кубань 24 Ⓞ | [>](https://ok.ru/video/4157442498242) | <img height=\"20\" src=\"https://i.imgur.com/atzrXcz.png\"/> | Kuban24.ru |\n| 0   | Луганск 24 | [>](https://tv.gtrklnr.ru/hls/Lugansk24.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/YnLFQnt.png\"/> | Lugansk24.ua |\n| 0   | Мир Белогорья | [>](http://mirbelogorya.ru:8080/mirbelogorya/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/CCNAg7R.png\"/> | MirBelogorya.ru |\n| 0   | Москва 24 | [>](https://player.smotrim.ru/iframe/stream/live_id/1661) | <img height=\"20\" src=\"https://i.imgur.com/gXbUMVy.png\"/> | Moskva24.ru |\n| 0   | Нижний Новгород 24 | [>](https://live-vestinn.cdnvideo.ru/vestinn/nn24-khl/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/ZWgPVIC.png\"/> | NizhniyNovgorod24.ru |\n| 0   | Самара 24 | [>](https://vgtrkregion.cdnvideo.ru/vgtrk/samara/regionHD/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Xg7Xzna.png\"/> | Samara24.ru |\n| 0   | Саратов 24 | [>](https://saratov24.tv/online/playlist.php) | <img height=\"20\" src=\"https://i.imgur.com/Y5G3ET6.png\"/> | Saratov24.ru |\n| 0   | Сибирь 24 | [>](https://vgtrkregion-reg.cdnvideo.ru/vgtrk/novosibirsk/russia1-hd/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/WxU6QUB.png\"/> | Sibir24.ru |\n| 0   | Тольятти 24 | [>](https://tvtogliatti24.ru/hls/live1080/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/5jVKopE.png\"/> | Tolyatti24.ru |\n| 0   | Урал 24 | [>](https://vgtrkregion-reg.cdnvideo.ru/vgtrk/chelyabinsk/russia1-hd/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/EaxyGh0.png\"/> | Ural24.ru |\n| 0   | Якутия 24 | [>](https://live-saha.cdnvideo.ru/saha2/yak24rtmp_live.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/2BAQklm.png\"/> | Yakutiya24.ru |\n\n<h2>Web</h2>\n\n* https://smotrim.ru/live/\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 0   | 360 Новости | [>](https://live-vgtrksmotrim.cdnvideo.ru/vgtrksmotrim/smotrim-live-03-srt.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/YXDeX8q.png\"/> | 360News.ru |\n| 0   | Вести ФМ | [>](https://player.smotrim.ru/iframe/stream/live_id/52035) | <img height=\"20\" src=\"https://cdn-st3.smotrim.ru/vh/pictures/r/371/033/8.png\"/> |\n| 0   | Небеса ТВ7 Ⓢ | [>](https://vod.tv7.fi/tv7-ru/tv7-ru.smil/playlist.m3u8) | <img height=\"20\" src=\"https://www.nebesatv7.com/wp-content/themes/tv7-theme/assets/img/logo_nebesa_short.png\"/> | NebesaTV7.ru |\n| 0   | Север | [>](https://live.mediacdn.ru/sr1/sever/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/sTOQLYl.png\"/> | Sever.ru |\n| 0   | Смотрим - Детям | [x]() | <img height=\"20\" src=\"https://cdn-st1.smotrim.ru/vh/pictures/r/424/215/2.png\"/> |\n| 0   | Смотрим: Мелодрамы | [>](https://live-vgtrksmotrim.cdnvideo.ru/vgtrksmotrim/smotrim-live-02.smil/playlist.m3u8) | <img height=\"20\" src=\"https://cdn-st1.smotrim.ru/vh/pictures/r/456/967/6.png\"/> |\n| 0   | Смотрим: Тайны | [>](https://live-vgtrksmotrim.cdnvideo.ru/vgtrksmotrim/smotrim-live-07.smil/playlist.m3u8) | <img height=\"20\" src=\"https://cdn-st3.smotrim.ru/vh/pictures/r/456/396/2.png\"/> |\n| 0   | Смотрим: Честный Детектив | [>](https://live-vgtrksmotrim.cdnvideo.ru/vgtrksmotrim/smotrim-live-01.smil/playlist.m3u8) | <img height=\"20\" src=\"https://cdn-st3.smotrim.ru/vh/pictures/r/444/241/8.png\"/> |\n| 0   | Соловьёв Live | [>](https://player.smotrim.ru/iframe/stream/live_id/63338) | <img height=\"20\" src=\"https://i.imgur.com/v0OYe1d.png\"/> | SolovyovLive.ru |\n| 0   | Ю Ⓢ | [>](https://strm.yandex.ru/kal/utv/utv0.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/ru/a/ac/%D0%9B%D0%BE%D0%B3%D0%BE%D1%82%D0%B8%D0%BF_%D1%82%D0%B5%D0%BB%D0%B5%D0%BA%D0%B0%D0%BD%D0%B0%D0%BB%D0%B0_%C2%AB%D0%AE%C2%BB_%28%D1%81_3_%D1%81%D0%B5%D0%BD%D1%82%D1%8F%D0%B1%D1%80%D1%8F_2018_%D0%B3%D0%BE%D0%B4%D0%B0%29.png\"/> | U.ru |\n\n<h2>DVB-S</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 0   | Матч! Планета Ⓢ | [>](http://212.0.211.102:9999/play/a00b/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/vhyMb9D.png\"/> | MatchPlaneta.ru |\n\n<h2>Invalid</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n"
  },
  {
    "path": "lists/san_marino.md",
    "content": "<h1>San Marino</h1>\n\n<h2>DVB-T</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 73  | San Marino Rtv | [>](https://d2hrvno5bw6tg2.cloudfront.net/smrtv-ch01/_definst_/smil:ch-01.smil/chunklist_b2192000_slita.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/lJpOlLv.png\"/> | SanMarinoRTV.sm |\n| 93  | San Marino Rtv Sport | [>](https://d2hrvno5bw6tg2.cloudfront.net/smrtv-ch02/_definst_/smil:ch-02.smil/chunklist_b1692000_slita.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/PGm944g.png\"/> | SanMarinoRTVSport.sm |\n\n<h2>Invalid</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n"
  },
  {
    "path": "lists/saudi_arabia.md",
    "content": "<h1>Saudi Arabia</h1>\n\n| #  |          Channel          |                                                   Link                                                    | Logo |          EPG id          |\n|:--:|:-------------------------:|:---------------------------------------------------------------------------------------------------------:|:----:|:------------------------:|\n| 1  |        Al Saudiya         |                                  [>](https://shd-gcp-live.edgenextcdn.net/live/bitmovin-saudi-tv/2ad66056b51fd8c1b624854623112e43/index.m3u8)                                  | <img height=\"20\" src=\"https://i.imgur.com/GRQTndk.png\"/> |       AlSaudiya.sa       |\n| 2  |     SBC Saudi Arabia      |       [>](https://shd-gcp-live.edgenextcdn.net/live/bitmovin-sbc/90e09c0c28db26435799b4a14892a167/index.m3u8)       | <img height=\"20\" src=\"https://i.imgur.com/9JSQglj.png\"/> |          SBC.sa          |\n| 3  |         Thikrayat         |                                  [x](https://edge.taghtia.com/sa/3.m3u8)                                  | <img height=\"20\" src=\"https://i.imgur.com/AKa1X9d.png\"/> |      ThikrayatTV.sa      |\n| 4  |       Al Ekhbariya        |      [>](https://shd-gcp-live.edgenextcdn.net/live/bitmovin-al-ekhbaria/297b3ef1cd0633ad9cfba7473a686a06/index.m3u8)      | <img height=\"20\" src=\"https://i.imgur.com/WcRlHQm.png\"/> |      AlEkhbariya.sa      |\n| 5  |     Al Saudiya Alaan      |                                 [>](https://shd-gcp-live.edgenextcdn.net/live/bitmovin-ksa-now/71ed3aa814c643306c0a8bc4fcc7d17f/index.m3u8)                                  | <img height=\"20\" src=\"https://i.imgur.com/sEOjApe.png\"/> |    AlSaudiyaAlaan.sa     |\n| 6  |       KSA Sports 1        |                                  [x](https://edge.taghtia.com/sa/9.m3u8)                                  | <img height=\"20\" src=\"https://i.imgur.com/ONKNOAp.png\"/> |      KSASports1.sa       |\n| 7  |       KSA Sports 2        |                                 [x](https://edge.taghtia.com/sa/10.m3u8)                                  | <img height=\"20\" src=\"https://i.imgur.com/v8ULLqg.png\"/> |      KSASports2.sa       |\n| 8  |       KSA Sports 3        |                                 [x](https://edge.taghtia.com/sa/16.m3u8)                                  | <img height=\"20\" src=\"https://i.imgur.com/BXfCvez.png\"/> |      KSASports3.sa       |\n| 9  |   Al Quran Al Kareem TV   |                                  [>](https://al-ekhbaria-prod-dub.shahid.net/out/v1/9885cab0a3ec4008b53bae57a27ca76b/index.m3u8)                                  | <img height=\"20\" src=\"https://i.imgur.com/A2fJysM.png\"/> |   AlQuranAlKareemTV.sa   |\n| 10 | Al Sunnah Al Nabawiyah TV |                                  [x](https://edge.taghtia.com/sa/6.m3u8)                                  | <img height=\"20\" src=\"https://i.imgur.com/S6LcTJv.png\"/> | AlSunnahAlNabawiyahTV.sa |\n| 10 |     Rotana Cinema KSA     | [>](https://bcovlive-a.akamaihd.net/9527a892aeaf43019fd9eeb77ad1516e/eu-central-1/6057955906001/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/pGgp38I.png\"/> |    RotanaCinemaKSA.sa    |\n| 10 |        Rotana Kids        |    [x](https://shls-rotanakids-prod-dub.shahid.net/out/v1/df6e0eb3cdc4410b98209aafc8677cef/index.m3u8)    | <img height=\"20\" src=\"https://i.imgur.com/YQKf0tq.png\"/> |      RotanaKids.sa       |\n| 10 |       Rotana Comedy       |                         [x](https://daiconnect.com/live/hls/rotana/comedy/.m3u8)                          | <img height=\"20\" src=\"https://i.imgur.com/IlT8U6S.png\"/> |     RotanaComedy.sa      |\n| 10 |      Rotana Khalijia      |  [x](https://shls-rotanakhalijia-prod-dub.shahid.net/out/v1/a639fd49db684f1b8c063d398101a888/index.m3u8)  | <img height=\"20\" src=\"https://i.imgur.com/6HMluzv.png\"/> |    RotanaKhalijia.sa     |\n| 10 |       Rotana Drama        |                          [x](https://daiconnect.com/live/hls/rotana/drama/.m3u8)                          | <img height=\"20\" src=\"https://i.imgur.com/btnhPjZ.png\"/> |      RotanaDrama.sa      |\n| 10 |      Rotana Classic       |  [>](https://bcovlive-a.akamaihd.net/0debf5648e584e5fb795c3611c5c0252/eu-central-1/6057955906001/playlist.m3u8)   | <img height=\"20\" src=\"https://i.imgur.com/pMMUvkt.png\"/> |     RotanaClassic.sa     |\n| 10 |        Rotana Ciip        |                           [x](http://37.122.156.107:4000/play/a0b7/index.m3u8)                            | <img height=\"20\" src=\"https://i.imgur.com/nhREk0o.png\"/> |       RotanaClip.sa       |\n| 10 |       Rotana Music        |                           [x](https://daiconnect.com/live/hls/rotana/music/.m3u8)                            | <img height=\"20\" src=\"https://i.imgur.com/2zFQbQi.png\"/> |       RotanaMusic.sa       |\n"
  },
  {
    "path": "lists/serbia.md",
    "content": "<h1>Serbia</h1>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | RTS 1 | [>](https://webtvstream.bhtelecom.ba/rts1.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/S1pKHSR.png\"/> | RTS1.rs |\n| 2   | RTS 2 | [>](https://webtvstream.bhtelecom.ba/rts2.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/jltAf5h.png\"/> | RTS2.rs |\n| 3   | RTS 3 | [x]() | <img height=\"20\" src=\"https://i.imgur.com/gxuGB4J.png\"/> | RTS3.rs |\n| 0   | RTS Svet | [x]() | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/8/8a/Rts-svet.png\"/> | RTSSvet.rs |\n| 0 | Euronews Serbia | [>](https://d1ei8ofhgfmkac.cloudfront.net/app-19518-1306/ngrp:QoZfNjsg_all/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/b24QKcq.png\"/> | EuroNewsSerbia.rs |\n\n<h3>Vojvodina</h3>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | RTV 1 | [>](rtsp://212.200.255.151/rtv1) | <img height=\"20\" src=\"https://i.imgur.com/CG44YT3.png\"/> | RTV1.rs |\n| 2   | RTV 2 | [>](rtsp://212.200.255.151/rtv2) | <img height=\"20\" src=\"https://i.imgur.com/skpr66t.png\"/> | RTV2.rs |\n"
  },
  {
    "path": "lists/slovakia.md",
    "content": "<h1>Slovakia</h1>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | :Jednotka    | [>](https://sktv.plainrock127.xyz/get.php?x=STV1) | <img height=\"20\" src=\"https://i.imgur.com/T7EWAe7.png\"/> | Jednotka.sk |\n| 2   | :Dvojka    | [>](https://sktv.plainrock127.xyz/get.php?x=STV2) | <img height=\"20\" src=\"https://i.imgur.com/Ksi25UD.png\"/> | Dvojka.sk |\n| 3   | :24    | [>](https://sktv.plainrock127.xyz/get.php?x=STV24) | <img height=\"20\" src=\"https://i.imgur.com/sdSsFU0.png\"/> | 24.sk |\n| 4   | :Šport    | [>](https://sktv.plainrock127.xyz/get.php?x=SPORT) | <img height=\"20\" src=\"https://i.imgur.com/YzHipRF.png\"/> | Sport.sk |\n| 5   | :O    | [>](https://sktv.plainrock127.xyz/get.php?x=STV-O) | <img height=\"20\" src=\"https://i.imgur.com/Nf5gEDc.png\"/> |\n| 6   | STVR    | [>](https://sktv.plainrock127.xyz/get.php?x=RTVS) | <img height=\"20\" src=\"https://i.imgur.com/Nf5gEDc.png\"/> |\n| 7   | NR SR    | [>](https://sktv.plainrock127.xyz/get.php?x=NR_SR) | <img height=\"20\" src=\"https://i.imgur.com/sPDiS5q.png\"/> | TVNRSR.sk |\n| 8   | JOJ    | [>](https://live.cdn.joj.sk/live/andromeda/joj-1080.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/5BAWD0z.png\"/> | TVJOJ.sk |\n| 9   | JOJ Plus    | [>](https://live.cdn.joj.sk/live/andromeda/plus-1080.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/fKPliTj.png\"/> | JOJPlus.sk |\n| 10  | WAU    | [>](https://live.cdn.joj.sk/live/andromeda/wau-1080.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/wO5ifff.png\"/> | JOJWAU.sk |\n| 11  | JOJ 24    | [>](https://live.cdn.joj.sk/live/andromeda/joj_news-1080.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/owEVXRE.png\"/> | JOJ24.sk |\n| 12  | JOJ Šport    | [>](https://live.cdn.joj.sk/live/andromeda/joj_sport-1080.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/QWEY2a5.png\"/> | JOJSport.sk |\n| 13  | Senzi    | [>](http://lb.streaming.sk/senzi/stream/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/W82dwzf.png\"/> | Senzi.sk |\n| 14  | TA3 Ⓢ    | [>](https://sktv.plainrock127.xyz/get.php?x=TA3) | <img height=\"20\" src=\"https://i.imgur.com/kPFBxc9.png\"/> | TA3.sk |\n"
  },
  {
    "path": "lists/slovenia.md",
    "content": "<h1>Slovenia</h1>\n\n<h2>DVB-T</h2>\n\nhttps://en.wikipedia.org/wiki/Television_in_Slovenia\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | TV SLO 1 | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=TVSLO1) | <img height=\"20\" src=\"https://i.imgur.com/YIZOtcm.png\"/> | TVSlovenija1.si |\n| 2   | TV SLO 2 | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=TVSLO2) | <img height=\"20\" src=\"https://i.imgur.com/mQe9U2h.png\"/> | TVSlovenija2.si |\n| 3   | TV SLO 3 | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=TVSLO3) | <img height=\"20\" src=\"https://i.imgur.com/WGUyj7r.png\"/> | TVSlovenija3.si |\n| 4   | TV Koper/Capodistria | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=TVKC) | <img height=\"20\" src=\"https://i.imgur.com/NQvOJNh.png\"/> | TVKoperCapodistria.si |\n| 5   | TV Maribor | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=TVMaribor) | <img height=\"20\" src=\"https://i.imgur.com/tWf3dgf.png\"/> | TVMaribor.si |\n| 6   | MMC TV | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=MMCTV) | <img height=\"20\" src=\"https://i.imgur.com/yzETQJ4.png\"/> | MMC.si |\n\n<h2>DVB-S</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 0   | Nova 24 TV Ⓨ | [>](https://www.youtube.com/@Nova24TVSlovenija/live) | <img height=\"20\" src=\"https://i.imgur.com/M2207Vh.png\"/> | Nova24TV.si |\n\n<h2>Web</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 0   | Folx Slovenija | [>](https://cdne.folxplay.tv/folx-trz/streams/ch-5/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/RK1IASU.png\"/> | FolxSlovenija.si |\n"
  },
  {
    "path": "lists/somalia.md",
    "content": "<h1>Somalia</h1>\n\n<h2>DVB-S</h2>\n\n* https://www.lyngsat.com/freetv/Somalia.html\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 0   | Banaadir TV | [x]() | <img height=\"20\" src=\"https://www.lyngsat.com/logo/tv/bb/banaadir-tv-so.png\"/> |\n| 0   | Bulsho TV | [x]() | <img height=\"20\" src=\"https://i.imgur.com/7qo4rb7.png\"/> | BulshoTV.so |\n| 0   | Codka Bariga Afrika | [x]() | <img height=\"20\" src=\"https://www.lyngsat.com/logo/tv/cc/codka-bariga-afrika-uk-so.png\"/> | CodkaBarigaAfrika.so |\n| 0   | Dacwa TV Ⓢ | [>](https://ap02.iqplay.tv:8082/iqb8002/d13w1/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/rMqrLzV.png\"/> | DacwaTV.so |\n| 0   | Galmudug TV | [x]() | <img height=\"20\" src=\"https://www.lyngsat.com/logo/tv/gg/galmudug-tv-so.png\"/> |\n| 0   | Hirshabelle TV | [x]() | <img height=\"20\" src=\"https://www.lyngsat.com/logo/tv/hh/hirshabelle-tvjpg-so.png\"/> |\n| 0   | Horn Cable TV | [x]() | <img height=\"20\" src=\"https://i.imgur.com/qUqQCjP.png\"/> | HornCableTV.so |\n| 0   | Jubbaland TV | [x]() | <img height=\"20\" src=\"https://i.imgur.com/SEgEYjV.png\"/> | JubbalandTV.so |\n| 0   | KGS TV | [x]() | <img height=\"20\" src=\"https://i.imgur.com/MCDFlCk.png\"/> | KGSTV.so |\n| 0   | MM Somali TV Ⓢ | [>](https://cdn.mediavisionuk.com:9000/MMTV/index.m3u8) | <img height=\"20\" src=\"https://www.lyngsat.com/logo/tv/mm/mm-somali-tv-so.png\"/> | MMSomaliTV.uk |\n| 0   | Puntland TV Ⓢ | [>](http://cdn.mediavisionuae.com:1935/live/putlandtv2.stream/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/C8EvQUo.png\"/> | PuntlandTV.so |\n| 0   | Rejo TV | [x]() | <img height=\"20\" src=\"https://www.lyngsat.com/logo/tv/rr/rejo-tv-so.png\"/> |\n| 0   | Saab TV Ⓢ | [>](https://ap02.iqplay.tv:8082/iqb8002/s03btv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/JEC1J89.png\"/> | SaabTV.so |\n| 0   | Sahan TV | [x]() | <img height=\"20\" src=\"https://i.imgur.com/fOvHhX2.png\"/> | SahanTV.so |\n| 0   | SBC Somalia Ⓢ | [>](http://cdn.mediavisionuae.com:1935/live/sbctv.stream/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/VLhgTIA.png\"/> | SBCTV.so |\n| 0   | Shabelle TV | [x]() | <img height=\"20\" src=\"https://www.lyngsat.com/logo/tv/ss/shabelle-tv-so.png\"/> |\n| 0   | SNTV Daljir Ⓢ | [>](https://ap02.iqplay.tv:8082/iqb8002/s2tve/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Re3ur88.png\"/> | SNTVDaljir.so |\n| 0   | Somali Cable TV Ⓢ | [>](https://ap02.iqplay.tv:8082/iqb8002/somc131/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/iPkaCts.png\"/> | SomaliCableTV.uk |\n| 0   | Somali National TV Ⓢ | [>](https://ap02.iqplay.tv:8082/iqb8002/s4ne/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/d/d6/SNTV_REBRANDED_LOGO.png\"/> | SomaliNationalTV.so |\n| 0   | Somaliland National TV | [x]() | <img height=\"20\" src=\"https://i.imgur.com/FIuQNWN.png\"/> | SomalilandNationalTV.so |\n"
  },
  {
    "path": "lists/spain.md",
    "content": "<h1>Spain</h1>\n\n<h2>TDT</h2>\n\nhttps://en.wikipedia.org/wiki/Television_in_Spain#Digital_terrestrial_television\n<h3>National</h3>\n\n| #  |            Channel            |                                                            Link                                                            |                                                                   Logo                                                                   |            EPG id             |\n|:--:|:-----------------------------:|:--------------------------------------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------------------------------------------------:|:-----------------------------:|\n| 1  |             La 1              | [>](https://dh6vo1bovy43s.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-x3gcl32l5ffq2/La_1_ES.m3u8) |                                         <img height=\"20\" src=\"https://i.imgur.com/NbesiPn.png\"/>                                         |            La1.es             |\n| 2  |             La 2              | [>](https://di2qeq48iv8ps.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-o8u23e6v7vptv/La_2_ES.m3u8) |                                         <img height=\"20\" src=\"https://i.imgur.com/DmuTwDw.png\"/>                                         |            La2.es             |\n| 3  |          Antena 3             |                                    [>](http://185.189.225.150:85/Antena3HD/index.m3u8)                                     |                                         <img height=\"20\" src=\"https://i.imgur.com/j3SP4BS.png\"/>                                         |          Antena3.es           |\n| 4  |            Cuatro             |                                     [>](http://185.189.225.150:85/CuatroHD/index.m3u8)                                     |                                         <img height=\"20\" src=\"https://i.imgur.com/zROxNap.png\"/>                                         |           Cuatro.es           |\n| 5  |           Telecinco           |                                   [>](http://185.189.225.150:85/TeleCincoHD/index.m3u8)                                    |                                         <img height=\"20\" src=\"https://i.imgur.com/JECsKdk.png\"/>                                         |         Telecinco.es          |\n| 6  |           La Sexta            |                                     [>](http://185.189.225.150:85/LaSexta/index.m3u8)                                      |                                         <img height=\"20\" src=\"https://i.imgur.com/b59MxgM.png\"/>                                         |          LaSexta.es           |\n| 7  |              24h              | [>](https://d3pfmk89wc0vm9.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-nlow3qkp9tmdm/24H_ES.m3u8) |                                         <img height=\"20\" src=\"https://i.imgur.com/ZKR2jKr.png\"/>                                         |            24h.es             |\n| 8  |              tdp              |                            [>](https://rtvelivestream.akamaized.net/rtvesec/tdp/tdp_main.m3u8)                             |                                         <img height=\"20\" src=\"https://i.imgur.com/HliegRJ.png\"/>                                         |            tdp.es             |\n| 9  |             clan              |                         [>](https://rtvelivestream.akamaized.net/rtvesec/clan/clan_main_dvr.m3u8)                          |                                         <img height=\"20\" src=\"https://i.imgur.com/38xIfQ3.png\"/>                                         |            clan.es            |\n| 10 | TVE Internacional Europe-Asia |                         [>](https://rtvelivestream.akamaized.net/rtvesec/int/tvei_eu_main_dvr.m3u8)                          |                                         <img height=\"20\" src=\"https://i.imgur.com/ow1HArj.png\"/>                                         | TVEInternacionalEuropeAsia.es |\n| 11 |            Neox Ⓢ             |                         [>](http://185.189.225.150:85/neox/index.m3u8)                          |         <img height=\"20\" src=\"https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/spain/neox-es.png\"/>          |            Neox.es            |\n| 12 |            Nova Ⓢ             |                         [>](http://185.189.225.150:85/nova/index.m3u8)                          |         <img height=\"20\" src=\"https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/spain/nova-es.png\"/>          |            Nova.es            |\n| 13 |            Mega Ⓢ             |                         [>](http://185.189.225.150:85/mega/index.m3u8)                          |                                         <img height=\"20\" src=\"https://i.imgur.com/Udrt2eK.png\"/>                                         |            Mega.es            |\n| 14 |         Atreseries Ⓢ          |                         [>](http://181.78.109.48:8000/play/a00l/index.m3u8)                          |                                                        <img height=\"20\" src=\"https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/spain/atreseries-es.png\"/>                                                         |         Atreseries.es         |\n| 15 |              FDF              |                         [>](http://185.189.225.150:85/fdf/index.m3u8)                          |          <img height=\"20\" src=\"https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/spain/fdf-es.png\"/>          |     FactoriadeFiccion.es      |\n| 16 |          Divinity Ⓖ           |                         [>](https://directos.divinity.es/orilinear04/live/linear04/main/main.isml/main-audio_spa=128000-video=1500000.m3u8)                          |                                         <img height=\"20\" src=\"https://i.imgur.com/o7fvEr6.png\"/>                                         |          Divinity.es          |\n| 17 |           Energy Ⓖ            |                         [>](https://directos.energytv.es/orilinear03/live/linear03/main/main.isml/main-audio_spa=128000-video=1500000.m3u8)                          |        <img height=\"20\" src=\"https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/spain/energy-es.png\"/>         |           Energy.es           |\n| 18 |             Boing             |                         [>](http://185.189.225.150:85/boing/index.m3u8)                          |                                         <img height=\"20\" src=\"https://i.imgur.com/nUYuCAP.png\"/>                                         |           Boing.es            |\n| 19 |           Be Mad Ⓖ            |                         [>](https://directos.bemad.es/orilinear02/live/linear02/main/main.isml/main-audio_spa=128000-video=1500000.m3u8)                          |         <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/7/70/Be_Mad_TV.svg/512px-Be_Mad_TV.svg.png\"/>         |           BeMad.es            |\n| 20 |       Paramount Network       |                         [>](http://185.189.225.150:85/Paramount/index.m3u8)                          | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9f/Paramount_Network.svg/512px-Paramount_Network.svg.png\"/> |      ParamountNetwork.es      |\n| 21 |        RNE para todos         |                         [>](https://rtvelivestream.akamaized.net/rtvesec/rne/rne_para_todos_main.m3u8)                          | <img height=\"20\" src=\"https://graph.facebook.com/radionacionalrne/picture?width=200&height=200\"/> |            RNE.es             |\n| 22 |           euronews            |                         [>](https://euronews-live-spa-es.fast.rakuten.tv/v1/master/0547f18649bd788bec7b67b746e47670f558b6b2/production-LiveChannel-6571/bitok/eyJzdGlkIjoiMDA0YjY0NTMtYjY2MC00ZTZkLTlkNzEtMTk3YTM3ZDZhZWIxIiwibWt0IjoiZXMiLCJjaCI6NjU3MSwicHRmIjoxfQ==/26034/euronews-es.m3u8)                          | <img height=\"20\" src=\"https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/international/euro-news-int.png\"/> |          Euronews.es          |\n| 23 |            El País            |                         [>](https://d2xqbi89ghm9hh.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-79fx3huimw4xc-ssai-prd/fast-channel-el-pais.m3u8)                          | <img height=\"20\" src=\"https://graph.facebook.com/elpais/picture?width=200&height=200\"/> |            ElPaisTV.es             |\n| 24 |           Negocios            |                         [>](https://streaming013.gestec-video.com/hls/negociostv.m3u8)                          | <img height=\"20\" src=\"https://pbs.twimg.com/profile_images/1321367703731523584/bNMmbetI_200x200.jpg\"/> |            NegociosTV.es             |\n| 25 |           Squirrel            |                         [>](https://tsw.streamingwebtv24.it:1936/inteccdn1/inteccdn1/playlist.m3u8)                          | <img height=\"20\" src=\"https://i.imgur.com/urF0kYA.png\"/> |            Squirrel.es             |\n| 26 |           BOM Cine            |                         [>](https://tsw.streamingwebtv24.it:1936/inteccdn3/inteccdn3/playlist.m3u8)                          | <img height=\"20\" src=\"https://i.imgur.com/cqhofMU.png\"/> |            BomCine.es             |\n\n\n\n<h3>Regional</h3>\n\n| #  |       Channel        |                                                                         Link                                                                          |                                                                Logo                                                                |            EPG id            |\n|:--:|:--------------------:|:-----------------------------------------------------------------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------------------------------------------:|:----------------------------:|\n| 1  |      Telemadrid      |                                             [>](https://telemadrid-23-secure2.akamaized.net/master.m3u8)                                              |     <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/7/71/TeleMadrid.svg/512px-TeleMadrid.svg.png\"/>     |        Telemadrid.es         |\n| 2  |       La Otra        |                                              [>](https://laotra-1-23-secure2.akamaized.net/master.m3u8)                                               |                                     <img height=\"20\" src=\"https://i.imgur.com/W1UZyXH.png\" />                                      |          LaOtra.es           |\n| 3  | Canal Sur Andalucía  |      [>](https://d35x6iaiw8f75z.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-kbwsl0jk1bvoo/canal_sur_andalucia_es.m3u8)       |                                      <img height=\"20\" src=\"https://i.imgur.com/WcVOXPr.png\"/>                                      |     CanalSurAndalucia.es     |\n| 4  |      La 7 CYLTV      |                                                                         [x]()                                                                         |                                      <img height=\"20\" src=\"https://i.imgur.com/o2FlMXP.png\"/>                                      |            La7deCyLTV.es            |\n| 5  |  La 8 Mediterráneo   |                                                [>](https://streaming004.gestec-video.com/hls/8TV.m3u8)                                                |                                      <img height=\"20\" src=\"https://graph.facebook.com/la8mediterraneo/picture?width=200&height=200\"/>                                      |      La8Mediterraneo.es      |\n| 6  | Televisión Canaria Ⓨ |                                               [>](https://www.youtube.com/user/TelevisionCanaria/live)                                                |                                      <img height=\"20\" src=\"https://i.imgur.com/68LNS8e.png\"/>                                      |         TVCanaria.es         |\n| 7  |     IB3 Global Ⓨ     |                                                        [>](https://www.youtube.com/c/ib3/live)                                                        |       <img height=\"20\" src=\"https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/spain/ib3-es.png\"/>       |            IB3.es            |\n| 8  |  Canal Extremadura   | [>](https://cdnapisec.kaltura.com/p/5581662/sp/558166200/playManifest/entryId/1_1u7ssdy3/protocol/https/format/applehttp/flavorIds/1_8xbndriw/a.m3u8) |                                      <img height=\"20\" src=\"https://i.imgur.com/xBeywIA.png\"/>                                      |     CanalExtremadura.es      |\n| 9  |     Aragón TV Ⓢ      |                                         [>](https://cartv.streaming.aranova.es/hls/live/aragontv_canal1.m3u8)                                         |                                      <img height=\"20\" src=\"https://i.imgur.com/8H3Q07b.png\"/>                                      |         AragonTV.es          |\n| 10 |         ETB1         |                                         [>](https://multimedia.eitb.eus/live-content/etb1hd-hls/master.m3u8)                                          | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/f/f4/ETB1_2022_logo.svg/512px-ETB1_2022_logo.svg.png\"/> |           ETB1.es            |\n| 11 |         ETB2         |                                         [>](https://multimedia.eitb.eus/live-content/etb2hd-hls/master.m3u8)                                          | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/c/c4/ETB2_2022_logo.svg/512px-ETB2_2022_logo.svg.png\"/> |           ETB2.es            |\n| 12 |         TV3          |                                                     [>](http://185.189.225.150:85/tv3/index.m3u8)                                                     |            <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/c/cb/TV3.svg/300px-TV3.svg.png\"/>            |            TV3.es            |\n| 12 |       TV3Cat Ⓖ       |                                    [>](https://directes3-tv-int.3catdirectes.cat/live-content/tvi-hls/master.m3u8)                                    |         <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/97/TV3CAT.svg/512px-TV3CAT.svg.png\"/>         |          TV3CAT.es           |\n| 13 |         3/24         |                                  [>](https://directes-tv-int.3catdirectes.cat/live-origin/canal324-hls/master.m3u8)                                   |      <img height=\"20\" src=\"https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/spain/3-24-es.png\"/>       |            324.es            |\n| 14 |       Bon Dia        |                                   [>](https://directes-tv-int.3catdirectes.cat/live-content/bondia-hls/master.m3u8)                                   |                                      <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/4/4f/Logo_Bon_Dia_TV.png\"/>                                      |         BonDiaTV.es          |\n| 15 |        SX3 Ⓖ         |                                   [>](https://directes-tv-cat.3catdirectes.cat/live-content/super3-hls/master.m3u8)                                   |      <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/0/01/SX3_logo.svg/2880px-SX3_logo.svg.png\"/>       |            SX3.es            |\n| 15 |       El 33 Ⓖ        |                                 [>](https://directes-tv-cat.3catdirectes.cat/live-origin/c33-super3-hls/master.m3u8)                                  |      <img height=\"20\" src=\"https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/spain/el-33-es.png\"/>      |           El33.es            |\n| 15 |      Esport3 Ⓖ       |                                   [>](https://directes-tv-es.3catdirectes.cat/live-origin/esport3-hls/master.m3u8)                                    |      <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9a/Esport3.svg/1200px-Esport3.svg.png\"/>       |          Esport3.es          |\n| 15 |      Canal TE24      |                                   [>](https://ingest1-video.streaming-pro.com/esportsteABR/etestream/playlist.m3u8)                                    |      <img height=\"20\" src=\"https://i.ibb.co/3ynghbW/logox2.png\"/>       |          CanalTerresdelEbre.es          |\n| 16 |      À Punt TV       |             [>](https://bcovlive-a.akamaihd.net/8499d938ef904e39b58a4adec2ddeada/eu-west-1/6057955885001/playlist_dvr.m3u8)             |                                      <img height=\"20\" src=\"https://i.imgur.com/M88LoNl.png\"/>                                      |           APunt.es           |\n| 17 | 7 Región de Murcia Ⓢ |                                        [>](https://rtv-murcia-live.globalmest.com/principal/smil:principal.smil/playlist.m3u8)                                         |                                     <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/26/La_7_logo.svg/150px-La_7_logo.svg.png\" />                                      | La7.es |\n| 17 |   Canal 4 Tenerife   |                                        [>](https://videoserver.tmcreativos.com:19360/ccxwhsfcnq/ccxwhsfcnq.m3u8)                                         |                                     <img height=\"20\" src=\"https://i.imgur.com/Egymir4.png\" />                                      | Canal4Tenerife.es |\n| 17 |  Televisión Melilla  |                                        [>](https://tvmelilla-hls-rm-lw.flumotion.com/playlist.m3u8)                                         |                                     <img height=\"20\" src=\"https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/spain/television-melilla-es.png\" />                                      | TelevisionMelilla.es |\n| 18 |   La 1 (Catalunya)   |                                      [>](https://rtvelivestream-clnx.rtve.es/rtvesec/cat/la1_cat_main_dvr.m3u8)                                       |                                      <img height=\"20\" src=\"https://i.imgur.com/NbesiPn.png\"/>                                      |            La1Catalunya.es            |\n| 19 |   La 1 (Canarias)    |                                      [>](https://rtvelivestream-clnx.rtve.es/rtvesec/can/la1_can_main_720.m3u8)                                       |                                      <img height=\"20\" src=\"https://i.imgur.com/NbesiPn.png\"/>                                      |            La1Canarias.es            |\n| 20 |   La 2 (Catalunya)   |                                      [>](https://rtvelivestream.akamaized.net/rtvesec/cat/la2_cat_main_dvr.m3u8)                                      |                                      <img height=\"20\" src=\"https://i.imgur.com/DmuTwDw.png\"/>                                      |            La2Catalunya.es            |\n| 21 |   La 2 (Canarias)    |                                                      [>](https://ztnr.rtve.es/ztnr/5468585.m3u8)                                                      |                                      <img height=\"20\" src=\"https://i.imgur.com/DmuTwDw.png\"/>                                      |            La2Canarias.es            |\n\n"
  },
  {
    "path": "lists/spain_vod.md",
    "content": "<h1>Spain VOD</h1>\n\n<h2>Yowi TV</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | HQM Arabic| [>](https://livelist01.yowi.tv/lista/39596c72840d27b213caf4e58c39599a6f2ed203/master.m3u8) | <img height=\"20\" src=\"https://hqm.es/wp-content/uploads/arabic-hqm-logo.png\"/> | HQMArabic.es |\n| 2   | HQM Baladas| [>](https://livelist01.yowi.tv/lista/5d7d2c21e0ec7a8a99fd1fdbc52cbdc0782f77fc/master.m3u8) | <img height=\"20\" src=\"https://hqm.es/wp-content/uploads/baladas-hqm-logo.png\"/> | HQMBaladas.es |\n| 3   | HQM Blues| [>](https://livelist01.yowi.tv/lista/81c601f370e44dc566113fd752204be5f5f53b61/master.m3u8) | <img height=\"20\" src=\"https://hqm.es/wp-content/uploads/blues-hqm-logo.png\"/> | HQMBlues.es |\n| 4   | HQM Chill Out| [>](https://livelist01.yowi.tv/lista/183a351ddb0e57af6d735256226e6033c32219ab/master.m3u8) | <img height=\"20\" src=\"https://hqm.es/wp-content/uploads/chill-out-hqm-logo.png\"/> | HQMChillOut.es |\n| 5   | HQM Classic| [>](https://livelist01.yowi.tv/lista/f04129475945936b248aa723de56519ea2ff10fc/master.m3u8) | <img height=\"20\" src=\"https://hqm.es/wp-content/uploads/classic-hqm-logo.png\"/> | HQMClassic.es |\n| 6   | HQM Dance| [>](https://livelist01.yowi.tv/lista/57cf2f51b07ff21988a7a6f0270a66d41086d4a4/master.m3u8) | <img height=\"20\" src=\"https://hqm.es/wp-content/uploads/dance-hqm-logo.png\"/> | HQMDance.es |\n| 7   | HQM Folk| [>](https://livelist01.yowi.tv/lista/9f5310c179e8e840188d183be235f755b18cf703/master.m3u8) | <img height=\"20\" src=\"https://hqm.es/wp-content/uploads/folk-hqm-logo.png\"/> | HQMFolk.es |\n| 8   | HQM Gym| [>](https://livelist01.yowi.tv/lista/abb87f329d0ed03072b1930e9636a53e8076c8d5/master.m3u8) | <img height=\"20\" src=\"https://hqm.es/wp-content/uploads/gym-hqm-logo.png\"/> | HQMGym.es |\n| 9   | HQM Hip Hop| [>](https://livelist01.yowi.tv/lista/8327abc87895df4c76db1155435fdca6a3607bbd/master.m3u8) | <img height=\"20\" src=\"https://hqm.es/wp-content/uploads/hip-hop-hqm-logo.png\"/> | HQMHipHop.es |\n| 10   | HQM Hits| [>](https://livelist01.yowi.tv/lista/5e2db2017a8fd03f73b40ede363d1a586db4e9a6/master.m3u8) | <img height=\"20\" src=\"https://hqm.es/wp-content/uploads/hits-hqm-logo.png\"/> | HQMHits.es |\n| 11   | HQM Jazz| [>](https://livelist01.yowi.tv/lista/f204aa5b3f0691e69851b54b7746ef09ede26f6a/master.m3u8) | <img height=\"20\" src=\"https://hqm.es/wp-content/uploads/jazz-hqm-logo.png\"/> | HQMJazz.es |\n| 12   | HQM Kids| [>](https://livelist01.yowi.tv/lista/e4bc12dafe33c3ceb3e382e3acc0ec2c012cf7fd/master.m3u8) | <img height=\"20\" src=\"https://hqm.es/wp-content/uploads/kids-hqm-logo.png\"/> | HQMKids.es |\n| 13   | HQM Latin| [>](https://livelist01.yowi.tv/lista/9a4da7871ec57b4b63ed49597a13d09869172be0/master.m3u8) | <img height=\"20\" src=\"https://hqm.es/wp-content/uploads/latin-hqm-logo.png\"/> | HQMLatin.es |\n| 14   | HQM Pop| [>](https://livelist01.yowi.tv/lista/eb2fa68a058a701fa5bd2c80f6c8a6075896f71d/master.m3u8) | <img height=\"20\" src=\"https://hqm.es/wp-content/uploads/pop-hqm-logo.png\"/> | HQMPop.es |\n| 15   | HQM Relax| [>](https://livelist01.yowi.tv/lista/dc1b71c6fda2e687050facaa7242062cbf5a7f2a/master.m3u8) | <img height=\"20\" src=\"https://hqm.es/wp-content/uploads/relax-hqm-logo.png\"/> | HQMRelax.es |\n| 16   | HQM Remember | [>](https://livelist01.yowi.tv/lista/57c98e2e295a0b69b52dc5f84edc4b1b68783ba2/master.m3u8) | <img height=\"20\" src=\"https://hqm.es/wp-content/uploads/remember-hqm-logo.png\"/> | HQMRemember.es |\n| 17   | HQM Rock| [>](https://livelist01.yowi.tv/lista/0d6c7ccfac89946bfd41ae34c527e8d94734065c/master.m3u8) | <img height=\"20\" src=\"https://hqm.es/wp-content/uploads/rock-hqm-logo.png\"/> | HQMRock.es |\n| 18   | HQM Spanish | [>](https://livelist01.yowi.tv/lista/8635ae40f8d1a32eccd63d1f58b55662c9c98f9f/master.m3u8) | <img height=\"20\" src=\"https://hqm.es/wp-content/uploads/spanish-hqm-logo.png\"/> | HQMSpanish.es |\n"
  },
  {
    "path": "lists/sweden.md",
    "content": "<h1>Sweden</h1>\n\n<h2>National</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | SVT 1 Ⓖ | [>](https://ed2.cdn.svt.se/ed7/d1/c/se/svt1/manifest.mpd?defaultSubLang=1) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/1/1b/SVT1_logo_2016.svg/800px-SVT1_logo_2016.svg.png\"/> | SVT1.se |\n| 2   | SVT 2 Ⓖ | [>](https://ed2.cdn.svt.se/ed7/d1/c/se/svt2/manifest.mpd?defaultSubLang=1) | <img height=\"20\" src=\"https://i.imgur.com/iB3veGx.png\"/> | SVT2.se |\n| 4   | TV4 | [x]() | <img height=\"20\" src=\"https://i.imgur.com/nyLmev6.png\"/> | TV4.se |\n| 18  | ATG Live Ⓢ | [>](https://httpcache0-00688-cacheliveedge0.dna.qbrick.com/00688-cacheliveedge0/out/u/atg_sdi_1_free.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/bPWFXkL.png\"/> | ATGLive.se |\n| 43  | Expressen TV | [>](https://cdn0-03837-liveedge0.dna.ip-only.net/03837-liveedge0/smil:03837-tx2/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/8EjMSr7.png\"/> | ExpressenTV.se |\n| 49  | Kanal 10 Sverige | [>](https://rrr.sz.xlcdn.com/?account=cn_kanal10media&file=live_transcoded&type=live&service=wowza&protocol=https&output=playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/vlh699v.png\"/> | Kanal10.se |\n| 84  | TV Finland | [x]() | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/e/e5/TV_Finland_logo.png\"/> | TVFinland.se |\n| 98  | SVT 24 Ⓖ | [>](https://ed2.cdn.svt.se/ed7/d1/c/se/svtb/manifest.mpd?defaultSubLang=1) | <img height=\"20\" src=\"https://i.imgur.com/o9M7Tiq.png\"/> | SVT24.se |\n| 99  | Kunskapskanalen Ⓖ | [>](https://ed2.cdn.svt.se/ed7/d1/c/se/svtk/manifest.mpd?defaultSubLang=1) | <img height=\"20\" src=\"https://i.imgur.com/9YBxoGc.png\"/> | Kunskapskanalen.se |\n| 121 | Di TV | [>](https://cdn0-03837-liveedge0.dna.ip-only.net/03837-liveedge0/smil:03837-tx4/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/zApTDWn.png\"/> | DiTV.se |\n\n<h2>Regional</h2>\n\nSorted by size of city, see https://sv.wikipedia.org/wiki/Lista_%C3%B6ver_Sveriges_t%C3%A4torter for reference\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | Öppna Kanalen Stockholm Ⓢ | [>](https://edg03-prd-se-ixn.solidtango.com/edge/451iw2h/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/GWlstv5.png\"/> | OppnaKanalenStockholm.se |\n| 2   | Öppna Kanalen Göteborg | [x]() | <img height=\"20\" src=\"https://i.imgur.com/s0Ync7t.jpg\"/> | OppnaKanalenGoteborg.se |\n| 3   | Öppna Kanalen Malmö Ⓢ | [>](https://edg01-prd-de-ixn.solidtango.com/edge/_8ynhbua3_/8ynhbua3/manifest.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/sjw8dsM.jpg\"/> | TVMalmo.se |\n| 6   | Västmanlands TV | [>](https://edg01-prd-se-dcs.solidtango.com/edge/lo9yf4l5/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/EXBaQ88.jpg\"/> | VastmanlandsTV.se |\n| 9   | Sundskanalen | [>](https://stream.sundskanalen.se/live/view/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/8uT0p3q.jpg\"/> | Sundskanalen.se |\n| 31  | Öppna Kanalen Skövde | [>](https://edg01-prd-de-ixn.solidtango.com/edge/_c6697zkv_/c6697zkv/manifest.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/1LkYbaQ.png\"/> | OppnaKanalenSkovde.se |\n| 36  | Lokal-TV Uddevalla / Fyrbodal-TV Ⓨ | [>](https://www.youtube.com/@LtvuSeTube/live) | <img height=\"20\" src=\"https://i.imgur.com/cnLkbOT.png\"/> | LTVU.se |\n\n<h2>DVB-S</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | Aryen TV | [>](https://aryen.tv/live/tv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/qUg7edz.png\"/> | AryenTV.se |\n| 2   | Suryoyo Sat | [>](https://player-api.new.livestream.com/accounts/10187302/events/6785118/broadcasts/237816618.secure.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/naCNjaB.png\"/> | SuryoyoSat.se |\n| 3   | TV Vision Sverige | [x]() | <img height=\"20\" src=\"https://i.imgur.com/R5j0oKD.png\"/> | TVVisionSweden.se |\n"
  },
  {
    "path": "lists/switzerland.md",
    "content": "<h1>Switzerland</h1>\n\n<h2>German</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | SRF 1           | [>](http://51.91.73.99:25461/sweden/PM66f7Y43H/25849) | <img height=\"20\" src=\"https://i.imgur.com/KCPHba2.png\"/> | SRF1.ch |\n| 2   | SRF Zwei        | [x]() | <img height=\"20\" src=\"https://i.imgur.com/bddk7KJ.png\"/> | SRFzwei.ch |\n| 3   | SRF Info        | [x]() | <img height=\"20\" src=\"https://i.imgur.com/RhIRCe6.png\"/> | SRFInfo.ch |\n| 4   | TVO             | [>](https://cdnapisec.kaltura.com/p/1719221/sp/171922100/playManifest/entryId/1_t5h46v64/format/applehttp/protocol/https/a.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/5QFZ05B.png\"/> | TVO.ch |\n\n<h2>French</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | RTS Un    | [>](http://hotiptv.site:8080/zkby2013/1d469e6d9e42/67585) | <img height=\"20\" src=\"https://i.imgur.com/gWuuBZc.png\"/> | RTS1.ch |\n| 2   | RTS Deux  | [x]() | <img height=\"20\" src=\"https://i.imgur.com/BFJa8GT.png\"/> | RTS2.ch |\n| 3   | TVM 3     | [>](http://livevideo.infomaniak.com/streaming/livecast/tvm3/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/3v6iZE6.png\"/> | TVM3.ch |\n\n\n<h2>Italian</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | RSI La 1   | [>](http://190.2.155.162/RSI1/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/j8ogbli.png\"/> | RSILa1.ch |\n| 2   | RSI La 2   | [>](http://190.2.155.162/RSI2/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/vm62h3t.png\"/> | RSILa2.ch |\n| 3   | Teleticino | [>](https://vstream-cdn.ch/hls/teleticino_720p/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/zm2ruqz.png\"/> | TeleTicino.ch |\n"
  },
  {
    "path": "lists/taiwan.md",
    "content": "<h1>Taiwan</h1>\n\n* https://zh.wikipedia.org/wiki/臺灣數位無線電視#現有頻道\n\n| #  | Channel        | Link  | Logo | EPG id |\n|:--:|:--------------:|:-----:|:----:|:------:|\n| 1  | CTV (中視) | [x]() | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/zh/2/22/CTV_text.png\"/> | CTV.tw |\n| 2  | CTV News Channel (中視新聞台) Ⓨ | [>](https://www.youtube.com/watch?v=TCnaIE_SAtM) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/zh/6/67/CTV_News_logo.png\"/> | CTVNewsChannel.tw |\n| 3  | CTV Classic (中視經典台) | [x]() | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/zh/c/c5/CTV_Classic.png\"/> | CTVClassic.tw |\n| 4  | CTV Bravo (中視菁采台) | [x]() | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/zh/6/67/CTV_Bravo.png\"/> | CTVBravo.tw |\n| 5  | PTS (公視主頻) | [x]() | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/zh/thumb/f/fb/PTS_Taiwan.svg/630px-PTS_Taiwan.svg.png\"/> | PTS.tw |\n| 6  | PTS Taigi (公視台語台) Ⓨ Ⓖ | [>](https://www.youtube.com/watch?v=6KlRR_DGhmI) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/zh/thumb/8/8a/PTS_Taigi.svg/640px-PTS_Taigi.svg.png\"/> | PTSTaigi.tw |\n| 7  | TaiwanPlus Ⓨ | [>](https://www.youtube.com/watch?v=dZp87qnWelE) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/zh/thumb/7/79/Taiwan_Plus_logo.svg/640px-Taiwan_Plus_logo.svg.png\"/> | TaiwanPlus.tv |\n| 8  | 民視無線台 | [>](http://seb.sason.top/ptv/ftv.php?id=ms) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/zh/thumb/4/49/FTV_HD_Logo.svg/640px-FTV_HD_Logo.svg.png\"/> | FTV.tw |\n| 9  | FTV One (民視第一台) | [>](http://seb.sason.top/ptv/ftv.php?id=dy) | <img height=\"20\" src=\"https://i.imgur.com/HBT2o0I.png\"/> | FTVOne.tw |\n| 10 | FTV News (民視新聞台) Ⓨ | [>](https://www.youtube.com/watch?v=ylYJSBUgaMA) | <img height=\"20\" src=\"https://i.imgur.com/j9Gebr5.png\"/> | FTVNews.tw |\n| 11 | FTV Taiwan (民視台灣台) | [>](http://seb.sason.top/ptv/ftv.php?id=tw) | <img height=\"20\" src=\"https://i.imgur.com/p108I5g.png\"/> | FTVTaiwan.tw |\n| 15 | TTV Main Channel (臺灣電視台) Ⓨ Ⓖ | [>](https://www.youtube.com/watch?v=uDqQo8a7Xmk) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/zh/4/43/TTV_Home_Channel_with_HD_2016.png\"/> | TTV.tw |\n| 16 | TTV News (台視新聞台) Ⓨ | [>](https://www.youtube.com/watch?v=xL0ch83RAK8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/zh/3/3f/TTV_News_Channel_with_HD_2016.png\"/> | TTVNews.tw |\n| 22 | Congress Channel 1 Ⓨ | [>](https://www.youtube.com/watch?v=4HysYHJ6GkY) | <img height=\"20\" src=\"https://i.imgur.com/0dVlvsz.png\"/> | CongressChannel1.tw | \n| 23 | Congress Channel 2 Ⓨ | [>](https://www.youtube.com/watch?v=RAP4h3q6_Sg) | <img height=\"20\" src=\"https://i.imgur.com/htGr996.png\"/> | CongressChannel2.tw | \n"
  },
  {
    "path": "lists/trinidad.md",
    "content": "<h1>Trinidad</h1>\n\n| #  | Channel       | Link                                                    | Logo                                                     | EPG id       |\n|:--:|:-------------:|:-------------------------------------------------------:|:--------------------------------------------------------:|:------------:|\n| 1  | CNC3          | [>](https://sktv-forwarders.7m.pl/get.php?x=CNC3)       | <img height=\"20\" src=\"https://i.imgur.com/1E73l2j.png\"/> | CNC3.tt      |\n| 2  | gayelle       | [>](https://sktv-forwarders.7m.pl/get.php?x=gayelle)    | <img height=\"20\" src=\"https://i.imgur.com/GhWdqLq.jpg\"/> |              |\n| 3  | Synergy TV    | [>](https://sktv-forwarders.7m.pl/get.php?x=Synergy_TV) | <img height=\"20\" src=\"https://i.imgur.com/ugAy0UG.jpg\"/> | SynergyTV.tt |\n| 4  | TTT           | [>](https://sktv-forwarders.7m.pl/get.php?x=TTT)        | <img height=\"20\" src=\"https://i.imgur.com/rxf4x8J.jpg\"/> | TTT.tt       |\n| 5  | IBN           | [>](https://sktv-forwarders.7m.pl/get.php?x=IBN)        | <img height=\"20\" src=\"https://i.imgur.com/hSJGncF.jpg\"/> |              |\n| 6  | Trinity TV    | [>](https://sktv-forwarders.7m.pl/get.php?x=Trinity_TV) | <img height=\"20\" src=\"https://i.imgur.com/prgVynR.jpg\"/> |              |\n"
  },
  {
    "path": "lists/turkey.md",
    "content": "<h1>Turkey</h1>\n\n<h2>DVB-T</h2>\n\nhttps://en.wikipedia.org/wiki/Television_in_Turkey\n\n\n| #   | Channel          | Link  | Logo | EPG id |\n|:---:|:----------------:|:-----:|:----:|:------:|\n| 1   | TRT 1            | [>](https://tv-trt1.medya.trt.com.tr/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/j786OLG.png\"/> | TRT1.tr |\n| 2   | TRT 2 Ⓖ         | [>](https://tv-trt2.medya.trt.com.tr/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/lNWrOE2.png\"/> | TRT2.tr |\n| 3   | TRT Haber        | [>](https://tv-trthaber.medya.trt.com.tr/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/OVfo8Ab.png\"/> | TRTHaber.tr |\n| 4   | TRT Spor Ⓖ      | [>](https://tv-trtspor1.medya.trt.com.tr/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/N2wGZyf.png\"/> | TRTSpor.tr |\n| 5   | TRT Spor 2 Ⓖ    | [>](https://tv-trtspor2.medya.trt.com.tr/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/ysKteM8.png\"/> |\n| 6   | TRT Çocuk        | [>](https://tv-trtcocuk.medya.trt.com.tr/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/QLFmD6d.png\"/> | TRTCocuk.tr |\n| 7   | TRT Müzik        | [>](https://tv-trtmuzik.medya.trt.com.tr/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/fIVFCEd.png\"/> |\n| 8   | TRT Belgesel     | [>](https://tv-trtbelgesel.medya.trt.com.tr/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/MGO87pe.png\"/> | TRTBelgesel.tr |\n| 9   | TRT Avaz         | [>](https://tv-trtavaz.medya.trt.com.tr/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/VhTwXu5.png\"/> | TRTAvaz.tr |\n| 10  | TRT Kurdî        | [>](https://tv-trtkurdi.medya.trt.com.tr/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/6BpymfB.png\"/> | TRTKurdi.tr |\n| 11  | TRT Arabi        | [>](https://tv-trtarabi.medya.trt.com.tr/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/yyhWOZs.png\"/> | TRTArabi.tr |\n| 12  | TRT World        | [>](https://tv-trtworld.medya.trt.com.tr/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/JEA2xpv.png\"/> | TRTWorld.tr |\n| 13  | TRT Türk         | [>](https://tv-trtturk.medya.trt.com.tr/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/OSTOQNw.png\"/> | TRTTurk.tr |\n| 14  | TRT EBA Ilkokul  | [>](https://tv-e-okul00.medya.trt.com.tr/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/wDvZfk8.png\"/> |\n| 15  | TRT EBA Ortaokul | [>](https://tv-e-okul01.medya.trt.com.tr/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/yfPTvRx.png\"/> |\n| 16  | TRT EBA Lise     | [>](https://tv-e-okul02.medya.trt.com.tr/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/IebUZx1.png\"/> |\n\n<h2>Other</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 0   | TMB TV | [x](https://www.tvkaista.net/stream-forwarder/get.php?x=TMBTV) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/az/c/c2/TMB_TV_loqosu.png\"/> | TMB.tr |\n\n<h2>Invalid</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n"
  },
  {
    "path": "lists/uk.md",
    "content": "<h1>UK</h1>\n\n<h2>Freeview</h2>\n\n* https://en.wikipedia.org/wiki/List_of_television_channels_in_the_United_Kingdom\n* https://www.freeview.co.uk/tv-guide\n\n|  #   |      Channel       |                                                                                      Link                                                                                      |                                                                                 Logo                                                                                 |      EPG id       |\n|:----:|:------------------:|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:-----------------:|\n|  1   |     BBC One Ⓖ      |                                  [>](https://vs-hls-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_one_yorks/iptv_hd_abr_v1.m3u8)                                  |               <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/8/8b/BBC_One_logo_2021.svg/640px-BBC_One_logo_2021.svg.png\"/>               |     BBCOne.uk     |\n|  2   |     BBC Two Ⓖ      |                                    [>](https://vs-hls-push-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_two_hd/iptv_hd_abr_v1.m3u8)                                    |               <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/1/15/BBC_Two_logo_2021.svg/640px-BBC_Two_logo_2021.svg.png\"/>               |     BBCTwo.uk     |\n|  3   |       ITV 1        |                        [x](http://198.16.100.90:8278/itv1_antik/playlist.m3u8?tid=MD2D6334659563346595&ct=19226&tsum=79815878394f0f1cd30a6f043febfbb8)                         |              <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/thumb/1/1f/ITV1_logo_%282022%29.svg/640px-ITV1_logo_%282022%29.svg.png\"/>               |      ITV1.uk      |\n|  4   |       STV Ⓖ        | [x](https://csm-e-ces1aeuw1live102-083090b15a93b4fdd.tls1.yospace.com/csm/live/139900483.m3u8?yo.l=true&yo.ls=2,3,4,5,6&yo.p=3&yo.oh=Y3NtLWUtc3R2LWViLnRsczEueW9zcGFjZS5jb20=) |                       <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/thumb/8/87/STV_logo_2014.png/631px-STV_logo_2014.png\"/>                        |      STV.uk       |\n|  5   |       UTV          | [x](http://92.114.85.81:8000/play/a04s/index.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/23/UTV_2016.svg/640px-UTV_2016.svg.png\"/> | UTV.uk |\n|  6   |    Channel 4 Ⓢ     |                                                              [>](http://176.65.146.105:8011/play/a07w/index.m3u8)                                                              |    <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/thumb/9/9b/Channel_4_%28On_Demand%29_2023.svg/569px-Channel_4_%28On_Demand%29_2023.svg.png\"/>     |    Channel4.uk    |\n|  7   |       S4C Ⓖ        |                                            [>](https://live-uk.s4c-cdn.co.uk/out/v1/a0134f1fd5a2461b9422b574566d4442/live_uk.m3u8)                                             |                                                       <img height=\"20\" src=\"https://i.imgur.com/vrcbnBv.png\"/>                                                       |      S4C.uk       |\n|  8   |    Channel 5 Ⓢ     |                                                         [x](http://45.153.35.210:8000/play/UK_channel_5_sd/index.m3u8)                                                         |           <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/thumb/c/cb/Channel_5_%28UK%29_2016.svg/530px-Channel_5_%28UK%29_2016.svg.png\"/>            |    Channel5.uk    |\n|  9   |       ITV 2        |                        [x](http://198.16.100.90:8278/itv2_antik/playlist.m3u8?tid=ME1E6151053761510537&ct=19249&tsum=1ef927017460bcb40a504bbebc9eecb8)                         |                    <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/thumb/d/d8/ITV2_logo_2022.svg/640px-ITV2_logo_2022.svg.png\"/>                     |      ITV2.uk      |\n|  10  |     BBC Alba Ⓖ     |                                    [>](https://vs-hls-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_alba/iptv_hd_abr_v1.m3u8)                                     |                   <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/e/e3/BBC_Alba_2021.svg/640px-BBC_Alba_2021.svg.png\"/>                   |     BBCAlba.uk    |\n|  11  |     BBC Four Ⓖ     |                                   [>](https://vs-hls-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_four_hd/iptv_hd_abr_v1.m3u8)                                   |              <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/6d/BBC_Four_logo_2021.svg/640px-BBC_Four_logo_2021.svg.png\"/>              |    BBCFour.uk     |\n|  12  |  BBC Scotland Ⓢ Ⓖ  |                                  [>](https://vs-hls-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_scotland_hd/pc_hd_abr_v2.m3u8)                                  | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/66/BBC_Scotland_2021_%28channel%29.svg/640px-BBC_Scotland_2021_%28channel%29.svg.png\"/> |  BBCScotland.uk   |\n|  13  |       ITV 3        |                                        [x](http://line.premiumpowers.net/play/live.php?mac=00:1A:79:73:45:10&extension=ts&stream=30531)                                        |                    <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/thumb/6/67/ITV3_logo_2022.svg/640px-ITV3_logo_2022.svg.png\"/>                     |      ITV3.uk      |\n|  14  |     Sky Arts Ⓢ     | [x](http://92.114.85.62:8000/play/a00a) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/9/9c/Sky_Arts_2020.png\"/> | SkyArts.uk |\n|  15  |     Quest UK       | [x](http://92.114.85.81:8000/play/a055/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/9IFXXNc.png\"/> | QuestUK.uk |\n|  16  |        E4 Ⓢ        |                                                              [>](http://176.65.146.105:8011/play/E4HD/index.m3u8)                                                              |                      <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/thumb/0/06/E4_logo_2018.svg/552px-E4_logo_2018.svg.png\"/>                       |       E4.uk       |\n|  17  |      Film4 Ⓢ       |                                                            [>](http://176.65.146.105:8011/play/FILM4SD/index.m3u8)                                                             |                   <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/thumb/5/53/Film4_logo_2018.svg/805px-Film4_logo_2018.svg.png\"/>                    |     Film4.uk      |\n|  18  |      QVC UK Ⓢ      |                                                      [>](https://qvcuk-live.akamaized.net/hls/live/2097112/qvc/3/3.m3u8)                                                       |                                                       <img height=\"20\" src=\"https://i.imgur.com/6TWUVrh.png\"/>                                                       |     QVCUK.uk      |\n|  19  |     Really Ⓢ       | [x](http://92.114.85.80:8000/play/a04x) | <img height=\"20\" src=\"https://i.imgur.com/lY5sFgo.png\"/> | Really.uk |\n|  20  |      More4 Ⓢ       |                                                          [x](http://45.153.35.210:8000/play/UK_more_4_sd/index.m3u8)                                                           |                   <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/thumb/e/e6/More4_logo_2018.svg/1023px-More4_logo_2018.svg.png\"/>                   |     More4.uk      |\n|  21  |       5USA Ⓢ       |                                                           [x](http://45.153.35.210:8000/play/UK_5_usa_sd/index.m3u8)                                                           |                                                       <img height=\"20\" src=\"https://i.imgur.com/Pi7so2l.png\"/>                                                       |      5USA.uk      |\n|  22  |        TJC         |                                           [>](https://cdn-shop-lc-01.akamaized.net/Content/HLS_HLS/Live/channel(TJCOTT)/index.m3u8)                                            |                                                       <img height=\"20\" src=\"https://i.imgur.com/fk5rEje.png\"/>                                                       |      TJC.uk       |\n|  23  |    BBC Three Ⓖ     |                                  [>](https://vs-hls-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_three_hd/iptv_hd_abr_v1.m3u8)                                   |                  <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/7/76/BBC_Three_2022.svg/640px-BBC_Three_2022.svg.png\"/>                  |    BBCThree.uk    |\n|  25  |     W Ⓢ            | [x](http://92.114.85.81:8000/play/a03x/index.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/f/fd/W_%28UKTV%29_2022.svg/640px-W_%28UKTV%29_2022.svg.png\"/> | W.uk |\n|  26  |       ITV 4        |                                        [x](http://line.premiumpowers.net/play/live.php?mac=00:1A:79:73:45:10&extension=ts&stream=30530)                                        |              <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/thumb/5/57/ITV4_logo_%282022%29.svg/640px-ITV4_logo_%282022%29.svg.png\"/>               |      ITV4.uk      |\n|  27  |     Yesterday Ⓢ    | [x](http://92.114.85.81:8000/play/a03v/index.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/thumb/d/d0/Yesterday_logo_2012.svg/620px-Yesterday_logo_2012.svg.png\"/> | Yesterday.uk |\n|  28  |     ITVBe Ⓢ        | [x](http://92.114.85.77:8000/play/a09h) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/thumb/f/f2/ITVBe_logo_%282022%29.svg/640px-ITVBe_logo_%282022%29.svg.png\"/> | ITVBe.uk |\n|  31  |     E4 Extra Ⓢ     |                                                         [x](http://45.153.35.210:8000/play/UK_e4_extra_sd/index.m3u8)                                                          |                <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/thumb/b/b1/E4_Extra_logo_2022.svg/640px-E4_Extra_logo_2022.svg.png\"/>                 |    E4Extra.uk     |\n|  32  |      5Star Ⓢ       |                                                          [x](http://45.153.35.210:8000/play/UK_5_star_sd/index.m3u8)                                                           |                 <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/5Star_logo_2019.svg/640px-5Star_logo_2019.svg.png\"/>                 |     5Star.uk      |\n|  33  |     5Action Ⓢ      |                                                         [x](http://45.153.35.210:8000/play/UK_5_action_sd/index.m3u8)                                                          |                      <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/thumb/d/d4/5Action_logo.svg/640px-5Action_logo.svg.png\"/>                       |    5Action.uk     |\n|  34  |  Great! Movies Ⓢ   |                                                       [x](http://45.153.35.210:8000/play/UK_great_movies_sd/index.m3u8)                                                        |         <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/thumb/9/92/Great%21_Movies_logo_2021.svg/640px-Great%21_Movies_logo_2021.svg.png\"/>          |  GreatMovies.uk   |\n|  36  |   Sky Mix Ⓢ        | [x](http://92.114.85.79:8000/play/a0c7) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/4/44/Sky_Mix_2023_logo.png\"/> | SkyMix.uk |\n|  39  |       DMAX Ⓢ       |                                       [x](http://line.premiumpowers.net/play/live.php?mac=00:1A:79:73:45:10&extension=ts&stream=164004)                                        |                                                       <img height=\"20\" src=\"https://i.imgur.com/CDsoyjN.png\"/>                                                       |     DMAXUK.uk     |\n|  40  | Quest Red Ⓢ        | [x](http://92.114.85.81:8000/play/a03d/index.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/97/Quest_Red_2020.svg/640px-Quest_Red_2020.svg.png\"/> | QuestRed.uk |\n|  41  |      Legend Ⓢ      |                                                          [x](http://45.153.35.210:8000/play/UK_legend_sd/index.m3u8)                                                           |                  <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/5/52/Legend_TV_logo.svg/640px-Legend_TV_logo.svg.png\"/>                  |     Legend.uk     |\n|  42  |  Great! Action Ⓢ   |                                                      [x](http://45.153.35.210:8000/play/UK_great_tv_action_sd/index.m3u8)                                                      |                                                       <img height=\"20\" src=\"https://i.imgur.com/O9eiO0I.png\"/>                                                       |  GreatAction.uk   |\n|  43  | Food Network UK Ⓢ  |                                        [x](http://line.premiumpowers.net/play/live.php?mac=00:1A:79:73:45:10&extension=ts&stream=45275)                                        |               <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/0/06/Food_Network_logo.svg/768px-Food_Network_logo.svg.png\"/>               |  FoodNetwork.uk   |\n|  45  |      GemsTV Ⓢ      |                                           [>](http://57d6b85685bb8.streamlock.net:1935/abrgemporiaukgfx/livestream_360p/index.m3u8)                                            |                                                       <img height=\"20\" src=\"https://i.imgur.com/IR2sTag.png\"/>                                                       |     GemsTV.uk     |\n|  46  |     5Select Ⓢ      |                                                         [x](http://45.153.35.210:8000/play/UK_5_select_sd/index.m3u8)                                                          |                      <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/thumb/d/da/5Select_logo.svg/1024px-5Select_logo.svg.png\"/>                      |    5Select.uk     |\n|  48  | Challenge Ⓢ | [x](http://92.114.85.80:8000/play/a03s) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/6e/Challenge_%282016-.n.v.%29.png/640px-Challenge_%282016-.n.v.%29.png\"/> | Challenge.uk |\n|  49  |      4seven Ⓢ      |                                                              [>](http://176.65.146.170:8013/play/a06p/index.m3u8)                                                              |                  <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/thumb/5/5e/4seven_logo_2018.svg/568px-4seven_logo_2018.svg.png\"/>                   |     4seven.uk     |\n|  50  |    Great! TV Ⓢ     |                                                         [x](http://45.153.35.210:8000/play/UK_great_tv_sd/index.m3u8)                                                          |             <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/thumb/6/6f/Great%21_TV_logo_2021.svg/640px-Great%21_TV_logo_2021.svg.png\"/>              |    GreatTV.uk     |\n|  51  |    Ideal World     |                                                      [>](https://ythls.armelin.one/channel/UCJbgGTpBWuC87VFIKTTO4RQ.m3u8)                                                      |                                                       <img height=\"20\" src=\"https://i.imgur.com/su6GH7i.png\"/>                                                       |  IdealWorldTV.uk  |\n|  52  |  Great! Romance Ⓢ  |                                                       [x](http://45.153.35.210:8000/play/UK_great_romance_sd/index.m3u8)                                                       |                   <img height=\"20\" src=\"https://www.freeview.co.uk/sites/default/files/styles/255_wide/public/2023-09/GREAT-Christmas-logo.png\"/>                    |  GreatRomance.uk  |\n|  64  |      Blaze Ⓖ       |                                                         [>](https://live.blaze.tv/live7/blaze/bitrate1.isml/live.m3u8)                                                         |                                                       <img height=\"20\" src=\"https://i.imgur.com/6UcPWP9.png\"/>                                                       |     Blaze.uk      |\n|  65  | That's 60s Ⓢ | [x](http://92.114.85.79:8000/play/a0bq) | <img height=\"20\" src=\"https://i.imgur.com/MjdQpF2.png\"/> | Thats60s.uk |\n|  66  | TBN UK Ⓢ | [x](http://92.114.85.79:8000/play/a08g) | <img height=\"20\" src=\"https://i.imgur.com/9vzEz1b.png\"/> | TBNUK.uk |\n|  67  | CBS reality UK Ⓢ | [x](http://92.114.85.81:8000/play/a01t/index.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/8/80/CBS_Reality.png\"/> | CBSRealityUK.uk |\n|  68  | RealityXtra Ⓢ | [x](http://92.114.85.81:8000/play/a01o/index.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/thumb/3/34/RealityXtra_logo.svg/640px-RealityXtra_logo.svg.png\"/> | RealityXtra.uk |\n|  69  | HorrorXtra Ⓢ | [x](http://92.114.85.81:8000/play/a01m/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/YSbBSTA.png\"/> | HorrorXtra.uk | \n|  67  |    True Crime Ⓢ    |                                                       [x](http://45.153.35.210:8000/play/UK_cbs_reality_sd/index.m3u88)                                                        |                          <img height=\"20\" src=\"https://raw.githubusercontent.com/dp247/mediaportal-uk-logos/master/TV/True-Crime-UK.png\"/>                           |   TrueCrime.uk    |\n|  69  | True Crime Xtra Ⓢ  |                                                       [x](http://45.153.35.210:8000/play/UK_reality_xtra_sd/index.m3u8)                                                        |                         <img height=\"20\" src=\"https://raw.githubusercontent.com/dp247/mediaportal-uk-logos/master/TV/True-Crime-Xtra.png\"/>                          | TrueCrimeXtra.uk  |\n|  70  |    LegendXtra Ⓢ    |                                                        [x](http://45.153.35.210:8000/play/UK_horror_xtra_sd/index.m3u8)                                                        |                           <img height=\"20\" src=\"https://raw.githubusercontent.com/dp247/mediaportal-uk-logos/master/TV/Legend-Xtra.png\"/>                            |   LegendXtra.uk   | \n|  71  |    That's 70s Ⓢ    |                                                        [x](http://45.153.35.210:8000/play/MUS_thats_70s_sd/index.m3u8)                                                         |                                                       <img height=\"20\" src=\"https://i.imgur.com/vlJFB21.png\"/>                                                       |    Thats70s.uk    |\n|  72  |  Jewellery Maker   |                                              [>](https://lo2-1.gemporia.com/abrjewellerymaker/smil:livestream.smil/playlist.m3u8)                                              |                                                       <img height=\"20\" src=\"https://i.imgur.com/O7SdkBh.png\"/>                                                       | JewelleryMaker.uk |\n|  73  |    Hobby Maker     |                                          [>](https://lo2-1.gemporia.com/abrhobbymakerukgfx/smil:livestreamFullHD.smil/playlist.m3u8)                                           |                                                       <img height=\"20\" src=\"https://i.imgur.com/VWHp5Tl.png\"/>                                                       |   HobbyMaker.uk   |\n|  75  |    That's 80s Ⓢ    |                                                        [x](http://45.153.35.210:8000/play/MUS_thats_80s_sd/index.m3u8)                                                         |                                                       <img height=\"20\" src=\"https://i.imgur.com/nWbgsfP.png\"/>                                                       |    Thats80s.uk    |\n|  79  |      EarthXTV      |                                                          [>](https://ov.ottera.tv/live/master.m3u8?channel=earth_et)                                                           |                                                       <img height=\"20\" src=\"https://i.imgur.com/AvJRFKf.png\"/>                                                       |    EarthXUK.uk    |\n|  82  | Talking Pictures TV Ⓢ | [x](http://92.114.85.79:8000/play/a0bt) | <img height=\"20\" src=\"https://i.imgur.com/S1zoIp7.png\"/> | TalkingPicturesTV.uk |\n|  83  | Together TV Ⓢ      | [x](http://92.114.85.80:8000/play/a03r) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/thumb/c/ce/Together_TV_logo.svg/640px-Together_TV_logo.svg.png\"/> | TogetherTV.uk |\n|  84  |    PBS America     |                                                               [>](https://pbs-samsunguk.amagi.tv/playlist.m3u8)                                                                |                                                       <img height=\"20\" src=\"https://i.imgur.com/J4zE5z9.jpg\"/>                                                       |   PBSAmerica.uk   |\n|  85  |   Create & Craft   |                                             [>](https://live-hochanda.simplestreamcdn.com/live2/hochanda/bitrate1.isml/live.m3u8)                                              |                                                       <img height=\"20\" src=\"https://i.imgur.com/n65sk4L.png\"/>                                                       | CreateandCraft.uk |\n| 201  |       CBBC Ⓖ       |                              [>](https://vs-hls-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:cbbc_hd/t=3840/v=pv14/b=5070016/main.m3u8)                              |                 <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/3/35/CBBC_%282023%29.svg/640px-CBBC_%282023%29.svg.png\"/>                 |      CBBC.uk      |\n| 202  |     CBeebies Ⓖ     |                            [>](https://vs-hls-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:cbeebies_hd/t=3840/v=pv14/b=5070016/main.m3u8)                            |                   <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/b/b5/CBeebies_2023.svg/640px-CBeebies_2023.svg.png\"/>                   |    CBeebies.uk    |\n| 206  |       Pop Ⓢ        |                                                            [x](http://45.153.35.210:8000/play/UK_pop_sd/index.m3u8)                                                            |         <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/thumb/3/36/Pop_UK_TV_Logo_%282015%29.svg/640px-Pop_UK_TV_Logo_%282015%29.svg.png\"/>          |      Pop.uk       |\n| 207  |     Tiny Pop Ⓢ     |                                                         [x](http://45.153.35.210:8000/play/UK_tiny_pop_sd/index.m3u8)                                                          |                <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/thumb/5/5c/Tiny_Pop_logo_2018.svg/640px-Tiny_Pop_logo_2018.svg.png\"/>                 |    TinyPop.uk     |\n| 208  |     Pop Max Ⓢ      |                                                          [x](http://45.153.35.210:8000/play/UK_pop_max_sd/index.m3u8)                                                          |                 <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/thumb/2/2c/Pop_Max_logo_2017.svg/640px-Pop_Max_logo_2017.svg.png\"/>                  |     PopMax.uk     |\n| 231  |      BBC News      |                                                        [x](http://45.153.35.210:8000/play/NEWS_bbc_news_HD/index.m3u8)                                                         |         <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/a/a2/BBC_News_2022_%28Alt%29.svg/640px-BBC_News_2022_%28Alt%29.svg.png\"/>         |    BBCNews.uk     |\n| 232  | BBC Parliament Ⓢ Ⓖ |                                  [>](https://vs-hls-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_parliament/pc_hd_abr_v2.m3u8)                                   |             <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/99/BBC_Parliament_2022.svg/640px-BBC_Parliament_2022.svg.png\"/>             | BBCParliament.uk  |\n| 233  |      Sky News      |                                  [>](https://linear021-gb-hls1-prd-ak.cdn.skycdp.com/Content/HLS_001_hd/Live/channel(skynews)/index_mob.m3u8)                                  |                     <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/thumb/5/57/Sky_News_logo.svg/1024px-Sky_News_logo.svg.png\"/>                     |    SkyNews.uk     |\n| 236  |      GB News       |                                             [>](https://live-gbnews.simplestreamcdn.com/live5/gbnews/bitrate1.isml/manifest.m3u8)                                              |                      <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/thumb/3/35/GB_News_Logo.svg/640px-GB_News_Logo.svg.png\"/>                       |     GBNews.uk     |\n| 237  |       TalkTV       |                          [>](https://live-talktv-ssai.simplestreamcdn.com/v1/master/82267e84b9e5053b3fd0ade12cb1a146df74169a/talktv-live/index.m3u8)                           |                                       <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/8/83/TalkTV_logo.png\"/>                                        |     TalkTV.uk     |\n| 262  |     Arise News     |                                      [>](https://liveedge-arisenews.visioncdn.com/live-hls/arisenews/arisenews/arisenews_web/master.m3u8)                                      |                                                       <img height=\"20\" src=\"https://i.imgur.com/B5IXKIb.png\"/>                                                       |   AriseNews.uk    |\n\n<h2>Freesat</h2>\n\n* https://www.freesat.co.uk/channels/on-tv/all\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 177 | Court TV UK Ⓢ | [x](http://92.114.85.79:8000/play/a0bb) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/b/bf/Court_TV_2019.png\"/> | CourtTVUK.uk |\n| 205 | France 24 | [>](https://ythls.armelin.one/channel/UCQfwfsi5VrQ8yKZ-UWmAEFg.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/61MSiq9.png\"/> | France24English.fr |\n| 208 | Bloomberg TV | [>](https://bloomberg.com/media-manifest/streams/eu.m3u8) | <img height=\"20\" src=\"https://d2n0069hmnqmmx.cloudfront.net/epgdata/1.0/newchanlogos/512/512/skychb1074.png\"/> | BloombergTVEurope.uk |\n| 209 | NHK World Japan | [>](https://nhkwlive-ojp.akamaized.net/hls/live/2003459/nhkwlive-ojp-en/index_4M.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/8/8d/NHK_World-Japan_TV.svg/512px-NHK_World-Japan_TV.svg.png\"/> | NHKWorldJapan.jp |\n| 210 | CNBC HD | [x](http://92.114.85.77:8000/play/a0b6) | <img height=\"20\" src=\"https://d2n0069hmnqmmx.cloudfront.net/epgdata/1.0/newchanlogos/512/512/skychb1088.png\"/> | CNBCEurope.uk |\n| 214 | Arirang World | [>](http://amdlive.ctnd.com.edgesuite.net/arirang_1ch/smil:arirang_1ch.smil/chunklist_b2256000_sleng.m3u8) | <img height=\"20\" src=\"https://raw.githubusercontent.com/tv-logo/tv-logos/67cfa9368d2d135744732a3aed3baecb3fadcf13/countries/international/arirang-int.png\"/> | ArirangWorld.kr |\n| 215 | TRT World | [>](https://api.trtworld.com/livestream/v1/WcM3Oa2LHD9iUjWDSRUI335NkMWVTUV351H56dqC/master.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/TRT_World.svg/512px-TRT_World.svg.png\"/> | TRTWorld.tr |\n| 250 | SportyStuff TV | [>](https://cdn.rtmp1.vodhosting.com/hls/SportyStuffTV.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/uIgxHSY.png\"/> | SportyStuffTV.uk |\n| 501 | 4Music Ⓖ | [>](https://csm-e-boxplus.tls1.yospace.com/csm/extlive/boxplus01,boxhits-alldev.m3u8?spotxc1=195996&spotxc2=190878&yo.up=https://boxtv.secure.footprint.net/boxhits/) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/thumb/4/49/4Music_logo_2018.svg/512px-4Music_logo_2018.svg.png\"/> | 4Music.uk |\n| 502 | The Box Ⓖ | [>](https://csm-e-boxplus.tls1.yospace.com/csm/extlive/boxplus01,thebox-alldev.m3u8?yo.up=https://boxtv.secure.footprint.net/thebox/) | <img height=\"20\" src=\"https://i.imgur.com/e1Cf4Li.png\"/> | TheBoxUK.uk |\n| 503 | KISS Ⓖ | [>](https://csm-e-boxplus.tls1.yospace.com/csm/extlive/boxplus01,kiss-alldev.m3u8?spotxc1=195996&spotxc2=190878&yo.up=https://boxtv.secure.footprint.net/kiss/) | <img height=\"20\" src=\"https://i.imgur.com/47ZkVhO.png\"/> | KissTVUK.uk |\n| 504 | Magic Ⓖ | [>](https://csm-e-boxplus.tls1.yospace.com/csm/extlive/boxplus01,magic-alldev.m3u8?yo.up=https%3A%2F%2Fboxtv.secure.footprint.net%2Fmagic%2F&spotxc1=195996&spotxc2=190878) | <img height=\"20\" src=\"https://i.imgur.com/e1Cf4Li.png\"/> | Magic.uk |\n| 505 | Kerrang! | [>](https://csm-e-boxplus.tls1.yospace.com/csm/extlive/boxplus01,kerrang-alldev.m3u8?yo.up=http://boxtv-origin-elb.cds1.yospace.com/uploads/kerrang/) | <img height=\"20\" src=\"https://i.imgur.com/3mwf8Uq.png\"/> | Kerrang.uk |\n| 690 | Inspiration TV UK Ⓢ | [x](http://92.114.85.77:8000/play/a0am) | <img height=\"20\" src=\"https://i.imgur.com/iOl02Cs.png\"/> | InspirationTV.uk |\n| 801 | QVC Beauty Ⓢ | [>](https://qvcuk-live.akamaized.net/hls/live/2097112/qby/3/3.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/ZBHtqk1.png\"/> | QVCBeautyUK.uk |\n| 802 | QVC Extra Ⓢ | [>](https://qvcuk-live.akamaized.net/hls/live/2097112/qex/3/3.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/TIe5T9Z.png\"/> | QVCExtraUK.uk |\n| 803 | QVC Style Ⓢ  | [>](https://qvcuk-live.akamaized.net/hls/live/2097112/qst/3/3.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/6HZlLL3.png\"/> | QVCStyleUK.uk |\n\n<h2>Sky</h2>\n\n* https://en.wikipedia.org/wiki/List_of_free-to-air_channels_at_Astra_28.2°E_(Ireland_and_the_United_Kingdom)\n\n|  #  |     Channel     | Link  | Logo |     EPG id     |\n|:---:|:---------------:|:-----:|:----:|:--------------:|\n| 360 | Trace Vaul    t | [x](http://92.114.85.79:8000/play/a09n) | <img height=\"20\" src=\"https://i.imgur.com/fiLUxqe.png\"/> | TraceVault.uk |\n| 361 |     Now 70s     | [>](https://lightning-now70s-samsungnz.amagi.tv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/qiCCX5X.png\"/> |   Now70s.uk    |\n| 362 |     Now 80s     | [>](https://lightning-now80s-samsunguk.amagi.tv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/8paz37m.png\"/> |   Now80s.uk    |\n| 363 |    Now Rock     | [>](https://lightning-now90s-samsungnz.amagi.tv/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/8/89/NOW_Rock_logo.png\"/> |   NowRock.uk   |\n| 364 | Clubland TV Ⓢ   | [x](http://92.114.85.79:8000/play/a0cx) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Clubland_TV_Logo_2022.svg/640px-Clubland_TV_Logo_2022.svg.png\"/> | ClublandTV.uk |\n| 418 | Ginx eSports TV | [x](http://146.59.84.49:1234/stream/ginxsport/master.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/1/18/GINX.TV_Logo_Black.png\"/> | GINXEsportsTV.uk |\n| 673 | Craft Extra Ⓢ   | [x](http://92.114.85.79:8000/play/a0df) | <img height=\"20\" src=\"https://i.imgur.com/9nTFPK3.png\"/> | CraftExtra.uk |\n\n<h2>DVB-S</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | BBC World News Ⓢ  | [>](http://ott-cdn.ucom.am/s24/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/joD38lo.png\"/> |\n\n<h2>Radio</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | BBC Radio 1 | [>](http://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_radio_one/bbc_radio_one.isml/bbc_radio_one-audio%3d96000.norewind.m3u8) | <img height=\"20\" src=\"https://experiencersinternational.github.io/tvsetup/tvg-ico/bbcrd1-epg.png\"/> | BBCRadio1.uk |\n| 2   | BBC Radio 2 | [>](http://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_radio_two/bbc_radio_two.isml/bbc_radio_two-audio%3d96000.norewind.m3u8) | <img height=\"20\" src=\"https://experiencersinternational.github.io/tvsetup/tvg-ico/bbcrd2-epg.png\"/> | BBCRadio2.uk |\n| 3   | BBC Radio 3 | [>](http://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_radio_three/bbc_radio_three.isml/bbc_radio_three-audio%3d96000.norewind.m3u8) | <img height=\"20\" src=\"https://experiencersinternational.github.io/tvsetup/tvg-ico/bbcrd3-epg.png\"/> | BBCRadio3.uk |\n| 4   | BBC Radio 4 | [>](http://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_radio_fourfm/bbc_radio_fourfm.isml/bbc_radio_fourfm-audio%3d96000.norewind.m3u8) | <img height=\"20\" src=\"https://experiencersinternational.github.io/tvsetup/tvg-ico/bbcrd4-epg.png\"/> | BBCRadio4FM.uk |\n| 5   | BBC Radio 5 Live | [>](http://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_radio_five_live/bbc_radio_five_live.isml/bbc_radio_five_live-audio%3d96000.norewind.m3u8) | <img height=\"20\" src=\"https://experiencersinternational.github.io/tvsetup/tvg-ico/bbcrd5l-epg.png\"/> | BBCRadio5Live.uk |\n| 6   | BBC Radio 6 Music | [>](http://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_6music/bbc_6music.isml/bbc_6music-audio%3d96000.norewind.m3u8) | <img height=\"20\" src=\"https://experiencersinternational.github.io/tvsetup/tvg-ico/bbcrd6-epg.png\"/> | BBCRadio6Music.uk |\n| 7   | BBC Radio 1Xtra   | [>](http://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_1xtra/bbc_1xtra.isml/bbc_1xtra-audio%3d96000.norewind.m3u8) | <img height=\"20\" src=\"https://experiencersinternational.github.io/tvsetup/tvg-ico/bbcrd1x-epg.png\"/> | BBCRadio1Xtra.uk |\n| 8   | BBC Radio 4 Extra | [>](http://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_radio_four_extra/bbc_radio_four_extra.isml/bbc_radio_four_extra-audio%3d96000.norewind.m3u8) | <img height=\"20\" src=\"https://experiencersinternational.github.io/tvsetup/tvg-ico/bbcrd4x-epg.png\"/> | BBCRadio4Extra.uk |\n| 9   | BBC Radio 5 Sports Extra | [>](http://as-hls-uk-live.akamaized.net/pool_904/live/uk/bbc_radio_five_live_sports_extra/bbc_radio_five_live_sports_extra.isml/bbc_radio_five_live_sports_extra-audio%3d96000.norewind.m3u8) | <img height=\"20\" src=\"https://experiencersinternational.github.io/tvsetup/tvg-ico/bbcrd5s-epg.png\"/> | BBCRadio5SportsExtra.uk |\n| 10  | BBC Asian Network | [>](http://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_asian_network/bbc_asian_network.isml/bbc_asian_network-audio%3d96000.norewind.m3u8) | <img height=\"20\" src=\"https://experiencersinternational.github.io/tvsetup/tvg-ico/bbcasiannet-epg.png\"/> | BBCRadioAsianNetwork.uk |\n| 11  | BBC World Service | [>](http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/nonuk/sbr_low/ak/bbc_world_service.m3u8) | <img height=\"20\" src=\"https://experiencersinternational.github.io/tvsetup/tvg-ico/bbcws-epg.png\"/> | BBCRadioWorldService.uk |\n\n<h2>Invalid</h2>\n\n| #   | Channel        |                        Link                        | Logo | EPG id |\n|:---:|:--------------:|:--------------------------------------------------:|:----:|:------:|\n| 3   |          UTV          | [x]() | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/23/UTV_2016.svg/640px-UTV_2016.svg.png\"/> | UTV.uk |\n| 7   | London Live |                       [x]()                        | <img height=\"20\" src=\"https://i.imgur.com/2I8RBhY.png\"/> |\n| 11  |      Sky Arts Ⓢ       | [x]() | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/9/9c/Sky_Arts_2020.png\"/> | SkyArts.uk |\n| 12  |       Quest UK        | [x]() | <img height=\"20\" src=\"https://i.imgur.com/9IFXXNc.png\"/> | QuestUK.uk |\n| 17  |       Really Ⓢ        | [x]() | <img height=\"20\" src=\"https://i.imgur.com/lY5sFgo.png\"/> | Really.uk |\n| 19  |        Dave Ⓢ         | [x]() | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/b/b8/Dave_2022.svg/1024px-Dave_2022.svg.png\"/> | Dave.uk |\n| 20  |        Drama Ⓢ        | [x]() | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/thumb/3/3a/Drama_logo_2013.svg/786px-Drama_logo_2013.svg.png\"/> | Drama.uk |\n| 25  |          W Ⓢ          | [x]() | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/f/fd/W_%28UKTV%29_2022.svg/640px-W_%28UKTV%29_2022.svg.png\"/> | W.uk |\n| 27  |      Yesterday Ⓢ      | [x]() | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/thumb/d/d0/Yesterday_logo_2012.svg/620px-Yesterday_logo_2012.svg.png\"/> | Yesterday.uk |\n| 28  |        ITVBe Ⓢ        | [x]() | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/thumb/f/f2/ITVBe_logo_%282022%29.svg/640px-ITVBe_logo_%282022%29.svg.png\"/> | ITVBe.uk |\n| 36  |       Sky Mix Ⓢ       | [x]() | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/4/44/Sky_Mix_2023_logo.png\"/> | SkyMix.uk |\n| 40  |      Quest Red Ⓢ      | [x]() | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/97/Quest_Red_2020.svg/640px-Quest_Red_2020.svg.png\"/> | QuestRed.uk |\n| 44  |        HGTV Ⓢ         | [x]() | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/c/c5/HGTV_US_Logo_2015.svg/512px-HGTV_US_Logo_2015.svg.png\"/> | HGTVUK.uk |\n| 48  |      Challenge Ⓢ      | [x]() | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/6e/Challenge_%282016-.n.v.%29.png/640px-Challenge_%282016-.n.v.%29.png\"/> | Challenge.uk |\n| 65  |     That's 60s Ⓢ      | [x]() | <img height=\"20\" src=\"https://i.imgur.com/MjdQpF2.png\"/> |      Thats60s.uk     |\n| 66  |       TBN UK Ⓢ        | [x]() | <img height=\"20\" src=\"https://i.imgur.com/9vzEz1b.png\"/> |       TBNUK.uk       |\n| 68  |   True Crime Xtra Ⓢ   | [x]() | <img height=\"20\" src=\"https://raw.githubusercontent.com/dp247/mediaportal-uk-logos/master/TV/True-Crime-Xtra.png\"/> |   TrueCrimeXtra.uk   |\n| 82  | Talking Pictures TV Ⓢ | [x]() | <img height=\"20\" src=\"https://i.imgur.com/S1zoIp7.png\"/> | TalkingPicturesTV.uk |\n| 83  |     Together TV Ⓢ     | [x]() | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/thumb/c/ce/Together_TV_logo.svg/640px-Together_TV_logo.svg.png\"/> |    TogetherTV.uk     |\n| 177 | Court TV UK Ⓢ | [x]() | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/b/bf/Court_TV_2019.png\"/> | CourtTVUK.uk |\n| 210 | CNBC HD | [x]() | <img height=\"20\" src=\"https://d2n0069hmnqmmx.cloudfront.net/epgdata/1.0/newchanlogos/512/512/skychb1088.png\"/> | CNBCEurope.uk |\n| 690 | Inspiration TV UK Ⓢ | [x]() | <img height=\"20\" src=\"https://i.imgur.com/iOl02Cs.png\"/> | InspirationTV.uk |\n| 364 | Clubland TV Ⓢ | [x]() | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Clubland_TV_Logo_2022.svg/640px-Clubland_TV_Logo_2022.svg.png\"/> | ClublandTV.uk |\n| 673 | Craft Extra Ⓢ | [x]() | <img height=\"20\" src=\"https://i.imgur.com/9nTFPK3.png\"/> | CraftExtra.uk |\n\n"
  },
  {
    "path": "lists/ukraine.md",
    "content": "<h1>Ukraine</h1>\n\n<h2>DVB-T2</h2>\n\n| #  |     Channel      |                                                                                                                                                                                                                                                                                                                 Link                                                                                                                                                                                                                                                                                                                  |                                                                                      Logo                                                                                      |       EPG id       |\n|:--:|:----------------:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:------------------:|\n| 1  |     Pershyi      |                                                                                                                                                                                                                                                                                         [>](https://ext.cdn.nashnet.tv/228.0.2.45/index.m3u8)                                                                                                                                                                                                                                                                                         |                                                            <img height=\"20\" src=\"https://i.imgur.com/osTQLED.png\"/>                                                            |     Pershyi.ua     |\n| 2  |  1+1 Ukraina Ⓢ   |                                                                                                                                                                                                                                                                                         [>](http://212.79.122.11:5014/udp/239.255.6.49:1234)                                                                                                                                                                                                                                                                                          |                                                            <img height=\"20\" src=\"https://i.imgur.com/FlG7npq.png\"/>                                                            |  1Plus1Ukraina.ua  |\n| 3  |   1+1 Marafon    |                                                                                                                                                                                                                                                                    [>](https://m3u8.ott.blue/watch/45/index.m3u8?geo=auto&token=94450098895765784220366841698509)                                                                                                                                                                                                                                                                     |                                                            <img height=\"20\" src=\"https://i.imgur.com/smQKa2G.png\"/>                                                            |  1Plus1Marafon.ua  |\n| 4  | Suspilne Kultura |                                                                                                                                                                                                                                                                                        [>](https://ext.cdn.nashnet.tv/228.0.0.141/index.m3u8)                                                                                                                                                                                                                                                                                         |          <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/Suspilne_Kultura_%282022%29.svg/640px-Suspilne_Kultura_%282022%29.svg.png\"/>          | SuspilneKultura.ua |\n| 5  |  Suspilne Sport  |                                                                                                                                                                                                                                                                         [>](http://cdnua05.hls.tv/934/hls/8743361621b245838bee193c9ec28322/4856/stream.m3u8)                                                                                                                                                                                                                                                                          |                                                            <img height=\"20\" src=\"https://i.imgur.com/16IhU0M.png\"/>                                                            |  SuspilneSport.ua  |\n| 6  |      ICTV2       |                                                                                                                                                                                                                                                                         [>](http://cdnua05.hls.tv/919/hls/8743361621b245838bee193c9ec28322/4835/stream.m3u8)                                                                                                                                                                                                                                                                          |                                                            <img height=\"20\" src=\"https://i.imgur.com/J4zlRGv.png\"/>                                                            |      ICTV2.ua      |\n| 7  |   ICTV Serialy   |                                                                                                                                                                                                                                                                         [>](http://cdnua05.hls.tv/624/hls/f62d71219200da4130d13b21d23fb23c/4896/stream.m3u8)                                                                                                                                                                                                                                                                          |                                    <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/7/7a/ICTV_Serialy_%282024%29.png\"/>                                    |   ICTVSerialy.ua   |\n| 8  |      Inter       |                                                                                                                                                                                                                                                                                         [>](http://212.79.122.11:5014/udp/239.255.6.25:1234)                                                                                                                                                                                                                                                                                          |                                                            <img height=\"20\" src=\"https://i.imgur.com/R06gbuT.png\"/>                                                            |      Inter.ua      |\n| 9  |     UNIAN TV     |                                                                                                                                                                                                                                                                    [>](https://m3u8.ott.blue/watch/236/index.m3u8?geo=auto&token=94450098895765784220366841698509)                                                                                                                                                                                                                                                                    |                                                            <img height=\"20\" src=\"https://i.imgur.com/Alu78zn.png\"/>                                                            |     UNIANTV.ua     |\n| 10 |     Bigudi Ⓢ     |                                                                                                                                                                                                                                                                                         [>](http://212.79.122.11:5014/udp/239.255.6.13:1234)                                                                                                                                                                                                                                                                                          | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/8/84/Bigudi_%28Ukraine%29_%281-st_logo%29.svg/627px-Bigudi_%28Ukraine%29_%281-st_logo%29.svg.png\"/> |     Bigudi.ua      |\n| 11 |     Армія ТБ     |                                                                                                                                                                                                                                                                  [>](https://m3u8.ott.blue/watch/7572/index.m3u8?geo=auto&token=94450098895765784220366841698509%20)                                                                                                                                                                                                                                                                  |               <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/f/f8/ArmyTV_logo_%282023%29.svg/640px-ArmyTV_logo_%282023%29.svg.png\"/>               |     ArmyTV.ua      |\n| 12 |   Novyi Kanal    |                                                                                                                                                                                                                                                                                         [>](http://212.79.122.11:5014/udp/239.255.6.38:1234)                                                                                                                                                                                                                                                                                          |                                                            <img height=\"20\" src=\"https://i.imgur.com/4JhqpPM.png\"/>                                                            |    NovyKanal.ua    |\n| 13 |      TET Ⓢ       |                                                                                                                                                                                                                                                                                         [>](http://212.79.122.11:5014/udp/239.255.6.11:1234)                                                                                                                                                                                                                                                                                          |                             <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/3/31/TET_logo.svg/640px-TET_logo.svg.png\"/>                             |       TET.ua       |\n| 14 |      2+2 Ⓢ       |                                                                                                                                                                                                                                                                                         [>](http://212.79.122.11:5014/udp/239.255.6.14:1234)                                                                                                                                                                                                                                                                                          |                      <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/a/a4/2%2B2_logo_2017.svg/640px-2%2B2_logo_2017.svg.png\"/>                      |     2Plus2.ua      |\n| 15 |        M1        |                                                                                                                                                                                                                                                                                         [>](http://212.79.122.11:5014/udp/239.255.6.28:1234)                                                                                                                                                                                                                                                                                          |     <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/a/a9/M1_%28Ukraine%29_%282001-2021%29.svg/768px-M1_%28Ukraine%29_%282001-2021%29.svg.png\"/>     |       M1.ua        |\n| 16 |        M2        |                                                                                                                                                                                                                                                                                               [>](https://live.m2.tv/hls3/stream.m3u8)                                                                                                                                                                                                                                                                                                |                                                            <img height=\"20\" src=\"https://i.imgur.com/AfcBWCg.png\"/>                                                            |       M2.ua        |\n| 17 |       NTN        |                                                                                                                                                                                                                                                                                       [>](https://edge3.iptv.macc.com.ua/img/ntn_3/index.m3u8)                                                                                                                                                                                                                                                                                        |                <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/d/d1/NTNUA_logo_%282013%29.svg/640px-NTNUA_logo_%282013%29.svg.png\"/>                |       NTN.ua       |\n| 18 |       Mega       |                                                                                                                                                                                                                                                                                         [>](http://212.79.122.11:5014/udp/239.255.6.40:1234)                                                                                                                                                                                                                                                                                          |                                                            <img height=\"20\" src=\"https://i.imgur.com/F1v69tn.png\"/>                                                            |      Mega.ua       |\n| 19 |    ПлюсПлюс Ⓢ    |                                                                                                                                                                                                                                                                                         [>](http://212.79.122.11:5014/udp/239.255.6.12:1234)                                                                                                                                                                                                                                                                                          |                           <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/b/bd/PLUSPLUSUA.svg/640px-PLUSPLUSUA.svg.png\"/>                           |    PlusPlus.ua     |\n| 20 |  Ми — Україна Ⓢ  |                                                                                                                                                                                                                                                                                          [>](http://212.79.122.11:5014/udp/239.255.6.7:1234)                                                                                                                                                                                                                                                                                          |                                                            <img height=\"20\" src=\"https://i.imgur.com/nkatL7Q.png\"/>                                                            |   MyUkrainaTV.ua   |\n| 21 |      Оце ТБ      |                                                                                                                                                                                                                                                                                          [>](http://212.79.122.11:5014/udp/239.255.6.4:1234)                                                                                                                                                                                                                                                                                          |                  <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/8/8f/OCE_logo_%282017%29.svg/640px-OCE_logo_%282017%29.svg.png\"/>                  |       OCE.ua       |\n| 22 |        K1        |                                                                                                                                                                                                                                                                                         [>](http://212.79.122.11:5014/udp/239.255.6.41:1234)                                                                                                                                                                                                                                                                                          |                         <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/a/a4/K1_Logo_2014.svg/655px-K1_Logo_2014.svg.png\"/>                         |       K1.ua        |\n| 23 |     XSport Ⓢ     |                                                                                                                                                                                                                                                                         [>](http://cdnua05.hls.tv/946/hls/8743361621b245838bee193c9ec28322/3999/stream.m3u8)                                                                                                                                                                                                                                                                          |                                                            <img height=\"20\" src=\"https://i.imgur.com/CHDcfrT.png\"/>                                                            |     XSport.ua      |\n| 24 |    Enter-Film    |                                                                                                                                                                                                                                                                                         [>](http://212.79.122.11:5014/udp/239.255.6.31:1234)                                                                                                                                                                                                                                                                                          |                <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/8/8e/Enter-FilmUA_%282013%29.png/819px-Enter-FilmUA_%282013%29.png\"/>                |    EnterFilm.ua    |\n| 25 |    Піксель TV    |                                                                                                                                                                                                                                                                                         [>](http://212.79.122.11:5014/udp/239.255.6.30:1234)                                                                                                                                                                                                                                                                                          |                          <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/98/PixelUalogo.svg/640px-PixelUalogo.svg.png\"/>                          |     PixelTV.ua     |\n| 26 |     5 Kanal      | [>](https://776067.live.tvstitch.com/stream.m3u8?m=aHR0cHM6Ly9jZG4uZHl2eWFwcC5jb20vNS1jaGFubmVsL3ZpZGVvLm0zdTg%2FdG9rZW49ZXlKaGJHY2lPaUpJVXpJMU5pSXNJblI1Y0NJNklrcFhWQ0o5LmV5SnBjQ0k2SWpKaE1EWTZOVGt3TWpveE0yTXdPakE2WlRobFlqbzJNRGM0T2pSa01qcG1OV01pTENKMWMyVnlYMkZuWlc1MElqb2lUVzk2YVd4c1lWd3ZOUzR3SUNoWGFXNWtiM2R6SUU1VUlERXdMakE3SUZkcGJqWTBPeUI0TmpRN0lISjJPakV6Tmk0d0tTQkhaV05yYjF3dk1qQXhNREF4TURFZ1JtbHlaV1p2ZUZ3dk1UTTJMakFpTENKbGVIQWlPakUzTkRFNE1UUTVPVEI5Lkllb2JDR0NtVDVOd1pKSjdzNEhLaVIzb01IZVhpQ2dnZVp5WjZ6YWxodGM%3D&channel=1&u=b048004d-9363-4406-9b23-cb12b731d6e4&gdpr_consent=%7Bgdpr_consent%7D&givn=%7Bgivn%7D) |                       <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/2c/Logo_5_Channel.svg/480px-Logo_5_Channel.svg.png\"/>                       |     5Kanal.ua      |\n\n\n<h2>Regional (Suspilne)</h2>\n\n| #  |         Channel          |                                         Link                                         |                                                                          Logo                                                                          |          EPG id          |\n|:--:|:------------------------:|:------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------------------------------------------------------:|:------------------------:|\n| 1  |      Суспільне Київ      |                [>](https://ext.cdn.nashnet.tv/228.0.0.41/index.m3u8)                 | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/66/Suspilne_Kyiv_%282022%29.svg/640px-Suspilne_Kyiv_%282022%29.svg.png\"/> |     SuspilneKyiv.ua      |\n| 2  |     Суспільне Дніпро     | [>](http://cdnua05.hls.tv/648/hls/f62d71219200da4130d13b21d23fb23c/4786/stream.m3u8) |                                                <img height=\"20\" src=\"https://i.imgur.com/nMHd9FK.png\"/>                                                |    SuspilneDnipro.ua     |\n| 3  |   Суспільне Житомир Ⓢ    | [>](http://cdnua05.hls.tv/647/hls/f62d71219200da4130d13b21d23fb23c/4787/stream.m3u8) |                                                <img height=\"20\" src=\"https://i.imgur.com/lCv1Xaq.png\"/>                                                |   SuspilneZhytomyr.ua    |\n| 4  |    Суспільне Одеса Ⓢ     | [>](http://cdnua05.hls.tv/653/hls/f62d71219200da4130d13b21d23fb23c/4833/stream.m3u8) |                                                <img height=\"20\" src=\"https://i.imgur.com/giTdUK9.png\"/>                                                |     SuspilneOdesa.ua     |\n| 5  |     Суспільне Суми Ⓢ     | [>](http://cdnua05.hls.tv/630/hls/f62d71219200da4130d13b21d23fb23c/4798/stream.m3u8) |                                                <img height=\"20\" src=\"https://i.imgur.com/U5GQiUz.png\"/>                                                |     SuspilneSumy.ua      |\n| 6  | Суспільне Хмельницький Ⓢ | [>](http://cdnua05.hls.tv/632/hls/f62d71219200da4130d13b21d23fb23c/4800/stream.m3u8) |                                                <img height=\"20\" src=\"https://i.imgur.com/uoTcTbU.png\"/>                                                | SuspilneKhmelnytskyi.ua  |\n| 7  |   Суспільне Чернівці Ⓢ   | [>](http://cdnua05.hls.tv/643/hls/f62d71219200da4130d13b21d23fb23c/4790/stream.m3u8) |                                                <img height=\"20\" src=\"https://i.imgur.com/mzYRGp2.png\"/>                                                |  SuspilneChernivtsi.ua   |\n| 8  | Суспільне Kropyvnytskyi  | [>](http://cdnua05.hls.tv/650/hls/f62d71219200da4130d13b21d23fb23c/4788/stream.m3u8) |                                                <img height=\"20\" src=\"https://i.imgur.com/zzYJr87.png\"/>                                                | SuspilneKropyvnytskyi.ua |\n| 9  |     Суспільне Луцьк      |                 [>](http://193.107.168.98:7006/play/508/index.m3u8)                  |                                                <img height=\"20\" src=\"https://i.imgur.com/QIin5nZ.png\"/>                                                |     SuspilneLutsk.ua     |\n| 10 |      Суспільне Крим      |                [>](https://ext.cdn.nashnet.tv/228.0.0.71/index.m3u8)                 |                                                <img height=\"20\" src=\"https://i.imgur.com/m7znCes.png\"/>                                                |     SuspilneKrym.ua      |\n| 11 |   Суспільне Тернопіль    | [>](http://cdnua05.hls.tv/647/hls/f62d71219200da4130d13b21d23fb23c/4789/stream.m3u8) |                                                <img height=\"20\" src=\"https://i.imgur.com/rxXyCY7.png\"/>                                                |   SuspilneTernopil.ua    |\n| 12 |    Суспільне Чернігів    | [>](http://cdnua05.hls.tv/645/hls/f62d71219200da4130d13b21d23fb23c/4791/stream.m3u8) |                                                <img height=\"20\" src=\"https://i.imgur.com/WBChVXj.png\"/>                                                |   SuspilneChernihiv.ua   |\n\n\n<h2>Other</h2>\n\n| #  |         Channel         |                                       Link                                       |                                                               Logo                                                               |          EPG id           |\n|:--:|:-----------------------:|:--------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------:|:-------------------------:|\n| 1  |         FREEДOM         |          [>](http://95.67.106.242/mobile-app/main/freedom/master.m3u8)           | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/f/f2/FreeDOMUAlogo.svg/512px-FreeDOMUAlogo.svg.png\"/> |        FREEDOM.ua         |\n| 2  |        24 Kanal         | [>](http://streamvideol1.luxnet.ua/news24/smil:news24.stream.smil/playlist.m3u8) |              <img height=\"20\" src=\"https://pbs.twimg.com/profile_images/1498285886714298374/EMSJzC-0_400x400.jpg\"/>              |        24Kanal.ua         |\n| 3  |           ДІМ           |               [>](http://212.79.122.11:5014/udp/239.255.6.18:1234)               |                                     <img height=\"20\" src=\"https://i.imgur.com/3cjaXIF.png\"/>                                     |          DIM.ua           |\n| 4  |        Дніпро TV        |           [>](http://vcdn1.produck.company:1935/out/dtv/playlist.m3u8)           |                                     <img height=\"20\" src=\"https://i.imgur.com/mbPTVh1.png\"/>                                     |        DniproTV.ua        |\n| 5  |           ГІТ           |                     [>](https://stream.uagit.tv/gittv.m3u8)                      |                                     <img height=\"20\" src=\"https://i.imgur.com/b5K5Uwh.png\"/>                                     |          Git.ua           |\n| 6  |      Telekanal RAI      |                    [>](https://stream.rai.ua/rai/stream.m3u8)                    |                                     <img height=\"20\" src=\"https://i.imgur.com/Ouv51WB.png\"/>                                     |      TelekanalRAI.ua      |\n| 7  |       Тернопіль 1       |               [>](https://ott.columbus.te.ua/ternopil1/index.m3u8)               |                                     <img height=\"20\" src=\"https://i.imgur.com/f5EtIzV.png\"/>                                     |       \tTernopil1.ua       |\n| 8  |          CK 1           |        [>](http://cdn10.live-tv.od.ua:8081/sk1zt/sk1zt-abr/playlist.m3u8)        |                                     <img height=\"20\" src=\"https://i.imgur.com/XiXwr5h.png\"/>                                     |          \tSK1.ua          |\n| 9  | Pervyy gorodskoy Odessa |            [>](https://live.1tv.od.ua/stream1/channel1/playlist.m3u8)            |                                     <img height=\"20\" src=\"https://i.imgur.com/8qdc6aO.png\"/>                                     | \tPervyygorodskoyOdessa.ua |\n| 10 |         Київ 24         |              [>](https://ext.cdn.nashnet.tv/228.0.0.15/index.m3u8)               |                                     <img height=\"20\" src=\"https://i.imgur.com/TVuCY4N.png\"/>                                     |         \tKyiv.ua          |\n| 11 |           ITV           |           [>](http://cdn10.live-tv.od.ua:8081/itvrv/abr/playlist.m3u8)           |                                     <img height=\"20\" src=\"https://i.imgur.com/NZdT9yJ.png\"/>                                     |          \tITV.ua          |\n| 12 |         NTK TV          |                    [>](http://stream.ntktv.ua/s/ntk/ntk.m3u8)                    |                     <img height=\"20\" src=\"https://www.ntktv.ua/bitrix/templates/ntk_copy/images/logo.png\"/>                      |         \tNTKTV.ua         |\n| 13 |           TVA           |          [>](https://hls.cdn.ua/tva.ua_live/livestream/chunklist_.m3u8)          |                                     <img height=\"20\" src=\"https://i.imgur.com/PtTQ5lv.png\"/>                                     |          \tTVA.ua          |\n| 13 |          TV7+           |                    [>](https://tv7plus.com/hls/tv7_site.m3u8)                    |                                     <img height=\"20\" src=\"https://i.imgur.com/PcTDZ8e.png\"/>                                     |        \tTV7Plus.ua        |\n\n"
  },
  {
    "path": "lists/united_arab_emirates.md",
    "content": "<h1>United Arab Emirates</h1>\n\n* https://www.lyngsat.com/freetv/United-Arab-Emirates.html\n* https://en.kingofsat.tv/find2.php?pos=&cl=&num_pays=50&num_genre=&num_crypt=1&num_standard=&ordre=freq (other than Abu Dhabi, Dubai or Sharjah)\n\n| #  |        Channel         |                                                                                               Link                                                                                               |                                                     Logo                                                     |                  EPG id                  |\n|:--:|:----------------------:|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------------:|:----------------------------------------:|\n| 1  | Cartoon Network Arabic |                                               [>](https://shls-cartoon-net-prod-dub.shahid.net/out/v1/dc4aa87372374325a66be458f29eab0f/index.m3u8)                                               | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/b/bb/Cartoon_Network_Arabic_logo.png\"/> |         CartoonNetworkArabic.ae          |\n| 2  |  Al Arabiya Business   |                                                            [>](https://live.alarabiya.net/alarabiapublish/aswaaq.smil/playlist.m3u8)                                                             |                           <img height=\"20\" src=\"https://i.imgur.com/eEV4r6J.jpg\"/>                           |           AlArabiyaBusiness.ae           |\n| 3  |         MBC 1          |                                                     [>](https://mbc1-enc.edgenextcdn.net/out/v1/0965e4d7deae49179172426cbfb3bc5e/index.m3u8)                                                     |                           <img height=\"20\" src=\"https://i.imgur.com/CiA3plN.png\"/>                           |                 MBC1.ae                  |\n| 4  |        MBC 2 Ⓢ         |                                                                       [>](http://37.122.156.107:4000/play/a07g/index.m3u8)                                                                       |                           <img height=\"20\" src=\"https://i.imgur.com/n9mSHuP.png\"/>                           |                 MBC2.ae                  |\n| 5  |         MBC 3          |                                                  [>](https://shls-mbc3-prod-dub.shahid.net/out/v1/d5bbe570e1514d3d9a142657d33d85e6/index.m3u8)                                                   |                           <img height=\"20\" src=\"https://i.imgur.com/PVt8OPN.png\"/>                           |                 MBC3.ae                  |\n| 6  |         MBC 4          |                                                  [>](https://mbc4-prod-dub-ak.akamaized.net/out/v1/c08681f81775496ab4afa2bac7ae7638/index.m3u8)                                                  |                           <img height=\"20\" src=\"https://i.imgur.com/BcXASJp.png\"/>                           |                 MBC4.ae                  |\n| 7  |         MBC 5          |                                                  [>](https://shls-mbc5-prod-dub.shahid.net/out/v1/2720564b6a4641658fdfb6884b160da2/index.m3u8)                                                   |                           <img height=\"20\" src=\"https://i.imgur.com/fRWaDyF.png\"/>                           |                 MBC5.ae                  |\n| 8  |      MBC Action Ⓢ      |                                                                       [>](http://37.122.156.107:4000/play/a07h/index.m3u8)                                                                       |                           <img height=\"20\" src=\"https://i.imgur.com/OWZAghw.png\"/>                           |               MBCAction.ae               |\n| 9  |     MBC Bollywood      |                                              [>](https://shls-mbcbollywood-prod-dub.shahid.net/out/v1/a79c9d7ef2a64a54a64d5c4567b3462a/index.m3u8)                                               |                           <img height=\"20\" src=\"https://i.imgur.com/TTAGFHG.png\"/>                           |             \tMBCBollywood.ae             |\n| 10 |       MBC Drama        |                                                     [>](https://mbc1-enc.edgenextcdn.net/out/v1/b0b3a0e6750d4408bb86d703d5feffd1/index.m3u8)                                                     |                           <img height=\"20\" src=\"https://i.imgur.com/g5PWnqp.png\"/>                           |              \t\tMBCDrama.ae               |\n| 11 |       MBC Max Ⓢ        |                                                                       [>](http://37.122.156.107:4000/play/a07i/index.m3u8)                                                                       |                           <img height=\"20\" src=\"https://i.imgur.com/A02CptP.png\"/>                           |              \t\t\t\tMBCMax.ae               |\n| 12 |       MBC Persia       |                                                [>](https://shls-mbcpersia-prod-dub.shahid.net/out/v1/bdc7cd0d990e4c54808632a52c396946/index.m3u8)                                                |                           <img height=\"20\" src=\"https://i.imgur.com/4FXiyjn.png\"/>                           |            \t\t\t\t\tMBCPersia.ae             |\n| 13 |        Wanasah         |                                                 [>](https://shls-wanasah-prod-dub.shahid.net/out/v1/c84ef3128e564b74a6a796e8b6287de6/index.m3u8)                                                 |                           <img height=\"20\" src=\"https://i.imgur.com/nLtiXNf.png\"/>                           |              \t\t\t\tWanasah.ae              |\n| 14 |    Sky News Arabia     |                                                                        [>](https://stream.skynewsarabia.com/hls/sna.m3u8)                                                                        |                           <img height=\"20\" src=\"https://i.imgur.com/SvjU4h6.png\"/>                           |          \t\t\t\t\tSkyNewsArabia.ae           |\n| 15 |    Baynounah TV     |                                                         [>](https://vo-live.cdb.cdn.orange.com/Content/Channel/Baynounah/HLS/index.m3u8)                                                         |    <img height=\"20\" src=\"https://static.wikia.nocookie.net/logopedia/images/6/60/Baynounah_tv_2023.png\"/>    |          \t\t\t\t\tBaynounahTV.ae          |\n| 16 |    Ajman TV     |                                                  [>](https://dacastmmd.mmdlive.lldns.net/dacastmmd/8eb0e912b49142d7a01d779c9374aba9/index.m3u8)                                                  |    <img height=\"20\" src=\"https://pbs.twimg.com/profile_images/1085187553563561990/KRKuK_iW_400x400.jpg\"/>    |          \t\t\t\t\tAjmanTV.ae          |\n| 17 |    Al Aan TV     |                                                  [>](https://shls-live-ak.akamaized.net/out/v1/dfbdea4c1bf149629764e58c6ff314c8/index.m3u8)                                                  |    <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/7/76/Al_Aan_TV_new_Logo.png\"/>    |          \t\t\t\t\tAlAanTV.ae          |\n\n<h2>Abu Dhabi</h2>\n\n* https://en.kingofsat.tv/find2.php?pos=&cl=&num_pays=52&num_genre=&num_crypt=1&num_standard=&ordre=freq\n\n| #   |            Channel            | Link  | Logo | EPG id |\n|:---:|:-----------------------------:|:-----:|:----:|:------:|\n| 1   |         Abu Dhabi TV          | [>](http://admdn2.cdn.mangomolo.com/adtv/smil:adtv.stream.smil/chunklist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/7cNke07.png\"/> | AbuDhabiTV.ae |\n| 2   |      Abu Dhabi Sports 1       | [>](https://vo-live.cdb.cdn.orange.com/Content/Channel/AbuDhabiSportsChannel1/HLS/index.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/7/7a/Abu_Dhabi_Sports_logo_2023.svg/2560px-Abu_Dhabi_Sports_logo_2023.svg.png\"/> | AbuDhabiSports2.ae |\n| 3   |      Abu Dhabi Sports 2       | [>](https://vo-live.cdb.cdn.orange.com/Content/Channel/AbuDhabiSportsChannel2/HLS/index.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/7/7a/Abu_Dhabi_Sports_logo_2023.svg/2560px-Abu_Dhabi_Sports_logo_2023.svg.png\"/> | AbuDhabiSports2.ae |\n| 4   | National Geographic Abu Dhabi | [>](https://admdn2.cdn.mangomolo.com/nagtv/smil:nagtv.stream.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/fNA00VF.png\"/> | NationalGeographicAbuDhabi.ae |\n\n<h2>Ajman</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | Ajman TV | [>](https://dacastmmd.mmdlive.lldns.net/dacastmmd/8eb0e912b49142d7a01d779c9374aba9/index.m3u8) | <img height=\"20\" src=\"https://www.lyngsat.com/logo/tv/aa/ajman-tv-ae.png\"/> | AjmanTV.ae |\n\n<h2>Dubai</h2>\n\n* https://en.kingofsat.tv/find2.php?pos=&cl=&num_pays=49&num_genre=&num_crypt=1&num_standard=&ordre=freq\n\n| #  |    Channel     | Link  | Logo | EPG id |\n|:--:|:--------------:|:-----:|:----:|:------:|\n| 1  |    Dubai TV    | [>](https://dmisxthvll.cdn.mgmlcdn.com/dubaitvht/smil:dubaitv.stream.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/wZMkKF7.png\"/> | DubaiTV.ae |\n| 2  |   Dubai One    | [>](https://dminnvll.cdn.mangomolo.com/dubaione/smil:dubaione.stream.smil/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/7/7d/Dubaione-logo.png\"/> | DubaiOne.ae |\n| 3  | Dubai Sports 1 | [>](https://dmitnthfr.cdn.mgmlcdn.com/dubaisports/smil:dubaisports.stream.smil/chunklist.m3u8) | <img height=\"20\" src=\"https://www.lyngsat.com/logo/tv/dd/dubai-sports-ae.png\"/> | DubaiSports1.ae |\n| 4  | Dubai Sports 2 | [>](https://dmitwlvvll.cdn.mangomolo.com/dubaisportshd/smil:dubaisportshd.smil/index.m3u8) | <img height=\"20\" src=\"https://www.lyngsat.com/logo/tv/dd/dubai-sports-ae.png\"/> | DubaiSports2.ae |\n| 5  | Dubai Sports 3 | [>](https://dmitwlvvll.cdn.mangomolo.com/dubaisportshd5/smil:dubaisportshd5.smil/index.m3u8) | <img height=\"20\" src=\"https://www.lyngsat.com/logo/tv/dd/dubai-sports-ae.png\"/> | DubaiSports3.ae |\n| 6  | Dubai Racing 1 | [>](https://dmisvthvll.cdn.mgmlcdn.com/events/smil:events.stream.smil/playlist.m3u8) | <img height=\"20\" src=\"https://www.lyngsat.com/logo/tv/dd/dubai-racing-ae.png\"/> | DubaiRacing1.ae |\n| 7  | Dubai Racing 2 | [>](https://dmithrvll.cdn.mangomolo.com/dubairacing/smil:dubairacing.smil/playlist.m3u8) | <img height=\"20\" src=\"https://www.lyngsat.com/logo/tv/dd/dubai-racing-ae.png\"/> | DubaiRacing2.ae |\n| 8  | Dubai Racing 3 | [>](https://dmithrvll.cdn.mangomolo.com/dubaimubasher/smil:dubaimubasher.smil/playlist.m3u8) | <img height=\"20\" src=\"https://www.lyngsat.com/logo/tv/dd/dubai-racing-ae.png\"/> | DubaiRacing3.ae |\n| 9  |  Dubai Zaman   | [>](https://dmiffthvll.cdn.mangomolo.com/dubaizaman/smil:dubaizaman.stream.smil/playlist.m3u8) | <img height=\"20\" src=\"https://www.lyngsat.com/logo/tv/dd/dubai-zaman-ae.png\"/> | DubaiZaman.ae |\n| 10 |   Sama Dubai   | [>](https://dmieigthvll.cdn.mgmlcdn.com/samadubaiht/smil:samadubai.stream.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/bF6I3N1.jpg\"/> | SamaDubai.ae |\n| 11 |   Noor Dubai   | [>](https://dmiffthvll.cdn.mangomolo.com/noordubaitv/smil:noordubaitv.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/DLe7ZuM.png\"/> | NoorDubai.ae |\n\n<h2>Fujairah</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | Fujairah TV | [x]() | <img height=\"20\" src=\"https://www.lyngsat.com/logo/tv/ff/fujairah-tv-ae.png\"/> | FujairahTV.ae |\n\n\n<h2>Sharjah</h2>\n\n* https://en.kingofsat.tv/find2.php?pos=&cl=&num_pays=53&num_genre=&num_crypt=1&num_standard=&ordre=freq\n\n| # | Channel        | Link  | Logo |      EPG id      |\n|:-:|:--------------:|:-----:|:----:|:----------------:|\n| 1 | Sharjah TV | [>](https://svs.itworkscdn.net/smc1live/smc1.smil/playlist.m3u8) | <img height=\"20\" src=\"https://www.lyngsat.com/logo/tv/ss/sharjah-tv-ae.png\"/> |   SharjahTV.ae   |\n| 2 | Sharjah Sports | [>](https://svs.itworkscdn.net/smc4sportslive/smc4.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/IaRaabJ.jpg\"/> | SharjahSports.ae |\n| 3 | Al Wousta | [>](https://svs.itworkscdn.net/alwoustalive/alwoustatv.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i5.satexpat.com/cha/ae/al-wousta-95x90.gif\"/> | SharjahSports.ae |\n\n"
  },
  {
    "path": "lists/usa.md",
    "content": "<h1>USA</h1>\n\n<h2>ATSC</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | Buzzr Ⓖ        | [>](https://buzzrota-ono.amagi.tv/playlist1080.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/d/d6/Buzzr_logo.svg/768px-Buzzr_logo.svg.png\"/> | Buzzr.us |\n| 2   | Retro TV       | [>](https://bcovlive-a.akamaihd.net/5e531be3ed6c41229b2af2d9bffba88d/us-east-1/6183977686001/profile_1/chunklist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/PNTYOgg.png\" /> | RetroTVEast.us |\n| 3   | Stadium        | [>](https://bcovlive-a.akamaihd.net/e64d564b9275484f85981d8c146fb915/us-east-1/5994000126001/profile_1/976f34cf5a614518b7b539cbf9812080/chunklist_ssaiV.m3u8) | <img height=\"30\" src=\"https://i.imgur.com/6ae9E8d.png\"/> | Stadium.us |\n| 4   | Biz TV         | [>](https://thegateway.app/BizTV/BizTV-Tones/chunks.m3u8?nimblesessionid=94690008) | <img height=\"20\" src=\"https://i.imgur.com/cbGvXyF.jpg\"/> | BizTV.us |\n| 5   | Heartland      | [>](https://bcovlive-a.akamaihd.net/1ad942d15d9643bea6d199b729e79e48/us-east-1/6183977686001/profile_1/chunklist.m3u8) |  <img height=\"30\" src=\"https://i.imgur.com/a67bbag.png\" /> | HeartlandEastern.us |\n| 6   | Rev'n          | [>](https://bcovlive-a.akamaihd.net/a71236fdda1747999843bd3d55bdd6fa/us-east-1/6183977686001/profile_1/chunklist.m3u8) | <img height=\"30\" src=\"https://i.imgur.com/VUhqVgG.png\" /> | RevnTV.us |\n\n<h2>DVB-S</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | CNN            | [>](https://tve-live-lln.warnermediacdn.com/hls/live/586495/cnngo/cnn_slate/VIDEO_0_3564000.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/vyrc1I1.png\"/> | CNN.us |\n| 2   | CNBC Ⓨ         | [>](https://www.youtube.com/c/CNBC/live) | <img height=\"20\" src=\"https://i.imgur.com/BTasyOy.png\"/> | CNBC.us |\n| 3   | Bloomberg      | [>](https://bloomberg.com/media-manifest/streams/us.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/VnCcH73.png\"/> | BloombergTelevision.us |\n| 4   | ABC News       | [>](https://content.uplynk.com/channel/3324f2467c414329b3b0cc5cd987b6be.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/7sJLzKi.png\"/> | ABCNews.us |\n| 5   | CBS News       | [>](https://cbsnews.akamaized.net/hls/live/2020607/cbsnlineup_8/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/nki2HDQ.png\"/> | CBSNews.us |\n| 6   | NBC News       | [>](http://dai2.xumo.com/xumocdn/p=roku/amagi_hls_data_xumo1212A-xumo-nbcnewsnow/CDN/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/v48mMRT.png\"/> | NBCNewsNow.us |\n| 7   | Reuters TV     | [>](https://reuters-reutersnow-1-eu.rakuten.wurl.tv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/AbvCnoH.png\"/> | ReutersTV.us |\n| 8   | NASA TV Public | [>](https://ntv1.akamaized.net/hls/live/2014075/NASA-NTV1-HLS/master_2000.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/rmyfoOI.png\"/> | NASATVPublic.us |\n| 9   | NASA TV Media  | [>](https://ntv2.akamaized.net/hls/live/2013923/NASA-NTV2-HLS/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/rmyfoOI.png\"/> | NASATVMedia.us |\n\n<h2>Pluto</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | BBC Food   | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5fb5844bf5514d0007945bda/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/N3xiz4m.png\"/> | BBCFood.us |\n| 2   | BBC Home   | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5fb5836fe745b600070fc743/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/Ii8DX1x.png\"/> | BBCHome.us |\n\n<h2>Other</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n|1    | Docurama       | [>](https://cinedigm.vo.llnwd.net/conssui/amagi_hls_data_xumo1234A-docuramaA/CDN/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/bNg8mze.png\"/> | Docurama.us |\n|2    | Drybar Comedy  | [>](https://drybar-drybarcomedy-1-ca.samsung.wurl.com/manifest/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/EldlmTp.png\"/> | DryBarComedy.us |\n|3    | Music Channel  | [>](http://media.boni-records.com/index.m3u8) | <img height=\"20\" src=\"http://media.boni-records.com/logo.png\"/> | Boni-Records.com.us |\n"
  },
  {
    "path": "lists/usa_vod.md",
    "content": "<h1>Usa VOD</h1>\n\n<h2>Bumblebee TV</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | Bumblebee TV Aurora Live| [>](https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c953819932c837b49397345/playlist.m3u8) | <img height=\"20\" src=\"\"/> | BumblebeeTVAuroraLive.us |\n| 2   | Bumblebee TV AutoMoto| [>](https://stitcheraws.unreel.me/wse-node01.powr.com/live/5bf220fad5eeee0f5a40941a/playlist.m3u8) | <img height=\"20\" src=\"\"/> | BumblebeeTVAutoMoto.us |\n| 3   | BumblebeeTV Beaches Live| [>](https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c95396f932c837b49397360/playlist.m3u8) | <img height=\"20\" src=\"\"/> | BumblebeeTVBeachesLive.us |\n| 4   | Bumblebee TV Classics 2| [>](https://stitcheraws.unreel.me/wse-node05.powr.com/live/60f881602da3a5575eceb854/playlist.m3u8) | <img height=\"20\" src=\"\"/> | BumblebeeTVClassics2.us |\n| 5   | Bumblebee TV CoronaVirus.Gov| [>](https://stitcheraws.unreel.me/wse-node02.powr.com/live/5e7559e8a46b495a2283c5e8/playlist.m3u8) | <img height=\"20\" src=\"\"/> | BumblebeeTVCoronaVirusGov.us |\n| 6   | Bumblebee TV Country Boy Kids Video.us| [>](https://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf225aed5eeee0f5a4094bd/playlist.m3u8) | <img height=\"20\" src=\"\"/> | BumblebeeTVCountryBoyKidsVideo.us |\n| 7   | Bumblebee TV Cute Zone| [>](https://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf22518d5eeee0f5a409486/playlist.m3u8) | <img height=\"20\" src=\"\"/> | BumblebeeTVCuteZone.us |\n| 8   | Bumblebee TV Epic M| [>](https://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf22225d5eeee0f5a40941d/playlist.m3u8) | <img height=\"20\" src=\"\"/> | BumblebeeTVEpicM.us |\n| 9   | Bumblebee TV FGTV| [>](https://stitcheraws.unreel.me/wse-node02.powr.com/live/5e2624990145130f25474620/playlist.m3u8) | <img height=\"20\" src=\"\"/> | BumblebeeTVFGTV.us |\n| 10   | Bumblebee TV Forest Live| [>](https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c953836932c837b49397355/playlist.m3u8) | <img height=\"20\" src=\"\"/> | BumblebeeTVForestLive.us |\n| 11   | Bumblebee TV Fun Zone| [>](https://stitcheraws.unreel.me/wse-node02.powr.com/live/5e2625030145130f25474622/playlist.m3u8) | <img height=\"20\" src=\"\"/> | BumblebeeTVFunZone.us |\n| 12   | Bumblebee TV Giggle Zone| [>](https://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf22526d5eeee0f5a4094b8/playlist.m3u8) | <img height=\"20\" src=\"\"/> | BumblebeeTVGiggleZone.us |\n| 13   | Bumblebee TV Lake Live| [>](https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c95385c932c837b49397356/playlist.m3u8) | <img height=\"20\" src=\"\"/> | BumblebeeTVLakeLive.us |\n| 14   | Bumblebee TV Lego Toons| [>](https://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf22549d5eeee0f5a4094ba/playlist.m3u8) | <img height=\"20\" src=\"\"/> | BumblebeeTVLegoToons.us |\n| 15   | Bumblebee TV Lets Play Minecraft| [>](https://stitcheraws.unreel.me/wse-node02.powr.com/live/5e2625700145130f25474624/playlist.m3u8) | <img height=\"20\" src=\"\"/> | BumblebeeTVLetsPlayMinecraft.us |\n| 16   | Bumblebee TV LifeBae| [>](https://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf22681932c8304fc453418/playlist.m3u8) | <img height=\"20\" src=\"\"/> | BumblebeeTVLifeBae.us |\n| 17   | Bumblebee TV Master Builder| [>](https://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf2256ed5eeee0f5a4094bb/playlist.m3u8) | <img height=\"20\" src=\"\"/> | BumblebeeTVMasterBuilder.us |\n| 18   | Bumblebee TV Mountain Live| [>](https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c95387b932c837b49397357/playlist.m3u8) | <img height=\"20\" src=\"\"/> | BumblebeeTVMountainLive.us |\n| 19   | Bumblebee TV Now You Know| [>](https://stitcheraws.unreel.me/wse-node01.powr.com/live/5b284f40d5eeee07522b775e/playlist.m3u8) | <img height=\"20\" src=\"\"/> | BumblebeeTVNowYouKnow.us |\n| 20   | Bumblebee TV Recoil TV| [>](https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c7dff0f932c8368bdbfd5fd/playlist.m3u8) | <img height=\"20\" src=\"\"/> | BumblebeeTVRecoilTV.us |\n| 21   | Bumblebee TV Rivers Live| [>](https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c95388f932c837b4939735a/playlist.m3u8) | <img height=\"20\" src=\"\"/> | BumblebeeTVRiversLive.us |\n| 22   | Bumblebee TV Smosh| [>](https://stitcheraws.unreel.me/wse-node02.powr.com/live/5e2625af5748670f12a3bee9/playlist.m3u8) | <img height=\"20\" src=\"\"/> | BumblebeeTVSmosh.us |\n| 23   | Bumblebee TV Sunset Live| [>](https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c9538a5932c837b4939735b/playlist.m3u8) | <img height=\"20\" src=\"\"/> | BumblebeeTVSunsetLive.us |\n| 24   | Bumblebee TV Thinknoodles| [>](https://stitcheraws.unreel.me/wse-node04.powr.com/live/5afc8Bumblebee+TV10e932c833522744733/playlist.m3u8) | <img height=\"20\" src=\"\"/> | BumblebeeTVThinknoodles.us |\n| 25   | Bumblebee TV Toy Zone| [>](https://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf22491932c8304fc4533e4/playlist.m3u8) | <img height=\"20\" src=\"\"/> | BumblebeeTVToyZone.us |\n| 26   | Bumblebee TV Trinity Beyond| [>](https://stitcheraws.unreel.me/wse-node02.powr.com/live/5e2626030145130f25474626/playlist.m3u8) | <img height=\"20\" src=\"\"/> | BumblebeeTVTrinityBeyond.us |\n| 27   | Bumblebee TV Tropics Live| [>](https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c9538b9932c837b4939735c/playlist.m3u8) | <img height=\"20\" src=\"\"/> | BumblebeeTVTropicsLive.us |\n"
  },
  {
    "path": "lists/venezuela.md",
    "content": "<h1>Venezuela</h1>\n\nhttps://en.wikipedia.org/wiki/List_of_television_networks_in_Venezuela\n\n| #   | Channel         | Link  | Logo | EPG id |\n|:---:|:---------------:|:-----:|:----:|:------:|\n| 1   | Venevisión      | [>](https://venevision.akamaized.net/hls/live/2098814/VENEVISION/master.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/0/0a/Logotipo_de_Venevisi%C3%B3n.svg/641px-Logotipo_de_Venevisi%C3%B3n.svg.png\"/> | Venevision.ve |\n| 2   | Venezolana de Televisión Ⓓ | [>](https://www.dailymotion.com/embed/video/x828i6j) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/4/42/Venezolana_de_Televisi%C3%B3n_2018.svg/640px-Venezolana_de_Televisi%C3%B3n_2018.svg.png\"/> | VenezolanadeTelevision.ve |\n| 3   | TVes            | [x](https://ls.tves.gob.ve/hls/tves.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/QX5DVUB.png\"/> | TVes.ve |\n| 4   | Televen         | [>](https://setp-televen-ssai-mslv4-open.akamaized.net/hls/live/2107128/televen/index.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/c/c0/Televen_logo.PNG\"/> | Televen.ve |\n| 6   | Globovisión     | [>](https://vcp5.myplaytv.com/globovision/globovision/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/4/47/Globovisi%C3%B3n_logo_2013.png\"/> | Globovision.ve |\n| 7   | Vale TV Ⓢ       | [>](https://vcp2.myplaytv.com/valetv/valetv/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/9/98/Logo_de_VALE_TV.png\"/> | ValeTV.ve |\n| 8   | Telesur         | [>](https://raw.githubusercontent.com/BellezaEmporium/IPTV_Exception/master/channels/ve/telesur.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/8/82/TeleSUR.png\"/> | TeleSUR.ve |\n| 9   | Chivacoatv Internacional | [x](https://glb.bozztv.com/glb/ssh101/1234chivacoa/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/9rbwZFY.png\"/> | Chivacoatv.ve |\n| 10  | Latina TV       | [>](https://streamtv.latinamedios.com:3413/live/latinatvlive.m3u8) | <img height=\"20\" src=\"https://intervenhosting.net/imagenes/latinatv.jpg\"> | LatinaTV.ve |\n"
  },
  {
    "path": "lists/zz_documentaries_ar.md",
    "content": "<h1>Documentaries (AR)</h1>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 0   | Al Jazeera Documentary Ⓖ | [>](https://live-hls-web-ajd.getaj.net/AJD/index.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/e/e6/Al_Jazeera_Doc.png\"/> | AlJazeeraDocumentary.qa |\n"
  },
  {
    "path": "lists/zz_documentaries_en.md",
    "content": "<h1>Documentaries (EN)</h1>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 0   | CGTN Documentary English Ⓢ | [>](https://news.cgtn.com/resource/live/document/cgtn-doc.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/JHv0WxM.png\"/> | CGTNDocumentary.cn |\n| 0   | RT Documentary English Ⓖ | [>](https://rt-rtd.rttv.com/dvr/rtdoc/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/ZEi1Wgn.png\"/> | RTDoc.ru |\n| 0   | Peer TV South Tyrol | [>](https://iptv.peer.biz/live/peertv-en.m3u8)| <img height=\"20\" src=\"https://www.peer.biz/peertv-iptv/peer-tv-south-tyrol.png\"/> | PeerTV.it |\n"
  },
  {
    "path": "lists/zz_movies.md",
    "content": "<h1>VOD Movies (EN)</h1>\n\n<h2>FilmRise</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n|     | FilmRise Movies     | [>](http://dai2.xumo.com/xumocdn/p=roku/amagi_hls_data_xumo1212A-filmrisefreemovies/CDN/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/jGzMaRD.png\"/> | FilmRiseFreeMovies.us |\n|     | FilmRise Sci-Fi     | [>](http://dai2.xumo.com/xumocdn/p=roku/amagi_hls_data_xumo1212A-rokufilmrisesci-fi/CDN/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/FcN1OKo.png\"/> | FilmRiseSciFi.us |\n\n<h2>Pluto TV</h2>\n\n| #   | Channel                 | Link  | Logo | EPG id |\n|:---:|:-----------------------:|:-----:|:----:|:------:|\n|     | Pluto TV 007            | [x](http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d4db961034718b2f52f9e52/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=50&deviceId=5d4db961034718b2f52f9e52&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false) | <img height=\"20\" src=\"https://i.imgur.com/qKqEqUC.png\"/> |\n|     | Pluto TV Spotlight      | [>](http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ba3fb9c4b078e0f37ad34e8/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=51&deviceId=5ba3fb9c4b078e0f37ad34e8&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false) | <img height=\"20\" src=\"https://i.imgur.com/AogTmZc.png\"/> |\n|     | Pluto TV Action         | [>](http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/561d7d484dc7c8770484914a/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=54&deviceId=561d7d484dc7c8770484914a&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false) | <img height=\"20\" src=\"https://i.imgur.com/g8PCdh6.png\"/> |\n|     | Pluto TV Comedy         | [>](http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5a4d3a00ad95e4718ae8d8db/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=57&deviceId=5a4d3a00ad95e4718ae8d8db&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false) | <img height=\"20\" src=\"https://i.imgur.com/Pjs4lgs.png\"/> |\n|     | Pluto TV Drama          | [>](http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4e92e4694c027be6ecece1/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=60&deviceId=5b4e92e4694c027be6ecece1&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false) | <img height=\"20\" src=\"https://i.imgur.com/B9srooj.png\"/> |\n|     | Pluto TV Fantastic      | [>](http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b64a245a202b3337f09e51d/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=66&deviceId=5b64a245a202b3337f09e51d&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false) | <img height=\"20\" src=\"https://i.imgur.com/dOfXc5w.png\"/> |\n|     | Pluto TV Romance        | [>](http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5a66795ef91fef2c7031c599/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=70&deviceId=5a66795ef91fef2c7031c599&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false) | <img height=\"20\" src=\"https://i.imgur.com/j6livg0.png\"/> |\n|     | Pluto TV Crime Movies   | [>](http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f4d8594eb979c0007706de7/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=73&deviceId=5f4d8594eb979c0007706de7&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false) | <img height=\"20\" src=\"https://i.imgur.com/PlAQrIb.png\"/> |\n|     | Pluto TV Thrillers      | [>](http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4e69e08291147bd04a9fd7/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=74&deviceId=5b4e69e08291147bd04a9fd7&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false) | <img height=\"20\" src=\"https://i.imgur.com/jyiFzG4.png\"/> |\n|     | Pluto TV Horror         | [>](http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/569546031a619b8f07ce6e25/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=75&deviceId=569546031a619b8f07ce6e25&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false) | <img height=\"20\" src=\"https://i.imgur.com/An93hAh.png\"/> |\n|     | Pluto TV Terror         | [>](http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c6dc88fcd232425a6e0f06e/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=76&deviceId=5c6dc88fcd232425a6e0f06e&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false) | <img height=\"20\" src=\"https://i.imgur.com/JLgn5jC.png\"/> |\n|     | Black Cinema            | [>](http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/58af4c093a41ca9d4ecabe96/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=80&deviceId=58af4c093a41ca9d4ecabe96&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false) | <img height=\"20\" src=\"https://i.imgur.com/Zh1QGW9.png\"/> |\n|     | Pluto TV Staff Picks    | [>](http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f4d863b98b41000076cd061/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=90&deviceId=5f4d863b98b41000076cd061&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false) | <img height=\"20\" src=\"https://i.imgur.com/DFDHAT8.png\"/> |\n|     | Pluto TV Documentaries  | [>](http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b85a7582921777994caea63/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=91&deviceId=5b85a7582921777994caea63&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false) | <img height=\"20\" src=\"https://i.imgur.com/Mr4ZsNZ.png\"/> |\n|     | 90s Throwback           | [>](http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f4d86f519358a00072b978e/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=94&deviceId=5f4d86f519358a00072b978e&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false) | <img height=\"20\" src=\"https://i.imgur.com/sI1o3uK.png\"/> |\n|     | 80s Rewind              | [>](http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca525b650be2571e3943c63/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=95&deviceId=5ca525b650be2571e3943c63&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false) | <img height=\"20\" src=\"https://i.imgur.com/0FaLAhK.png\"/> |\n|     | 70s Cinema              | [>](http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f4d878d3d19b30007d2e782/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=96&deviceId=5f4d878d3d19b30007d2e782&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false) | <img height=\"20\" src=\"https://i.imgur.com/wk9Baz9.png\"/> |\n|     | Paramount Movie Channel | [>](http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cb0cae7a461406ffe3f5213/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=100&deviceId=5cb0cae7a461406ffe3f5213&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false) | <img height=\"20\" src=\"https://i.imgur.com/CfqRav0.png\"/> |\n|     | Pluto TV Westerns       | [>](http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4e94282d4ec87bdcbb87cd/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=103&deviceId=5b4e94282d4ec87bdcbb87cd&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false) | <img height=\"20\" src=\"https://i.imgur.com/79R7m0b.png\"/> |\n|     | Classic Movies          | [>](http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/561c5b0dada51f8004c4d855/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=106&deviceId=561c5b0dada51f8004c4d855&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false) | <img height=\"20\" src=\"https://i.imgur.com/feWPHep.png\"/> |\n|     | Pluto TV Cult Films     | [>](http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c665db3e6c01b72c4977bc2/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=109&deviceId=5c665db3e6c01b72c4977bc2&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false) | <img height=\"20\" src=\"https://i.imgur.com/kD3SkoC.png\"/> |\n|     | Flicks of Fury          | [>](http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/58e55b14ad8e9c364d55f717/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=112&deviceId=58e55b14ad8e9c364d55f717&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false) | <img height=\"20\" src=\"https://i.imgur.com/yhyzBfb.png\"/> |\n|     | The Asylum              | [>](http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/591105034c1806b47438342c/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=115&deviceId=591105034c1806b47438342c&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false) | <img height=\"20\" src=\"https://i.imgur.com/rOxQfdG.png\"/> |\n\n<h2>Stirr</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|  \n|     | Film Detective | [>](https://dai.google.com/linear/hls/event/OYH9J7rZSK2fabKXWAYcfA/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/4aFLH9g.png\"/> |\n\n"
  },
  {
    "path": "lists/zz_news_ar.md",
    "content": "<h1>News (AR)</h1>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | Al Jazeera العربية | [>](https://live-hls-web-aja.getaj.net/AJA/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/BB93NQP.png\"/> | AlJazeeraChannel.qa |\n| 2   | Al Arabiya العربية | [>](https://live.alarabiya.net/alarabiapublish/alarabiya.smil/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/e/e0/Al-Arabiya_new_logo.svg/640px-Al-Arabiya_new_logo.svg.png\"/> | AlArabiya.ae |\n| 3   | France 24 العربية Ⓨ | [>](https://www.youtube.com/c/FRANCE24Arabic/live) | <img height=\"20\" src=\"https://i.imgur.com/61MSiq9.png\"/> | France24Arabic.fr |\n| 4   | DW العربية | [>](https://dwamdstream103.akamaized.net/hls/live/2015526/dwstream103/index.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/A1xzjOI.png\"/> | DWArabic.de |\n| 5   | CGTN العربية | [>](https://news.cgtn.com/resource/live/arabic/cgtn-a.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/fMsJYzl.png\"/> | CGTNArabic.cn |\n| 6   | Sky News العربية | [>](https://stream.skynewsarabia.com/hls/sna.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/thumb/5/57/Sky_News_logo.svg/512px-Sky_News_logo.svg.png\"/> | SkyNewsArabia.ae |\n| 7   | RT العربية | [>](https://rt-arb.rttv.com/dvr/rtarab/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/a/a0/Russia-today-logo.svg/512px-Russia-today-logo.svg.png\"/> | RTArabic.ru |\n| 8   | Sahara 24 صحراء | [>](https://65.108.206.29/sahara24-live/video.m3u8) | <img height=\"20\" src=\"https://imgur.com/a/7szNpBp\"/> | Sahara-24.mr |\n"
  },
  {
    "path": "lists/zz_news_en.md",
    "content": "<h1>News</h1>\n\n| #   | Channel         | Link  | Logo | EPG id |\n|:---:|:---------------:|:-----:|:----:|:------:|\n| 1  |    Sky News (UK)    |  [>](https://ythls.armelin.one/channel/UCoMdktPbSTixAyNGwb-UYkQ.m3u8)  |  <img height=\"20\" src=\"https://d2n0069hmnqmmx.cloudfront.net/epgdata/1.0/newchanlogos/512/512/skychb1404.png\"/>   |  SkyNewsInternational.uk  |\n| 2  |      Euronews Ⓨ     |  [>](https://www.youtube.com/euronews/live)  |  <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Euronews_2022.svg/640px-Euronews_2022.svg.png\"/>  |  EuronewsEnglish.fr  |\n| 3  |     Africanews Ⓨ    |  [>](https://www.youtube.com/africanews/live)  |  <img height=\"20\" src=\"https://i.imgur.com/xocvePC.png\"/>  |  Africanews.cg  |\n| 4  |      France 24 Ⓨ    |  [>](https://www.youtube.com/france24english/live)  |  <img height=\"20\" src=\"https://i.imgur.com/61MSiq9.png\"/>   |  France24English.fr  |\n| 5  |         DW          |   [>](https://dwamdstream102.akamaized.net/hls/live/2015525/dwstream102/index.m3u8)  |  <img height=\"20\" src=\"https://i.imgur.com/A1xzjOI.png\"/>  |  DWEnglish.de  |\n| 6  |     Al Jazeera      |   [>](https://live-hls-apps-aje-fa.getaj.net/AJE/index.m3u8)  |  <img height=\"20\" src=\"https://i.imgur.com/BB93NQP.png\"/>  |  AlJazeeraEnglish.qa |\n| 7  |        CGTN         |  [>](https://news.cgtn.com/resource/live/english/cgtn-news.m3u8)  |  <img height=\"20\" src=\"https://i.imgur.com/fMsJYzl.png\"/>  |  CGTN.cn |\n| 8  |     BBC News Ⓖ      |  [>](https://vs-hls-push-uk.live.fastly.md.bbci.co.uk/x=4/i=urn:bbc:pips:service:bbc_news_channel_hd/iptv_hd_abr_v1.m3u8)  |  <img height=\"20\" src=\"https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/united-kingdom/bbc-news-uk.png\"/>  |  BBCNews.uk  |\n| 9  |    NBC News NOW     |  [>](https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumo-nbcnewsnow/CDN/master.m3u8)  |  <img height=\"20\" src=\"https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/united-kingdom/nbc-news-now-uk.png\"/>  |  NBCNewsNOW.us |\n| 10 |       Reuters       |  [>](https://reuters-reutersnow-1-nl.samsung.wurl.tv/playlist.m3u8)  |  <img height=\"20\" src=\"https://i.imgur.com/6eQ2nCJ.png\"/>  |  ReutersTV.us |\n| 11 |    The Guardian     |  [>](https://rakuten-guardian-1-ie.samsung.wurl.tv/playlist.m3u8)  |  <img height=\"20\" src=\"https://i.imgur.com/o9AYq9V.png\"/>  |  TheGuardian.uk |\n| 12 |      CBS News       |  [>](https://dai.google.com/linear/hls/event/Sid4xiTQTkCT1SLu6rjUSQ/master.m3u8)  |  <img height=\"20\" src=\"https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/united-states/cbs-news-us.png\"/>  |  CBSNews.us |\n| 13 |    ABC News Live    |  [>](https://lnc-abc-news.tubi.video/index.m3u8)  |  <img height=\"20\" src=\"https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/united-states/abc-news-live-hz-us.png\"/>  |  ABCNewsLive.us |\n| 14 |  LiveNOW from FOX   |  [>](https://lnc-fox-live-now.tubi.video/index.m3u8)  |  <img height=\"20\" src=\"https://i.imgur.com/1JnyzHv.png\"/>  |  LiveNOWFromFOX.us |\n| 15 |  CBC News Network   |  [>](https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxcbcnews/CDN/playlist.m3u8)  |  <img height=\"20\" src=\"https://i.imgur.com/SjTdhvJ.png\"/>  |  CBCNewsNetwork.ca |\n| 16 |     Ticker News     |  [>](https://cdn-uw2-prod.tsv2.amagi.tv/linear/amg01486-tickernews-tickernewsweb-ono/playlist.m3u8)  |  <img height=\"20\" src=\"https://i.imgur.com/z7M0QxV.png\"/>   |  tickerNews.au  |\n| 17 |     India Today     |  [>](https://indiatodaylive.akamaized.net/hls/live/2014320/indiatoday/indiatodaylive/playlist.m3u8)  |  <img height=\"20\" src=\"https://i.imgur.com/koFYddE.png\"/>  |  IndiaToday.in |\n| 18 |  Channel News Asia  |  [>](https://ythls.armelin.one/channel/UC83jt4dlz1Gjl58fzQrrKZg.m3u8)  |  <img height=\"20\" src=\"https://i.imgur.com/xWglicB.png\"/>  |  CNAInternational.sg  |\n| 19 |    ABC News (AU) Ⓨ  |  [>](https://www.youtube.com/@abcnewsaustralia/live)  |  <img height=\"20\" src=\"https://i.imgur.com/BrW7gk8.png\"/>  |  ABCNews.au  |\n| 20 |      NDTV 24x7      |  [>](https://ythls.armelin.one/channel/UCZFMm1mMw0F81Z37aaEzTUA.m3u8)  |  <img height=\"20\" src=\"https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/india/ndtv-24x7-in.png\"/>  |  NDTV24x7.in  |\n| 21 |      TRT World      |  [>](https://ythls.armelin.one/channel/UC7fWeaHhqgM4Ry-RMpM2YYw.m3u8)  |  <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/TRT_World.svg/512px-TRT_World.svg.png\"/>  |  TRTWorld.tr  |\n| 22 |   NHK World Japan   |  [>](https://ythls.armelin.one/channel/UCSPEjw8F2nQDtmUKPFNF7_A.m3u8)  |  <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/8/8d/NHK_World-Japan_TV.svg/512px-NHK_World-Japan_TV.svg.png\"/>  |  NHKWorldJapan.jp  |\n| 23 |      DD India       |  [>](https://ythls.armelin.one/channel/UCGDQNvybfDDeGTf4GtigXaw.m3u8)  |   <img height=\"20\" src=\"https://i.imgur.com/45uptR8.png\"/>  |  DDIndia.in  |\n| 24 |        WION         |  [>](https://ythls.armelin.one/channel/UC_gUM8rL-Lrg6O3adPW9K1g.m3u8)  |   <img height=\"20\" src=\"https://i.imgur.com/Wc5Z3iS.png\"/>  |  WION.in  |\n| 25 |       Taiwan+       |  [>](https://ythls.armelin.one/channel/UC7c6rvyAZLpKGk8ttVnpnLA.m3u8)  |   <img height=\"20\" src=\"https://i.imgur.com/SfcZyqm.png\"/>   |  TaiwanPlusTV.tw  |\n| 26 | Metro Globe Network |  [>](https://edge.medcom.id/live-edge/smil:mgnch.smil/playlist.m3u8)  |   <img height=\"20\" src=\"https://i.imgur.com/aiiinzg.png\"/>  |  MetroGlobeNetwork.id  |\n| 27 |      i24 News       |  [>](https://bcovlive-a.akamaihd.net/6e3dd61ac4c34d6f8fb9698b565b9f50/eu-central-1/5377161796001/playlist-all_dvr.m3u8) |  <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/7/79/LOGO_i24NEWS.png/512px-LOGO_i24NEWS.png\"/>  |  i24NEWSEnglishWorld.il   |\n| 28 |    Scripps News     |  [>](https://content.uplynk.com/channel/4bb4901b934c4e029fd4c1abfc766c37.m3u8)  |  <img height=\"20\" src=\"https://i.imgur.com/UfN6aAi.png\"/>  |  ScrippsNews.us  |\n| 29 |      USA Today      |  [>](https://lnc-usa-today.tubi.video/playlist.m3u8)  |  <img height=\"20\" src=\"https://i.imgur.com/37K0AZX.png\"/>  |  USATODAY.us  |\n| 30 |      TVC News Ⓨ    |  [>](https://www.youtube.com/tvcnewsnigeria/live)  |  <img height=\"20\" src=\"https://i.imgur.com/jaSq18B.png\"/>  |  TVCNews.ng  |\n| 31 |     Channels 24 Ⓨ  |  [>](https://www.youtube.com/channelstelevision/live)  |  <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/7/76/Channels_TV.jpg\"/>  |  Channels24.ng  |\n| 32 |  Sky News Now (AU)  |  [>](https://i.mjh.nz/sky-news-now.m3u8)  |  <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/thumb/1/10/Sky_News_Australia_logo_-_2019.svg/512px-Sky_News_Australia_logo_-_2019.svg.png\"/> |  SkyNewsAustralia.au  |\n| 33 |     Global News     |  [>](https://live.corusdigitaldev.com/groupd/live/49a91e7f-1023-430f-8d66-561055f3d0f7/live.isml/.m3u8)  |  <img height=\"20\" src=\"https://i.imgur.com/xk1QOhW.png\"/>  |  GlobalNews.ca  |\n| 34 |   Russia Today Ⓖ    |  [>](https://rt-glb.rttv.com/live/rtnews/playlist.m3u8)  |  <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/a/a0/Russia-today-logo.svg/512px-Russia-today-logo.svg.png\"/>  |  RT.ru  |\n| 35 |    Pluto TV News    |  [x]() | <img height=\"20\" src=\"https://i.imgur.com/JdqA4r9.png\"/>  |  PlutoTVNews.us |\n| 36 |         CNN         |  [>](https://raw.githubusercontent.com/Alstruit/adaptive-streams/alstruit-10_23_us/streams/us/CNNUSA.us.m3u8)  |  <img height=\"20\" src=\"https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/united-states/cnn-us.png\"/>  |  CNN.us  |\n| 37 |  CNN International  |  [>](https://turnerlive.warnermediacdn.com/hls/live/586495/cnngo/cnn_slate/VIDEO_0_3564000.m3u8)  |  <img height=\"20\" src=\"https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/united-states/cnn-us.png\"/>  |  CNNInternationalEurope.us |\n| 38 |       GB News       |  [>](https://ythls.armelin.one/channel/UC0vn8ISa4LKMunLbzaXLnOQ.m3u8)  |  <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/thumb/3/35/GB_News_Logo.svg/512px-GB_News_Logo.svg.png\"/>  |  GBNews.uk  |\n| 39 |       TalkTV        |  [>](https://live-talktv-ssai.simplestreamcdn.com/v1/master/82267e84b9e5053b3fd0ade12cb1a146df74169a/talktv-live/index.m3u8)  |  <img height=\"20\" src=\"https://i.imgur.com/KxHWpQB.png\"/>  |  TalkTV.uk |\n| 40 |      Joy News       |  [>](https://ythls.armelin.one/channel/UChd1DEecCRlxaa0-hvPACCw.m3u8)  |  <img height=\"20\" src=\"https://i.imgur.com/kGuMNmR.png\"/>  |  JoyNews.gh  |\n| 41 |      SABC News      |  [>](https://sabconetanw.cdn.mangomolo.com/news/smil:news.stream.smil/chunklist_b250000_t64MjQwcA==.m3u8)  | <img height=\"20\" src=\"https://i.imgur.com/H9q3Q9d.png\"/>  |  SABCNews.gh  |\n\n<h1>Business</h1>\n\n|  #  |            Channel            |                               Link                                |                                                      Logo                                                      |       EPG id       |\n|:---:|:-----------------------------:|:-----------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------:|:------------------:|\n| 101 |         Cheddar News          |          [>](https://dbrb49pjoymg4.cloudfront.net/10001/99991220/hls/index.m3u8?ads.xumo_channelId=99991220&ads._fw_ifa_type=dpid&ads._fw_did=43135081-0e2e-2a3f-b10c-4ade81d0e829&ads.amznappId=[AMZN_APP_ID]&ads.lat=[LAT]&ads.lon=[LON]&ads.os=[OS]&ads.osv=[OS_VERSION]&ads.asnw=&ads.caid=Cheddar&ads.csid=xumo_desktopweb_cheddar_ssai&ads._fw_is_lat=0&ads._fw_us_privacy=1YNN&ads._fw_coppa=0&ads.genre=News&ads._fw_content_category=IAB12&ads._fw_content_language=en&ads._fw_content_genre=News&ads._fw_content_rating=TV-PG&ads.xumo_contentId=161&ads.xumo_contentName=Cheddar&ads.xumo_providerId=161&ads.xumo_providerName=Cheddar&ads._fw_deviceMake=&ads._fw_device_model=&ads.channelId=99991220&ads.xumo_platform=desktopweb&ads.site_id=26840&ads.appName=xumo&ads.appVersion=2.18.0&ads._fw_app_bundle=&ads._fw_app_store_url=&ads.site_name=XumoPlay&ads.site_page=https%253A%252F%252Fplay.xumo.com)           |                            <img height=\"20\" src=\"https://i.imgur.com/tuP9GW8.png\"/>                            |   CheddarNews.us   |\n| 102 |         Bloomberg TV+         | [>](https://bloomberg.com/media-manifest/streams/phoenix-us.m3u8) |                            <img height=\"20\" src=\"https://i.imgur.com/xGlToly.png\"/>                            | BloombergTVPlus.us |\n| 103 |   Bloomberg Television (US)   |       [>](https://bloomberg.com/media-manifest/streams/us.m3u8)       |           <img height=\"20\" src=\"https://i.imgur.com/OuogLHx.png\"/>           |  BloombergTV.us  |\n| 104 | Bloomberg Television (Europe) |       [>](https://bloomberg.com/media-manifest/streams/eu.m3u8)       |           <img height=\"20\" src=\"https://i.imgur.com/OuogLHx.png\"/>           |  BloombergTVEurope.uk  |\n| 105 |        Yahoo! Finance         |     [>](https://d1ewctnvcwvvvu.cloudfront.net/playlist.m3u8)      |                            <img height=\"20\" src=\"https://i.imgur.com/43oHsHL.png\"/>                            |  YahooFinance.us   |\n| 106 |          CNBC Europe          |       [>](https://amg01079-nbcuuk-amg01079c1-samsung-es-1261.playouts.now.amagi.tv/playlist/amg01079-nbcuukfast-cnbcpe-samsunges/playlist.m3u8)       |           <img height=\"20\" src=\"https://d2n0069hmnqmmx.cloudfront.net/epgdata/1.0/newchanlogos/512/512/skychb1088.png\"/>           |    CNBCEurope.uk     |\n| 107 |        CNBC Indonesia         |       [>](https://live.cnbcindonesia.com/livecnbc/smil:cnbctv.smil/master.m3u8)       |           <img height=\"20\" src=\"https://i.imgur.com/bUfeG7Y.png\"/>           |    CNBCIndonesia.id     |\n| 108 |            Ausbiz             |       [>](https://d9quh89lh7dtw.cloudfront.net/public-output/index.m3u8)       |           <img height=\"20\" src=\"https://i.imgur.com/8vGGdB0.png\"/>           |   AusbizTV.au   |\n| 109 |           Moconomy            |       [>](https://amogonetworx-moconomy-2-us.tcl.wurl.tv/playlist.m3u8)       |           <img height=\"20\" src=\"https://i.imgur.com/GvqbLZB.png\"/>           |  MoconomyEconomyFinanceInfotainment.us  |\n\n<h1>Weather</h1>\n\n| #   | Channel         | Link  | Logo | EPG id |\n|:---:|:---------------:|:-----:|:----:|:------:|\n| 201 | AccuWeather NOW |  [>](https://cdn-ue1-prod.tsv2.amagi.tv/linear/amg00684-accuweather-accuweather-plex/playlist.m3u8)  |  <img height=\"20\" src=\"https://i.imgur.com/M8wbVYK.png\"/>  |  AccuWeatherNOW.us |\n| 202 |   Fox Weather   |  [>](https://lnc-fox-weather.tubi.video/index.m3u8)  |  <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/b/b9/Fox_Weather_logo.svg/512px-Fox_Weather_logo.svg.png\"/>  |  FoxWeather.us  |\n| 203 |    KTCA-DT5     |  [>](https://api.new.livestream.com/accounts/12638076/events/8488790/live.m3u8)  |  <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/b/be/Twin_Cities_Public_Television_logo_%28PBS%29.png\"/>  |  KTCADT5.us  |\n| 204 |    WeatherNation    | [>](http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/5d2cb7ac552e3773bc48982e/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=6c2d1028-30d3-11ef-9cf5-e9ddff8ff496&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=dcca8395-396e-4be0-9049-564f29c5ac9b) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/d/de/WeatherNation_Logo.svg/512px-WeatherNation_Logo.svg.png\"/> | WeatherNation.us  |\n| 205 | The Weather Network | [>](https://d3f6rv2ihfj09x.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-4l4ssesb90374-ssai-prd/playlist.m3u8?ads.device_did=%7BPSID%7D&ads.device_dnt=%7BTARGETOPT%7D&ads.app_domain=%7BAPP_DOMAIN%7D&ads.app_name=%7BAPP_NAME%7D) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/en/thumb/b/bf/TWN_Logo_2011.svg/2560px-TWN_Logo_2011.svg.png\"/> | TheWeatherNetwork.ca  |\n| 206 |  Sky News Weather Ⓖ  | [>](https://distro001-gb-hls1-prd.delivery.skycdp.com/easel_cdn/ngrp:weather_loop.stream_all/playlist.m3u8) | <img height=\"20\" src=\"https://pbs.twimg.com/profile_images/1604994875459518464/lGt2wEqM_400x400.jpg\"/> | SkyNewsWeather.uk  |\n\n\n"
  },
  {
    "path": "lists/zz_news_es.md",
    "content": "<h1>News (ES)</h1>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | Euronews Español Ⓨ | [>](https://www.youtube.com/euronewses/live) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Euronews_2022.svg/640px-Euronews_2022.svg.png\"/> | EuronewsSpanish.fr |\n| 2   | France 24 Español Ⓨ | [>](https://www.youtube.com/c/FRANCE24Espanol/live) | <img height=\"20\" src=\"https://i.imgur.com/61MSiq9.png\"/> | France24Espanol.fr |\n| 3   | DW Español Ⓢ  | [>](https://dwamdstream104.akamaized.net/hls/live/2015530/dwstream104/stream04/streamPlaylist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/A1xzjOI.png\"/> | DWEspanol.de |\n| 4   | CGTN Español    | [>](https://news.cgtn.com/resource/live/espanol/cgtn-e.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/fMsJYzl.png\"/> | CGTNSpanish.cn |\n| 5   | RT Español Ⓖ  | [>](https://rt-esp.rttv.com/dvr/rtesp/playlist.m3u8) | <img height=\"20\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/a/a0/Russia-today-logo.svg/512px-Russia-today-logo.svg.png\"/> | RTenEspanol.ru |\n| 6   | RTVE 24H | [>](https://ztnr.rtve.es/ztnr/1694255.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/WTDKOoM.png\"/> | rtve.es |\n"
  },
  {
    "path": "lists/zz_vod_it.md",
    "content": "<h1>VOD Italy</h1>\n\n<h2>Misc</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 1   | Sportitalia LIVE24 | [>](https://di-g7ij0rwh.vo.lswcdn.net/sportitalia/silive24.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/hu56Ya5.png\"/> | Sportitalia24.it |\n| 3   | Sport2U | [>](https://stream9.xdevel.com/video0s976916-1685/stream/playlist_dvr.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/WW0lNk1.png\"/> |\n| 4   | Grande Fratello Vip Regia 1 Ⓢ Ⓖ | [>](https://live3.msf.cdn.mediaset.net/content/dash_d0_clr_vos/live/channel(b7)/manifest.mpd) | <img height=\"20\" src=\"https://i.imgur.com/PBTdU4G.png\"/> |\n| 5   | Grande Fratello Vip Regia 2 Ⓢ Ⓖ | [>](https://live3.msf.cdn.mediaset.net/content/dash_d0_clr_vos/live/channel(b8)/manifest.mpd) | <img height=\"20\" src=\"https://i.imgur.com/FKfwbHD.png\"/> |\n| 6   | Grande Fratello Vip Regia un'ora fa Ⓢ Ⓖ | [>](https://live3.msf.cdn.mediaset.net/content/dash_d0_clr_vos/live/channel(b9)/manifest.mpd) | <img height=\"20\" src=\"https://i.imgur.com/fFZeBnc.png\"/> |\n\n<h2>Rakuten TV</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 9   | Stories – Rakuten TV | [>](https://rakuten-spotlight-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/tMcUvjI.jpg\"/> |\n| 10  | Classico – Rakuten TV | [>](https://rakuten-classico-1-eu.rakuten.wurl.tv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/ytN6jfl.jpeg\"/> |\n| 11  | Thriller – Rakuten TV | [>](https://rakuten-thriller-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/jJTnBNk.jpeg\"/> |\n| 4004 | Commedia – Rakuten TV | [>](https://rakuten-comedymovies-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/EKKXdIU.jpg\"/> |\n| 4229 | Documentari – Rakuten TV | [>](https://rakuten-documentaries-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/rAHBiO8.jpg\"/> |\n| 4966 | Family – Rakuten TV | [>](https://rakuten-family-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/BCC123A.jpg\"/> |\n| 4985 | Romance – Rakuten TV | [>](https://rakuten-romance-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/TiXrzJZ.jpeg\"/> |\n| 4996 | Film Top – Rakuten TV | [>](https://rakuten-topfree-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/OfD9hM9.jpeg\"/> |\n| 4998 | Drammatico – Rakuten TV | [>](https://rakuten-tvshows-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Nx3JzZK.jpg\"/> |\n| 4999 | Film d'azione – Rakuten TV | [>](https://rakuten-actionmovies-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/KDmDQM6.jpg\"/> |\n\n\n<h2>Samsung TV Plus</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 4003 | Euronews in diretta | [>](https://rakuten-euronews-3-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/DUUxsO7.jpeg\"/> | EuronewsItalian.fr |\n| 4110 | FailArmy       | [>](https://failarmy-international-it.samsung.wurl.tv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/WupT16d.jpg\"/> |\n| 4116 | The Pet Collective | [>](https://the-pet-collective-international-it.samsung.wurl.tv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/daTU44g.jpeg\"/> |\n| 4119 | Canale Europa  | [>](https://canaleeuropa-canaleeuropa-1-it.samsung.wurl.tv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Zw2ZIfz.jpg\"/> |\n| 4122 | People Are Awesome | [>](https://jukin-peopleareawesome-2-it.samsung.wurl.tv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/xwz9zKk.jpeg\"/> |\n| 4131 | Yamato Animation | [>](https://yamatovideo-yamatoanimation-1-it.samsung.wurl.tv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/rOl7HfS.png\"/> |\n| 4160 | BBC Doctor Who | [>](https://bbceu-doctorwho-1-it.samsung.wurl.tv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/J2B9FjO.jpg\"/> |\n| 4163 | BBC Drama | [>](https://bbceu-bbcdrama-2-it.samsung.wurl.tv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/hY1M4hL.jpg\"/> |\n| 4169 | Televisa Telenovelas | [>](https://televisa-televisa-1-it.samsung.wurl.tv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/GaJIRN3.jpg\"/> |\n| 4216 | Humanity Documentari | [>](https://cdn-ue1-prod.tsv2.amagi.tv/linear/amg00712-alchimie-humanitydocit-samsungit/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/4gwdyar.png\"/> |\n| 4405 | The Boat Show | [>](https://d46c0ebf9ef94053848fdd7b1f2f6b90.mediatailor.eu-central-1.amazonaws.com/v1/master/81bfcafb76f9c947b24574657a9ce7fe14ad75c0/live-prod/4bdea6cd-80c1-11eb-908d-533d39655269/0/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/cPTLian.png\"/> |\n| 4411 | Fashion TV     | [>](https://fashiontv-fashiontv-3-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/KT3zgc1.png\"/> | FashionTVEurope.fr |\n| 4485 | Motor1TV       | [>](https://motorsportnetwork-motor1tv-1-it.samsung.wurl.tv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/UERYhO1.png\"/> |\n| 4513 | SportOutdoor.tv | [>](https://gto2000-sportoutdoortv-1-it.samsung.wurl.tv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/fwOuEBl.png\"/> |\n| 4516 | Italian Fishing TV | [>](https://itftv-italianfishingtv-1-it.samsung.wurl.tv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Q0jHCdC.png\"/> | ItalianFishingTV.it |\n| 4563 | FUEL TV        | [>](https://fueltv-fueltv-6-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/4Lzo6M4.png\"/> | FuelTV.us |\n| 4610 | Teletubbies    | [>](https://dhx-teletubbies-2-it.samsung.wurl.tv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/tSw1oON.jpeg\"/> |\n| 4613 | duckTV         | [>](https://mmm-ducktv-2-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/BKoAJZV.jpeg\"/> |\n| 4619 | SuperToons TV  | [>](https://kedoo-supertoonstv-4-it.samsung.wurl.tv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/A6vCYsC.png\"/> |\n| 4622 | Planeta Junior | [>](https://deaplaneta-planetakidz-2-it.samsung.wurl.tv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/F71WMja.jpg\"/> |\n| 4628 | MONDO TV KIDS  | [>](https://mondotv-mondotvkids-1-it.samsung.wurl.tv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/DMqKFIM.png\"/> |\n| 4710 | Vevo Pop | [>](https://601820eb2b971a000104f40a-samsung.eu.ssai.zype.com/601820eb2b971a000104f40a_samsung_eu/manifest.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/DPqMpQC.png\"/> |\n| 4716 | Radio Italia Trend | [>](https://radioitalia-samsungitaly.amagi.tv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/ecpfn3e.png\"/> | RadioItaliaTrendTV.it |\n| 4725 | Clubbing TV | [>](https://clubbingtv-samsunguk.amagi.tv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/D1IuAqu.jpg\"/> |\n| 4728 | Deluxe Lounge HD | [>](https://d46c0ebf9ef94053848fdd7b1f2f6b90.mediatailor.eu-central-1.amazonaws.com/v1/master/81bfcafb76f9c947b24574657a9ce7fe14ad75c0/live-prod/9f58b8c3-80c1-11eb-908d-533d39655269/0/master.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/LzIsXym.png\"/> |\n| 4734 | Trace Latina Ⓖ | [>](https://cdn-ue1-prod.tsv2.amagi.tv/linear/amg01131-tracetv-tracelatinait-samsungit/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/GHbz8wd.png\"/> | TraceLatina.fr |\n| 4737 | Trace Urban Ⓖ | [>](https://cdn-ue1-prod.tsv2.amagi.tv/linear/amg01131-tracetv-traceurbanit-samsungit/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/PAx9qj8.png\"/> | TraceUrban.fr |\n| 4957 | Full Moon | [>](https://minerva-fullmoon-1-it.samsung.wurl.tv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/0xT7bZP.jpg\"/> |\n| 4960 | Cinema Segreto | [>](https://minerva-cinemasegreto-1-it.samsung.wurl.tv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/pID3ZGx.png\"/> |\n| 4969 | Bizzarro Movies | [>](https://minerva-bizzarromovies-1-it.samsung.wurl.tv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/EbDLnZB.png\"/> |\n| 4972 | CGtv | [>](https://cgentertainment-cgtv-1-it.samsung.wurl.tv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/6rsLtY7.png\"/> |\n| 4975 | WP | [>](https://minerva-wp-1-it.samsung.wurl.tv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/W5I5yY0.png\"/> |\n| 4979 | Risate all'italiana | [>](https://minerva-risateallitaliana-1-it.samsung.wurl.tv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/LCN66Z1.png\"/> |\n| 4984 | Shorts Ⓖ       | [>](https://cdn-ue1-prod.tsv2.amagi.tv/linear/amg00784-shortsinternati-shortstv-fast-italy-samsungit/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/GwM7RHV.jpg\"/> |\n| 4990 | Sofy.tv        | [>](https://sofytv-samsungit.amagi.tv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/fsJFJeZ.png\"/> |\n\n<h2>Pluto TV</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 0 | VH1+ Girl Power! – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/655208ff53fc9700084a834e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/Z4t6fdU.png\"/> |\n| 0 | Car Chase – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/65a939fad77d450008863835/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/F1jXkhK.png\"/> |\n| 0 | Monster Jam – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/65bce7f1d77d450008b3a430/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/jxGhINd.png\"/> |\n| 0 | MacGyver – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6245d4511358320007029cdf/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/bz9IwWU.png\"/> |\n| 0 | Settimo Cielo – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6245d3792792150007e20634/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/TC5lo6r.png\"/> |\n| 0 | BBC Drama – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62e7fa5ab5062e0007dcf97d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/CrAqXHJ.png\"/> |\n| 0 | Le sorelle mcleod – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60a2837f8154ab0007c4dcdf/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/P310ryf.png\"/> |\n| 0 | Autostop per il cielo – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/638f286445264d00084ec6dc/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/rpC1qk7.png\"/> |\n| 0 | Renegade – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/634926e4b51d2d00077819a2/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/Qsd9wuS.png\"/> |\n| 0 | Serie – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60b9ff2722bfa400072676ef/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/CHBhRZr.png\"/> | PlutoTVSerieItaly.it |\n| 0 | Film – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa17fb9f4490007e6419a/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/QeFc7F3.png\"/> | PlutoTVFilmItaly.it |\n| 0 | Film Azione – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa20a2e7f270007c4878d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/ZmAuf3H.png\"/> | PlutoTVFilmAzioneItaly.it |\n| 0 | Film Thriller – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa5e995132a00075f7005/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/hIWMGRW.png\"/> | PlutoTVFilmThrillerItaly.it |\n| 0 | Horror – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61c09e3ac210ed0007606620/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/zhoHRSE.png\"/> |\n| 0 | Western – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62e7fb67478a5b0007e6c50c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/6vmgQBl.png\"/> |\n| 0 | Film Classici – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa3c446d73500075f0e24/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/jNyZPLV.png\"/> | PlutoTVFilmClassiciItaly.it |\n| 0 | Cinema Italiano – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa7d8359b270007861489/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/drDX5DC.png\"/> | PlutoTVCinemaItalianoItaly.it |\n| 0 | Totò – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/65253f9881f942000833ccd5/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/wLDteJZ.png\"/> |\n| 0 | Film Romantici – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa4a4cc92820007b663af/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/KxPsLG3.png\"/> | PlutoTVFilmRomanticiItaly.it |\n| 0 | Christmas – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/612e05b885183d0007958101/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/tQ8lN30.png\"/> |\n| 0 | Film Drama – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa42b5c2b8f0007197529/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/X8jimKP.png\"/> | PlutoTVFilmDramaItaly.it |\n| 0 | Film Commedia – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa512d67fd900072323db/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/cSKaVHW.png\"/> | PlutoTVFilmCommediaItaly.it |\n| 0 | East is East – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/654c955683595c00081d9d87/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/iPGv82f.png\"/> |\n| 0 | The Asylum – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62e8d5369e48940007fc1dc1/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/S2jlaiJ.png\"/> |\n| 0 | Star Trek: The Original Series – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6581a09edfed030008e12b39/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/VnUrFqB.png\"/> |\n| 0 | Doctor Who – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62e7f8db27ce19000732d1aa/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/oewPc3b.png\"/> |\n| 0 | Sci-Fi – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61728bb9ee3773000840c1fa/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/5B94N8g.png\"/> | PlutoTVSciFiItaly.it |\n| 0 | Mutant X – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60802c209a26320007c92ad5/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/SptYKFI.png\"/> |\n| 0 | Andromeda – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60802d37ee238e0007c94e64/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/2HFhwX9.png\"/> |\n| 0 | Sanctuary – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/63eb57d6c111bc0008fe2658/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/iYyijeJ.png\"/> |\n| 0 | Forensic Files – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/64ec5cf50f73a800081310a5/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/hF5maH7.png\"/> |\n| 0 | Squadra Speciale Cobra 11 – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/625e6cc905e09f00073addee/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/HtDoAF2.png\"/> |\n| 0 | Crime – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa777b907770007e5d05d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/WRMGIdb.png\"/> | PlutoTVCrimeItaly.it |\n| 0 | Mai dire sì – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6349279ed5023700078f2bc2/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/yIMyhSN.png\"/> |\n| 0 | Consulenze illegali – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60b9dc99521a1400079bdfba/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/AoOiYJX.png\"/> |\n| 0 | Il banco dei pugni – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60e4507a06171800072339a3/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/2Lj1sdf.png\"/> |\n| 0 | Affare Fatto – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/64ec5c6644fe100009d114ae/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/BuGkGsL.png\"/> |\n| 0 | Catfish – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6093f9ed2c75660007322bb7/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/KajHKoP.png\"/> |\n| 0 | Il Testimone – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61fbd3f0733df400076c9a2d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/9NXL9kY.png\"/> |\n| 0 | Case Pazzesche – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/626bb07a58b8dd0007e9f36e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/v8IDWwX.png\"/> |\n| 0 | Geordie Shore – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/619263ee9541940007d20d60/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/y0fkHVi.png\"/> |\n| 0 | Ex on the beach – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60940ebad67fd900072382db/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/IONkdyk.png\"/> |\n| 0 | #Riccanza – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/626baa721c279b00072cbedd/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/oBpcWEm.png\"/> |\n| 0 | The Hills – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6466007181844c000967f80a/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/9SRojGx.png\"/> |\n| 0 | Reality – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61925f874b1ec000075e700a/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/tPEOeTk.png\"/> | PlutoTVRealityItaly.it |\n| 0 | Made – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6304ee20112ca70007d8accc/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/dguQsJ7.png\"/> |\n| 0 | 16 anni e incinta – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60940a07d88ba90007b9cb71/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/4BHrbP7.png\"/> |\n| 0 | Teen Mom – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62e7fc8c0d061100083946a9/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/LdiTgeW.png\"/> |\n| 0 | Jersey Shore – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/63eb5767da71180008ace8fc/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/HIlmQEy.png\"/> |\n| 0 | Top Gear – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/64c109a4798def0008a6e03e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/ZZo7DXQ.png\"/> |\n| 0 | Pimp My Ride – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/636a4eaf77279a0007f14861/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/GC2wj2K.png\"/> |\n| 0 | World poker tour – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608016e446d73500075ea7e0/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/AF1ON8u.png\"/> |\n| 0 | PFL MMA – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/654a299cab05240008a12639/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/zScgLTv.png\"/> |\n| 0 | Robot Wars by MECH+ – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/651581ba6a84140008593586/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/vGqha3k.png\"/> |\n| 0 | Ultimate Classic Wrestling – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/652516fb7971630008a58e74/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/QVN5qv3.png\"/> |\n| 0 | The Boat Show – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/63eb58aa60bc8f0008caa8f8/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/aDcwRvj.png\"/> |\n| 0 | Unbeaten Sports – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/64c3b106dac71b00080a26d2/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/UAiv612.png\"/> |\n| 0 | Sport – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608030eff4b6f70007e1684c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/o2psAYW.png\"/> | PlutoTVSportItaly.it |\n| 0 | Ridiculousness – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61fbd721e5b49e00079bfedc/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/Yyj3Dm6.png\"/> |\n| 0 | Scherzi e risate – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/609404b0a8ec810007d8de9d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/kPxGzPI.png\"/> |\n| 0 | Fail army – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608014d19a26320007c92ab6/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/SqRDd2U.png\"/> |\n| 0 | People are awesome – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608017cbe375e400070cc981/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/jn0OeWv.png\"/> |\n| 0 | The pet collective – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60801317a0ccef00072aaf75/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/034PrSz.png\"/> |\n| 0 | Just for laughs – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6093f48c95132a00075fd859/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/VvEz0XX.png\"/> |\n| 0 | South Park – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62bc1f502b70e3000706298e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/06wIdRV.png\"/> |\n| 0 | Super! Spongebob – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6093f9281db477000759fce0/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/vFiwODM.png\"/> |\n| 0 | Due Fantagenitori – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62b57a6752a0060008bc65cd/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/HOvLgGK.png\"/> |\n| 0 | Yu-Gi-Oh! – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/63eb82e24e83e70008ab735f/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/rmzSC1C.png\"/> |\n| 0 | Anime – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/65b90daed77d450008a43345/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/rhVF0eC.png\"/> |\n| 0 | Avatar – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/624da1cd2af90c0007c13205/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/KDSStnJ.png\"/> |\n| 0 | Inazuma Eleven – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/612375086abc84000738fc03/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/2u1ic6X.png\"/> | PlutoTVAnimeItaly.it |\n| 0 | Super! Rugrats – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62e8ddbbaed0390007b258a6/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/QqMQZte.png\"/> |\n| 0 | Teenage Mutant Ninja Turtles – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62619405c733e8000732d1fe/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/bAnyjH7.png\"/> |\n| 0 | Super! Icarly – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/609401db8cf51c00084b592e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/Mhl252U.png\"/> |\n| 0 | Super! Victorious – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/63c012504faf1c0007abfa93/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/ArXLm5R.png\"/> |\n| 0 | Super! Zoey 101 – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6304ed62410a4c00083c0291/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/7FCQb1G.png\"/> |\n| 0 | Super! POP – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6093f7b5bb49b90007cecaad/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/jlz31HP.png\"/> |\n| 0 | Super! Gaming – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/626192c51c279b00072c4553/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/UB7xHRQ.png\"/> |\n| 0 | Super! Girl Power – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/636a4ce50728d200072eebe7/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/lzgp9GM.png\"/> |\n| 0 | Super! Intervallo – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62619544b1bf740007b4154b/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/jl7ZvE5.png\"/> |\n| 0 | Super! Spyders – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/655207f8b9c8a700082c7951/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/n89yuZh.png\"/> |\n| 0 | Kids – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62444e195d2ab7000861694b/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/ybd7A0r.png\"/> |\n| 0 | Kids Ukraine – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/622a2d8da9d8210007d918c2/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/MrIlypV.png\"/> |\n| 0 | Super! Star – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6093f6f8351eb0000754afb8/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/YLtqPkF.png\"/> |\n| 0 | Super! Risate – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/63eb573ba99571000897135b/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/ALCbqZt.png\"/> |\n| 0 | Super! Brothers and Sisters – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61925ea79541940007d20881/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/KSQvVye.png\"/> |\n| 0 | VH1+ Music Legends – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62e8cc10ca869f00078efca8/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/kJ1MDVi.png\"/> |\n| 0 | VH1+ Back to 90's – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6552085aab05240008b05f6c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/vGgh3cs.png\"/> |\n| 0 | VH1+ Rock! – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/636a4173e34fd50007534542/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/P1OCuFl.png\"/> |\n| 0 | VH1+ Canzoni Italiane – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/63724270c7c2360007b170e8/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/fpQBKP2.png\"/> |\n| 0 | VH1+ Hip Hop & Rap – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6465fef47cb4b100086ee7bd/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/k1zQpiO.png\"/> |\n| 0 | Deluxe Lounge HD – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6278ec6c33d85a00077ad814/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/mTXgaKl.png\"/> |\n| 0 | K-Pop – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60c8b75fb0a68400074b86fc/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/9Vp4rx2.png\"/> |\n| 0 | Fireplace – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/612ce23f51cce000078eeed5/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/csk1e76.png\"/> |\n| 0 | Euronews – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61b86ea479a4390007c6d5fc/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/Zpf2ykM.png\"/> |\n| 0 | CBS News – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6231ec4b62cd1f0007093c7b/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/ApsK6Eq.png\"/> |\n| 0 | Cucina – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa718a8ec810007d87fee/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/KsOhaOn.png\"/> | PlutoTVCucinaItaly.it |\n| 0 | Real life – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60801976f92a750007a0699c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/FpwqJYw.png\"/> | PlutoTVRealLifeItaly.it |\n| 0 | Naturescape – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/610a9ebe8c2ac2000734776e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/CGB6qiV.png\"/> |\n| 0 | Natura – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60802b37709d6b0007b0c549/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/Pc4gx12.png\"/> | PlutoTVNaturaItaly.it |\n| 0 | Storia – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/65253fdf3fd33c00080214a3/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/w5BYvsz.png\"/> |\n| 0 | Documentari – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa8a5709d6b0007b132fe/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/0jYrODf.png\"/> | PlutoTVDocumentariItaly.it |\n| 0 | Viaggi – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/63c923944207be0007fd0887/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/3GJg0uy.png\"/> |\n| 0 | House of Docs – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6536608b4f123d000876b78b/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/pFLQ18m.png\"/> |\n| 0 | Le vite degli altri – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/653660b4295b840008a70ba3/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/nngMFi5.png\"/> |\n\n<h2>Invalid</h2>\n\n| #   | Channel        | Link  | Logo | EPG id |\n|:---:|:--------------:|:-----:|:----:|:------:|\n| 2   | Sportitalia MOTORI | [x](https://di-kzbhv8pw.vo.lswcdn.net/sportitalia/smil:simotori.smil/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/hu56Ya5.png\"/> | SportitaliaMotori.it |\n| 7   | Alma TV Food | [x](https://5dc8dd4cf0b5427eabbefe95b3ddfbf0.mediatailor.us-east-1.amazonaws.com/v1/master/04fd913bb278d8775298c26fdca9d9841f37601f/Samsung-it_AlmaTVFood/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/Nls1q2J.jpg\"/> |\n| 8   | Alma TV Travel | [x](https://00791af53d174795819a600b092d0b5e.mediatailor.us-east-1.amazonaws.com/v1/master/04fd913bb278d8775298c26fdca9d9841f37601f/Samsung-it_AlmaTVTravel/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/jxk4ldN.jpg\"/> |\n| 4330 | Euronews       | [x](https://alchimie-euronews-2-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/8MsbPCU.png\"/> |\n| 4438 | Brindiamo!     | [x](https://okproductions-brindiamochannel-1-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/8g0K6iP.jpeg\"/> |\n| 4616 | Amuse Animation | [x](https://amuse-amuseanimation-1-it.samsung.wurl.tv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/TLIQ9Th.png\"/> |\n| 4963 | Dark Matter TV | [x](https://amg00434-tricoast-darkmatter-italy-samsunguk-lvse1.amagi.tv/playlist.m3u8) | <img height=\"20\" src=\"https://i.imgur.com/DRoOi5x.jpg\"/> |\n| 0 | Maradona, sin cortes – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/618b98b04b1ec000075af6da/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/1BqLYel.png\"/> |\n| 0 | Celebration – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/612cde2edd516f0007e102ad/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/DQL9vG8.png\"/> |\n| 0 | In Love – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6192605c9541940007d208f8/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/wA8GYOU.png\"/> |\n| 0 | Super! Cupido – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6192612b6d03190008139f32/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/I0C7E4v.png\"/> |\n| 0 | Loupe – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60802e86a6997500072cfe90/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/RApNs2W.png\"/> |\n| 0 | Super! Papà – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/619263124a270700077c9471/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/AIgUwrB.png\"/> |\n| 0 | Star Trek – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/619b87091a9c310008f733b5/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/6v8KZDC.png\"/> | PlutoTVStarTrekItaly.it |\n| 0 | Young and fabulous – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60a7c62ee90dd20007637411/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/H61Q2oO.png\"/> |\n| 0 | Super! Surprise – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61fbd31b7365340007f9373c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/OLNEjHo.png\"/> |\n| 0 | Viva la mamma! – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61fbd6820ac006000761a849/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/LNu8TbF.png\"/> |\n| 0 | Super! Mamma – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61fbd59f8cc25c000750facc/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/b6tvDHj.png\"/> |\n| 0 | Super! Summer – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61fbf29bf123940007858709/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/jGL3SSp.png\"/> |\n| 0 | Super! Spaziale – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61fbd4c9e5b49e00079bfed9/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/aKyyfBs.png\"/> |\n| 0 | VH1+ Summer Vibes – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/626180ec537f210007e94b52/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/yka85yk.png\"/> |\n| 0 | Halloween – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62e8d3c2c2db99000787b786/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/RXsHnUx.png\"/> |\n| 0 | Sposati...con figli – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62443055c9735d00076feff7/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/ZSqwxmH.png\"/> |\n| 0 | Are You The One? – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6094071be159e00007e860fa/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/YqMl3Iu.png\"/> |\n| 0 | Super! Eroi – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6093f5ab128c2b00070ebd51/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/gsX9A5b.png\"/> |\n| 0 | Shorts – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61c49ccfcc9cc600070eae5c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/2tQnopK.png\"/> |\n| 0 | Best of The Drew Barrymore Show – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/63c69a45d3485c00076c1a06/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/SEtDTWB.png\"/> |\n| 0 | Super! A casa dei Loud – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62e8e4e19bc0ab00072e049f/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/oT6QQNg.png\"/> |\n| 0 | Super! Danger & Thunder – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62e8e3bca3766a0007387284/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/j3cadTU.png\"/> |\n| 0 | Super! Film – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/626182c72e4c720007432786/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/tYAI0xu.png\"/> |\n| 0 | Got Game – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61e9119366401100074dd3fd/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/w9EJUQ3.png\"/> |\n| 0 | #1 – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6304ec83440dc90007f514c6/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/zhzgTlb.png\"/> |\n| 0 | VH1+ Pride – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/63eb587e8795f300088cd35d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/2AFiKPW.png\"/> |\n| 0 | VH1+ Love Music – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/636a4431b7fca900075039e2/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/7OTp1DX.png\"/> |\n| 0 | Ciclismo – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/63eb5825da71180008acebb4/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/zrnI5YH.png\"/> |\n| 0 | Beavis and Butt-Head – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6465fd9d81844c000967f337/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/c8VrM9Y.png\"/> |\n| 0 | Super! Mystery – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6192624035f3910007fc7305/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/6So6078.png\"/> |\n| 0 | Summer – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6261868633a2890007e87885/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/bmXqFVb.png\"/> |\n| 0 | Super! Summer – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61fbf29bf123940007858709/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/OW2qnU0.png\"/> |\n| 0 | VH1+ Summer Vibes – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/626180ec537f210007e94b52/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/3RiT8Rp.png\"/> |\n| 0 | VH1+ Euro Hits – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/63eb5857a995710008971705/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/03Oo6J8.png\"/> |\n| 0 | Food Mania – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62e8d89538acc8000706fbae/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/1R1wDP7.png\"/> |\n| 0 | Super! Halloween – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62e8d22424f1bd0007a5f387/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/M4PKJo5.png\"/> |\n| 0 | VH1+ Halloween – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/639b4e5373423d00071ce330/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/qawLLSH.png\"/> |\n| 0 | Qwest Jazz&Beyond – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60db3bbd9397a00007ab029a/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/Ch2qOA4.png\"/> |\n| 0 | Fashion – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60c88130ab4a9800074e5f87/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/cC0wrqG.png\"/> |\n| 0 | Super! Eroi – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6093f5ab128c2b00070ebd51/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/Id3dRyg.png\"/> |\n| 0 | Super! Spaziale – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61fbd4c9e5b49e00079bfed9/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/Urc3FY1.png\"/> |\n| 0 | Serie Teen – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60940639add5910008c0cdd1/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/pBmsfU7.png\"/> |\n| 0 | Just Tattoo of Us – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62618478b389bb0007b24c12/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/UGx55Zq.png\"/> |\n| 0 | FUEL TV – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60b9dbea1f19550007dd0dfa/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/sfL6NXb.png\"/> |\n| 0 | IGN – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608015ea48a6e800076f0f2f/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/9SsTKJu.png\"/> |\n| 0 | Super! Instant Mom – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/63f48f3e219c4c0008f703c0/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/IcxaYBr.png\"/> |\n| 0 | VH1+ – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61cd822216e2fd00086d0aeb/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/kmduUJ4.png\"/> |\n| 0 | Clubbing TV – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60802de3fd2d70000763bb83/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/D5U4unl.png\"/> |\n| 0 | Chilevision Noticias – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/627d16b55b43690007badae0/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/uD3N2If.png\"/> |\n| 0 | Super! Natale – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/612ce0ead825b300078b7082/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/lXHxveM.png\"/> |\n| 0 | VH1+ Christmas – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62e8e137865c590007ecae3c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/wlWnTfB.png\"/> |\n| 0 | Christmas Lights – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/612ce316d825b300078b70bc/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/a6TI66l.png\"/> |\n| 0 | Il mio amico Arnold – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6385eb5588399a000759ef45/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/Pkd62T6.png\"/> |\n| 0 | I Jefferson – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62442f28afe626000747f195/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/PEjrLRc.png\"/> |\n| 0 | The Musketeers – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/64fee60130ab3300084d9157/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/4pjpIWk.png\"/> |\n| 0 | New Tricks – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6500457d3efb510008315e59/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/1Ayaxi5.png\"/> |\n| 0 | South Park San Valentino – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/65a553d1dfed0300081bf0dd/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/9xDBgGu.png\"/> |\n| 0 | Family – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6123742451cce0000789fc7a/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/Wux4qyT.png\"/> | PlutoTVFamilyItaly.it |\n| 0 | Legami Letali – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/64808a8c536e0c0008a276d1/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/OzAL6sw.png\"/> |\n| 0 | Telefe Noticias – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/627d15744208ae000727c67c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height=\"20\" src=\"https://i.imgur.com/X1YDGcd.png\"/> |\n"
  },
  {
    "path": "make_flags.sh",
    "content": "#!/usr/bin/env bash\n\ncurl -sS https://raw.githubusercontent.com/linuxmint/hypnotix/master/usr/share/hypnotix/countries.list -o ./countries.list\necho \"FO:Faroe Islands\" >> ./countries.list\n\nfor country in `cat ./flag_order.txt | grep -v \"^$\" | grep -v \"#\"`; do\n    country_name=`echo \"$country\"|sed -e \"s/_/ /g\"`\n\n    [[ \"$country_name\" == \"korea\" ]] && country_name=\"south korea\"\n    [[ \"$country_name\" == \"uk\" ]] && country_name=\"united kingdom\"\n\n    country_code_line=`cat ./countries.list|grep -m 1 -i \"$country_name\"`\n\n    if [[ -z \"$country_code_line\" ]]; then\n        echo \"MISSING COUNTRY CODE FOR: $country\"\n        exit 1\n    elif [[ -n \"$country_code_line\" ]]; then\n        IFS=':'; country_code_arr=($country_code_line); unset IFS\n        country_code=\"${country_code_arr[0],,}\"\n    fi\n\n    echo \"[<img src=\\\"https://hatscripts.github.io/circle-flags/flags/$country_code.svg\\\" width=\\\"24\\\">](lists/$country.md)\"\ndone\n\nrm ./countries.list\n"
  },
  {
    "path": "make_playlist.py",
    "content": "#!/usr/bin/python3\n\nimport os\nimport re\n\nCOUNTRY_CODES = {\n    \"albania\": \"AL\",\n    \"andorra\": \"AD\",\n    \"argentina\": \"AR\",\n    \"armenia\": \"AM\",\n    \"australia\": \"AU\",\n    \"austria\": \"AT\",\n    \"azerbaijan\": \"AZ\",\n    \"belarus\": \"BY\",\n    \"belgium\": \"BE\",\n    \"bosnia_and_herzegovina\": \"BA\",\n    \"brazil\": \"BR\",\n    \"bulgaria\": \"BG\",\n    \"canada\": \"CA\",\n    \"chad\": \"TD\",\n    \"chile\": \"CL\",\n    \"china\": \"CN\",\n    \"costa_rica\": \"CR\",\n    \"croatia\": \"HR\",\n    \"cyprus\": \"CY\",\n    \"czech_republic\": \"CZ\",\n    \"denmark\": \"DK\",\n    \"dominican_republic\": \"DO\",\n    \"egypt\": \"EG\",\n    \"estonia\": \"EE\",\n    \"faroe_islands\": \"FO\",\n    \"finland\": \"FI\",\n    \"france\": \"FR\",\n    \"georgia\": \"GE\",\n    \"germany\": \"DE\",\n    \"greece\": \"GR\",\n    \"greenland\": \"GL\",\n    \"hong_kong\": \"HK\",\n    \"hongkong\": \"HK\",\n    \"hungary\": \"HU\",\n    \"iceland\": \"IS\",\n    \"india\": \"IN\",\n    \"indonesia\": \"ID\",\n    \"iran\": \"IR\",\n    \"iraq\": \"IQ\",\n    \"ireland\": \"IE\",\n    \"israel\": \"IL\",\n    \"italy\": \"IT\",\n    \"japan\": \"JP\",\n    \"korea\": \"KR\",\n    \"kosovo\": \"XK\",\n    \"latvia\": \"LV\",\n    \"lithuania\": \"LT\",\n    \"luxembourg\": \"LU\",\n    \"macau\": \"MO\",\n    \"malta\": \"MT\",\n    \"mexico\": \"MX\",\n    \"moldova\": \"MD\",\n    \"monaco\": \"MC\",\n    \"montenegro\": \"ME\",\n    \"netherlands\": \"NL\",\n    \"north_korea\": \"KP\",\n    \"north_macedonia\": \"MK\",\n    \"norway\": \"NO\",\n    \"paraguay\": \"PY\",\n    \"peru\": \"PE\",\n    \"poland\": \"PL\",\n    \"portugal\": \"PT\",\n    \"qatar\": \"QA\",\n    \"romania\": \"RO\",\n    \"russia\": \"RU\",\n    \"san_marino\": \"SM\",\n    \"saudi_arabia\": \"SA\",\n    \"serbia\": \"RS\",\n    \"slovakia\": \"SK\",\n    \"slovenia\": \"SI\",\n    \"somalia\": \"SO\",\n    \"spain\": \"ES\",\n    \"spain_vod\": \"ES\",\n    \"sweden\": \"SE\",\n    \"switzerland\": \"CH\",\n    \"taiwan\": \"TW\",\n    \"trinidad\": \"TT\",\n    \"turkey\": \"TR\",\n    \"uk\": \"GB\",\n    \"ukraine\": \"UA\",\n    \"united_arab_emirates\": \"AE\",\n    \"usa\": \"US\",\n    \"usa_vod\": \"US\",\n    \"venezuela\": \"VE\",\n}\n\n\nclass Channel:\n    def __init__(self, group, md_line, country_code=\"\"):\n        self.group = group\n        self.country_code = country_code\n        md_line = md_line.strip()\n        parts = md_line.split(\"|\")\n        self.number = parts[1].strip()\n        self.name = parts[2].strip()\n        self.url = parts[3].strip()\n        self.url = self.url[self.url.find(\"(\")+1:self.url.rfind(\")\")]\n        self.logo = parts[4].strip()\n        self.logo = self.logo[self.logo.find('src=\"')+5:self.logo.rfind('\"')]\n        if len(parts) > 6:\n            self.epg = parts[5].strip()\n        else:\n            self.epg = None\n\n    def to_m3u_line(self):\n        country = f' tvg-country=\"{self.country_code}\"' if self.country_code else \"\"\n        if self.epg is None:\n            return (f'#EXTINF:-1 tvg-name=\"{self.name}\" tvg-logo=\"{self.logo}\"{country} group-title=\"{self.group}\",{self.name}\\n{self.url}')\n        else:\n            return (f'#EXTINF:-1 tvg-name=\"{self.name}\" tvg-logo=\"{self.logo}\" tvg-id=\"{self.epg}\"{country} group-title=\"{self.group}\",{self.name}\\n{self.url}')\n\n\ndef main():\n    base_dir = os.path.dirname(os.path.abspath(__file__))\n    lists_dir = os.path.join(base_dir, \"lists\")\n    dir_playlists = os.path.join(base_dir, \"playlists\")\n\n    if not os.path.isdir(dir_playlists):\n        os.mkdir(dir_playlists)\n\n    with open(os.path.join(base_dir, \"epglist.txt\"), encoding='utf-8') as epg_file:\n        epg_urls = [line.strip() for line in epg_file if line.strip()]\n    processed_epg_list = \", \".join(epg_urls)\n    head_playlist = f'#EXTM3U x-tvg-url=\"{processed_epg_list}\"\\n'\n\n    with open(os.path.join(base_dir, \"playlist.m3u8\"), \"w\", encoding='utf-8') as playlist:\n        playlist.write(head_playlist)\n        for filename in sorted(os.listdir(lists_dir)):\n            if filename == \"README.md\" or not filename.endswith(\".md\"):\n                continue\n            markup_path = os.path.join(lists_dir, filename)\n            country_path = os.path.join(dir_playlists, \"playlist_\" + filename[:-3] + \".m3u8\")\n            country_key = filename[:-3]\n            group = country_key.replace(\"_\", \" \").title()\n            country_code = COUNTRY_CODES.get(country_key, \"\")\n            print(f\"Generating {group}\")\n            with open(markup_path, encoding='utf-8') as markup_file, \\\n                 open(country_path, \"w\", encoding='utf-8') as playlist_country:\n                playlist_country.write(head_playlist)\n                for line in markup_file:\n                    if \"<h1>\" in line.lower() and \"</h1>\" in line.lower():\n                        group = re.sub('<[^<>]+>', '', line.strip())\n                    if \"[>]\" not in line:\n                        continue\n                    channel = Channel(group, line, country_code)\n                    m3u_line = channel.to_m3u_line()\n                    print(m3u_line, file=playlist)\n                    print(m3u_line, file=playlist_country)\n\nif __name__ == \"__main__\":\n    main()\n"
  },
  {
    "path": "playlist.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"Kanali 7 Ⓢ\" tvg-logo=\"https://i.imgur.com/rL2v9pM.png\" tvg-id=\"Kanali7.al\" tvg-country=\"AL\" group-title=\"Albania\",Kanali 7 Ⓢ\nhttps://fe.tring.al/delta/105/out/u/1200_1.m3u8\n#EXTINF:-1 tvg-name=\"A2 CNN Albania\" tvg-logo=\"https://i.imgur.com/TgO3Lzi.png\" tvg-id=\"A2CNN.al\" tvg-country=\"AL\" group-title=\"Albania\",A2 CNN Albania\nhttps://tv.a2news.com/live/smil:a2cnnweb.stream.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"ABC News Albania Ⓣ\" tvg-logo=\"https://i.imgur.com/aObcudw.png\" tvg-id=\"ABCNewsAlbania.al\" tvg-country=\"AL\" group-title=\"Albania\",ABC News Albania Ⓣ\nhttps://www.twitch.tv/abcnewsal\n#EXTINF:-1 tvg-name=\"AlbKanale Music TV Ⓢ\" tvg-logo=\"https://i.imgur.com/JdKxscs.png\" tvg-id=\"AlbKanaleMusicTV.al\" tvg-country=\"AL\" group-title=\"Albania\",AlbKanale Music TV Ⓢ\nhttps://albportal.net/albkanalemusic.m3u8\n#EXTINF:-1 tvg-name=\"Alpo TV\" tvg-logo=\"https://i.imgur.com/Pr4ixiA.png\" tvg-id=\"AlpoTV.al\" tvg-country=\"AL\" group-title=\"Albania\",Alpo TV\nhttps://5d00db0e0fcd5.streamlock.net/7236/7236/playlist.m3u8\n#EXTINF:-1 tvg-name=\"CNA\" tvg-logo=\"https://i.imgur.com/X3ukD5t.png\" tvg-id=\"CNA.al\" tvg-country=\"AL\" group-title=\"Albania\",CNA\nhttps://live1.mediadesk.al/cnatvlive.m3u8\n#EXTINF:-1 tvg-name=\"Euronews Albania Ⓨ\" tvg-logo=\"https://i.imgur.com/Skf6vdi.png\" tvg-id=\"EuronewsAlbania.al\" tvg-country=\"AL\" group-title=\"Albania\",Euronews Albania Ⓨ\nhttps://www.youtube.com/@EuronewsAlbania/live\n#EXTINF:-1 tvg-name=\"News 24 Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/2d/News_24_%28Albania%29.svg/1024px-News_24_%28Albania%29.svg.png\" tvg-id=\"News24.al\" tvg-country=\"AL\" group-title=\"Albania\",News 24 Ⓢ\nhttps://tv.balkanweb.com/news24/livestream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Ora News\" tvg-logo=\"https://i.imgur.com/ILZY5bJ.png\" tvg-id=\"OraNews.al\" tvg-country=\"AL\" group-title=\"Albania\",Ora News\nhttps://live1.mediadesk.al/oranews.m3u8\n#EXTINF:-1 tvg-name=\"Panorama TV Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/24/Panorama_logo.svg/512px-Panorama_logo.svg.png\" tvg-id=\"PanoramaTV.al\" tvg-country=\"AL\" group-title=\"Albania\",Panorama TV Ⓢ\nhttp://198.244.188.94/panorama/livestream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Report TV\" tvg-logo=\"https://i.imgur.com/yuRDJYY.png\" tvg-id=\"ReportTV.al\" tvg-country=\"AL\" group-title=\"Albania\",Report TV\nhttps://deb10stream.duckdns.org/hls/stream.m3u8\n#EXTINF:-1 tvg-name=\"Syri\" tvg-logo=\"https://i.imgur.com/4zVyj1M.png\" tvg-id=\"Syri.al\" tvg-country=\"AL\" group-title=\"Albania\",Syri\nhttps://stream.syritv.al/SyriTV/index.m3u8\n#EXTINF:-1 tvg-name=\"Top News Ⓣ\" tvg-logo=\"https://i.imgur.com/tBAXkOW.png\" tvg-id=\"TopNews.al\" tvg-country=\"AL\" group-title=\"Albania\",Top News Ⓣ\nhttps://www.twitch.tv/topnewsal\n#EXTINF:-1 tvg-name=\"Tropoja\" tvg-logo=\"https://i.imgur.com/D3hNOVS.png\" tvg-id=\"TropojaTelevizion.al\" tvg-country=\"AL\" group-title=\"Albania\",Tropoja\nhttps://live.prostream.al/al/smil:tropojatv.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TV 7 Albania\" tvg-logo=\"https://i.imgur.com/k9WqPLZ.png\" tvg-id=\"TV7Albania.al\" tvg-country=\"AL\" group-title=\"Albania\",TV 7 Albania\nhttps://5d00db0e0fcd5.streamlock.net/7064/7064/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TV Apollon Ⓢ\" tvg-logo=\"https://i.imgur.com/gUz2AjM.png\" tvg-id=\"TVApollon.al\" tvg-country=\"AL\" group-title=\"Albania\",TV Apollon Ⓢ\nhttps://live.apollon.tv/Apollon-WEB/video.m3u8?token=tnt3u76re30d2\n#EXTINF:-1 tvg-name=\"Vizion Plus\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/f/fc/Vizion_Plus.svg/512px-Vizion_Plus.svg.png\" tvg-id=\"VizionPlus.al\" tvg-country=\"AL\" group-title=\"Albania\",Vizion Plus\nhttps://fe.tring.al/delta/105/out/u/rdghfhsfhfshs.m3u8\n#EXTINF:-1 tvg-name=\"Andorra TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/3/32/Logo_Andorra_Televisi%C3%B3.png\" tvg-id=\"AndorraTV.ad\" tvg-country=\"AD\" group-title=\"Andorra\",Andorra TV\nhttps://videos.rtva.ad/live/rtva/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TN Todo Noticias Ⓨ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/4/4f/TN_todo_noticias_logo.svg/200px-TN_todo_noticias_logo.svg.png\" tvg-id=\"TodoNoticias.ar\" tvg-country=\"AR\" group-title=\"Argentina\",TN Todo Noticias Ⓨ\nhttps://www.youtube.com/c/todonoticias/live\n#EXTINF:-1 tvg-name=\"Encuentro Ⓨ Ⓖ\" tvg-logo=\"https://i.imgur.com/IyP2UIx.png\" tvg-id=\"Encuentro.ar\" tvg-country=\"AR\" group-title=\"Argentina\",Encuentro Ⓨ Ⓖ\nhttps://www.youtube.com/user/encuentro/live\n#EXTINF:-1 tvg-name=\"Pakapaka Ⓨ Ⓖ\" tvg-logo=\"https://i.imgur.com/Q4zaCuM.png\" tvg-id=\"Pakapaka.ar\" tvg-country=\"AR\" group-title=\"Argentina\",Pakapaka Ⓨ Ⓖ\nhttps://www.youtube.com/user/CanalPakapaka/live\n#EXTINF:-1 tvg-name=\"Aunar\" tvg-logo=\"http://tvabierta.weebly.com/uploads/5/1/3/4/51344345/aunar.png\" tvg-id=\"Aunar.ar\" tvg-country=\"AR\" group-title=\"Argentina\",Aunar\nhttps://5fb24b460df87.streamlock.net/live-cont.ar/mirador/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Cine.AR\" tvg-logo=\"https://i.imgur.com/RPLyrIC.png\" tvg-id=\"CineAr.ar\" tvg-country=\"AR\" group-title=\"Argentina\",Cine.AR\nhttps://5fb24b460df87.streamlock.net/live-cont.ar/cinear/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tec TV\" tvg-logo=\"https://i.imgur.com/EGCq1wc.png\" tvg-id=\"TECTV.ar\" tvg-country=\"AR\" group-title=\"Argentina\",Tec TV\nhttps://tv.initium.net.ar:3939/live/tectvmainlive.m3u8\n#EXTINF:-1 tvg-name=\"Televisión Pública Ⓨ\" tvg-logo=\"https://i.imgur.com/4hYYpiu.png\" tvg-id=\"TVPublica.ar\" tvg-country=\"AR\" group-title=\"Argentina\",Televisión Pública Ⓨ\nhttps://www.youtube.com/user/TVPublicaArgentina/live\n#EXTINF:-1 tvg-name=\"DeporTV\" tvg-logo=\"https://i.imgur.com/iyYLNRt.png\" tvg-id=\"DeporTV.ar\" tvg-country=\"AR\" group-title=\"Argentina\",DeporTV\nhttps://5fb24b460df87.streamlock.net/live-cont.ar/deportv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Canal 26 Ⓨ\" tvg-logo=\"https://i.imgur.com/xDjOUuz.png\" tvg-id=\"Canal26.ar\" tvg-country=\"AR\" group-title=\"Argentina\",Canal 26 Ⓨ\nhttps://www.youtube.com/c/canal26/live\n#EXTINF:-1 tvg-name=\"Crónica TV Ⓨ\" tvg-logo=\"https://i.imgur.com/k2Ku8Ib.png\" tvg-id=\"CronicaTV.ar\" tvg-country=\"AR\" group-title=\"Argentina\",Crónica TV Ⓨ\nhttps://www.youtube.com/c/cronicatv/live\n#EXTINF:-1 tvg-name=\"IP Noticias Ⓨ\" tvg-logo=\"https://photos.live-tv-channels.org/tv-logo/ar-ip-noticias-6980-300x225.jpg\" tvg-id=\"IPNoticias.ar\" tvg-country=\"AR\" group-title=\"Argentina\",IP Noticias Ⓨ\nhttps://www.youtube.com/watch?v=IxQ2-6Y4y9w\n#EXTINF:-1 tvg-name=\"El Destape Ⓨ\" tvg-logo=\"https://yt3.ggpht.com/a-/AAuE7mAuXDwiY8UPwtAHrGXTXkAxBjdRqws2MJIN2A=s900-mo-c-c0xffffffff-rj-k-no\" tvg-id=\"ElDestape.ar\" tvg-country=\"AR\" group-title=\"Argentina\",El Destape Ⓨ\nhttps://www.youtube.com/watch?v=JuskTxbUqmY\n#EXTINF:-1 tvg-name=\"C5N Ⓨ\" tvg-logo=\"https://i.imgur.com/E3pamA5.png\" tvg-id=\"C5N.ar\" tvg-country=\"AR\" group-title=\"Argentina\",C5N Ⓨ\nhttps://www.youtube.com/c/c5n/live\n#EXTINF:-1 tvg-name=\"LN+ Ⓨ\" tvg-logo=\"https://i.imgur.com/vJYzGt1.png\" tvg-id=\"LaNacionPlus.ar\" tvg-country=\"AR\" group-title=\"Argentina\",LN+ Ⓨ\nhttps://www.youtube.com/c/LaNacionMas/live\n#EXTINF:-1 tvg-name=\"Canal E\" tvg-logo=\"https://i.ibb.co/y4pkxH3/Qtc8-M2-PG-400x400.jpg\" tvg-id=\"CanalE.ar\" tvg-country=\"AR\" group-title=\"Argentina\",Canal E\nhttps://unlimited1-us.dps.live/perfiltv/perfiltv.smil/perfiltv/livestream2/chunks.m3u8\n#EXTINF:-1 tvg-name=\"Telemax\" tvg-logo=\"https://i.imgur.com/gfX0hdB.png\" tvg-id=\"Telemax.ar\" tvg-country=\"AR\" group-title=\"Argentina\",Telemax\nhttps://live-edge01.telecentro.net.ar/live/smil:tlx.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Net TV\" tvg-logo=\"https://i.imgur.com/EWmshtx.png\" tvg-id=\"NETTV.ar\" tvg-country=\"AR\" group-title=\"Argentina\",Net TV\nhttps://unlimited1-us.dps.live/nettv/nettv.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TV Universidad\" tvg-logo=\"https://i.imgur.com/tvLHiAT.png\" tvg-id=\"TVUniversidad.ar\" tvg-country=\"AR\" group-title=\"Argentina\",TV Universidad\nhttps://stratus.stream.cespi.unlp.edu.ar/hls/tvunlp.m3u8\n#EXTINF:-1 tvg-name=\"Barricada TV\" tvg-logo=\"https://www.barricadatv.org/?p=23082\" tvg-id=\"BarricadaTV.ar\" tvg-country=\"AR\" group-title=\"Argentina\",Barricada TV\nhttps://live-ak.vimeocdn.com/exp=1696402364~acl=%2F9f41e203-241b-4eb7-b0b5-b1839903408f%2F%2A~hmac=d4819f301510676a986bfe610b664765ee2b1a23e1e1ca3214398f949a0b2778/9f41e203-241b-4eb7-b0b5-b1839903408f/hls.m3u8?min_seconds=30\n#EXTINF:-1 tvg-name=\"Urbana Tevé\" tvg-logo=\"https://yt3.ggpht.com/ytc/AKedOLQLeFMWMeoumi-o24ohLPXSEdNL5-oJ9W5oP5KnnA=s900-c-k-c0x00ffffff-no-rj\" tvg-id=\"UrbanaTeve.ar\" tvg-country=\"AR\" group-title=\"Argentina\",Urbana Tevé\nhttps://cdnhd.iblups.com/hls/DD3nXkAkWk.m3u8\n#EXTINF:-1 tvg-name=\"Comarca TV\" tvg-logo=\"http://directostv.teleame.com/wp-content/uploads/2020/10/Comarca-TV-en-vivo-Online.png\" tvg-id=\"ComarcaTV.ar\" tvg-country=\"AR\" group-title=\"Argentina\",Comarca TV\nhttps://video-weaver.ord56.hls.ttvnw.net/v1/playlist/Cq4FFLOPxq44Qy0kxjcr_wXuRRwjKU6gJ80Tc5eWRkaz5XdeNfeq7DzoNAstinu7BLtnw7jYDANX5yCDozdlS55_kYfuDyqQhwF0JpzU75lDUv5NOuUVWBwlP0m1Bh1JMn21v_OvA_teSCI7hcIFl2DoINrr8bHnpSS8EUvXNesfdX_LcfQH-clqftQ0sCreLIbTvxI5MyL6Wnm8jGh2yg48A2c_k9YHDH6TpM3tLo-pbRrrfByqMq-IoMQREf5DV_sTfHtAzinQQU3Np309s2ScJwcBlAjzz4VJ7svuJ1UbWBBylenSTnrXQW5Vws7OqG2kcoAHHpAQN6BQCpxaXO6dE7MLg7Nq6E7961fHEVSqFCRQg2Y5orbSsEwMo7_S4s5POZSQX1tn04QDuHfLixx-aBcbctSSFmI1CNZ3YDCEZVvWHOU6SyKQcsZeJCFLA1DsxqY3DeAn6n7xpPS4pdsizKqlqsT66liv_L-48h7jGujNZPDHge0fcgUs_7b7jlKJlKv-S_s1mGgLqPEUEQ8dhn5AugB0kfjAGgcTHIP_qLPRY0M7OikuBaMxh1pUpPkVG9AX4jCg1cwCgcfa64OP9ed4pwMjoiKm0dIfytTQ8hWjwXtkv16nJDfZ3kkqaMnM8ErZG6tRw-JVy3nRooKubY7Re0Fc1RHB85_eX2NYQD88N7r-UgaiO2ax0FQ-E_IdfuwSmp5oDy6Di6pT7r_zDRN3znbV64s4i-INUg-D2Leeq4xqYhe_Zhj-3AoxXDWCB0-DCc1kFEComkNpY01YA19zEm01TKLCbdaJwdC6bQpSEoJkOCoPAMnxm7oPNlqZRbhM4TVCJ34f4Y1guzaDomcEABl4Cii2UF-OhskRUZF-SUWjWdO6z62UqZagzG2QOTr6VBH-ItT_16fLsRUaDGTVKzgYHT8XcSqTkyABKgl1cy1lYXN0LTEwjQY.m3u8\n#EXTINF:-1 tvg-name=\"El Trece\" tvg-logo=\"https://i.imgur.com/ZK7AQFg.png\" tvg-id=\"ElTrece.ar\" tvg-country=\"AR\" group-title=\"Argentina\",El Trece\nhttps://live-01-02-eltrece.vodgc.net/eltrecetv/index.m3u8\n#EXTINF:-1 tvg-name=\"El Nueve\" tvg-logo=\"https://i.imgur.com/EtcVSm4.png\" tvg-id=\"ElNueve.ar\" tvg-country=\"AR\" group-title=\"Argentina\",El Nueve\nhttps://octubre-live.cdn.vustreams.com/live/channel09/live.isml/live.m3u8\n#EXTINF:-1 tvg-name=\"Telefe Ⓨ\" tvg-logo=\"https://i.imgur.com/wrZfMXn.png\" tvg-id=\"Telefe.ar\" tvg-country=\"AR\" group-title=\"Argentina\",Telefe Ⓨ\nhttps://telefe.com/Api/Videos/GetSourceUrl/694564/0/HLS?.m3u8\n#EXTINF:-1 tvg-name=\"América Ⓨ\" tvg-logo=\"https://i.imgur.com/Jt7dOQm.png\" tvg-id=\"AmericaTV.ar\" tvg-country=\"AR\" group-title=\"Argentina\",América Ⓨ\nhttps://www.youtube.com/c/americaenvivo/live\n#EXTINF:-1 tvg-name=\"A24 Ⓨ\" tvg-logo=\"https://i.imgur.com/OdhF7ym.png\" tvg-id=\"A24.ar\" tvg-country=\"AR\" group-title=\"Argentina\",A24 Ⓨ\nhttps://www.youtube.com/c/A24com/live\n#EXTINF:-1 tvg-name=\"Armenia 1\" tvg-logo=\"https://i.imgur.com/HIwJ4lc.png\" tvg-id=\"Armenia1.am\" tvg-country=\"AM\" group-title=\"Armenia\",Armenia 1\nhttps://amtv1.livestreamingcdn.com/am2abr/index.m3u8\n#EXTINF:-1 tvg-name=\"Kentron TV Ⓢ\" tvg-logo=\"https://i.imgur.com/eCaxBFn.png\" tvg-id=\"KentronTV.am\" tvg-country=\"AM\" group-title=\"Armenia\",Kentron TV Ⓢ\nhttps://gineu9.bozztv.com/gin-36bay2/gin-kentron/tracks-v1a1/mono.m3u8\n#EXTINF:-1 tvg-name=\"Armenia TV Ⓢ\" tvg-logo=\"https://i.imgur.com/UnoI5uM.png\" tvg-id=\"ArmeniaTV.am\" tvg-country=\"AM\" group-title=\"Armenia\",Armenia TV Ⓢ\nhttps://cdn.hayastantv.com:8088/armenia/tracks-v1a1/mono.m3u8\n#EXTINF:-1 tvg-name=\"5TV Ⓢ\" tvg-logo=\"https://i.imgur.com/jOGZZDo.png\" tvg-id=\"5TV.am\" tvg-country=\"AM\" group-title=\"Armenia\",5TV Ⓢ\nhttps://cdn.hayastantv.com:8088/5tv/tracks-v1a1/mono.m3u8\n#EXTINF:-1 tvg-name=\"ABC\" tvg-logo=\"https://i.imgur.com/5CVl5EF.png\" tvg-id=\"ABCTV.au\" tvg-country=\"AU\" group-title=\"Australia\",ABC\nhttps://c.mjh.nz/101002210221/\n#EXTINF:-1 tvg-name=\"TVSN\" tvg-logo=\"https://i.imgur.com/p3QCBOo.png\" tvg-id=\"TVSN.au\" tvg-country=\"AU\" group-title=\"Australia\",TVSN\nhttps://tvsn-i.akamaihd.net/hls/live/261837/tvsn/tvsn_750.m3u8\n#EXTINF:-1 tvg-name=\"ABC Me\" tvg-logo=\"https://i.imgur.com/gBh54wY.png\" tvg-id=\"ABCMe.au\" tvg-country=\"AU\" group-title=\"Australia\",ABC Me\nhttps://c.mjh.nz/101002210224/\n#EXTINF:-1 tvg-name=\"ABC News\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/thumb/d/df/ABC_News_Channel.svg/640px-ABC_News_Channel.svg.png\" tvg-id=\"ABCNews.au\" tvg-country=\"AU\" group-title=\"Australia\",ABC News\nhttps://abc-iview-mediapackagestreams-2.akamaized.net/out/v1/6e1cc6d25ec0480ea099a5399d73bc4b/index.m3u8\n#EXTINF:-1 tvg-name=\"M4TV\" tvg-logo=\"https://i.imgur.com/HZohlNk.png\" tvg-id=\"M4TV.au\" tvg-country=\"AU\" group-title=\"Australia\",M4TV\nhttps://5a32c05065c79.streamlock.net/live/stream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Racing.com\" tvg-logo=\"https://i.imgur.com/pma0OCf.png\" tvg-id=\"Racingcom.au\" tvg-country=\"AU\" group-title=\"Australia\",Racing.com\nhttps://racingvic-i.akamaized.net/hls/live/598695/racingvic/1500.m3u8\n#EXTINF:-1 tvg-name=\"9Go! Ⓖ\" tvg-logo=\"https://i.imgur.com/1CFGu5O.png\" tvg-id=\"9Go.au\" tvg-country=\"AU\" group-title=\"Australia\",9Go! Ⓖ\nhttps://9now-livestreams.akamaized.net/hls/live/2008312/go-syd/master.m3u8\n#EXTINF:-1 tvg-name=\"9Life Ⓖ\" tvg-logo=\"https://i.imgur.com/ZCUiqlL.png\" tvg-id=\"9Life.au\" tvg-country=\"AU\" group-title=\"Australia\",9Life Ⓖ\nhttps://9now-livestreams.akamaized.net/hls/live/2008313/life-syd/master.m3u8\n#EXTINF:-1 tvg-name=\"9Rush Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/c/c2/Logo_of_9RUSH.png\" tvg-id=\"9Rush.au\" tvg-country=\"AU\" group-title=\"Australia\",9Rush Ⓖ\nhttps://9now-livestreams.akamaized.net/hls/live/2010626/rush-syd/master.m3u8\n#EXTINF:-1 tvg-name=\"ORF 1 Ⓖ\" tvg-logo=\"https://i.imgur.com/ft2LuRl.jpg\" tvg-id=\"ORF1.at\" tvg-country=\"AT\" group-title=\"Austria\",ORF 1 Ⓖ\nhttps://orf1.mdn.ors.at/out/u/orf1/q8c/manifest.m3u8\n#EXTINF:-1 tvg-name=\"ORF 2 Ⓖ\" tvg-logo=\"https://i.imgur.com/yPVDaXv.png\" tvg-id=\"ORF2.at\" tvg-country=\"AT\" group-title=\"Austria\",ORF 2 Ⓖ\nhttps://orf2.mdn.ors.at/out/u/orf2/q8c/manifest.m3u8\n#EXTINF:-1 tvg-name=\"ORF III Ⓖ\" tvg-logo=\"https://i.imgur.com/6BuiUE7.png\" tvg-id=\"ORFIII.at\" tvg-country=\"AT\" group-title=\"Austria\",ORF III Ⓖ\nhttps://orf3.mdn.ors.at/out/u/orf3/q8c/manifest.m3u8\n#EXTINF:-1 tvg-name=\"ORF Sport + Ⓖ\" tvg-logo=\"https://i.imgur.com/MVNZ4gf.png\" tvg-id=\"ORFSportPlus.at\" tvg-country=\"AT\" group-title=\"Austria\",ORF Sport + Ⓖ\nhttps://orfs.mdn.ors.at/out/u/orfs/q8c/manifest.m3u8\n#EXTINF:-1 tvg-name=\"Servus TV Ⓖ\" tvg-logo=\"https://i.imgur.com/zDWhSxq.png\" tvg-id=\"ServusTVOsterreich.at\" tvg-country=\"AT\" group-title=\"Austria\",Servus TV Ⓖ\nhttps://rbmn-live.akamaized.net/hls/live/2002825/geoSTVATweb/master.m3u8\n#EXTINF:-1 tvg-name=\"oe24\" tvg-logo=\"https://i.imgur.com/8UTkcPn.png\" tvg-id=\"Oe24TV.at\" tvg-country=\"AT\" group-title=\"Austria\",oe24\nhttps://varoe24live.sf.apa.at/oe24-live1/oe24.smil/chunklist_b1900000.m3u8\n#EXTINF:-1 tvg-name=\"W24\" tvg-logo=\"https://i.imgur.com/PGb4wYw.png\" tvg-id=\"W24.at\" tvg-country=\"AT\" group-title=\"Austria\",W24\nhttps://ms01.w24.at/W24/smil:liveevent.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"P3TV\" tvg-logo=\"https://i.imgur.com/1sPhZ57.png\" tvg-id=\"P3tv.at\" tvg-country=\"AT\" group-title=\"Austria\",P3TV\nhttp://p3-6.mov.at:1935/live/weekstream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"RTV\" tvg-logo=\"https://i.imgur.com/oD7GQxT.png\" tvg-id=\"RTV.at\" tvg-country=\"AT\" group-title=\"Austria\",RTV\nhttp://iptv.rtv-ooe.at/stream.m3u8\n#EXTINF:-1 tvg-name=\"RTS Ⓖ\" tvg-logo=\"https://i.imgur.com/Bhv7lvy.png\" tvg-id=\"TVTV.at\" tvg-country=\"AT\" group-title=\"Austria\",RTS Ⓖ\nhttps://58b42f6c8c9bf.streamlock.net:8080/live/RTS2015/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tirol TV Ⓖ\" tvg-logo=\"https://i.imgur.com/1E7Nflo.jpg\" tvg-id=\"TirolTV.at\" tvg-country=\"AT\" group-title=\"Austria\",Tirol TV Ⓖ\nhttp://lb.hd-livestream.de:1935/live/TirolTV/playlist.m3u8\n#EXTINF:-1 tvg-name=\"R9\" tvg-logo=\"https://i.imgur.com/2fxVYsL.jpg\" tvg-id=\"R9.at\" tvg-country=\"AT\" group-title=\"Austria\",R9\nhttps://ms01.w24.at/R9/smil:liveeventR9.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"ARB 24\" tvg-logo=\"https://i.imgur.com/mtvIFyq.png\" tvg-id=\"ARB24.az\" tvg-country=\"AZ\" group-title=\"Azerbaijan\",ARB 24\nhttp://85.132.81.184:8080/arb/live/index.m3u8\n#EXTINF:-1 tvg-name=\"ARB Günəş Ⓢ\" tvg-logo=\"https://i.imgur.com/dSg7KUK.png\" tvg-id=\"ArbGunes.az\" tvg-country=\"AZ\" group-title=\"Azerbaijan\",ARB Günəş Ⓢ\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=ARMGunes\n#EXTINF:-1 tvg-name=\"ARB Ⓢ\" tvg-logo=\"https://i.imgur.com/E97M2OL.png\" tvg-id=\"ARB.az\" tvg-country=\"AZ\" group-title=\"Azerbaijan\",ARB Ⓢ\nhttp://109.205.166.68/server124/arb/index.m3u8\n#EXTINF:-1 tvg-name=\"Azad TV Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/e/e7/ATV_%282012-h.h.%29.png/474px-ATV_%282012-h.h.%29.png\" tvg-id=\"AzadTV.az\" tvg-country=\"AZ\" group-title=\"Azerbaijan\",Azad TV Ⓢ\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=ATVAz\n#EXTINF:-1 tvg-name=\"AzStarTV\" tvg-logo=\"https://i.imgur.com/di3XX5L.png\" tvg-id=\"AzStarTV.ca\" tvg-country=\"AZ\" group-title=\"Azerbaijan\",AzStarTV\nhttp://live.azstartv.com/azstar/smil:azstar.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"AZTV Ⓢ\" tvg-logo=\"https://i.imgur.com/snBMMeH.png\" tvg-id=\"AZTV.az\" tvg-country=\"AZ\" group-title=\"Azerbaijan\",AZTV Ⓢ\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=AZTV\n#EXTINF:-1 tvg-name=\"Baku TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/3/3b/Baku_TV_%282018%29.png/640px-Baku_TV_%282018%29.png\" tvg-id=\"BakuTV.az\" tvg-country=\"AZ\" group-title=\"Azerbaijan\",Baku TV\nhttps://rtmp.baku.tv/live/bakutv_720p.m3u8\n#EXTINF:-1 tvg-name=\"CBC\" tvg-logo=\"https://i.imgur.com/wVT0dwO.png\" tvg-id=\"CBC.az\" tvg-country=\"AZ\" group-title=\"Azerbaijan\",CBC\nhttps://stream.cbctv.az:5443/LiveApp/streams/cbctv.m3u8\n#EXTINF:-1 tvg-name=\"CBC Sport Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/az/0/04/CBC_Sport_TV_loqo.png\" tvg-id=\"CBCSport.az\" tvg-country=\"AZ\" group-title=\"Azerbaijan\",CBC Sport Ⓖ\nhttps://mn-nl.mncdn.com/cbcsports_live/cbcsports/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Dünya TV Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/az/5/5d/D%C3%BCnya_TV_%282019-h.h.%29.png\" tvg-id=\"DunyaTV.az\" tvg-country=\"AZ\" group-title=\"Azerbaijan\",Dünya TV Ⓢ\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=Dunya\n#EXTINF:-1 tvg-name=\"İctimai TV Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/f/ff/%C4%B0ctimai_TV_%282021-h.h.%29.svg/470px-%C4%B0ctimai_TV_%282021-h.h.%29.svg.png\" tvg-id=\"IctimaiTV.az\" tvg-country=\"AZ\" group-title=\"Azerbaijan\",İctimai TV Ⓢ\nhttp://109.205.166.68/server124/ictimai_tv/index.m3u8\n#EXTINF:-1 tvg-name=\"İdman TV Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/az/thumb/8/88/%C4%B0dman_Az%C9%99rbaycan_TV_loqo_%282019-h.h.%29.png/640px-%C4%B0dman_Az%C9%99rbaycan_TV_loqo_%282019-h.h.%29.png\" tvg-id=\"IdmanTV.az\" tvg-country=\"AZ\" group-title=\"Azerbaijan\",İdman TV Ⓢ\nhttp://109.205.166.68/server124/idman_az/index.m3u8\n#EXTINF:-1 tvg-name=\"Kanal S\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/Kanal_S_%282022%29.png/616px-Kanal_S_%282022%29.png\" tvg-id=\"KanalS.az\" tvg-country=\"AZ\" group-title=\"Azerbaijan\",Kanal S\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=KanalS\n#EXTINF:-1 tvg-name=\"Mədəniyyət TV Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/f/fc/M%C9%99d%C9%99niyy%C9%99t_TV_logo.png\" tvg-id=\"MedeniyyetTV.az\" tvg-country=\"AZ\" group-title=\"Azerbaijan\",Mədəniyyət TV Ⓢ\nhttps://str.yodacdn.net/medeniyyet/index.m3u8\n#EXTINF:-1 tvg-name=\"Real TV\" tvg-logo=\"https://i.imgur.com/e2KFL0R.png\" tvg-id=\"RealTV.az\" tvg-country=\"AZ\" group-title=\"Azerbaijan\",Real TV\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=RealTV\n#EXTINF:-1 tvg-name=\"Space TV Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/24/Space_TV_loqosu_%282023-h.h.%29.png/296px-Space_TV_loqosu_%282023-h.h.%29.png\" tvg-id=\"SpaceTV.az\" tvg-country=\"AZ\" group-title=\"Azerbaijan\",Space TV Ⓢ\nhttp://109.205.166.68/server124/space_tv/index.m3u8\n#EXTINF:-1 tvg-name=\"TMB Azərbaycan\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/az/c/c2/TMB_TV_loqosu.png\" tvg-country=\"AZ\" group-title=\"Azerbaijan\",TMB Azərbaycan\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=TMBAzerbaijan\n#EXTINF:-1 tvg-name=\"Xəzər TV Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/a/a5/X%C9%99z%C9%99r_TV_%282023%29.png\" tvg-id=\"XezerTV.az\" tvg-country=\"AZ\" group-title=\"Azerbaijan\",Xəzər TV Ⓢ\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=Xezer\n#EXTINF:-1 tvg-name=\"Səhiyyə TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/az/thumb/c/cd/S%C9%99hiyy%C9%99_TV.png/640px-S%C9%99hiyy%C9%99_TV.png\" tvg-id=\"SehiyyeTV.az\" tvg-country=\"AZ\" group-title=\"Azerbaijan\",Səhiyyə TV\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=SehiyyeTV\n#EXTINF:-1 tvg-name=\"VIP HD\" tvg-logo=\"https://tvtolive.com/wp-content/uploads/VIP-TV-tvtolive.com_.jpg\" tvg-country=\"AZ\" group-title=\"Azerbaijan\",VIP HD\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=AZ_VIP\n#EXTINF:-1 tvg-name=\"MTV Azerbaijan Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/0/00/MTV_Az%C9%99rbaycan_%282022%29.png/622px-MTV_Az%C9%99rbaycan_%282022%29.png\" tvg-id=\"MTVAzerbaijan.az\" tvg-country=\"AZ\" group-title=\"Azerbaijan\",MTV Azerbaijan Ⓢ\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=MTVAzerbaijan\n#EXTINF:-1 tvg-name=\"Беларусь 1\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/a/ac/Belarus_1_logo.svg/742px-Belarus_1_logo.svg.png\" tvg-id=\"Belarus1.by\" tvg-country=\"BY\" group-title=\"Belarus\",Беларусь 1\nhttps://ngtrk.dc.beltelecom.by/ngtrk/smil:belarus1.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Беларусь 2\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Belarus_2_logo.svg/742px-Belarus_2_logo.svg.png\" tvg-id=\"Belarus2.by\" tvg-country=\"BY\" group-title=\"Belarus\",Беларусь 2\nhttps://ngtrk.dc.beltelecom.by/ngtrk/smil:belarus2.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Беларусь 3\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/5/5c/Belarus_3_logo.svg/742px-Belarus_3_logo.svg.png\" tvg-id=\"Belarus3.by\" tvg-country=\"BY\" group-title=\"Belarus\",Беларусь 3\nhttps://ngtrk.dc.beltelecom.by/ngtrk/smil:belarus3.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"ОНТ Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/3/3d/%D0%9B%D0%BE%D0%B3%D0%BE%D1%82%D0%B8%D0%BF_%D1%82%D0%B5%D0%BB%D0%B5%D0%BA%D0%B0%D0%BD%D0%B0%D0%BB%D0%B0_%C2%AB%D0%9E%D0%9D%D0%A2%C2%BB.svg/991px-%D0%9B%D0%BE%D0%B3%D0%BE%D1%82%D0%B8%D0%BF_%D1%82%D0%B5%D0%BB%D0%B5%D0%BA%D0%B0%D0%BD%D0%B0%D0%BB%D0%B0_%C2%AB%D0%9E%D0%9D%D0%A2%C2%BB.svg.png\" tvg-id=\"ONT.by\" tvg-country=\"BY\" group-title=\"Belarus\",ОНТ Ⓢ\nhttps://stream.dc.beltelecom.by/ont/ont/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Беларусь 5\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/7/71/Belarus_5_logo.svg/742px-Belarus_5_logo.svg.png\" tvg-id=\"Belarus5.by\" tvg-country=\"BY\" group-title=\"Belarus\",Беларусь 5\nhttps://ngtrk.dc.beltelecom.by/ngtrk/smil:belarus5.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"СТВ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/3/33/%D0%9B%D0%BE%D0%B3%D0%BE%D1%82%D0%B8%D0%BF_%D0%B1%D0%B5%D0%BB%D0%BE%D1%80%D1%83%D1%81%D1%81%D0%BA%D0%BE%D0%B3%D0%BE_%D1%82%D0%B5%D0%BB%D0%B5%D0%BA%D0%B0%D0%BD%D0%B0%D0%BB%D0%B0_%C2%AB%D0%A1%D0%A2%D0%92%C2%BB.svg/640px-%D0%9B%D0%BE%D0%B3%D0%BE%D1%82%D0%B8%D0%BF_%D0%B1%D0%B5%D0%BB%D0%BE%D1%80%D1%83%D1%81%D1%81%D0%BA%D0%BE%D0%B3%D0%BE_%D1%82%D0%B5%D0%BB%D0%B5%D0%BA%D0%B0%D0%BD%D0%B0%D0%BB%D0%B0_%C2%AB%D0%A1%D0%A2%D0%92%C2%BB.svg.png\" tvg-id=\"STV.by\" tvg-country=\"BY\" group-title=\"Belarus\",СТВ\nhttps://ctv.dc.beltelecom.by/ctv/ctv.stream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Беларусь 24\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/d/de/Belarus_24_logo.svg/742px-Belarus_24_logo.svg.png\" tvg-id=\"Belarus24.by\" tvg-country=\"BY\" group-title=\"Belarus\",Беларусь 24\nhttps://ngtrk.dc.beltelecom.by/ngtrk/smil:belarus24.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Беларусь 5 Интернет\" tvg-logo=\"https://i.imgur.com/rzPQ9Iz.png\" tvg-id=\"Belarus5Internet.by\" tvg-country=\"BY\" group-title=\"Belarus\",Беларусь 5 Интернет\nhttps://ngtrk.dc.beltelecom.by/ngtrk/smil:belarus5int.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"1Mus\" tvg-logo=\"https://i.imgur.com/PozF9MT.png\" tvg-id=\"FirstMusicChannel.by\" tvg-country=\"BY\" group-title=\"Belarus\",1Mus\nhttp://hz1.teleport.cc/HLS/HD.m3u8\n#EXTINF:-1 tvg-name=\"8 Kanal Vitebsk Ⓢ\" tvg-logo=\"https://i.imgur.com/tjwBSTF.jpg\" tvg-id=\"8kanal.by\" tvg-country=\"BY\" group-title=\"Belarus\",8 Kanal Vitebsk Ⓢ\nhttp://95.46.208.8:24433/art\n#EXTINF:-1 tvg-name=\"Belros Ⓢ\" tvg-logo=\"https://i.imgur.com/HWqxjGl.png\" tvg-id=\"BelRos.ru\" tvg-country=\"BY\" group-title=\"Belarus\",Belros Ⓢ\nhttps://live2.mediacdn.ru/sr1/tro/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Belarus 4 Vitebsk Ⓢ\" tvg-logo=\"https://i.imgur.com/TW6Ap71.png\" tvg-id=\"Belarus4Vitebsk.by\" tvg-country=\"BY\" group-title=\"Belarus\",Belarus 4 Vitebsk Ⓢ\nhttp://95.46.208.8:26258/belarus4\n#EXTINF:-1 tvg-name=\"Hawe TV Vitebsk Ⓢ\" tvg-logo=\"https://i.imgur.com/HOb5m5f.jpg\" tvg-id=\"NasheTV.by\" tvg-country=\"BY\" group-title=\"Belarus\",Hawe TV Vitebsk Ⓢ\nhttp://95.46.208.8:26259/nashe\n#EXTINF:-1 tvg-name=\"Pervyy Muzykal'nyy BY Ⓢ\" tvg-logo=\"https://i.imgur.com/7tFiG6S.jpg\" tvg-id=\"FirstMusicChannel.by\" tvg-country=\"BY\" group-title=\"Belarus\",Pervyy Muzykal'nyy BY Ⓢ\nhttp://rtmp.one.by:1200\n#EXTINF:-1 tvg-name=\"Planeta RTR Ⓢ\" tvg-logo=\"https://i.imgur.com/yqRuEJd.png\" tvg-id=\"RTRBelarus.by\" tvg-country=\"BY\" group-title=\"Belarus\",Planeta RTR Ⓢ\nhttps://a3569455801-s26881.cdn.ngenix.net/live/smil:rtrp.smil/chunklist_b1600000.m3u8\n#EXTINF:-1 tvg-name=\"Radio HIT Orsk\" tvg-logo=\"https://i.imgur.com/e2RyN4r.jpg\" tvg-id=\"RadioHit.ru\" tvg-country=\"BY\" group-title=\"Belarus\",Radio HIT Orsk\nhttp://hithd.camsh.orsk.ru/hls/hithd.m3u8\n#EXTINF:-1 tvg-name=\"Vitebsk Telekanal\" tvg-logo=\"https://i.imgur.com/FXAqELU.jpg\" tvg-id=\"Vitebsk.by\" tvg-country=\"BY\" group-title=\"Belarus\",Vitebsk Telekanal\nhttps://flu.vtv.by/tvt-non-by/tracks-v1a1/mono.m3u8\n#EXTINF:-1 tvg-name=\"RTL-Be\" tvg-logo=\"https://i.imgur.com/xMhSvax.png\" tvg-id=\"BelRTL.be\" tvg-country=\"BE\" group-title=\"Belgium\",RTL-Be\nhttps://rtltvi-lh.akamaihd.net/i/TVI_1@319659/master.m3u8\n#EXTINF:-1 tvg-name=\"La Une\" tvg-logo=\"https://i.imgur.com/hJodwJt.png\" tvg-id=\"LaUne.be\" tvg-country=\"BE\" group-title=\"Belgium\",La Une\nhttp://4ce5e2d62ee2c10e43c709f9b87c44d5.streamhost.cc/m3u8/Belgium/29797c9f3f4fa00.m3u8\n#EXTINF:-1 tvg-name=\"Tipik\" tvg-logo=\"https://i.imgur.com/PVbVj8o.png\" tvg-id=\"Tipik.be\" tvg-country=\"BE\" group-title=\"Belgium\",Tipik\nhttp://4ce5e2d62ee2c10e43c709f9b87c44d5.streamhost.cc/m3u8/Belgium/5dee2de1f4661ce.m3u8\n#EXTINF:-1 tvg-name=\"Club RTL\" tvg-logo=\"https://i.imgur.com/e9GkFwY.png\" tvg-id=\"ClubRTL.be\" tvg-country=\"BE\" group-title=\"Belgium\",Club RTL\nhttp://4ce5e2d62ee2c10e43c709f9b87c44d5.streamhost.cc/m3u8/Belgium/9ef55f75bc15308.ts\n#EXTINF:-1 tvg-name=\"La Trois\" tvg-logo=\"https://i.imgur.com/kC3pJtA.png\" tvg-id=\"LaTrois.be\" tvg-country=\"BE\" group-title=\"Belgium\",La Trois\nhttp://4ce5e2d62ee2c10e43c709f9b87c44d5.streamhost.cc/m3u8/Belgium/6f940c7da9a562e.ts\n#EXTINF:-1 tvg-name=\"Plug RTL\" tvg-logo=\"https://i.imgur.com/iAZZWkZ.png\" tvg-id=\"PlugRTL.be\" tvg-country=\"BE\" group-title=\"Belgium\",Plug RTL\nhttp://4ce5e2d62ee2c10e43c709f9b87c44d5.streamhost.cc/m3u8/Belgium/de5c6896d356f8e.ts\n#EXTINF:-1 tvg-name=\"LN24\" tvg-logo=\"https://i.imgur.com/hePpxnn.png\" tvg-id=\"LN24.be\" tvg-country=\"BE\" group-title=\"Belgium\",LN24\nhttps://live.cdn.ln24.be/out/v1/b191621c8b9a436cad37bb36a82d2e1c/index.m3u8\n#EXTINF:-1 tvg-name=\"BX1\" tvg-logo=\"https://i.imgur.com/YjKqWru.png\" tvg-id=\"BX1.be\" tvg-country=\"BE\" group-title=\"Belgium\",BX1\nhttps://59959724487e3.streamlock.net/stream/live/playlist.m3u8\n#EXTINF:-1 tvg-name=\"EEN\" tvg-logo=\"https://i.imgur.com/66GQlc7.png\" tvg-id=\"Een.be\" tvg-country=\"BE\" group-title=\"Belgium\",EEN\nhttps://live-vrt.rabah.net/groupc/live/8edf3bdf-7db3-41c3-a318-72cb7f82de66/live_aes.isml/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Canvas\" tvg-logo=\"https://i.imgur.com/GQkhACx.png\" tvg-id=\"Canvas.be\" tvg-country=\"BE\" group-title=\"Belgium\",Canvas\nhttp://4ce5e2d62ee2c10e43c709f9b87c44d5.streamhost.cc/m3u8/Belgium/09916e3a88db175.ts\n#EXTINF:-1 tvg-name=\"VTM\" tvg-logo=\"https://i.imgur.com/fUxRP9x.png\" tvg-id=\"VTM.be\" tvg-country=\"BE\" group-title=\"Belgium\",VTM\nhttp://4ce5e2d62ee2c10e43c709f9b87c44d5.streamhost.cc/m3u8/Belgium/c5cafdbfc4d28d3.ts\n#EXTINF:-1 tvg-name=\"VIER\" tvg-logo=\"https://i.imgur.com/bFTXP2e.png\" tvg-country=\"BE\" group-title=\"Belgium\",VIER\nhttp://4ce5e2d62ee2c10e43c709f9b87c44d5.streamhost.cc/m3u8/Belgium/3f1f349cb9cf765.ts\n#EXTINF:-1 tvg-name=\"VIJF\" tvg-logo=\"https://i.imgur.com/DTJLkiP.png\" tvg-country=\"BE\" group-title=\"Belgium\",VIJF\nhttp://4ce5e2d62ee2c10e43c709f9b87c44d5.streamhost.cc/m3u8/Belgium/7f59a4dfcc56366.ts\n#EXTINF:-1 tvg-name=\"BHT 1\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/9/93/Logo_of_BHT_1_%282003-2012%29.png\" tvg-id=\"BHT1.ba\" tvg-country=\"BA\" group-title=\"Bosnia and Herzegovina\",BHT 1\nhttps://bhrtstream.bhtelecom.ba/bhrtportal_hd.m3u8\n#EXTINF:-1 tvg-name=\"Federalna televizija (FTV) Ⓢ\" tvg-logo=\"https://i.imgur.com/Jpvs4u3.png\" tvg-id=\"FederalnaTV.ba\" tvg-country=\"BA\" group-title=\"Bosnia and Herzegovina\",Federalna televizija (FTV) Ⓢ\nhttp://94.250.2.6:7374/play/a02s/index.m3u8\n#EXTINF:-1 tvg-name=\"Televizija Republike Srpske (RTRS) Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/7/7d/RTRS_Logo.svg/640px-RTRS_Logo.svg.png\" tvg-id=\"RTRSTV.ba\" tvg-country=\"BA\" group-title=\"Bosnia and Herzegovina\",Televizija Republike Srpske (RTRS) Ⓢ\nhttps://parh.rtrs.tv/tv/live/playlist.m3u8\n#EXTINF:-1 tvg-name=\"RTRS PLUS Ⓢ\" tvg-logo=\"https://i.imgur.com/k06WvYl.png\" tvg-id=\"RTRSplus.ba\" tvg-country=\"BA\" group-title=\"Bosnia and Herzegovina\",RTRS PLUS Ⓢ\nhttps://pluslive.rtrs.tv/plus/plus/playlist.m3u8\n#EXTINF:-1 tvg-name=\"N1 Bosna i Hercegovina\" tvg-logo=\"https://i.imgur.com/72oMSWz.png\" tvg-id=\"N1BosniaHerzegovina.ba\" tvg-country=\"BA\" group-title=\"Bosnia and Herzegovina\",N1 Bosna i Hercegovina\nhttps://best-str.umn.cdn.united.cloud/stream?channel=n1bos&p=n1Sh4redSecre7iNf0&sp=n1info&stream=sp1400&u=n1info\n#EXTINF:-1 tvg-name=\"RTV HB Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/6/60/Logo_of_TV_Herceg-Bosne.png\" tvg-id=\"RTVHB.ba\" tvg-country=\"BA\" group-title=\"Bosnia and Herzegovina\",RTV HB Ⓢ\nhttps://prd-hometv-live-open.spectar.tv/ERO_1_083/playlist.m3u8\n#EXTINF:-1 tvg-name=\"RTV BN\" tvg-logo=\"https://i.imgur.com/DUBvfWb.png\" tvg-id=\"BNTV.ba\" tvg-country=\"BA\" group-title=\"Bosnia and Herzegovina\",RTV BN\nhttps://rtvbn.tv:8080/live/index.m3u8\n#EXTINF:-1 tvg-name=\"RTV Glas Drine\" tvg-logo=\"https://i.imgur.com/9NgxOdb.png\" tvg-id=\"RTVGlasDrine.ba\" tvg-country=\"BA\" group-title=\"Bosnia and Herzegovina\",RTV Glas Drine\nhttp://glasdrine.cutuk.net:8081/433ssdsw/GlasDrineSD/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Sevdah Ⓢ\" tvg-logo=\"https://i.imgur.com/V6W3yEp.png\" tvg-id=\"SevdahTV.ba\" tvg-country=\"BA\" group-title=\"Bosnia and Herzegovina\",Sevdah Ⓢ\nhttps://restreamer2.tnt.ba/hls/stream.m3u8\n#EXTINF:-1 tvg-name=\"TNT Kids\" tvg-logo=\"https://i.imgur.com/irTDbpn.png\" tvg-id=\"TNTKidsTV.ba\" tvg-country=\"BA\" group-title=\"Bosnia and Herzegovina\",TNT Kids\nhttps://restreamer1.tnt.ba/hls/tntkids.m3u8\n#EXTINF:-1 tvg-name=\"Televizija 5\" tvg-logo=\"https://i.imgur.com/znpvJys.png\" tvg-id=\"Televizija5.ba\" tvg-country=\"BA\" group-title=\"Bosnia and Herzegovina\",Televizija 5\nhttps://balkanmedia.dynu.net/hls/tv5web.m3u8\n#EXTINF:-1 tvg-name=\"Kanal 6\" tvg-logo=\"https://i.imgur.com/GGhvR0l.png\" tvg-id=\"Kanal6.ba\" tvg-country=\"BA\" group-title=\"Bosnia and Herzegovina\",Kanal 6\nhttps://restreamer1.tnt.ba/hls/kanal6.m3u8\n#EXTINF:-1 tvg-name=\"SuperTV\" tvg-logo=\"https://i.imgur.com/XYWgd3E.png\" tvg-id=\"SuperTV.ba\" tvg-country=\"BA\" group-title=\"Bosnia and Herzegovina\",SuperTV\nhttps://mirtv.club/live/mirtv/index.m3u8\n#EXTINF:-1 tvg-name=\"Neon TV\" tvg-logo=\"https://i.imgur.com/thC9NFp.png\" tvg-id=\"ntv.ba\" tvg-country=\"BA\" group-title=\"Bosnia and Herzegovina\",Neon TV\nrtsp://185.50.56.16:554/neontelvizija\n#EXTINF:-1 tvg-name=\"RTV ZE Ⓢ\" tvg-logo=\"https://i.imgur.com/TKUaflB.png\" tvg-id=\"RTVZenica.ba\" tvg-country=\"BA\" group-title=\"Bosnia and Herzegovina\",RTV ZE Ⓢ\nhttps://stream.rtvze.ba/live/123/123.m3u8\n#EXTINF:-1 tvg-name=\"TV BPK Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/d/df/Logo_of_RTV_BPK_Gora%C5%BEde.jpg\" tvg-id=\"RTVBPK.ba\" tvg-country=\"BA\" group-title=\"Bosnia and Herzegovina\",TV BPK Ⓢ\nhttp://94.250.2.6:7374/play/a02u/index.m3u8\n#EXTINF:-1 tvg-name=\"COM Brasil\" tvg-logo=\"https://i.imgur.com/c8ztQnF.png\" tvg-id=\"COMBrasil.br\" tvg-country=\"BR\" group-title=\"Brazil\",COM Brasil\nhttps://br5093.streamingdevideo.com.br/abc/abc/playlist.m3u8\n#EXTINF:-1 tvg-name=\"SBT Ⓨ\" tvg-logo=\"https://logodownload.org/wp-content/uploads/2013/12/sbt-logo.png\" tvg-id=\"SBTNacional.br\" tvg-country=\"BR\" group-title=\"Brazil\",SBT Ⓨ\nhttps://www.youtube.com/watch?v=ABVQXgr2LW4\n#EXTINF:-1 tvg-name=\"RBC Ⓨ\" tvg-logo=\"https://portal.rbc1.com.br/public/portal/img/layout/logorbc.png\" tvg-id=\"RBC.br\" tvg-country=\"BR\" group-title=\"Brazil\",RBC Ⓨ\nhttps://www.youtube.com/watch?v=oUdd3CsxYaE\n#EXTINF:-1 tvg-name=\"Record News\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/4/46/Record_News_logo_2023.svg\" tvg-id=\"RecordNews.br\" tvg-country=\"BR\" group-title=\"Brazil\",Record News\nhttps://stream.ads.ottera.tv/playlist.m3u8?network_id=2116\n#EXTINF:-1 tvg-name=\"ISTV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/pt/b/b5/Logotipo_da_ISTV.png\" tvg-id=\"ISTVHD.br\" tvg-country=\"BR\" group-title=\"Brazil\",ISTV\nhttps://video08.logicahost.com.br/istvnacional/srt.stream/istvnacional.m3u8\n#EXTINF:-1 tvg-name=\"Rede Brasil\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/d/d1/Marca_rede_brasil_rgb-color.png\" tvg-id=\"RedeBrasil.br\" tvg-country=\"BR\" group-title=\"Brazil\",Rede Brasil\nhttps://video09.logicahost.com.br/redebrasiloficial/redebrasiloficial/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TV Câmara\" tvg-logo=\"https://i.imgur.com/UpV2PRk.png\" tvg-id=\"TVCamara.br\" tvg-country=\"BR\" group-title=\"Brazil\",TV Câmara\nhttps://stream3.camara.gov.br/tv1/manifest.m3u8\n#EXTINF:-1 tvg-name=\"TVE RS\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/c/c2/Logotipo_da_TVE_RS.png\" tvg-id=\"TVERS.br\" tvg-country=\"BR\" group-title=\"Brazil\",TVE RS\nhttp://selpro1348.procergs.com.br:1935/tve/stve/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TV Cultura\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/8/82/Cultura_logo_2013.svg\" tvg-id=\"TVCultura.br\" tvg-country=\"BR\" group-title=\"Brazil\",TV Cultura\nhttps://player-tvcultura.stream.uol.com.br/live/tvcultura.m3u8\n#EXTINF:-1 tvg-name=\"City TV Ⓢ\" tvg-logo=\"https://i.imgur.com/BjRTbrU.png\" tvg-id=\"City.bg\" tvg-country=\"BG\" group-title=\"Bulgaria\",City TV Ⓢ\nhttps://tv.city.bg/play/tshls/citytv/index.m3u8\n#EXTINF:-1 tvg-name=\"Euronews Bulgaria Ⓨ\" tvg-logo=\"https://i.imgur.com/RrQVoOg.png\" tvg-id=\"EuroNewsBulgaria.bg\" tvg-country=\"BG\" group-title=\"Bulgaria\",Euronews Bulgaria Ⓨ\nhttps://www.youtube.com/channel/UCU1i6qBMjY9El6q5L2OK8hA/live\n#EXTINF:-1 tvg-name=\"TV1\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/6/64/Tv1-new.png\" tvg-id=\"TV1.bg\" tvg-country=\"BG\" group-title=\"Bulgaria\",TV1\nhttps://tv1.cloudcdn.bg/temp/livestream.m3u8\n#EXTINF:-1 tvg-name=\"CBC Toronto\" tvg-logo=\"https://i.imgur.com/H5yEbxf.png\" tvg-id=\"CBCTDT.ca\" tvg-country=\"CA\" group-title=\"Canada\",CBC Toronto\nhttps://bozztv.com/teleyupp1/teleup-ydcl2V1MVC/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Citytv\" tvg-logo=\"https://i.imgur.com/BlFNlHz.png\" tvg-country=\"CA\" group-title=\"Canada\",Citytv\nhttps://bozztv.com/teleyupp1/teleup-iSykLSKMFr/tracks-v1a1/mono.m3u8\n#EXTINF:-1 tvg-name=\"CTV Toronto\" tvg-logo=\"https://i.imgur.com/qOutOWN.png\" tvg-country=\"CA\" group-title=\"Canada\",CTV Toronto\nhttps://bozztv.com/teleyupp1/teleup-zxsJFt6VvY/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Global Toronto\" tvg-logo=\"https://i.imgur.com/2CxLO4H.png\" tvg-country=\"CA\" group-title=\"Canada\",Global Toronto\nhttps://d128o1k7zh3htz.cloudfront.net/out/v1/74a58360a3734f97b74ba439bc678044/index.m3u8\n#EXTINF:-1 tvg-name=\"Global Calgary\" tvg-logo=\"https://i.imgur.com/2CxLO4H.png\" tvg-country=\"CA\" group-title=\"Canada\",Global Calgary\nhttps://dfmjr9irb1dl5.cloudfront.net/out/v1/454010ff309e4963a087f5802856e346/index.m3u8\n#EXTINF:-1 tvg-name=\"Global Edmonton\" tvg-logo=\"https://i.imgur.com/2CxLO4H.png\" tvg-country=\"CA\" group-title=\"Canada\",Global Edmonton\nhttps://da7sdtkzly6qj.cloudfront.net/out/v1/b317f6c10f2e493993bd2b5314df1c7c/index_1.m3u8\n#EXTINF:-1 tvg-name=\"TVO\" tvg-logo=\"https://i.imgur.com/PkBPPcL.png\" tvg-country=\"CA\" group-title=\"Canada\",TVO\nhttps://bozztv.com/teleyupp1/teleup-OMZsmYVUMp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"NTV\" tvg-logo=\"https://i.imgur.com/b8W3Aah.png\" tvg-country=\"CA\" group-title=\"Canada\",NTV\nhttp://152.89.62.111:8080/nXyAiP3DNp/QgOuvocpGv/223012\n#EXTINF:-1 tvg-name=\"CHCH\" tvg-logo=\"https://i.imgur.com/jYSXaga.png\" tvg-country=\"CA\" group-title=\"Canada\",CHCH\nhttp://152.89.62.111:8080/nXyAiP3DNp/QgOuvocpGv/222841\n#EXTINF:-1 tvg-name=\"ONNtv Ontario\" tvg-logo=\"https://i.imgur.com/zz5ST9K.png\" tvg-id=\"ONNtv.ca\" tvg-country=\"CA\" group-title=\"Canada\",ONNtv Ontario\nhttps://onntv.vantrix.tv:443/onntv_hls/1080p/onntv_hls-HLS-1080p.m3u8\n#EXTINF:-1 tvg-name=\"Star TV\" tvg-logo=\"https://i.imgur.com/Ap54LCC.png\" tvg-country=\"CA\" group-title=\"Canada\",Star TV\nhttp://live.canadastartv.com:1935/canadastartv/canadastartv/playlist.m3u\n#EXTINF:-1 tvg-name=\"CBC News\" tvg-logo=\"https://i.imgur.com/1EqQGKS.png\" tvg-id=\"CBCNewsNetwork.ca\" tvg-country=\"CA\" group-title=\"Canada\",CBC News\nhttps://cbcnewshd-f.akamaihd.net/i/cbcnews_1@8981/index_2500_av-p.m3u8\n#EXTINF:-1 tvg-name=\"CTV News\" tvg-logo=\"https://i.imgur.com/T3oBeiX.png\" tvg-id=\"CTVNewsChannel.ca\" tvg-country=\"CA\" group-title=\"Canada\",CTV News\nhttps://pe-fa-lp02a.9c9media.com/live/News1Digi/p/hls/00000201/38ef78f479b07aa0/index/0c6a10a2/live/stream/h264/v1/3500000/manifest.m3u8\n#EXTINF:-1 tvg-name=\"Global News\" tvg-logo=\"https://i.imgur.com/IpfmG93.png\" tvg-country=\"CA\" group-title=\"Canada\",Global News\nhttps://i.mjh.nz/PlutoTV/62cbef9ebb857100072fc187-alt.m3u8\n#EXTINF:-1 tvg-name=\"Global News BC\" tvg-logo=\"https://i.imgur.com/IpfmG93.png\" tvg-id=\"CHANDT.ca\" tvg-country=\"CA\" group-title=\"Canada\",Global News BC\nhttps://i.mjh.nz/PlutoTV/62cbf063257170000724590c-alt.m3u8\n#EXTINF:-1 tvg-name=\"Global News Calgary\" tvg-logo=\"https://i.imgur.com/IpfmG93.png\" tvg-id=\"CICTDT.ca\" tvg-country=\"CA\" group-title=\"Canada\",Global News Calgary\nhttps://i.mjh.nz/PlutoTV/62cbf23dcfb48300077f8348-alt.m3u8\n#EXTINF:-1 tvg-name=\"Global News Halifax\" tvg-logo=\"https://i.imgur.com/IpfmG93.png\" tvg-country=\"CA\" group-title=\"Canada\",Global News Halifax\nhttps://i.mjh.nz/PlutoTV/62cbf398b8e02600071deda5-alt.m3u8\n#EXTINF:-1 tvg-name=\"Global News Kingston\" tvg-logo=\"https://i.imgur.com/IpfmG93.png\" tvg-id=\"CKWSDT.ca\" tvg-country=\"CA\" group-title=\"Canada\",Global News Kingston\nhttps://i.mjh.nz/PlutoTV/62cbf4964446e2000742073e-alt.m3u8\n#EXTINF:-1 tvg-name=\"Global News Montreal\" tvg-logo=\"https://i.imgur.com/IpfmG93.png\" tvg-country=\"CA\" group-title=\"Canada\",Global News Montreal\nhttps://i.mjh.nz/PlutoTV/62cbfbd6ad95670007f567af-alt.m3u8\n#EXTINF:-1 tvg-name=\"Global News Peterborough\" tvg-logo=\"https://i.imgur.com/IpfmG93.png\" tvg-id=\"CHEXDT.ca\" tvg-country=\"CA\" group-title=\"Canada\",Global News Peterborough\nhttps://i.mjh.nz/PlutoTV/62cbfcd8c2db990007861e43-alt.m3u8\n#EXTINF:-1 tvg-name=\"Global News Regina\" tvg-logo=\"https://i.imgur.com/IpfmG93.png\" tvg-id=\"CFREDT.ca\" tvg-country=\"CA\" group-title=\"Canada\",Global News Regina\nhttps://i.mjh.nz/PlutoTV/62cbff53ca8f2200080253b5-alt.m3u8\n#EXTINF:-1 tvg-name=\"Global News Saskatoon\" tvg-logo=\"https://i.imgur.com/IpfmG93.png\" tvg-id=\"CFSKDT.ca\" tvg-country=\"CA\" group-title=\"Canada\",Global News Saskatoon\nhttps://i.mjh.nz/PlutoTV/62cc00359cb58900088dc840-alt.m3u8\n#EXTINF:-1 tvg-name=\"Global News Winnipeg\" tvg-logo=\"https://i.imgur.com/IpfmG93.png\" tvg-id=\"CKNDDT.ca\" tvg-country=\"CA\" group-title=\"Canada\",Global News Winnipeg\nhttps://i.mjh.nz/PlutoTV/62cc0120880c890007191016-alt.m3u8\n#EXTINF:-1 tvg-name=\"CPAC (EN)\" tvg-logo=\"https://i.imgur.com/AbdFD0S.png\" tvg-id=\"CPACEnglish.ca\" tvg-country=\"CA\" group-title=\"Canada\",CPAC (EN)\nhttps://d7z3qjdsxbwoq.cloudfront.net/groupa/live/f9809cea-1e07-47cd-a94d-2ddd3e1351db/live.isml/.m3u8\n#EXTINF:-1 tvg-name=\"ICI RDI\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/0/0a/ICI_RDI_logo.svg/640px-ICI_RDI_logo.svg.png\" tvg-id=\"IciRDI.ca\" tvg-country=\"CA\" group-title=\"Canada\",ICI RDI\nhttps://rcavlive.akamaized.net/hls/live/704025/xcanrdi/master.m3u8\n#EXTINF:-1 tvg-name=\"ICI Télé HD Ⓖ\" tvg-logo=\"https://i.imgur.com/HsSi3NV.png\" tvg-country=\"CA\" group-title=\"Canada\",ICI Télé HD Ⓖ\nhttps://rcavlive.akamaized.net/hls/live/696615/xcancbft/master.m3u8\n#EXTINF:-1 tvg-name=\"TVA Ⓖ\" tvg-logo=\"https://i.imgur.com/1GR8Szn.png\" tvg-country=\"CA\" group-title=\"Canada\",TVA Ⓖ\nhttps://tvalive.akamaized.net/hls/live/2012413/tva01/master.m3u8\n#EXTINF:-1 tvg-name=\"Noovo\" tvg-logo=\"https://i.imgur.com/BL9ziSJ.png\" tvg-country=\"CA\" group-title=\"Canada\",Noovo\nhttps://pe-ak-lp04a-9c9media.akamaized.net/live/NOOVO/p/dash/00000001/f481c583dbd06b6c/manifest.mpd\n#EXTINF:-1 tvg-name=\"Télé Québec\" tvg-logo=\"https://i.imgur.com/8grBWK9.png\" tvg-id=\"CIVMDT.ca\" tvg-country=\"CA\" group-title=\"Canada\",Télé Québec\nhttps://bcovlive-a.akamaihd.net/575d86160eb143458d51f7ab187a4e68/us-east-1/6101674910001/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Savoir Média\" tvg-logo=\"https://i.imgur.com/pa4wOVY.png\" tvg-id=\"CFTUDT.ca\" tvg-country=\"CA\" group-title=\"Canada\",Savoir Média\nhttps://hls.savoir.media/live/stream.m3u8\n#EXTINF:-1 tvg-name=\"CPAC (FR)\" tvg-logo=\"https://i.imgur.com/AbdFD0S.png\" tvg-id=\"CPACFrench.ca\" tvg-country=\"CA\" group-title=\"Canada\",CPAC (FR)\nhttps://bcsecurelivehls-i.akamaihd.net/hls/live/680604/1242843915001_3/master.m3u8\n#EXTINF:-1 tvg-name=\"ICI Montreal\" tvg-logo=\"https://i.imgur.com/Z1b2TJD.png\" tvg-id=\"CBFTDT.ca\" tvg-country=\"CA\" group-title=\"Canada\",ICI Montreal\nhttps://amdici.akamaized.net/hls/live/873426/ICI-Live-Stream/master.m3u8\n#EXTINF:-1 tvg-name=\"Toronto 360 TV\" tvg-logo=\"https://i.imgur.com/PkWndsv.png\" tvg-id=\"Toronto360.tv\" tvg-country=\"CA\" group-title=\"Canada\",Toronto 360 TV\nhttp://cdn3.toronto360.tv:8081/toronto360/hd/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tchad 24\" tvg-logo=\"https://www.lyngsat.com/logo/tv/tt/tchad-24-td.png\" tvg-id=\"Tchad24.td\" tvg-country=\"TD\" group-title=\"Chad\",Tchad 24\nhttp://102.131.58.110/out_1/index.m3u8\n#EXTINF:-1 tvg-name=\"Télé Tchad Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/fr/b/b6/Logo_T%C3%A9l%C3%A9_Tchad.png\" tvg-id=\"TeleTchad.td\" tvg-country=\"TD\" group-title=\"Chad\",Télé Tchad Ⓢ\nhttps://strhlslb01.streamakaci.tv/str_tchad_tchad/str_tchad_multi/playlist.m3u8\n#EXTINF:-1 tvg-name=\"UCV Televisión\" tvg-logo=\"https://i.imgur.com/2VL4Pts.png\" tvg-id=\"UCVTV.cl\" tvg-country=\"CL\" group-title=\"Chile\",UCV Televisión\nhttps://unlimited1-cl-isp.dps.live/ucvtv2/ucvtv2.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TVN Ⓖ\" tvg-logo=\"https://i.imgur.com/WoN1dai.png\" tvg-id=\"TVN.cl\" tvg-country=\"CL\" group-title=\"Chile\",TVN Ⓖ\nhttps://sktv-forwarders.7m.pl/get.php?x=TVN\n#EXTINF:-1 tvg-name=\"24 horas\" tvg-logo=\"https://i.imgur.com/0rF6Kub.png\" tvg-id=\"24Horas.cl\" tvg-country=\"CL\" group-title=\"Chile\",24 horas\nhttps://mdstrm.com/live-stream-playlist/57d1a22064f5d85712b20dab.m3u8\n#EXTINF:-1 tvg-name=\"NTV Ⓖ\" tvg-logo=\"https://i.imgur.com/pt2Kj1A.png\" tvg-id=\"NTV.cl\" tvg-country=\"CL\" group-title=\"Chile\",NTV Ⓖ\nhttps://mdstrm.com/live-stream-playlist/5aaabe9e2c56420918184c6d.m3u8\n#EXTINF:-1 tvg-name=\"TV Chile Ⓖ\" tvg-logo=\"https://i.imgur.com/yCL888l.png\" tvg-id=\"TVChile.cl\" tvg-country=\"CL\" group-title=\"Chile\",TV Chile Ⓖ\nhttps://mdstrm.com/live-stream-playlist/533adcc949386ce765657d7c.m3u8\n#EXTINF:-1 tvg-name=\"Canal 13\" tvg-logo=\"https://i.imgur.com/JIo1HBs.png\" tvg-id=\"Canal13.cl\" tvg-country=\"CL\" group-title=\"Chile\",Canal 13\nhttps://sktv-forwarders.7m.pl/get.php?x=Canal13\n#EXTINF:-1 tvg-name=\"TV+ Ⓖ\" tvg-logo=\"https://i.imgur.com/NtuZIEJ.png\" tvg-id=\"TVPlus.cl\" tvg-country=\"CL\" group-title=\"Chile\",TV+ Ⓖ\nhttps://mdstrm.com/live-stream-playlist/5c0e8b19e4c87f3f2d3e6a59.m3u8\n#EXTINF:-1 tvg-name=\"Chilevisión Ⓖ\" tvg-logo=\"https://i.imgur.com/2Pu8yXf.png\" tvg-id=\"ChileVision.cl\" tvg-country=\"CL\" group-title=\"Chile\",Chilevisión Ⓖ\nhttps://sktv-forwarders.7m.pl/get.php?x=Chilevision\n#EXTINF:-1 tvg-name=\"UChile TV\" tvg-logo=\"https://i.imgur.com/mF2W8Uh.png\" tvg-id=\"UChileTV.cl\" tvg-country=\"CL\" group-title=\"Chile\",UChile TV\nhttps://unlimited1-us.dps.live/uchiletv/uchiletv.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"T13 en vivo\" tvg-logo=\"https://i.imgur.com/3CEijac.png\" tvg-id=\"T13.cl\" tvg-country=\"CL\" group-title=\"Chile\",T13 en vivo\nhttps://redirector.rudo.video/hls-video/10b92cafdf3646cbc1e727f3dc76863621a327fd/t13/t13.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"13 Entretención\" tvg-logo=\"https://i.imgur.com/1vTno0m.png\" tvg-id=\"13E.cl\" tvg-country=\"CL\" group-title=\"Chile\",13 Entretención\nhttps://origin.dpsgo.com/ssai/event/BBp0VeP6QtOOlH8nu3bWTg/master.m3u8\n#EXTINF:-1 tvg-name=\"13 Cultura\" tvg-logo=\"https://i.imgur.com/49QkKWv.png\" tvg-id=\"13C.cl\" tvg-country=\"CL\" group-title=\"Chile\",13 Cultura\nhttps://origin.dpsgo.com/ssai/event/GI-9cp_bT8KcerLpZwkuhw/master.m3u8\n#EXTINF:-1 tvg-name=\"13 Prime\" tvg-logo=\"https://i.imgur.com/YwDFNxs.png\" tvg-id=\"13P.cl\" tvg-country=\"CL\" group-title=\"Chile\",13 Prime\nhttps://origin.dpsgo.com/ssai/event/p4mmBxEzSmKAxY1GusOHrw/master.m3u8\n#EXTINF:-1 tvg-name=\"13 Kids\" tvg-logo=\"https://i.imgur.com/m6y9AMe.png\" tvg-id=\"13Kids.cl\" tvg-country=\"CL\" group-title=\"Chile\",13 Kids\nhttps://origin.dpsgo.com/ssai/event/LhHrVtyeQkKZ-Ye_xEU75g/master.m3u8\n#EXTINF:-1 tvg-name=\"13 Realities\" tvg-logo=\"https://i.imgur.com/p1Qpljw.png\" tvg-id=\"13Realities.cl\" tvg-country=\"CL\" group-title=\"Chile\",13 Realities\nhttps://origin.dpsgo.com/ssai/event/g7_JOM0ORki9SR5RKHe-Kw/master.m3u8\n#EXTINF:-1 tvg-name=\"13 Teleseries\" tvg-logo=\"https://i.imgur.com/aJMBnse.png\" tvg-id=\"13T.cl\" tvg-country=\"CL\" group-title=\"Chile\",13 Teleseries\nhttps://origin.dpsgo.com/ssai/event/f4TrySe8SoiGF8Lu3EIq1g/master.m3u8\n#EXTINF:-1 tvg-name=\"El Pingüino TV\" tvg-logo=\"https://i.imgur.com/ohXs2NV.png\" tvg-id=\"ElPinguinoTV.cl\" tvg-country=\"CL\" group-title=\"Chile\",El Pingüino TV\nhttps://redirector.rudo.video/hls-video/339f69c6122f6d8f4574732c235f09b7683e31a5/pinguinotv/pinguinotv.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"UCL\" tvg-logo=\"https://i.imgur.com/JxqVHPX.png\" tvg-id=\"UCL.uy\" tvg-country=\"CL\" group-title=\"Chile\",UCL\nhttps://redirector.rudo.video/hls-video/c54ac2799874375c81c1672abb700870537c5223/ucl/ucl.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Deportes13 Ⓖ\" tvg-logo=\"https://i.imgur.com/GRpxoPf.png\" tvg-id=\"D13.cl\" tvg-country=\"CL\" group-title=\"Chile\",Deportes13 Ⓖ\nhttps://redirector.rudo.video/hls-video/ey6283je82983je9823je8jowowiekldk9838274/13d/13d.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TVN 3\" tvg-logo=\"https://i.imgur.com/84lWqRi.png\" tvg-id=\"TVN3.cl\" tvg-country=\"CL\" group-title=\"Chile\",TVN 3\nhttps://mdstrm.com/live-stream-playlist/5653641561b4eba30a7e4929.m3u8\n#EXTINF:-1 tvg-name=\"Chilevisión Noticias\" tvg-logo=\"https://i.imgur.com/Qh6d0A9.png\" tvg-id=\"CHVNoticias.cl\" tvg-country=\"CL\" group-title=\"Chile\",Chilevisión Noticias\nhttps://redirector.rudo.video/hls-video/10b92cafdf3646cbc1e727f3dc76863621a327fd/chvn/chvn.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"CCTV-1 综合\" tvg-logo=\"https://i.imgur.com/uHU6Vc0.png\" tvg-id=\"CCTV1.cn\" tvg-country=\"CN\" group-title=\"China\",CCTV-1 综合\nhttps://node1.olelive.com:6443/live/CCTV1HD/hls.m3u8\n#EXTINF:-1 tvg-name=\"CCTV-2 财经\" tvg-logo=\"https://i.imgur.com/6C9JEYt.png\" tvg-id=\"CCTV2.cn\" tvg-country=\"CN\" group-title=\"China\",CCTV-2 财经\nhttps://node1.olelive.com:6443/live/CCTV2HD/hls.m3u8\n#EXTINF:-1 tvg-name=\"CCTV-4 中文国际（亚） Ⓨ\" tvg-logo=\"https://i.imgur.com/ovUSVEQ.png\" tvg-id=\"CCTV4Asia.cn\" tvg-country=\"CN\" group-title=\"China\",CCTV-4 中文国际（亚） Ⓨ\nhttps://www.youtube.com/channel/UC4K_LI-Tn3-LshNgG0-YypQ/live\n#EXTINF:-1 tvg-name=\"CCTV-4 中文国际（美） Ⓢ\" tvg-logo=\"https://i.imgur.com/1TPiRqR.png\" tvg-id=\"CCTV4America.cn\" tvg-country=\"CN\" group-title=\"China\",CCTV-4 中文国际（美） Ⓢ\nhttps://global.cgtn.cicc.media.caton.cloud/master/cgtn-america.m3u8\n#EXTINF:-1 tvg-name=\"CCTV-5 体育\" tvg-logo=\"https://i.imgur.com/Mut2omN.png\" tvg-id=\"CCTV5.cn\" tvg-country=\"CN\" group-title=\"China\",CCTV-5 体育\nhttps://node1.olelive.com:6443/live/CCTV5HD/hls.m3u8\n#EXTINF:-1 tvg-name=\"CCTV-5+ 体育赛事\" tvg-logo=\"https://i.imgur.com/UNjmQVS.png\" tvg-id=\"CCTV5Plus.cn\" tvg-country=\"CN\" group-title=\"China\",CCTV-5+ 体育赛事\nhttps://node1.olelive.com:6443/live/CCTV5PHD/hls.m3u8\n#EXTINF:-1 tvg-name=\"CCTV-7 国防军事\" tvg-logo=\"https://i.imgur.com/GhXlUpM.png\" tvg-id=\"CCTV7.cn\" tvg-country=\"CN\" group-title=\"China\",CCTV-7 国防军事\nhttps://node1.olelive.com:6443/live/CCTV7HD/hls.m3u8\n#EXTINF:-1 tvg-name=\"CCTV-8 电视剧\" tvg-logo=\"https://i.imgur.com/Qg1opg9.png\" tvg-id=\"CCTV8.cn\" tvg-country=\"CN\" group-title=\"China\",CCTV-8 电视剧\nhttps://node1.olelive.com:6443/live/CCTV8HD/hls.m3u8\n#EXTINF:-1 tvg-name=\"CCTV-9 纪录\" tvg-logo=\"https://i.imgur.com/Ruyzhu5.png\" tvg-id=\"CCTV9.cn\" tvg-country=\"CN\" group-title=\"China\",CCTV-9 纪录\nhttps://node1.olelive.com:6443/live/CCTV9HD/hls.m3u8\n#EXTINF:-1 tvg-name=\"CCTV-10 科教\" tvg-logo=\"https://i.imgur.com/W8JNs1s.png\" tvg-id=\"CCTV10.cn\" tvg-country=\"CN\" group-title=\"China\",CCTV-10 科教\nhttps://node1.olelive.com:6443/live/CCTV10HD/hls.m3u8\n#EXTINF:-1 tvg-name=\"CCTV-13 新闻\" tvg-logo=\"https://i.imgur.com/pPO8uJN.png\" tvg-id=\"CCTV13.cn\" tvg-country=\"CN\" group-title=\"China\",CCTV-13 新闻\nhttps://node1.olelive.com:6443/live/CCTV13HD/hls.m3u8\n#EXTINF:-1 tvg-name=\"CCTV-17 农业农村\" tvg-logo=\"https://i.imgur.com/XMsoHut.png\" tvg-id=\"CCTV17.cn\" tvg-country=\"CN\" group-title=\"China\",CCTV-17 农业农村\nhttps://node1.olelive.com:6443/live/CCTV17HD/hls.m3u8\n#EXTINF:-1 tvg-name=\"CETV-1\" tvg-logo=\"https://i.imgur.com/AMcIAOV.png\" tvg-id=\"CETV1.cn\" tvg-country=\"CN\" group-title=\"China\",CETV-1\nhttp://txycsbl.centv.cn/zb/0628cetv1.m3u8\n#EXTINF:-1 tvg-name=\"CETV-2\" tvg-logo=\"https://i.imgur.com/a9mvoeP.png\" tvg-id=\"CETV2.cn\" tvg-country=\"CN\" group-title=\"China\",CETV-2\nhttp://txycsbl.centv.cn/zb/0822cetv2.m3u8\n#EXTINF:-1 tvg-name=\"CETV-3\" tvg-logo=\"https://i.imgur.com/t8o5ZKt.png\" tvg-id=\"CETV3.cn\" tvg-country=\"CN\" group-title=\"China\",CETV-3\nhttp://txycsbl.centv.cn/zb/0822cetv3.m3u8\n#EXTINF:-1 tvg-name=\"CETV-4\" tvg-logo=\"https://i.imgur.com/BRe0ybV.png\" tvg-id=\"CETV4.cn\" tvg-country=\"CN\" group-title=\"China\",CETV-4\nhttp://txycsbl.centv.cn/zb/0822cetv4.m3u8\n#EXTINF:-1 tvg-name=\"TV BRICS Chinese\" tvg-logo=\"https://i.imgur.com/896132Z.png\" tvg-id=\"TVBRICSChinese.cn\" tvg-country=\"CN\" group-title=\"China\",TV BRICS Chinese\nhttps://brics.bonus-tv.ru/cdn/brics/chinese/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Canal 1\" tvg-logo=\"https://cloudfront-us-east-1.images.arcpublishing.com/gruponacion/2XI5OC6MQZFXXBDGMRRDOZSL2Q.jpg\" tvg-id=\"Canal1.cr\" tvg-country=\"CR\" group-title=\"Costa Rica\",Canal 1\nhttps://video20.klm99.com:3993/live/canal1crlive.m3u8\n#EXTINF:-1 tvg-name=\"Canal 2 CDR\" tvg-logo=\"https://i0.wp.com/directostv.teleame.com/wp-content/uploads/2016/06/Canal-2-Costa-Rica-en-vivo-Online.png\" tvg-id=\"Canal2.cr\" tvg-country=\"CR\" group-title=\"Costa Rica\",Canal 2 CDR\nhttps://d3bgcstab9qhdz.cloudfront.net/hls/canal2.m3u8\n#EXTINF:-1 tvg-name=\"Canal 4\" tvg-logo=\"https://i0.wp.com/directostv.teleame.com/wp-content/uploads/2016/06/Canal-4-Costa-Rica-en-vivo-Online.png\" tvg-id=\"Canal4.cr\" tvg-country=\"CR\" group-title=\"Costa Rica\",Canal 4\nhttps://d3bgcstab9qhdz.cloudfront.net/hls/canal2.m3u8\n#EXTINF:-1 tvg-name=\"Canal 6\" tvg-logo=\"https://i0.wp.com/directostv.teleame.com/wp-content/uploads/2016/06/Canal-6-Costa-Rica-en-vivo-Online.png\" tvg-id=\"Canal6.cr\" tvg-country=\"CR\" group-title=\"Costa Rica\",Canal 6\nhttps://d3bgcstab9qhdz.cloudfront.net/hls/canal2.m3u8\n#EXTINF:-1 tvg-name=\"Canal 8\" tvg-logo=\"https://platform-static.cdn.mdstrm.com/player/logo/5efe501c21d05a0722152f6d.png\" tvg-id=\"Canal8.cr\" tvg-country=\"CR\" group-title=\"Costa Rica\",Canal 8\nhttp://mdstrm.com/live-stream-playlist/5a7b1e63a8da282c34d65445.m3u8\n#EXTINF:-1 tvg-name=\"Canal 11\" tvg-logo=\"https://i0.wp.com/directostv.teleame.com/wp-content/uploads/2016/06/Canal-11-Costa-Rica-en-vivo-Online.png\" tvg-id=\"Canal11.cr\" tvg-country=\"CR\" group-title=\"Costa Rica\",Canal 11\nhttps://d3bgcstab9qhdz.cloudfront.net/hls/canal2.m3u8\n#EXTINF:-1 tvg-name=\"88 Stereo\" tvg-logo=\"http://www.88stereo.com/wp-content/uploads/2017/05/88Stereo-logoweb.png\" tvg-id=\"88stereo.cr\" tvg-country=\"CR\" group-title=\"Costa Rica\",88 Stereo\nhttp://k3.usastreams.com/CableLatino/88stereo/playlist.m3u8\n#EXTINF:-1 tvg-name=\"HRT 1\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/1/1f/HRT1-logo.png\" tvg-id=\"HRT1.hr\" tvg-country=\"HR\" group-title=\"Croatia\",HRT 1\nhttps://webtvstream.bhtelecom.ba/hls9/hrt1_1200.m3u8\n#EXTINF:-1 tvg-name=\"HRT 2\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/d/d0/Htv2-logo.png\" tvg-id=\"HRT2.hr\" tvg-country=\"HR\" group-title=\"Croatia\",HRT 2\nhttps://webtvstream.bhtelecom.ba/hls9/hrt2_1200.m3u8\n#EXTINF:-1 tvg-name=\"RTL\" tvg-logo=\"https://i.imgur.com/zAjr6pO.png\" tvg-id=\"RTLCroatia.hr\" tvg-country=\"HR\" group-title=\"Croatia\",RTL\nhttps://d1cs5tlhj75jxe.cloudfront.net/rtl/playlist.m3u8\n#EXTINF:-1 tvg-name=\"HRT 3\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/9/96/HRT3_Logo_aktuell.png\" tvg-id=\"HRT3.hr\" tvg-country=\"HR\" group-title=\"Croatia\",HRT 3\nhttps://webtvstream.bhtelecom.ba/hls9/hrt3_1200.m3u8\n#EXTINF:-1 tvg-name=\"RTL 2\" tvg-logo=\"https://i.imgur.com/dQLaylJ.png\" tvg-id=\"RTL2Croatia.hr\" tvg-country=\"HR\" group-title=\"Croatia\",RTL 2\nhttps://d1um9c09e0t5ag.cloudfront.net/rtl2/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Sportska televizija Ⓖ\" tvg-logo=\"https://i.imgur.com/xdxjcVh.png\" tvg-id=\"SportskaTV.hr\" tvg-country=\"HR\" group-title=\"Croatia\",Sportska televizija Ⓖ\nhttps://stream.agatin.hr:3087/live/sptvlive.m3u8\n#EXTINF:-1 tvg-name=\"RTL Kockica\" tvg-logo=\"https://i.imgur.com/BiSVmRa.png\" tvg-id=\"RTLKockica.hr\" tvg-country=\"HR\" group-title=\"Croatia\",RTL Kockica\nhttps://d1rzyyum8t0q1e.cloudfront.net/rtl-kockica/playlist.m3u8\n#EXTINF:-1 tvg-name=\"CMC TV\" tvg-logo=\"https://i.imgur.com/Fh2vawT.png\" tvg-id=\"CMCTV.hr\" tvg-country=\"HR\" group-title=\"Croatia\",CMC TV\nhttps://stream.cmctv.hr:49998/cmc/live.m3u8\n#EXTINF:-1 tvg-name=\"Plava Vinkovačka\" tvg-logo=\"https://i.imgur.com/WJJNtQ3.jpg\" tvg-id=\"PlavaVinkovacka.hr\" tvg-country=\"HR\" group-title=\"Croatia\",Plava Vinkovačka\nhttps://player-api.new.livestream.com/accounts/26611954/events/7977299/broadcasts/237205435.secure.m3u8\n#EXTINF:-1 tvg-name=\"Televizija Slavonije i Baranje (STV)\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/hr/0/04/STV.PNG\" tvg-id=\"STV.hr\" tvg-country=\"HR\" group-title=\"Croatia\",Televizija Slavonije i Baranje (STV)\nhttp://89.201.163.244:8080/hls/hdmi.m3u8\n#EXTINF:-1 tvg-name=\"Osječka televizija (OSTV) Ⓢ\" tvg-logo=\"https://i.imgur.com/o9JgEyG.png\" tvg-id=\"OSTV.hr\" tvg-country=\"HR\" group-title=\"Croatia\",Osječka televizija (OSTV) Ⓢ\nhttps://player-api.new.livestream.com/accounts/27681961/events/8347875/broadcasts/237202062.secure.m3u8\n#EXTINF:-1 tvg-name=\"TV Nova\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/hr/c/c8/TVnova-logo.png\" tvg-id=\"TVNova.hr\" tvg-country=\"HR\" group-title=\"Croatia\",TV Nova\nhttps://stream.agatin.hr:3727/live/tvnovalive.m3u8\n#EXTINF:-1 tvg-name=\"TV Jadran\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/hr/9/9a/Tv_jadran_logo.png\" tvg-id=\"TVJadran.hr\" tvg-country=\"HR\" group-title=\"Croatia\",TV Jadran\nhttps://tvjadran.stream.agatin.hr:3412/live/tvjadranlive.m3u8\n#EXTINF:-1 tvg-name=\"Libertas TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/hr/8/8a/LibertasTV.png\" tvg-id=\"LibertasTV.hr\" tvg-country=\"HR\" group-title=\"Croatia\",Libertas TV\nhttps://stream.luci.xyz/hls/LTV.m3u8\n#EXTINF:-1 tvg-name=\"Trend TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/hr/2/22/TrendTV.jpg\" tvg-id=\"TrendTV.hr\" tvg-country=\"HR\" group-title=\"Croatia\",Trend TV\nhttp://185.62.75.22:1935/trend/myStream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Televizija Zapad\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/hr/9/97/TVZ-2018.png\" tvg-id=\"TVZapad.hr\" tvg-country=\"HR\" group-title=\"Croatia\",Televizija Zapad\nhttp://webtv.zapad.tv:8080/memfs/1ad23803-84c3-41c7-aa91-fce4c7eac52e.m3u8\n#EXTINF:-1 tvg-name=\"Al Jazeera Balkans\" tvg-logo=\"https://i.imgur.com/Z1FB6wl.png\" tvg-id=\"AlJazeeraBalkans.ba\" tvg-country=\"HR\" group-title=\"Croatia\",Al Jazeera Balkans\nhttps://live-hls-web-ajb.getaj.net/AJB/index.m3u8\n#EXTINF:-1 tvg-name=\"RIK 1 Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/e/e5/Logo_RIK_1_2017.svg/640px-Logo_RIK_1_2017.svg.png\" tvg-id=\"RIK1.cy\" tvg-country=\"CY\" group-title=\"Cyprus\",RIK 1 Ⓢ\nhttp://l6.cloudskep.com/tvb6/rik1-1/mpeg.2ts\n#EXTINF:-1 tvg-name=\"RIK 2 Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/1/14/Logo_RIK_2_2017.svg/640px-Logo_RIK_2_2017.svg.png\" tvg-id=\"RIK2.cy\" tvg-country=\"CY\" group-title=\"Cyprus\",RIK 2 Ⓢ\nhttp://l6.cloudskep.com/tvb6/rik2-1/mpeg.2ts\n#EXTINF:-1 tvg-name=\"RIK HD\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/el/7/7d/RIKHD2.png\" tvg-id=\"RIKHD.cy\" tvg-country=\"CY\" group-title=\"Cyprus\",RIK HD\nhttp://l6.cloudskep.com/tvb6/rikhd1/mpeg.2ts\n#EXTINF:-1 tvg-name=\"RIK Sat\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/a/ad/Logo_RIK_Sat_2017.svg/640px-Logo_RIK_Sat_2017.svg.png\" tvg-id=\"RIKSat.cy\" tvg-country=\"CY\" group-title=\"Cyprus\",RIK Sat\nhttps://l3.cloudskep.com/cybcsat/abr/playlist.m3u8\n#EXTINF:-1 tvg-name=\"BRT 1\" tvg-logo=\"https://i.imgur.com/gOPAi2c.png\" tvg-id=\"BRT1.cy\" tvg-country=\"CY\" group-title=\"Cyprus\",BRT 1\nhttps://sc-kuzeykibrissmarttv.ercdn.net/brt1hd/bant1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"BRT 2\" tvg-logo=\"https://i.imgur.com/t5kbIuj.png\" tvg-id=\"BRT2.cy\" tvg-country=\"CY\" group-title=\"Cyprus\",BRT 2\nhttps://sc-kuzeykibrissmarttv.ercdn.net/brt2hd/bant1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Ada TV Ⓢ\" tvg-logo=\"https://i.imgur.com/LPQfdz2.png\" tvg-id=\"AdaTV.cy\" tvg-country=\"CY\" group-title=\"Cyprus\",Ada TV Ⓢ\nhttps://sc-kuzeykibrissmarttv.ercdn.net/adatv/bant1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Kıbrıs Genç TV Ⓢ\" tvg-logo=\"https://i.imgur.com/eBdQn9h.png\" tvg-id=\"KibrisGencTV.cy\" tvg-country=\"CY\" group-title=\"Cyprus\",Kıbrıs Genç TV Ⓢ\nhttps://sc-kuzeykibrissmarttv.ercdn.net/kibrisgenctv/bant1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Kanal T Ⓢ\" tvg-logo=\"https://i.imgur.com/4bA4pXT.png\" tvg-id=\"KibrisKanalT.cy\" tvg-country=\"CY\" group-title=\"Cyprus\",Kanal T Ⓢ\nhttps://sc-kuzeykibrissmarttv.ercdn.net/kanalt/bantp1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Kıbrıs TV Ⓢ\" tvg-logo=\"https://i.imgur.com/5MJZPTo.png\" tvg-id=\"KibrisTV.cy\" tvg-country=\"CY\" group-title=\"Cyprus\",Kıbrıs TV Ⓢ\nhttps://sc-kuzeykibrissmarttv.ercdn.net/kibristv/bant1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TV 2020 Ⓢ\" tvg-logo=\"https://i.imgur.com/rtfsNdd.png\" tvg-id=\"TV2020.cy\" tvg-country=\"CY\" group-title=\"Cyprus\",TV 2020 Ⓢ\nhttps://sc-kuzeykibrissmarttv.ercdn.net/tv2020/bantp1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"ČT1 Ⓖ\" tvg-logo=\"https://i.imgur.com/qBlEbN3.png\" tvg-id=\"CT1.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",ČT1 Ⓖ\nhttps://sktv.plainrock127.xyz/get.php?x=CT1\n#EXTINF:-1 tvg-name=\"ČT2 Ⓖ\" tvg-logo=\"https://i.imgur.com/HpnGC6A.png\" tvg-id=\"CT2.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",ČT2 Ⓖ\nhttps://sktv.plainrock127.xyz/get.php?x=CT2\n#EXTINF:-1 tvg-name=\"ČT24\" tvg-logo=\"https://i.imgur.com/pUMRFs1.png\" tvg-id=\"CT24.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",ČT24\nhttps://sktv.plainrock127.xyz/get.php?x=CT24\n#EXTINF:-1 tvg-name=\"ČT sport Ⓖ\" tvg-logo=\"https://i.imgur.com/I2dltZW.png\" tvg-id=\"CTSport.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",ČT sport Ⓖ\nhttps://sktv.plainrock127.xyz/get.php?x=CTsport\n#EXTINF:-1 tvg-name=\"ČT :D\" tvg-logo=\"https://i.imgur.com/Pa5rLpA.png\" tvg-id=\"CTDecko.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",ČT :D\nhttps://sktv.plainrock127.xyz/get.php?x=CT_D\n#EXTINF:-1 tvg-name=\"ČT art\" tvg-logo=\"https://i.imgur.com/u8mfETB.png\" tvg-id=\"CTart.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",ČT art\nhttps://sktv.plainrock127.xyz/get.php?x=CTart\n#EXTINF:-1 tvg-name=\"ČT sport Plus Ⓖ\" tvg-logo=\"https://i.imgur.com/5JiMynW.png\" tvg-id=\"\" tvg-country=\"CZ\" group-title=\"Czech Republic\",ČT sport Plus Ⓖ\nhttps://sktv.plainrock127.xyz/get.php?x=CTsportPlus\n#EXTINF:-1 tvg-name=\"JOJ Family Ⓢ\" tvg-logo=\"https://i.imgur.com/IZHIAAj.png\" tvg-id=\"JojFamily.sk\" tvg-country=\"CZ\" group-title=\"Czech Republic\",JOJ Family Ⓢ\nhttps://live.cdn.joj.sk/live/hls/family-540.m3u8\n#EXTINF:-1 tvg-name=\"Šlágr Originál Ⓢ\" tvg-logo=\"https://i.imgur.com/fQcx9S2.png\" tvg-id=\"SlagrOriginal.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",Šlágr Originál Ⓢ\nhttps://stream-6.mazana.tv/slagr.m3u\n#EXTINF:-1 tvg-name=\"Šlágr Muzika Ⓢ\" tvg-logo=\"https://i.imgur.com/J9YHDVS.png\" tvg-id=\"SlagrMuzika.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",Šlágr Muzika Ⓢ\nhttps://stream-33.mazana.tv/slagr2.m3u\n#EXTINF:-1 tvg-name=\"Šlágr Premium Ⓢ\" tvg-logo=\"https://i.imgur.com/Lp0IqDx.png\" tvg-id=\"SlagrPremium.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",Šlágr Premium Ⓢ\nhttps://stream-15.mazana.tv/slagrpremium.m3u\n#EXTINF:-1 tvg-name=\"Prima Ⓖ\" tvg-logo=\"https://i.imgur.com/0aHT2Nj.png\" tvg-id=\"Prima.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",Prima Ⓖ\nhttps://prima-ott-live.ssl.cdn.cra.cz/channels/prima_family/playlist/cze/live_hd.m3u8?offsetSeconds=0&url=0\n#EXTINF:-1 tvg-name=\"CNN Prima News\" tvg-logo=\"https://i.imgur.com/Il7t0bU.png\" tvg-id=\"CNNPrimaNews.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",CNN Prima News\nhttps://prima-ott-live.ssl.cdn.cra.cz/channels/prima_cnn/playlist/cze/live_hd.m3u8?offsetSeconds=0&url=0\n#EXTINF:-1 tvg-name=\"Prima Zoom Ⓖ\" tvg-logo=\"https://i.imgur.com/zuzBucZ.png\" tvg-id=\"PrimaZoom.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",Prima Zoom Ⓖ\nhttps://prima-ott-live.ssl.cdn.cra.cz/channels/prima_zoom/playlist/cze/live_hd.m3u8?offsetSeconds=0&url=0\n#EXTINF:-1 tvg-name=\"Prima Love Ⓖ\" tvg-logo=\"https://i.imgur.com/TOCZc3Y.png\" tvg-id=\"PrimaLove.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",Prima Love Ⓖ\nhttps://prima-ott-live.ssl.cdn.cra.cz/channels/prima_love/playlist/cze/live_hd.m3u8?offsetSeconds=0&url=0\n#EXTINF:-1 tvg-name=\"Prima STAR Ⓖ\" tvg-logo=\"https://i.imgur.com/tQGwvNs.png\" tvg-id=\"PrimaStar.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",Prima STAR Ⓖ\nhttps://prima-ott-live.ssl.cdn.cra.cz/channels/prima_star/playlist/cze/live_hd.m3u8?offsetSeconds=0&url=0\n#EXTINF:-1 tvg-name=\"Prima Krimi Ⓖ\" tvg-logo=\"https://i.imgur.com/Dn2YxrA.png\" tvg-id=\"PrimaKrimi.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",Prima Krimi Ⓖ\nhttps://prima-ott-live.ssl.cdn.cra.cz/channels/prima_krimi/playlist/cze/live_hd.m3u8?offsetSeconds=0&url=0\n#EXTINF:-1 tvg-name=\"Prima MAX Ⓖ\" tvg-logo=\"https://i.imgur.com/QaEakvm.png\" tvg-id=\"PrimaMax.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",Prima MAX Ⓖ\nhttps://prima-ott-live.ssl.cdn.cra.cz/channels/prima_max/playlist/cze/live_hd.m3u8?offsetSeconds=0&url=0\n#EXTINF:-1 tvg-name=\"Prima Cool Ⓖ\" tvg-logo=\"https://i.imgur.com/JMHWmcJ.png\" tvg-id=\"PrimaCool.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",Prima Cool Ⓖ\nhttps://prima-ott-live.ssl.cdn.cra.cz/channels/prima_cool/playlist/cze/live_hd.m3u8?offsetSeconds=0&url=0\n#EXTINF:-1 tvg-name=\"Prima Show Ⓖ\" tvg-logo=\"https://i.imgur.com/zX4NTJ5.png\" tvg-id=\"PrimaShow.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",Prima Show Ⓖ\nhttps://prima-ott-live.ssl.cdn.cra.cz/channels/prima_show/playlist/cze/live_hd.m3u8?offsetSeconds=0&url=0\n#EXTINF:-1 tvg-name=\"Óčko Ⓢ\" tvg-logo=\"https://i.imgur.com/iPmpsnN.png\" tvg-id=\"Ocko.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",Óčko Ⓢ\nhttps://ocko-live.ssl.cdn.cra.cz/channels/ocko/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Óčko Star Ⓢ\" tvg-logo=\"https://i.imgur.com/tGzQFWw.png\" tvg-id=\"OckoStar.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",Óčko Star Ⓢ\nhttps://ocko-live.ssl.cdn.cra.cz/channels/ocko_gold/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Óčko Expres Ⓢ\" tvg-logo=\"https://i.imgur.com/e731JNS.png\" tvg-id=\"OckoExpres.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",Óčko Expres Ⓢ\nhttps://ocko-live.ssl.cdn.cra.cz/channels/ocko_expres/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Retro Music Television Ⓢ\" tvg-logo=\"https://i.imgur.com/a6S2Yo4.png\" tvg-id=\"RetroMusicTV.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",Retro Music Television Ⓢ\nhttps://stream.mediawork.cz/retrotv/smil:retrotv2.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TN Live\" tvg-logo=\"https://i.imgur.com/9P7ZyFu.png\" tvg-id=\"\" tvg-country=\"CZ\" group-title=\"Czech Republic\",TN Live\nhttps://sktv.plainrock127.xyz/get.php?x=NovaTNLive\n#EXTINF:-1 tvg-name=\"Praha TV\" tvg-logo=\"https://www.praga2018.cz/wp-content/uploads/logo-prahatv.png\" tvg-id=\"PrahaTV.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",Praha TV\nhttps://stream.polar.cz/prahatv/prahatvlive-1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TV Nova Ⓢ\" tvg-logo=\"https://i.imgur.com/77ztmd9.png\" tvg-id=\"tvnova.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",TV Nova Ⓢ\nhttps://sktv.plainrock127.xyz/get.php?x=Nova\n#EXTINF:-1 tvg-name=\"Východoceská TV\" tvg-logo=\"https://i.imgur.com/4Wwptd3.png\" tvg-id=\"V1.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",Východoceská TV\nhttps://stream.polar.cz/vctv/vctvlive-1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"UTV (Czech Republic)\" tvg-logo=\"https://imgur.com/ulfeIwM.png\" tvg-id=\"utv.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",UTV (Czech Republic)\nhttps://vysilani.zaktv.cz/broadcast/hls/utv/index.m3u8\n#EXTINF:-1 tvg-name=\"DR1 Ⓖ\" tvg-logo=\"https://i.imgur.com/wEq8UnG.png\" tvg-id=\"DR1.dk\" tvg-country=\"DK\" group-title=\"Denmark\",DR1 Ⓖ\nhttps://drlive01texthls.akamaized.net/hls/live/2014186/drlive01text/master.m3u8\n#EXTINF:-1 tvg-name=\"DR2 Ⓖ\" tvg-logo=\"https://i.imgur.com/b79UKYN.png\" tvg-id=\"DR2.dk\" tvg-country=\"DK\" group-title=\"Denmark\",DR2 Ⓖ\nhttps://drlive02texthls.akamaized.net/hls/live/2014188/drlive02text/master.m3u8\n#EXTINF:-1 tvg-name=\"DR Ramasjang Ⓖ\" tvg-logo=\"https://i.imgur.com/YD0z2mN.png\" tvg-id=\"DRRamasjang.dk\" tvg-country=\"DK\" group-title=\"Denmark\",DR Ramasjang Ⓖ\nhttps://drlive03texthls.akamaized.net/hls/live/2014191/drlive03text/master.m3u8\n#EXTINF:-1 tvg-name=\"Folketinget TV\" tvg-logo=\"https://i.imgur.com/RqQDUzX.png\" tvg-id=\"TVfromtheDanishParliament.dk\" tvg-country=\"DK\" group-title=\"Denmark\",Folketinget TV\nhttps://cdnapi.kaltura.com/p/2158211/sp/327418300/playManifest/entryId/1_24gfa7qq/protocol/https/format/applehttp/a.m3u8\n#EXTINF:-1 tvg-name=\"TV Syd+\" tvg-logo=\"https://i.imgur.com/k2jf591.png\" tvg-id=\"TVSYD.dk\" tvg-country=\"DK\" group-title=\"Denmark\",TV Syd+\nhttps://cdn-lt-live.tvsyd.dk/env/cluster-1-e.live.nvp1/live/hls/p/1956351/e/0_e9slj9wh/tl/main/st/0/t/rFEtaqAbdhUFGef_BNF4WQ/index-s32.m3u8\n#EXTINF:-1 tvg-name=\"TV 2/Fyn\" tvg-logo=\"https://i.imgur.com/4L6AIMH.png\" tvg-id=\"TV2Fyn.dk\" tvg-country=\"DK\" group-title=\"Denmark\",TV 2/Fyn\nhttps://cdn-lt-live.tv2fyn.dk/env/cluster-1-e.live.nvp1/live/hls/p/1966291/e/0_vsfrv0zm/tl/main/st/0/t/EgP1FA1D39taZFVewCa42w/index-s32.m3u8\n#EXTINF:-1 tvg-name=\"TV 2/Øst\" tvg-logo=\"https://i.imgur.com/H9l6Ulw.png\" tvg-id=\"TV2Ost.dk\" tvg-country=\"DK\" group-title=\"Denmark\",TV 2/Øst\nhttps://cdn-lt-live.tveast.dk/env/cluster-1-e.live.nvp1/live/hls/p/1953381/e/0_zphj9q61/tl/main/st/0/t/THUB80e-ZMufZCE4pDhO0g/index-s32.m3u8\n#EXTINF:-1 tvg-name=\"TV 2/Nord\" tvg-logo=\"https://i.imgur.com/tEJ22UW.png\" tvg-id=\"TV2Nord.dk\" tvg-country=\"DK\" group-title=\"Denmark\",TV 2/Nord\nhttps://cdn-lt-live.tv2nord.dk/env/cluster-1-e.live.nvp1/live/hls/p/1956931/e/1_h9yfe7h2/tl/main/st/1/t/_FUn1YHQ6_P6lES4U6mmsA/index-s32.m3u8\n#EXTINF:-1 tvg-name=\"TV 2 Kosmopol\" tvg-logo=\"https://i.imgur.com/oVmCoKY.png\" tvg-id=\"TV2Kosmopol.dk\" tvg-country=\"DK\" group-title=\"Denmark\",TV 2 Kosmopol\nhttps://cdn-lt-live.tv2lorry.dk/env/cluster-1-d.live.nvp1/live/hls/p/2045321/e/1_grusx1zd/tl/main/st/0/t/rCct87c-v2SFFCvQK1BBOg/index-s32.m3u8\n#EXTINF:-1 tvg-name=\"TV/Midt-Vest\" tvg-logo=\"https://i.imgur.com/OU7xIVa.png\" tvg-id=\"TVMidtvest.dk\" tvg-country=\"DK\" group-title=\"Denmark\",TV/Midt-Vest\nhttps://cdn-lt-live.tvmidtvest.dk/env/cluster-1-d.live.frp1/live/hls/p/1953371/e/1_9x5lzos9/tl/main/st/0/t/9MTEhotxVwKuatx1EVXdGg/index-s34.m3u8\n#EXTINF:-1 tvg-name=\"TV 2/Østjylland\" tvg-logo=\"https://i.imgur.com/qEUXjHp.png\" tvg-id=\"TV2Ostjylland.dk\" tvg-country=\"DK\" group-title=\"Denmark\",TV 2/Østjylland\nhttps://cdn-lt-live.tvmidtvest.dk/env/cluster-1-d.live.frp1/live/hls/p/1953371/e/1_9x5lzos9/tl/main/st/0/t/9MTEhotxVwKuatx1EVXdGg/index-s34.m3u8\n#EXTINF:-1 tvg-name=\"TV 2/Bornholm\" tvg-logo=\"https://i.imgur.com/cEOpXU6.png\" tvg-id=\"TV2Bornholm.dk\" tvg-country=\"DK\" group-title=\"Denmark\",TV 2/Bornholm\nhttps://live.tv2bornholm.dk/stream/live/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TV Storbyen\" tvg-logo=\"https://i.imgur.com/QqjRqow.png\" tvg-id=\"TVStorbyen.dk\" tvg-country=\"DK\" group-title=\"Denmark\",TV Storbyen\nhttps://5eeb3940cfaa0.streamlock.net/webtv_live/_definst_/mp4:kanalnordvest/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Kanal Hovedstaden\" tvg-logo=\"https://i.imgur.com/MCXYDwH.png\" tvg-id=\"KanalHovedstaden.dk\" tvg-country=\"DK\" group-title=\"Denmark\",Kanal Hovedstaden\nhttp://khkbh.dk:8080/hls/livestream/index.m3u8\n#EXTINF:-1 tvg-name=\"KKRtv\" tvg-logo=\"https://i.imgur.com/TbtjWHI.png\" tvg-id=\"KKRtv.dk\" tvg-country=\"DK\" group-title=\"Denmark\",KKRtv\nrtmp://video.kkr.dk/live/kkr\n#EXTINF:-1 tvg-name=\"Canal RTVD 4\" tvg-logo=\"https://static.wikia.nocookie.net/logopedia/images/4/4e/CERTV_4_2015.png\" tvg-id=\"Canal4RD.do\" tvg-country=\"DO\" group-title=\"Dominican Republic\",Canal RTVD 4\nhttps://protvradiostream.com:1936/canal4rd-1/ngrp:canal4rd-1_all/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Aghapy TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/e/eb/AghapyTV.jpg\" tvg-id=\"AghapyTV.eg\" tvg-country=\"EG\" group-title=\"Egypt\",Aghapy TV\nhttps://5b622f07944df.streamlock.net/aghapy.tv/aghapy.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Al Ghad Plus\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/0/06/AlGhad_TV.png\" tvg-id=\"AlGhadPlus.eg\" tvg-country=\"EG\" group-title=\"Egypt\",Al Ghad Plus\nhttps://playlist.fasttvcdn.com/pl/ykvm3f2fhokwxqsurp9xcg/alghad-plus/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Al Ghad TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/0/06/AlGhad_TV.png\" tvg-id=\"AlGhadTV.eg\" tvg-country=\"EG\" group-title=\"Egypt\",Al Ghad TV\nhttps://eazyvwqssi.erbvr.com/alghadtv/alghadtv.m3u8\n#EXTINF:-1 tvg-name=\"Al Qahera News\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/ar/b/b0/%D9%82%D9%86%D8%A7%D8%A9_%D8%A7%D9%84%D9%82%D8%A7%D9%87%D8%B1%D8%A9_%D8%A7%D9%84%D8%A5%D8%AE%D8%A8%D8%A7%D8%B1%D9%8A%D8%A9.png\" tvg-id=\"AlQaheraNews.eg\" tvg-country=\"EG\" group-title=\"Egypt\",Al Qahera News\nhttps://bcovlive-a.akamaihd.net/d30cbb3350af4cb7a6e05b9eb1bfd850/eu-west-1/6057955906001/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Alhayat TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/8/8c/Al-Hayat_Media_Center_Logo_%28variant_2%29.svg\" tvg-id=\"AlhayatTV.eg\" tvg-country=\"EG\" group-title=\"Egypt\",Alhayat TV\nhttps://cdn3.wowza.com/5/OE5HREpIcEkySlNT/alhayat-live/ngrp:livestream_all/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Coptic TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/4/4c/Coptic_news.jpg\" tvg-id=\"CopticTV.eg\" tvg-country=\"EG\" group-title=\"Egypt\",Coptic TV\nhttps://5aafcc5de91f1.streamlock.net/ctvchannel.tv/ctv.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Huda TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/5/58/Logo_huda_%D8%AD%D8%AC%D9%85_%D9%83%D8%A8%D9%8A%D8%B1.gif\" tvg-id=\"HudaTV.eg\" tvg-country=\"EG\" group-title=\"Egypt\",Huda TV\nhttps://cdn.bestream.io:19360/elfaro1/elfaro1.m3u8\n#EXTINF:-1 tvg-name=\"Koogi TV\" tvg-logo=\"\" tvg-id=\"KoogiTV.eg\" tvg-country=\"EG\" group-title=\"Egypt\",Koogi TV\nhttps://5d658d7e9f562.streamlock.net/koogi.tv/koogi.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"MBC Masr 1\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/7/7c/MBC_Masr_Logo.png\" tvg-id=\"MBCMasr1.eg\" tvg-country=\"EG\" group-title=\"Egypt\",MBC Masr 1\nhttps://mbc1-enc.edgenextcdn.net/out/v1/d5036cabf11e45bf9d0db410ca135c18/index.m3u8\n#EXTINF:-1 tvg-name=\"MBC Masr 2\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/5/53/MBC_Masr_2_Logo.svg\" tvg-id=\"MBCMasr2.eg\" tvg-country=\"EG\" group-title=\"Egypt\",MBC Masr 2\nhttps://shls-masr2-ak.akamaized.net/out/v1/f683685242b549f48ea8a5171e3e993a/index.m3u8\n#EXTINF:-1 tvg-name=\"Rotana Cinema\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/9/92/Rotana_Cinema_Egy.png\" tvg-id=\"RotanaCinema.eg\" tvg-country=\"EG\" group-title=\"Egypt\",Rotana Cinema\nhttps://rotana.hibridcdn.net/rotana/cinemamasr_net-7Y83PP5adWixDF93/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Watan TV\" tvg-logo=\"\" tvg-id=\"WatanTV.eg\" tvg-country=\"EG\" group-title=\"Egypt\",Watan TV\nhttps://rp.tactivemedia.com/watantv_source/live/playlist.m3u8\n#EXTINF:-1 tvg-name=\"ETV Ⓖ\" tvg-logo=\"https://i.imgur.com/5URjPgG.png\" tvg-id=\"ETV.ee\" tvg-country=\"EE\" group-title=\"Estonia\",ETV Ⓖ\nhttp://sb.err.ee/live/etv.m3u8\n#EXTINF:-1 tvg-name=\"ETV2 Ⓖ\" tvg-logo=\"https://i.imgur.com/fUjGHDa.png\" tvg-id=\"ETV2.ee\" tvg-country=\"EE\" group-title=\"Estonia\",ETV2 Ⓖ\nhttp://sb.err.ee/live/etv2.m3u8\n#EXTINF:-1 tvg-name=\"ETV+ Ⓖ\" tvg-logo=\"https://i.imgur.com/YAubPlU.png\" tvg-id=\"ETVPlus.ee\" tvg-country=\"EE\" group-title=\"Estonia\",ETV+ Ⓖ\nhttp://sb.err.ee/live/etvpluss.m3u8\n#EXTINF:-1 tvg-name=\"Riigikogu\" tvg-logo=\"https://i.imgur.com/7uWaZLF.png\" tvg-id=\"Riigikogu.ee\" tvg-country=\"EE\" group-title=\"Estonia\",Riigikogu\nhttps://riigikogu.babahhcdn.com/bb1027/smil:riigikogu_ch1.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Taevas TV7\" tvg-logo=\"https://i.imgur.com/usXedIj.png\" tvg-id=\"TaevasTV7.fi\" tvg-country=\"EE\" group-title=\"Estonia\",Taevas TV7\nhttps://vod.tv7.fi/tv7-ee/_definst_/smil:tv7-ee.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Life TV Estonia\" tvg-logo=\"https://i.imgur.com/JhrTB82.png\" tvg-id=\"LifeTV.ee\" tvg-country=\"EE\" group-title=\"Estonia\",Life TV Estonia\nhttps://lifetv.bitflip.ee/live/stream2.m3u8\n#EXTINF:-1 tvg-name=\"Life TV Europe\" tvg-logo=\"https://i.imgur.com/JhrTB82.png\" tvg-id=\"LifeTVEurope.ee\" tvg-country=\"EE\" group-title=\"Estonia\",Life TV Europe\nhttps://lifetv.bitflip.ee/live/stream1.m3u8\n#EXTINF:-1 tvg-name=\"TBN Baltia\" tvg-logo=\"https://i.imgur.com/rKBaK56.png\" tvg-id=\"TBNBaltia.ee\" tvg-country=\"EE\" group-title=\"Estonia\",TBN Baltia\nhttp://dc.tbnbaltia.eu:8088/dvr/rewind-21600.m3u8\n#EXTINF:-1 tvg-name=\"KVF Sjónvarp\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/a/ab/KVF_logo_2019.svg/640px-KVF_logo_2019.svg.png\" tvg-id=\"KVFSjonvarp.fo\" tvg-country=\"FO\" group-title=\"Faroe Islands\",KVF Sjónvarp\nhttps://w1.kringvarp.fo/uttanlands/smil:uttanlands.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tingvarp\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/9/90/Logo_-_L%C3%B8gting.png\" tvg-id=\"Tingvarp.fo\" tvg-country=\"FO\" group-title=\"Faroe Islands\",Tingvarp\nhttps://play.kringvarp.fo/redirect/tingvarp/_definst_/smil:tingvarp.smil?type=m3u8\n#EXTINF:-1 tvg-name=\"Yle TV1 Ⓖ\" tvg-logo=\"https://i.imgur.com/6yXZwUL.png\" tvg-id=\"YleTV1.fi\" tvg-country=\"FI\" group-title=\"Finland\",Yle TV1 Ⓖ\nhttps://yletv.akamaized.net/hls/live/622365/yletv1fin/index.m3u8\n#EXTINF:-1 tvg-name=\"Yle TV2 Ⓖ\" tvg-logo=\"https://i.imgur.com/4xkc6PL.png\" tvg-id=\"YleTV2.fi\" tvg-country=\"FI\" group-title=\"Finland\",Yle TV2 Ⓖ\nhttps://yletv.akamaized.net/hls/live/622366/yletv2fin/index.m3u8\n#EXTINF:-1 tvg-name=\"MTV3\" tvg-logo=\"https://i.imgur.com/kNbmc8n.png\" tvg-id=\"MTV3.fi\" tvg-country=\"FI\" group-title=\"Finland\",MTV3\nhttps://live-fi.tvkaista.net/mtv3/live.m3u8?src=freetv\n#EXTINF:-1 tvg-name=\"Nelonen\" tvg-logo=\"https://i.imgur.com/BFbCyfY.png\" tvg-id=\"Nelonen.fi\" tvg-country=\"FI\" group-title=\"Finland\",Nelonen\nhttps://live-fi.tvkaista.net/nelonen/live.m3u8?src=freetv\n#EXTINF:-1 tvg-name=\"Yle Teema Fem Ⓖ\" tvg-logo=\"https://i.imgur.com/iDljufz.png\" tvg-id=\"YleTeemaFem.fi\" tvg-country=\"FI\" group-title=\"Finland\",Yle Teema Fem Ⓖ\nhttps://yletv.akamaized.net/hls/live/622367/yletvteemafemfin/index.m3u8\n#EXTINF:-1 tvg-name=\"MTV Sub\" tvg-logo=\"https://i.imgur.com/VRCuxQt.png\" tvg-id=\"Sub.fi\" tvg-country=\"FI\" group-title=\"Finland\",MTV Sub\nhttps://live-fi.tvkaista.net/sub/live.m3u8?src=freetv\n#EXTINF:-1 tvg-name=\"TV5 Finland\" tvg-logo=\"https://i.imgur.com/MoukyGs.png\" tvg-id=\"TV5.fi\" tvg-country=\"FI\" group-title=\"Finland\",TV5 Finland\nhttps://live-fi.tvkaista.net/tv5/live.m3u8?src=freetv\n#EXTINF:-1 tvg-name=\"Liv\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/0/06/Liv_color_RGB.png\" tvg-id=\"Liv.fi\" tvg-country=\"FI\" group-title=\"Finland\",Liv\nhttps://live-fi.tvkaista.net/liv/live.m3u8?src=freetv\n#EXTINF:-1 tvg-name=\"Jim\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/9/92/Jim_color_RGB.png\" tvg-id=\"Jim.fi\" tvg-country=\"FI\" group-title=\"Finland\",Jim\nhttps://live-fi.tvkaista.net/jim/live.m3u8?src=freetv\n#EXTINF:-1 tvg-name=\"Kutonen\" tvg-logo=\"https://i.imgur.com/4giVyxb.png\" tvg-id=\"Kutonen.fi\" tvg-country=\"FI\" group-title=\"Finland\",Kutonen\nhttps://live-fi.tvkaista.net/kutonen/live.m3u8?src=freetv\n#EXTINF:-1 tvg-name=\"TLC Finland\" tvg-logo=\"https://i.imgur.com/0d5hP3A.png\" tvg-id=\"TLCFinland.fi\" tvg-country=\"FI\" group-title=\"Finland\",TLC Finland\nhttps://live-fi.tvkaista.net/tlc/live.m3u8?src=freetv\n#EXTINF:-1 tvg-name=\"Star Channel Finland\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Star_Channel_2020.svg/640px-Star_Channel_2020.svg.png\" tvg-id=\"StarChannel.fi\" tvg-country=\"FI\" group-title=\"Finland\",Star Channel Finland\nhttps://live-fi.tvkaista.net/star-channel/live.m3u8?src=freetv\n#EXTINF:-1 tvg-name=\"MTV Ava\" tvg-logo=\"https://i.imgur.com/rtyJVgB.png\" tvg-id=\"AVA.fi\" tvg-country=\"FI\" group-title=\"Finland\",MTV Ava\nhttps://live-fi.tvkaista.net/ava/live.m3u8?src=freetv\n#EXTINF:-1 tvg-name=\"Hero\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/b/bd/Hero_color_RGB.png\" tvg-id=\"Hero.fi\" tvg-country=\"FI\" group-title=\"Finland\",Hero\nhttps://live-fi.tvkaista.net/hero/live.m3u8?src=freetv\n#EXTINF:-1 tvg-name=\"Frii\" tvg-logo=\"https://i.imgur.com/ljKoG9I.png\" tvg-id=\"Frii.fi\" tvg-country=\"FI\" group-title=\"Finland\",Frii\nhttps://live-fi.tvkaista.net/frii/live.m3u8?src=freetv\n#EXTINF:-1 tvg-name=\"Alfa Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/fi/9/93/IRR-TV-1.png\" tvg-id=\"IRRTV.fi\" tvg-country=\"FI\" group-title=\"Finland\",Alfa Ⓢ\nhttps://irrtv2.digitacdn.net/live/ott/irrtv/playlist.m3u8?organizationId=229401409&suiteItemId=230439940\n#EXTINF:-1 tvg-name=\"TapahtumaTV Eveo\" tvg-logo=\"https://i.imgur.com/sR8nA8w.png\" tvg-id=\"Eveo.fi\" tvg-country=\"FI\" group-title=\"Finland\",TapahtumaTV Eveo\nhttps://live-fi.tvkaista.net/tapahtumatv-eveo/live.m3u8?src=freetv\n#EXTINF:-1 tvg-name=\"National Geographic Finland Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/f/fc/Natgeologo.svg/512px-Natgeologo.svg.png\" tvg-id=\"NationalGeographicFinland.fi\" tvg-country=\"FI\" group-title=\"Finland\",National Geographic Finland Ⓖ\nhttps://live-fi.tvkaista.net/national-geographic/live.m3u8?src=freetv\n#EXTINF:-1 tvg-name=\"Viaplay TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/94/Viaplay_TV_logo.svg/640px-Viaplay_TV_logo.svg.png\" tvg-id=\"ViaplayTV.fi\" tvg-country=\"FI\" group-title=\"Finland\",Viaplay TV\nhttps://live-fi.tvkaista.net/viaplay-tv/live.m3u8?src=freetv\n#EXTINF:-1 tvg-name=\"OnniTV\" tvg-logo=\"https://i.imgur.com/HzILf2H.png\" tvg-id=\"KotiTV.fi\" tvg-country=\"FI\" group-title=\"Finland\",OnniTV\nhttps://onnitv.digitacdn.net/live/ott/onnitv/playlist.m3u8?organizationId=83459409&suiteItemId=83459780\n#EXTINF:-1 tvg-name=\"Taivas TV7\" tvg-logo=\"https://i.imgur.com/a4iNVXA.png\" tvg-id=\"TaivasTV7.fi\" tvg-country=\"FI\" group-title=\"Finland\",Taivas TV7\nhttps://vod.tv7.fi/tv7-fi/_definst_/smil:tv7-fi.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Himlen TV7\" tvg-logo=\"https://i.imgur.com/a4iNVXA.png\" tvg-id=\"HimlenTV7.fi\" tvg-country=\"FI\" group-title=\"Finland\",Himlen TV7\nhttps://vod.tv7.fi/tv7-se/_definst_/smil:tv7-se.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"MTV Uutiset Live\" tvg-logo=\"https://i.imgur.com/IyB6mIb.png\" tvg-id=\"MTVUutiset.fi\" tvg-country=\"FI\" group-title=\"Finland\",MTV Uutiset Live\nhttps://live.streaming.a2d.tv/asset/20025962.isml/.m3u8\n#EXTINF:-1 tvg-name=\"Nopola News\" tvg-logo=\"https://i.imgur.com/gOj8J6O.png\" tvg-id=\"NopolaNews.fi\" tvg-country=\"FI\" group-title=\"Finland\",Nopola News\nhttps://virta2.nopolanews.fi:8443/live/smil:Stream1.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"När-TV Ⓢ\" tvg-logo=\"https://i.imgur.com/Ht5yePq.png\" tvg-id=\"NarTV.fi\" tvg-country=\"FI\" group-title=\"Finland\",När-TV Ⓢ\nhttps://streaming.nartv.fi/live/ngrp:NAR_TV.stream_all/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Sundom TV Ⓨ\" tvg-logo=\"https://i.imgur.com/WgwR7nJ.png\" tvg-id=\"SundomTV.fi\" tvg-country=\"FI\" group-title=\"Finland\",Sundom TV Ⓨ\nhttps://www.youtube.com/@SundomTV/live\n#EXTINF:-1 tvg-name=\"Wör TV Ⓨ\" tvg-logo=\"https://i.imgur.com/P9O1jo0.png\" tvg-id=\"WorTV.fi\" tvg-country=\"FI\" group-title=\"Finland\",Wör TV Ⓨ\nhttps://www.youtube.com/@wor-tvr.f.4461/live\n#EXTINF:-1 tvg-name=\"YleX Studio Live\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/c/cf/YleX.svg/450px-YleX.svg.png\" tvg-id=\"YleX.fi\" tvg-country=\"FI\" group-title=\"Finland\",YleX Studio Live\nhttps://ylestudiolive.akamaized.net/hls/live/2007826/ylestudiolive-YleX/master.m3u8\n#EXTINF:-1 tvg-name=\"Järviradio TV\" tvg-logo=\"https://jarviradio.fi/jrtv2/wp-content/uploads/2022/01/jrtv1.jpg\" tvg-id=\"JRTVJarviradio.fi\" tvg-country=\"FI\" group-title=\"Finland\",Järviradio TV\nhttps://streamer.radiotaajuus.fi/memfs/47f113bf-04ea-493b-a9d4-52945fd9db31.m3u8\n#EXTINF:-1 tvg-name=\"Arte Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/4/43/Arte_Logo_2017.svg/12px-Arte_Logo_2017.svg.png\" tvg-id=\"ARTEFrench.fr\" tvg-country=\"FR\" group-title=\"France\",Arte Ⓖ\nhttps://artesimulcast.akamaized.net/hls/live/2031003/artelive_fr/index.m3u8\n#EXTINF:-1 tvg-name=\"C8 Ⓓ\" tvg-logo=\"https://i.imgur.com/LXhXF8l.png\" tvg-id=\"C8.fr\" tvg-country=\"FR\" group-title=\"France\",C8 Ⓓ\nhttps://www.dailymotion.com/video/x5gv5rr\n#EXTINF:-1 tvg-name=\"NRJ 12\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/4/45/NRJ12_logo_2015.svg/749px-NRJ12_logo_2015.svg.png\" tvg-id=\"NRJ12.fr\" tvg-country=\"FR\" group-title=\"France\",NRJ 12\nhttps://nrj12.nrjaudio.fm/hls/live/2038374/nrj_12/master.m3u8\n#EXTINF:-1 tvg-name=\"LCP\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/fr/thumb/6/6a/Logo_LCP-AN_-_Public_S%C3%A9nat_%282019%29.svg/53px-Logo_LCP-AN_-_Public_S%C3%A9nat_%282019%29.svg.png\" tvg-id=\"LCP.fr\" tvg-country=\"FR\" group-title=\"France\",LCP\nhttps://lcp.fr/le-live-lcp-tnt-5433\n#EXTINF:-1 tvg-name=\"Public Sénat\" tvg-logo=\"https://i.imgur.com/bJOdFT1.png\" tvg-id=\"PublicSenat.fr\" tvg-country=\"FR\" group-title=\"France\",Public Sénat\nhttps://www.publicsenat.fr/direct\n#EXTINF:-1 tvg-name=\"CNews Ⓓ\" tvg-logo=\"https://i.imgur.com/UMRGAHx.png\" tvg-id=\"CNews.fr\" tvg-country=\"FR\" group-title=\"France\",CNews Ⓓ\nhttps://www.dailymotion.com/video/x3b68jn\n#EXTINF:-1 tvg-name=\"franceinfo: Ⓨ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/0/03/Franceinfo.svg/640px-Franceinfo.svg.png\" tvg-id=\"Franceinfo.fr\" tvg-country=\"FR\" group-title=\"France\",franceinfo: Ⓨ\nhttps://www.youtube.com/c/franceinfo/live\n#EXTINF:-1 tvg-name=\"France 24 Ⓨ\" tvg-logo=\"https://i.imgur.com/61MSiq9.png\" tvg-id=\"France24French.fr\" tvg-country=\"FR\" group-title=\"France\",France 24 Ⓨ\nhttps://www.youtube.com/c/FRANCE24/live\n#EXTINF:-1 tvg-name=\"Euronews Français Ⓨ\" tvg-logo=\"https://i.imgur.com/3Lr5iAj.png\" tvg-id=\"EuronewsFrench.fr\" tvg-country=\"FR\" group-title=\"France\",Euronews Français Ⓨ\nhttps://www.youtube.com/euronewsfr/live\n#EXTINF:-1 tvg-name=\"Africanews Ⓨ\" tvg-logo=\"https://i.imgur.com/xocvePC.png\" tvg-id=\"Africanews.cg\" tvg-country=\"FR\" group-title=\"France\",Africanews Ⓨ\nhttps://www.youtube.com/c/Africanewsfr/live\n#EXTINF:-1 tvg-name=\"L'Équipe ⒹⒼ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/3/32/L%27%C3%89quipe_wordmark.svg/640px-L%27%C3%89quipe_wordmark.svg.png\" tvg-id=\"LEquipe.fr\" tvg-country=\"FR\" group-title=\"France\",L'Équipe ⒹⒼ\nhttps://www.dailymotion.com/video/x2lefik\n#EXTINF:-1 tvg-name=\"France Inter Ⓨ\" tvg-logo=\"https://i.imgur.com/d9Ncl8m.png\" tvg-id=\"FranceInter.fr\" tvg-country=\"FR\" group-title=\"France\",France Inter Ⓨ\nhttps://www.youtube.com/c/FranceInter/live\n#EXTINF:-1 tvg-name=\"CGTN Français\" tvg-logo=\"https://i.imgur.com/fMsJYzl.png\" tvg-id=\"CGTNFrench.cn\" tvg-country=\"FR\" group-title=\"France\",CGTN Français\nhttps://news.cgtn.com/resource/live/french/cgtn-f.m3u8\n#EXTINF:-1 tvg-name=\"TV5 Monde Info\" tvg-logo=\"https://i.imgur.com/NcysrWH.png\" tvg-id=\"TV5MondeInfo.fr\" tvg-country=\"FR\" group-title=\"France\",TV5 Monde Info\nhttps://ott.tv5monde.com/Content/HLS/Live/channel(info)/index.m3u8\n#EXTINF:-1 tvg-name=\"TV5 Monde FBS\" tvg-logo=\"https://i.imgur.com/uPmwTo9.png\" tvg-id=\"TV5MondeFranceBelgiumSwitzerland.fr\" tvg-country=\"FR\" group-title=\"France\",TV5 Monde FBS\nhttps://ott.tv5monde.com/Content/HLS/Live/channel(fbs)/index.m3u8\n#EXTINF:-1 tvg-name=\"TV5 Monde Europe\" tvg-logo=\"https://i.imgur.com/uPmwTo9.png\" tvg-id=\"TV5MondeEurope.fr\" tvg-country=\"FR\" group-title=\"France\",TV5 Monde Europe\nhttps://ott.tv5monde.com/Content/HLS/Live/channel(europe)/index.m3u8\n#EXTINF:-1 tvg-name=\"First Channel (1TV)\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/0/0d/Pirveli_Arkhi_Logo_2022.svg/512px-Pirveli_Arkhi_Logo_2022.svg.png\" tvg-id=\"1TV.ge\" tvg-country=\"GE\" group-title=\"Georgia\",First Channel (1TV)\nhttps://tv.cdn.xsg.ge/gpb-1tv/index.m3u8\n#EXTINF:-1 tvg-name=\"First Channel /Education/ (2TV)\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/ka/c/c9/2_Tv_Logo.jpg\" tvg-id=\"2TV.ge\" tvg-country=\"GE\" group-title=\"Georgia\",First Channel /Education/ (2TV)\nhttps://tv.cdn.xsg.ge/gpb-2tv/index.m3u8\n#EXTINF:-1 tvg-name=\"Imedi TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/2/2a/Imlogo_2020.png\" tvg-id=\"ImediTV.ge\" tvg-country=\"GE\" group-title=\"Georgia\",Imedi TV\nhttps://tv.cdn.xsg.ge/imedihd/index.m3u8\n#EXTINF:-1 tvg-name=\"Rustavi 2\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/f/f8/Rustavi_2_logo.png\" tvg-id=\"Rustavi2.ge\" tvg-country=\"GE\" group-title=\"Georgia\",Rustavi 2\nhttps://sktv-forwarders.7m.pl/get.php?x=Rustavi2\n#EXTINF:-1 tvg-name=\"Mtavari Arkhi\" tvg-logo=\"https://i.imgur.com/tLtGnJW.png\" tvg-id=\"MtavariArkhi.ge\" tvg-country=\"GE\" group-title=\"Georgia\",Mtavari Arkhi\nhttps://bozztv.com/36bay2/mtavariarxi/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Formula\" tvg-logo=\"https://i.imgur.com/fsqBn8G.png\" tvg-id=\"Formula.ge\" tvg-country=\"GE\" group-title=\"Georgia\",Formula\nhttps://c4635.cdn.xsg.ge/c4635/TVFormula/index.m3u8\n#EXTINF:-1 tvg-name=\"Pos TV\" tvg-logo=\"https://i.imgur.com/UOiXFEW.png\" tvg-id=\"PosTV.ge\" tvg-country=\"GE\" group-title=\"Georgia\",Pos TV\nhttps://live.postv.media/stream/index.m3u8\n#EXTINF:-1 tvg-name=\"Euronews Georgia Ⓖ\" tvg-logo=\"https://i.imgur.com/VNJ4soR.png\" tvg-id=\"EuroNewsGeorgia.ge\" tvg-country=\"GE\" group-title=\"Georgia\",Euronews Georgia Ⓖ\nhttps://live2.tvg.ge/eng/EURONEWSGEORGIA/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Das Erste Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/c/ca/Das_Erste_2014.svg/640px-Das_Erste_2014.svg.png\" tvg-id=\"DasErste.de\" tvg-country=\"DE\" group-title=\"Germany\",Das Erste Ⓖ\nhttps://daserste-live.ard-mcdn.de/daserste/live/hls/de/master.m3u8\n#EXTINF:-1 tvg-name=\"ZDF Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/c/c1/ZDF_logo.svg/640px-ZDF_logo.svg.png\" tvg-id=\"ZDF.de\" tvg-country=\"DE\" group-title=\"Germany\",ZDF Ⓖ\nhttp://zdf-hls-15.akamaized.net/hls/live/2016498/de/veryhigh/master.m3u8\n#EXTINF:-1 tvg-name=\"3sat Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/8/81/3sat_2019.svg/640px-3sat_2019.svg.png\" tvg-id=\"3sat.de\" tvg-country=\"DE\" group-title=\"Germany\",3sat Ⓖ\nhttps://zdf-hls-18.akamaized.net/hls/live/2016501/dach/veryhigh/master.m3u8\n#EXTINF:-1 tvg-name=\"ARD Alpha Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/4/4b/ARD_alpha.svg/640px-ARD_alpha.svg.png\" tvg-id=\"ARDalpha.de\" tvg-country=\"DE\" group-title=\"Germany\",ARD Alpha Ⓖ\nhttps://mcdn.br.de/br/fs/ard_alpha/hls/de/master.m3u8\n#EXTINF:-1 tvg-name=\"ARTE Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/4/43/Arte_Logo_2017.svg/186px-Arte_Logo_2017.svg.png\" tvg-id=\"ARTEDeutsch.de\" tvg-country=\"DE\" group-title=\"Germany\",ARTE Ⓖ\nhttps://artesimulcast.akamaized.net/hls/live/2030993/artelive_de/index.m3u8\n#EXTINF:-1 tvg-name=\"DELUXE MUSIC\" tvg-logo=\"https://i.imgur.com/E65GQN9.png\" tvg-id=\"DeluxeMusic.de\" tvg-country=\"DE\" group-title=\"Germany\",DELUXE MUSIC\nhttps://sdn-global-live-streaming-packager-cache.3qsdn.com/13456/13456_264_live.m3u8\n#EXTINF:-1 tvg-name=\"DELUXE MUSIC DANCE BY KONTOR\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/c/c2/Deluxe_Dance_by_Kontor_Logo_2023.svg/666px-Deluxe_Dance_by_Kontor_Logo_2023.svg.png\" tvg-id=\"DeluxeMusicDanceByKontor.de\" tvg-country=\"DE\" group-title=\"Germany\",DELUXE MUSIC DANCE BY KONTOR\nhttps://sdn-global-live-streaming-packager-cache.3qsdn.com/64733/64733_264_live.m3u8\n#EXTINF:-1 tvg-name=\"DELUXE MUSIC RAP\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/0/07/Deluxe_Rap_Logo_2023.svg/666px-Deluxe_Rap_Logo_2023.svg.png\" tvg-id=\"DeLuxeMusicRap.de\" tvg-country=\"DE\" group-title=\"Germany\",DELUXE MUSIC RAP\nhttps://sdn-global-live-streaming-packager-cache.3qsdn.com/65183/65183_264_live.m3u8\n#EXTINF:-1 tvg-name=\"SCHLAGER DELUXE\" tvg-logo=\"https://i.imgur.com/YPpgUOg.png\" tvg-id=\"SchlagerDeluxe.de\" tvg-country=\"DE\" group-title=\"Germany\",SCHLAGER DELUXE\nhttps://sdn-global-live-streaming-packager-cache.3qsdn.com/26658/26658_264_live.m3u8\n#EXTINF:-1 tvg-name=\"Euronews Deutsch Ⓨ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Euronews_2022.svg/640px-Euronews_2022.svg.png\" tvg-id=\"EuronewsGerman.fr\" tvg-country=\"DE\" group-title=\"Germany\",Euronews Deutsch Ⓨ\nhttps://www.youtube.com/euronewsde/live\n#EXTINF:-1 tvg-name=\"KiKa Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/f/f5/Kika_2012.svg/640px-Kika_2012.svg.png\" tvg-id=\"KIKA.de\" tvg-country=\"DE\" group-title=\"Germany\",KiKa Ⓖ\nhttps://kikageohls.akamaized.net/hls/live/2022693/livetvkika_de/master.m3u8\n#EXTINF:-1 tvg-name=\"ONE Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/3/3d/One_2022.svg/640px-One_2022.svg.png\" tvg-id=\"One.de\" tvg-country=\"DE\" group-title=\"Germany\",ONE Ⓖ\nhttps://mcdn-one.ard.de/ardone/hls/master.m3u8\n#EXTINF:-1 tvg-name=\"Phoenix Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/4/43/Phoenix-logo-2018.svg/640px-Phoenix-logo-2018.svg.png\" tvg-id=\"Phoenix.de\" tvg-country=\"DE\" group-title=\"Germany\",Phoenix Ⓖ\nhttps://zdf-hls-19.akamaized.net/hls/live/2016502/de/veryhigh/master.m3u8\n#EXTINF:-1 tvg-name=\"Tagesschau24\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/24/Tagesschau24-2012.svg/640px-Tagesschau24-2012.svg.png\" tvg-id=\"tagesschau24.de\" tvg-country=\"DE\" group-title=\"Germany\",Tagesschau24\nhttps://tagesschau.akamaized.net/hls/live/2020115/tagesschau/tagesschau_1/master.m3u8\n#EXTINF:-1 tvg-name=\"Welt\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/3/3b/Welt_TV_Logo_2016.svg/640px-Welt_TV_Logo_2016.svg.png\" tvg-id=\"Welt.de\" tvg-country=\"DE\" group-title=\"Germany\",Welt\nhttps://w-live2weltcms.akamaized.net/hls/live/2041019/Welt-LivePGM/index.m3u8\n#EXTINF:-1 tvg-name=\"ZDFinfo Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/3/34/ZDFinfo_2011.svg/640px-ZDFinfo_2011.svg.png\" tvg-id=\"ZDFinfo.de\" tvg-country=\"DE\" group-title=\"Germany\",ZDFinfo Ⓖ\nhttps://zdf-hls-17.akamaized.net/hls/live/2016500/de/veryhigh/master.m3u8\n#EXTINF:-1 tvg-name=\"ZDFneo Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/8/8c/ZDFneo2017_Logo.svg/569px-ZDFneo2017_Logo.svg.png\" tvg-id=\"ZDFneo.de\" tvg-country=\"DE\" group-title=\"Germany\",ZDFneo Ⓖ\nhttps://zdf-hls-16.akamaized.net/hls/live/2016499/de/veryhigh/master.m3u8\n#EXTINF:-1 tvg-name=\"BR Nord Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9b/Logo_BR_Fernsehen_2021.svg/768px-Logo_BR_Fernsehen_2021.svg.png\" tvg-id=\"BRFernsehenNord.de\" tvg-country=\"DE\" group-title=\"Germany\",BR Nord Ⓖ\nhttps://mcdn.br.de/br/fs/bfs_nord/hls/de/master.m3u8\n#EXTINF:-1 tvg-name=\"BR Süd Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9b/Logo_BR_Fernsehen_2021.svg/768px-Logo_BR_Fernsehen_2021.svg.png\" tvg-id=\"BRFernsehenSud.de\" tvg-country=\"DE\" group-title=\"Germany\",BR Süd Ⓖ\nhttps://brcdn.vo.llnwd.net/br/fs/bfs_sued/hls/de/master.m3u8\n#EXTINF:-1 tvg-name=\"HR Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/e/ea/HR-Fernsehen_Logo_2023.svg/640px-HR-Fernsehen_Logo_2023.svg.png\" tvg-id=\"HRFernsehen.de\" tvg-country=\"DE\" group-title=\"Germany\",HR Ⓖ\nhttps://hrhls.akamaized.net/hls/live/2024525/hrhls/master.m3u8\n#EXTINF:-1 tvg-name=\"MDR Sachsen Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/61/MDR_Logo_2017.svg/640px-MDR_Logo_2017.svg.png\" tvg-id=\"MDRFernsehenSachsen.de\" tvg-country=\"DE\" group-title=\"Germany\",MDR Sachsen Ⓖ\nhttps://mdrtvsnhls.akamaized.net/hls/live/2016928/mdrtvsn/master.m3u8\n#EXTINF:-1 tvg-name=\"MDR Sachsen-Anhalt Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/61/MDR_Logo_2017.svg/640px-MDR_Logo_2017.svg.png\" tvg-id=\"MDRFernsehenSachsenAnhalt.de\" tvg-country=\"DE\" group-title=\"Germany\",MDR Sachsen-Anhalt Ⓖ\nhttps://mdrtvsahls.akamaized.net/hls/live/2016879/mdrtvsa/master.m3u8\n#EXTINF:-1 tvg-name=\"MDR Thüringen Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/61/MDR_Logo_2017.svg/640px-MDR_Logo_2017.svg.png\" tvg-id=\"MDRFernsehenThuringen.de\" tvg-country=\"DE\" group-title=\"Germany\",MDR Thüringen Ⓖ\nhttps://mdrtvthhls.akamaized.net/hls/live/2016880/mdrtvth/master.m3u8\n#EXTINF:-1 tvg-name=\"NDR Hamburg Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/e/e9/Logo_NDR_Fernsehen_2017.svg/578px-Logo_NDR_Fernsehen_2017.svg.png\" tvg-id=\"NDRFernsehenHamburg.de\" tvg-country=\"DE\" group-title=\"Germany\",NDR Hamburg Ⓖ\nhttps://mcdn.ndr.de/ndr/hls/ndr_fs/ndr_hh/master.m3u8\n#EXTINF:-1 tvg-name=\"NDR Mecklenburg-Vorpommern Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/e/e9/Logo_NDR_Fernsehen_2017.svg/578px-Logo_NDR_Fernsehen_2017.svg.png\" tvg-id=\"NDRFernsehenMecklenburgVorpommern.de\" tvg-country=\"DE\" group-title=\"Germany\",NDR Mecklenburg-Vorpommern Ⓖ\nhttps://mcdn.ndr.de/ndr/hls/ndr_fs/ndr_mv/master.m3u8\n#EXTINF:-1 tvg-name=\"NDR Niedersachsen Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/e/e9/Logo_NDR_Fernsehen_2017.svg/578px-Logo_NDR_Fernsehen_2017.svg.png\" tvg-id=\"NDRFernsehenNiedersachsen.de\" tvg-country=\"DE\" group-title=\"Germany\",NDR Niedersachsen Ⓖ\nhttps://mcdn.ndr.de/ndr/hls/ndr_fs/ndr_nds/master.m3u8\n#EXTINF:-1 tvg-name=\"NDR Schleswig-Holstein Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/e/e9/Logo_NDR_Fernsehen_2017.svg/578px-Logo_NDR_Fernsehen_2017.svg.png\" tvg-id=\"NDRFernsehenSchleswigHolstein.de\" tvg-country=\"DE\" group-title=\"Germany\",NDR Schleswig-Holstein Ⓖ\nhttps://mcdn.ndr.de/ndr/hls/ndr_fs/ndr_sh/master.m3u8\n#EXTINF:-1 tvg-name=\"Radio Bremen Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/3/39/Logo_Radio_Bremen.svg/640px-Logo_Radio_Bremen.svg.png\" tvg-id=\"RadioBremenFernsehen.de\" tvg-country=\"DE\" group-title=\"Germany\",Radio Bremen Ⓖ\nhttps://rbhlslive.akamaized.net/hls/live/2020435/rbfs/master.m3u8\n#EXTINF:-1 tvg-name=\"RBB Berlin Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/e/ec/Rbb_Fernsehen_Logo_2017.08.svg/640px-Rbb_Fernsehen_Logo_2017.08.svg.png\" tvg-id=\"RBBBerlin.de\" tvg-country=\"DE\" group-title=\"Germany\",RBB Berlin Ⓖ\nhttps://rbb-hls-berlin.akamaized.net/hls/live/2017824/rbb_berlin/master.m3u8\n#EXTINF:-1 tvg-name=\"RBB Brandenburg Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/e/ec/Rbb_Fernsehen_Logo_2017.08.svg/640px-Rbb_Fernsehen_Logo_2017.08.svg.png\" tvg-id=\"RBBBrandenburg.de\" tvg-country=\"DE\" group-title=\"Germany\",RBB Brandenburg Ⓖ\nhttps://rbb-hls-brandenburg.akamaized.net/hls/live/2017825/rbb_brandenburg/master.m3u8\n#EXTINF:-1 tvg-name=\"SR Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/SR_Fernsehen_Logo_2023.svg/538px-SR_Fernsehen_Logo_2023.svg.png\" tvg-id=\"SRFernsehen.de\" tvg-country=\"DE\" group-title=\"Germany\",SR Ⓖ\nhttps://srfs.akamaized.net/hls/live/689649/srfsgeo/index.m3u8\n#EXTINF:-1 tvg-name=\"SWR Baden-Württemberg Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/26/SWR_Logo_2023.svg/640px-SWR_Logo_2023.svg.png\" tvg-id=\"SWRFernsehenBadenWurttemberg.de\" tvg-country=\"DE\" group-title=\"Germany\",SWR Baden-Württemberg Ⓖ\nhttps://swrbwd-hls.akamaized.net/hls/live/2018672/swrbwd/master.m3u8\n#EXTINF:-1 tvg-name=\"SWR Rheinland-Pfalz Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/26/SWR_Logo_2023.svg/640px-SWR_Logo_2023.svg.png\" tvg-id=\"SWRFernsehenRheinlandPfalz.de\" tvg-country=\"DE\" group-title=\"Germany\",SWR Rheinland-Pfalz Ⓖ\nhttps://swrrpd-hls.akamaized.net/hls/live/2018676/swrrpd/master.m3u8\n#EXTINF:-1 tvg-name=\"WDR Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/b/b3/Wdr_fernsehen_logo_2016.svg/640px-Wdr_fernsehen_logo_2016.svg.png\" tvg-id=\"WDR.de\" tvg-country=\"DE\" group-title=\"Germany\",WDR Ⓖ\nhttps://wdrfs247.akamaized.net/hls/live/681509/wdr_msl4_fs247/index.m3u8\n#EXTINF:-1 tvg-name=\"NDR International\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/e/e9/Logo_NDR_Fernsehen_2017.svg/578px-Logo_NDR_Fernsehen_2017.svg.png\" tvg-id=\"NDRFernsehenInternational.de\" tvg-country=\"DE\" group-title=\"Germany\",NDR International\nhttps://ndrint.akamaized.net/hls/live/2020766/ndr_int/index.m3u8\n#EXTINF:-1 tvg-name=\"ERT 1 Ⓖ\" tvg-logo=\"https://i.imgur.com/WWMe8IY.png\" tvg-id=\"ERT1.gr\" tvg-country=\"GR\" group-title=\"Greece\",ERT 1 Ⓖ\nhttps://ertflix.ascdn.broadpeak.io/ertlive/ert1/default/index.mpd\n#EXTINF:-1 tvg-name=\"ERT 2 Ⓖ\" tvg-logo=\"https://i.imgur.com/pcusPFl.png\" tvg-id=\"ERT2.gr\" tvg-country=\"GR\" group-title=\"Greece\",ERT 2 Ⓖ\nhttps://ertflix.ascdn.broadpeak.io/ert2/default/index.mpd\n#EXTINF:-1 tvg-name=\"ERT 3 Ⓖ\" tvg-logo=\"https://i.imgur.com/KyhzDRm.png\" tvg-id=\"ERT3.gr\" tvg-country=\"GR\" group-title=\"Greece\",ERT 3 Ⓖ\nhttps://ertflix.ascdn.broadpeak.io/ertlive/ert3/default/index.mpd\n#EXTINF:-1 tvg-name=\"ERT News\" tvg-logo=\"https://i.imgur.com/saIGLvr.png\" tvg-id=\"ERTNews.gr\" tvg-country=\"GR\" group-title=\"Greece\",ERT News\nhttps://ertflix.ascdn.broadpeak.io/ertlive/ertnews/default/index.m3u8\n#EXTINF:-1 tvg-name=\"ERT World\" tvg-logo=\"https://i.imgur.com/KsMTWYw.png\" tvg-id=\"ERTWorld.gr\" tvg-country=\"GR\" group-title=\"Greece\",ERT World\nhttps://ertflix-ertworld.siliconweb.com/mpegts/618618_3479286/master_mpegts.m3u8\n#EXTINF:-1 tvg-name=\"ERT Sports 1\" tvg-logo=\"https://i.imgur.com/gebWmAB.png\" tvg-id=\"ERTSports1.gr\" tvg-country=\"GR\" group-title=\"Greece\",ERT Sports 1\nhttps://ertflix-ertsports1.siliconweb.com/cmaf/618618_3479292/index.mpd\n#EXTINF:-1 tvg-name=\"ERT Sports 4\" tvg-logo=\"https://i.imgur.com/gebWmAB.png\" tvg-id=\"ERTSports4.gr\" tvg-country=\"GR\" group-title=\"Greece\",ERT Sports 4\nhttps://ertflix.ascdn.broadpeak.io/ertlive/seasonal/default/index.mpd\n#EXTINF:-1 tvg-name=\"ERT Kids Ⓖ\" tvg-logo=\"https://i.imgur.com/XkSR66q.png\" tvg-id=\"ERTKids.gr\" tvg-country=\"GR\" group-title=\"Greece\",ERT Kids Ⓖ\nhttps://ertflix.akamaized.net/ertlive/kids/default/index.m3u8\n#EXTINF:-1 tvg-name=\"ERT Music Ⓖ\" tvg-logo=\"https://i.imgur.com/VrKgtfY.png\" tvg-id=\"ERTMusic.gr\" tvg-country=\"GR\" group-title=\"Greece\",ERT Music Ⓖ\nhttps://ertflix.akamaized.net/ertlive/music/default/index.m3u8\n#EXTINF:-1 tvg-name=\"Vouli TV\" tvg-logo=\"https://i.imgur.com/1vqW7lc.png\" tvg-id=\"VouliTV.gr\" tvg-country=\"GR\" group-title=\"Greece\",Vouli TV\nhttps://diavlos-cache.cnt.grnet.gr/parltv/webtv-1b.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"RIK Sat\" tvg-logo=\"https://i.imgur.com/9edlXHP.png\" tvg-id=\"RikSatTV.cy\" tvg-country=\"GR\" group-title=\"Greece\",RIK Sat\nhttps://l3.cloudskep.com/cybcsat/abr/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Mega News\" tvg-logo=\"https://i.imgur.com/Z3k7iA0.png\" tvg-id=\"MegaChannel.gr\" tvg-country=\"GR\" group-title=\"Greece\",Mega News\nhttps://c98db5952cb54b358365984178fb898a.msvdn.net/live/S99841657/NU0xOarAMJ5X/playlist.m3u8\n#EXTINF:-1 tvg-name=\"ANT1\" tvg-logo=\"https://i.imgur.com/xDdVa9U.png\" tvg-id=\"ANT1.gr\" tvg-country=\"GR\" group-title=\"Greece\",ANT1\nhttps://lcdn.antennaplus.gr/r86d08d448885424196f6cd3ddc5d1489/eu-central-1/6415884360001/playlist_dvr.m3u8\n#EXTINF:-1 tvg-name=\"Star\" tvg-logo=\"https://i.imgur.com/Hp0stVQ.png\" tvg-id=\"StarChannel.gr\" tvg-country=\"GR\" group-title=\"Greece\",Star\nhttps://livestar.siliconweb.com/starvod/star4/star4.m3u8\n#EXTINF:-1 tvg-name=\"Star International\" tvg-logo=\"https://i.imgur.com/Hp0stVQ.png\" tvg-id=\"StarChannel.gr\" tvg-country=\"GR\" group-title=\"Greece\",Star International\nhttps://livestar.siliconweb.com/starvod/star_int/star_int.m3u8\n#EXTINF:-1 tvg-name=\"AlphaTV\" tvg-logo=\"https://i.imgur.com/bAVGX0l.png\" tvg-id=\"AlphaTV.gr\" tvg-country=\"GR\" group-title=\"Greece\",AlphaTV\nhttps://alphatvlive2.siliconweb.com/alphatvlive/live_abr/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Skai TV\" tvg-logo=\"https://i.imgur.com/TSg7B8X.png\" tvg-id=\"SkaiTV.gr\" tvg-country=\"GR\" group-title=\"Greece\",Skai TV\nhttp://skai-live.siliconweb.com/media/cambria4/index.m3u8\n#EXTINF:-1 tvg-name=\"Open TV Ⓖ\" tvg-logo=\"https://i.imgur.com/HzBmvPT.png\" tvg-id=\"OpenTV.gr\" tvg-country=\"GR\" group-title=\"Greece\",Open TV Ⓖ\nhttps://liveopen.siliconweb.com/openTvLive/liveopen/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Makedonia TV\" tvg-logo=\"https://i.imgur.com/90iDHbQ.png\" tvg-id=\"MakedoniaTV.gr\" tvg-country=\"GR\" group-title=\"Greece\",Makedonia TV\nhttps://lcdn.antennaplus.gr/r444865966c0847fca53b9b0c133af7a9/eu-central-1/6415884360001/playlist_dvr.m3u8\n#EXTINF:-1 tvg-name=\"Action24\" tvg-logo=\"https://i.imgur.com/Zi1YohT.png\" tvg-id=\"Action24TV.gr\" tvg-country=\"GR\" group-title=\"Greece\",Action24\nhttps://actionlive.siliconweb.com/actionabr/actiontv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Alert\" tvg-logo=\"https://i.imgur.com/xqa87lG.png\" tvg-id=\"alert.gr\" tvg-country=\"GR\" group-title=\"Greece\",Alert\nhttps://itv.streams.ovh/ALEERT/ALEERT/playlist.m3u8\n#EXTINF:-1 tvg-name=\"ART\" tvg-logo=\"https://i.imgur.com/7TyUxLj.png\" tvg-id=\"arttv.gr\" tvg-country=\"GR\" group-title=\"Greece\",ART\nhttps://rumble.com/live-hls/7113t0/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Blue Sky\" tvg-logo=\"https://i.imgur.com/rzuQslM.png\" tvg-id=\"BlueSky.gr\" tvg-country=\"GR\" group-title=\"Greece\",Blue Sky\nhttps://cdn5.smart-tv-data.com/bluesky/bluesky-live/playlist.m3u8\n#EXTINF:-1 tvg-name=\"High TV\" tvg-logo=\"https://i.imgur.com/wHzCGry.png\" tvg-id=\"hightv.gr\" tvg-country=\"GR\" group-title=\"Greece\",High TV\nhttps://live.streams.ovh/hightv/hightv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Kontra\" tvg-logo=\"https://i.imgur.com/ROZ9VfV.png\" tvg-id=\"KontraChannel.gr\" tvg-country=\"GR\" group-title=\"Greece\",Kontra\nhttps://kontralive.siliconweb.com/live/kontratv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Naftemporiki TV\" tvg-logo=\"https://i.imgur.com/9OFdMud.png\" tvg-id=\"NaftemporikiTV.gr\" tvg-country=\"GR\" group-title=\"Greece\",Naftemporiki TV\nhttps://stream-188125.castr.net/631af9c016e5eace19ff9a5b/live_048998706a2311ee83b33fe7fbad252d/index.fmp4.m3u8\n#EXTINF:-1 tvg-name=\"One Channel\" tvg-logo=\"https://i.imgur.com/GwKaHbM.png\" tvg-id=\"OneChannel.gr\" tvg-country=\"GR\" group-title=\"Greece\",One Channel\nhttps://onechannel.siliconweb.com/one/stream/chunks_dvr.m3u8\n#EXTINF:-1 tvg-name=\"4E\" tvg-logo=\"https://i.imgur.com/Ed085oJ.png\" tvg-id=\"4E.gr\" tvg-country=\"GR\" group-title=\"Greece\",4E\nhttp://eu2.tv4e.gr:1935/live/myStream.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"DION\" tvg-logo=\"https://i.imgur.com/13MverN.png\" tvg-id=\"DionTV.gr\" tvg-country=\"GR\" group-title=\"Greece\",DION\nhttps://rtmp.win:3650/live/diontvlive.m3u8\n#EXTINF:-1 tvg-name=\"Egnatia\" tvg-logo=\"https://i.imgur.com/zuyYIca.png\" tvg-id=\"egnatiatv.gr\" tvg-country=\"GR\" group-title=\"Greece\",Egnatia\nhttps://video.streams.ovh:1936/egnatiatv/egnatiatv/index.m3u\n#EXTINF:-1 tvg-name=\"Euro\" tvg-logo=\"https://i.imgur.com/mHCk05E.png\" tvg-id=\"eurotv.gr\" tvg-country=\"GR\" group-title=\"Greece\",Euro\nhttps://live20.bozztv.com/akamaissh101/ssh101/eurotvlive/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Gnomi\" tvg-logo=\"https://i.imgur.com/mHCk05E.png\" tvg-id=\"gnomitv.gr\" tvg-country=\"GR\" group-title=\"Greece\",Gnomi\nhttps://live.streams.ovh:8081/gnomitv/index.m3u8\n#EXTINF:-1 tvg-name=\"Pella\" tvg-logo=\"https://i.imgur.com/pwUkkGL.jpeg\" tvg-id=\"pellatv.gr\" tvg-country=\"GR\" group-title=\"Greece\",Pella\nhttps://video.streams.ovh:1936/pellatv/pellatv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Pontos\" tvg-logo=\"https://i.imgur.com/sbTxP6o.png\" tvg-id=\"pontostv.gr\" tvg-country=\"GR\" group-title=\"Greece\",Pontos\nhttps://rtmp.win:3842/live/recme1live.m3u8\n#EXTINF:-1 tvg-name=\"TV 100\" tvg-logo=\"https://i.imgur.com/9rtf8OR.png\" tvg-id=\"TV100.gr\" tvg-country=\"GR\" group-title=\"Greece\",TV 100\nhttps://panel.gwebstream.eu:19360/tv100skg/tv100skg.m3u8\n#EXTINF:-1 tvg-name=\"Vergina\" tvg-logo=\"https://i.imgur.com/cpF6wvR.png\" tvg-id=\"verginatv.gr\" tvg-country=\"GR\" group-title=\"Greece\",Vergina\nhttps://verginanews.gr:8443/hls_live/stream1.m3u8\n#EXTINF:-1 tvg-name=\"Best TV\" tvg-logo=\"https://i.imgur.com/VA13E3w.png\" tvg-id=\"besttv.gr\" tvg-country=\"GR\" group-title=\"Greece\",Best TV\nhttps://besttv.siliconweb.com/bestTV/live_abr/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Hlektra\" tvg-logo=\"https://i.imgur.com/LbogUPS.png\" tvg-id=\"hlektra.gr\" tvg-country=\"GR\" group-title=\"Greece\",Hlektra\nhttps://live20.bozztv.com/giatv/giatv-hlektratv/hlektratv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Ionian Channel\" tvg-logo=\"https://i.imgur.com/ADVYeQd.png\" tvg-id=\"ioniantv.gr\" tvg-country=\"GR\" group-title=\"Greece\",Ionian Channel\nhttps://stream.ioniantv.gr/ionian/live_abr/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Lepanto\" tvg-logo=\"https://i.imgur.com/h6Tqe0k.png\" tvg-id=\"lepantortv.gr\" tvg-country=\"GR\" group-title=\"Greece\",Lepanto\nhttps://fr.crystalweb.net:1936/lepantotv/lepantotv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Lychnos\" tvg-logo=\"hhttps://i.imgur.com/JYSlBfY.png\" tvg-id=\"lychnostv.gr\" tvg-country=\"GR\" group-title=\"Greece\",Lychnos\nhttps://thor.mental-media.gr:19360/imp/imp.m3u8\n#EXTINF:-1 tvg-name=\"Mesogeios TV\" tvg-logo=\"https://i.imgur.com/tr0Lf9K.png\" tvg-id=\"mesogeiostv.gr\" tvg-country=\"GR\" group-title=\"Greece\",Mesogeios TV\nhttps://rtmp.win:3793/live/mesogeiostvlive.m3u8\n#EXTINF:-1 tvg-name=\"Epsilon\" tvg-logo=\"https://i.imgur.com/vUQSDvZ.png\" tvg-id=\"epsilon.gr\" tvg-country=\"GR\" group-title=\"Greece\",Epsilon\nhttps://neon.streams.gr:8081/epsilontv/index.m3u8\n#EXTINF:-1 tvg-name=\"Star Central Greece\" tvg-logo=\"https://i.imgur.com/BTUEvxg.png\" tvg-id=\"digitalstar.gr\" tvg-country=\"GR\" group-title=\"Greece\",Star Central Greece\nhttps://telmaco-cdn.akamaized.net/starcgr/default/dash/LAMIAStar-video=3000000.dash\n#EXTINF:-1 tvg-name=\"91NRG\" tvg-logo=\"https://i.imgur.com/g1pCRRG.png\" tvg-id=\"nrg91.gr\" tvg-country=\"GR\" group-title=\"Greece\",91NRG\nhttp://tv.nrg91.gr:1935/onweb/live/master.m3u8\n#EXTINF:-1 tvg-name=\"Thessalia\" tvg-logo=\"https://i.imgur.com/KXz67LY.png\" tvg-id=\"thessaliatv.gr\" tvg-country=\"GR\" group-title=\"Greece\",Thessalia\nhttps://thessaliachannel.gr:3339/live/thesstvlive.m3u8\n#EXTINF:-1 tvg-name=\"TRT\" tvg-logo=\"https://i.imgur.com/g0jPOcC.png\" tvg-id=\"trttv.gr\" tvg-country=\"GR\" group-title=\"Greece\",TRT\nhttps://av.hellasnet.tv/rst/trt/index.m3u8\n#EXTINF:-1 tvg-name=\"Acheloos\" tvg-logo=\"https://i.imgur.com/5SVMxcu.png\" tvg-id=\"acheloostv.gr\" tvg-country=\"GR\" group-title=\"Greece\",Acheloos\nhttps://acheloostv.streamings.gr/live/stream/index.m3u8\n#EXTINF:-1 tvg-name=\"ART TV\" tvg-logo=\"https://i.imgur.com/LyCqQvx.png\" tvg-id=\"arttv.gr\" tvg-country=\"GR\" group-title=\"Greece\",ART TV\nhttps://rtmp.win:3696/live/arttvgrlive.m3u8\n#EXTINF:-1 tvg-name=\"Corfu\" tvg-logo=\"https://i.imgur.com/dCMqo8w.jpeg\" tvg-id=\"corfutv.gr\" tvg-country=\"GR\" group-title=\"Greece\",Corfu\nhttps://itv.streams.ovh:1936/corfuchannel/corfuchannel/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Epirus TV 1\" tvg-logo=\"https://i.imgur.com/QB3aSl1.png\" tvg-id=\"epirustv1.gr\" tvg-country=\"GR\" group-title=\"Greece\",Epirus TV 1\nhttps://rtmp.win:3929/live/epiruslive.m3u8\n#EXTINF:-1 tvg-name=\"Start\" tvg-logo=\"https://i.imgur.com/nrEtmBN.png\" tvg-id=\"starttv.gr\" tvg-country=\"GR\" group-title=\"Greece\",Start\nhttps://live.cast-control.eu/StartMedia/StartMedia/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Center TV\" tvg-logo=\"https://i.imgur.com/52JW71Q.png\" tvg-id=\"CenterTV.gr\" tvg-country=\"GR\" group-title=\"Greece\",Center TV\nhttps://eu1.streams.gr:8081/centertv/index.m3u8\n#EXTINF:-1 tvg-name=\"Delta Evros\" tvg-logo=\"https://i.imgur.com/PDfSkRF.png\" tvg-id=\"DeltaTV.gr\" tvg-country=\"GR\" group-title=\"Greece\",Delta Evros\nhttp://81.171.10.42:1935/liveD/DStream.sdp/chunklist_w819085920.m3u8\n#EXTINF:-1 tvg-name=\"Thraki Net TV\" tvg-logo=\"https://i.imgur.com/DV0I0ed.png\" tvg-id=\"ThrakiNetTV.gr\" tvg-country=\"GR\" group-title=\"Greece\",Thraki Net TV\nhttps://cdn.onestreaming.com/thrakinettv/thrakinettv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Creta\" tvg-logo=\"https://i.imgur.com/x0qK8IE.png\" tvg-id=\"CretaTV.gr\" tvg-country=\"GR\" group-title=\"Greece\",Creta\nhttp://live.streams.ovh:1935/tvcreta/tvcreta/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Kriti 1\" tvg-logo=\"https://i.imgur.com/C1ucQeC.png\" tvg-id=\"Kriti1Tv.gr\" tvg-country=\"GR\" group-title=\"Greece\",Kriti 1\nhttps://livetv.streams.ovh:8081/kriti/index.m3u8\n#EXTINF:-1 tvg-name=\"Kriti TV\" tvg-logo=\"https://i.imgur.com/eLhYMmc.png\" tvg-id=\"KritiTv.gr\" tvg-country=\"GR\" group-title=\"Greece\",Kriti TV\nhttps://cretetvlive.siliconweb.com/cretetv/liveabr/playlist.m3u8\n#EXTINF:-1 tvg-name=\"NEA\" tvg-logo=\"https://i.imgur.com/nvNW8G7.png\" tvg-id=\"NeaTV.gr\" tvg-country=\"GR\" group-title=\"Greece\",NEA\nhttps://live.neatv.gr:8888/hls/neatv_high/index.m3u8\n#EXTINF:-1 tvg-name=\"TeleKriti\" tvg-logo=\"https://i.imgur.com/18ZYiyi.png\" tvg-id=\"TeleKriti.gr\" tvg-country=\"GR\" group-title=\"Greece\",TeleKriti\nhttps://neon.streams.gr:8081/telekriti/index.m3u8\n#EXTINF:-1 tvg-name=\"Samiaki TV\" tvg-logo=\"https://i.imgur.com/aV5QoNG.png\" tvg-id=\"CenterTV.gr\" tvg-country=\"GR\" group-title=\"Greece\",Samiaki TV\nhttp://live.cast-control.eu:1935/samiaki/samiaki/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Syros TV1\" tvg-logo=\"https://i.imgur.com/duXHyvN.png\" tvg-id=\"SyrosTV1.gr\" tvg-country=\"GR\" group-title=\"Greece\",Syros TV1\nhttps://eco.streams.ovh:1936/syrostv1/syrostv1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Η Φωνή της Ελλάδας\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/el/thumb/5/58/VoiceOfGreece.svg/512px-VoiceOfGreece.svg.png\" tvg-id=\"ERTWorld1.gr\" tvg-country=\"GR\" group-title=\"Greece\",Η Φωνή της Ελλάδας\nhttps://ertmmd.akamaized.net/ertradio/voiceofgreece/default/index.mpd\n#EXTINF:-1 tvg-name=\"KNR1 Ⓨ Ⓖ\" tvg-logo=\"https://i.imgur.com/8Pf5SJb.png\" tvg-id=\"KNR1.gl\" tvg-country=\"GL\" group-title=\"Greenland\",KNR1 Ⓨ Ⓖ\nhttps://www.youtube.com/@KNRgreenland/live\n#EXTINF:-1 tvg-name=\"KNR2 Ⓨ\" tvg-logo=\"https://i.imgur.com/8Pf5SJb.png\" tvg-id=\"KNR2.gl\" tvg-country=\"GL\" group-title=\"Greenland\",KNR2 Ⓨ\nhttps://www.youtube.com/@nutaarsiassat/live\n#EXTINF:-1 tvg-name=\"RTHK TV 31\" tvg-logo=\"https://i.imgur.com/kf818kM.png\" tvg-id=\"RTHKTV31.hk\" tvg-country=\"HK\" group-title=\"Hong Kong\",RTHK TV 31\nhttps://rthktv31-live.akamaized.net/hls/live/2036818/RTHKTV31/master.m3u8\n#EXTINF:-1 tvg-name=\"RTHK TV 32\" tvg-logo=\"https://i.imgur.com/MXLuUoU.png\" tvg-id=\"RTHKTV32.hk\" tvg-country=\"HK\" group-title=\"Hong Kong\",RTHK TV 32\nhttps://rthktv32-live.akamaized.net/hls/live/2036819/RTHKTV32/master.m3u8\n#EXTINF:-1 tvg-name=\"HOY TV Ⓖ\" tvg-logo=\"https://i.imgur.com/NfVZPTT.png\" tvg-id=\"HKIBC.hk\" tvg-country=\"HK\" group-title=\"Hong Kong\",HOY TV Ⓖ\nhttps://hoytv-live-stream.hoy.tv/ch78/index-fhd.m3u8\n#EXTINF:-1 tvg-name=\"TVB News Channel\" tvg-logo=\"https://i.imgur.com/Gwij0Fj.png\" tvg-id=\"TVBNewsChannel.hk\" tvg-country=\"HK\" group-title=\"Hong Kong\",TVB News Channel\nhttps://tvp22.sky4k.top/index1.php\n#EXTINF:-1 tvg-name=\"TVB Finance (Sports & Information Channel)\" tvg-logo=\"https://i.imgur.com/Fkkp7x7.png\" tvg-id=\"TVBFinanceSportsInformationChannel.hk\" tvg-country=\"HK\" group-title=\"Hong Kong\",TVB Finance (Sports & Information Channel)\nhttps://tvp22.sky4k.top/index2.php\n#EXTINF:-1 tvg-name=\"M1 Hiradó Ⓨ\" tvg-logo=\"https://i.imgur.com/neddXUd.png\" tvg-id=\"M1.hu\" tvg-country=\"HU\" group-title=\"Hungary\",M1 Hiradó Ⓨ\nhttps://www.youtube.com/@M1-Hirado/live\n#EXTINF:-1 tvg-name=\"RTL Klub\" tvg-logo=\"https://onlinestream.live/logos/6141.png\" tvg-id=\"RTLKlub.hu\" tvg-country=\"HU\" group-title=\"Hungary\",RTL Klub\nhttps://cdn.mediaklikk.org:443/rtl/00wMyEjM5UTM\n#EXTINF:-1 tvg-name=\"TV2\" tvg-logo=\"https://nlc.p3k.hu/uploads/2021/09/tv2-logo.jpg\" tvg-id=\"TV2.hu\" tvg-country=\"HU\" group-title=\"Hungary\",TV2\nhttps://cdn.mediaklikk.org:443/tv2/00wMyEjM4UTM\n#EXTINF:-1 tvg-name=\"ATV\" tvg-logo=\"https://onlinestream.live/logos/4739.png\" tvg-id=\"ATV.hu\" tvg-country=\"HU\" group-title=\"Hungary\",ATV\nhttp://streamservers.atv.hu:80/atvlive/atvstream_2_aac/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Hír TV\" tvg-logo=\"https://onlinestream.live/logos/4740.png\" tvg-id=\"HirTV.hu\" tvg-country=\"HU\" group-title=\"Hungary\",Hír TV\nhttps://onlinestream.live/play.m3u?id=4740&ext=.m3u\n#EXTINF:-1 tvg-name=\"Fix TV\" tvg-logo=\"https://onlinestream.live/logos/1833.png\" tvg-country=\"HU\" group-title=\"Hungary\",Fix TV\nhttps://fixhd.tv:8082/fix/1080i/playlist.m3u8\n#EXTINF:-1 tvg-name=\"EWTN TV\" tvg-logo=\"https://katolikus.tv/wp-content/themes/bonum/img/ewtn-badge.jpg\" tvg-id=\"BonumTV.hu\" tvg-country=\"HU\" group-title=\"Hungary\",EWTN TV\nhttps://hls.iptvservice.eu/hls/ewtn-hd.m3u8\n#EXTINF:-1 tvg-name=\"Apostol TV\" tvg-logo=\"https://www.apostoltv.hu/images/header-logo.png\" tvg-id=\"ApostolTV.hu\" tvg-country=\"HU\" group-title=\"Hungary\",Apostol TV\nhttps://live.apostoltv.hu/live/playlist.m3u8\n#EXTINF:-1 tvg-name=\"MUSICPlus\" tvg-logo=\"\" tvg-id=\"MUSICPlus.hu\" tvg-country=\"HU\" group-title=\"Hungary\",MUSICPlus\nhttp://s02.diazol.hu:10192/stream.m3u8\n#EXTINF:-1 tvg-name=\"Radio 1 Ⓨ\" tvg-logo=\"\" tvg-id=\"\" tvg-country=\"HU\" group-title=\"Hungary\",Radio 1 Ⓨ\nhttps://www.youtube.com/watch?v=I8dnZoF1nOE\n#EXTINF:-1 tvg-name=\"Oxygen Music\" tvg-logo=\"\" tvg-id=\"\" tvg-country=\"HU\" group-title=\"Hungary\",Oxygen Music\nhttps://oxygenmusic.hu:2443/hls/oxygenmusic.m3u8\n#EXTINF:-1 tvg-name=\"Dance TV\" tvg-logo=\"\" tvg-id=\"\" tvg-country=\"HU\" group-title=\"Hungary\",Dance TV\nhttps://m1b2.worldcast.tv/dancetelevisionone/2/dancetelevisionone.m3u8\n#EXTINF:-1 tvg-name=\"Izaura TV\" tvg-logo=\"https://onlinestream.live/logos/6141.png\" tvg-id=\"IzauraTV.hu\" tvg-country=\"HU\" group-title=\"Hungary\",Izaura TV\nhttp://78.109.104.240:8000/play/a0ch/index.m3u8?HasBahCa.m3u8\n#EXTINF:-1 tvg-name=\"Euronews Hungarian Ⓨ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Euronews_2022.svg/640px-Euronews_2022.svg.png\" tvg-id=\"EuronewsHungarian.fr\" tvg-country=\"HU\" group-title=\"Hungary\",Euronews Hungarian Ⓨ\nhttps://www.youtube.com/channel/UC4Ct8gIf9f0n4mdyGsFiZRA/live\n#EXTINF:-1 tvg-name=\"Parlamenti közvetítés\" tvg-logo=\"\" tvg-country=\"HU\" group-title=\"Hungary\",Parlamenti közvetítés\nhttps://plenaris.parlament.hu:446/edgelive/smil:mkogyplen.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Parlamenti TAB közvetítés\" tvg-logo=\"\" tvg-country=\"HU\" group-title=\"Hungary\",Parlamenti TAB közvetítés\nhttps://tab.parlament.hu:446/edgelive/smil:mkogytab.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Balaton TV\" tvg-logo=\"https://i.imgur.com/ip8L5Vt.jpg\" tvg-id=\"BalatonTV.hu\" tvg-country=\"HU\" group-title=\"Hungary\",Balaton TV\nhttps://stream.iptvservice.eu/hls/balatontv.m3u8\n#EXTINF:-1 tvg-name=\"Budakalász\" tvg-logo=\"https://i.imgur.com/MGkvVQg.png\" tvg-country=\"HU\" group-title=\"Hungary\",Budakalász\nhttps://stream.streaming4u.hu/TVBudakalasz/tracks-v1a1/mono.m3u8\n#EXTINF:-1 tvg-name=\"Hatoscsatorna\" tvg-logo=\"https://i.imgur.com/vraAfd7.png\" tvg-id=\"Hatoscsatorna.hu\" tvg-country=\"HU\" group-title=\"Hungary\",Hatoscsatorna\nrtmp://lpmedia.hu:1935/Hatoscsatorna/livestream\n#EXTINF:-1 tvg-name=\"Komlos TV\" tvg-logo=\"https://i.imgur.com/MDYb5yz.png\" tvg-id=\"KomlosTV.hu\" tvg-country=\"HU\" group-title=\"Hungary\",Komlos TV\nhttps://stream.streaming4u.hu/KomlosTV/tracks-v1a1/mono.m3u8\n#EXTINF:-1 tvg-name=\"Ózdi Városi TV\" tvg-logo=\"https://i.imgur.com/5cOpdRp.jpg\" tvg-id=\"OzdiVarosiTV.hu\" tvg-country=\"HU\" group-title=\"Hungary\",Ózdi Városi TV\nhttps://stream.unrealhosting.hu:443/hls/ozdtv/live.m3u8\n#EXTINF:-1 tvg-name=\"Pannon RTV\" tvg-logo=\"https://i.imgur.com/iD5tCjX.png\" tvg-country=\"HU\" group-title=\"Hungary\",Pannon RTV\nhttps://stream.unrealhosting.hu:443/hls/pannonrtv/live.m3u8\n#EXTINF:-1 tvg-name=\"TV7 Békéscsaba\" tvg-logo=\"https://i.imgur.com/G9Ib5K3.png\" tvg-country=\"HU\" group-title=\"Hungary\",TV7 Békéscsaba\nhttps://stream.y5.hu/stream/stream_bekescsaba/stream.m3u8\n#EXTINF:-1 tvg-name=\"VTV Füzesabony\" tvg-logo=\"https://i.imgur.com/7ZPYJJ0.jpg\" tvg-id=\"VTVFuzesabony.hu\" tvg-country=\"HU\" group-title=\"Hungary\",VTV Füzesabony\nhttps://stream.unrealhosting.hu:443/hls/ftv/live.m3u8\n#EXTINF:-1 tvg-name=\"Hegyvidék TV\" tvg-logo=\"https://hegyvidektv.hu/wp-content/uploads/2020/08/hegyvidek.jpg\" tvg-id=\"HegyvidekTV.hu\" tvg-country=\"HU\" group-title=\"Hungary\",Hegyvidék TV\nhttps://tv.hegyvidek.hu/hvtv/hvstream.m3u8\n#EXTINF:-1 tvg-name=\"16TV\" tvg-logo=\"http://www.16tv.hu/images/xlogo-green.png.pagespeed.ic.79XBdS6JYn.png\" tvg-country=\"HU\" group-title=\"Hungary\",16TV\nhttps://cloudfront44.lexanetwork.com:1344/freerelay/16tv.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"CityTV (Belváros Lipótváros)\" tvg-logo=\"https://www.citytv.hu/images/logo.png\" tvg-country=\"HU\" group-title=\"Hungary\",CityTV (Belváros Lipótváros)\nhttps://citytv.hu/playlist.m3u8\n#EXTINF:-1 tvg-name=\"FehérvárTV\" tvg-logo=\"https://www.fehervartv.hu/css/img/icon-1-2.png\" tvg-country=\"HU\" group-title=\"Hungary\",FehérvárTV\nhttps://cloudfront44.lexanetwork.com:1344/freerelay/fehervartv.sdp/playlist.m3u8?key=EWSj2\n#EXTINF:-1 tvg-name=\"AlföldTV\" tvg-logo=\"http://www.dealood.com/content/uploads/images/March2019/5c9721a07ea87-images-large.png\" tvg-country=\"HU\" group-title=\"Hungary\",AlföldTV\nhttps://cloudfront41.lexanetwork.com:1344/relay01/livestream006.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Gyöngyös TV\" tvg-logo=\"https://i.imgur.com/RHgaPCk.png\" tvg-id=\"GyongyosiTV.hu\" tvg-country=\"HU\" group-title=\"Hungary\",Gyöngyös TV\nhttps://cloudfront41.lexanetwork.com:1344/relay02/livestream005.sdp/playlist.m3u8?key=hkNHP\n#EXTINF:-1 tvg-name=\"Halom TV\" tvg-logo=\"https://www.halomtv.hu/sites/all/themes/gfx_zen/logo.png\" tvg-country=\"HU\" group-title=\"Hungary\",Halom TV\nrtmp://212.92.13.108/live/livestream1\n#EXTINF:-1 tvg-name=\"Kapos TV\" tvg-logo=\"https://kapos.hu/static/keptar/13/b/9490.jpg\" tvg-id=\"KaposTV.hu\" tvg-country=\"HU\" group-title=\"Hungary\",Kapos TV\nhttps://cloudfront63.lexanetwork.com:1344/relay01/livestream004.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Kecskemét TV\" tvg-logo=\"https://kecskemetitv.hu/templates/kecskemetitv/img/ktv_logo.png\" tvg-id=\"KecskemetiTV.hu\" tvg-country=\"HU\" group-title=\"Hungary\",Kecskemét TV\nhttps://eurobioinvest.hu:444/live/ktv.m3u8\n#EXTINF:-1 tvg-name=\"Lóverseny közvetítés\" tvg-logo=\"https://kincsempark.hu/wp-content/uploads/2016/11/fejlec_logo_f-1.png\" tvg-country=\"HU\" group-title=\"Hungary\",Lóverseny közvetítés\nhttps://cloudfront41.lexanetwork.com:1344/xrelay/loverseny2.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Zalaegerszeg TV\" tvg-logo=\"https://zegtv.hu/wp-content/themes/assembly/images/zegtv-logo.png\" tvg-id=\"ZalaegerszegiTV.hu\" tvg-country=\"HU\" group-title=\"Hungary\",Zalaegerszeg TV\nhttps://cloudfront44.lexanetwork.com:1344/freerelay/zegtv.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Zugló TV\" tvg-logo=\"http://zuglotv.hu/wp-content/themes/ztv/uploads/ztv_logo1.jpg\" tvg-country=\"HU\" group-title=\"Hungary\",Zugló TV\nhttps://cloudfront44.lexanetwork.com:1344/freerelay/zuglotv.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tisza TV\" tvg-logo=\"https://www.tiszatv.hu/style/tiszatv_logo.png\" tvg-country=\"HU\" group-title=\"Hungary\",Tisza TV\nhttps://www.tiszatv.hu/onlinetv/tiszatv_1.m3u8\n#EXTINF:-1 tvg-name=\"DTV\" tvg-logo=\"https://i.imgur.com/YSpqmSO.png\" tvg-id=\"DTV.hu\" tvg-country=\"HU\" group-title=\"Hungary\",DTV\nhttp://cloudfront44.lexanetwork.com:1732/hlsrelay003/hls/livestream.sdp.m3u8\n#EXTINF:-1 tvg-name=\"Bajai TV\" tvg-logo=\"https://i.imgur.com/cyReGWh.png\" tvg-id=\"BajaiTV.hu\" tvg-country=\"HU\" group-title=\"Hungary\",Bajai TV\nhttps://cloudfront41.lexanetwork.com:1344/relay01/livestream002.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Vásárhelyi Televízió\" tvg-logo=\"https://i.imgur.com/WOEqdmx.png\" tvg-id=\"VasarhelyiTelevizio.hu\" tvg-country=\"HU\" group-title=\"Hungary\",Vásárhelyi Televízió\nhttps://stream.vasarhelyitelevizio.hu/stream/stream.m3u8\n#EXTINF:-1 tvg-name=\"TV Eger\" tvg-logo=\"https://i.imgur.com/GUVW073.png\" tvg-id=\"TVEger.hu\" tvg-country=\"HU\" group-title=\"Hungary\",TV Eger\nhttp://stream.tveger.hu:8010/live.m3u8\n#EXTINF:-1 tvg-name=\"Putnok Városi TV\" tvg-logo=\"https://i.imgur.com/eKXPBFb.png\" tvg-id=\"PVTV.hu\" tvg-country=\"HU\" group-title=\"Hungary\",Putnok Városi TV\nhttp://78.47.126.198:5080/LiveApp/streams/902003217052313577741820.m3u8?token=null\n#EXTINF:-1 tvg-name=\"Miskolc TV\" tvg-logo=\"https://i.imgur.com/IoiNus2.png\" tvg-id=\"MiskolcTV.hu\" tvg-country=\"HU\" group-title=\"Hungary\",Miskolc TV\nhttps://video.mhzrt.hu/live/mitv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Oroszlányi Városi Televízió\" tvg-logo=\"https://i.imgur.com/P0fxUH5.png\" tvg-id=\"OroszlanyiVarosiTelevizio.hu\" tvg-country=\"HU\" group-title=\"Hungary\",Oroszlányi Városi Televízió\nhttps://cloudfront44.lexanetwork.com:1344/relay01/broadcast002.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Berente TV\" tvg-logo=\"\" tvg-id=\"\" tvg-country=\"HU\" group-title=\"Hungary\",Berente TV\nhttps://stream.streaming4u.hu/BerenteTV/index.m3u8\n#EXTINF:-1 tvg-name=\"Budapest Európa TV\" tvg-logo=\"\" tvg-id=\"\" tvg-country=\"HU\" group-title=\"Hungary\",Budapest Európa TV\nhttps://cloudfront44.lexanetwork.com:1344/freerelay/bpetv.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Héviz TV\" tvg-logo=\"\" tvg-id=\"\" tvg-country=\"HU\" group-title=\"Hungary\",Héviz TV\nhttps://cloudfront44.lexanetwork.com:1344/relay03/livestream003.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Jászsági Térségi TV\" tvg-logo=\"\" tvg-id=\"\" tvg-country=\"HU\" group-title=\"Hungary\",Jászsági Térségi TV\nhttps://cloudfront44.lexanetwork.com:1344/relay01/broadcast007.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Kanizsa TV\" tvg-logo=\"\" tvg-id=\"\" tvg-country=\"HU\" group-title=\"Hungary\",Kanizsa TV\nhttps://cloudfront44.lexanetwork.com:1344/freerelay/kanizsavtv.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Líceum TV\" tvg-logo=\"\" tvg-id=\"\" tvg-country=\"HU\" group-title=\"Hungary\",Líceum TV\nhttp://193.225.32.62:8890/live.m3u8\n#EXTINF:-1 tvg-name=\"M2 / Petőfi TV\" tvg-logo=\"https://i.imgur.com/CzaDhmA.png\" tvg-id=\"M2.hu\" tvg-country=\"HU\" group-title=\"Hungary\",M2 / Petőfi TV\nhttps://c201-node61-cdn.connectmedia.hu/110102/7184521041cf54cee9c6548e8d0ba377/64117799/index.m3u8\n#EXTINF:-1 tvg-name=\"M4 Sport\" tvg-logo=\"https://nb1.hu/uploads/news/3/31023.jpg\" tvg-id=\"M4Sport.hu\" tvg-country=\"HU\" group-title=\"Hungary\",M4 Sport\nhttps://c401-node62-cdn.connectmedia.hu/110110/5dd8dc6d853c9b7f94db85646ed44326/641177e3/index.m3u8\n#EXTINF:-1 tvg-name=\"M5 Hungary\" tvg-logo=\"https://i.imgur.com/qLQz2V6.png\" tvg-id=\"M5.hu\" tvg-country=\"HU\" group-title=\"Hungary\",M5 Hungary\nhttp://152.66.115.226:33390/bysid/201\n#EXTINF:-1 tvg-name=\"Duna TV\" tvg-logo=\"https://i.imgur.com/b4RXacY.png\" tvg-id=\"DunaTV.hu\" tvg-country=\"HU\" group-title=\"Hungary\",Duna TV\nhttp://152.66.115.226:33391/bysid/102\n#EXTINF:-1 tvg-name=\"Duna World / M4+ Sport\" tvg-logo=\"https://i.imgur.com/DciAdFF.png\" tvg-id=\"DunaWorld.hu\" tvg-country=\"HU\" group-title=\"Hungary\",Duna World / M4+ Sport\nhttp://152.66.115.226:33391/bysid/103\n#EXTINF:-1 tvg-name=\"RÚV\" tvg-logo=\"https://i.imgur.com/vxaSn1K.png\" tvg-id=\"RUV.is\" tvg-country=\"IS\" group-title=\"Iceland\",RÚV\nhttps://ruv-web-live.akamaized.net/streymi/ruverl/ruverl.m3u8\n#EXTINF:-1 tvg-name=\"RÚV 2\" tvg-logo=\"https://i.imgur.com/yDKRuXQ.png\" tvg-id=\"RUV2.is\" tvg-country=\"IS\" group-title=\"Iceland\",RÚV 2\nhttps://ruvlive.akamaized.net/out/v1/2ff7673de40f419fa5164498fae89089/index.m3u8\n#EXTINF:-1 tvg-name=\"Alþingi\" tvg-logo=\"https://i.imgur.com/n170HMm.png\" tvg-id=\"Althingi.is\" tvg-country=\"IS\" group-title=\"Iceland\",Alþingi\nhttps://althingi-live.secure.footprint.net/althingi/live/index.m3u8\n#EXTINF:-1 tvg-name=\"NDTV India\" tvg-logo=\"https://i.imgur.com/QjJYohG.png\" tvg-id=\"NDTVIndia.in\" tvg-country=\"IN\" group-title=\"India\",NDTV India\nhttps://ndtvindiaelemarchana.akamaized.net/hls/live/2003679/ndtvindia/master.m3u8\n#EXTINF:-1 tvg-name=\"ABP News\" tvg-logo=\"https://i.imgur.com/DKHUFVQ.png\" tvg-id=\"ABPNews.in\" tvg-country=\"IN\" group-title=\"India\",ABP News\nhttps://abplivetv.pc.cdn.bitgravity.com/httppush/abp_livetv/abp_abpnews/master.m3u8\n#EXTINF:-1 tvg-name=\"ABP Ananda\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/c/cd/ABP_Ananda_logo.svg/500px-ABP_Ananda_logo.svg.png\" tvg-id=\"ABPAnanda.in\" tvg-country=\"IN\" group-title=\"India\",ABP Ananda\nhttps://abplivetv.pc.cdn.bitgravity.com/httppush/abp_livetv/abp_ananda/master.m3u8\n#EXTINF:-1 tvg-name=\"DD National Ⓨ\" tvg-logo=\"https://i.imgur.com/MohlE5B.png\" tvg-id=\"DDNational.in\" tvg-country=\"IN\" group-title=\"India\",DD National Ⓨ\nhttps://www.youtube.com/doordarshan/live\n#EXTINF:-1 tvg-name=\"DD News Ⓨ\" tvg-logo=\"https://i.imgur.com/znnVCEf.png\" tvg-id=\"DDNews.in\" tvg-country=\"IN\" group-title=\"India\",DD News Ⓨ\nhttps://www.youtube.com/c/ddnews/live\n#EXTINF:-1 tvg-name=\"DD India Ⓨ\" tvg-logo=\"https://i.imgur.com/45uptR8.png\" tvg-id=\"DDIndia.in\" tvg-country=\"IN\" group-title=\"India\",DD India Ⓨ\nhttps://www.youtube.com/DDIndia/live\n#EXTINF:-1 tvg-name=\"DD Bharati Ⓨ\" tvg-logo=\"https://i.imgur.com/4tfUIEo.png\" tvg-id=\"DDBharati.in\" tvg-country=\"IN\" group-title=\"India\",DD Bharati Ⓨ\nhttps://www.youtube.com/@ddbharati/live\n#EXTINF:-1 tvg-name=\"DD Kisan Ⓨ\" tvg-logo=\"https://i.imgur.com/x56WJEa.png\" tvg-id=\"DDKisan.in\" tvg-country=\"IN\" group-title=\"India\",DD Kisan Ⓨ\nhttps://www.youtube.com/@DDKisan/live\n#EXTINF:-1 tvg-name=\"DD Urdu Ⓨ\" tvg-logo=\"https://i.imgur.com/OiQPS34.png\" tvg-id=\"DDUrdu.in\" tvg-country=\"IN\" group-title=\"India\",DD Urdu Ⓨ\nhttps://www.youtube.com/@DDUrdu/live\n#EXTINF:-1 tvg-name=\"India Today Ⓨ\" tvg-logo=\"https://i.imgur.com/C7KK3Fd.png\" tvg-id=\"IndiaToday.in\" tvg-country=\"IN\" group-title=\"India\",India Today Ⓨ\nhttps://www.youtube.com/watch?v=sYZtOFzM78M\n#EXTINF:-1 tvg-name=\"Aaj Tak Ⓨ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/2/28/Aaj_tak_logo.png\" tvg-id=\"AajTak.in\" tvg-country=\"IN\" group-title=\"India\",Aaj Tak Ⓨ\nhttps://www.youtube.com/watch?v=Nq2wYlWFucg\n#EXTINF:-1 tvg-name=\"India TV Ⓨ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/thumb/6/60/India_tv_logo-en.png/500px-India_tv_logo-en.png\" tvg-id=\"IndiaTV.in\" tvg-country=\"IN\" group-title=\"India\",India TV Ⓨ\nhttps://www.youtube.com/watch?v=e1FIApIafWE\n#EXTINF:-1 tvg-name=\"TV9 Bharatvarsh Ⓨ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/thumb/a/a6/TV9_Bharatvarsh.svg/500px-TV9_Bharatvarsh.svg.png\" tvg-id=\"TV9Bharatvarsh.in\" tvg-country=\"IN\" group-title=\"India\",TV9 Bharatvarsh Ⓨ\nhttps://www.youtube.com/watch?v=nSpwwcHVp80\n#EXTINF:-1 tvg-name=\"Republic Bharat Ⓨ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/8/80/Republic_Bharat_logo.svg/500px-Republic_Bharat_logo.svg.png\" tvg-id=\"RepublicBharat.in\" tvg-country=\"IN\" group-title=\"India\",Republic Bharat Ⓨ\nhttps://www.youtube.com/watch?v=3DbTO_AMhhc\n#EXTINF:-1 tvg-name=\"CNBC Indonesia\" tvg-logo=\"https://imgur.com/ie2zSTY\" tvg-id=\"CNBCIndonesia.am\" tvg-country=\"ID\" group-title=\"Indonesia\",CNBC Indonesia\nhttps://live.cnbcindonesia.com/livecnbc/smil:cnbctv.smil/chunklist.m3u8\n#EXTINF:-1 tvg-name=\"CNN Indonesia\" tvg-logo=\"https://imgur.com/MpxTMiP\" tvg-id=\"CNNIndonesia.am\" tvg-country=\"ID\" group-title=\"Indonesia\",CNN Indonesia\nhttp://live.cnnindonesia.com/livecnn/smil:cnntv.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"BeritaSatu\" tvg-logo=\"https://imgur.com/vYJVT07\" tvg-id=\"BeritaSatu.am\" tvg-country=\"ID\" group-title=\"Indonesia\",BeritaSatu\nhttps://b1news.beritasatumedia.com/Beritasatu/B1News_1280x720.m3u8\n#EXTINF:-1 tvg-name=\"Al-Alam News Network Ⓢ\" tvg-logo=\"https://i.imgur.com/UbD0Ndr.png\" tvg-id=\"AlalamNewsChannel.ir\" tvg-country=\"IR\" group-title=\"Iran\",Al-Alam News Network Ⓢ\nhttps://live2.alalam.ir/alalam.m3u8\n#EXTINF:-1 tvg-name=\"Press TV\" tvg-logo=\"https://i.imgur.com/X3YP2Gg.png\" tvg-id=\"PressTV.ir\" tvg-country=\"IR\" group-title=\"Iran\",Press TV\nhttps://cdnlive.presstv.ir/cdnlive/smil:cdnlive.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Press TV French\" tvg-logo=\"https://i.imgur.com/X3YP2Gg.png\" tvg-id=\"PressTVFrench.ir\" tvg-country=\"IR\" group-title=\"Iran\",Press TV French\nhttps://live1.presstv.ir/live/presstvfr/index.m3u8\n#EXTINF:-1 tvg-name=\"IranPress Ⓢ\" tvg-logo=\"https://i.imgur.com/Qrubr3v.png\" tvg-id=\"IranPress.ir\" tvg-country=\"IR\" group-title=\"Iran\",IranPress Ⓢ\nhttps://live1.presstv.ir/live/iranpress/index.m3u8\n#EXTINF:-1 tvg-name=\"Al-Hurra Iraq\" tvg-logo=\"https://i.imgur.com/mXBZEQP.png\" tvg-id=\"AlhurraTVIraq.iq\" tvg-country=\"IQ\" group-title=\"Iraq\",Al-Hurra Iraq\nhttps://mbnvvideoingest-i.akamaihd.net/hls/live/1004674/MBNV_ALHURRA_IRAQ/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Al-Hurra\" tvg-logo=\"https://i.imgur.com/0izeu5z.png\" tvg-id=\"AlHurra.iq\" tvg-country=\"IQ\" group-title=\"Iraq\",Al-Hurra\nhttps://mbnvvideoingest-i.akamaihd.net/hls/live/1004673/MBNV_ALHURRA_MAIN/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Al-Iraqiya\" tvg-logo=\"https://i.imgur.com/imdV6kL.png\" tvg-country=\"IQ\" group-title=\"Iraq\",Al-Iraqiya\nhttps://cdn.catiacast.video/abr/8d2ffb0aba244e8d9101a9488a7daa05/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Al-Rafidain\" tvg-logo=\"https://i.imgur.com/D78qG91.png\" tvg-id=\"AlRafidainTV.iq\" tvg-country=\"IQ\" group-title=\"Iraq\",Al-Rafidain\nhttps://cdg8.edge.technocdn.com/arrafidaintv/abr_live/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Al-Rasheed\" tvg-logo=\"https://i.imgur.com/SU9HbXY.png\" tvg-id=\"AlRasheedTV.iq\" tvg-country=\"IQ\" group-title=\"Iraq\",Al-Rasheed\nhttps://media1.livaat.com/AL-RASHEED-HD/tracks-v1a1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Al-Sharqiya News\" tvg-logo=\"https://i.imgur.com/P6p17ZY.jpg\" tvg-id=\"AlSharqiyaNews.iq\" tvg-country=\"IQ\" group-title=\"Iraq\",Al-Sharqiya News\nhttps://5d94523502c2d.streamlock.net/alsharqiyalive/mystream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Al-Sharqiya\" tvg-logo=\"https://i.imgur.com/bPYyXNf.png\" tvg-id=\"AlSharqiya.iq\" tvg-country=\"IQ\" group-title=\"Iraq\",Al-Sharqiya\nhttps://5d94523502c2d.streamlock.net/home/mystream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Dijlah Tarab\" tvg-logo=\"https://i.imgur.com/2SBjjBQ.png\" tvg-id=\"DijlahTarab.iq\" tvg-country=\"IQ\" group-title=\"Iraq\",Dijlah Tarab\nhttps://ghaasiflu.online/tarab/tracks-v1a1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Dijlah TV\" tvg-logo=\"https://i.imgur.com/FJEeYiz.png\" tvg-id=\"DijlahTV.iq\" tvg-country=\"IQ\" group-title=\"Iraq\",Dijlah TV\nhttps://ghaasiflu.online/Dijlah/tracks-v1a1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"iNEWS\" tvg-logo=\"https://i.imgur.com/PeuBkaH.png\" tvg-id=\"INews.iq\" tvg-country=\"IQ\" group-title=\"Iraq\",iNEWS\nhttps://svs.itworkscdn.net/inewsiqlive/inewsiq.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Iraq Future Ⓢ\" tvg-logo=\"https://i.imgur.com/Z7woTe5.png\" tvg-id=\"IraqFuture.iq\" tvg-country=\"IQ\" group-title=\"Iraq\",Iraq Future Ⓢ\nhttps://streaming.viewmedia.tv/viewsatstream40/viewsatstream40.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Turkmeneli TV\" tvg-logo=\"https://i.imgur.com/iUhhg4B.png\" tvg-id=\"TurkmeneliTV.iq\" tvg-country=\"IQ\" group-title=\"Iraq\",Turkmeneli TV\nhttps://137840.global.ssl.fastly.net/edge/live_6b7c6e205afb11ebb010f5a331abaf98/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Zagros TV\" tvg-logo=\"https://i.imgur.com/UjIuIQX.png\" tvg-id=\"ZagrosTV.iq\" tvg-country=\"IQ\" group-title=\"Iraq\",Zagros TV\nhttps://5a3ed7a72ed4b.streamlock.net/zagrostv/SMIL:myStream.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TG4\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/0/06/TG4_logo.svg/1024px-TG4_logo.svg.png\" tvg-id=\"TG4.ie\" tvg-country=\"IE\" group-title=\"Ireland\",TG4\nhttps://dx4452e0qv6r9.cloudfront.net/tg4_vod_national.m3u8\n#EXTINF:-1 tvg-name=\"Houses of the Oireachtas Channel\" tvg-logo=\"https://i.imgur.com/aC4fsCI.png\" tvg-id=\"OireachtasTV.ie\" tvg-country=\"IE\" group-title=\"Ireland\",Houses of the Oireachtas Channel\nhttps://d33zah5htxvoxb.cloudfront.net/el/live/oirtv/hls.m3u8\n#EXTINF:-1 tvg-name=\"Today FM\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/b/bf/Today_FM_Logo_2017.jpg\" tvg-id=\"todayfm.com\" tvg-country=\"IE\" group-title=\"Ireland\",Today FM\nhttps://stream.audioxi.com/TDAAC\n#EXTINF:-1 tvg-name=\"98FM\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/98FM_2022.svg/1920px-98FM_2022.svg.png\" tvg-id=\"98fm.com\" tvg-country=\"IE\" group-title=\"Ireland\",98FM\nhttps://stream.audioxi.com/98\n#EXTINF:-1 tvg-name=\"FM104\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/c/cb/FM104_logo_tile.png\" tvg-id=\"fm104.ie\" tvg-country=\"IE\" group-title=\"Ireland\",FM104\nhttps://wg.cdn.tibus.net/fm104MP3128\n#EXTINF:-1 tvg-name=\"Radio Nova\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/a/a1/Nova-web1-228x150.jpg\" tvg-id=\"www.nova.ie\" tvg-country=\"IE\" group-title=\"Ireland\",Radio Nova\nhttps://stream.audioxi.com/NOVA\n#EXTINF:-1 tvg-name=\"Spin 103.8\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/2/2e/Spin_400x400.png\" tvg-id=\"spin1038.com\" tvg-country=\"IE\" group-title=\"Ireland\",Spin 103.8\nhttps://stream.audioxi.com/SP\n#EXTINF:-1 tvg-name=\"Newstalk\" tvg-logo=\"\" tvg-country=\"IE\" group-title=\"Ireland\",Newstalk\nhttps://stream.audioxi.com/NT\n#EXTINF:-1 tvg-name=\"Dublin's Q102\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/e/e7/Dublins_Q102_Logo.png\" tvg-id=\"q102.ie\" tvg-country=\"IE\" group-title=\"Ireland\",Dublin's Q102\nhttps://wg.cdn.tibus.net/q102MP3128\n#EXTINF:-1 tvg-name=\"Classic Hits\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/3/31/Classichits2023.jpg\" tvg-id=\"classichits.ie\" tvg-country=\"IE\" group-title=\"Ireland\",Classic Hits\nhttps://stream.audioxi.com/CLASSIC\n#EXTINF:-1 tvg-name=\"Sunshine 106.8\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/9/97/Sunshine_106.8_logo.png\" tvg-id=\"sunshineradio.ie\" tvg-country=\"IE\" group-title=\"Ireland\",Sunshine 106.8\nhttps://live-bauerie.sharp-stream.com/SUN\n#EXTINF:-1 tvg-name=\"9 канал Ⓨ\" tvg-logo=\"https://i.imgur.com/pttM3KQ.png\" tvg-id=\"Channel9.il\" tvg-country=\"IL\" group-title=\"Israel\",9 канал Ⓨ\nhttps://www.youtube.com/@israel9tv/live\n#EXTINF:-1 tvg-name=\"כאן 11\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/c/c8/Kan11Logo.svg/640px-Kan11Logo.svg.png\" tvg-id=\"Kan11.il\" tvg-country=\"IL\" group-title=\"Israel\",כאן 11\nhttps://kan11.media.kan.org.il/hls/live/2024514/2024514/master.m3u8\n#EXTINF:-1 tvg-name=\"ערוץ 13\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/he/thumb/1/17/Reshet13Logo2022.svg/559px-Reshet13Logo2022.svg.png\" tvg-id=\"Channel13.il\" tvg-country=\"IL\" group-title=\"Israel\",ערוץ 13\nhttps://d2xg1g9o5vns8m.cloudfront.net/out/v1/0855d703f7d5436fae6a9c7ce8ca5075/index.m3u8\n#EXTINF:-1 tvg-name=\"ערוץ 14\" tvg-logo=\"https://i.imgur.com/Iq2Kb69.png\" tvg-id=\"Now14.il\" tvg-country=\"IL\" group-title=\"Israel\",ערוץ 14\nhttps://now14.g-mana.live/media/91517161-44ab-4e46-af70-e9fe26117d2e/mainManifest.m3u8\n#EXTINF:-1 tvg-name=\"The Shopping Channel\" tvg-logo=\"https://i.imgur.com/PEdXHSE.png\" tvg-id=\"TheShoppingChannel.il\" tvg-country=\"IL\" group-title=\"Israel\",The Shopping Channel\nhttps://shoppingil-rewriter.vidnt.com/index.m3u8\n#EXTINF:-1 tvg-name=\"مكان 33\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/5/56/MeKan_33_logo_2017.png\" tvg-id=\"Makan33.il\" tvg-country=\"IL\" group-title=\"Israel\",مكان 33\nhttps://makan.media.kan.org.il/hls/live/2024680/2024680/master.m3u8\n#EXTINF:-1 tvg-name=\"כאן חינוכית\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/6b/KanHinuchit.svg/640px-KanHinuchit.svg.png\" tvg-id=\"KanEducational.il\" tvg-country=\"IL\" group-title=\"Israel\",כאן חינוכית\nhttps://kan23.media.kan.org.il/hls/live/2024691/2024691/master.m3u8\n#EXTINF:-1 tvg-name=\"Knesset\" tvg-logo=\"https://i.imgur.com/PEdXHSE.png\" tvg-id=\"Knesset.il\" tvg-country=\"IL\" group-title=\"Israel\",Knesset\nhttps://contact.gostreaming.tv/Knesset/myStream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Rai 1 Ⓖ\" tvg-logo=\"https://i.imgur.com/CAx7yRm.png\" tvg-id=\"Rai1.it\" tvg-country=\"IT\" group-title=\"Italy\",Rai 1 Ⓖ\nhttps://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=2606803&output=7&forceUserAgent=rainet/4.0.5\n#EXTINF:-1 tvg-name=\"Rai 2 Ⓖ\" tvg-logo=\"https://i.imgur.com/zA0PTcs.png\" tvg-id=\"Rai2.it\" tvg-country=\"IT\" group-title=\"Italy\",Rai 2 Ⓖ\nhttps://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=308718&output=7&forceUserAgent=rainet/4.0.5\n#EXTINF:-1 tvg-name=\"Rai 3 Ⓖ\" tvg-logo=\"https://i.imgur.com/9kuQCIi.png\" tvg-id=\"Rai3.it\" tvg-country=\"IT\" group-title=\"Italy\",Rai 3 Ⓖ\nhttps://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=308709&output=7&forceUserAgent=rainet/4.0.5\n#EXTINF:-1 tvg-name=\"Rete 4 Ⓖ\" tvg-logo=\"https://i.imgur.com/GWx2Fkl.png\" tvg-id=\"Rete4.it\" tvg-country=\"IT\" group-title=\"Italy\",Rete 4 Ⓖ\nhttps://live02-seg.msf.cdn.mediaset.net/live/ch-r4/r4-clr.isml/index.m3u8\n#EXTINF:-1 tvg-name=\"Canale 5 Ⓖ\" tvg-logo=\"https://i.imgur.com/p6YdiR1.png\" tvg-id=\"Canale5.it\" tvg-country=\"IT\" group-title=\"Italy\",Canale 5 Ⓖ\nhttps://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/index.m3u8\n#EXTINF:-1 tvg-name=\"Italia 1 Ⓖ\" tvg-logo=\"https://i.imgur.com/oCiOxBG.png\" tvg-id=\"Italia1.it\" tvg-country=\"IT\" group-title=\"Italy\",Italia 1 Ⓖ\nhttps://live02-seg.msf.cdn.mediaset.net/live/ch-i1/i1-clr.isml/index.m3u8\n#EXTINF:-1 tvg-name=\"La7\" tvg-logo=\"https://i.imgur.com/F90mpSa.png\" tvg-id=\"La7.it\" tvg-country=\"IT\" group-title=\"Italy\",La7\nhttps://viamotionhsi.netplus.ch/live/eds/la7/browser-HLS8/la7.m3u8\n#EXTINF:-1 tvg-name=\"TV8 Ⓖ\" tvg-logo=\"https://i.imgur.com/xvoHVOU.png\" tvg-id=\"TV8.it\" tvg-country=\"IT\" group-title=\"Italy\",TV8 Ⓖ\nhttps://hlslive-web-gcdn-skycdn-it.akamaized.net/TACT/11223/tv8web/master.m3u8?hdnts=st=1764666351~exp=1829466206~acl=/*~hmac=b0e9165b6c55027903ad103c8219f363d8765eb300c0d9a339e9767fc3509556\n#EXTINF:-1 tvg-name=\"Nove\" tvg-logo=\"https://i.imgur.com/Hp723RU.png\" tvg-id=\"Nove.it\" tvg-country=\"IT\" group-title=\"Italy\",Nove\nhttps://d31mw7o1gs0dap.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-y5pbi2sq9r609/NOVE_IT.m3u8\n#EXTINF:-1 tvg-name=\"20 Mediaset Ⓖ\" tvg-logo=\"https://i.imgur.com/It13jwX.png\" tvg-id=\"20.it\" tvg-country=\"IT\" group-title=\"Italy\",20 Mediaset Ⓖ\nhttps://live02-seg.msf.cdn.mediaset.net/live/ch-lb/lb-clr.isml/index.m3u8\n#EXTINF:-1 tvg-name=\"Rai 4 Ⓖ\" tvg-logo=\"https://i.imgur.com/XFkZRfv.png\" tvg-id=\"Rai4.it\" tvg-country=\"IT\" group-title=\"Italy\",Rai 4 Ⓖ\nhttps://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746966&output=7&forceUserAgent=rainet/4.0.5\n#EXTINF:-1 tvg-name=\"Iris Ⓖ\" tvg-logo=\"https://i.imgur.com/Ixz1BY3.png\" tvg-id=\"Iris.it\" tvg-country=\"IT\" group-title=\"Italy\",Iris Ⓖ\nhttps://live02-seg.msf.cdn.mediaset.net/live/ch-ki/ki-clr.isml/index.m3u8\n#EXTINF:-1 tvg-name=\"Rai 5 Ⓖ\" tvg-logo=\"https://i.imgur.com/Leu2zTO.png\" tvg-id=\"Rai5.it\" tvg-country=\"IT\" group-title=\"Italy\",Rai 5 Ⓖ\nhttps://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=395276&output=7&forceUserAgent=rainet/4.0.5\n#EXTINF:-1 tvg-name=\"Rai Movie Ⓖ\" tvg-logo=\"https://i.imgur.com/RKpO8CE.png\" tvg-id=\"RaiMovie.it\" tvg-country=\"IT\" group-title=\"Italy\",Rai Movie Ⓖ\nhttps://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=747002&output=7&forceUserAgent=rainet/4.0.5\n#EXTINF:-1 tvg-name=\"Rai Premium Ⓖ\" tvg-logo=\"https://i.imgur.com/RKI4nFy.png\" tvg-id=\"RaiPremium.it\" tvg-country=\"IT\" group-title=\"Italy\",Rai Premium Ⓖ\nhttps://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746992&output=7&forceUserAgent=rainet/4.0.5\n#EXTINF:-1 tvg-name=\"Cielo Ⓖ\" tvg-logo=\"https://i.imgur.com/cPluF03.png\" tvg-id=\"CieloTV.it\" tvg-country=\"IT\" group-title=\"Italy\",Cielo Ⓖ\nhttps://hlslive-web-gcdn-skycdn-it.akamaized.net/TACT/11219/cieloweb/master.m3u8?hdnts=st=1764666351~exp=1829466206~acl=/*~hmac=b0e9165b6c55027903ad103c8219f363d8765eb300c0d9a339e9767fc3509556\n#EXTINF:-1 tvg-name=\"27 Twentyseven Ⓖ\" tvg-logo=\"https://i.imgur.com/y2PdPCK.png\" tvg-id=\"27Twentyseven.it\" tvg-country=\"IT\" group-title=\"Italy\",27 Twentyseven Ⓖ\nhttps://live02-seg.msf.cdn.mediaset.net/live/ch-ts/ts-clr.isml/index.m3u8\n#EXTINF:-1 tvg-name=\"TV 2000\" tvg-logo=\"https://i.imgur.com/x7RaK3a.png\" tvg-id=\"TV2000.va\" tvg-country=\"IT\" group-title=\"Italy\",TV 2000\nhttps://hls-live-tv2000.akamaized.net/hls/live/2028510/tv2000/master.m3u8\n#EXTINF:-1 tvg-name=\"La7 Cinema\" tvg-logo=\"https://i.imgur.com/khPweok.png\" tvg-id=\"La7Cinema.it\" tvg-country=\"IT\" group-title=\"Italy\",La7 Cinema\nhttps://viamotionhsi.netplus.ch/live/eds/la7d/browser-HLS8/la7d.m3u8\n#EXTINF:-1 tvg-name=\"La 5 Ⓖ\" tvg-logo=\"https://i.imgur.com/UNyJaho.png\" tvg-id=\"La5.it\" tvg-country=\"IT\" group-title=\"Italy\",La 5 Ⓖ\nhttps://live02-seg.msf.cdn.mediaset.net/live/ch-ka/ka-clr.isml/index.m3u8\n#EXTINF:-1 tvg-name=\"Real Time\" tvg-logo=\"https://i.imgur.com/9dcTYg1.png\" tvg-id=\"RealTimeItaly.it\" tvg-country=\"IT\" group-title=\"Italy\",Real Time\nhttps://d3562mgijzx0zq.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-kizqtzpvvl3i8/Realtime_IT.m3u8\n#EXTINF:-1 tvg-name=\"QVC\" tvg-logo=\"https://i.imgur.com/Ea7iUX2.png\" tvg-id=\"QVCItaly.it\" tvg-country=\"IT\" group-title=\"Italy\",QVC\nhttps://qrg.akamaized.net/hls/live/2017383/lsqvc1it/master.m3u8\n#EXTINF:-1 tvg-name=\"Food Network\" tvg-logo=\"https://i.imgur.com/i60OYr9.png\" tvg-id=\"FoodNetworkItaly.it\" tvg-country=\"IT\" group-title=\"Italy\",Food Network\nhttps://dk3okdd5036kz.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-o4pw0nc02sthz/Foodnetwork_IT.m3u8\n#EXTINF:-1 tvg-name=\"Cine34   Ⓖ\" tvg-logo=\"https://i.imgur.com/YyldwhI.png\" tvg-id=\"Cine34.it\" tvg-country=\"IT\" group-title=\"Italy\",Cine34   Ⓖ\nhttps://live02-seg.msf.cdn.mediaset.net/live/ch-b6/b6-clr.isml/index.m3u8\n#EXTINF:-1 tvg-name=\"Focus Ⓖ\" tvg-logo=\"https://i.imgur.com/M4smqpF.png\" tvg-id=\"Focus.it\" tvg-country=\"IT\" group-title=\"Italy\",Focus Ⓖ\nhttps://live02-seg.msf.cdn.mediaset.net/live/ch-fu/fu-clr.isml/index.m3u8\n#EXTINF:-1 tvg-name=\"RTL 102.5\" tvg-logo=\"https://i.imgur.com/KdissvS.png\" tvg-id=\"RTL1025TV.it\" tvg-country=\"IT\" group-title=\"Italy\",RTL 102.5\nhttps://dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S97044836/tbbP8T1ZRPBL/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Discovery Channel\" tvg-logo=\"https://i.imgur.com/5IxIFJ0.png\" tvg-id=\"DiscoveryChannel.it\" tvg-country=\"IT\" group-title=\"Italy\",Discovery Channel\nhttps://d24aqelmrau4kx.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-l1oas691aj7p2/WBTV_IT.m3u8\n#EXTINF:-1 tvg-name=\"Giallo\" tvg-logo=\"https://i.imgur.com/0PIRwZS.png\" tvg-id=\"Giallo.it\" tvg-country=\"IT\" group-title=\"Italy\",Giallo\nhttps://d9fqo6nfqlv2h.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-ulukbrgm1n3yb/Giallo_IT.m3u8\n#EXTINF:-1 tvg-name=\"Top Crime   Ⓖ\" tvg-logo=\"https://i.imgur.com/RFIwv9O.png\" tvg-id=\"TopCrime.it\" tvg-country=\"IT\" group-title=\"Italy\",Top Crime   Ⓖ\nhttps://live02-seg.msf.cdn.mediaset.net/live/ch-lt/lt-clr.isml/index.m3u8\n#EXTINF:-1 tvg-name=\"BOING   Ⓖ\" tvg-logo=\"https://i.imgur.com/niSlrqT.png\" tvg-id=\"BoingItaly.it\" tvg-country=\"IT\" group-title=\"Italy\",BOING   Ⓖ\nhttps://live02-seg.msf.cdn.mediaset.net/live/ch-kb/kb-clr.isml/index.m3u8\n#EXTINF:-1 tvg-name=\"K2\" tvg-logo=\"https://i.imgur.com/wlLgSiA.png\" tvg-id=\"K2.it\" tvg-country=\"IT\" group-title=\"Italy\",K2\nhttps://d1pmpe0hs35ka5.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-39hsskpppgf72/K2_IT.m3u8\n#EXTINF:-1 tvg-name=\"Rai Gulp Ⓖ\" tvg-logo=\"https://i.imgur.com/lu1DPVb.png\" tvg-id=\"RaiGulp.it\" tvg-country=\"IT\" group-title=\"Italy\",Rai Gulp Ⓖ\nhttps://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746953&output=7&forceUserAgent=rainet/4.0.5\n#EXTINF:-1 tvg-name=\"Rai YoYo Ⓖ\" tvg-logo=\"https://i.imgur.com/DRSa3ys.png\" tvg-id=\"RaiYoyo.it\" tvg-country=\"IT\" group-title=\"Italy\",Rai YoYo Ⓖ\nhttps://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746899&output=7&forceUserAgent=rainet/4.0.5\n#EXTINF:-1 tvg-name=\"Frisbee\" tvg-logo=\"https://i.imgur.com/9y1zIAe.png\" tvg-id=\"Frisbee.it\" tvg-country=\"IT\" group-title=\"Italy\",Frisbee\nhttps://d6m7lubks416z.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-zmbstsedxme9s/Frisbee_IT.m3u8\n#EXTINF:-1 tvg-name=\"Cartoonito Ⓖ\" tvg-logo=\"https://i.imgur.com/oK2DcDJ.png\" tvg-id=\"CartoonitoItaly.it\" tvg-country=\"IT\" group-title=\"Italy\",Cartoonito Ⓖ\nhttps://live02-seg.msf.cdn.mediaset.net/live/ch-la/la-clr.isml/index.m3u8\n#EXTINF:-1 tvg-name=\"Super!\" tvg-logo=\"https://i.imgur.com/1124YEp.png\" tvg-id=\"Super.it\" tvg-country=\"IT\" group-title=\"Italy\",Super!\nhttps://495c5a85d9074f29acffeaea9e0215eb.msvdn.net/super/super_main/super_main_hbbtv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Rai News 24 Ⓖ\" tvg-logo=\"https://i.imgur.com/gdzGwB6.png\" tvg-id=\"RaiNews24.it\" tvg-country=\"IT\" group-title=\"Italy\",Rai News 24 Ⓖ\nhttps://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=1&output=7&forceUserAgent=rainet/4.0.5\n#EXTINF:-1 tvg-name=\"Italia 2 Ⓖ\" tvg-logo=\"https://i.imgur.com/nq48sjO.png\" tvg-id=\"Italia2.it\" tvg-country=\"IT\" group-title=\"Italy\",Italia 2 Ⓖ\nhttps://live02-seg.msf.cdn.mediaset.net/live/ch-i2/i2-clr.isml/index.m3u8\n#EXTINF:-1 tvg-name=\"Sky TG24 Ⓖ\" tvg-logo=\"https://i.imgur.com/q4d3Dah.png\" tvg-id=\"SkyTG24.it\" tvg-country=\"IT\" group-title=\"Italy\",Sky TG24 Ⓖ\nhttps://hlslive-web-gcdn-skycdn-it.akamaized.net/TACT/12221/web/master.m3u8?hdnts=st=1764666351~exp=1829466206~acl=/*~hmac=b0e9165b6c55027903ad103c8219f363d8765eb300c0d9a339e9767fc3509556\n#EXTINF:-1 tvg-name=\"TGCOM 24 Ⓖ\" tvg-logo=\"https://i.imgur.com/xautVD8.png\" tvg-id=\"TGCom24.it\" tvg-country=\"IT\" group-title=\"Italy\",TGCOM 24 Ⓖ\nhttps://live02-seg.msf.cdn.mediaset.net/live/ch-kf/kf-clr.isml/index.m3u8\n#EXTINF:-1 tvg-name=\"DMAX\" tvg-logo=\"https://i.imgur.com/dmEmRX7.png\" tvg-id=\"DMAXItaly.it\" tvg-country=\"IT\" group-title=\"Italy\",DMAX\nhttps://d2j2nqgg7bzth.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-02k1gv1j0ufwn/DMAX_IT.m3u8\n#EXTINF:-1 tvg-name=\"Rai Storia Ⓖ\" tvg-logo=\"https://i.imgur.com/K8y5q8x.png\" tvg-id=\"RaiStoria.it\" tvg-country=\"IT\" group-title=\"Italy\",Rai Storia Ⓖ\nhttps://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746990&output=7&forceUserAgent=rainet/4.0.5\n#EXTINF:-1 tvg-name=\"Mediaset Extra Ⓖ\" tvg-logo=\"https://i.imgur.com/mM8lopo.png\" tvg-id=\"MediasetExtra.it\" tvg-country=\"IT\" group-title=\"Italy\",Mediaset Extra Ⓖ\nhttps://live02-seg.msf.cdn.mediaset.net/live/ch-kq/kq-clr.isml/index.m3u8\n#EXTINF:-1 tvg-name=\"HGTV – Home & Garden Tv\" tvg-logo=\"https://i.imgur.com/emLNC0U.png\" tvg-id=\"HGTVItaly.it\" tvg-country=\"IT\" group-title=\"Italy\",HGTV – Home & Garden Tv\nhttps://d1tidto9vz737l.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-joaw4f4kh2en1/HGTV_IT.m3u8\n#EXTINF:-1 tvg-name=\"Rai Scuola Ⓖ\" tvg-logo=\"https://i.imgur.com/tmtJW6s.png\" tvg-id=\"RaiScuola.it\" tvg-country=\"IT\" group-title=\"Italy\",Rai Scuola Ⓖ\nhttps://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=747011&output=7&forceUserAgent=rainet/4.0.5\n#EXTINF:-1 tvg-name=\"Rai Sport Ⓖ\" tvg-logo=\"https://i.imgur.com/xsGljsb.png\" tvg-id=\"RaiSport.it\" tvg-country=\"IT\" group-title=\"Italy\",Rai Sport Ⓖ\nhttps://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=358025&output=7&forceUserAgent=rainet/4.0.5\n#EXTINF:-1 tvg-name=\"Motor Trend\" tvg-logo=\"https://i.imgur.com/ipj2H0n.png\" tvg-id=\"MotorTrend.it\" tvg-country=\"IT\" group-title=\"Italy\",Motor Trend\nhttps://d205m6k582pec4.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-asg5puyzdtnqu/Motortrend_IT.m3u8\n#EXTINF:-1 tvg-name=\"Sportitalia Plus\" tvg-logo=\"https://i.imgur.com/hu56Ya5.png\" tvg-id=\"Sportitalia.it\" tvg-country=\"IT\" group-title=\"Italy\",Sportitalia Plus\nhttps://sportsitalia-samsungitaly.amagi.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Travel TV\" tvg-logo=\"https://i.imgur.com/aXAUyLN.png\" tvg-id=\"TravelTV.it\" tvg-country=\"IT\" group-title=\"Italy\",Travel TV\nhttps://streaming.softwarecreation.it/GoldTvSat/GoldTvSat/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Donna TV Ⓢ\" tvg-logo=\"https://i.imgur.com/Aa1Abme.png\" tvg-id=\"DonnaTV.it\" tvg-country=\"IT\" group-title=\"Italy\",Donna TV Ⓢ\nhttps://5a1178b42cc03.streamlock.net/donnatv/donnatv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"SuperTennis\" tvg-logo=\"https://i.imgur.com/GzsPlbX.png\" tvg-id=\"SuperTennis.it\" tvg-country=\"IT\" group-title=\"Italy\",SuperTennis\nhttps://live-embed.supertennix.hiway.media/restreamer/supertennix_client/gpu-a-c0-16/restreamer/outgest/aa3673f1-e178-44a9-a947-ef41db73211a/manifest.m3u8\n#EXTINF:-1 tvg-name=\"Alma TV\" tvg-logo=\"https://i.imgur.com/Y8JiDwN.png\" tvg-id=\"AlmaTV.it\" tvg-country=\"IT\" group-title=\"Italy\",Alma TV\nhttps://streaming.softwarecreation.it/AlmaTv/AlmaTv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Radio 105 TV Ⓖ\" tvg-logo=\"https://i.imgur.com/3NiLKvj.png\" tvg-id=\"Radio105TV.it\" tvg-country=\"IT\" group-title=\"Italy\",Radio 105 TV Ⓖ\nhttps://live02-seg.msr.cdn.mediaset.net/live/ch-ec/ec-clr.isml/index.m3u8\n#EXTINF:-1 tvg-name=\"R101 TV Ⓖ\" tvg-logo=\"https://i.imgur.com/mWeEa9T.png\" tvg-id=\"R101TV.it\" tvg-country=\"IT\" group-title=\"Italy\",R101 TV Ⓖ\nhttps://live02-seg.msr.cdn.mediaset.net/live/ch-er/er-clr.isml/index.m3u8\n#EXTINF:-1 tvg-name=\"Deejay TV\" tvg-logo=\"https://i.imgur.com/rlaKH6k.png\" tvg-id=\"DeejayTV.it\" tvg-country=\"IT\" group-title=\"Italy\",Deejay TV\nhttps://4c4b867c89244861ac216426883d1ad0.msvdn.net/live/S85984808/sMO0tz9Sr2Rk/playlist.m3u8\n#EXTINF:-1 tvg-name=\"RadioItaliaTV\" tvg-logo=\"https://i.imgur.com/4VCEJuJ.png\" tvg-id=\"RadioItaliaTV.it\" tvg-country=\"IT\" group-title=\"Italy\",RadioItaliaTV\nhttps://radioitaliatv.akamaized.net/hls/live/2093117/RadioitaliaTV/master.m3u8\n#EXTINF:-1 tvg-name=\"Radio KISS KISS TV\" tvg-logo=\"https://i.imgur.com/UTStxDW.png\" tvg-id=\"KissKissTV.it\" tvg-country=\"IT\" group-title=\"Italy\",Radio KISS KISS TV\nhttps://kk.fluid.stream/KKMulti/smil:KissKissTV.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Rai Radio 2 Visual Radio\" tvg-logo=\"https://i.imgur.com/nVBet0h.png\" tvg-id=\"RaiRadio2Visual.it\" tvg-country=\"IT\" group-title=\"Italy\",Rai Radio 2 Visual Radio\nhttps://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=5674080&output=7&forceUserAgent=rainet/4.0.5\n#EXTINF:-1 tvg-name=\"RTL 102.5 Traffic\" tvg-logo=\"https://i.imgur.com/GH7byqm.jpeg\" tvg-id=\"RTL1025Traffic.it\" tvg-country=\"IT\" group-title=\"Italy\",RTL 102.5 Traffic\nhttps://dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S38122967/2lyQRIAAGgRR/playlist.m3u8\n#EXTINF:-1 tvg-name=\"MAN-GA\" tvg-logo=\"https://i.imgur.com/8a6WYU2.png\" tvg-id=\"Manga.it\" tvg-country=\"IT\" group-title=\"Italy\",MAN-GA\nhttps://c65b9e710bde44819015af98e72cd7ab.msvdn.net/live/S93572876/aILSQPYFY3pF/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Radio24-IlSole24OreTV\" tvg-logo=\"https://i.imgur.com/NTqrdWW.png\" tvg-id=\"Radio24TV.it\" tvg-country=\"IT\" group-title=\"Italy\",Radio24-IlSole24OreTV\nhttps://ilsole24ore-radiovisual.akamaized.net/hls/live/2035302/persidera/master.m3u8\n#EXTINF:-1 tvg-name=\"BeJoy.Kids\" tvg-logo=\"https://i.imgur.com/zuR9Go5.png\" tvg-id=\"BeJoyKids.it\" tvg-country=\"IT\" group-title=\"Italy\",BeJoy.Kids\nhttps://64b16f23efbee.streamlock.net/bejoy/bejoy/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Gambero Rosso\" tvg-logo=\"https://i.imgur.com/RApMW5x.png\" tvg-id=\"GamberoRosso.it\" tvg-country=\"IT\" group-title=\"Italy\",Gambero Rosso\nhttps://2018f6355a15442ebb37007fa4f6c064.msvdn.net/live/S7530969/XWerenuxbSdW/playlist.m3u8\n#EXTINF:-1 tvg-name=\"RadioFreccia\" tvg-logo=\"https://i.imgur.com/J5N9F7Z.png\" tvg-id=\"RadioFrecciaTV.it\" tvg-country=\"IT\" group-title=\"Italy\",RadioFreccia\nhttps://dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S3160845/0tuSetc8UFkF/playlist.m3u8\n#EXTINF:-1 tvg-name=\"RDS Social TV\" tvg-logo=\"https://i.imgur.com/TY6FhqI.png\" tvg-id=\"RDSSocialTV.it\" tvg-country=\"IT\" group-title=\"Italy\",RDS Social TV\nhttps://stream.rdstv.radio/index.m3u8\n#EXTINF:-1 tvg-name=\"Radio ZETA\" tvg-logo=\"https://i.imgur.com/0MgCm1n.png\" tvg-id=\"RadioZetaTV.it\" tvg-country=\"IT\" group-title=\"Italy\",Radio ZETA\nhttps://dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S9346184/XEx1LqlYbNic/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Radio TV Serie A con RDS\" tvg-logo=\"https://i.imgur.com/NzDeCIx.png\" tvg-id=\"RadioTVSerieA.it\" tvg-country=\"IT\" group-title=\"Italy\",Radio TV Serie A con RDS\nhttps://stream.radioseriea.com/50773f0d0070476a8612d9984c6059d8/index.m3u8\n#EXTINF:-1 tvg-name=\"Sportitalia SOLOCALCIO\" tvg-logo=\"https://i.imgur.com/hu56Ya5.png\" tvg-id=\"SportitaliaSolocalcio.it\" tvg-country=\"IT\" group-title=\"Italy\",Sportitalia SOLOCALCIO\nhttps://di-g7ij0rwh.vo.lswcdn.net/sportitalia/sisolocalcio.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"BIKE Channel\" tvg-logo=\"https://i.imgur.com/4IzVSQI.png\" tvg-id=\"Bike.it\" tvg-country=\"IT\" group-title=\"Italy\",BIKE Channel\nhttps://stream.prod-01.milano.nxmedge.net/argocdn/bikechannel/video.m3u8\n#EXTINF:-1 tvg-name=\"Radio Montecarlo TV Ⓖ\" tvg-logo=\"https://i.imgur.com/3TMMXmS.png\" tvg-id=\"RadioMonteCarloTV.it\" tvg-country=\"IT\" group-title=\"Italy\",Radio Montecarlo TV Ⓖ\nhttps://live02-seg.msr.cdn.mediaset.net/live/ch-bb/bb-clr.isml/index.m3u8\n#EXTINF:-1 tvg-name=\"Virgin Radio TV Ⓖ\" tvg-logo=\"https://i.imgur.com/7Im3HI1.png\" tvg-id=\"VirginRadioTV.it\" tvg-country=\"IT\" group-title=\"Italy\",Virgin Radio TV Ⓖ\nhttps://live02-seg.msr.cdn.mediaset.net/live/ch-ew/ew-clr.isml/index.m3u8\n#EXTINF:-1 tvg-name=\"Senato TV\" tvg-logo=\"https://i.imgur.com/FoQoNZW.png\" tvg-id=\"SenatoTV.it\" tvg-country=\"IT\" group-title=\"Italy\",Senato TV\nhttps://senato-live.morescreens.com/SENATO_1_001/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Camera dei Deputati Ⓢ\" tvg-logo=\"https://i.imgur.com/fqGn1k9.png\" tvg-id=\"CameradeiDeputati.it\" tvg-country=\"IT\" group-title=\"Italy\",Camera dei Deputati Ⓢ\nhttps://video-ar.radioradicale.it/diretta/camera2/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Rai 4K Ⓖ\" tvg-logo=\"https://i.imgur.com/5gkt9DD.png\" tvg-id=\"Rai4K.it\" tvg-country=\"IT\" group-title=\"Italy\",Rai 4K Ⓖ\nhttps://raievent10-elem-live.akamaized.net/hls/live/619189/raievent10/raievent10/playlist.m3u8\n#EXTINF:-1 tvg-name=\"UniNettuno University TV Ⓖ\" tvg-logo=\"https://i.imgur.com/BOGMeio.png\" tvg-id=\"UniNettunoUniversityTV.it\" tvg-country=\"IT\" group-title=\"Italy\",UniNettuno University TV Ⓖ\nhttps://stream6-rai-it.akamaized.net/live/uninettuno/playlist.m3u8\n#EXTINF:-1 tvg-name=\"111 Tv\" tvg-logo=\"https://i.imgur.com/4jY8yAI.png\" tvg-country=\"IT\" group-title=\"Italy\",111 Tv\nhttps://5db313b643fd8.streamlock.net/111/111/playlist.m3u8\n#EXTINF:-1 tvg-name=\"12 Tv Parma\" tvg-logo=\"https://i.imgur.com/xnUgx6b.png\" tvg-id=\"12TVParma.it\" tvg-country=\"IT\" group-title=\"Italy\",12 Tv Parma\nhttps://5929b138b139d.streamlock.net/12TVParma/livestream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"4 You Tv\" tvg-logo=\"https://i.imgur.com/NN0cSbz.png\" tvg-country=\"IT\" group-title=\"Italy\",4 You Tv\nhttps://streamsrv2.nets-sr.com:19360/4youtv/4youtv.m3u8\n#EXTINF:-1 tvg-name=\"Abc Tv\" tvg-logo=\"https://i.imgur.com/nVmIeTD.png\" tvg-country=\"IT\" group-title=\"Italy\",Abc Tv\nhttps://diretta.arcapuglia.it:8080/live/abctv/index.m3u8\n#EXTINF:-1 tvg-name=\"AB Channel\" tvg-logo=\"https://i.imgur.com/k8EPLB9.png\" tvg-id=\"ABChannel.it\" tvg-country=\"IT\" group-title=\"Italy\",AB Channel\nhttps://tsw.streamingwebtv24.it:1936/abchanneltv/abchanneltv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Alpauno\" tvg-logo=\"https://i.imgur.com/4QKFtUa.png\" tvg-country=\"IT\" group-title=\"Italy\",Alpauno\nhttps://5f22d76e220e1.streamlock.net/alpaunotv/alpaunotv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Alto Adige Tv\" tvg-logo=\"https://i.imgur.com/S2sCFQi.png\" tvg-id=\"AltoAdigeTV.it\" tvg-country=\"IT\" group-title=\"Italy\",Alto Adige Tv\nhttps://5f204aff97bee.streamlock.net/AltoAdigeTV/livestream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Antenna 2 Bergamo\" tvg-logo=\"https://i.imgur.com/NfvHIAw.png\" tvg-country=\"IT\" group-title=\"Italy\",Antenna 2 Bergamo\nhttps://58f12ffd2447a.streamlock.net/Antenna2/livestream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Antenna 3 Massa\" tvg-logo=\"https://i.imgur.com/CHDU86j.png\" tvg-country=\"IT\" group-title=\"Italy\",Antenna 3 Massa\nhttps://media2021.rtvweb.com/antenna3massa/a3/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Antenna 3 Veneto Nord Est\" tvg-logo=\"https://i.imgur.com/NiVHLwp.png\" tvg-id=\"AntennaTreNordest.it\" tvg-country=\"IT\" group-title=\"Italy\",Antenna 3 Veneto Nord Est\nhttps://59d7d6f47d7fc.streamlock.net/antennatreveneto/antennatreveneto.stream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Antenna Sud\" tvg-logo=\"https://i.imgur.com/b8y6ImZ.png\" tvg-country=\"IT\" group-title=\"Italy\",Antenna Sud\nhttps://live.antennasudwebtv.it:9443/hls/vod.m3u8\n#EXTINF:-1 tvg-name=\"Antenna Sud Extra\" tvg-logo=\"https://i.imgur.com/6tBv8VD.png\" tvg-country=\"IT\" group-title=\"Italy\",Antenna Sud Extra\nhttps://live.antennasudwebtv.it:9443/hls/vod92.m3u8\n#EXTINF:-1 tvg-name=\"Aristanis SuperTv\" tvg-logo=\"https://i.imgur.com/v8PlAJO.png\" tvg-country=\"IT\" group-title=\"Italy\",Aristanis SuperTv\nhttps://video2.azotosolutions.com:1936/supertvoristano/supertvoristano/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Arte Network Orler\" tvg-logo=\"https://i.imgur.com/DP5y0Er.png\" tvg-country=\"IT\" group-title=\"Italy\",Arte Network Orler\nhttps://tsw.streamingwebtv24.it:1936/artenetwork/artenetwork/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Aurora Arte\" tvg-logo=\"https://i.imgur.com/BoLZ5wG.png\" tvg-id=\"AuroraArte.it\" tvg-country=\"IT\" group-title=\"Italy\",Aurora Arte\nhttps://59d7d6f47d7fc.streamlock.net/auroraarte/auroraarte/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Azzurra Tv Vco\" tvg-logo=\"https://i.imgur.com/mSWw8uW.png\" tvg-id=\"AzzurraTV.it\" tvg-country=\"IT\" group-title=\"Italy\",Azzurra Tv Vco\nhttps://59d7d6f47d7fc.streamlock.net/azzurratv/azzurratv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Basilicata 1 Tv\" tvg-logo=\"https://i.imgur.com/VS6CQ88.png\" tvg-country=\"IT\" group-title=\"Italy\",Basilicata 1 Tv\nhttp://77.68.40.210:8888/hls/basilicata1.m3u8\n#EXTINF:-1 tvg-name=\"Bergamo Tv\" tvg-logo=\"https://i.imgur.com/1doR6Vl.png\" tvg-country=\"IT\" group-title=\"Italy\",Bergamo Tv\nhttps://db142859fd5541b09de25d6507f1f2d3.msvdn.net/live/S17501676/oIxAsgEEA46M/playlist.m3u8?DVR\n#EXTINF:-1 tvg-name=\"BOM Channel\" tvg-logo=\"https://i.imgur.com/hISoOK3.png\" tvg-id=\"BomChannel.it\" tvg-country=\"IT\" group-title=\"Italy\",BOM Channel\nhttps://5f22d76e220e1.streamlock.net/canale6/canale6/playlist.m3u8\n#EXTINF:-1 tvg-name=\"ByoBlu\" tvg-logo=\"https://i.imgur.com/1xaHGtU.png\" tvg-country=\"IT\" group-title=\"Italy\",ByoBlu\nhttps://09bd1346f7a44cc9ac230cc1cb22ca4f.msvdn.net/live/S39249178/EnTK3KeeN1Eg/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Cafe Tv 24\" tvg-logo=\"https://i.imgur.com/KbcbxFw.png\" tvg-country=\"IT\" group-title=\"Italy\",Cafe Tv 24\nhttps://srvx1.selftv.video/cafe/live/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Calabria Uno Tv\" tvg-logo=\"https://i.imgur.com/2TK1GQ5.png\" tvg-country=\"IT\" group-title=\"Italy\",Calabria Uno Tv\nhttps://635320cd397eb.streamlock.net/live/ngrp:calabriaunolive_all/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Calabria tv\" tvg-logo=\"https://i.imgur.com/qWirucd.png\" tvg-country=\"IT\" group-title=\"Italy\",Calabria tv\nhttps://64b16f23efbee.streamlock.net/calabriatv-clone/calabriatv-clone/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Canale 10\" tvg-logo=\"https://i.imgur.com/KuQcjYV.png\" tvg-country=\"IT\" group-title=\"Italy\",Canale 10\nhttps://nrvideo1.newradio.it:1936/desxcerbht/desxcerbht/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Canale 2\" tvg-logo=\"https://i.imgur.com/ETqDkS1.png\" tvg-country=\"IT\" group-title=\"Italy\",Canale 2\nhttps://59d7d6f47d7fc.streamlock.net/canale2/canale2/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Canale 21\" tvg-logo=\"https://i.imgur.com/mU6Cq89.png\" tvg-id=\"Canale21.it\" tvg-country=\"IT\" group-title=\"Italy\",Canale 21\nhttps://0ff9dd7fe9b64bc08a5fc4ed525454c3.msvdn.net/live/S38994111/B7j0ql4XaZtE/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Canale 21 Extra\" tvg-logo=\"https://i.imgur.com/cDAsrBl.png\" tvg-id=\"Canale21Extra.it\" tvg-country=\"IT\" group-title=\"Italy\",Canale 21 Extra\nhttps://0ff9dd7fe9b64bc08a5fc4ed525454c3.msvdn.net/live/S42170132/sT6C3LFaD1iA/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Canale 7\" tvg-logo=\"https://i.imgur.com/9cuOLCn.png\" tvg-country=\"IT\" group-title=\"Italy\",Canale 7\nhttp://wms.shared.streamshow.it:80/canale7/canale7/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Canale 74 Sicilia\" tvg-logo=\"https://i.imgur.com/18JIVgu.png\" tvg-country=\"IT\" group-title=\"Italy\",Canale 74 Sicilia\nhttps://stream.cp.ets-sistemi.it:1936/canale74/canale74/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Canale 8 Campania\" tvg-logo=\"https://i.imgur.com/ElAS2WC.png\" tvg-country=\"IT\" group-title=\"Italy\",Canale 8 Campania\nhttps://59d7d6f47d7fc.streamlock.net/canale8/canale8/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Canale Italia\" tvg-logo=\"https://i.imgur.com/QlwLRyh.png\" tvg-id=\"CanaleItalia.it\" tvg-country=\"IT\" group-title=\"Italy\",Canale Italia\nhttps://ovp-live.akamaized.net/ac115_live/canale1.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Carina Tv\" tvg-logo=\"https://i.imgur.com/FMGcm6I.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Carina Tv\nhttps://samson.streamerr.co:8081/carinatv/index.m3u8\n#EXTINF:-1 tvg-name=\"Casa Italia 53\" tvg-logo=\"https://i.imgur.com/O4GQVCk.png\" tvg-country=\"IT\" group-title=\"Italy\",Casa Italia 53\nhttps://ovp-live.akamaized.net/ac115_live/canale3.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Casa Sanremo Tv\" tvg-logo=\"https://i.imgur.com/WL3SFTs.png\" tvg-country=\"IT\" group-title=\"Italy\",Casa Sanremo Tv\nhttps://router.xdevel.com/video0s975911-633/stream/playlist_dvr.m3u8\n#EXTINF:-1 tvg-name=\"Castrovillari Tv\" tvg-logo=\"https://i.imgur.com/V0kjYNG.png\" tvg-country=\"IT\" group-title=\"Italy\",Castrovillari Tv\nhttp://msh0062.stream.seeweb.it/live/flv:stream00.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Cittaceleste Tv\" tvg-logo=\"https://i.imgur.com/9RVriNK.jpeg\" tvg-country=\"IT\" group-title=\"Italy\",Cittaceleste Tv\nhttps://sportitaliaamd.akamaized.net/live/Cittaceleste/hls/A990687F506536598442FC5CD12C97CB78873FBA/index.m3u8\n#EXTINF:-1 tvg-name=\"Company Tv\" tvg-logo=\"https://i.imgur.com/IbabUDd.png\" tvg-country=\"IT\" group-title=\"Italy\",Company Tv\nhttps://company.fluid.stream/CompanyTV/smil:Company_ALL.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Cremona 1\" tvg-logo=\"https://i.imgur.com/a5d0F01.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Cremona 1\nhttps://cdn2.streamshow.it/cloud-cremona1/cremona1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Cusano Italia Tv\" tvg-logo=\"https://i.imgur.com/9F1sVjZ.png\" tvg-country=\"IT\" group-title=\"Italy\",Cusano Italia Tv\nhttps://router.xdevel.com/video0s975363-69/stream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Cusano News 7\" tvg-logo=\"https://i.imgur.com/L49Ie1Q.png\" tvg-country=\"IT\" group-title=\"Italy\",Cusano News 7\nhttps://router.xdevel.com/video1s975363-1596/stream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Delta Tv\" tvg-logo=\"https://i.imgur.com/mfwVXt7.png\" tvg-country=\"IT\" group-title=\"Italy\",Delta Tv\nhttp://hbbtv-server.zivoli.it:8080/hls/deltatv/deltatv/index.m3u8\n#EXTINF:-1 tvg-name=\"Deluxe 139\" tvg-logo=\"https://i.imgur.com/kRexw3w.png\" tvg-country=\"IT\" group-title=\"Italy\",Deluxe 139\nhttps://59d7d6f47d7fc.streamlock.net/pierstyle/pierstyle/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Di.Tv 80\" tvg-logo=\"https://i.imgur.com/kHxTsJw.png\" tvg-country=\"IT\" group-title=\"Italy\",Di.Tv 80\nhttps://5f22d76e220e1.streamlock.net/ditv80/ditv80/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Di.Tv 92\" tvg-logo=\"https://i.imgur.com/g3SI08H.png\" tvg-country=\"IT\" group-title=\"Italy\",Di.Tv 92\nhttps://media2021.rtvweb.com/di_tv_92/live/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Digital Tv7 Benevento\" tvg-logo=\"https://i.imgur.com/NaQkklP.png\" tvg-country=\"IT\" group-title=\"Italy\",Digital Tv7 Benevento\nhttp://streaming.senecadot.com/live/flv:tv7.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Donna Shopping Tv\" tvg-logo=\"https://i.imgur.com/oLDvx2T.png\" tvg-country=\"IT\" group-title=\"Italy\",Donna Shopping Tv\nhttps://5f22d76e220e1.streamlock.net/fascinotv/fascinotv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"E'live Brescia Tv\" tvg-logo=\"https://i.imgur.com/bZ3B7pi.png\" tvg-country=\"IT\" group-title=\"Italy\",E'live Brescia Tv\nhttps://59d7d6f47d7fc.streamlock.net/elivebresciatv/elivebresciatv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Easy Tv Canale 190\" tvg-logo=\"https://i.imgur.com/LKrVuRR.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Easy Tv Canale 190\nhttps://diretta.arcapuglia.it:8080/live/easytv/index.m3u8\n#EXTINF:-1 tvg-name=\"Entella Tv\" tvg-logo=\"https://i.imgur.com/1VPXKrW.png\" tvg-country=\"IT\" group-title=\"Italy\",Entella Tv\nhttps://5f22d76e220e1.streamlock.net:443/EntellaTV/EntellaTV/playlist.m3u8\n#EXTINF:-1 tvg-name=\"EQUtv\" tvg-logo=\"https://i.imgur.com/x9Wdz7h.png\" tvg-country=\"IT\" group-title=\"Italy\",EQUtv\nhttps://ippicabetflag-live.morescreens.com/IPPICA_1_003/304p.m3u8\n#EXTINF:-1 tvg-name=\"Equos Tv\" tvg-logo=\"https://i.imgur.com/YwyfNDF.png\" tvg-country=\"IT\" group-title=\"Italy\",Equos Tv\nhttps://dacastmmd.mmdlive.lldns.net/dacastmmd/2824fb123d5e44b797232c7abf8195da/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Espansione Tv\" tvg-logo=\"https://i.imgur.com/mm9HKpD.png\" tvg-id=\"EspansioneTV.it\" tvg-country=\"IT\" group-title=\"Italy\",Espansione Tv\nhttps://srvx1.selftv.video/espansione/smil:live.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Esperia Tv\" tvg-logo=\"https://patbuweb.com/tivustream/chanlogoz/ita/esperiatv.png\" tvg-country=\"IT\" group-title=\"Italy\",Esperia Tv\nhttps://59d7d6f47d7fc.streamlock.net/esperiatv/esperiatv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Etna Espresso Channel\" tvg-logo=\"https://i.imgur.com/hMUxytZ.png\" tvg-country=\"IT\" group-title=\"Italy\",Etna Espresso Channel\nhttps://5db313b643fd8.streamlock.net/Etnachannelponte/Etnachannelponte/playlist.m3u8\n#EXTINF:-1 tvg-name=\"è Tv Marche\" tvg-logo=\"https://i.imgur.com/vxgbFnR.png\" tvg-country=\"IT\" group-title=\"Italy\",è Tv Marche\nhttps://live.ipstream.it/etvmarche/etvmarche.stream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"è Tv Rete7\" tvg-logo=\"https://i.imgur.com/FXFzJhM.png\" tvg-country=\"IT\" group-title=\"Italy\",è Tv Rete7\nhttps://live.ipstream.it/etv/etv.stream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"è Tv Umbria\" tvg-logo=\"https://i.imgur.com/DASRCe2.png\" tvg-country=\"IT\" group-title=\"Italy\",è Tv Umbria\nhttps://live.ipstream.it/etvumbria/etvumbria.stream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Euro Tv\" tvg-logo=\"https://i.imgur.com/HCl5Zbu.png\" tvg-country=\"IT\" group-title=\"Italy\",Euro Tv\nhttps://5f22d76e220e1.streamlock.net/eurotv/eurotv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Extra Tv\" tvg-logo=\"https://i.imgur.com/KCBurST.png\" tvg-country=\"IT\" group-title=\"Italy\",Extra Tv\nhttps://rst2.saiuzwebnetwork.it:8081/extratvlive/index.m3u8\n#EXTINF:-1 tvg-name=\"FM Tv Marche\" tvg-logo=\"https://i.imgur.com/yY01NhL.jpg\" tvg-country=\"IT\" group-title=\"Italy\",FM Tv Marche\nhttps://bbtv.intvstream.net:3988/hybrid/play.m3u8\n#EXTINF:-1 tvg-name=\"Fano Tv\" tvg-logo=\"https://i.imgur.com/orqEzJ6.png\" tvg-country=\"IT\" group-title=\"Italy\",Fano Tv\nhttps://diretta.arcapuglia.it:8080/live/fanotv/index.m3u8\n#EXTINF:-1 tvg-name=\"Fascino Tv\" tvg-logo=\"https://i.imgur.com/4XYYY5B.png\" tvg-country=\"IT\" group-title=\"Italy\",Fascino Tv\nhttps://5f22d76e220e1.streamlock.net/canale157/canale157/playlist.m3u8\n#EXTINF:-1 tvg-name=\"GRP Televisione\" tvg-logo=\"https://i.imgur.com/1zNPpVE.png\" tvg-country=\"IT\" group-title=\"Italy\",GRP Televisione\nhttps://webstream.multistream.it/memfs/a3195c96-f884-4c74-924f-2648814fc0b5.m3u8\n#EXTINF:-1 tvg-name=\"GarganoTv\" tvg-logo=\"https://i.imgur.com/OlJohKK.png\" tvg-country=\"IT\" group-title=\"Italy\",GarganoTv\nhttps://cdn80-ger.azotosolutions.com:8443/cdnedge3/smil:live3.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Giornale Radio Tv\" tvg-logo=\"https://i.imgur.com/TMtvCLL.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Giornale Radio Tv\nhttps://5f204aff97bee.streamlock.net/GR_tv/livestream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Giovanni Paolo Tv\" tvg-logo=\"https://i.imgur.com/GH5eJE6.png\" tvg-country=\"IT\" group-title=\"Italy\",Giovanni Paolo Tv\nhttps://media2021.rtvweb.com/giovannipaolotv/web/chunklist_w663456797.m3u8\n#EXTINF:-1 tvg-name=\"Globus Television\" tvg-logo=\"https://i.imgur.com/yUTYqCv.png\" tvg-country=\"IT\" group-title=\"Italy\",Globus Television\nhttps://cdn.cubws.com/live/globus.m3u8\n#EXTINF:-1 tvg-name=\"Gold Tv\" tvg-logo=\"https://i.imgur.com/3rVi4kD.png\" tvg-id=\"GoldTV.it\" tvg-country=\"IT\" group-title=\"Italy\",Gold Tv\nhttps://streaming.softwarecreation.it/GoldTv/GoldTv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"GO-TV Channel\" tvg-logo=\"https://i.imgur.com/xgjrAAn.png\" tvg-id=\"GOTVCanale163.it\" tvg-country=\"IT\" group-title=\"Italy\",GO-TV Channel\nhttps://6zklxkbbdw9b-hls-live.mariatvcdn.it/msmotor/2f759512164fc6fe4acbed6a5648993a.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"GS Channel\" tvg-logo=\"https://i.imgur.com/ExfxCRv.png\" tvg-country=\"IT\" group-title=\"Italy\",GS Channel\nhttps://rst.saiuzwebnetwork.it:8081/retereggio/index.m3u8\n#EXTINF:-1 tvg-name=\"Icaro Tv Rimini\" tvg-logo=\"https://i.imgur.com/z05VSSN.png\" tvg-country=\"IT\" group-title=\"Italy\",Icaro Tv Rimini\nhttps://59d7d6f47d7fc.streamlock.net/icarotv/icarotv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Idea Plus\" tvg-logo=\"https://i.imgur.com/2edmxYF.png\" tvg-country=\"IT\" group-title=\"Italy\",Idea Plus\nhttps://rst.saiuzwebnetwork.it:19360/teleidea/teleidea.m3u8\n#EXTINF:-1 tvg-name=\"il61\" tvg-logo=\"https://i.imgur.com/1rUZsBv.png\" tvg-country=\"IT\" group-title=\"Italy\",il61\nhttps://5a1178b42cc03.streamlock.net/travel/travel/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Italia 2 Tv\" tvg-logo=\"https://i.imgur.com/ISbxfY0.png\" tvg-id=\"Italia2TV.it\" tvg-country=\"IT\" group-title=\"Italy\",Italia 2 Tv\nhttps://59d7d6f47d7fc.streamlock.net/italia2/italia2/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Italia 7\" tvg-logo=\"https://i.imgur.com/YBXkY4w.png\" tvg-country=\"IT\" group-title=\"Italy\",Italia 7\nhttps://streaming.softwarecreation.it/Italia7/Italia7/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Italia 8 Prestige\" tvg-logo=\"https://i.imgur.com/uDxWI4a.png\" tvg-country=\"IT\" group-title=\"Italy\",Italia 8 Prestige\nhttps://5f22d76e220e1.streamlock.net/italia8prestige/italia8prestige/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Italia Channel\" tvg-logo=\"https://i.imgur.com/zuuKXGv.png\" tvg-id=\"ItaliaChannel.it\" tvg-country=\"IT\" group-title=\"Italy\",Italia Channel\nhttps://stream1.aswifi.it/italiachannel/stream/index.m3u8\n#EXTINF:-1 tvg-name=\"Iunior Tv\" tvg-logo=\"https://i.imgur.com/9jeNlLE.png\" tvg-id=\"IuniorTV.it\" tvg-country=\"IT\" group-title=\"Italy\",Iunior Tv\nhttps://5f22d76e220e1.streamlock.net/iuniortv/iuniortv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"L'Altro Corriere Tv\" tvg-logo=\"https://i.imgur.com/dgj79J3.png\" tvg-country=\"IT\" group-title=\"Italy\",L'Altro Corriere Tv\nhttps://stream.cp.ets-sistemi.it:1936/laltrocorriere-tv/laltrocorriere-tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"La Nuova Tv\" tvg-logo=\"https://i.imgur.com/wg8FhdN.png\" tvg-country=\"IT\" group-title=\"Italy\",La Nuova Tv\nhttps://5dcabf026b188.streamlock.net/lanuovatvbas/livestream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"La Tenda Tv\" tvg-logo=\"https://i.imgur.com/XnBp0hT.png\" tvg-country=\"IT\" group-title=\"Italy\",La Tenda Tv\nhttps://2-fss-1.streamhoster.com/pl_148/206202-2980948-1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"La tr3 Marsala\" tvg-logo=\"https://i.imgur.com/XlxpfEx.png\" tvg-country=\"IT\" group-title=\"Italy\",La tr3 Marsala\nhttps://tsw.streamingwebtv24.it:1936/eslife1/eslife1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"LaC News 24\" tvg-logo=\"https://i.imgur.com/02vCECa.png\" tvg-country=\"IT\" group-title=\"Italy\",LaC News 24\nhttps://f5842579ff984c1c98d63b8d789673eb.msvdn.net/live/S27391994/HVvPMzy/playlist.m3u8\n#EXTINF:-1 tvg-name=\"LaC Tv Calabria\" tvg-logo=\"https://i.imgur.com/2Ef6crS.png\" tvg-country=\"IT\" group-title=\"Italy\",LaC Tv Calabria\nhttps://f5842579ff984c1c98d63b8d789673eb.msvdn.net/live/S47282891/JWjL3xqPf4bX/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Lab Tv\" tvg-logo=\"https://i.imgur.com/OpRS6Fl.png\" tvg-country=\"IT\" group-title=\"Italy\",Lab Tv\nhttps://customer-yzibk50951uq418a.cloudflarestream.com/a58893dee4b9922a75e41b4ec4243f84/manifest/video.m3u8\n#EXTINF:-1 tvg-name=\"Lazio Tv\" tvg-logo=\"https://i.imgur.com/DAj5Uwb.png\" tvg-country=\"IT\" group-title=\"Italy\",Lazio Tv\nhttps://streaming.softwarecreation.it/LazioTv/LazioTv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Le Cronache Lucane Tv\" tvg-logo=\"https://i.imgur.com/EBY3IZL.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Le Cronache Lucane Tv\nhttp://stucazz.com:8888/hls/cronache.m3u8\n#EXTINF:-1 tvg-name=\"Lira Tv\" tvg-logo=\"https://i.imgur.com/S0ReVEo.png\" tvg-country=\"IT\" group-title=\"Italy\",Lira Tv\nhttps://a928c0678d284da5b383f29ecc5dfeec.msvdn.net/live/S57315730/8kTBWibNteJA/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Lombardia Tv\" tvg-logo=\"https://i.imgur.com/aksVy9f.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Lombardia Tv\nhttps://5db313b643fd8.streamlock.net/lmbiatv/lmbiatv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Love in Venice\" tvg-logo=\"https://i.imgur.com/lLBzzce.png\" tvg-country=\"IT\" group-title=\"Italy\",Love in Venice\nhttp://59d7d6f47d7fc.streamlock.net/loveinvenice/loveinvenice/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Lucania Tv\" tvg-logo=\"https://i.imgur.com/wuUNVR5.png\" tvg-country=\"IT\" group-title=\"Italy\",Lucania Tv\nhttps://cdn15.streamshow.it/cloud-lucaniatv/lucaniatv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Made in BO\" tvg-logo=\"https://i.imgur.com/WFnrMS0.png\" tvg-country=\"IT\" group-title=\"Italy\",Made in BO\nhttps://srvx1.selftv.video/dmchannel/live/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Maria Vision\" tvg-logo=\"https://i.imgur.com/fdx5YXi.png\" tvg-country=\"IT\" group-title=\"Italy\",Maria Vision\nhttps://1601580044.rsc.cdn77.org/live/_jcn_/amls:CHANNEL_2/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Matrix Tv\" tvg-logo=\"https://i.imgur.com/m1HeXrn.png\" tvg-country=\"IT\" group-title=\"Italy\",Matrix Tv\nhttps://5f22d76e220e1.streamlock.net/GrandeItalia/GrandeItalia/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Mediterranea Tv\" tvg-logo=\"https://i.imgur.com/GUTOqRt.png\" tvg-country=\"IT\" group-title=\"Italy\",Mediterranea Tv\nhttps://stream1.aswifi.it/mediterraneatv/live/index.m3u8\n#EXTINF:-1 tvg-name=\"Medjugorje Italia Tv\" tvg-logo=\"https://i.imgur.com/hkZScXf.png\" tvg-country=\"IT\" group-title=\"Italy\",Medjugorje Italia Tv\nhttps://5f22d76e220e1.streamlock.net/medjugorjeitaliatv/medjugorjeitaliatv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Medjugorje Tv Puglia\" tvg-logo=\"https://i.imgur.com/IWBeddh.png\" tvg-country=\"IT\" group-title=\"Italy\",Medjugorje Tv Puglia\nhttps://diretta.arcapuglia.it:8080/live/medjugorietv/index.m3u8\n#EXTINF:-1 tvg-name=\"Minformo Tv\" tvg-logo=\"https://i.imgur.com/VJNtnZM.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Minformo Tv\nhttps://5db313b643fd8.streamlock.net:443/MinformoTV/MinformoTV/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Motori Tv\" tvg-logo=\"https://i.imgur.com/NWXQKbl.png\" tvg-country=\"IT\" group-title=\"Italy\",Motori Tv\nhttps://5f22d76e220e1.streamlock.net/servizio01/servizio01/playlist.m3u8\n#EXTINF:-1 tvg-name=\"NTI Canale 271\" tvg-logo=\"https://i.imgur.com/zlmcUe0.jpg\" tvg-country=\"IT\" group-title=\"Italy\",NTI Canale 271\nhttps://www.ntimedia.it/video/S0B/S0B_master.m3u8\n#EXTINF:-1 tvg-name=\"News24 City\" tvg-logo=\"https://i.imgur.com/dak9AtV.png\" tvg-country=\"IT\" group-title=\"Italy\",News24 City\nhttps://dc3.telesveva.com:4433/news24.mp4\n#EXTINF:-1 tvg-name=\"Nuova TV Nazionale\" tvg-logo=\"https://i.imgur.com/QWlRuXg.png\" tvg-country=\"IT\" group-title=\"Italy\",Nuova TV Nazionale\nhttps://stream4.xdevel.com/video0s975955-782/stream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Nuova Tv 1\" tvg-logo=\"https://i.imgur.com/1yqTZhR.png\" tvg-country=\"IT\" group-title=\"Italy\",Nuova Tv 1\nhttps://nuovatv.net:8443/tv/stream.m3u8\n#EXTINF:-1 tvg-name=\"Nuova Tv 2\" tvg-logo=\"https://i.imgur.com/0vauyV3.png\" tvg-country=\"IT\" group-title=\"Italy\",Nuova Tv 2\nhttps://nuovatv.net:8443/tv2/stream.m3u8\n#EXTINF:-1 tvg-name=\"Nuvola Tv\" tvg-logo=\"https://i.imgur.com/EDGez2x.png\" tvg-country=\"IT\" group-title=\"Italy\",Nuvola Tv\nhttps://stream.nuvola.tv:8181/memfs/4aaa6328-1879-4ebf-b18a-498146d0c61c.m3u8\n#EXTINF:-1 tvg-name=\"Odeon 24\" tvg-logo=\"https://i.imgur.com/M1tVBuH.png\" tvg-country=\"IT\" group-title=\"Italy\",Odeon 24\nhttps://streaming.softwarecreation.it/Odeon/Odeon/manifest.m3u8\n#EXTINF:-1 tvg-name=\"Ofanto Tv\" tvg-logo=\"https://i.imgur.com/UCgATWn.png\" tvg-country=\"IT\" group-title=\"Italy\",Ofanto Tv\nhttps://videostream.isgm.it:3276/live/tvofantolive.m3u8\n#EXTINF:-1 tvg-name=\"Onda Novara Tv\" tvg-logo=\"https://i.imgur.com/Qoh9CFy.png\" tvg-country=\"IT\" group-title=\"Italy\",Onda Novara Tv\nhttps://585b674743bbb.streamlock.net/9006/9006/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Onda Tv Sicilia\" tvg-logo=\"https://i.imgur.com/0c5Y6lr.png\" tvg-country=\"IT\" group-title=\"Italy\",Onda Tv Sicilia\nhttps://5926fc9c7c5b2.streamlock.net/9040/9040/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Onda Web Radio\" tvg-logo=\"https://i.imgur.com/3hTvrC8.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Onda Web Radio\nhttp://178.33.224.197:1935/ondaradioweb/ondaradioweb/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Ora Tv\" tvg-logo=\"https://i.imgur.com/clWVrvE.png\" tvg-country=\"IT\" group-title=\"Italy\",Ora Tv\nhttps://5db313b643fd8.streamlock.net/OraTv/OraTv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Orler Tv\" tvg-logo=\"https://i.imgur.com/dBkxD8e.png\" tvg-country=\"IT\" group-title=\"Italy\",Orler Tv\nhttps://w1.mediastreaming.it/orlertv/livestream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Otto Channel\" tvg-logo=\"https://i.imgur.com/HRonD2N.png\" tvg-country=\"IT\" group-title=\"Italy\",Otto Channel\nhttps://ottop-live-meride.akamaized.net/hls/live/2039996/ch1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Padre Pio Tv\" tvg-logo=\"https://i.imgur.com/7ajxEPH.png\" tvg-country=\"IT\" group-title=\"Italy\",Padre Pio Tv\nhttps://600f07e114306.streamlock.net/PadrePioTV/livestream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Paradise Tv\" tvg-logo=\"https://i.imgur.com/okIBfIb.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Paradise Tv\nhttps://tsw.streamingwebtv24.it:1936/paradisetv/paradisetv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Parole di Vita\" tvg-logo=\"https://i.imgur.com/M9mIiZD.png\" tvg-country=\"IT\" group-title=\"Italy\",Parole di Vita\nhttps://64b16f23efbee.streamlock.net/paroledivita/paroledivita/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Partenope Tv\" tvg-logo=\"https://i.imgur.com/FtuWkj1.png\" tvg-country=\"IT\" group-title=\"Italy\",Partenope Tv\nhttps://diretta.arcapuglia.it:8080/live/partenope/index.m3u8\n#EXTINF:-1 tvg-name=\"Peer Tv Alto Adige\" tvg-logo=\"https://www.peer.biz/peertv-iptv/peer-tv-alto-adige.png\" tvg-id=\"PeerTV.it\" tvg-country=\"IT\" group-title=\"Italy\",Peer Tv Alto Adige\nhttps://iptv.peer.biz/live/peertv-it.m3u8\n#EXTINF:-1 tvg-name=\"Peer TV Südtirol\" tvg-logo=\"https://www.peer.biz/peertv-iptv/peer-tv-suedtirol.png\" tvg-id=\"PeerTV.de\" tvg-country=\"IT\" group-title=\"Italy\",Peer TV Südtirol\nhttps://iptv.peer.biz/live/peertv.m3u8\n#EXTINF:-1 tvg-name=\"Pop Tv\" tvg-logo=\"https://i.imgur.com/TeolCu9.png\" tvg-country=\"IT\" group-title=\"Italy\",Pop Tv\nhttps://stream1.aswifi.it/poptelevision/live/index.m3u8\n#EXTINF:-1 tvg-name=\"Prima Tv Napoli\" tvg-logo=\"https://i.imgur.com/yPuQeEy.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Prima Tv Napoli\nhttps://57068da1deb21.streamlock.net/primatvnapoli/primatvnapoli/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Prima Tv Sicilia\" tvg-logo=\"https://i.imgur.com/br45JER.png\" tvg-country=\"IT\" group-title=\"Italy\",Prima Tv Sicilia\nhttps://5db313b643fd8.streamlock.net/PrimaTV/PrimaTV/playlist.m3u8\n#EXTINF:-1 tvg-name=\"PrimaFREE\" tvg-logo=\"https://i.imgur.com/YrSSmOL.png\" tvg-country=\"IT\" group-title=\"Italy\",PrimaFREE\nhttps://5f22d76e220e1.streamlock.net/primafree/primafree/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Primantenna Torino\" tvg-logo=\"https://i.imgur.com/sqEcPFs.gif\" tvg-country=\"IT\" group-title=\"Italy\",Primantenna Torino\nhttps://5f22d76e220e1.streamlock.net/primantenna14/primantenna14/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Primocanale\" tvg-logo=\"https://i.imgur.com/xWF1A1U.png\" tvg-country=\"IT\" group-title=\"Italy\",Primocanale\nhttps://msh0203.stream.seeweb.it/live/flv:stream2.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Promovideo Tv\" tvg-logo=\"https://i.imgur.com/MwK9HVG.png\" tvg-country=\"IT\" group-title=\"Italy\",Promovideo Tv\nhttps://media2021.rtvweb.com/promovideo_web/promovideo/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Quarto Canale Flegreo\" tvg-logo=\"https://i.imgur.com/8RKY3Du.png\" tvg-country=\"IT\" group-title=\"Italy\",Quarto Canale Flegreo\nhttp://live.mariatvcdn.com/dialogos/171e41deedf405f10c7dd6311387fb43.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Radio 3M InBlu\" tvg-logo=\"https://i.imgur.com/d7O7Uqa.png\" tvg-country=\"IT\" group-title=\"Italy\",Radio 3M InBlu\nhttps://stream.mariatvcdn.com/telemistrettaradio/900bfcc0f9012ea272584fd5ff5281b8.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Radio 51 Tv\" tvg-logo=\"https://uaznao.com/wp-content/uploads/2023/03/radio51.png\" tvg-country=\"IT\" group-title=\"Italy\",Radio 51 Tv\nhttps://59d7d6f47d7fc.streamlock.net/canale51/canale51/chunklist_w1193883900.m3u8\n#EXTINF:-1 tvg-name=\"Radio Birikina Tv\" tvg-logo=\"https://uaznao.com/wp-content/uploads/2023/03/radiobirikina.png\" tvg-country=\"IT\" group-title=\"Italy\",Radio Birikina Tv\nhttps://tvd-bk.fluid.stream/RadioBirikinaTV/livestream/chunklist_w84398277.m3u8\n#EXTINF:-1 tvg-name=\"Radio Bruno Tv\" tvg-logo=\"https://i.imgur.com/y4vKE83.png\" tvg-country=\"IT\" group-title=\"Italy\",Radio Bruno Tv\nhttps://router.xdevel.com/video0s975758-473/stream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Radio Ibiza\" tvg-logo=\"https://i.imgur.com/uu0DHY5.png\" tvg-country=\"IT\" group-title=\"Italy\",Radio Ibiza\nhttps://str48.fluid.stream/RadioIbizaTV/livestream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Radio Immagine Tv\" tvg-logo=\"https://i.imgur.com/iQlXRAB.png\" tvg-country=\"IT\" group-title=\"Italy\",Radio Immagine Tv\nhttps://media.velcom.it:8081/RadioImmagineTV/index.fmp4.m3u8\n#EXTINF:-1 tvg-name=\"Radio Italia Cina Tv\" tvg-logo=\"https://i.imgur.com/QGkyrO3.png\" tvg-country=\"IT\" group-title=\"Italy\",Radio Italia Cina Tv\nhttps://585b674743bbb.streamlock.net/9054/9054/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Radio Libertà\" tvg-logo=\"https://i.imgur.com/HRvPlf5.png\" tvg-country=\"IT\" group-title=\"Italy\",Radio Libertà\nhttps://router.xdevel.com/video0s975360-67/stream/playlist_dvr.m3u8\n#EXTINF:-1 tvg-name=\"Radio m2o Tv\" tvg-logo=\"https://i.imgur.com/wl30UFj.png\" tvg-id=\"m2oTV.it\" tvg-country=\"IT\" group-title=\"Italy\",Radio m2o Tv\nhttps://4c4b867c89244861ac216426883d1ad0.msvdn.net/live/S62628868/uhdWBlkC1AoO/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Radio Monte Kronio Tv (R.M.K.)\" tvg-logo=\"https://i.imgur.com/t0I2Shi.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Radio Monte Kronio Tv (R.M.K.)\nhttps://648026e87a75e.streamlock.net/rmktv/rmktv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Radio Norba Tv\" tvg-logo=\"https://i.imgur.com/qftBPM9.png\" tvg-id=\"RadionorbaTV.it\" tvg-country=\"IT\" group-title=\"Italy\",Radio Norba Tv\nhttps://router.xdevel.com/video0s975885-462/stream/playlist_dvr.m3u8\n#EXTINF:-1 tvg-name=\"Radio Piter Pan Tv\" tvg-logo=\"https://uaznao.com/wp-content/uploads/2023/03/radiopiterpan.png\" tvg-country=\"IT\" group-title=\"Italy\",Radio Piter Pan Tv\nhttps://tvd-piter.fluid.stream/RadioPiterpanTV/livestream/chunklist_w1866496033.m3u8\n#EXTINF:-1 tvg-name=\"Radio Radio Tv\" tvg-logo=\"https://i.imgur.com/iKuRg2b.png\" tvg-id=\"RadioRadioTV.it\" tvg-country=\"IT\" group-title=\"Italy\",Radio Radio Tv\nhttps://200912.global.ssl.fastly.net/646b335e2291a2022444bb7c/live_22f84390fe1411ed919df3da85a483cc/rewind-14400.m3u8\n#EXTINF:-1 tvg-name=\"Radio Radiosa Tv\" tvg-logo=\"https://i.imgur.com/8kqyxvz.png\" tvg-country=\"IT\" group-title=\"Italy\",Radio Radiosa Tv\nhttps://stream7.zivoli.it/radiosatv/radiosatv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Radio Roma\" tvg-logo=\"https://i.imgur.com/RKvfStm.png\" tvg-country=\"IT\" group-title=\"Italy\",Radio Roma\nhttps://585b674743bbb.streamlock.net/9044/9044/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Radio Roma Television\" tvg-logo=\"https://i.imgur.com/RKvfStm.png\" tvg-country=\"IT\" group-title=\"Italy\",Radio Roma Television\nhttps://5926fc9c7c5b2.streamlock.net/rtfeunawfu/rtfeunawfu/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Ran Friul\" tvg-logo=\"https://i.imgur.com/Qs5eQPM.png\" tvg-country=\"IT\" group-title=\"Italy\",Ran Friul\nhttps://5f22d76e220e1.streamlock.net/RanFriul/RanFriul/playlist.m3u8\n#EXTINF:-1 tvg-name=\"RDE Tv\" tvg-logo=\"https://i.imgur.com/NiwPlrr.png\" tvg-country=\"IT\" group-title=\"Italy\",RDE Tv\nhttps://rst2.saiuzwebnetwork.it:8081/rdetrieste/index.m3u8\n#EXTINF:-1 tvg-name=\"Reggio Tv\" tvg-logo=\"https://i.imgur.com/merrg2C.png\" tvg-country=\"IT\" group-title=\"Italy\",Reggio Tv\nhttps://cdn10.streamshow.it/cloud-reggiotv/reggiotv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Rei Tv\" tvg-logo=\"https://i.imgur.com/YNRWFOo.png\" tvg-country=\"IT\" group-title=\"Italy\",Rei Tv\nhttps://5f22d76e220e1.streamlock.net/reitv/reitv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Rete 55\" tvg-logo=\"https://i.imgur.com/EsZn2cj.png\" tvg-country=\"IT\" group-title=\"Italy\",Rete 55\nhttps://live1.giocabet.tv/stream/6/index.m3u8\n#EXTINF:-1 tvg-name=\"Rete 8 Vga\" tvg-logo=\"https://i.imgur.com/3wF2AJX.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Rete 8 Vga\nhttps://604e46ac2bdee.streamlock.net:1936/rete8_1/rete8_1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Rete 8\" tvg-logo=\"https://i.imgur.com/bGsjPRh.png\" tvg-country=\"IT\" group-title=\"Italy\",Rete 8\nhttps://64b16f23efbee.streamlock.net/rete8/rete8/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Rete 8 Sport\" tvg-logo=\"https://i.imgur.com/uUAjWlF.png\" tvg-country=\"IT\" group-title=\"Italy\",Rete 8 Sport\nhttps://64b16f23efbee.streamlock.net/rete8sport/rete8sport/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Rete Biella Tv\" tvg-logo=\"https://i.imgur.com/e2ryHx7.png\" tvg-country=\"IT\" group-title=\"Italy\",Rete Biella Tv\nhttps://sb.top-ix.org/retebiella/streaming/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Rete Mia\" tvg-logo=\"https://i.imgur.com/kCJ621Q.png\" tvg-country=\"IT\" group-title=\"Italy\",Rete Mia\nhttps://5db313b643fd8.streamlock.net/rete/rete/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Rete Oro Tv\" tvg-logo=\"https://i.imgur.com/OCxGtwA.png\" tvg-country=\"IT\" group-title=\"Italy\",Rete Oro Tv\nhttps://5926fc9c7c5b2.streamlock.net/9094/9094/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Rete Sole\" tvg-logo=\"https://i.imgur.com/u0ezKgE.png\" tvg-country=\"IT\" group-title=\"Italy\",Rete Sole\nhttps://5926fc9c7c5b2.streamlock.net/9332/9332/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Rete Tv Italia\" tvg-logo=\"https://i.imgur.com/lXGWoV9.png\" tvg-country=\"IT\" group-title=\"Italy\",Rete Tv Italia\nhttps://57068da1deb21.streamlock.net/retetvitalia/retetvitalia/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Rete Veneta\" tvg-logo=\"https://i.imgur.com/cInhQFp.png\" tvg-country=\"IT\" group-title=\"Italy\",Rete Veneta\nhttp://wms.shared.streamshow.it/reteveneta/reteveneta/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Roma Tv 82\" tvg-logo=\"https://i.imgur.com/C3UnlFF.png\" tvg-country=\"IT\" group-title=\"Italy\",Roma Tv 82\nhttps://streaming.softwarecreation.it/RomaCH71/RomaCH71/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Rossini Tv\" tvg-logo=\"https://i.imgur.com/K0Em0nx.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Rossini Tv\nhttps://stream.rossinitv.it/memfs/3bca4ad7-adfc-4610-ac0e-e826743ddc57.m3u8\n#EXTINF:-1 tvg-name=\"RTC Quarta Rete\" tvg-logo=\"https://i.imgur.com/rFGA6qL.png\" tvg-country=\"IT\" group-title=\"Italy\",RTC Quarta Rete\nhttps://msh0232.stream.seeweb.it/live/stream00.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"RTC Telecalabria\" tvg-logo=\"https://i.imgur.com/tTYLcuh.jpg\" tvg-id=\"RTCTelecalabria.it\" tvg-country=\"IT\" group-title=\"Italy\",RTC Telecalabria\nhttps://w1.mediastreaming.it/calabriachannel/livestream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"RTI Calabria\" tvg-logo=\"https://i.imgur.com/hVzEvmo.jpg\" tvg-country=\"IT\" group-title=\"Italy\",RTI Calabria\nhttps://stream.ets-sistemi.it:8081/rticalabria/index.m3u8\n#EXTINF:-1 tvg-name=\"RTL 102.5 + Plus\" tvg-logo=\"https://i.imgur.com/mPqDtCO.png\" tvg-id=\"RTL1025Plus.it\" tvg-country=\"IT\" group-title=\"Italy\",RTL 102.5 + Plus\nhttps://streamcdng14-dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S82929343/cAcsSu4Wecc5/chunklist_b5256000.m3u8\n#EXTINF:-1 tvg-name=\"RTM Manduria\" tvg-logo=\"https://i.imgur.com/WwzU0EP.png\" tvg-country=\"IT\" group-title=\"Italy\",RTM Manduria\nhttps://5f22d76e220e1.streamlock.net/rtm/rtm/playlist.m3u8\n#EXTINF:-1 tvg-name=\"RTR99 Tv\" tvg-logo=\"https://i.imgur.com/mkO95pD.png\" tvg-country=\"IT\" group-title=\"Italy\",RTR99 Tv\nhttps://5e73cf528f404.streamlock.net/RTR99TV/livestream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Rtp Tv\" tvg-logo=\"https://i.imgur.com/I1hYI0C.png\" tvg-country=\"IT\" group-title=\"Italy\",Rtp Tv\nhttp://flash2.xdevel.com/rtptv/rtptv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Rttr\" tvg-logo=\"https://i.imgur.com/z7xMArA.png\" tvg-country=\"IT\" group-title=\"Italy\",Rttr\nhttps://5f204aff97bee.streamlock.net/RTTRlive/livestream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Rtv 38 Toscana\" tvg-logo=\"https://i.imgur.com/xqlhJqK.png\" tvg-country=\"IT\" group-title=\"Italy\",Rtv 38 Toscana\nhttps://845d8509d2cb4f249dd0b2ae5755b6c2.msvdn.net/rtv38/rtv38_live_main/mainabr/playlist_dvr.m3u8\n#EXTINF:-1 tvg-name=\"SL 48 Tv\" tvg-logo=\"https://i.imgur.com/b58oouu.jpg\" tvg-country=\"IT\" group-title=\"Italy\",SL 48 Tv\nhttp://media.velcom.it:1935/sl48/sl48/playlist.m3u8\n#EXTINF:-1 tvg-name=\"ST Europe Channel\" tvg-logo=\"https://i.imgur.com/QpPgSfr.png\" tvg-country=\"IT\" group-title=\"Italy\",ST Europe Channel\nhttps://5f22d76e220e1.streamlock.net/steuropetv/steuropetv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Sardegna 1\" tvg-logo=\"https://i.imgur.com/YNEW2h2.png\" tvg-country=\"IT\" group-title=\"Italy\",Sardegna 1\nhttps://7e1cc2454f2242afabe05cc0a2f483cd.msvdn.net/live/S30721796/ZS3Xu8mn5f0J/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Set Tv Cilento\" tvg-logo=\"https://i.imgur.com/qN5D1jD.png\" tvg-country=\"IT\" group-title=\"Italy\",Set Tv Cilento\nhttps://stream1.aswifi.it/settv/live/index.m3u8\n#EXTINF:-1 tvg-name=\"Sesta Rete\" tvg-logo=\"https://i.imgur.com/0B0S2gI.png\" tvg-country=\"IT\" group-title=\"Italy\",Sesta Rete\nhttps://stream10.xdevel.com/video0s977089-1792/stream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Sicilia 24 Tv\" tvg-logo=\"https://i.imgur.com/GhQX36O.png\" tvg-country=\"IT\" group-title=\"Italy\",Sicilia 24 Tv\nhttps://5f22d76e220e1.streamlock.net/sicilia24/sicilia24/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Sicilia Tv\" tvg-logo=\"https://i.imgur.com/I5FoThW.png\" tvg-country=\"IT\" group-title=\"Italy\",Sicilia Tv\nhttps://stream9.xdevel.com/video0s976441-1226/stream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Sienatv\" tvg-logo=\"https://i.imgur.com/gcysky4.png\" tvg-country=\"IT\" group-title=\"Italy\",Sienatv\nhttps://router.xdevel.com/video0s976727-1441/stream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Sophia Tv\" tvg-logo=\"https://i.imgur.com/fiLNK3b.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Sophia Tv\nhttps://bild-und-ton.stream/sophiatv-it/smil:sophia-tv-it.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Stiletv\" tvg-logo=\"https://i.imgur.com/ZP3cJi7.png\" tvg-country=\"IT\" group-title=\"Italy\",Stiletv\nhttps://proxy.media.convergenze.it/stiletv/streams/oQOFd7JglHjO1631525551097.m3u8\n#EXTINF:-1 tvg-name=\"Super J Tv\" tvg-logo=\"https://i.imgur.com/5oy5Nuu.png\" tvg-country=\"IT\" group-title=\"Italy\",Super J Tv\nhttps://59d39900ebfb8.streamlock.net/SuperJtv/SuperJtv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Super Six\" tvg-logo=\"https://i.imgur.com/kHSuyub.png\" tvg-id=\"SuperSix.it\" tvg-country=\"IT\" group-title=\"Italy\",Super Six\nhttps://5db313b643fd8.streamlock.net/SUPERSIXLombardia/SUPERSIXLombardia/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Supertv\" tvg-logo=\"https://i.imgur.com/7gUZcEh.png\" tvg-country=\"IT\" group-title=\"Italy\",Supertv\nhttp://wms.shared.streamshow.it:1935/supertv/supertv/live.m3u8\n#EXTINF:-1 tvg-name=\"T9\" tvg-logo=\"https://i.imgur.com/XzL05Py.png\" tvg-country=\"IT\" group-title=\"Italy\",T9\nhttps://streaming.softwarecreation.it/tnove/tnove/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TRC Santeramo\" tvg-logo=\"https://i.imgur.com/VbYdS8P.jpg\" tvg-country=\"IT\" group-title=\"Italy\",TRC Santeramo\nhttps://stream7.livinlive.it/trc/trc/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TRL Tele Radio Leo\" tvg-logo=\"https://i.imgur.com/qAagkJT.png\" tvg-country=\"IT\" group-title=\"Italy\",TRL Tele Radio Leo\nhttps://5db313b643fd8.streamlock.net/TRL/TRL/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TSD Tv Arezzo(Tele San Domenico)\" tvg-logo=\"https://i.imgur.com/WQ8eQXc.png\" tvg-country=\"IT\" group-title=\"Italy\",TSD Tv Arezzo(Tele San Domenico)\nhttps://stream.mariatvcdn.com/tsd/7c59373bfdb38201b9215ff86f0ce6af.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TVL (TV Libera Pistoia)\" tvg-logo=\"https://i.imgur.com/07geF0L.png\" tvg-country=\"IT\" group-title=\"Italy\",TVL (TV Libera Pistoia)\nhttp://live.mariatvcdn.com/mariatvcdn/70564e1c6884c007c76f0c128d679eed.sdp/mono.m3u8\n#EXTINF:-1 tvg-name=\"Tcf Tv\" tvg-logo=\"https://i.imgur.com/fiylFs2.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Tcf Tv\nhttps://stream10.xdevel.com/video1s977294-1864/stream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tci\" tvg-logo=\"https://i.imgur.com/lCZTaKs.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Tci\nhttps://tbn-jw.cdn.vustreams.com/live/tci/live.isml/2b7d53c5-b504-4d26-b25f-a70deb8d0faf.m3u8\n#EXTINF:-1 tvg-name=\"Teatro Tv\" tvg-logo=\"https://i.imgur.com/UsvffQL.png\" tvg-country=\"IT\" group-title=\"Italy\",Teatro Tv\nhttps://m.iostream.it/hls/teatrotv/teatrotv.m3u8\n#EXTINF:-1 tvg-name=\"Tele A\" tvg-logo=\"https://i.imgur.com/l7Za9KH.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Tele A\nhttps://lostream.it/hls/telea/video.m3u8\n#EXTINF:-1 tvg-name=\"Tele Abruzzo Tv\" tvg-logo=\"https://i.imgur.com/koB8J4b.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Tele Abruzzo Tv\nhttp://uk4.streamingpulse.com:1935/TeleabruzzoTV/TeleabruzzoTV/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Acras\" tvg-logo=\"https://i.imgur.com/90Lsv8q.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Acras\nhttps://5db313b643fd8.streamlock.net/teleacras/teleacras/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Arena\" tvg-logo=\"https://i.imgur.com/9hsoWMO.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Arena\nhttps://5e73cf528f404.streamlock.net/TeleArena/TeleArena.stream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Bari\" tvg-logo=\"https://i.imgur.com/HYSz4rx.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Bari\nhttps://w1.mediastreaming.it/telebari/livestream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Belluno\" tvg-logo=\"https://i.imgur.com/YiM2Z7E.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Belluno\nhttps://live.mariatvcdn.com/telebelluno/a3b80388da9801906adf885282e73bc3.sdp/mono.m3u8\n#EXTINF:-1 tvg-name=\"Tele Boario\" tvg-logo=\"https://i.imgur.com/LlLD3L6.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Boario\nhttps://stream7.xdevel.com/video0s976425-1244/stream/playlist_dvr.m3u8\n#EXTINF:-1 tvg-name=\"Tele Bruzzano\" tvg-logo=\"https://i.imgur.com/7TWbCDt.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Tele Bruzzano\nhttps://playerssl.telemia.tv/fileadmin/hls/Telebruzzano/telebruzzano_mediachunks.m3u8\n#EXTINF:-1 tvg-name=\"Tele Chiara\" tvg-logo=\"https://i.imgur.com/Q5XpnXR.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Chiara\nhttp://fms.tvavicenza.it:1935/telechiara/diretta/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Telecolor\" tvg-logo=\"https://i.imgur.com/urUG78J.png\" tvg-id=\"TelecolorLombardia.it\" tvg-country=\"IT\" group-title=\"Italy\",Telecolor\nhttps://1aadf145546f475282c5b4e658c0ac4b.msvdn.net/live/324149/hlbAWtl/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Cupole\" tvg-logo=\"https://i.imgur.com/ZmUI9zb.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Cupole\nhttps://nrvideo1.newradio.it/euhsbdamnx/euhsbdamnx/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Estense\" tvg-logo=\"https://i.imgur.com/X7i7DWo.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Estense\nhttps://5e73cf528f404.streamlock.net/TeleEstense/livestream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Foggia\" tvg-logo=\"https://i.imgur.com/M7tqBu9.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Tele Foggia\nhttps://59d7d6f47d7fc.streamlock.net/telefoggia/telefoggia/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Friuli\" tvg-logo=\"https://i.imgur.com/AoQxZxD.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Friuli\nhttps://5757bf2aa08e42248fb9b9d620f5d900.msvdn.net/live/S11646715/pE3ax0lT0rBd/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Ischia\" tvg-logo=\"https://i.imgur.com/vihHVQn.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Tele Ischia\nhttps://rst.saiuzwebnetwork.it:8081/teleischia/index.m3u8\n#EXTINF:-1 tvg-name=\"Tele Jonio\" tvg-logo=\"https://i.imgur.com/qJeDV8R.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Jonio\nhttp://59d7d6f47d7fc.streamlock.net/telejonio/telejonio/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Liberta' HD\" tvg-logo=\"https://i.imgur.com/XzAB5k7.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Tele Liberta' HD\nhttps://streaming.liberta.it/hls/liberta.m3u8\n#EXTINF:-1 tvg-name=\"Tele Liguria Sud\" tvg-logo=\"https://i.imgur.com/BeLAYJ6.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Tele Liguria Sud\nhttps://64b16f23efbee.streamlock.net/teleliguriasud/teleliguriasud/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Mantova\" tvg-logo=\"https://i.imgur.com/bkSPcs4.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Mantova\nhttps://5ce9406b73c33.streamlock.net/TeleMantova/livestream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Mia\" tvg-logo=\"https://i.imgur.com/SdXpCwL.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Mia\nhttps://playerssl.telemia.tv/fileadmin/hls/TelemiaHD/telemia85_mediachunks.m3u8\n#EXTINF:-1 tvg-name=\"Tele Mia Extra\" tvg-logo=\"https://i.imgur.com/upzBG32.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Mia Extra\nhttps://playerssl.telemia.tv/fileadmin/hls/TelemiaExtra/telemiaextra_mediachunks.m3u8\n#EXTINF:-1 tvg-name=\"Tele Mistretta\" tvg-logo=\"https://i.imgur.com/OJ3zUS0.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Mistretta\nhttps://live.mariatvcdn.com/telemistretta/8fbcd205ada81b295ee6c211c3a80dde.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Molise\" tvg-logo=\"https://i.imgur.com/u5VD0x9.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Molise\nhttp://185.202.128.1:1935/Telemolise4K/Telemolise4K/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Nord Genova\" tvg-logo=\"https://i.imgur.com/I6yegEK.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Nord Genova\nhttps://64b16f23efbee.streamlock.net/telenord/telenord/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Nostra\" tvg-logo=\"https://i.imgur.com/FACahKZ.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Nostra\nhttps://13574-8.b.cdn12.com/hls/f099fa8883.ulive/_c/master.m3u8\n#EXTINF:-1 tvg-name=\"Tele Occidente\" tvg-logo=\"https://i.imgur.com/3aOiWKa.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Occidente\nhttps://stream9.xdevel.com/video0s976532-1292/stream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Oltre\" tvg-logo=\"https://i.imgur.com/PxtJAxs.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Oltre\nhttp://1se1.troydesign.eu/np_teleoltre/_definst_/channel1_np_teleoltre/playlist.m3u8?ext=.m3u8\n#EXTINF:-1 tvg-name=\"Tele One\" tvg-logo=\"https://i.imgur.com/9trB6mj.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele One\nhttps://648026e87a75e.streamlock.net/teleone/teleone/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Pace Trento\" tvg-logo=\"https://i.imgur.com/o5sQCpF.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Pace Trento\nhttps://5a1178b42cc03.streamlock.net/telepacetrento/telepacetrento/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Pavia\" tvg-logo=\"https://i.imgur.com/YVodo4T.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Pavia\nhttp://wms.shared.streamshow.it:1935/telepavia/telepavia/live.m3u8\n#EXTINF:-1 tvg-name=\"Tele Pegaso\" tvg-logo=\"https://i.imgur.com/FQkM8Vd.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Pegaso\nhttps://flash2.xdevel.com/telepegasocanale812/telepegasocanale812/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Piadena\" tvg-logo=\"https://i.imgur.com/VqaPuQN.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Piadena\nhttps://stream3.xdevel.com/video0s975441-151/stream/playlist_dvr.m3u8\n#EXTINF:-1 tvg-name=\"Tele Pordenone\" tvg-logo=\"https://i.imgur.com/dbYwXwg.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Pordenone\nhttps://video.wifi4all.it/telepn/telepn.m3u8\n#EXTINF:-1 tvg-name=\"Tele Quattro Trieste\" tvg-logo=\"https://i.imgur.com/MFxQxve.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Quattro Trieste\nhttp://wms.shared.streamshow.it/telequattro/telequattro/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Radio Ercolano\" tvg-logo=\"https://i.imgur.com/YPuoy8N.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Tele Radio Ercolano\nhttps://rst.saiuzwebnetwork.it:19360/teleradioercolano-1/teleradioercolano-1.m3u8\n#EXTINF:-1 tvg-name=\"Tele Radio Pace 1\" tvg-logo=\"https://i.imgur.com/ORkkXM8.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Radio Pace 1\nhttps://jk3lz2bwlw79-hls-live.mariatvcdn.it/teleradiopace1/efcc8fc46cab26315ce3f5845d76008f.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Radio Pace 2\" tvg-logo=\"https://i.imgur.com/U4E3eEr.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Radio Pace 2\nhttps://zkpywrbgdbeg-hls-live.mariatvcdn.it/teleradiopace2/254c9b5c52a73a94ef0f6169cbd05dc2.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Radio Pace 3\" tvg-logo=\"https://i.imgur.com/pTqIxFD.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Radio Pace 3\nhttps://932y4273djv8-hls-live.mariatvcdn.it/teleradiopace3/d2274c22e9ee09eb2eda01ed0496f8f5.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Radio Pace 4\" tvg-logo=\"https://i.imgur.com/KPHHsN5.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Radio Pace 4\nhttps://j78dpr7nyq5r-hls-live.mariatvcdn.it/teleradiopace4/13d74f2cfe921bfbc262697203d47d8f.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Radio Orte\" tvg-logo=\"https://i.imgur.com/uX2uxvN.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Radio Orte\nhttps://flash2.xdevel.com/ortetv/ortetv/index.m3u8\n#EXTINF:-1 tvg-name=\"Tele Radio Sciacca\" tvg-logo=\"https://i.imgur.com/suhz5mE.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Radio Sciacca\nhttps://5db313b643fd8.streamlock.net/teleradiosciaccatv/teleradiosciaccatv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Sirio\" tvg-logo=\"https://i.imgur.com/mDN6QX1.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Sirio\nhttps://www.telesirio.it/live/stream.m3u8\n#EXTINF:-1 tvg-name=\"Tele Spazio Messina\" tvg-logo=\"https://i.imgur.com/Io5w6lT.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Spazio Messina\nhttps://rtm.cyberspazio.cloud:5443/LiveApp/streams/049229794390395765037801.m3u8\n#EXTINF:-1 tvg-name=\"Tele Sud Puglia\" tvg-logo=\"https://i.imgur.com/fqTLtvs.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Sud Puglia\nhttps://64b16f23efbee.streamlock.net/telesud/telesud/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Tricolore\" tvg-logo=\"https://i.imgur.com/A2XouAd.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Tricolore\nhttps://59d7d6f47d7fc.streamlock.net/rs2/rs2/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Tutto\" tvg-logo=\"https://i.imgur.com/sZxMP7g.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Tutto\nhttps://600f07e114306.streamlock.net/TT_TELETUTTO/smil:TT.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Tutto 2\" tvg-logo=\"https://i.imgur.com/mxXbMaw.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Tutto 2\nhttps://600f07e114306.streamlock.net/TT2_TELETUTTO/livestream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Tutto 24\" tvg-logo=\"https://i.imgur.com/weKWQgx.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Tutto 24\nhttps://600f07e114306.streamlock.net/TT24_TELETUTTO/livestream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Venezia\" tvg-logo=\"https://i.imgur.com/SavGpCE.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Tele Venezia\nhttps://59d7d6f47d7fc.streamlock.net/televenezia/televenezia/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Video Agrigento (T.V.A.)\" tvg-logo=\"https://i.imgur.com/AaPr63E.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Video Agrigento (T.V.A.)\nhttps://59d7d6f47d7fc.streamlock.net/tva/tva/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele8 Tv\" tvg-logo=\"https://i.imgur.com/dM0HE6O.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele8 Tv\nhttps://57068da1deb21.streamlock.net/teletv8/teletv8/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TeleAmbiente\" tvg-logo=\"https://i.imgur.com/jxZcQhU.png\" tvg-country=\"IT\" group-title=\"Italy\",TeleAmbiente\nhttps://5f22d76e220e1.streamlock.net/teleambiente2024/teleambiente2024/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Telecampione\" tvg-logo=\"https://i.imgur.com/LhjwmME.png\" tvg-country=\"IT\" group-title=\"Italy\",Telecampione\nhttps://5f22d76e220e1.streamlock.net/telecampione/telecampione/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Telecittà Padova\" tvg-logo=\"https://i.imgur.com/xvVgEaA.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Telecittà Padova\nhttps://tango.wifi4all.it/telecitta/telecitta.m3u8\n#EXTINF:-1 tvg-name=\"Telecity Lombardia\" tvg-logo=\"https://i.imgur.com/ECvJ3ZD.jpeg\" tvg-country=\"IT\" group-title=\"Italy\",Telecity Lombardia\nhttps://64b16f23efbee.streamlock.net/telecitylombardia/telecitylombardia/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Telecity Piemonte\" tvg-logo=\"https://i.imgur.com/CrlzHjv.jpeg\" tvg-country=\"IT\" group-title=\"Italy\",Telecity Piemonte\nhttps://64b16f23efbee.streamlock.net/telecitypiemonte/telecitypiemonte/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Telecity Valle D'Aosta\" tvg-logo=\"https://i.imgur.com/T9EsAOX.jpeg\" tvg-country=\"IT\" group-title=\"Italy\",Telecity Valle D'Aosta\nhttps://64b16f23efbee.streamlock.net/telecityvda/telecityvda/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TeleCostaSmeralda\" tvg-logo=\"https://i.imgur.com/QLqkbss.png\" tvg-country=\"IT\" group-title=\"Italy\",TeleCostaSmeralda\nhttps://7e1cc2454f2242afabe05cc0a2f483cd.msvdn.net/tcs_live/tcs/tcs/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Telegenova\" tvg-logo=\"https://i.imgur.com/D6HC0So.png\" tvg-country=\"IT\" group-title=\"Italy\",Telegenova\nhttps://64b16f23efbee.streamlock.net/telegenova/telegenova/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Teleiblea\" tvg-logo=\"https://i.imgur.com/n1THygZ.png\" tvg-country=\"IT\" group-title=\"Italy\",Teleiblea\nhttps://5f22d76e220e1.streamlock.net/teleiblea/teleiblea/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Teleitalia 41\" tvg-logo=\"https://i.imgur.com/lTuPSOn.png\" tvg-country=\"IT\" group-title=\"Italy\",Teleitalia 41\nhttps://streaming.softwarecreation.it/teleitalia/teleitalia/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Telejato\" tvg-logo=\"https://i.imgur.com/r3Dqzdj.png\" tvg-country=\"IT\" group-title=\"Italy\",Telejato\nhttps://telejato.liberotratto.com/hls/stream.m3u8\n#EXTINF:-1 tvg-name=\"Teleleonessa\" tvg-logo=\"https://i.imgur.com/jq3etlV.png\" tvg-country=\"IT\" group-title=\"Italy\",Teleleonessa\nhttp://wms.shared.streamshow.it:1935/teleleonessa/teleleonessa/live.m3u8\n#EXTINF:-1 tvg-name=\"TeleMajg\" tvg-logo=\"https://i.imgur.com/9tefonp.jpg\" tvg-country=\"IT\" group-title=\"Italy\",TeleMajg\nhttps://59d7d6f47d7fc.streamlock.net/telemajg/telemajg/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Telenova\" tvg-logo=\"https://i.imgur.com/x41IkJK.png\" tvg-id=\"Telenova.it\" tvg-country=\"IT\" group-title=\"Italy\",Telenova\nhttps://64b16f23efbee.streamlock.net/telenova/telenova/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Telerama\" tvg-logo=\"https://i.imgur.com/enfqUlI.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Telerama\nhttps://58d921499d3d3.streamlock.net/TeleRama/livestream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TeleRegione\" tvg-logo=\"https://i.imgur.com/i5WozUP.png\" tvg-country=\"IT\" group-title=\"Italy\",TeleRegione\nhttps://streaming.softwarecreation.it/TR118/TR118/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TeleRegione Color\" tvg-logo=\"https://i.imgur.com/vi5Nf3S.png\" tvg-country=\"IT\" group-title=\"Italy\",TeleRegione Color\nhttps://live.antennasudwebtv.it:9443/hls/vodtele.m3u8\n#EXTINF:-1 tvg-name=\"TeleRegione Live\" tvg-logo=\"https://i.imgur.com/DBrt8L3.png\" tvg-country=\"IT\" group-title=\"Italy\",TeleRegione Live\nhttps://5f22d76e220e1.streamlock.net/galluralive/galluralive/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TeleRent 7Gold\" tvg-logo=\"https://i.imgur.com/YZadq0M.png\" tvg-id=\"7Gold.it\" tvg-country=\"IT\" group-title=\"Italy\",TeleRent 7Gold\nhttps://router.xdevel.com/video0s86-21/stream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Telereporter\" tvg-logo=\"https://i.imgur.com/WIo6SPc.png\" tvg-country=\"IT\" group-title=\"Italy\",Telereporter\nhttps://5f22d76e220e1.streamlock.net/telereporter/telereporter/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Teleromagna\" tvg-logo=\"https://i.imgur.com/4jWadI8.png\" tvg-country=\"IT\" group-title=\"Italy\",Teleromagna\nhttps://livetr.teleromagna.it/teleromagna/live/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Teleromagna 24\" tvg-logo=\"https://i.imgur.com/Bpml478.png\" tvg-country=\"IT\" group-title=\"Italy\",Teleromagna 24\nhttps://livetr.teleromagna.it/mia/live/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TeleRomaDue\" tvg-logo=\"https://i.imgur.com/78hA7ma.png\" tvg-country=\"IT\" group-title=\"Italy\",TeleRomaDue\nhttps://57068da1deb21.streamlock.net/teletibur/teletibur/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Telesud Trapani\" tvg-logo=\"https://i.imgur.com/tpZvU1P.png\" tvg-country=\"IT\" group-title=\"Italy\",Telesud Trapani\nhttps://64b16f23efbee.streamlock.net/telesudtrapani/telesudtrapani/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Telesveva\" tvg-logo=\"https://i.imgur.com/SCDETZC.jpeg\" tvg-country=\"IT\" group-title=\"Italy\",Telesveva\nhttps://dc3.telesveva.com:4433/cmaf/livetv/index.mpd\n#EXTINF:-1 tvg-name=\"Teleuniverso\" tvg-logo=\"https://i.imgur.com/u8E9wBb.png\" tvg-country=\"IT\" group-title=\"Italy\",Teleuniverso\nhttps://stream.ets-sistemi.it:19360/teleuniverso/teleuniverso.m3u8\n#EXTINF:-1 tvg-name=\"Televallo Trapani\" tvg-logo=\"https://i.imgur.com/P6zuiRH.png\" tvg-country=\"IT\" group-title=\"Italy\",Televallo Trapani\nhttps://64b16f23efbee.streamlock.net/televallo/televallo/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TG Norba 24\" tvg-logo=\"https://i.imgur.com/9MhrrJK.png\" tvg-id=\"TGNorba24.it\" tvg-country=\"IT\" group-title=\"Italy\",TG Norba 24\nhttps://router.xdevel.com/video0s976570-1326/stream/playlist_dvr.m3u8\n#EXTINF:-1 tvg-name=\"TLT Molise\" tvg-logo=\"https://i.imgur.com/wgwD7gh.png\" tvg-country=\"IT\" group-title=\"Italy\",TLT Molise\nhttps://5f22d76e220e1.streamlock.net/tltmolise/tltmolise/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Top Calcio 24\" tvg-logo=\"https://i.imgur.com/DnVPKPE.png\" tvg-country=\"IT\" group-title=\"Italy\",Top Calcio 24\nhttps://sportitaliaamd.akamaized.net/live/Telelombardia/hls/1CCCD0BCA2F9C979BC0632230F8E31EAEA41562B/index.m3u8\n#EXTINF:-1 tvg-name=\"Tremedia Tv\" tvg-logo=\"https://i.imgur.com/dqRV1ff.jpeg\" tvg-country=\"IT\" group-title=\"Italy\",Tremedia Tv\nhttps://stream4.xdevel.com/video0s976062-1263/stream/playlist_dvr.m3u8\n#EXTINF:-1 tvg-name=\"Trentino Tv\" tvg-logo=\"https://i.imgur.com/ROKOCR2.png\" tvg-country=\"IT\" group-title=\"Italy\",Trentino Tv\nhttps://5e73cf528f404.streamlock.net/TrentinoTV/livestream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tuscia Sabina 2000Tv\" tvg-logo=\"https://i.imgur.com/Tq5nEAy.png\" tvg-country=\"IT\" group-title=\"Italy\",Tuscia Sabina 2000Tv\nhttp://ts2000tv.streaming.nextware.it:8081/ts2000tv/ts2000tv/chunks.m3u8\n#EXTINF:-1 tvg-name=\"Tv 12\" tvg-logo=\"https://i.imgur.com/oxv08pJ.png\" tvg-country=\"IT\" group-title=\"Italy\",Tv 12\nhttps://59d7d6f47d7fc.streamlock.net/tv12/tv12/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tv Campi Flegrei\" tvg-logo=\"https://i.imgur.com/9d2K1nX.png\" tvg-country=\"IT\" group-title=\"Italy\",Tv Campi Flegrei\nhttps://tv.radiosaiuz.com:3836/live/campiflegreilive.m3u8\n#EXTINF:-1 tvg-name=\"Tv Luna Napoli\" tvg-logo=\"https://i.imgur.com/jxhuoyE.png\" tvg-country=\"IT\" group-title=\"Italy\",Tv Luna Napoli\nhttps://diretta.arcapuglia.it:8080/live/teleluna/index.m3u8\n#EXTINF:-1 tvg-name=\"Tv Prato\" tvg-logo=\"https://i.imgur.com/zDeVpZd.png\" tvg-country=\"IT\" group-title=\"Italy\",Tv Prato\nhttps://live.mariatvcdn.com/tvprato/2db0dd5674586686a867ec52c3aa8e06.sdp/mono.m3u8\n#EXTINF:-1 tvg-name=\"Tv Qui Modena\" tvg-logo=\"https://i.imgur.com/4bOYlfg.png\" tvg-country=\"IT\" group-title=\"Italy\",Tv Qui Modena\nhttps://59d7d6f47d7fc.streamlock.net/tvqui/tvqui/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tv Uno\" tvg-logo=\"https://i.imgur.com/OtCwYsh.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Tv Uno\nhttp://ftp.tiscali.it/francescovernata/TVUNO/monoscopioTvUNOint-1.wmv\n#EXTINF:-1 tvg-name=\"Tv Yes\" tvg-logo=\"https://i.imgur.com/1wsO8U7.png\" tvg-country=\"IT\" group-title=\"Italy\",Tv Yes\nhttps://stream1.aswifi.it/radioyes/live/index.m3u8\n#EXTINF:-1 tvg-name=\"Tva Vicenza\" tvg-logo=\"https://i.imgur.com/FtFuPCC.png\" tvg-country=\"IT\" group-title=\"Italy\",Tva Vicenza\nhttp://fms.tvavicenza.it:1935/live/diretta_1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tvm Palermo\" tvg-logo=\"https://i.imgur.com/uqOdAXB.png\" tvg-country=\"IT\" group-title=\"Italy\",Tvm Palermo\nhttps://stream2.xdevel.com/video1s86-22/stream/playlist_dvr.m3u8\n#EXTINF:-1 tvg-name=\"Tvr Xenon\" tvg-logo=\"https://i.imgur.com/kLzW1Pf.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Tvr Xenon\nhttps://cdn107-ita.azotosolutions.com:8443/cdnedge4/smil:live4.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tvrs Tv\" tvg-logo=\"https://i.imgur.com/6p7hTmY.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Tvrs Tv\nhttps://cdn8.streamshow.it/cloud-tvrs/tvrs/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Umbria+ TRT\" tvg-logo=\"https://i.imgur.com/CU6BBgs.png\" tvg-country=\"IT\" group-title=\"Italy\",Umbria+ TRT\nhttps://diretta.teleterni.it:8080//show/show.m3u8\n#EXTINF:-1 tvg-name=\"Umbria Tv\" tvg-logo=\"https://i.imgur.com/XKCVEmK.png\" tvg-country=\"IT\" group-title=\"Italy\",Umbria Tv\nhttps://umbriatv.stream.rubidia.it:8083/live/umbriatv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Uno Tv\" tvg-logo=\"https://i.imgur.com/4PNbqqL.png\" tvg-country=\"IT\" group-title=\"Italy\",Uno Tv\nhttps://stream1.aswifi.it/unotv/live/index.m3u8\n#EXTINF:-1 tvg-name=\"Uno4 Tv\" tvg-logo=\"https://i.imgur.com/wfPPpBA.png\" tvg-country=\"IT\" group-title=\"Italy\",Uno4 Tv\nhttps://cdn.uno4.it/index.m3u8\n#EXTINF:-1 tvg-name=\"Vera Tv\" tvg-logo=\"https://i.imgur.com/djMvkvN.png\" tvg-country=\"IT\" group-title=\"Italy\",Vera Tv\nhttp://wms.shared.streamshow.it/veratv/veratv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"VB33\" tvg-logo=\"https://i.imgur.com/ygDuIxU.png\" tvg-country=\"IT\" group-title=\"Italy\",VB33\nhttps://live.ipstream.it/vb33/vb33.stream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Video Calabria\" tvg-logo=\"https://i.imgur.com/Bc2AvIm.png\" tvg-id=\"VideoCalabria.it\" tvg-country=\"IT\" group-title=\"Italy\",Video Calabria\nhttps://a8a02dd9a49a4fc9810743615c65ab73.msvdn.net/live/S76734991/i6NeNqLYaspb/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Video Mediterraneo\" tvg-logo=\"https://i.imgur.com/hJHC3uQ.png\" tvg-country=\"IT\" group-title=\"Italy\",Video Mediterraneo\nhttps://bfbe5f347ac4424faf719dda285bc39e.msvdn.net/live/S54897858/4gWO7tTzpK3N/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Video Nola\" tvg-logo=\"https://i.imgur.com/M5z5UoD.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Video Nola\nhttps://videonola.aswifi.it/videonolaabr/live.m3u8\n#EXTINF:-1 tvg-name=\"Video Regione Sicilia\" tvg-logo=\"https://i.imgur.com/0szwnR3.png\" tvg-country=\"IT\" group-title=\"Italy\",Video Regione Sicilia\nhttps://57214cb172d84f8cb311b91513952b03.msvdn.net/live/S40896499/ZuaLjACsWIL4/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Video Star Tv Sicilia\" tvg-logo=\"https://i.imgur.com/1ddJVZ7.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Video Star Tv Sicilia\nhttps://stream9.xdevel.com/video0s976556-1321/stream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Video Touring Tv\" tvg-logo=\"https://i.imgur.com/E2Feao5.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Video Touring Tv\nhttps://streamingvideo.auranex.cloud/memfs/70baacad-47c6-41a6-aee0-86530c31e080.m3u8\n#EXTINF:-1 tvg-name=\"Videolina\" tvg-logo=\"https://i.imgur.com/bnDZJwd.gif\" tvg-country=\"IT\" group-title=\"Italy\",Videolina\nhttp://livestreaming.videolina.it/live/Videolina/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Videonovara\" tvg-logo=\"https://i.imgur.com/NnO7E5I.png\" tvg-country=\"IT\" group-title=\"Italy\",Videonovara\nhttps://ed04.top-ix.org/avtvlive/videonovara/streaming/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Videotelecarnia\" tvg-logo=\"https://i.imgur.com/r4K9JHW.png\" tvg-country=\"IT\" group-title=\"Italy\",Videotelecarnia\nhttps://rst2.saiuzwebnetwork.it:8081/vtccarnia/index.m3u8\n#EXTINF:-1 tvg-name=\"Vintage Radio Tv\" tvg-logo=\"https://i.imgur.com/n3LtBNT.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Vintage Radio Tv\nhttps://5f22d76e220e1.streamlock.net/vintageradiotv/vintageradiotv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Vuemme Tv\" tvg-logo=\"https://i.imgur.com/x5A0xU6.png\" tvg-country=\"IT\" group-title=\"Italy\",Vuemme Tv\nhttps://5db313b643fd8.streamlock.net/Vuemme/Vuemme/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Webcom Tv\" tvg-logo=\"https://i.imgur.com/KLwj2vj.png\" tvg-country=\"IT\" group-title=\"Italy\",Webcom Tv\nhttps://www.webcomiptv.it/mistserver/passionelotto/index.m3u8\n#EXTINF:-1 tvg-name=\"WLTV\" tvg-logo=\"https://i.imgur.com/aL8jKtU.png\" tvg-country=\"IT\" group-title=\"Italy\",WLTV\nhttps://5db313b643fd8.streamlock.net/WLTV/WLTV/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Yvii Tv\" tvg-logo=\"https://i.imgur.com/yP5AvDo.png\" tvg-country=\"IT\" group-title=\"Italy\",Yvii Tv\nhttps://stream.wired-shop.com/hls/yviitv.m3u8\n#EXTINF:-1 tvg-name=\"Zerouno Tv Music\" tvg-logo=\"https://i.imgur.com/r74lqW8.png\" tvg-country=\"IT\" group-title=\"Italy\",Zerouno Tv Music\nhttps://5f22d76e220e1.streamlock.net/zerounotvmusic/zerounotvmusic/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Zerouno Tv News\" tvg-logo=\"https://i.imgur.com/vxRzyjE.png\" tvg-country=\"IT\" group-title=\"Italy\",Zerouno Tv News\nhttps://5f22d76e220e1.streamlock.net/01news/01news/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Radio Colonna Tv Ⓨ\" tvg-logo=\"https://i.imgur.com/EcQvDfq.png\" tvg-country=\"IT\" group-title=\"Italy\",Radio Colonna Tv Ⓨ\nhttps://www.youtube.com/radiocolonna/live\n#EXTINF:-1 tvg-name=\"TRM h24 Ⓨ\" tvg-logo=\"https://i.imgur.com/d47CdYU.png\" tvg-id=\"TRMh24.it\" tvg-country=\"IT\" group-title=\"Italy\",TRM h24 Ⓨ\nhttps://www.youtube.com/user/trmh24/live\n#EXTINF:-1 tvg-name=\"Euronews Italian Ⓨ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Euronews_2022.svg/640px-Euronews_2022.svg.png\" tvg-id=\"EuronewsItalian.fr\" tvg-country=\"IT\" group-title=\"Italy\",Euronews Italian Ⓨ\nhttps://www.youtube.com/user/euronewsit/live\n#EXTINF:-1 tvg-name=\"Antenna Sicilia Ⓣ\" tvg-logo=\"https://i.imgur.com/8DOdqsE.png\" tvg-country=\"IT\" group-title=\"Italy\",Antenna Sicilia Ⓣ\nhttps://www.twitch.tv/antennasicilia\n#EXTINF:-1 tvg-name=\"Telecolor Ⓣ\" tvg-logo=\"https://i.imgur.com/rfNg6fw.png\" tvg-country=\"IT\" group-title=\"Italy\",Telecolor Ⓣ\nhttps://www.twitch.tv/telecolorlive\n#EXTINF:-1 tvg-name=\"Teleroma 56 Ⓣ\" tvg-logo=\"https://i.imgur.com/wGfpUj8.png\" tvg-country=\"IT\" group-title=\"Italy\",Teleroma 56 Ⓣ\nhttps://www.twitch.tv/teleroma_56\n#EXTINF:-1 tvg-name=\"TeleRadioStereo Ⓣ\" tvg-logo=\"https://i.imgur.com/eRNgqnA.png\" tvg-country=\"IT\" group-title=\"Italy\",TeleRadioStereo Ⓣ\nhttps://www.twitch.tv/teleradiostereo\n#EXTINF:-1 tvg-name=\"NHK総合 (東京)\" tvg-logo=\"https://i.imgur.com/fAZ2BEZ.png\" tvg-id=\"JOAKDTV.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",NHK総合 (東京)\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS291&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"NHK Eテレ（東京）\" tvg-logo=\"https://i.imgur.com/WxtftlO.png\" tvg-id=\"JOABDTV.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",NHK Eテレ（東京）\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS292&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"日本テレビ\" tvg-logo=\"https://i.imgur.com/ecbM7QS.png\" tvg-id=\"JOAXDTV.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",日本テレビ\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS294&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"テレビ朝日\" tvg-logo=\"https://i.imgur.com/5XnMfcR.png\" tvg-id=\"JOEXDTV.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",テレビ朝日\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS295&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"TBSテレビ\" tvg-logo=\"https://i.imgur.com/jIZ9TlO.png\" tvg-id=\"JORXDTV.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",TBSテレビ\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS296&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"テレビ東京\" tvg-logo=\"https://i.imgur.com/U8jBxEi.png\" tvg-id=\"JOTXDTV.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",テレビ東京\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS297&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"フジテレビ\" tvg-logo=\"https://i.imgur.com/epJYc7P.png\" tvg-id=\"JOCXDTV.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",フジテレビ\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS298&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"NHK BS\" tvg-logo=\"https://i.imgur.com/t0uZcSR.png\" tvg-id=\"NHKBS.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",NHK BS\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS101&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"NHK BSP4K\" tvg-logo=\"https://i.imgur.com/uvPpFo5.png\" tvg-id=\"NHKBSP4K.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",NHK BSP4K\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS103&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"BS日テレ\" tvg-logo=\"https://i.imgur.com/26ATUNc.png\" tvg-id=\"BSNipponTV.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",BS日テレ\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS141&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"BS朝日\" tvg-logo=\"https://i.imgur.com/Cl68ZMA.png\" tvg-id=\"BSAsahi.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",BS朝日\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS151&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"BS-TBS\" tvg-logo=\"https://i.imgur.com/BSt9UG2.png\" tvg-id=\"BSTBS.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",BS-TBS\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS161&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"BSテレ東\" tvg-logo=\"https://i.imgur.com/LsQlNcz.png\" tvg-id=\"BSTVTokyo.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",BSテレ東\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS171&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"BSフジ\" tvg-logo=\"https://i.imgur.com/N4xeDxJ.png\" tvg-id=\"BSFuji.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",BSフジ\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS181&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"WOWOWプライム\" tvg-logo=\"https://www.lyngsat.com/logo/tv/ww/wowow_prime.png\" tvg-id=\"WOWOWPrime.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",WOWOWプライム\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS191&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"WOWOWライブ\" tvg-logo=\"https://www.lyngsat.com/logo/tv/ww/wowow_live.png\" tvg-id=\"WOWOWLive.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",WOWOWライブ\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS192&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"WOWOWシネマ\" tvg-logo=\"https://www.lyngsat.com/logo/tv/ww/wowow_cinema.png\" tvg-id=\"WOWOWCinema.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",WOWOWシネマ\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS193&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"BS10\" tvg-logo=\"https://i.imgur.com/KPZiuHl.png\" tvg-id=\"jcom_120_110_4\" tvg-country=\"JP\" group-title=\"日本 / Japan\",BS10\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS263&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"BS10スターチャンネル\" tvg-logo=\"https://i.imgur.com/SN0ED0U.png\" tvg-id=\"jcom_120_200_4\" tvg-country=\"JP\" group-title=\"日本 / Japan\",BS10スターチャンネル\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS200&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"アニマックス\" tvg-logo=\"https://i.imgur.com/jO0qUvj.png\" tvg-id=\"AnimaxAsia.sg@Japan\" tvg-country=\"JP\" group-title=\"日本 / Japan\",アニマックス\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS236&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"J SPORTS 1\" tvg-logo=\"https://www.starcat.co.jp/ch/upload/channel/69/jsports1_logo.jpg\" tvg-id=\"JSPORTS1.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",J SPORTS 1\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS242&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"J SPORTS 2\" tvg-logo=\"https://www.starcat.co.jp/ch/upload/channel/70/jsports2_logo.jpg\" tvg-id=\"JSPORTS2.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",J SPORTS 2\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS243&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"J SPORTS 3\" tvg-logo=\"https://www.starcat.co.jp/ch/upload/channel/71/jsports3_logo.jpg\" tvg-id=\"JSPORTS3.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",J SPORTS 3\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS244&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"J SPORTS 4\" tvg-logo=\"https://www.starcat.co.jp/ch/upload/channel/74/jsports4_logo.jpg\" tvg-id=\"JSPORTS4.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",J SPORTS 4\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS245&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"釣りビジョン\" tvg-logo=\"https://i.imgur.com/Yc7JvSK.png\" tvg-id=\"FishingVision.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",釣りビジョン\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS251&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"日本映画専門チャンネル\" tvg-logo=\"https://i.imgur.com/HdC3Hdc.png\" tvg-id=\"NihonEigaSenmonChannel.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",日本映画専門チャンネル\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS255&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"ショップチャンネル\" tvg-logo=\"https://i.imgur.com/CCMAF7W.png\" tvg-id=\"ShopChannel.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",ショップチャンネル\nhttps://stream3.shopch.jp/HLS/master.m3u8\n#EXTINF:-1 tvg-name=\"QVC\" tvg-logo=\"https://i.imgur.com/FznYA39.png\" tvg-id=\"QVC.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",QVC\nhttps://cdn-live1.qvc.jp/iPhone/1501/1501.m3u8\n#EXTINF:-1 tvg-name=\"東映チャンネル\" tvg-logo=\"https://www.lyngsat-logo.com/logo/tv/tt/toei_channel.png\" tvg-id=\"ToeiChannel.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",東映チャンネル\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=CS218&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"チャンネルNECO\" tvg-logo=\"https://www.lyngsat-logo.com/logo/tv/cc/channel-neco-jp.png\" tvg-id=\"ChannelNECO.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",チャンネルNECO\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=CS223&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"ムービープラス\" tvg-logo=\"https://www.lyngsat-logo.com/logo/tv/mm/movie_plus_jp.png\" tvg-id=\"MoviePlus.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",ムービープラス\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=CS240&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"GAORA\" tvg-logo=\"https://i.imgur.com/Myh0PWD.png\" tvg-id=\"GAORASPORTS.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",GAORA\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=CS254&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"日テレジータス\" tvg-logo=\"https://i.imgur.com/xq1VG0E.png\" tvg-id=\"NitteleGPlus.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",日テレジータス\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=CS257&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"ゴルフネットワーク\" tvg-logo=\"https://i.imgur.com/EVd8Vvp.png\" tvg-id=\"GolfNetwork.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",ゴルフネットワーク\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=CS262&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"時代劇専門チャンネル\" tvg-logo=\"https://www.lyngsat-logo.com/logo/tv/jj/jidaigeki.png\" tvg-id=\"JidaigekiSenmonChannel.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",時代劇専門チャンネル\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=CS292&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"ファミリー劇場\" tvg-logo=\"https://i.postimg.cc/k5fXKzj3/o023302751417597653027.jpg\" tvg-id=\"FamilyGekijyo.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",ファミリー劇場\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=CS293&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"ホームドラマチャンネル\" tvg-logo=\"https://www.lyngsat-logo.com/logo/tv/hh/home-drama-channelpng-jp.png\" tvg-id=\"HomeDramaChannel.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",ホームドラマチャンネル\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=CS294&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"チャンネル銀河\" tvg-logo=\"https://www.lyngsat-logo.com/logo/tv/cc/channel_ginga.png\" tvg-id=\"ChannelGinga.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",チャンネル銀河\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=CS305&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"スーパー！ドラマTV\" tvg-logo=\"https://www.lyngsat-logo.com/logo/tv/ss/super_drama_tv.png\" tvg-id=\"SuperDramaTV.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",スーパー！ドラマTV\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=CS310&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"アクションチャンネル\" tvg-logo=\"https://i.imgur.com/K0YyPwC.png\" tvg-id=\"AXN.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",アクションチャンネル\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=CS311&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"Dlife\" tvg-logo=\"https://i.imgur.com/6gJZHPv.png\" tvg-id=\"FOX.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",Dlife\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=CS312&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"LaLa TV\" tvg-logo=\"https://www.lyngsat-logo.com/logo/tv/ll/lala_tv.png\" tvg-id=\"LaLaTV.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",LaLa TV\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=CS314&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"Mnet\" tvg-logo=\"https://www.lyngsat.com/logo/tv/mm/m_net_jp.png\" tvg-id=\"MnetJapan.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",Mnet\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS241&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"Music ON TV!（エムオン）\" tvg-logo=\"https://www.lyngsat-logo.com/logo/tv/mm/music_on_tv.png\" tvg-id=\"MUSICONTV.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",Music ON TV!（エムオン）\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=CS325&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"歌謡ポップスチャンネル\" tvg-logo=\"https://www.lyngsat-logo.com/logo/tv/kk/kayo-pops-jp.png\" tvg-id=\"KayoPops.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",歌謡ポップスチャンネル\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=CS329&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"キッズステーション\" tvg-logo=\"https://www.lyngsat-logo.com/logo/tv/kk/kidsstation.png\" tvg-id=\"KidsStation.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",キッズステーション\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=CS330&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"日テレNEWS24\" tvg-logo=\"https://i.imgur.com/jtSYegn.png\" tvg-id=\"NTVNEWS24.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",日テレNEWS24\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=CS349&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"囲碁・将棋チャンネル\" tvg-logo=\"https://www.lyngsat-logo.com/logo/tv/ii/igoshogi.png\" tvg-id=\"IgoShogiChannel.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",囲碁・将棋チャンネル\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=CS363&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"GSTV\" tvg-logo=\"https://i.imgur.com/ECnVG5I.png\" tvg-id=\"GSTV.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",GSTV\nhttps://gstv-tnz-gsmediastreaming.preview-jpea.channel.media.azure.net/dfd06b62-e9d1-4a7f-bcbb-89d2ecbc82ee/preview.ism/manifest(format=mpd-time-csf,audio-only=false)\n#EXTINF:-1 tvg-name=\"NHK WORLD JAPAN\" tvg-logo=\"https://i.imgur.com/Mhw1Ihk.png\" tvg-id=\"NHKWorldJapan.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",NHK WORLD JAPAN\nhttps://master.nhkworld.jp/nhkworld-tv/playlist/live.m3u8\n#EXTINF:-1 tvg-name=\"ウェザーニュースLiVE\" tvg-logo=\"https://channel.rakuten.co.jp/service/img/logo/chlogo-with-number/106_whethernews.png\" tvg-id=\"rch_45\" tvg-country=\"JP\" group-title=\"日本 / Japan\",ウェザーニュースLiVE\nhttps://rch01e-alive-hls.akamaized.net/38fb45b25cdb05a1/out/v1/4e907bfabc684a1dae10df8431a84d21/index.m3u8\n#EXTINF:-1 tvg-name=\"TOKYO MX チャンネル\" tvg-logo=\"https://channel.rakuten.co.jp/service/img/logo/chlogo-with-number/108_mx.png\" tvg-id=\"\" tvg-country=\"JP\" group-title=\"日本 / Japan\",TOKYO MX チャンネル\nhttps://cdn-uw2-prod.tsv2.amagi.tv/linear/amg01287-rakutentvjapan-tokyomx-cmaf-rakutenjp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"KBS 1TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/d/d5/KBS_1_logo.svg/512px-KBS_1_logo.svg.png\" tvg-id=\"KBS1TV.kr\" tvg-country=\"KR\" group-title=\"Korea\",KBS 1TV\nhttp://mytv.dothome.co.kr/ch/public/1.php\n#EXTINF:-1 tvg-name=\"KBS 2TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/26/KBS_2_logo.svg/512px-KBS_2_logo.svg.png\" tvg-id=\"KBS2TV.kr\" tvg-country=\"KR\" group-title=\"Korea\",KBS 2TV\nhttp://ye23.vip/z7z8/2021/kbs2020.php?id=2\n#EXTINF:-1 tvg-name=\"KBS News D\" tvg-logo=\"https://i.imgur.com/4qKgvHN.png\" tvg-id=\"KBSNewsD.kr\" tvg-country=\"KR\" group-title=\"Korea\",KBS News D\nhttp://ye23.vip/z7z8/2021/kbs2020.php?id=4\n#EXTINF:-1 tvg-name=\"EBS 1 Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/e/e2/EBS_1TV_Logo.svg/512px-EBS_1TV_Logo.svg.png\" tvg-id=\"EBS1TV.kr\" tvg-country=\"KR\" group-title=\"Korea\",EBS 1 Ⓢ\nhttps://ebsonair.ebs.co.kr/ebs1familypc/familypc1m/playlist.m3u8\n#EXTINF:-1 tvg-name=\"EBS 2 Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/d/db/EBS_2TV_Logo.svg/512px-EBS_2TV_Logo.svg.png\" tvg-id=\"EBS2TV.kr\" tvg-country=\"KR\" group-title=\"Korea\",EBS 2 Ⓢ\nhttps://ebsonair.ebs.co.kr/ebs2familypc/familypc1m/playlist.m3u8\n#EXTINF:-1 tvg-name=\"MBC TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/63/Munhwa_Broadcasting_Company.svg/512px-Munhwa_Broadcasting_Company.svg.png\" tvg-id=\"MBCTV.kr\" tvg-country=\"KR\" group-title=\"Korea\",MBC TV\nhttp://123.254.72.24:1935/tvlive/livestream2/playlist.m3u8\n#EXTINF:-1 tvg-name=\"SBS TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/90/SBS_Korea_Logo_%28Word_Only%29.svg/512px-SBS_Korea_Logo_%28Word_Only%29.svg.png\" tvg-id=\"SBSTV.kr\" tvg-country=\"KR\" group-title=\"Korea\",SBS TV\nhttps://allanf181.github.io/adaptive-streams/streams/kr/SBSTV.m3u8\n#EXTINF:-1 tvg-name=\"KNN TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/65/KNN_logo.svg/512px-KNN_logo.svg.png\" tvg-id=\"KNNTV.kr\" tvg-country=\"KR\" group-title=\"Korea\",KNN TV\nhttp://211.220.195.200:1935/live/mp4:KnnTV.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"KBC TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/3/32/KBC_Gwangju_Broadcasting_logo.svg/512px-KBC_Gwangju_Broadcasting_logo.svg.png\" tvg-id=\"KBCTV.kr\" tvg-country=\"KR\" group-title=\"Korea\",KBC TV\nhttp://119.200.131.11:1935/KBCTV/tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TJB TV\" tvg-logo=\"https://i.imgur.com/q9Nx801.png\" tvg-id=\"TJBTV.kr\" tvg-country=\"KR\" group-title=\"Korea\",TJB TV\nhttp://1.245.74.5:1935/live/tv/.m3u8\n#EXTINF:-1 tvg-name=\"UBC TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/thumb/c/c3/Ubc_logo2.svg/512px-Ubc_logo2.svg.png\" tvg-id=\"UBCTV.kr\" tvg-country=\"KR\" group-title=\"Korea\",UBC TV\nhttp://59.23.231.102:1935/live/UBCstream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"JTV TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Jtv_logo.svg/512px-Jtv_logo.svg.png\" tvg-id=\"JTV.kr\" tvg-country=\"KR\" group-title=\"Korea\",JTV TV\nhttps://61ff3340258d2.streamlock.net/jtv_live/myStream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"CJB TV\" tvg-logo=\"https://i.imgur.com/MvxdZhX.png\" tvg-id=\"CJBTV.kr\" tvg-country=\"KR\" group-title=\"Korea\",CJB TV\nhttp://1.222.207.80:1935/live/cjbtv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"JIBS TV\" tvg-logo=\"https://i.imgur.com/RVWpBoz.png\" tvg-id=\"JIBSTV.kr\" tvg-country=\"KR\" group-title=\"Korea\",JIBS TV\nhttp://123.140.197.22/stream/1/play.m3u8\n#EXTINF:-1 tvg-name=\"OBS TV\" tvg-logo=\"https://i.imgur.com/oWB3ApR.png\" tvg-id=\"OBSGyeonginTV.kr\" tvg-country=\"KR\" group-title=\"Korea\",OBS TV\nhttps://allanf181.github.io/adaptive-streams/streams/kr/OBSGyeonginTV.m3u8\n#EXTINF:-1 tvg-name=\"Arirang\" tvg-logo=\"https://i.imgur.com/RuHZ6Dx.png\" tvg-id=\"ArirangTV.kr\" tvg-country=\"KR\" group-title=\"Korea\",Arirang\nhttp://amdlive.ctnd.com.edgesuite.net/arirang_1ch/smil:arirang_1ch.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"EBS Kids Ⓢ\" tvg-logo=\"https://i.imgur.com/62oo8Bx.png\" tvg-id=\"EBSKids.kr\" tvg-country=\"KR\" group-title=\"Korea\",EBS Kids Ⓢ\nhttps://ebsonair.ebs.co.kr/ebsufamilypc/familypc1m/playlist.m3u8\n#EXTINF:-1 tvg-name=\"EBS Plus 1 Ⓢ\" tvg-logo=\"https://i.imgur.com/ImUHRG2.png\" tvg-id=\"EBSPlus1.kr\" tvg-country=\"KR\" group-title=\"Korea\",EBS Plus 1 Ⓢ\nhttps://ebsonair.ebs.co.kr/plus1familypc/familypc1m/playlist.m3u8\n#EXTINF:-1 tvg-name=\"EBS Plus 2 Ⓢ\" tvg-logo=\"https://i.imgur.com/mgFRZFq.png\" tvg-id=\"EBSPlus2.kr\" tvg-country=\"KR\" group-title=\"Korea\",EBS Plus 2 Ⓢ\nhttps://ebsonair.ebs.co.kr/plus2familypc/familypc1m/playlist.m3u8\n#EXTINF:-1 tvg-name=\"EBS English Ⓢ\" tvg-logo=\"https://i.imgur.com/qceaIf7.png\" tvg-id=\"EBSEnglish.kr\" tvg-country=\"KR\" group-title=\"Korea\",EBS English Ⓢ\nhttps://ebsonair.ebs.co.kr/plus3familypc/familypc1m/playlist.m3u8\n#EXTINF:-1 tvg-name=\"KBS Drama\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/f/f2/KBS_DRAMA.svg/512px-KBS_DRAMA.svg.png\" tvg-id=\"KBSDrama.kr\" tvg-country=\"KR\" group-title=\"Korea\",KBS Drama\nhttp://ye23.vip/z7z8/2021/kbs2020.php?id=5\n#EXTINF:-1 tvg-name=\"KBS Joy\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/6b/KBS_JOY.svg/512px-KBS_JOY.svg.png\" tvg-id=\"KBSJoy.kr\" tvg-country=\"KR\" group-title=\"Korea\",KBS Joy\nhttp://ye23.vip/z7z8/2021/kbs2020.php?id=6\n#EXTINF:-1 tvg-name=\"KBS Kids\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/KBS_kids.svg/512px-KBS_kids.svg.png\" tvg-id=\"KBSKids.kr\" tvg-country=\"KR\" group-title=\"Korea\",KBS Kids\nhttp://ye23.vip/z7z8/2021/kbs2020.php?id=9\n#EXTINF:-1 tvg-name=\"KBS Life\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/64/KBS_Life.svg/512px-KBS_Life.svg.png\" tvg-id=\"KBSLife.kr\" tvg-country=\"KR\" group-title=\"Korea\",KBS Life\nhttp://ye23.vip/z7z8/2021/kbs2020.php?id=7\n#EXTINF:-1 tvg-name=\"KBS Story\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/7/7e/KBS_Story.svg/512px-KBS_Story.svg.png\" tvg-id=\"KBSStory.kr\" tvg-country=\"KR\" group-title=\"Korea\",KBS Story\nhttp://ye23.vip/z7z8/2021/kbs2020.php?id=8\n#EXTINF:-1 tvg-name=\"KBS World\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/1/1b/KBS_World_%282009%29.svg/512px-KBS_World_%282009%29.svg.png\" tvg-id=\"KBSWorld.kr\" tvg-country=\"KR\" group-title=\"Korea\",KBS World\nhttp://ye23.vip/z7z8/2021/kbs2020.php?id=3\n#EXTINF:-1 tvg-name=\"KBS Korea Ⓨ\" tvg-logo=\"https://kbsworldimage.kbs.co.kr/images/layout/logo/logo_korea_n.png\" tvg-id=\"KBSKorea.kr\" tvg-country=\"KR\" group-title=\"Korea\",KBS Korea Ⓨ\nhttps://www.youtube.com/c/kbsworldtv/live\n#EXTINF:-1 tvg-name=\"All the K-Pop Ⓨ\" tvg-logo=\"https://i.imgur.com/tBbTTAx.png\" tvg-id=\"AlltheKPop.kr\" tvg-country=\"KR\" group-title=\"Korea\",All the K-Pop Ⓨ\nhttps://www.youtube.com/c/ALLTHEKPOP/live\n#EXTINF:-1 tvg-name=\"RTK 1\" tvg-logo=\"https://i.imgur.com/KTcWcO6.png\" tvg-id=\"RTK1.xk\" tvg-country=\"XK\" group-title=\"Kosovo\",RTK 1\nhttps://ub1doy938d.gjirafa.net/live/Gfsqdsr7FewrYClU3ACEGZvCHktt2wse/zykxzq.m3u8\n#EXTINF:-1 tvg-name=\"RTK 2\" tvg-logo=\"https://i.imgur.com/g6k6xyO.png\" tvg-id=\"RTK2.xk\" tvg-country=\"XK\" group-title=\"Kosovo\",RTK 2\nhttps://ub1doy938d.gjirafa.net/live/Gfsqdsr7FewrYClU3ACEGZvCHktt2wse/zykxz0.m3u8\n#EXTINF:-1 tvg-name=\"RTK 3\" tvg-logo=\"https://i.imgur.com/Ut9VcT3.png\" tvg-id=\"RTK3.xk\" tvg-country=\"XK\" group-title=\"Kosovo\",RTK 3\nhttps://ub1doy938d.gjirafa.net/live/Gfsqdsr7FewrYClU3ACEGZvCHktt2wse/zykxzk.m3u8\n#EXTINF:-1 tvg-name=\"RTK 4\" tvg-logo=\"https://i.imgur.com/Urm4XDR.png\" tvg-id=\"RTK4.xk\" tvg-country=\"XK\" group-title=\"Kosovo\",RTK 4\nhttps://ub1doy938d.gjirafa.net/live/Gfsqdsr7FewrYClU3ACEGZvCHktt2wse/zykxgt.m3u8\n#EXTINF:-1 tvg-name=\"ReTV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/lv/thumb/d/db/ReTV_Logo_2022.svg/320px-ReTV_Logo_2022.svg.png\" tvg-id=\"ReTV.lv\" tvg-country=\"LV\" group-title=\"Latvia\",ReTV\nhttps://retv2132.bstrm.net/slive/_definst_/retv_retv_channel_5k7_42787_default_891_hls.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TV Jūrmala\" tvg-logo=\"https://i.imgur.com/tQHkHD0.png\" tvg-id=\"TVJurmala.lv\" tvg-country=\"LV\" group-title=\"Latvia\",TV Jūrmala\nhttps://air.star.lv/TV_Jurmala_multistream/index.m3u8\n#EXTINF:-1 tvg-name=\"Vidusdaugavas Televīzija\" tvg-logo=\"https://i.imgur.com/L5U3PQR.png\" tvg-id=\"VidusdaugavasTelevizija.lv\" tvg-country=\"LV\" group-title=\"Latvia\",Vidusdaugavas Televīzija\nhttps://straume.vdtv.lv/vdtv2/index.m3u8\n#EXTINF:-1 tvg-name=\"LTV1\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/4/4a/LTV1_%282022%29.svg/768px-LTV1_%282022%29.svg.png\" tvg-id=\"LTV1.lv\" tvg-country=\"LV\" group-title=\"Latvia\",LTV1\nhttps://ltvlive3167.bstrm.net/slive/_definst_/ltvlive_dzsv1_8wg_43518_default_1710_hls.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"LTV7 Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/f/f2/LTV7_Logo_2021.svg/768px-LTV7_Logo_2021.svg.png\" tvg-id=\"LTV7.lv\" tvg-country=\"LV\" group-title=\"Latvia\",LTV7 Ⓖ\nhttps://ltvlive3167.bstrm.net/slive/_definst_/ltvlive_event_3_pg2_44004_default_2306_hls.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"LRT TV\" tvg-logo=\"https://i.imgur.com/FL2ZuGC.png\" tvg-id=\"LRTTV.lt\" tvg-country=\"LT\" group-title=\"Lithuania\",LRT TV\nhttps://stream-syncwords.lrt.lt/out/v1/channel-group-lrt-portal-prod-01/channel-lrt-portal-prod-01/endpoint-lrt-portal-prod-01/index.m3u8\n#EXTINF:-1 tvg-name=\"LRT Lituanica\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/d/d2/LRT_Lituanica_Logo_2022.svg/640px-LRT_Lituanica_Logo_2022.svg.png\" tvg-id=\"LRTLituanica.lt\" tvg-country=\"LT\" group-title=\"Lithuania\",LRT Lituanica\nhttps://stream-live.lrt.lt/lituanica/master.m3u8\n#EXTINF:-1 tvg-name=\"Lietuvos Rytas TV\" tvg-logo=\"https://i.imgur.com/5wpxVI0.png\" tvg-id=\"LietuvosRytasTV.lt\" tvg-country=\"LT\" group-title=\"Lithuania\",Lietuvos Rytas TV\nhttps://live.lietuvosryto.tv/live/hls/eteris.m3u8\n#EXTINF:-1 tvg-name=\"Delfi TV\" tvg-logo=\"https://i.imgur.com/IFoHP5M.png\" tvg-id=\"DelfiTV.lt\" tvg-country=\"LT\" group-title=\"Lithuania\",Delfi TV\nhttps://s1.dcdn.lt/live/televizija/playlist.m3u8\n#EXTINF:-1 tvg-name=\"RTL Télé Lëtzebuerg\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/RTL_Luxembourg_2023.svg/640px-RTL_Luxembourg_2023.svg.png\" tvg-id=\"RTLTeleLuxembourg.lu\" tvg-country=\"LU\" group-title=\"Luxembourg\",RTL Télé Lëtzebuerg\nhttps://live-edge.rtl.lu/channel1/smil:channel1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"RTL Zwee\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/4/43/RTL_Zwee_2023.svg/1024px-RTL_Zwee_2023.svg.png\" tvg-id=\"RTLTeleLuxembourg.lu\" tvg-country=\"LU\" group-title=\"Luxembourg\",RTL Zwee\nhttps://live-edge.rtl.lu/channel2/smil:channel2/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Chamber TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/0/01/Logo_of_the_Chamber_of_Deputies_of_Luxembourg.svg/2560px-Logo_of_the_Chamber_of_Deputies_of_Luxembourg.svg.png\" tvg-id=\"ChamberTV.lu\" tvg-country=\"LU\" group-title=\"Luxembourg\",Chamber TV\nhttps://media02.webtvlive.eu/chd-edge/_definst_/smil:chamber_tv_hd.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TDM Ou Mun\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/zh/9/9b/TDM_Ou_Mun.png\" tvg-id=\"TDMOuMun.mo\" tvg-country=\"MO\" group-title=\"Macau\",TDM Ou Mun\nhttps://live4.tdm.com.mo/ch1/ch1.live/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Canal Macau\" tvg-logo=\"https://i.imgur.com/oFPUZ97.png\" tvg-id=\"CanalMacau.mo\" tvg-country=\"MO\" group-title=\"Macau\",Canal Macau\nhttps://live4.tdm.com.mo/ch2/ch2.live/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TDM Sport\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/zh/9/9b/TDM_Ou_Mun.png\" tvg-id=\"TDMSports.mo\" tvg-country=\"MO\" group-title=\"Macau\",TDM Sport\nhttps://live4.tdm.com.mo/ch4/sport_ch4.live/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TDM Information\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/zh/9/9b/TDM_Ou_Mun.png\" tvg-id=\"TDMInformation.mo\" tvg-country=\"MO\" group-title=\"Macau\",TDM Information\nhttps://live4.tdm.com.mo/ch5/info_ch5.live/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TDM Entertainment\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/6/6c/TDM_Entertainment.png\" tvg-id=\"TDMEntertainment.mo\" tvg-country=\"MO\" group-title=\"Macau\",TDM Entertainment\nhttps://live4.tdm.com.mo/ch6/hd_ch6.live/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TDM Ou Mun-Macau\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/zh/8/87/TDM_Ou_Mun_Macau_logo.png\" tvg-id=\"TDMMacauSatellite.mo\" tvg-country=\"MO\" group-title=\"Macau\",TDM Ou Mun-Macau\nhttps://live4.tdm.com.mo/ch3/ch3.live/playlist.m3u8\n#EXTINF:-1 tvg-name=\"ONE TV\" tvg-logo=\"https://i.imgur.com/Ym1L7No.png\" tvg-id=\"One.mt\" tvg-country=\"MT\" group-title=\"Malta\",ONE TV\nhttps://2-fss-2.streamhoster.com/pl_124/201830-1293592-1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Smash TV\" tvg-logo=\"https://i.imgur.com/ZKF0fG3.png\" tvg-id=\"SmashTV.mt\" tvg-country=\"MT\" group-title=\"Malta\",Smash TV\nhttp://a3.smashmalta.com/hls/smash/smash.m3u8\n#EXTINF:-1 tvg-name=\"Alcarria TV\" tvg-logo=\"https://i.imgur.com/zNSuxVZ.jpg\" tvg-id=\"AlcarriaTV.es\" tvg-country=\"MX\" group-title=\"Mexico\",Alcarria TV\nhttp://cls.alcarria.tv/live/alcarriatv-livestream.m3u8\n#EXTINF:-1 tvg-name=\"Hipodromo de las Americas\" tvg-logo=\"https://i.imgur.com/wc8MlGw.png\" tvg-id=\"HipodromodelasAmericas.mx\" tvg-country=\"MX\" group-title=\"Mexico\",Hipodromo de las Americas\nhttp://wms30.tecnoxia.com/soelvi/abr_soelvi/playlist.m3u8\n#EXTINF:-1 tvg-name=\"MVM NoticiasⓈ\" tvg-logo=\"https://i.imgur.com/dhLXN9n.png\" tvg-id=\"MVMNoticias.mx\" tvg-country=\"MX\" group-title=\"Mexico\",MVM NoticiasⓈ\nhttp://dcunilive21-lh.akamaihd.net/i/dclive_1@59479/index_1_av-p.m3u8\n#EXTINF:-1 tvg-name=\"RCG 3 Saltillo\" tvg-logo=\"https://i.imgur.com/NefH5qZ.png\" tvg-id=\"RCGTV3.mx\" tvg-country=\"MX\" group-title=\"Mexico\",RCG 3 Saltillo\nhttp://wowzacontrol.com:1936/stream56/stream56/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TeleFormula\" tvg-logo=\"https://i.imgur.com/jR6taXt.png\" tvg-id=\"TeleFormula.mx\" tvg-country=\"MX\" group-title=\"Mexico\",TeleFormula\nhttps://wms60.tecnoxia.com/radiof/abr_radioftele/playlist.m3u8\n#EXTINF:-1 tvg-name=\"NRT 4 Monclova\" tvg-logo=\"https://i.imgur.com/IudKE0n.png\" tvg-id=\"noticiasnrt.com\" tvg-country=\"MX\" group-title=\"Mexico\",NRT 4 Monclova\nhttps://59e88b197fb16.streamlock.net:4443/live/canal4/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Las Estrellas\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/4/41/Las_Estrellas.svg\" tvg-id=\"Lasestrellas.tv\" tvg-country=\"MX\" group-title=\"Mexico\",Las Estrellas\nhttps://linear-416.frequency.stream/416/hls/master/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Moldova 1\" tvg-logo=\"https://i.imgur.com/ZbQY56v.png\" tvg-id=\"Moldova1.md\" tvg-country=\"MD\" group-title=\"Moldova\",Moldova 1\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=Moldova1\n#EXTINF:-1 tvg-name=\"Moldova 2\" tvg-logo=\"https://i.imgur.com/Hv6Nk8A.png\" tvg-id=\"Moldova2.md\" tvg-country=\"MD\" group-title=\"Moldova\",Moldova 2\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=Moldova2\n#EXTINF:-1 tvg-name=\"Publika TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/b/b7/Publika_logo_%282017%29.png\" tvg-id=\"PublikaTV.md\" tvg-country=\"MD\" group-title=\"Moldova\",Publika TV\nhttps://livebeta.publika.md/LIVE/P/6810.m3u8\n#EXTINF:-1 tvg-name=\"Vocea Basarabiei\" tvg-logo=\"https://i.imgur.com/irP8QLs.png\" tvg-id=\"VoceaBasarabieiTV.md\" tvg-country=\"MD\" group-title=\"Moldova\",Vocea Basarabiei\nhttps://storage.voceabasarabiei.md/hls/vocea_basarabiei.m3u8\n#EXTINF:-1 tvg-name=\"Canal 2 Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/ro/7/7f/Logo_Canal_2.png\" tvg-id=\"Canal2.md\" tvg-country=\"MD\" group-title=\"Moldova\",Canal 2 Ⓖ\nhttps://livebeta.publika.md/LIVE/2/index.m3u8\n#EXTINF:-1 tvg-name=\"Canal 3 Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/d/d5/Canal_3.svg/640px-Canal_3.svg.png\" tvg-id=\"Canal3.md\" tvg-country=\"MD\" group-title=\"Moldova\",Canal 3 Ⓖ\nhttps://livebeta.publika.md/LIVE/3/index.m3u8\n#EXTINF:-1 tvg-name=\"Prime Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/7/70/Prime.png\" tvg-id=\"Prime.md\" tvg-country=\"MD\" group-title=\"Moldova\",Prime Ⓖ\nhttps://livebeta.publika.md/LIVE/1/600.m3u8\n#EXTINF:-1 tvg-name=\"TVR Moldova Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/e/e4/TVR_Moldova_Logo_2022.svg/640px-TVR_Moldova_Logo_2022.svg.png\" tvg-id=\"TVRMoldova.md\" tvg-country=\"MD\" group-title=\"Moldova\",TVR Moldova Ⓖ\nhttps://mn-nl.mncdn.com/tvrmoldova_new/smil:tvrmoldova_new.smil/chunklist_b6096000.m3u8\n#EXTINF:-1 tvg-name=\"Sor TV\" tvg-logo=\"https://i.imgur.com/BcfZgD8.png\" tvg-id=\"SorTV.md\" tvg-country=\"MD\" group-title=\"Moldova\",Sor TV\nhttp://188.237.212.16:8888/live/cameraFeed.m3u8\n#EXTINF:-1 tvg-name=\"Bălți TV\" tvg-logo=\"https://i.imgur.com/S1vEqZp.png\" tvg-id=\"BaltiTV.md\" tvg-country=\"MD\" group-title=\"Moldova\",Bălți TV\nhttps://hls.btv.md/hls/live2.m3u8\n#EXTINF:-1 tvg-name=\"TV Monaco\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/4/4b/TVMonaco_2023.svg/320px-TVMonaco_2023.svg.png\" tvg-id=\"TVMonaco.mc\" tvg-country=\"MC\" group-title=\"Monaco\",TV Monaco\nhttps://production-fast-mcrtv.content.okast.tv/channels/2116dc08-1959-465d-857f-3619daefb66b/b702b2b9-aebd-436c-be69-2118f56f3d86/2027/media.m3u8\n#EXTINF:-1 tvg-name=\"MonacoInfo\" tvg-logo=\"https://www.lyngsat.com/logo/tv/mm/monaco_info.png\" tvg-id=\"MonacoInfo.mc\" tvg-country=\"MC\" group-title=\"Monaco\",MonacoInfo\nhttps://webtvmonacoinfo.mc/live/prod_720/index.m3u8\n#EXTINF:-1 tvg-name=\"TVCG 1\" tvg-logo=\"https://i.imgur.com/QORHrXu.png\" tvg-id=\"TVCG1.me\" tvg-country=\"ME\" group-title=\"Montenegro\",TVCG 1\nhttp://cdn3.bcdn.rs:1935/cg1/smil:cg1.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TVCG 2\" tvg-logo=\"https://i.imgur.com/WECmUKH.png\" tvg-id=\"TVCG2.me\" tvg-country=\"ME\" group-title=\"Montenegro\",TVCG 2\nhttp://cdn3.bcdn.rs:1935/cg2/smil:cg2.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TVCG 3\" tvg-logo=\"https://i.imgur.com/XC7zVog.png\" tvg-id=\"Parlamentarnikanal.me\" tvg-country=\"ME\" group-title=\"Montenegro\",TVCG 3\nhttps://parlament.rtcg.me:1936/pr/smil:parlament.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TVCG MNE\" tvg-logo=\"https://i.imgur.com/pf8VEwf.png\" tvg-id=\"TVCGMNE.me\" tvg-country=\"ME\" group-title=\"Montenegro\",TVCG MNE\nhttp://cdn3.bcdn.rs:1935/cgsat/smil:cgsat.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"NPO 1 Ⓖ\" tvg-logo=\"https://i.imgur.com/pUBy4Pb.png\" tvg-id=\"NPO1.nl\" tvg-country=\"NL\" group-title=\"Netherlands\",NPO 1 Ⓖ\nhttp://resolver.streaming.api.nos.nl/livestream?url=/live/npo/tvlive/npo1/npo1.isml/.m3u8\n#EXTINF:-1 tvg-name=\"NPO 2 Ⓖ\" tvg-logo=\"https://i.imgur.com/Vl2G1H3.png\" tvg-id=\"NPO2.nl\" tvg-country=\"NL\" group-title=\"Netherlands\",NPO 2 Ⓖ\nhttp://resolver.streaming.api.nos.nl/livestream?url=/live/npo/tvlive/npo2/npo2.isml/.m3u8\n#EXTINF:-1 tvg-name=\"NPO 3 Ⓖ\" tvg-logo=\"https://i.imgur.com/dVB4Pqc.png\" tvg-id=\"NPO3.nl\" tvg-country=\"NL\" group-title=\"Netherlands\",NPO 3 Ⓖ\nhttp://resolver.streaming.api.nos.nl/livestream?url=/live/npo/tvlive/npo3/npo3.isml/.m3u8\n#EXTINF:-1 tvg-name=\"Omrop Fryslân\" tvg-logo=\"https://i.imgur.com/0VKJLAK.png\" tvg-id=\"OmropFryslanTV.nl\" tvg-country=\"NL\" group-title=\"Netherlands\",Omrop Fryslân\nhttps://d3pvma9xb2775h.cloudfront.net/live/omropfryslan/f8f68bd5/playlist.m3u8\n#EXTINF:-1 tvg-name=\"RTV Noord\" tvg-logo=\"https://i.imgur.com/pO5Mexa.png\" tvg-id=\"RTVNoord.nl\" tvg-country=\"NL\" group-title=\"Netherlands\",RTV Noord\nhttps://media.rtvnoord.nl/live/rtvnoord/tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"RTV Drenthe\" tvg-logo=\"https://i.imgur.com/GaGqM4z.png\" tvg-id=\"RTVDrenthe.nl\" tvg-country=\"NL\" group-title=\"Netherlands\",RTV Drenthe\nhttps://cdn.rtvdrenthe.nl/live/rtvdrenthe/tv/1080p/prog_index.m3u8\n#EXTINF:-1 tvg-name=\"RTV Oost\" tvg-logo=\"https://i.imgur.com/8ropV29.png\" tvg-id=\"RTVOost.nl\" tvg-country=\"NL\" group-title=\"Netherlands\",RTV Oost\nhttps://d34cg2bnc08ruf.cloudfront.net/live/rtvoost/tv/index.m3u8\n#EXTINF:-1 tvg-name=\"Omroep Gelderland\" tvg-logo=\"https://i.imgur.com/TPlyvUQ.png\" tvg-id=\"OmroepGelderlandTV.nl\" tvg-country=\"NL\" group-title=\"Netherlands\",Omroep Gelderland\nhttps://d2od87akyl46nm.cloudfront.net/live/omroepgelderland/tvgelderland-hls/index.m3u8\n#EXTINF:-1 tvg-name=\"RTV Utrecht\" tvg-logo=\"https://i.imgur.com/c0I24N6.png\" tvg-id=\"RTVUtrecht.nl\" tvg-country=\"NL\" group-title=\"Netherlands\",RTV Utrecht\nhttp://media.rtvutrecht.nl/live/rtvutrecht/rtvutrecht/index.m3u8\n#EXTINF:-1 tvg-name=\"Omroep Flevoland Ⓢ\" tvg-logo=\"https://i.imgur.com/d1CmTcI.png\" tvg-id=\"OmroepFlevolandTV.nl\" tvg-country=\"NL\" group-title=\"Netherlands\",Omroep Flevoland Ⓢ\nhttps://d5ms27yy6exnf.cloudfront.net/live/omroepflevoland/tv/index.m3u8\n#EXTINF:-1 tvg-name=\"NH Nieuws\" tvg-logo=\"https://i.imgur.com/SQPVOwn.png\" tvg-country=\"NL\" group-title=\"Netherlands\",NH Nieuws\nhttps://rrr.sz.xlcdn.com/?account=nhnieuws&file=live&type=live&service=wowza&protocol=https&output=playlist.m3u8\n#EXTINF:-1 tvg-name=\"RTV Rijnmond\" tvg-logo=\"https://i.imgur.com/TNhUVEm.png\" tvg-id=\"RTVRijnmond.nl\" tvg-country=\"NL\" group-title=\"Netherlands\",RTV Rijnmond\nhttps://dcur8bjarl5c2.cloudfront.net/live/rijnmond/tv/index.m3u8\n#EXTINF:-1 tvg-name=\"Omroep West\" tvg-logo=\"https://i.imgur.com/aax1HPH.png\" tvg-id=\"OmroepWestTV.nl\" tvg-country=\"NL\" group-title=\"Netherlands\",Omroep West\nhttps://d1axml5ozykh3g.cloudfront.net/live/omroepwest/tv/index.m3u8\n#EXTINF:-1 tvg-name=\"Omroep Zeeland\" tvg-logo=\"https://i.imgur.com/8aLDyUI.png\" tvg-id=\"OmroepZeelandTV.nl\" tvg-country=\"NL\" group-title=\"Netherlands\",Omroep Zeeland\nhttp://d3isaxd2t6q8zm.cloudfront.net/live/omroepzeeland/tv/index.m3u8\n#EXTINF:-1 tvg-name=\"Omroep Brabant\" tvg-logo=\"https://i.imgur.com/Jv7IjHJ.png\" tvg-id=\"OmroepBrabantTV.nl\" tvg-country=\"NL\" group-title=\"Netherlands\",Omroep Brabant\nhttp://d3slqp9xhts6qb.cloudfront.net/live/omroepbrabant/tv/index.m3u8\n#EXTINF:-1 tvg-name=\"L1 Ⓢ\" tvg-logo=\"https://i.imgur.com/Jyhn1iP.png\" tvg-id=\"L1TV.nl\" tvg-country=\"NL\" group-title=\"Netherlands\",L1 Ⓢ\nhttp://d34pj260kw1xmk.cloudfront.net/live/l1/tv/index.m3u8\n#EXTINF:-1 tvg-name=\"KCTV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/26/Logo_of_the_Korean_Central_Television.svg/640px-Logo_of_the_Korean_Central_Television.svg.png\" tvg-id=\"KCTV.kp\" tvg-country=\"KP\" group-title=\"North Korea\",KCTV\nhttps://tv.nknews.org/tvdash/stream.mpd\n#EXTINF:-1 tvg-name=\"Телевизија Здравкин\" tvg-logo=\"https://i.imgur.com/kSmcAER.png\" tvg-id=\"Zdravkin\" tvg-country=\"MK\" group-title=\"North Macedonia\",Телевизија Здравкин\nhttp://zdravkin.hugo.mk:1935/live/zdravkin/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Орбис\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/6/6f/Orbis-logo.png\" tvg-id=\"TV Orbis\" tvg-country=\"MK\" group-title=\"North Macedonia\",Орбис\nhttp://tvorbis.hugo.mk:1935/live/orbistv/index.m3u8\n#EXTINF:-1 tvg-name=\"M»Net\" tvg-logo=\"https://i.imgur.com/JWHcGMX.png\" tvg-id=\"mnet.mk\" tvg-country=\"MK\" group-title=\"North Macedonia\",M»Net\nhttp://ares.mnet.mk/hls/mnet.m3u8\n#EXTINF:-1 tvg-name=\"Канал 8\" tvg-logo=\"https://i.imgur.com/5skC7be.png\" tvg-id=\"kanal8.mk\" tvg-country=\"MK\" group-title=\"North Macedonia\",Канал 8\nhttp://kanal8.hugo.mk:1935/live/kanal8/index.m3u8\n#EXTINF:-1 tvg-name=\"ТВ СВЕТ\" tvg-logo=\"https://i.imgur.com/R79xT60.png\" tvg-id=\"tvsvet.com.mk\" tvg-country=\"MK\" group-title=\"North Macedonia\",ТВ СВЕТ\nhttp://tvsvet.hugo.mk:1936/live/tvsvet/stream/3.m3u8\n#EXTINF:-1 tvg-name=\"M»Net Sport\" tvg-logo=\"https://i.imgur.com/q3DV2gP.png\" tvg-id=\"sport.mnet.mk\" tvg-country=\"MK\" group-title=\"North Macedonia\",M»Net Sport\nhttp://ares.mnet.mk/hls/mnet-sport.m3u8\n#EXTINF:-1 tvg-name=\"M»Net Info\" tvg-logo=\"https://i.imgur.com/O26HEyC.png\" tvg-id=\"info.mnet.mk\" tvg-country=\"MK\" group-title=\"North Macedonia\",M»Net Info\nhttp://ares.mnet.mk/hls/mnet-info.m3u8\n#EXTINF:-1 tvg-name=\"TV 24 Ⓖ\" tvg-logo=\"https://i.imgur.com/MFKeNZx.png\" tvg-id=\"24.mk\" tvg-country=\"MK\" group-title=\"North Macedonia\",TV 24 Ⓖ\nhttps://hls.telekabel.com.mk:1936/live/11/playlist.m3u8\n#EXTINF:-1 tvg-name=\"ТВ НОВА 12\" tvg-logo=\"https://i.imgur.com/Qo3Hj3t.png\" tvg-id=\"tvnova12.mk\" tvg-country=\"MK\" group-title=\"North Macedonia\",ТВ НОВА 12\nhttp://151.236.247.171:8080/nova/index.m3u8\n#EXTINF:-1 tvg-name=\"Вардар тв\" tvg-logo=\"https://i.imgur.com/c2JHg9R.png\" tvg-id=\"vardar tv\" tvg-country=\"MK\" group-title=\"North Macedonia\",Вардар тв\nhttps://streaming.iptv.mk/fcvardar/index.fmp4.m3u8\n#EXTINF:-1 tvg-name=\"ЗОНА М1 ТВ\" tvg-logo=\"https://i.imgur.com/yTR7A0d.png\" tvg-id=\"zona m1\" tvg-country=\"MK\" group-title=\"North Macedonia\",ЗОНА М1 ТВ\nhttps://zonam1.ddns.net/hls/stream1.m3u8\n#EXTINF:-1 tvg-name=\"Наша ТВ\" tvg-logo=\"https://i.imgur.com/EOLrXvB.png\" tvg-id=\"NasaTV.mk\" tvg-country=\"MK\" group-title=\"North Macedonia\",Наша ТВ\nhttps://stream.nasatv.com.mk/hls/nasatv_live.m3u8\n#EXTINF:-1 tvg-name=\"Cool TV\" tvg-logo=\"https://i.imgur.com/2tFrjUz.png\" tvg-id=\"CoolTV.mk\" tvg-country=\"MK\" group-title=\"North Macedonia\",Cool TV\nhttps://stream.nasatv.com.mk/cooltv/hls/cooltv_live.m3u8\n#EXTINF:-1 tvg-name=\"Folk TV\" tvg-logo=\"https://i.imgur.com/4b9aZ9P.png\" tvg-id=\"FolkTV.mk\" tvg-country=\"MK\" group-title=\"North Macedonia\",Folk TV\nhttps://stream.nasatv.com.mk/folktv/hls/folktv_live.m3u8\n#EXTINF:-1 tvg-name=\"Jazz TV\" tvg-logo=\"https://i.imgur.com/4U6Ju5G.png\" tvg-id=\"JazzTV.mk\" tvg-country=\"MK\" group-title=\"North Macedonia\",Jazz TV\nhttps://stream.nasatv.com.mk/jazztv/hls/jazztv_live.m3u8\n#EXTINF:-1 tvg-name=\"Love TV\" tvg-logo=\"https://i.imgur.com/B8iaejQ.png\" tvg-id=\"LoveTV.mk\" tvg-country=\"MK\" group-title=\"North Macedonia\",Love TV\nhttps://stream.nasatv.com.mk/lovetv/hls/lovetv_live.m3u8\n#EXTINF:-1 tvg-name=\"Rock TV\" tvg-logo=\"https://i.imgur.com/Y9miDQo.png\" tvg-id=\"RockTV.mk\" tvg-country=\"MK\" group-title=\"North Macedonia\",Rock TV\nhttps://stream.nasatv.com.mk/rocktv/hls/rocktv_live.m3u8\n#EXTINF:-1 tvg-name=\"Стар Фолк\" tvg-logo=\"https://i.imgur.com/7RstQYI.png\" tvg-id=\"StarFolkTV.mk\" tvg-country=\"MK\" group-title=\"North Macedonia\",Стар Фолк\nhttps://live.muzickatv.mk/live/StarMusic.m3u8\n#EXTINF:-1 tvg-name=\"Sky Folk\" tvg-logo=\"https://i.imgur.com/xRw4Hmu.png\" tvg-id=\"SkyFolkTV.mk\" tvg-country=\"MK\" group-title=\"North Macedonia\",Sky Folk\nhttps://skyfolk.mk/live.m3u8\n#EXTINF:-1 tvg-name=\"Хуго 2\" tvg-logo=\"https://i.imgur.com/yb3xjOZ.png\" tvg-id=\"Hugo2.mk\" tvg-country=\"MK\" group-title=\"North Macedonia\",Хуго 2\nhttp://fta.hugo.mk:1935/live/tvhugo/stream/2.m3u8\n#EXTINF:-1 tvg-name=\"Folk Club TV\" tvg-logo=\"https://i.imgur.com/vkGFSl8.png\" tvg-id=\"FolkClubTV.mk\" tvg-country=\"MK\" group-title=\"North Macedonia\",Folk Club TV\nhttp://tv1.intv.mk:1935/live2/folkklub/index.m3u8\n#EXTINF:-1 tvg-name=\"INTV\" tvg-logo=\"https://i.imgur.com/K7BSjqY.png\" tvg-id=\"\" tvg-country=\"MK\" group-title=\"North Macedonia\",INTV\nhttp://tv1.intv.mk:1935/live/intv/index.m3u8\n#EXTINF:-1 tvg-name=\"Macedonian Documentary Channel\" tvg-logo=\"https://i.imgur.com/uYyG2oA.png\" tvg-id=\"\" tvg-country=\"MK\" group-title=\"North Macedonia\",Macedonian Documentary Channel\nhttps://giganet.mk/hls/macdoc.m3u8\n#EXTINF:-1 tvg-name=\"Вистел\" tvg-logo=\"https://i.imgur.com/MbM0E6L.png\" tvg-id=\"\" tvg-country=\"MK\" group-title=\"North Macedonia\",Вистел\nhttps://live.vtv.mk/live/vtv/chunks.m3u8\n#EXTINF:-1 tvg-name=\"Стар Плус\" tvg-logo=\"https://i.imgur.com/01yz22a.png\" tvg-id=\"\" tvg-country=\"MK\" group-title=\"North Macedonia\",Стар Плус\nhttps://live.muzickatv.mk/live/StarMusic2.m3u8\n#EXTINF:-1 tvg-name=\"NRK1 Ⓖ\" tvg-logo=\"https://i.imgur.com/9tj8ds7.png\" tvg-id=\"NRK1.no\" tvg-country=\"NO\" group-title=\"Norway\",NRK1 Ⓖ\nhttps://nrk-nrk1.akamaized.net/21/0/hls/nrk_1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"NRK2 Ⓖ\" tvg-logo=\"https://i.imgur.com/SiAdoK9.png\" tvg-id=\"NRK2.no\" tvg-country=\"NO\" group-title=\"Norway\",NRK2 Ⓖ\nhttps://nrk-nrk2.akamaized.net/22/0/hls/nrk_2/playlist.m3u8\n#EXTINF:-1 tvg-name=\"NRK3 Ⓖ\" tvg-logo=\"https://i.imgur.com/TNhV2I7.png\" tvg-id=\"NRK3.no\" tvg-country=\"NO\" group-title=\"Norway\",NRK3 Ⓖ\nhttps://nrk-nrk3.akamaized.net/23/0/hls/nrk_3/playlist.m3u8\n#EXTINF:-1 tvg-name=\"NRK Super Ⓖ\" tvg-logo=\"https://i.imgur.com/xIATe2T.png\" tvg-id=\"NRKSuper.no\" tvg-country=\"NO\" group-title=\"Norway\",NRK Super Ⓖ\nhttps://nrk-nrksuper.akamaized.net/23/0/hls/nrk_super/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TV 2 Sport 1\" tvg-logo=\"https://i.imgur.com/asKHqNZ.png\" tvg-id=\"TV2Sport1.no\" tvg-country=\"NO\" group-title=\"Norway\",TV 2 Sport 1\nhttps://ws31-hls-live.akamaized.net/out/u/1416253.m3u8\n#EXTINF:-1 tvg-name=\"TV 2 Nyheter\" tvg-logo=\"https://i.imgur.com/kkKoY6s.png\" tvg-id=\"TV2Nyhetskanalen.no\" tvg-country=\"NO\" group-title=\"Norway\",TV 2 Nyheter\nhttps://ws15-hls-live.akamaized.net/out/u/1153546.m3u8\n#EXTINF:-1 tvg-name=\"Frikanalen\" tvg-logo=\"https://i.imgur.com/rY3Owxl.png\" tvg-id=\"Frikanalen.no\" tvg-country=\"NO\" group-title=\"Norway\",Frikanalen\nhttps://frikanalen.no/stream/index.m3u8\n#EXTINF:-1 tvg-name=\"Kanal 10 Norge\" tvg-logo=\"https://i.imgur.com/2fOcZfK.png\" tvg-id=\"Kanal10Norway.no\" tvg-country=\"NO\" group-title=\"Norway\",Kanal 10 Norge\nhttps://player-api.new.livestream.com/accounts/29308686/events/10787545/broadcasts/235454817.secure.m3u8\n#EXTINF:-1 tvg-name=\"Unicanal\" tvg-logo=\"https://i.imgur.com/brlepuX.png\" tvg-id=\"Unicanal.py\" tvg-country=\"PY\" group-title=\"Paraguay\",Unicanal\nhttp://45.55.127.106/live/unicanal.m3u8\n#EXTINF:-1 tvg-name=\"Trece\" tvg-logo=\"https://i.imgur.com/9kcYqk2.png\" tvg-id=\"Trece.py\" tvg-country=\"PY\" group-title=\"Paraguay\",Trece\nhttps://stream.rpc.com.py/live/trece_src.m3u8\n#EXTINF:-1 tvg-name=\"ABC TV\" tvg-logo=\"https://i.imgur.com/tBdgllD.png\" tvg-id=\"ABCTV.py\" tvg-country=\"PY\" group-title=\"Paraguay\",ABC TV\nhttps://d2e809bgs49c6y.cloudfront.net/live/d87c2b7b-9ecf-4e6e-b63b-b32772bd7851/live.isml/d87c2b7b-9ecf-4e6e-b63b-b32772bd7851.m3u8\n#EXTINF:-1 tvg-name=\"Panamericana TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/2/26/Panamericana_tv_2009.png\" tvg-id=\"PanamericanaTV.pe\" tvg-country=\"PE\" group-title=\"Peru\",Panamericana TV\nhttps://cdnhd.iblups.com/hls/ptv2.m3u8\n#EXTINF:-1 tvg-name=\"ATV+ Noticias\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/f/f4/Atv_noticias_logo.png\" tvg-id=\"ATVPlus.pe\" tvg-country=\"PE\" group-title=\"Peru\",ATV+ Noticias\nhttps://dysmuyxh5vstv.cloudfront.net/hls/atv2.m3u8\n#EXTINF:-1 tvg-name=\"Karibeña TV\" tvg-logo=\"https://i.pinimg.com/280x280_RS/11/85/b6/1185b667fe3f80d7072359d7ce7ce52d.jpg\" tvg-id=\"Karibena.pe\" tvg-country=\"PE\" group-title=\"Peru\",Karibeña TV\nhttps://cu.onliv3.com/livevd/user1.m3u8\n#EXTINF:-1 tvg-name=\"Top Latino TV\" tvg-logo=\"https://static.mytuner.mobi/media/tvos_radios/fTmfsKeREm.png\" tvg-id=\"TopLatinoTV.pe\" tvg-country=\"PE\" group-title=\"Peru\",Top Latino TV\nhttps://5cefcbf58ba2e.streamlock.net:543/tltvweb/latintv.stream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TVP1\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/4/4a/TVP1_logo.svg/640px-TVP1_logo.svg.png\" tvg-id=\"TVP1.pl\" tvg-country=\"PL\" group-title=\"Poland\",TVP1\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=TVP1\n#EXTINF:-1 tvg-name=\"TVP2\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/TVP2_logo.svg/640px-TVP2_logo.svg.png\" tvg-id=\"TVP2.pl\" tvg-country=\"PL\" group-title=\"Poland\",TVP2\nhttps://strims.top/tv/tvp2.m3u8\n#EXTINF:-1 tvg-name=\"TVP3 Warszawa\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/a/a7/TVP3_%282016%29.svg/640px-TVP3_%282016%29.svg.png\" tvg-id=\"TVP3Warszawa.pl\" tvg-country=\"PL\" group-title=\"Poland\",TVP3 Warszawa\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=TVP3Warszawa\n#EXTINF:-1 tvg-name=\"TVP Polonia\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/1/1a/TVP_Polonia_Logo_2020.svg/640px-TVP_Polonia_Logo_2020.svg.png\" tvg-id=\"TVPPolonia.pl\" tvg-country=\"PL\" group-title=\"Poland\",TVP Polonia\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=TVPPolonia\n#EXTINF:-1 tvg-name=\"Alfa TVP\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/1/1f/Alfa_TVP_%282022%29.svg/640px-Alfa_TVP_%282022%29.svg.png\" tvg-id=\"AlfaTVP.pl\" tvg-country=\"PL\" group-title=\"Poland\",Alfa TVP\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=AlfaTVP\n#EXTINF:-1 tvg-name=\"TVP Info\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/c/ce/TVP_Info_logo.svg/640px-TVP_Info_logo.svg.png\" tvg-id=\"TVPInfo.pl\" tvg-country=\"PL\" group-title=\"Poland\",TVP Info\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=TVPInfo\n#EXTINF:-1 tvg-name=\"Belsat\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/63/Belsat_%282022%29.svg/768px-Belsat_%282022%29.svg.png\" tvg-id=\"BelsatTV.pl\" tvg-country=\"PL\" group-title=\"Poland\",Belsat\nhttp://149.5.17.34:20041/play/a076\n#EXTINF:-1 tvg-name=\"TVP World\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/8/8d/TVP_World_%282021%29.svg/640px-TVP_World_%282021%29.svg.png\" tvg-id=\"TVPWorld.pl\" tvg-country=\"PL\" group-title=\"Poland\",TVP World\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=TVPWorld\n#EXTINF:-1 tvg-name=\"TVP ABC 2\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/thumb/c/cb/TVP_ABC_2_%282022%29.svg/640px-TVP_ABC_2_%282022%29.svg.png\" tvg-id=\"TVPABC2.pl\" tvg-country=\"PL\" group-title=\"Poland\",TVP ABC 2\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=TVPABC2\n#EXTINF:-1 tvg-name=\"TVP Historia 2\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/1/18/TVP_Historia_2_%282021%29.svg/640px-TVP_Historia_2_%282021%29.svg.png\" tvg-id=\"TVPHistoria2.pl\" tvg-country=\"PL\" group-title=\"Poland\",TVP Historia 2\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=TVPHistoria2\n#EXTINF:-1 tvg-name=\"TVP Kultura 2\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/1/13/TVP_Kultura_2_%282020%29.svg/640px-TVP_Kultura_2_%282020%29.svg.png\" tvg-id=\"TVPKultura2.pl\" tvg-country=\"PL\" group-title=\"Poland\",TVP Kultura 2\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=TVPKultura2\n#EXTINF:-1 tvg-name=\"4fun.tv Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/4fun.tv_Logo_%282017%29.svg/640px-4fun.tv_Logo_%282017%29.svg.png\" tvg-id=\"4FunTV.pl\" tvg-country=\"PL\" group-title=\"Poland\",4fun.tv Ⓢ\nhttps://stream.4fun.tv:8888/hls/4f_high/index.m3u8\n#EXTINF:-1 tvg-name=\"TV Republika\" tvg-logo=\"https://i.imgur.com/ljpK6dZ.png\" tvg-id=\"TVRepublika.pl\" tvg-country=\"PL\" group-title=\"Poland\",TV Republika\nhttps://redir.cache.orange.pl/jupiter/o1-cl7/ssl/live/tvrepublika/live.m3u8\n#EXTINF:-1 tvg-name=\"RTP1\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/e/ec/RTP1_-_Logo_2016.svg/640px-RTP1_-_Logo_2016.svg.png\" tvg-id=\"RTP1.pt\" tvg-country=\"PT\" group-title=\"Portugal\",RTP1\nhttps://streaming-live.rtp.pt/liverepeater/smil:rtp1HD.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"RTP2 Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/4/4d/Rtp2_2016_logo.png\" tvg-id=\"RTP2.pt\" tvg-country=\"PT\" group-title=\"Portugal\",RTP2 Ⓖ\nhttps://streaming-live.rtp.pt/liverepeater/rtp2HD.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"SIC\" tvg-logo=\"https://i.imgur.com/SPMqiDG.png\" tvg-id=\"SIC.pt\" tvg-country=\"PT\" group-title=\"Portugal\",SIC\nhttps://d1zx6l1dn8vaj5.cloudfront.net/out/v1/b89cc37caa6d418eb423cf092a2ef970/index.m3u8\n#EXTINF:-1 tvg-name=\"RTP Açores\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/a/aa/RTP_A%C3%A7ores_%282016%29.svg/640px-RTP_A%C3%A7ores_%282016%29.svg.png\" tvg-id=\"RTPAcores.pt\" tvg-country=\"PT\" group-title=\"Portugal\",RTP Açores\nhttps://streaming-live.rtp.pt/liverepeater/smil:rtpacoresHD.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"RTP Madeira Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/a/ac/RTP_Madeira_2016.png\" tvg-id=\"RTPMadeira.pt\" tvg-country=\"PT\" group-title=\"Portugal\",RTP Madeira Ⓢ\nhttps://streaming-live.rtp.pt/liverepeater/smil:rtpmadeira.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"RTP3\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/b/b9/Rtp3.png\" tvg-id=\"RTP3.pt\" tvg-country=\"PT\" group-title=\"Portugal\",RTP3\nhttps://streaming-live.rtp.pt/livetvhlsDVR/rtpnHDdvr.smil/playlist.m3u8?DVR=\n#EXTINF:-1 tvg-name=\"Porto Canal Ⓢ\" tvg-logo=\"https://i.imgur.com/wsyvP2H.png\" tvg-id=\"PortoCanal.pt\" tvg-country=\"PT\" group-title=\"Portugal\",Porto Canal Ⓢ\nhttps://streamer-a01.videos.sapo.pt/live/portocanal/playlist.m3u8\n#EXTINF:-1 tvg-name=\"ADtv Ⓢ\" tvg-logo=\"https://i.imgur.com/FvlcU3z.png\" tvg-country=\"PT\" group-title=\"Portugal\",ADtv Ⓢ\nhttps://playout172.livextend.cloud/liveiframe/_definst_/ngrp:liveartvabr_abr/playlist.m3u8\n#EXTINF:-1 tvg-name=\"CNN Portugal\" tvg-logo=\"https://i.imgur.com/NYH39xs.png\" tvg-id=\"CNNPortugal.pt\" tvg-country=\"PT\" group-title=\"Portugal\",CNN Portugal\nhttps://sktv-forwarders.7m.pl/get.php?x=CNN_Portugal\n#EXTINF:-1 tvg-name=\"Euronews em Português Ⓨ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Euronews_2022.svg/640px-Euronews_2022.svg.png\" tvg-id=\"EuronewsPortuguese.fr\" tvg-country=\"PT\" group-title=\"Portugal\",Euronews em Português Ⓨ\nhttps://www.youtube.com/euronewspt/live\n#EXTINF:-1 tvg-name=\"Qatar Television\" tvg-logo=\"https://i.imgur.com/N5RB4sp.png\" tvg-id=\"QatarTelevision.qa\" tvg-country=\"QA\" group-title=\"Qatar\",Qatar Television\nhttps://qatartv.akamaized.net/hls/live/2026573/qtv1/master.m3u8\n#EXTINF:-1 tvg-name=\"Qatar Television 2\" tvg-logo=\"https://i.imgur.com/iWJxDUm.png\" tvg-id=\"QatarTelevision2.qa\" tvg-country=\"QA\" group-title=\"Qatar\",Qatar Television 2\nhttps://qatartv.akamaized.net/hls/live/2026573/qtv1/master.m3u8\n#EXTINF:-1 tvg-name=\"Al Rayyan\" tvg-logo=\"https://i.imgur.com/Ts3RjTV.png\" tvg-id=\"AlRayyanTV.qa\" tvg-country=\"QA\" group-title=\"Qatar\",Al Rayyan\nhttps://alrayyancdn.vidgyor.com/pub-noalrayy3pwz0l/liveabr/playlist_dvr.m3u8\n#EXTINF:-1 tvg-name=\"Al Rayyan Old TV\" tvg-logo=\"https://i.imgur.com/4qB5iN0.png\" tvg-id=\"AlRayyanOldTV.qa\" tvg-country=\"QA\" group-title=\"Qatar\",Al Rayyan Old TV\nhttps://alrayyancdn.vidgyor.com/pub-nooldraybinbdh/liveabr/playlist_dvr.m3u8\n#EXTINF:-1 tvg-name=\"Al Jazeera Mubasher\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/9/90/Al_Jazeera_Mubasher_logo.png\" tvg-id=\"AlJazeeraMubasher.qa\" tvg-country=\"QA\" group-title=\"Qatar\",Al Jazeera Mubasher\nhttps://live-hls-web-ajm.getaj.net/AJM/index.m3u8\n#EXTINF:-1 tvg-name=\"Alkass One\" tvg-logo=\"https://i.imgur.com/10mmlha.png\" tvg-id=\"AlkassOne.qa\" tvg-country=\"QA\" group-title=\"Qatar\",Alkass One\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=AlkassOne\n#EXTINF:-1 tvg-name=\"Alkass Two\" tvg-logo=\"https://i.imgur.com/8w61kFX.png\" tvg-id=\"AlkassTwo.qa\" tvg-country=\"QA\" group-title=\"Qatar\",Alkass Two\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=AlkassTwo\n#EXTINF:-1 tvg-name=\"Alkass Three\" tvg-logo=\"https://i.imgur.com/d57BdFh.png\" tvg-id=\"AlkassThree.qa\" tvg-country=\"QA\" group-title=\"Qatar\",Alkass Three\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=AlkassThree\n#EXTINF:-1 tvg-name=\"Alkass Four\" tvg-logo=\"https://i.imgur.com/iDL65Wu.png\" tvg-id=\"AlkassFour.qa\" tvg-country=\"QA\" group-title=\"Qatar\",Alkass Four\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=AlkassFour\n#EXTINF:-1 tvg-name=\"Al Araby TV\" tvg-logo=\"https://i.imgur.com/YMqWEe4.png\" tvg-id=\"AlkassFour.qa\" tvg-country=\"QA\" group-title=\"Qatar\",Al Araby TV\nhttps://alaraby.cdn.octivid.com/alaraby/smil:alaraby.stream.smil/chunklist.m3u8\n#EXTINF:-1 tvg-name=\"TVR 1 Ⓖ\" tvg-logo=\"https://i.imgur.com/CKQ7mpB.png\" tvg-id=\"TVR1.ro\" tvg-country=\"RO\" group-title=\"Romania\",TVR 1 Ⓖ\nhttps://mn-nl.mncdn.com/tvr1_hd_live/smil:tvr1_hd_live.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TVR 2 Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/4/4c/TVR_2_2022_logo.png\" tvg-id=\"TVR2.ro\" tvg-country=\"RO\" group-title=\"Romania\",TVR 2 Ⓖ\nhttps://mn-nl.mncdn.com/tvr2_test/smil:tvr2_test.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TVR 3 Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/0/0d/TVR3_2022.png\" tvg-id=\"TVR3.ro\" tvg-country=\"RO\" group-title=\"Romania\",TVR 3 Ⓖ\nhttps://mn-nl.mncdn.com/tvr3_test/smil:tvr3_test.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TVR Info Ⓖ\" tvg-logo=\"https://i.imgur.com/7oE7ThR.png\" tvg-id=\"TVRInfo.ro\" tvg-country=\"RO\" group-title=\"Romania\",TVR Info Ⓖ\nhttps://mn-nl.mncdn.com/tvrinfo/tvrinfo_mjuypp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TVR International Ⓖ\" tvg-logo=\"https://i.imgur.com/AlW8jyl.png\" tvg-id=\"TVRInternational.ro\" tvg-country=\"RO\" group-title=\"Romania\",TVR International Ⓖ\nhttps://mn-nl.mncdn.com/tvri_test/smil:tvri_test.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Pro TV\" tvg-logo=\"https://i.imgur.com/aKAfKtW.png\" tvg-id=\"ProTV.ro\" tvg-country=\"RO\" group-title=\"Romania\",Pro TV\nhttps://cmero-ott-live.ssl.cdn.cra.cz/channels/cme-ro-voyo-news/playlist.m3u8?offsetSeconds=0&url=0\n#EXTINF:-1 tvg-name=\"Prima TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/5/5d/Prima_TV_%28Rumaenien%29_Logo.svg/512px-Prima_TV_%28Rumaenien%29_Logo.svg.png\" tvg-id=\"PrimaTV.ro\" tvg-country=\"RO\" group-title=\"Romania\",Prima TV\nhttps://stream1.1616.ro:1945/prima/livestream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"România TV Ⓖ\" tvg-logo=\"https://i.imgur.com/ZIfEp5I.png\" tvg-id=\"RomaniaTV.ro\" tvg-country=\"RO\" group-title=\"Romania\",România TV Ⓖ\nhttps://livestream.romaniatv.net/clients/romaniatv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Telestar1\" tvg-logo=\"https://i.imgur.com/UZQjEsd.png\" tvg-id=\"Telestar1.ro\" tvg-country=\"RO\" group-title=\"Romania\",Telestar1\nhttp://89.47.97.15/telestar/telestar.m3u8\n#EXTINF:-1 tvg-name=\"Euronews România Ⓨ\" tvg-logo=\"https://i.imgur.com/jUOVUXt.png\" tvg-id=\"EuronewsRomania.ro\" tvg-country=\"RO\" group-title=\"Romania\",Euronews România Ⓨ\nhttps://www.youtube.com/euronewsro/live\n#EXTINF:-1 tvg-name=\"TVR Cluj Ⓖ\" tvg-logo=\"https://i.imgur.com/8DqsGHO.png\" tvg-id=\"TVRCluj.ro\" tvg-country=\"RO\" group-title=\"Romania\",TVR Cluj Ⓖ\nhttps://mn-nl.mncdn.com/tvrcluj_new/smil:tvrcluj_new.smil/index.m3u8\n#EXTINF:-1 tvg-name=\"TVR Craiova Ⓖ\" tvg-logo=\"https://i.imgur.com/vxWbQiy.png\" tvg-id=\"TVRCraiova.ro\" tvg-country=\"RO\" group-title=\"Romania\",TVR Craiova Ⓖ\nhttps://mn-nl.mncdn.com/tvrcraiova_new/smil:tvrcraiova_new.smil/index.m3u8\n#EXTINF:-1 tvg-name=\"TVR Iași Ⓖ\" tvg-logo=\"https://i.imgur.com/Kxkihds.png\" tvg-id=\"TVRIasi.ro\" tvg-country=\"RO\" group-title=\"Romania\",TVR Iași Ⓖ\nhttps://mn-nl.mncdn.com/tvriasi_new/smil:tvriasi_new.smil/index.m3u8\n#EXTINF:-1 tvg-name=\"TVR Timișoara Ⓖ\" tvg-logo=\"https://i.imgur.com/Db3DV6H.png\" tvg-id=\"TVRTimisoara.ro\" tvg-country=\"RO\" group-title=\"Romania\",TVR Timișoara Ⓖ\nhttps://mn-nl.mncdn.com/tvrtimisoara_new/smil:tvrtimisoara_new.smil/index.m3u8\n#EXTINF:-1 tvg-name=\"TVR Tîrgu-Mureș Ⓖ\" tvg-logo=\"https://i.imgur.com/9Hptdqj.png\" tvg-id=\"TVRTarguMures.ro\" tvg-country=\"RO\" group-title=\"Romania\",TVR Tîrgu-Mureș Ⓖ\nhttps://mn-nl.mncdn.com/tvrtgmures_new/smil:tvrtgmures_new.smil/index.m3u8\n#EXTINF:-1 tvg-name=\"Первый канал\" tvg-logo=\"https://i.imgur.com/1IqCGe9.png\" tvg-id=\"ChannelOne.ru\" tvg-country=\"RU\" group-title=\"Russia\",Первый канал\nhttps://edge1.1internet.tv/dash-live2/streams/1tv-dvr/1tvdash.mpd\n#EXTINF:-1 tvg-name=\"Россия 1\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/64/Russia-1.svg/1024px-Russia-1.svg.png\" tvg-id=\"Russia1.ru\" tvg-country=\"RU\" group-title=\"Russia\",Россия 1\nhttps://player.smotrim.ru/iframe/stream/live_id/2961\n#EXTINF:-1 tvg-name=\"Матч ТВ Ⓢ\" tvg-logo=\"https://i.imgur.com/kFdooR4.png\" tvg-id=\"Match.ru\" tvg-country=\"RU\" group-title=\"Russia\",Матч ТВ Ⓢ\nhttps://streaming.televizor-24-tochka.ru/live/6.m3u8\n#EXTINF:-1 tvg-name=\"НТВ Ⓢ\" tvg-logo=\"https://i.imgur.com/DtQX5P2.png\" tvg-id=\"NTV.ru\" tvg-country=\"RU\" group-title=\"Russia\",НТВ Ⓢ\nhttp://ott-cdn.ucom.am/s17/index.m3u8\n#EXTINF:-1 tvg-name=\"Пятый канал Ⓢ\" tvg-logo=\"https://i.imgur.com/u8Q69D9.png\" tvg-id=\"5Kanal.ru\" tvg-country=\"RU\" group-title=\"Russia\",Пятый канал Ⓢ\nhttps://streaming.televizor-24-tochka.ru/live/8.m3u8\n#EXTINF:-1 tvg-name=\"Россия-Культура Ⓢ\" tvg-logo=\"https://i.imgur.com/S12gaLc.png\" tvg-id=\"RussiaK.ru\" tvg-country=\"RU\" group-title=\"Russia\",Россия-Культура Ⓢ\nhttps://player.smotrim.ru/iframe/stream/live_id/19201\n#EXTINF:-1 tvg-name=\"Россия-24 Ⓢ\" tvg-logo=\"https://i.imgur.com/tpqsFzm.png\" tvg-id=\"Russia24.ru\" tvg-country=\"RU\" group-title=\"Russia\",Россия-24 Ⓢ\nhttps://player.smotrim.ru/iframe/stream/live_id/21\n#EXTINF:-1 tvg-name=\"Карусель Ⓢ\" tvg-logo=\"https://i.imgur.com/4fFMlVq.png\" tvg-id=\"Karusel.ru\" tvg-country=\"RU\" group-title=\"Russia\",Карусель Ⓢ\nhttps://streaming102.interskytech.com/live/232.m3u8\n#EXTINF:-1 tvg-name=\"ОТР Ⓢ\" tvg-logo=\"https://i.imgur.com/QyZvT3e.png\" tvg-id=\"OTR.ru\" tvg-country=\"RU\" group-title=\"Russia\",ОТР Ⓢ\nhttps://streaming.televizor-24-tochka.ru/live/12.m3u8\n#EXTINF:-1 tvg-name=\"ТВ Центр Ⓢ\" tvg-logo=\"https://i.imgur.com/ZP0D6Rd.png\" tvg-id=\"TVCentr.ru\" tvg-country=\"RU\" group-title=\"Russia\",ТВ Центр Ⓢ\nhttp://ott-cdn.ucom.am/s54/index.m3u8\n#EXTINF:-1 tvg-name=\"Рен ТВ Ⓢ\" tvg-logo=\"https://i.imgur.com/18TAzYV.png\" tvg-id=\"RENTV.ru\" tvg-country=\"RU\" group-title=\"Russia\",Рен ТВ Ⓢ\nhttps://streaming.televizor-24-tochka.ru/live/14.m3u8\n#EXTINF:-1 tvg-name=\"Спас Ⓢ\" tvg-logo=\"https://i.imgur.com/A6Cqsom.jpeg\" tvg-id=\"TelekanalSpas.ru\" tvg-country=\"RU\" group-title=\"Russia\",Спас Ⓢ\nhttps://spas.mediacdn.ru/cdn/spas/playlist.m3u8\n#EXTINF:-1 tvg-name=\"СТС Ⓢ\" tvg-logo=\"https://i.imgur.com/y9bpqUD.png\" tvg-id=\"STS.ru\" tvg-country=\"RU\" group-title=\"Russia\",СТС Ⓢ\nhttp://ott-cdn.ucom.am/s52/04.m3u8\n#EXTINF:-1 tvg-name=\"Домашний Ⓢ\" tvg-logo=\"https://i.imgur.com/e8wlMIt.png\" tvg-id=\"Domashniy.ru\" tvg-country=\"RU\" group-title=\"Russia\",Домашний Ⓢ\nhttp://ott-cdn.ucom.am/s88/index.m3u8\n#EXTINF:-1 tvg-name=\"ТВ-3 Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9e/%D0%A2V3_logo_2023.svg/556px-%D0%A2V3_logo_2023.svg.png\" tvg-id=\"TV3.ru\" tvg-country=\"RU\" group-title=\"Russia\",ТВ-3 Ⓢ\nhttps://streaming.televizor-24-tochka.ru/live/18.m3u8\n#EXTINF:-1 tvg-name=\"Пятница! Ⓢ\" tvg-logo=\"https://i.imgur.com/rS11zVB.png\" tvg-id=\"Pyatnitsa.ru\" tvg-country=\"RU\" group-title=\"Russia\",Пятница! Ⓢ\nhttps://streaming.televizor-24-tochka.ru/live/19.m3u8\n#EXTINF:-1 tvg-name=\"Звезда\" tvg-logo=\"https://i.imgur.com/c0L0ncA.png\" tvg-id=\"TelekanalZvezda.ru\" tvg-country=\"RU\" group-title=\"Russia\",Звезда\nhttps://tvchannelstream1.tvzvezda.ru/cdn/tvzvezda/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Мир\" tvg-logo=\"https://i.imgur.com/L2slsbG.png\" tvg-id=\"Mir.ru\" tvg-country=\"RU\" group-title=\"Russia\",Мир\nhttp://hls.mirtv.cdnvideo.ru/mirtv-parampublish/mirtv_2500/playlist.m3u8\n#EXTINF:-1 tvg-name=\"ТНТ Ⓢ\" tvg-logo=\"https://i.imgur.com/1WqIPOB.png\" tvg-id=\"TNT.ru\" tvg-country=\"RU\" group-title=\"Russia\",ТНТ Ⓢ\nhttp://ott-cdn.ucom.am/s19/index.m3u8\n#EXTINF:-1 tvg-name=\"Муз-ТВ Ⓢ\" tvg-logo=\"https://i.imgur.com/Ml3qqOF.png\" tvg-id=\"MuzTV.ru\" tvg-country=\"RU\" group-title=\"Russia\",Муз-ТВ Ⓢ\nhttps://streaming102.interskytech.com/live/618.m3u8\n#EXTINF:-1 tvg-name=\"РБК\" tvg-logo=\"https://i.imgur.com/P2Qii5B.png\" tvg-id=\"RBKTV.ru\" tvg-country=\"RU\" group-title=\"Russia\",РБК\nhttp://92.50.128.180/utv/1358/index.m3u8\n#EXTINF:-1 tvg-name=\"RT Д Русский Ⓖ\" tvg-logo=\"https://i.imgur.com/v5fpEBo.png\" tvg-id=\"RTD.ru\" tvg-country=\"RU\" group-title=\"Russia\",RT Д Русский Ⓖ\nhttps://hls.rt.com/hls/rtdru.m3u8\n#EXTINF:-1 tvg-name=\"CGTN Pусский\" tvg-logo=\"https://i.imgur.com/fMsJYzl.png\" tvg-id=\"CGTNRussian.cn\" tvg-country=\"RU\" group-title=\"Russia\",CGTN Pусский\nhttps://news.cgtn.com/resource/live/russian/cgtn-r.m3u8\n#EXTINF:-1 tvg-name=\"Euronews по-русски Ⓨ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Euronews_2022.svg/640px-Euronews_2022.svg.png\" tvg-id=\"EuronewsRussian.fr\" tvg-country=\"RU\" group-title=\"Russia\",Euronews по-русски Ⓨ\nhttps://www.youtube.com/euronewsru/live\n#EXTINF:-1 tvg-name=\"РТР-Планета Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/8/85/RTR_Planeta_Europe.png\" tvg-id=\"RTRPlaneta.ru\" tvg-country=\"RU\" group-title=\"Russia\",РТР-Планета Ⓢ\nhttps://player.smotrim.ru/iframe/stream/live_id/63251\n#EXTINF:-1 tvg-name=\"Арктика 24 Ⓥ\" tvg-logo=\"https://i.imgur.com/CL0G88u.png\" tvg-id=\"Arktika24.ru\" tvg-country=\"RU\" group-title=\"Russia\",Арктика 24 Ⓥ\nhttps://vk.com/video-213370539_456239018\n#EXTINF:-1 tvg-name=\"Архыз 24\" tvg-logo=\"https://i.imgur.com/mve0sSS.png\" tvg-id=\"Arkhyz24.ru\" tvg-country=\"RU\" group-title=\"Russia\",Архыз 24\nhttps://live.mediacdn.ru/sr1/arhis24/playlist_hdhigh.m3u8\n#EXTINF:-1 tvg-name=\"Астрахан 24\" tvg-logo=\"https://i.imgur.com/9WcnjQN.png\" tvg-id=\"Astrakhan24.ru\" tvg-country=\"RU\" group-title=\"Russia\",Астрахан 24\nhttps://streaming.astrakhan.ru/astrakhan24/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Башкортостан 24\" tvg-logo=\"https://i.imgur.com/FQhWs1M.png\" tvg-id=\"Bashkortostan24.ru\" tvg-country=\"RU\" group-title=\"Russia\",Башкортостан 24\nhttps://vgtrkregion-reg.cdnvideo.ru/vgtrk/ufa/russia1-hd/index.m3u8\n#EXTINF:-1 tvg-name=\"Белгород 24\" tvg-logo=\"https://i.imgur.com/EEirvyx.png\" tvg-id=\"Belgorod24.ru\" tvg-country=\"RU\" group-title=\"Russia\",Белгород 24\nhttp://belnovosti.cdn.easyhoster.ru:8080/stream.m3u8\n#EXTINF:-1 tvg-name=\"Ветта 24\" tvg-logo=\"https://i.imgur.com/zKH1b5k.png\" tvg-id=\"Vetta24.ru\" tvg-country=\"RU\" group-title=\"Russia\",Ветта 24\nhttp://serv24.vintera.tv:8081/vetta/vetta_office/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Волгоград 24 Ⓢ\" tvg-logo=\"https://i.imgur.com/gFMnaU5.png\" tvg-id=\"Volgograd24.ru\" tvg-country=\"RU\" group-title=\"Russia\",Волгоград 24 Ⓢ\nhttps://vgtrkregion-reg.cdnvideo.ru/vgtrk/volgograd/russia1-hd/index.m3u8\n#EXTINF:-1 tvg-name=\"Запад 24\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/f/f8/Zapad_24.jpg\" tvg-id=\"Zapad24.ru\" tvg-country=\"RU\" group-title=\"Russia\",Запад 24\nhttps://vgtrkregion-reg.cdnvideo.ru/vgtrk/kaliningrad/russia1-hd/index.m3u8\n#EXTINF:-1 tvg-name=\"Катунь 24 Ⓞ\" tvg-logo=\"https://i.imgur.com/mr2Peqj.png\" tvg-id=\"Katun24.ru\" tvg-country=\"RU\" group-title=\"Russia\",Катунь 24 Ⓞ\nhttps://ok.ru/video/1166706155179\n#EXTINF:-1 tvg-name=\"Крым 24\" tvg-logo=\"https://i.imgur.com/k4C0uvp.png\" tvg-id=\"Crimea24.ru\" tvg-country=\"RU\" group-title=\"Russia\",Крым 24\nhttps://cdn.1tvcrimea.ru/24tvcrimea.m3u8\n#EXTINF:-1 tvg-name=\"Кубань 24 Ⓞ\" tvg-logo=\"https://i.imgur.com/atzrXcz.png\" tvg-id=\"Kuban24.ru\" tvg-country=\"RU\" group-title=\"Russia\",Кубань 24 Ⓞ\nhttps://ok.ru/video/4157442498242\n#EXTINF:-1 tvg-name=\"Луганск 24\" tvg-logo=\"https://i.imgur.com/YnLFQnt.png\" tvg-id=\"Lugansk24.ua\" tvg-country=\"RU\" group-title=\"Russia\",Луганск 24\nhttps://tv.gtrklnr.ru/hls/Lugansk24.m3u8\n#EXTINF:-1 tvg-name=\"Мир Белогорья\" tvg-logo=\"https://i.imgur.com/CCNAg7R.png\" tvg-id=\"MirBelogorya.ru\" tvg-country=\"RU\" group-title=\"Russia\",Мир Белогорья\nhttp://mirbelogorya.ru:8080/mirbelogorya/index.m3u8\n#EXTINF:-1 tvg-name=\"Москва 24\" tvg-logo=\"https://i.imgur.com/gXbUMVy.png\" tvg-id=\"Moskva24.ru\" tvg-country=\"RU\" group-title=\"Russia\",Москва 24\nhttps://player.smotrim.ru/iframe/stream/live_id/1661\n#EXTINF:-1 tvg-name=\"Нижний Новгород 24\" tvg-logo=\"https://i.imgur.com/ZWgPVIC.png\" tvg-id=\"NizhniyNovgorod24.ru\" tvg-country=\"RU\" group-title=\"Russia\",Нижний Новгород 24\nhttps://live-vestinn.cdnvideo.ru/vestinn/nn24-khl/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Самара 24\" tvg-logo=\"https://i.imgur.com/Xg7Xzna.png\" tvg-id=\"Samara24.ru\" tvg-country=\"RU\" group-title=\"Russia\",Самара 24\nhttps://vgtrkregion.cdnvideo.ru/vgtrk/samara/regionHD/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Саратов 24\" tvg-logo=\"https://i.imgur.com/Y5G3ET6.png\" tvg-id=\"Saratov24.ru\" tvg-country=\"RU\" group-title=\"Russia\",Саратов 24\nhttps://saratov24.tv/online/playlist.php\n#EXTINF:-1 tvg-name=\"Сибирь 24\" tvg-logo=\"https://i.imgur.com/WxU6QUB.png\" tvg-id=\"Sibir24.ru\" tvg-country=\"RU\" group-title=\"Russia\",Сибирь 24\nhttps://vgtrkregion-reg.cdnvideo.ru/vgtrk/novosibirsk/russia1-hd/index.m3u8\n#EXTINF:-1 tvg-name=\"Тольятти 24\" tvg-logo=\"https://i.imgur.com/5jVKopE.png\" tvg-id=\"Tolyatti24.ru\" tvg-country=\"RU\" group-title=\"Russia\",Тольятти 24\nhttps://tvtogliatti24.ru/hls/live1080/index.m3u8\n#EXTINF:-1 tvg-name=\"Урал 24\" tvg-logo=\"https://i.imgur.com/EaxyGh0.png\" tvg-id=\"Ural24.ru\" tvg-country=\"RU\" group-title=\"Russia\",Урал 24\nhttps://vgtrkregion-reg.cdnvideo.ru/vgtrk/chelyabinsk/russia1-hd/index.m3u8\n#EXTINF:-1 tvg-name=\"Якутия 24\" tvg-logo=\"https://i.imgur.com/2BAQklm.png\" tvg-id=\"Yakutiya24.ru\" tvg-country=\"RU\" group-title=\"Russia\",Якутия 24\nhttps://live-saha.cdnvideo.ru/saha2/yak24rtmp_live.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"360 Новости\" tvg-logo=\"https://i.imgur.com/YXDeX8q.png\" tvg-id=\"360News.ru\" tvg-country=\"RU\" group-title=\"Russia\",360 Новости\nhttps://live-vgtrksmotrim.cdnvideo.ru/vgtrksmotrim/smotrim-live-03-srt.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Вести ФМ\" tvg-logo=\"https://cdn-st3.smotrim.ru/vh/pictures/r/371/033/8.png\" tvg-country=\"RU\" group-title=\"Russia\",Вести ФМ\nhttps://player.smotrim.ru/iframe/stream/live_id/52035\n#EXTINF:-1 tvg-name=\"Небеса ТВ7 Ⓢ\" tvg-logo=\"https://www.nebesatv7.com/wp-content/themes/tv7-theme/assets/img/logo_nebesa_short.png\" tvg-id=\"NebesaTV7.ru\" tvg-country=\"RU\" group-title=\"Russia\",Небеса ТВ7 Ⓢ\nhttps://vod.tv7.fi/tv7-ru/tv7-ru.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Север\" tvg-logo=\"https://i.imgur.com/sTOQLYl.png\" tvg-id=\"Sever.ru\" tvg-country=\"RU\" group-title=\"Russia\",Север\nhttps://live.mediacdn.ru/sr1/sever/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Смотрим: Мелодрамы\" tvg-logo=\"https://cdn-st1.smotrim.ru/vh/pictures/r/456/967/6.png\" tvg-country=\"RU\" group-title=\"Russia\",Смотрим: Мелодрамы\nhttps://live-vgtrksmotrim.cdnvideo.ru/vgtrksmotrim/smotrim-live-02.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Смотрим: Тайны\" tvg-logo=\"https://cdn-st3.smotrim.ru/vh/pictures/r/456/396/2.png\" tvg-country=\"RU\" group-title=\"Russia\",Смотрим: Тайны\nhttps://live-vgtrksmotrim.cdnvideo.ru/vgtrksmotrim/smotrim-live-07.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Смотрим: Честный Детектив\" tvg-logo=\"https://cdn-st3.smotrim.ru/vh/pictures/r/444/241/8.png\" tvg-country=\"RU\" group-title=\"Russia\",Смотрим: Честный Детектив\nhttps://live-vgtrksmotrim.cdnvideo.ru/vgtrksmotrim/smotrim-live-01.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Соловьёв Live\" tvg-logo=\"https://i.imgur.com/v0OYe1d.png\" tvg-id=\"SolovyovLive.ru\" tvg-country=\"RU\" group-title=\"Russia\",Соловьёв Live\nhttps://player.smotrim.ru/iframe/stream/live_id/63338\n#EXTINF:-1 tvg-name=\"Ю Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/ru/a/ac/%D0%9B%D0%BE%D0%B3%D0%BE%D1%82%D0%B8%D0%BF_%D1%82%D0%B5%D0%BB%D0%B5%D0%BA%D0%B0%D0%BD%D0%B0%D0%BB%D0%B0_%C2%AB%D0%AE%C2%BB_%28%D1%81_3_%D1%81%D0%B5%D0%BD%D1%82%D1%8F%D0%B1%D1%80%D1%8F_2018_%D0%B3%D0%BE%D0%B4%D0%B0%29.png\" tvg-id=\"U.ru\" tvg-country=\"RU\" group-title=\"Russia\",Ю Ⓢ\nhttps://strm.yandex.ru/kal/utv/utv0.m3u8\n#EXTINF:-1 tvg-name=\"Матч! Планета Ⓢ\" tvg-logo=\"https://i.imgur.com/vhyMb9D.png\" tvg-id=\"MatchPlaneta.ru\" tvg-country=\"RU\" group-title=\"Russia\",Матч! Планета Ⓢ\nhttp://212.0.211.102:9999/play/a00b/index.m3u8\n#EXTINF:-1 tvg-name=\"San Marino Rtv\" tvg-logo=\"https://i.imgur.com/lJpOlLv.png\" tvg-id=\"SanMarinoRTV.sm\" tvg-country=\"SM\" group-title=\"San Marino\",San Marino Rtv\nhttps://d2hrvno5bw6tg2.cloudfront.net/smrtv-ch01/_definst_/smil:ch-01.smil/chunklist_b2192000_slita.m3u8\n#EXTINF:-1 tvg-name=\"San Marino Rtv Sport\" tvg-logo=\"https://i.imgur.com/PGm944g.png\" tvg-id=\"SanMarinoRTVSport.sm\" tvg-country=\"SM\" group-title=\"San Marino\",San Marino Rtv Sport\nhttps://d2hrvno5bw6tg2.cloudfront.net/smrtv-ch02/_definst_/smil:ch-02.smil/chunklist_b1692000_slita.m3u8\n#EXTINF:-1 tvg-name=\"Al Saudiya\" tvg-logo=\"https://i.imgur.com/GRQTndk.png\" tvg-id=\"AlSaudiya.sa\" tvg-country=\"SA\" group-title=\"Saudi Arabia\",Al Saudiya\nhttps://shd-gcp-live.edgenextcdn.net/live/bitmovin-saudi-tv/2ad66056b51fd8c1b624854623112e43/index.m3u8\n#EXTINF:-1 tvg-name=\"SBC Saudi Arabia\" tvg-logo=\"https://i.imgur.com/9JSQglj.png\" tvg-id=\"SBC.sa\" tvg-country=\"SA\" group-title=\"Saudi Arabia\",SBC Saudi Arabia\nhttps://shd-gcp-live.edgenextcdn.net/live/bitmovin-sbc/90e09c0c28db26435799b4a14892a167/index.m3u8\n#EXTINF:-1 tvg-name=\"Al Ekhbariya\" tvg-logo=\"https://i.imgur.com/WcRlHQm.png\" tvg-id=\"AlEkhbariya.sa\" tvg-country=\"SA\" group-title=\"Saudi Arabia\",Al Ekhbariya\nhttps://shd-gcp-live.edgenextcdn.net/live/bitmovin-al-ekhbaria/297b3ef1cd0633ad9cfba7473a686a06/index.m3u8\n#EXTINF:-1 tvg-name=\"Al Saudiya Alaan\" tvg-logo=\"https://i.imgur.com/sEOjApe.png\" tvg-id=\"AlSaudiyaAlaan.sa\" tvg-country=\"SA\" group-title=\"Saudi Arabia\",Al Saudiya Alaan\nhttps://shd-gcp-live.edgenextcdn.net/live/bitmovin-ksa-now/71ed3aa814c643306c0a8bc4fcc7d17f/index.m3u8\n#EXTINF:-1 tvg-name=\"Al Quran Al Kareem TV\" tvg-logo=\"https://i.imgur.com/A2fJysM.png\" tvg-id=\"AlQuranAlKareemTV.sa\" tvg-country=\"SA\" group-title=\"Saudi Arabia\",Al Quran Al Kareem TV\nhttps://al-ekhbaria-prod-dub.shahid.net/out/v1/9885cab0a3ec4008b53bae57a27ca76b/index.m3u8\n#EXTINF:-1 tvg-name=\"Rotana Cinema KSA\" tvg-logo=\"https://i.imgur.com/pGgp38I.png\" tvg-id=\"RotanaCinemaKSA.sa\" tvg-country=\"SA\" group-title=\"Saudi Arabia\",Rotana Cinema KSA\nhttps://bcovlive-a.akamaihd.net/9527a892aeaf43019fd9eeb77ad1516e/eu-central-1/6057955906001/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Rotana Classic\" tvg-logo=\"https://i.imgur.com/pMMUvkt.png\" tvg-id=\"RotanaClassic.sa\" tvg-country=\"SA\" group-title=\"Saudi Arabia\",Rotana Classic\nhttps://bcovlive-a.akamaihd.net/0debf5648e584e5fb795c3611c5c0252/eu-central-1/6057955906001/playlist.m3u8\n#EXTINF:-1 tvg-name=\"RTS 1\" tvg-logo=\"https://i.imgur.com/S1pKHSR.png\" tvg-id=\"RTS1.rs\" tvg-country=\"RS\" group-title=\"Serbia\",RTS 1\nhttps://webtvstream.bhtelecom.ba/rts1.m3u8\n#EXTINF:-1 tvg-name=\"RTS 2\" tvg-logo=\"https://i.imgur.com/jltAf5h.png\" tvg-id=\"RTS2.rs\" tvg-country=\"RS\" group-title=\"Serbia\",RTS 2\nhttps://webtvstream.bhtelecom.ba/rts2.m3u8\n#EXTINF:-1 tvg-name=\"Euronews Serbia\" tvg-logo=\"https://i.imgur.com/b24QKcq.png\" tvg-id=\"EuroNewsSerbia.rs\" tvg-country=\"RS\" group-title=\"Serbia\",Euronews Serbia\nhttps://d1ei8ofhgfmkac.cloudfront.net/app-19518-1306/ngrp:QoZfNjsg_all/playlist.m3u8\n#EXTINF:-1 tvg-name=\"RTV 1\" tvg-logo=\"https://i.imgur.com/CG44YT3.png\" tvg-id=\"RTV1.rs\" tvg-country=\"RS\" group-title=\"Serbia\",RTV 1\nrtsp://212.200.255.151/rtv1\n#EXTINF:-1 tvg-name=\"RTV 2\" tvg-logo=\"https://i.imgur.com/skpr66t.png\" tvg-id=\"RTV2.rs\" tvg-country=\"RS\" group-title=\"Serbia\",RTV 2\nrtsp://212.200.255.151/rtv2\n#EXTINF:-1 tvg-name=\":Jednotka\" tvg-logo=\"https://i.imgur.com/T7EWAe7.png\" tvg-id=\"Jednotka.sk\" tvg-country=\"SK\" group-title=\"Slovakia\",:Jednotka\nhttps://sktv.plainrock127.xyz/get.php?x=STV1\n#EXTINF:-1 tvg-name=\":Dvojka\" tvg-logo=\"https://i.imgur.com/Ksi25UD.png\" tvg-id=\"Dvojka.sk\" tvg-country=\"SK\" group-title=\"Slovakia\",:Dvojka\nhttps://sktv.plainrock127.xyz/get.php?x=STV2\n#EXTINF:-1 tvg-name=\":24\" tvg-logo=\"https://i.imgur.com/sdSsFU0.png\" tvg-id=\"24.sk\" tvg-country=\"SK\" group-title=\"Slovakia\",:24\nhttps://sktv.plainrock127.xyz/get.php?x=STV24\n#EXTINF:-1 tvg-name=\":Šport\" tvg-logo=\"https://i.imgur.com/YzHipRF.png\" tvg-id=\"Sport.sk\" tvg-country=\"SK\" group-title=\"Slovakia\",:Šport\nhttps://sktv.plainrock127.xyz/get.php?x=SPORT\n#EXTINF:-1 tvg-name=\":O\" tvg-logo=\"https://i.imgur.com/Nf5gEDc.png\" tvg-country=\"SK\" group-title=\"Slovakia\",:O\nhttps://sktv.plainrock127.xyz/get.php?x=STV-O\n#EXTINF:-1 tvg-name=\"STVR\" tvg-logo=\"https://i.imgur.com/Nf5gEDc.png\" tvg-country=\"SK\" group-title=\"Slovakia\",STVR\nhttps://sktv.plainrock127.xyz/get.php?x=RTVS\n#EXTINF:-1 tvg-name=\"NR SR\" tvg-logo=\"https://i.imgur.com/sPDiS5q.png\" tvg-id=\"TVNRSR.sk\" tvg-country=\"SK\" group-title=\"Slovakia\",NR SR\nhttps://sktv.plainrock127.xyz/get.php?x=NR_SR\n#EXTINF:-1 tvg-name=\"JOJ\" tvg-logo=\"https://i.imgur.com/5BAWD0z.png\" tvg-id=\"TVJOJ.sk\" tvg-country=\"SK\" group-title=\"Slovakia\",JOJ\nhttps://live.cdn.joj.sk/live/andromeda/joj-1080.m3u8\n#EXTINF:-1 tvg-name=\"JOJ Plus\" tvg-logo=\"https://i.imgur.com/fKPliTj.png\" tvg-id=\"JOJPlus.sk\" tvg-country=\"SK\" group-title=\"Slovakia\",JOJ Plus\nhttps://live.cdn.joj.sk/live/andromeda/plus-1080.m3u8\n#EXTINF:-1 tvg-name=\"WAU\" tvg-logo=\"https://i.imgur.com/wO5ifff.png\" tvg-id=\"JOJWAU.sk\" tvg-country=\"SK\" group-title=\"Slovakia\",WAU\nhttps://live.cdn.joj.sk/live/andromeda/wau-1080.m3u8\n#EXTINF:-1 tvg-name=\"JOJ 24\" tvg-logo=\"https://i.imgur.com/owEVXRE.png\" tvg-id=\"JOJ24.sk\" tvg-country=\"SK\" group-title=\"Slovakia\",JOJ 24\nhttps://live.cdn.joj.sk/live/andromeda/joj_news-1080.m3u8\n#EXTINF:-1 tvg-name=\"JOJ Šport\" tvg-logo=\"https://i.imgur.com/QWEY2a5.png\" tvg-id=\"JOJSport.sk\" tvg-country=\"SK\" group-title=\"Slovakia\",JOJ Šport\nhttps://live.cdn.joj.sk/live/andromeda/joj_sport-1080.m3u8\n#EXTINF:-1 tvg-name=\"Senzi\" tvg-logo=\"https://i.imgur.com/W82dwzf.png\" tvg-id=\"Senzi.sk\" tvg-country=\"SK\" group-title=\"Slovakia\",Senzi\nhttp://lb.streaming.sk/senzi/stream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TA3 Ⓢ\" tvg-logo=\"https://i.imgur.com/kPFBxc9.png\" tvg-id=\"TA3.sk\" tvg-country=\"SK\" group-title=\"Slovakia\",TA3 Ⓢ\nhttps://sktv.plainrock127.xyz/get.php?x=TA3\n#EXTINF:-1 tvg-name=\"TV SLO 1\" tvg-logo=\"https://i.imgur.com/YIZOtcm.png\" tvg-id=\"TVSlovenija1.si\" tvg-country=\"SI\" group-title=\"Slovenia\",TV SLO 1\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=TVSLO1\n#EXTINF:-1 tvg-name=\"TV SLO 2\" tvg-logo=\"https://i.imgur.com/mQe9U2h.png\" tvg-id=\"TVSlovenija2.si\" tvg-country=\"SI\" group-title=\"Slovenia\",TV SLO 2\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=TVSLO2\n#EXTINF:-1 tvg-name=\"TV SLO 3\" tvg-logo=\"https://i.imgur.com/WGUyj7r.png\" tvg-id=\"TVSlovenija3.si\" tvg-country=\"SI\" group-title=\"Slovenia\",TV SLO 3\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=TVSLO3\n#EXTINF:-1 tvg-name=\"TV Koper/Capodistria\" tvg-logo=\"https://i.imgur.com/NQvOJNh.png\" tvg-id=\"TVKoperCapodistria.si\" tvg-country=\"SI\" group-title=\"Slovenia\",TV Koper/Capodistria\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=TVKC\n#EXTINF:-1 tvg-name=\"TV Maribor\" tvg-logo=\"https://i.imgur.com/tWf3dgf.png\" tvg-id=\"TVMaribor.si\" tvg-country=\"SI\" group-title=\"Slovenia\",TV Maribor\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=TVMaribor\n#EXTINF:-1 tvg-name=\"MMC TV\" tvg-logo=\"https://i.imgur.com/yzETQJ4.png\" tvg-id=\"MMC.si\" tvg-country=\"SI\" group-title=\"Slovenia\",MMC TV\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=MMCTV\n#EXTINF:-1 tvg-name=\"Nova 24 TV Ⓨ\" tvg-logo=\"https://i.imgur.com/M2207Vh.png\" tvg-id=\"Nova24TV.si\" tvg-country=\"SI\" group-title=\"Slovenia\",Nova 24 TV Ⓨ\nhttps://www.youtube.com/@Nova24TVSlovenija/live\n#EXTINF:-1 tvg-name=\"Folx Slovenija\" tvg-logo=\"https://i.imgur.com/RK1IASU.png\" tvg-id=\"FolxSlovenija.si\" tvg-country=\"SI\" group-title=\"Slovenia\",Folx Slovenija\nhttps://cdne.folxplay.tv/folx-trz/streams/ch-5/master.m3u8\n#EXTINF:-1 tvg-name=\"Dacwa TV Ⓢ\" tvg-logo=\"https://i.imgur.com/rMqrLzV.png\" tvg-id=\"DacwaTV.so\" tvg-country=\"SO\" group-title=\"Somalia\",Dacwa TV Ⓢ\nhttps://ap02.iqplay.tv:8082/iqb8002/d13w1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"MM Somali TV Ⓢ\" tvg-logo=\"https://www.lyngsat.com/logo/tv/mm/mm-somali-tv-so.png\" tvg-id=\"MMSomaliTV.uk\" tvg-country=\"SO\" group-title=\"Somalia\",MM Somali TV Ⓢ\nhttps://cdn.mediavisionuk.com:9000/MMTV/index.m3u8\n#EXTINF:-1 tvg-name=\"Puntland TV Ⓢ\" tvg-logo=\"https://i.imgur.com/C8EvQUo.png\" tvg-id=\"PuntlandTV.so\" tvg-country=\"SO\" group-title=\"Somalia\",Puntland TV Ⓢ\nhttp://cdn.mediavisionuae.com:1935/live/putlandtv2.stream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Saab TV Ⓢ\" tvg-logo=\"https://i.imgur.com/JEC1J89.png\" tvg-id=\"SaabTV.so\" tvg-country=\"SO\" group-title=\"Somalia\",Saab TV Ⓢ\nhttps://ap02.iqplay.tv:8082/iqb8002/s03btv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"SBC Somalia Ⓢ\" tvg-logo=\"https://i.imgur.com/VLhgTIA.png\" tvg-id=\"SBCTV.so\" tvg-country=\"SO\" group-title=\"Somalia\",SBC Somalia Ⓢ\nhttp://cdn.mediavisionuae.com:1935/live/sbctv.stream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"SNTV Daljir Ⓢ\" tvg-logo=\"https://i.imgur.com/Re3ur88.png\" tvg-id=\"SNTVDaljir.so\" tvg-country=\"SO\" group-title=\"Somalia\",SNTV Daljir Ⓢ\nhttps://ap02.iqplay.tv:8082/iqb8002/s2tve/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Somali Cable TV Ⓢ\" tvg-logo=\"https://i.imgur.com/iPkaCts.png\" tvg-id=\"SomaliCableTV.uk\" tvg-country=\"SO\" group-title=\"Somalia\",Somali Cable TV Ⓢ\nhttps://ap02.iqplay.tv:8082/iqb8002/somc131/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Somali National TV Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/d/d6/SNTV_REBRANDED_LOGO.png\" tvg-id=\"SomaliNationalTV.so\" tvg-country=\"SO\" group-title=\"Somalia\",Somali National TV Ⓢ\nhttps://ap02.iqplay.tv:8082/iqb8002/s4ne/playlist.m3u8\n#EXTINF:-1 tvg-name=\"La 1\" tvg-logo=\"https://i.imgur.com/NbesiPn.png\" tvg-id=\"La1.es\" tvg-country=\"ES\" group-title=\"Spain\",La 1\nhttps://dh6vo1bovy43s.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-x3gcl32l5ffq2/La_1_ES.m3u8\n#EXTINF:-1 tvg-name=\"La 2\" tvg-logo=\"https://i.imgur.com/DmuTwDw.png\" tvg-id=\"La2.es\" tvg-country=\"ES\" group-title=\"Spain\",La 2\nhttps://di2qeq48iv8ps.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-o8u23e6v7vptv/La_2_ES.m3u8\n#EXTINF:-1 tvg-name=\"Antena 3\" tvg-logo=\"https://i.imgur.com/j3SP4BS.png\" tvg-id=\"Antena3.es\" tvg-country=\"ES\" group-title=\"Spain\",Antena 3\nhttp://185.189.225.150:85/Antena3HD/index.m3u8\n#EXTINF:-1 tvg-name=\"Cuatro\" tvg-logo=\"https://i.imgur.com/zROxNap.png\" tvg-id=\"Cuatro.es\" tvg-country=\"ES\" group-title=\"Spain\",Cuatro\nhttp://185.189.225.150:85/CuatroHD/index.m3u8\n#EXTINF:-1 tvg-name=\"Telecinco\" tvg-logo=\"https://i.imgur.com/JECsKdk.png\" tvg-id=\"Telecinco.es\" tvg-country=\"ES\" group-title=\"Spain\",Telecinco\nhttp://185.189.225.150:85/TeleCincoHD/index.m3u8\n#EXTINF:-1 tvg-name=\"La Sexta\" tvg-logo=\"https://i.imgur.com/b59MxgM.png\" tvg-id=\"LaSexta.es\" tvg-country=\"ES\" group-title=\"Spain\",La Sexta\nhttp://185.189.225.150:85/LaSexta/index.m3u8\n#EXTINF:-1 tvg-name=\"24h\" tvg-logo=\"https://i.imgur.com/ZKR2jKr.png\" tvg-id=\"24h.es\" tvg-country=\"ES\" group-title=\"Spain\",24h\nhttps://d3pfmk89wc0vm9.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-nlow3qkp9tmdm/24H_ES.m3u8\n#EXTINF:-1 tvg-name=\"tdp\" tvg-logo=\"https://i.imgur.com/HliegRJ.png\" tvg-id=\"tdp.es\" tvg-country=\"ES\" group-title=\"Spain\",tdp\nhttps://rtvelivestream.akamaized.net/rtvesec/tdp/tdp_main.m3u8\n#EXTINF:-1 tvg-name=\"clan\" tvg-logo=\"https://i.imgur.com/38xIfQ3.png\" tvg-id=\"clan.es\" tvg-country=\"ES\" group-title=\"Spain\",clan\nhttps://rtvelivestream.akamaized.net/rtvesec/clan/clan_main_dvr.m3u8\n#EXTINF:-1 tvg-name=\"TVE Internacional Europe-Asia\" tvg-logo=\"https://i.imgur.com/ow1HArj.png\" tvg-id=\"TVEInternacionalEuropeAsia.es\" tvg-country=\"ES\" group-title=\"Spain\",TVE Internacional Europe-Asia\nhttps://rtvelivestream.akamaized.net/rtvesec/int/tvei_eu_main_dvr.m3u8\n#EXTINF:-1 tvg-name=\"Neox Ⓢ\" tvg-logo=\"https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/spain/neox-es.png\" tvg-id=\"Neox.es\" tvg-country=\"ES\" group-title=\"Spain\",Neox Ⓢ\nhttp://185.189.225.150:85/neox/index.m3u8\n#EXTINF:-1 tvg-name=\"Nova Ⓢ\" tvg-logo=\"https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/spain/nova-es.png\" tvg-id=\"Nova.es\" tvg-country=\"ES\" group-title=\"Spain\",Nova Ⓢ\nhttp://185.189.225.150:85/nova/index.m3u8\n#EXTINF:-1 tvg-name=\"Mega Ⓢ\" tvg-logo=\"https://i.imgur.com/Udrt2eK.png\" tvg-id=\"Mega.es\" tvg-country=\"ES\" group-title=\"Spain\",Mega Ⓢ\nhttp://185.189.225.150:85/mega/index.m3u8\n#EXTINF:-1 tvg-name=\"Atreseries Ⓢ\" tvg-logo=\"https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/spain/atreseries-es.png\" tvg-id=\"Atreseries.es\" tvg-country=\"ES\" group-title=\"Spain\",Atreseries Ⓢ\nhttp://181.78.109.48:8000/play/a00l/index.m3u8\n#EXTINF:-1 tvg-name=\"FDF\" tvg-logo=\"https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/spain/fdf-es.png\" tvg-id=\"FactoriadeFiccion.es\" tvg-country=\"ES\" group-title=\"Spain\",FDF\nhttp://185.189.225.150:85/fdf/index.m3u8\n#EXTINF:-1 tvg-name=\"Divinity Ⓖ\" tvg-logo=\"https://i.imgur.com/o7fvEr6.png\" tvg-id=\"Divinity.es\" tvg-country=\"ES\" group-title=\"Spain\",Divinity Ⓖ\nhttps://directos.divinity.es/orilinear04/live/linear04/main/main.isml/main-audio_spa=128000-video=1500000.m3u8\n#EXTINF:-1 tvg-name=\"Energy Ⓖ\" tvg-logo=\"https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/spain/energy-es.png\" tvg-id=\"Energy.es\" tvg-country=\"ES\" group-title=\"Spain\",Energy Ⓖ\nhttps://directos.energytv.es/orilinear03/live/linear03/main/main.isml/main-audio_spa=128000-video=1500000.m3u8\n#EXTINF:-1 tvg-name=\"Boing\" tvg-logo=\"https://i.imgur.com/nUYuCAP.png\" tvg-id=\"Boing.es\" tvg-country=\"ES\" group-title=\"Spain\",Boing\nhttp://185.189.225.150:85/boing/index.m3u8\n#EXTINF:-1 tvg-name=\"Be Mad Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/7/70/Be_Mad_TV.svg/512px-Be_Mad_TV.svg.png\" tvg-id=\"BeMad.es\" tvg-country=\"ES\" group-title=\"Spain\",Be Mad Ⓖ\nhttps://directos.bemad.es/orilinear02/live/linear02/main/main.isml/main-audio_spa=128000-video=1500000.m3u8\n#EXTINF:-1 tvg-name=\"Paramount Network\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9f/Paramount_Network.svg/512px-Paramount_Network.svg.png\" tvg-id=\"ParamountNetwork.es\" tvg-country=\"ES\" group-title=\"Spain\",Paramount Network\nhttp://185.189.225.150:85/Paramount/index.m3u8\n#EXTINF:-1 tvg-name=\"RNE para todos\" tvg-logo=\"https://graph.facebook.com/radionacionalrne/picture?width=200&height=200\" tvg-id=\"RNE.es\" tvg-country=\"ES\" group-title=\"Spain\",RNE para todos\nhttps://rtvelivestream.akamaized.net/rtvesec/rne/rne_para_todos_main.m3u8\n#EXTINF:-1 tvg-name=\"euronews\" tvg-logo=\"https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/international/euro-news-int.png\" tvg-id=\"Euronews.es\" tvg-country=\"ES\" group-title=\"Spain\",euronews\nhttps://euronews-live-spa-es.fast.rakuten.tv/v1/master/0547f18649bd788bec7b67b746e47670f558b6b2/production-LiveChannel-6571/bitok/eyJzdGlkIjoiMDA0YjY0NTMtYjY2MC00ZTZkLTlkNzEtMTk3YTM3ZDZhZWIxIiwibWt0IjoiZXMiLCJjaCI6NjU3MSwicHRmIjoxfQ==/26034/euronews-es.m3u8\n#EXTINF:-1 tvg-name=\"El País\" tvg-logo=\"https://graph.facebook.com/elpais/picture?width=200&height=200\" tvg-id=\"ElPaisTV.es\" tvg-country=\"ES\" group-title=\"Spain\",El País\nhttps://d2xqbi89ghm9hh.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-79fx3huimw4xc-ssai-prd/fast-channel-el-pais.m3u8\n#EXTINF:-1 tvg-name=\"Negocios\" tvg-logo=\"https://pbs.twimg.com/profile_images/1321367703731523584/bNMmbetI_200x200.jpg\" tvg-id=\"NegociosTV.es\" tvg-country=\"ES\" group-title=\"Spain\",Negocios\nhttps://streaming013.gestec-video.com/hls/negociostv.m3u8\n#EXTINF:-1 tvg-name=\"Squirrel\" tvg-logo=\"https://i.imgur.com/urF0kYA.png\" tvg-id=\"Squirrel.es\" tvg-country=\"ES\" group-title=\"Spain\",Squirrel\nhttps://tsw.streamingwebtv24.it:1936/inteccdn1/inteccdn1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"BOM Cine\" tvg-logo=\"https://i.imgur.com/cqhofMU.png\" tvg-id=\"BomCine.es\" tvg-country=\"ES\" group-title=\"Spain\",BOM Cine\nhttps://tsw.streamingwebtv24.it:1936/inteccdn3/inteccdn3/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Telemadrid\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/7/71/TeleMadrid.svg/512px-TeleMadrid.svg.png\" tvg-id=\"Telemadrid.es\" tvg-country=\"ES\" group-title=\"Spain\",Telemadrid\nhttps://telemadrid-23-secure2.akamaized.net/master.m3u8\n#EXTINF:-1 tvg-name=\"La Otra\" tvg-logo=\"https://i.imgur.com/W1UZyXH.png\" tvg-id=\"LaOtra.es\" tvg-country=\"ES\" group-title=\"Spain\",La Otra\nhttps://laotra-1-23-secure2.akamaized.net/master.m3u8\n#EXTINF:-1 tvg-name=\"Canal Sur Andalucía\" tvg-logo=\"https://i.imgur.com/WcVOXPr.png\" tvg-id=\"CanalSurAndalucia.es\" tvg-country=\"ES\" group-title=\"Spain\",Canal Sur Andalucía\nhttps://d35x6iaiw8f75z.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-kbwsl0jk1bvoo/canal_sur_andalucia_es.m3u8\n#EXTINF:-1 tvg-name=\"La 8 Mediterráneo\" tvg-logo=\"https://graph.facebook.com/la8mediterraneo/picture?width=200&height=200\" tvg-id=\"La8Mediterraneo.es\" tvg-country=\"ES\" group-title=\"Spain\",La 8 Mediterráneo\nhttps://streaming004.gestec-video.com/hls/8TV.m3u8\n#EXTINF:-1 tvg-name=\"Televisión Canaria Ⓨ\" tvg-logo=\"https://i.imgur.com/68LNS8e.png\" tvg-id=\"TVCanaria.es\" tvg-country=\"ES\" group-title=\"Spain\",Televisión Canaria Ⓨ\nhttps://www.youtube.com/user/TelevisionCanaria/live\n#EXTINF:-1 tvg-name=\"IB3 Global Ⓨ\" tvg-logo=\"https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/spain/ib3-es.png\" tvg-id=\"IB3.es\" tvg-country=\"ES\" group-title=\"Spain\",IB3 Global Ⓨ\nhttps://www.youtube.com/c/ib3/live\n#EXTINF:-1 tvg-name=\"Canal Extremadura\" tvg-logo=\"https://i.imgur.com/xBeywIA.png\" tvg-id=\"CanalExtremadura.es\" tvg-country=\"ES\" group-title=\"Spain\",Canal Extremadura\nhttps://cdnapisec.kaltura.com/p/5581662/sp/558166200/playManifest/entryId/1_1u7ssdy3/protocol/https/format/applehttp/flavorIds/1_8xbndriw/a.m3u8\n#EXTINF:-1 tvg-name=\"Aragón TV Ⓢ\" tvg-logo=\"https://i.imgur.com/8H3Q07b.png\" tvg-id=\"AragonTV.es\" tvg-country=\"ES\" group-title=\"Spain\",Aragón TV Ⓢ\nhttps://cartv.streaming.aranova.es/hls/live/aragontv_canal1.m3u8\n#EXTINF:-1 tvg-name=\"ETB1\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/f/f4/ETB1_2022_logo.svg/512px-ETB1_2022_logo.svg.png\" tvg-id=\"ETB1.es\" tvg-country=\"ES\" group-title=\"Spain\",ETB1\nhttps://multimedia.eitb.eus/live-content/etb1hd-hls/master.m3u8\n#EXTINF:-1 tvg-name=\"ETB2\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/c/c4/ETB2_2022_logo.svg/512px-ETB2_2022_logo.svg.png\" tvg-id=\"ETB2.es\" tvg-country=\"ES\" group-title=\"Spain\",ETB2\nhttps://multimedia.eitb.eus/live-content/etb2hd-hls/master.m3u8\n#EXTINF:-1 tvg-name=\"TV3\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/c/cb/TV3.svg/300px-TV3.svg.png\" tvg-id=\"TV3.es\" tvg-country=\"ES\" group-title=\"Spain\",TV3\nhttp://185.189.225.150:85/tv3/index.m3u8\n#EXTINF:-1 tvg-name=\"TV3Cat Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/97/TV3CAT.svg/512px-TV3CAT.svg.png\" tvg-id=\"TV3CAT.es\" tvg-country=\"ES\" group-title=\"Spain\",TV3Cat Ⓖ\nhttps://directes3-tv-int.3catdirectes.cat/live-content/tvi-hls/master.m3u8\n#EXTINF:-1 tvg-name=\"3/24\" tvg-logo=\"https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/spain/3-24-es.png\" tvg-id=\"324.es\" tvg-country=\"ES\" group-title=\"Spain\",3/24\nhttps://directes-tv-int.3catdirectes.cat/live-origin/canal324-hls/master.m3u8\n#EXTINF:-1 tvg-name=\"Bon Dia\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/4/4f/Logo_Bon_Dia_TV.png\" tvg-id=\"BonDiaTV.es\" tvg-country=\"ES\" group-title=\"Spain\",Bon Dia\nhttps://directes-tv-int.3catdirectes.cat/live-content/bondia-hls/master.m3u8\n#EXTINF:-1 tvg-name=\"SX3 Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/0/01/SX3_logo.svg/2880px-SX3_logo.svg.png\" tvg-id=\"SX3.es\" tvg-country=\"ES\" group-title=\"Spain\",SX3 Ⓖ\nhttps://directes-tv-cat.3catdirectes.cat/live-content/super3-hls/master.m3u8\n#EXTINF:-1 tvg-name=\"El 33 Ⓖ\" tvg-logo=\"https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/spain/el-33-es.png\" tvg-id=\"El33.es\" tvg-country=\"ES\" group-title=\"Spain\",El 33 Ⓖ\nhttps://directes-tv-cat.3catdirectes.cat/live-origin/c33-super3-hls/master.m3u8\n#EXTINF:-1 tvg-name=\"Esport3 Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9a/Esport3.svg/1200px-Esport3.svg.png\" tvg-id=\"Esport3.es\" tvg-country=\"ES\" group-title=\"Spain\",Esport3 Ⓖ\nhttps://directes-tv-es.3catdirectes.cat/live-origin/esport3-hls/master.m3u8\n#EXTINF:-1 tvg-name=\"Canal TE24\" tvg-logo=\"https://i.ibb.co/3ynghbW/logox2.png\" tvg-id=\"CanalTerresdelEbre.es\" tvg-country=\"ES\" group-title=\"Spain\",Canal TE24\nhttps://ingest1-video.streaming-pro.com/esportsteABR/etestream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"À Punt TV\" tvg-logo=\"https://i.imgur.com/M88LoNl.png\" tvg-id=\"APunt.es\" tvg-country=\"ES\" group-title=\"Spain\",À Punt TV\nhttps://bcovlive-a.akamaihd.net/8499d938ef904e39b58a4adec2ddeada/eu-west-1/6057955885001/playlist_dvr.m3u8\n#EXTINF:-1 tvg-name=\"7 Región de Murcia Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/26/La_7_logo.svg/150px-La_7_logo.svg.png\" tvg-id=\"La7.es\" tvg-country=\"ES\" group-title=\"Spain\",7 Región de Murcia Ⓢ\nhttps://rtv-murcia-live.globalmest.com/principal/smil:principal.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Canal 4 Tenerife\" tvg-logo=\"https://i.imgur.com/Egymir4.png\" tvg-id=\"Canal4Tenerife.es\" tvg-country=\"ES\" group-title=\"Spain\",Canal 4 Tenerife\nhttps://videoserver.tmcreativos.com:19360/ccxwhsfcnq/ccxwhsfcnq.m3u8\n#EXTINF:-1 tvg-name=\"Televisión Melilla\" tvg-logo=\"https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/spain/television-melilla-es.png\" tvg-id=\"TelevisionMelilla.es\" tvg-country=\"ES\" group-title=\"Spain\",Televisión Melilla\nhttps://tvmelilla-hls-rm-lw.flumotion.com/playlist.m3u8\n#EXTINF:-1 tvg-name=\"La 1 (Catalunya)\" tvg-logo=\"https://i.imgur.com/NbesiPn.png\" tvg-id=\"La1Catalunya.es\" tvg-country=\"ES\" group-title=\"Spain\",La 1 (Catalunya)\nhttps://rtvelivestream-clnx.rtve.es/rtvesec/cat/la1_cat_main_dvr.m3u8\n#EXTINF:-1 tvg-name=\"La 1 (Canarias)\" tvg-logo=\"https://i.imgur.com/NbesiPn.png\" tvg-id=\"La1Canarias.es\" tvg-country=\"ES\" group-title=\"Spain\",La 1 (Canarias)\nhttps://rtvelivestream-clnx.rtve.es/rtvesec/can/la1_can_main_720.m3u8\n#EXTINF:-1 tvg-name=\"La 2 (Catalunya)\" tvg-logo=\"https://i.imgur.com/DmuTwDw.png\" tvg-id=\"La2Catalunya.es\" tvg-country=\"ES\" group-title=\"Spain\",La 2 (Catalunya)\nhttps://rtvelivestream.akamaized.net/rtvesec/cat/la2_cat_main_dvr.m3u8\n#EXTINF:-1 tvg-name=\"La 2 (Canarias)\" tvg-logo=\"https://i.imgur.com/DmuTwDw.png\" tvg-id=\"La2Canarias.es\" tvg-country=\"ES\" group-title=\"Spain\",La 2 (Canarias)\nhttps://ztnr.rtve.es/ztnr/5468585.m3u8\n#EXTINF:-1 tvg-name=\"HQM Arabic\" tvg-logo=\"https://hqm.es/wp-content/uploads/arabic-hqm-logo.png\" tvg-id=\"HQMArabic.es\" tvg-country=\"ES\" group-title=\"Spain VOD\",HQM Arabic\nhttps://livelist01.yowi.tv/lista/39596c72840d27b213caf4e58c39599a6f2ed203/master.m3u8\n#EXTINF:-1 tvg-name=\"HQM Baladas\" tvg-logo=\"https://hqm.es/wp-content/uploads/baladas-hqm-logo.png\" tvg-id=\"HQMBaladas.es\" tvg-country=\"ES\" group-title=\"Spain VOD\",HQM Baladas\nhttps://livelist01.yowi.tv/lista/5d7d2c21e0ec7a8a99fd1fdbc52cbdc0782f77fc/master.m3u8\n#EXTINF:-1 tvg-name=\"HQM Blues\" tvg-logo=\"https://hqm.es/wp-content/uploads/blues-hqm-logo.png\" tvg-id=\"HQMBlues.es\" tvg-country=\"ES\" group-title=\"Spain VOD\",HQM Blues\nhttps://livelist01.yowi.tv/lista/81c601f370e44dc566113fd752204be5f5f53b61/master.m3u8\n#EXTINF:-1 tvg-name=\"HQM Chill Out\" tvg-logo=\"https://hqm.es/wp-content/uploads/chill-out-hqm-logo.png\" tvg-id=\"HQMChillOut.es\" tvg-country=\"ES\" group-title=\"Spain VOD\",HQM Chill Out\nhttps://livelist01.yowi.tv/lista/183a351ddb0e57af6d735256226e6033c32219ab/master.m3u8\n#EXTINF:-1 tvg-name=\"HQM Classic\" tvg-logo=\"https://hqm.es/wp-content/uploads/classic-hqm-logo.png\" tvg-id=\"HQMClassic.es\" tvg-country=\"ES\" group-title=\"Spain VOD\",HQM Classic\nhttps://livelist01.yowi.tv/lista/f04129475945936b248aa723de56519ea2ff10fc/master.m3u8\n#EXTINF:-1 tvg-name=\"HQM Dance\" tvg-logo=\"https://hqm.es/wp-content/uploads/dance-hqm-logo.png\" tvg-id=\"HQMDance.es\" tvg-country=\"ES\" group-title=\"Spain VOD\",HQM Dance\nhttps://livelist01.yowi.tv/lista/57cf2f51b07ff21988a7a6f0270a66d41086d4a4/master.m3u8\n#EXTINF:-1 tvg-name=\"HQM Folk\" tvg-logo=\"https://hqm.es/wp-content/uploads/folk-hqm-logo.png\" tvg-id=\"HQMFolk.es\" tvg-country=\"ES\" group-title=\"Spain VOD\",HQM Folk\nhttps://livelist01.yowi.tv/lista/9f5310c179e8e840188d183be235f755b18cf703/master.m3u8\n#EXTINF:-1 tvg-name=\"HQM Gym\" tvg-logo=\"https://hqm.es/wp-content/uploads/gym-hqm-logo.png\" tvg-id=\"HQMGym.es\" tvg-country=\"ES\" group-title=\"Spain VOD\",HQM Gym\nhttps://livelist01.yowi.tv/lista/abb87f329d0ed03072b1930e9636a53e8076c8d5/master.m3u8\n#EXTINF:-1 tvg-name=\"HQM Hip Hop\" tvg-logo=\"https://hqm.es/wp-content/uploads/hip-hop-hqm-logo.png\" tvg-id=\"HQMHipHop.es\" tvg-country=\"ES\" group-title=\"Spain VOD\",HQM Hip Hop\nhttps://livelist01.yowi.tv/lista/8327abc87895df4c76db1155435fdca6a3607bbd/master.m3u8\n#EXTINF:-1 tvg-name=\"HQM Hits\" tvg-logo=\"https://hqm.es/wp-content/uploads/hits-hqm-logo.png\" tvg-id=\"HQMHits.es\" tvg-country=\"ES\" group-title=\"Spain VOD\",HQM Hits\nhttps://livelist01.yowi.tv/lista/5e2db2017a8fd03f73b40ede363d1a586db4e9a6/master.m3u8\n#EXTINF:-1 tvg-name=\"HQM Jazz\" tvg-logo=\"https://hqm.es/wp-content/uploads/jazz-hqm-logo.png\" tvg-id=\"HQMJazz.es\" tvg-country=\"ES\" group-title=\"Spain VOD\",HQM Jazz\nhttps://livelist01.yowi.tv/lista/f204aa5b3f0691e69851b54b7746ef09ede26f6a/master.m3u8\n#EXTINF:-1 tvg-name=\"HQM Kids\" tvg-logo=\"https://hqm.es/wp-content/uploads/kids-hqm-logo.png\" tvg-id=\"HQMKids.es\" tvg-country=\"ES\" group-title=\"Spain VOD\",HQM Kids\nhttps://livelist01.yowi.tv/lista/e4bc12dafe33c3ceb3e382e3acc0ec2c012cf7fd/master.m3u8\n#EXTINF:-1 tvg-name=\"HQM Latin\" tvg-logo=\"https://hqm.es/wp-content/uploads/latin-hqm-logo.png\" tvg-id=\"HQMLatin.es\" tvg-country=\"ES\" group-title=\"Spain VOD\",HQM Latin\nhttps://livelist01.yowi.tv/lista/9a4da7871ec57b4b63ed49597a13d09869172be0/master.m3u8\n#EXTINF:-1 tvg-name=\"HQM Pop\" tvg-logo=\"https://hqm.es/wp-content/uploads/pop-hqm-logo.png\" tvg-id=\"HQMPop.es\" tvg-country=\"ES\" group-title=\"Spain VOD\",HQM Pop\nhttps://livelist01.yowi.tv/lista/eb2fa68a058a701fa5bd2c80f6c8a6075896f71d/master.m3u8\n#EXTINF:-1 tvg-name=\"HQM Relax\" tvg-logo=\"https://hqm.es/wp-content/uploads/relax-hqm-logo.png\" tvg-id=\"HQMRelax.es\" tvg-country=\"ES\" group-title=\"Spain VOD\",HQM Relax\nhttps://livelist01.yowi.tv/lista/dc1b71c6fda2e687050facaa7242062cbf5a7f2a/master.m3u8\n#EXTINF:-1 tvg-name=\"HQM Remember\" tvg-logo=\"https://hqm.es/wp-content/uploads/remember-hqm-logo.png\" tvg-id=\"HQMRemember.es\" tvg-country=\"ES\" group-title=\"Spain VOD\",HQM Remember\nhttps://livelist01.yowi.tv/lista/57c98e2e295a0b69b52dc5f84edc4b1b68783ba2/master.m3u8\n#EXTINF:-1 tvg-name=\"HQM Rock\" tvg-logo=\"https://hqm.es/wp-content/uploads/rock-hqm-logo.png\" tvg-id=\"HQMRock.es\" tvg-country=\"ES\" group-title=\"Spain VOD\",HQM Rock\nhttps://livelist01.yowi.tv/lista/0d6c7ccfac89946bfd41ae34c527e8d94734065c/master.m3u8\n#EXTINF:-1 tvg-name=\"HQM Spanish\" tvg-logo=\"https://hqm.es/wp-content/uploads/spanish-hqm-logo.png\" tvg-id=\"HQMSpanish.es\" tvg-country=\"ES\" group-title=\"Spain VOD\",HQM Spanish\nhttps://livelist01.yowi.tv/lista/8635ae40f8d1a32eccd63d1f58b55662c9c98f9f/master.m3u8\n#EXTINF:-1 tvg-name=\"SVT 1 Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/1/1b/SVT1_logo_2016.svg/800px-SVT1_logo_2016.svg.png\" tvg-id=\"SVT1.se\" tvg-country=\"SE\" group-title=\"Sweden\",SVT 1 Ⓖ\nhttps://ed2.cdn.svt.se/ed7/d1/c/se/svt1/manifest.mpd?defaultSubLang=1\n#EXTINF:-1 tvg-name=\"SVT 2 Ⓖ\" tvg-logo=\"https://i.imgur.com/iB3veGx.png\" tvg-id=\"SVT2.se\" tvg-country=\"SE\" group-title=\"Sweden\",SVT 2 Ⓖ\nhttps://ed2.cdn.svt.se/ed7/d1/c/se/svt2/manifest.mpd?defaultSubLang=1\n#EXTINF:-1 tvg-name=\"ATG Live Ⓢ\" tvg-logo=\"https://i.imgur.com/bPWFXkL.png\" tvg-id=\"ATGLive.se\" tvg-country=\"SE\" group-title=\"Sweden\",ATG Live Ⓢ\nhttps://httpcache0-00688-cacheliveedge0.dna.qbrick.com/00688-cacheliveedge0/out/u/atg_sdi_1_free.m3u8\n#EXTINF:-1 tvg-name=\"Expressen TV\" tvg-logo=\"https://i.imgur.com/8EjMSr7.png\" tvg-id=\"ExpressenTV.se\" tvg-country=\"SE\" group-title=\"Sweden\",Expressen TV\nhttps://cdn0-03837-liveedge0.dna.ip-only.net/03837-liveedge0/smil:03837-tx2/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Kanal 10 Sverige\" tvg-logo=\"https://i.imgur.com/vlh699v.png\" tvg-id=\"Kanal10.se\" tvg-country=\"SE\" group-title=\"Sweden\",Kanal 10 Sverige\nhttps://rrr.sz.xlcdn.com/?account=cn_kanal10media&file=live_transcoded&type=live&service=wowza&protocol=https&output=playlist.m3u8\n#EXTINF:-1 tvg-name=\"SVT 24 Ⓖ\" tvg-logo=\"https://i.imgur.com/o9M7Tiq.png\" tvg-id=\"SVT24.se\" tvg-country=\"SE\" group-title=\"Sweden\",SVT 24 Ⓖ\nhttps://ed2.cdn.svt.se/ed7/d1/c/se/svtb/manifest.mpd?defaultSubLang=1\n#EXTINF:-1 tvg-name=\"Kunskapskanalen Ⓖ\" tvg-logo=\"https://i.imgur.com/9YBxoGc.png\" tvg-id=\"Kunskapskanalen.se\" tvg-country=\"SE\" group-title=\"Sweden\",Kunskapskanalen Ⓖ\nhttps://ed2.cdn.svt.se/ed7/d1/c/se/svtk/manifest.mpd?defaultSubLang=1\n#EXTINF:-1 tvg-name=\"Di TV\" tvg-logo=\"https://i.imgur.com/zApTDWn.png\" tvg-id=\"DiTV.se\" tvg-country=\"SE\" group-title=\"Sweden\",Di TV\nhttps://cdn0-03837-liveedge0.dna.ip-only.net/03837-liveedge0/smil:03837-tx4/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Öppna Kanalen Stockholm Ⓢ\" tvg-logo=\"https://i.imgur.com/GWlstv5.png\" tvg-id=\"OppnaKanalenStockholm.se\" tvg-country=\"SE\" group-title=\"Sweden\",Öppna Kanalen Stockholm Ⓢ\nhttps://edg03-prd-se-ixn.solidtango.com/edge/451iw2h/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Öppna Kanalen Malmö Ⓢ\" tvg-logo=\"https://i.imgur.com/sjw8dsM.jpg\" tvg-id=\"TVMalmo.se\" tvg-country=\"SE\" group-title=\"Sweden\",Öppna Kanalen Malmö Ⓢ\nhttps://edg01-prd-de-ixn.solidtango.com/edge/_8ynhbua3_/8ynhbua3/manifest.m3u8\n#EXTINF:-1 tvg-name=\"Västmanlands TV\" tvg-logo=\"https://i.imgur.com/EXBaQ88.jpg\" tvg-id=\"VastmanlandsTV.se\" tvg-country=\"SE\" group-title=\"Sweden\",Västmanlands TV\nhttps://edg01-prd-se-dcs.solidtango.com/edge/lo9yf4l5/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Sundskanalen\" tvg-logo=\"https://i.imgur.com/8uT0p3q.jpg\" tvg-id=\"Sundskanalen.se\" tvg-country=\"SE\" group-title=\"Sweden\",Sundskanalen\nhttps://stream.sundskanalen.se/live/view/index.m3u8\n#EXTINF:-1 tvg-name=\"Öppna Kanalen Skövde\" tvg-logo=\"https://i.imgur.com/1LkYbaQ.png\" tvg-id=\"OppnaKanalenSkovde.se\" tvg-country=\"SE\" group-title=\"Sweden\",Öppna Kanalen Skövde\nhttps://edg01-prd-de-ixn.solidtango.com/edge/_c6697zkv_/c6697zkv/manifest.m3u8\n#EXTINF:-1 tvg-name=\"Lokal-TV Uddevalla / Fyrbodal-TV Ⓨ\" tvg-logo=\"https://i.imgur.com/cnLkbOT.png\" tvg-id=\"LTVU.se\" tvg-country=\"SE\" group-title=\"Sweden\",Lokal-TV Uddevalla / Fyrbodal-TV Ⓨ\nhttps://www.youtube.com/@LtvuSeTube/live\n#EXTINF:-1 tvg-name=\"Aryen TV\" tvg-logo=\"https://i.imgur.com/qUg7edz.png\" tvg-id=\"AryenTV.se\" tvg-country=\"SE\" group-title=\"Sweden\",Aryen TV\nhttps://aryen.tv/live/tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Suryoyo Sat\" tvg-logo=\"https://i.imgur.com/naCNjaB.png\" tvg-id=\"SuryoyoSat.se\" tvg-country=\"SE\" group-title=\"Sweden\",Suryoyo Sat\nhttps://player-api.new.livestream.com/accounts/10187302/events/6785118/broadcasts/237816618.secure.m3u8\n#EXTINF:-1 tvg-name=\"SRF 1\" tvg-logo=\"https://i.imgur.com/KCPHba2.png\" tvg-id=\"SRF1.ch\" tvg-country=\"CH\" group-title=\"Switzerland\",SRF 1\nhttp://51.91.73.99:25461/sweden/PM66f7Y43H/25849\n#EXTINF:-1 tvg-name=\"TVO\" tvg-logo=\"https://i.imgur.com/5QFZ05B.png\" tvg-id=\"TVO.ch\" tvg-country=\"CH\" group-title=\"Switzerland\",TVO\nhttps://cdnapisec.kaltura.com/p/1719221/sp/171922100/playManifest/entryId/1_t5h46v64/format/applehttp/protocol/https/a.m3u8\n#EXTINF:-1 tvg-name=\"RTS Un\" tvg-logo=\"https://i.imgur.com/gWuuBZc.png\" tvg-id=\"RTS1.ch\" tvg-country=\"CH\" group-title=\"Switzerland\",RTS Un\nhttp://hotiptv.site:8080/zkby2013/1d469e6d9e42/67585\n#EXTINF:-1 tvg-name=\"TVM 3\" tvg-logo=\"https://i.imgur.com/3v6iZE6.png\" tvg-id=\"TVM3.ch\" tvg-country=\"CH\" group-title=\"Switzerland\",TVM 3\nhttp://livevideo.infomaniak.com/streaming/livecast/tvm3/playlist.m3u8\n#EXTINF:-1 tvg-name=\"RSI La 1\" tvg-logo=\"https://i.imgur.com/j8ogbli.png\" tvg-id=\"RSILa1.ch\" tvg-country=\"CH\" group-title=\"Switzerland\",RSI La 1\nhttp://190.2.155.162/RSI1/index.m3u8\n#EXTINF:-1 tvg-name=\"RSI La 2\" tvg-logo=\"https://i.imgur.com/vm62h3t.png\" tvg-id=\"RSILa2.ch\" tvg-country=\"CH\" group-title=\"Switzerland\",RSI La 2\nhttp://190.2.155.162/RSI2/index.m3u8\n#EXTINF:-1 tvg-name=\"Teleticino\" tvg-logo=\"https://i.imgur.com/zm2ruqz.png\" tvg-id=\"TeleTicino.ch\" tvg-country=\"CH\" group-title=\"Switzerland\",Teleticino\nhttps://vstream-cdn.ch/hls/teleticino_720p/index.m3u8\n#EXTINF:-1 tvg-name=\"CTV News Channel (中視新聞台) Ⓨ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/zh/6/67/CTV_News_logo.png\" tvg-id=\"CTVNewsChannel.tw\" tvg-country=\"TW\" group-title=\"Taiwan\",CTV News Channel (中視新聞台) Ⓨ\nhttps://www.youtube.com/watch?v=TCnaIE_SAtM\n#EXTINF:-1 tvg-name=\"PTS Taigi (公視台語台) Ⓨ Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/zh/thumb/8/8a/PTS_Taigi.svg/640px-PTS_Taigi.svg.png\" tvg-id=\"PTSTaigi.tw\" tvg-country=\"TW\" group-title=\"Taiwan\",PTS Taigi (公視台語台) Ⓨ Ⓖ\nhttps://www.youtube.com/watch?v=6KlRR_DGhmI\n#EXTINF:-1 tvg-name=\"TaiwanPlus Ⓨ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/zh/thumb/7/79/Taiwan_Plus_logo.svg/640px-Taiwan_Plus_logo.svg.png\" tvg-id=\"TaiwanPlus.tv\" tvg-country=\"TW\" group-title=\"Taiwan\",TaiwanPlus Ⓨ\nhttps://www.youtube.com/watch?v=dZp87qnWelE\n#EXTINF:-1 tvg-name=\"民視無線台\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/zh/thumb/4/49/FTV_HD_Logo.svg/640px-FTV_HD_Logo.svg.png\" tvg-id=\"FTV.tw\" tvg-country=\"TW\" group-title=\"Taiwan\",民視無線台\nhttp://seb.sason.top/ptv/ftv.php?id=ms\n#EXTINF:-1 tvg-name=\"FTV One (民視第一台)\" tvg-logo=\"https://i.imgur.com/HBT2o0I.png\" tvg-id=\"FTVOne.tw\" tvg-country=\"TW\" group-title=\"Taiwan\",FTV One (民視第一台)\nhttp://seb.sason.top/ptv/ftv.php?id=dy\n#EXTINF:-1 tvg-name=\"FTV News (民視新聞台) Ⓨ\" tvg-logo=\"https://i.imgur.com/j9Gebr5.png\" tvg-id=\"FTVNews.tw\" tvg-country=\"TW\" group-title=\"Taiwan\",FTV News (民視新聞台) Ⓨ\nhttps://www.youtube.com/watch?v=ylYJSBUgaMA\n#EXTINF:-1 tvg-name=\"FTV Taiwan (民視台灣台)\" tvg-logo=\"https://i.imgur.com/p108I5g.png\" tvg-id=\"FTVTaiwan.tw\" tvg-country=\"TW\" group-title=\"Taiwan\",FTV Taiwan (民視台灣台)\nhttp://seb.sason.top/ptv/ftv.php?id=tw\n#EXTINF:-1 tvg-name=\"TTV Main Channel (臺灣電視台) Ⓨ Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/zh/4/43/TTV_Home_Channel_with_HD_2016.png\" tvg-id=\"TTV.tw\" tvg-country=\"TW\" group-title=\"Taiwan\",TTV Main Channel (臺灣電視台) Ⓨ Ⓖ\nhttps://www.youtube.com/watch?v=uDqQo8a7Xmk\n#EXTINF:-1 tvg-name=\"TTV News (台視新聞台) Ⓨ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/zh/3/3f/TTV_News_Channel_with_HD_2016.png\" tvg-id=\"TTVNews.tw\" tvg-country=\"TW\" group-title=\"Taiwan\",TTV News (台視新聞台) Ⓨ\nhttps://www.youtube.com/watch?v=xL0ch83RAK8\n#EXTINF:-1 tvg-name=\"Congress Channel 1 Ⓨ\" tvg-logo=\"https://i.imgur.com/0dVlvsz.png\" tvg-id=\"CongressChannel1.tw\" tvg-country=\"TW\" group-title=\"Taiwan\",Congress Channel 1 Ⓨ\nhttps://www.youtube.com/watch?v=4HysYHJ6GkY\n#EXTINF:-1 tvg-name=\"Congress Channel 2 Ⓨ\" tvg-logo=\"https://i.imgur.com/htGr996.png\" tvg-id=\"CongressChannel2.tw\" tvg-country=\"TW\" group-title=\"Taiwan\",Congress Channel 2 Ⓨ\nhttps://www.youtube.com/watch?v=RAP4h3q6_Sg\n#EXTINF:-1 tvg-name=\"CNC3\" tvg-logo=\"https://i.imgur.com/1E73l2j.png\" tvg-id=\"CNC3.tt\" tvg-country=\"TT\" group-title=\"Trinidad\",CNC3\nhttps://sktv-forwarders.7m.pl/get.php?x=CNC3\n#EXTINF:-1 tvg-name=\"gayelle\" tvg-logo=\"https://i.imgur.com/GhWdqLq.jpg\" tvg-id=\"\" tvg-country=\"TT\" group-title=\"Trinidad\",gayelle\nhttps://sktv-forwarders.7m.pl/get.php?x=gayelle\n#EXTINF:-1 tvg-name=\"Synergy TV\" tvg-logo=\"https://i.imgur.com/ugAy0UG.jpg\" tvg-id=\"SynergyTV.tt\" tvg-country=\"TT\" group-title=\"Trinidad\",Synergy TV\nhttps://sktv-forwarders.7m.pl/get.php?x=Synergy_TV\n#EXTINF:-1 tvg-name=\"TTT\" tvg-logo=\"https://i.imgur.com/rxf4x8J.jpg\" tvg-id=\"TTT.tt\" tvg-country=\"TT\" group-title=\"Trinidad\",TTT\nhttps://sktv-forwarders.7m.pl/get.php?x=TTT\n#EXTINF:-1 tvg-name=\"IBN\" tvg-logo=\"https://i.imgur.com/hSJGncF.jpg\" tvg-id=\"\" tvg-country=\"TT\" group-title=\"Trinidad\",IBN\nhttps://sktv-forwarders.7m.pl/get.php?x=IBN\n#EXTINF:-1 tvg-name=\"Trinity TV\" tvg-logo=\"https://i.imgur.com/prgVynR.jpg\" tvg-id=\"\" tvg-country=\"TT\" group-title=\"Trinidad\",Trinity TV\nhttps://sktv-forwarders.7m.pl/get.php?x=Trinity_TV\n#EXTINF:-1 tvg-name=\"TRT 1\" tvg-logo=\"https://i.imgur.com/j786OLG.png\" tvg-id=\"TRT1.tr\" tvg-country=\"TR\" group-title=\"Turkey\",TRT 1\nhttps://tv-trt1.medya.trt.com.tr/master.m3u8\n#EXTINF:-1 tvg-name=\"TRT 2 Ⓖ\" tvg-logo=\"https://i.imgur.com/lNWrOE2.png\" tvg-id=\"TRT2.tr\" tvg-country=\"TR\" group-title=\"Turkey\",TRT 2 Ⓖ\nhttps://tv-trt2.medya.trt.com.tr/master.m3u8\n#EXTINF:-1 tvg-name=\"TRT Haber\" tvg-logo=\"https://i.imgur.com/OVfo8Ab.png\" tvg-id=\"TRTHaber.tr\" tvg-country=\"TR\" group-title=\"Turkey\",TRT Haber\nhttps://tv-trthaber.medya.trt.com.tr/master.m3u8\n#EXTINF:-1 tvg-name=\"TRT Spor Ⓖ\" tvg-logo=\"https://i.imgur.com/N2wGZyf.png\" tvg-id=\"TRTSpor.tr\" tvg-country=\"TR\" group-title=\"Turkey\",TRT Spor Ⓖ\nhttps://tv-trtspor1.medya.trt.com.tr/master.m3u8\n#EXTINF:-1 tvg-name=\"TRT Spor 2 Ⓖ\" tvg-logo=\"https://i.imgur.com/ysKteM8.png\" tvg-country=\"TR\" group-title=\"Turkey\",TRT Spor 2 Ⓖ\nhttps://tv-trtspor2.medya.trt.com.tr/master.m3u8\n#EXTINF:-1 tvg-name=\"TRT Çocuk\" tvg-logo=\"https://i.imgur.com/QLFmD6d.png\" tvg-id=\"TRTCocuk.tr\" tvg-country=\"TR\" group-title=\"Turkey\",TRT Çocuk\nhttps://tv-trtcocuk.medya.trt.com.tr/master.m3u8\n#EXTINF:-1 tvg-name=\"TRT Müzik\" tvg-logo=\"https://i.imgur.com/fIVFCEd.png\" tvg-country=\"TR\" group-title=\"Turkey\",TRT Müzik\nhttps://tv-trtmuzik.medya.trt.com.tr/master.m3u8\n#EXTINF:-1 tvg-name=\"TRT Belgesel\" tvg-logo=\"https://i.imgur.com/MGO87pe.png\" tvg-id=\"TRTBelgesel.tr\" tvg-country=\"TR\" group-title=\"Turkey\",TRT Belgesel\nhttps://tv-trtbelgesel.medya.trt.com.tr/master.m3u8\n#EXTINF:-1 tvg-name=\"TRT Avaz\" tvg-logo=\"https://i.imgur.com/VhTwXu5.png\" tvg-id=\"TRTAvaz.tr\" tvg-country=\"TR\" group-title=\"Turkey\",TRT Avaz\nhttps://tv-trtavaz.medya.trt.com.tr/master.m3u8\n#EXTINF:-1 tvg-name=\"TRT Kurdî\" tvg-logo=\"https://i.imgur.com/6BpymfB.png\" tvg-id=\"TRTKurdi.tr\" tvg-country=\"TR\" group-title=\"Turkey\",TRT Kurdî\nhttps://tv-trtkurdi.medya.trt.com.tr/master.m3u8\n#EXTINF:-1 tvg-name=\"TRT Arabi\" tvg-logo=\"https://i.imgur.com/yyhWOZs.png\" tvg-id=\"TRTArabi.tr\" tvg-country=\"TR\" group-title=\"Turkey\",TRT Arabi\nhttps://tv-trtarabi.medya.trt.com.tr/master.m3u8\n#EXTINF:-1 tvg-name=\"TRT World\" tvg-logo=\"https://i.imgur.com/JEA2xpv.png\" tvg-id=\"TRTWorld.tr\" tvg-country=\"TR\" group-title=\"Turkey\",TRT World\nhttps://tv-trtworld.medya.trt.com.tr/master.m3u8\n#EXTINF:-1 tvg-name=\"TRT Türk\" tvg-logo=\"https://i.imgur.com/OSTOQNw.png\" tvg-id=\"TRTTurk.tr\" tvg-country=\"TR\" group-title=\"Turkey\",TRT Türk\nhttps://tv-trtturk.medya.trt.com.tr/master.m3u8\n#EXTINF:-1 tvg-name=\"TRT EBA Ilkokul\" tvg-logo=\"https://i.imgur.com/wDvZfk8.png\" tvg-country=\"TR\" group-title=\"Turkey\",TRT EBA Ilkokul\nhttps://tv-e-okul00.medya.trt.com.tr/master.m3u8\n#EXTINF:-1 tvg-name=\"TRT EBA Ortaokul\" tvg-logo=\"https://i.imgur.com/yfPTvRx.png\" tvg-country=\"TR\" group-title=\"Turkey\",TRT EBA Ortaokul\nhttps://tv-e-okul01.medya.trt.com.tr/master.m3u8\n#EXTINF:-1 tvg-name=\"TRT EBA Lise\" tvg-logo=\"https://i.imgur.com/IebUZx1.png\" tvg-country=\"TR\" group-title=\"Turkey\",TRT EBA Lise\nhttps://tv-e-okul02.medya.trt.com.tr/master.m3u8\n#EXTINF:-1 tvg-name=\"BBC One Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/8/8b/BBC_One_logo_2021.svg/640px-BBC_One_logo_2021.svg.png\" tvg-id=\"BBCOne.uk\" tvg-country=\"GB\" group-title=\"UK\",BBC One Ⓖ\nhttps://vs-hls-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_one_yorks/iptv_hd_abr_v1.m3u8\n#EXTINF:-1 tvg-name=\"BBC Two Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/1/15/BBC_Two_logo_2021.svg/640px-BBC_Two_logo_2021.svg.png\" tvg-id=\"BBCTwo.uk\" tvg-country=\"GB\" group-title=\"UK\",BBC Two Ⓖ\nhttps://vs-hls-push-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_two_hd/iptv_hd_abr_v1.m3u8\n#EXTINF:-1 tvg-name=\"Channel 4 Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/thumb/9/9b/Channel_4_%28On_Demand%29_2023.svg/569px-Channel_4_%28On_Demand%29_2023.svg.png\" tvg-id=\"Channel4.uk\" tvg-country=\"GB\" group-title=\"UK\",Channel 4 Ⓢ\nhttp://176.65.146.105:8011/play/a07w/index.m3u8\n#EXTINF:-1 tvg-name=\"S4C Ⓖ\" tvg-logo=\"https://i.imgur.com/vrcbnBv.png\" tvg-id=\"S4C.uk\" tvg-country=\"GB\" group-title=\"UK\",S4C Ⓖ\nhttps://live-uk.s4c-cdn.co.uk/out/v1/a0134f1fd5a2461b9422b574566d4442/live_uk.m3u8\n#EXTINF:-1 tvg-name=\"BBC Alba Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/e/e3/BBC_Alba_2021.svg/640px-BBC_Alba_2021.svg.png\" tvg-id=\"BBCAlba.uk\" tvg-country=\"GB\" group-title=\"UK\",BBC Alba Ⓖ\nhttps://vs-hls-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_alba/iptv_hd_abr_v1.m3u8\n#EXTINF:-1 tvg-name=\"BBC Four Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/6d/BBC_Four_logo_2021.svg/640px-BBC_Four_logo_2021.svg.png\" tvg-id=\"BBCFour.uk\" tvg-country=\"GB\" group-title=\"UK\",BBC Four Ⓖ\nhttps://vs-hls-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_four_hd/iptv_hd_abr_v1.m3u8\n#EXTINF:-1 tvg-name=\"BBC Scotland Ⓢ Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/66/BBC_Scotland_2021_%28channel%29.svg/640px-BBC_Scotland_2021_%28channel%29.svg.png\" tvg-id=\"BBCScotland.uk\" tvg-country=\"GB\" group-title=\"UK\",BBC Scotland Ⓢ Ⓖ\nhttps://vs-hls-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_scotland_hd/pc_hd_abr_v2.m3u8\n#EXTINF:-1 tvg-name=\"E4 Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/thumb/0/06/E4_logo_2018.svg/552px-E4_logo_2018.svg.png\" tvg-id=\"E4.uk\" tvg-country=\"GB\" group-title=\"UK\",E4 Ⓢ\nhttp://176.65.146.105:8011/play/E4HD/index.m3u8\n#EXTINF:-1 tvg-name=\"Film4 Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/thumb/5/53/Film4_logo_2018.svg/805px-Film4_logo_2018.svg.png\" tvg-id=\"Film4.uk\" tvg-country=\"GB\" group-title=\"UK\",Film4 Ⓢ\nhttp://176.65.146.105:8011/play/FILM4SD/index.m3u8\n#EXTINF:-1 tvg-name=\"QVC UK Ⓢ\" tvg-logo=\"https://i.imgur.com/6TWUVrh.png\" tvg-id=\"QVCUK.uk\" tvg-country=\"GB\" group-title=\"UK\",QVC UK Ⓢ\nhttps://qvcuk-live.akamaized.net/hls/live/2097112/qvc/3/3.m3u8\n#EXTINF:-1 tvg-name=\"TJC\" tvg-logo=\"https://i.imgur.com/fk5rEje.png\" tvg-id=\"TJC.uk\" tvg-country=\"GB\" group-title=\"UK\",TJC\nhttps://cdn-shop-lc-01.akamaized.net/Content/HLS_HLS/Live/channel(TJCOTT)/index.m3u8\n#EXTINF:-1 tvg-name=\"BBC Three Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/7/76/BBC_Three_2022.svg/640px-BBC_Three_2022.svg.png\" tvg-id=\"BBCThree.uk\" tvg-country=\"GB\" group-title=\"UK\",BBC Three Ⓖ\nhttps://vs-hls-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_three_hd/iptv_hd_abr_v1.m3u8\n#EXTINF:-1 tvg-name=\"GemsTV Ⓢ\" tvg-logo=\"https://i.imgur.com/IR2sTag.png\" tvg-id=\"GemsTV.uk\" tvg-country=\"GB\" group-title=\"UK\",GemsTV Ⓢ\nhttp://57d6b85685bb8.streamlock.net:1935/abrgemporiaukgfx/livestream_360p/index.m3u8\n#EXTINF:-1 tvg-name=\"4seven Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/thumb/5/5e/4seven_logo_2018.svg/568px-4seven_logo_2018.svg.png\" tvg-id=\"4seven.uk\" tvg-country=\"GB\" group-title=\"UK\",4seven Ⓢ\nhttp://176.65.146.170:8013/play/a06p/index.m3u8\n#EXTINF:-1 tvg-name=\"Ideal World\" tvg-logo=\"https://i.imgur.com/su6GH7i.png\" tvg-id=\"IdealWorldTV.uk\" tvg-country=\"GB\" group-title=\"UK\",Ideal World\nhttps://ythls.armelin.one/channel/UCJbgGTpBWuC87VFIKTTO4RQ.m3u8\n#EXTINF:-1 tvg-name=\"Blaze Ⓖ\" tvg-logo=\"https://i.imgur.com/6UcPWP9.png\" tvg-id=\"Blaze.uk\" tvg-country=\"GB\" group-title=\"UK\",Blaze Ⓖ\nhttps://live.blaze.tv/live7/blaze/bitrate1.isml/live.m3u8\n#EXTINF:-1 tvg-name=\"Jewellery Maker\" tvg-logo=\"https://i.imgur.com/O7SdkBh.png\" tvg-id=\"JewelleryMaker.uk\" tvg-country=\"GB\" group-title=\"UK\",Jewellery Maker\nhttps://lo2-1.gemporia.com/abrjewellerymaker/smil:livestream.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Hobby Maker\" tvg-logo=\"https://i.imgur.com/VWHp5Tl.png\" tvg-id=\"HobbyMaker.uk\" tvg-country=\"GB\" group-title=\"UK\",Hobby Maker\nhttps://lo2-1.gemporia.com/abrhobbymakerukgfx/smil:livestreamFullHD.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"EarthXTV\" tvg-logo=\"https://i.imgur.com/AvJRFKf.png\" tvg-id=\"EarthXUK.uk\" tvg-country=\"GB\" group-title=\"UK\",EarthXTV\nhttps://ov.ottera.tv/live/master.m3u8?channel=earth_et\n#EXTINF:-1 tvg-name=\"PBS America\" tvg-logo=\"https://i.imgur.com/J4zE5z9.jpg\" tvg-id=\"PBSAmerica.uk\" tvg-country=\"GB\" group-title=\"UK\",PBS America\nhttps://pbs-samsunguk.amagi.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Create & Craft\" tvg-logo=\"https://i.imgur.com/n65sk4L.png\" tvg-id=\"CreateandCraft.uk\" tvg-country=\"GB\" group-title=\"UK\",Create & Craft\nhttps://live-hochanda.simplestreamcdn.com/live2/hochanda/bitrate1.isml/live.m3u8\n#EXTINF:-1 tvg-name=\"CBBC Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/3/35/CBBC_%282023%29.svg/640px-CBBC_%282023%29.svg.png\" tvg-id=\"CBBC.uk\" tvg-country=\"GB\" group-title=\"UK\",CBBC Ⓖ\nhttps://vs-hls-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:cbbc_hd/t=3840/v=pv14/b=5070016/main.m3u8\n#EXTINF:-1 tvg-name=\"CBeebies Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/b/b5/CBeebies_2023.svg/640px-CBeebies_2023.svg.png\" tvg-id=\"CBeebies.uk\" tvg-country=\"GB\" group-title=\"UK\",CBeebies Ⓖ\nhttps://vs-hls-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:cbeebies_hd/t=3840/v=pv14/b=5070016/main.m3u8\n#EXTINF:-1 tvg-name=\"BBC Parliament Ⓢ Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/99/BBC_Parliament_2022.svg/640px-BBC_Parliament_2022.svg.png\" tvg-id=\"BBCParliament.uk\" tvg-country=\"GB\" group-title=\"UK\",BBC Parliament Ⓢ Ⓖ\nhttps://vs-hls-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_parliament/pc_hd_abr_v2.m3u8\n#EXTINF:-1 tvg-name=\"Sky News\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/thumb/5/57/Sky_News_logo.svg/1024px-Sky_News_logo.svg.png\" tvg-id=\"SkyNews.uk\" tvg-country=\"GB\" group-title=\"UK\",Sky News\nhttps://linear021-gb-hls1-prd-ak.cdn.skycdp.com/Content/HLS_001_hd/Live/channel(skynews)/index_mob.m3u8\n#EXTINF:-1 tvg-name=\"GB News\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/thumb/3/35/GB_News_Logo.svg/640px-GB_News_Logo.svg.png\" tvg-id=\"GBNews.uk\" tvg-country=\"GB\" group-title=\"UK\",GB News\nhttps://live-gbnews.simplestreamcdn.com/live5/gbnews/bitrate1.isml/manifest.m3u8\n#EXTINF:-1 tvg-name=\"TalkTV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/8/83/TalkTV_logo.png\" tvg-id=\"TalkTV.uk\" tvg-country=\"GB\" group-title=\"UK\",TalkTV\nhttps://live-talktv-ssai.simplestreamcdn.com/v1/master/82267e84b9e5053b3fd0ade12cb1a146df74169a/talktv-live/index.m3u8\n#EXTINF:-1 tvg-name=\"Arise News\" tvg-logo=\"https://i.imgur.com/B5IXKIb.png\" tvg-id=\"AriseNews.uk\" tvg-country=\"GB\" group-title=\"UK\",Arise News\nhttps://liveedge-arisenews.visioncdn.com/live-hls/arisenews/arisenews/arisenews_web/master.m3u8\n#EXTINF:-1 tvg-name=\"France 24\" tvg-logo=\"https://i.imgur.com/61MSiq9.png\" tvg-id=\"France24English.fr\" tvg-country=\"GB\" group-title=\"UK\",France 24\nhttps://ythls.armelin.one/channel/UCQfwfsi5VrQ8yKZ-UWmAEFg.m3u8\n#EXTINF:-1 tvg-name=\"Bloomberg TV\" tvg-logo=\"https://d2n0069hmnqmmx.cloudfront.net/epgdata/1.0/newchanlogos/512/512/skychb1074.png\" tvg-id=\"BloombergTVEurope.uk\" tvg-country=\"GB\" group-title=\"UK\",Bloomberg TV\nhttps://bloomberg.com/media-manifest/streams/eu.m3u8\n#EXTINF:-1 tvg-name=\"NHK World Japan\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/8/8d/NHK_World-Japan_TV.svg/512px-NHK_World-Japan_TV.svg.png\" tvg-id=\"NHKWorldJapan.jp\" tvg-country=\"GB\" group-title=\"UK\",NHK World Japan\nhttps://nhkwlive-ojp.akamaized.net/hls/live/2003459/nhkwlive-ojp-en/index_4M.m3u8\n#EXTINF:-1 tvg-name=\"Arirang World\" tvg-logo=\"https://raw.githubusercontent.com/tv-logo/tv-logos/67cfa9368d2d135744732a3aed3baecb3fadcf13/countries/international/arirang-int.png\" tvg-id=\"ArirangWorld.kr\" tvg-country=\"GB\" group-title=\"UK\",Arirang World\nhttp://amdlive.ctnd.com.edgesuite.net/arirang_1ch/smil:arirang_1ch.smil/chunklist_b2256000_sleng.m3u8\n#EXTINF:-1 tvg-name=\"TRT World\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/TRT_World.svg/512px-TRT_World.svg.png\" tvg-id=\"TRTWorld.tr\" tvg-country=\"GB\" group-title=\"UK\",TRT World\nhttps://api.trtworld.com/livestream/v1/WcM3Oa2LHD9iUjWDSRUI335NkMWVTUV351H56dqC/master.m3u8\n#EXTINF:-1 tvg-name=\"SportyStuff TV\" tvg-logo=\"https://i.imgur.com/uIgxHSY.png\" tvg-id=\"SportyStuffTV.uk\" tvg-country=\"GB\" group-title=\"UK\",SportyStuff TV\nhttps://cdn.rtmp1.vodhosting.com/hls/SportyStuffTV.m3u8\n#EXTINF:-1 tvg-name=\"4Music Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/thumb/4/49/4Music_logo_2018.svg/512px-4Music_logo_2018.svg.png\" tvg-id=\"4Music.uk\" tvg-country=\"GB\" group-title=\"UK\",4Music Ⓖ\nhttps://csm-e-boxplus.tls1.yospace.com/csm/extlive/boxplus01,boxhits-alldev.m3u8?spotxc1=195996&spotxc2=190878&yo.up=https://boxtv.secure.footprint.net/boxhits/\n#EXTINF:-1 tvg-name=\"The Box Ⓖ\" tvg-logo=\"https://i.imgur.com/e1Cf4Li.png\" tvg-id=\"TheBoxUK.uk\" tvg-country=\"GB\" group-title=\"UK\",The Box Ⓖ\nhttps://csm-e-boxplus.tls1.yospace.com/csm/extlive/boxplus01,thebox-alldev.m3u8?yo.up=https://boxtv.secure.footprint.net/thebox/\n#EXTINF:-1 tvg-name=\"KISS Ⓖ\" tvg-logo=\"https://i.imgur.com/47ZkVhO.png\" tvg-id=\"KissTVUK.uk\" tvg-country=\"GB\" group-title=\"UK\",KISS Ⓖ\nhttps://csm-e-boxplus.tls1.yospace.com/csm/extlive/boxplus01,kiss-alldev.m3u8?spotxc1=195996&spotxc2=190878&yo.up=https://boxtv.secure.footprint.net/kiss/\n#EXTINF:-1 tvg-name=\"Magic Ⓖ\" tvg-logo=\"https://i.imgur.com/e1Cf4Li.png\" tvg-id=\"Magic.uk\" tvg-country=\"GB\" group-title=\"UK\",Magic Ⓖ\nhttps://csm-e-boxplus.tls1.yospace.com/csm/extlive/boxplus01,magic-alldev.m3u8?yo.up=https%3A%2F%2Fboxtv.secure.footprint.net%2Fmagic%2F&spotxc1=195996&spotxc2=190878\n#EXTINF:-1 tvg-name=\"Kerrang!\" tvg-logo=\"https://i.imgur.com/3mwf8Uq.png\" tvg-id=\"Kerrang.uk\" tvg-country=\"GB\" group-title=\"UK\",Kerrang!\nhttps://csm-e-boxplus.tls1.yospace.com/csm/extlive/boxplus01,kerrang-alldev.m3u8?yo.up=http://boxtv-origin-elb.cds1.yospace.com/uploads/kerrang/\n#EXTINF:-1 tvg-name=\"QVC Beauty Ⓢ\" tvg-logo=\"https://i.imgur.com/ZBHtqk1.png\" tvg-id=\"QVCBeautyUK.uk\" tvg-country=\"GB\" group-title=\"UK\",QVC Beauty Ⓢ\nhttps://qvcuk-live.akamaized.net/hls/live/2097112/qby/3/3.m3u8\n#EXTINF:-1 tvg-name=\"QVC Extra Ⓢ\" tvg-logo=\"https://i.imgur.com/TIe5T9Z.png\" tvg-id=\"QVCExtraUK.uk\" tvg-country=\"GB\" group-title=\"UK\",QVC Extra Ⓢ\nhttps://qvcuk-live.akamaized.net/hls/live/2097112/qex/3/3.m3u8\n#EXTINF:-1 tvg-name=\"QVC Style Ⓢ\" tvg-logo=\"https://i.imgur.com/6HZlLL3.png\" tvg-id=\"QVCStyleUK.uk\" tvg-country=\"GB\" group-title=\"UK\",QVC Style Ⓢ\nhttps://qvcuk-live.akamaized.net/hls/live/2097112/qst/3/3.m3u8\n#EXTINF:-1 tvg-name=\"Now 70s\" tvg-logo=\"https://i.imgur.com/qiCCX5X.png\" tvg-id=\"Now70s.uk\" tvg-country=\"GB\" group-title=\"UK\",Now 70s\nhttps://lightning-now70s-samsungnz.amagi.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Now 80s\" tvg-logo=\"https://i.imgur.com/8paz37m.png\" tvg-id=\"Now80s.uk\" tvg-country=\"GB\" group-title=\"UK\",Now 80s\nhttps://lightning-now80s-samsunguk.amagi.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Now Rock\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/8/89/NOW_Rock_logo.png\" tvg-id=\"NowRock.uk\" tvg-country=\"GB\" group-title=\"UK\",Now Rock\nhttps://lightning-now90s-samsungnz.amagi.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"BBC World News Ⓢ\" tvg-logo=\"https://i.imgur.com/joD38lo.png\" tvg-country=\"GB\" group-title=\"UK\",BBC World News Ⓢ\nhttp://ott-cdn.ucom.am/s24/index.m3u8\n#EXTINF:-1 tvg-name=\"BBC Radio 1\" tvg-logo=\"https://experiencersinternational.github.io/tvsetup/tvg-ico/bbcrd1-epg.png\" tvg-id=\"BBCRadio1.uk\" tvg-country=\"GB\" group-title=\"UK\",BBC Radio 1\nhttp://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_radio_one/bbc_radio_one.isml/bbc_radio_one-audio%3d96000.norewind.m3u8\n#EXTINF:-1 tvg-name=\"BBC Radio 2\" tvg-logo=\"https://experiencersinternational.github.io/tvsetup/tvg-ico/bbcrd2-epg.png\" tvg-id=\"BBCRadio2.uk\" tvg-country=\"GB\" group-title=\"UK\",BBC Radio 2\nhttp://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_radio_two/bbc_radio_two.isml/bbc_radio_two-audio%3d96000.norewind.m3u8\n#EXTINF:-1 tvg-name=\"BBC Radio 3\" tvg-logo=\"https://experiencersinternational.github.io/tvsetup/tvg-ico/bbcrd3-epg.png\" tvg-id=\"BBCRadio3.uk\" tvg-country=\"GB\" group-title=\"UK\",BBC Radio 3\nhttp://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_radio_three/bbc_radio_three.isml/bbc_radio_three-audio%3d96000.norewind.m3u8\n#EXTINF:-1 tvg-name=\"BBC Radio 4\" tvg-logo=\"https://experiencersinternational.github.io/tvsetup/tvg-ico/bbcrd4-epg.png\" tvg-id=\"BBCRadio4FM.uk\" tvg-country=\"GB\" group-title=\"UK\",BBC Radio 4\nhttp://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_radio_fourfm/bbc_radio_fourfm.isml/bbc_radio_fourfm-audio%3d96000.norewind.m3u8\n#EXTINF:-1 tvg-name=\"BBC Radio 5 Live\" tvg-logo=\"https://experiencersinternational.github.io/tvsetup/tvg-ico/bbcrd5l-epg.png\" tvg-id=\"BBCRadio5Live.uk\" tvg-country=\"GB\" group-title=\"UK\",BBC Radio 5 Live\nhttp://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_radio_five_live/bbc_radio_five_live.isml/bbc_radio_five_live-audio%3d96000.norewind.m3u8\n#EXTINF:-1 tvg-name=\"BBC Radio 6 Music\" tvg-logo=\"https://experiencersinternational.github.io/tvsetup/tvg-ico/bbcrd6-epg.png\" tvg-id=\"BBCRadio6Music.uk\" tvg-country=\"GB\" group-title=\"UK\",BBC Radio 6 Music\nhttp://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_6music/bbc_6music.isml/bbc_6music-audio%3d96000.norewind.m3u8\n#EXTINF:-1 tvg-name=\"BBC Radio 1Xtra\" tvg-logo=\"https://experiencersinternational.github.io/tvsetup/tvg-ico/bbcrd1x-epg.png\" tvg-id=\"BBCRadio1Xtra.uk\" tvg-country=\"GB\" group-title=\"UK\",BBC Radio 1Xtra\nhttp://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_1xtra/bbc_1xtra.isml/bbc_1xtra-audio%3d96000.norewind.m3u8\n#EXTINF:-1 tvg-name=\"BBC Radio 4 Extra\" tvg-logo=\"https://experiencersinternational.github.io/tvsetup/tvg-ico/bbcrd4x-epg.png\" tvg-id=\"BBCRadio4Extra.uk\" tvg-country=\"GB\" group-title=\"UK\",BBC Radio 4 Extra\nhttp://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_radio_four_extra/bbc_radio_four_extra.isml/bbc_radio_four_extra-audio%3d96000.norewind.m3u8\n#EXTINF:-1 tvg-name=\"BBC Radio 5 Sports Extra\" tvg-logo=\"https://experiencersinternational.github.io/tvsetup/tvg-ico/bbcrd5s-epg.png\" tvg-id=\"BBCRadio5SportsExtra.uk\" tvg-country=\"GB\" group-title=\"UK\",BBC Radio 5 Sports Extra\nhttp://as-hls-uk-live.akamaized.net/pool_904/live/uk/bbc_radio_five_live_sports_extra/bbc_radio_five_live_sports_extra.isml/bbc_radio_five_live_sports_extra-audio%3d96000.norewind.m3u8\n#EXTINF:-1 tvg-name=\"BBC Asian Network\" tvg-logo=\"https://experiencersinternational.github.io/tvsetup/tvg-ico/bbcasiannet-epg.png\" tvg-id=\"BBCRadioAsianNetwork.uk\" tvg-country=\"GB\" group-title=\"UK\",BBC Asian Network\nhttp://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_asian_network/bbc_asian_network.isml/bbc_asian_network-audio%3d96000.norewind.m3u8\n#EXTINF:-1 tvg-name=\"BBC World Service\" tvg-logo=\"https://experiencersinternational.github.io/tvsetup/tvg-ico/bbcws-epg.png\" tvg-id=\"BBCRadioWorldService.uk\" tvg-country=\"GB\" group-title=\"UK\",BBC World Service\nhttp://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/nonuk/sbr_low/ak/bbc_world_service.m3u8\n#EXTINF:-1 tvg-name=\"Pershyi\" tvg-logo=\"https://i.imgur.com/osTQLED.png\" tvg-id=\"Pershyi.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Pershyi\nhttps://ext.cdn.nashnet.tv/228.0.2.45/index.m3u8\n#EXTINF:-1 tvg-name=\"1+1 Ukraina Ⓢ\" tvg-logo=\"https://i.imgur.com/FlG7npq.png\" tvg-id=\"1Plus1Ukraina.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",1+1 Ukraina Ⓢ\nhttp://212.79.122.11:5014/udp/239.255.6.49:1234\n#EXTINF:-1 tvg-name=\"1+1 Marafon\" tvg-logo=\"https://i.imgur.com/smQKa2G.png\" tvg-id=\"1Plus1Marafon.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",1+1 Marafon\nhttps://m3u8.ott.blue/watch/45/index.m3u8?geo=auto&token=94450098895765784220366841698509\n#EXTINF:-1 tvg-name=\"Suspilne Kultura\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/Suspilne_Kultura_%282022%29.svg/640px-Suspilne_Kultura_%282022%29.svg.png\" tvg-id=\"SuspilneKultura.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Suspilne Kultura\nhttps://ext.cdn.nashnet.tv/228.0.0.141/index.m3u8\n#EXTINF:-1 tvg-name=\"Suspilne Sport\" tvg-logo=\"https://i.imgur.com/16IhU0M.png\" tvg-id=\"SuspilneSport.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Suspilne Sport\nhttp://cdnua05.hls.tv/934/hls/8743361621b245838bee193c9ec28322/4856/stream.m3u8\n#EXTINF:-1 tvg-name=\"ICTV2\" tvg-logo=\"https://i.imgur.com/J4zlRGv.png\" tvg-id=\"ICTV2.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",ICTV2\nhttp://cdnua05.hls.tv/919/hls/8743361621b245838bee193c9ec28322/4835/stream.m3u8\n#EXTINF:-1 tvg-name=\"ICTV Serialy\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/7/7a/ICTV_Serialy_%282024%29.png\" tvg-id=\"ICTVSerialy.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",ICTV Serialy\nhttp://cdnua05.hls.tv/624/hls/f62d71219200da4130d13b21d23fb23c/4896/stream.m3u8\n#EXTINF:-1 tvg-name=\"Inter\" tvg-logo=\"https://i.imgur.com/R06gbuT.png\" tvg-id=\"Inter.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Inter\nhttp://212.79.122.11:5014/udp/239.255.6.25:1234\n#EXTINF:-1 tvg-name=\"UNIAN TV\" tvg-logo=\"https://i.imgur.com/Alu78zn.png\" tvg-id=\"UNIANTV.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",UNIAN TV\nhttps://m3u8.ott.blue/watch/236/index.m3u8?geo=auto&token=94450098895765784220366841698509\n#EXTINF:-1 tvg-name=\"Bigudi Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/8/84/Bigudi_%28Ukraine%29_%281-st_logo%29.svg/627px-Bigudi_%28Ukraine%29_%281-st_logo%29.svg.png\" tvg-id=\"Bigudi.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Bigudi Ⓢ\nhttp://212.79.122.11:5014/udp/239.255.6.13:1234\n#EXTINF:-1 tvg-name=\"Армія ТБ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/f/f8/ArmyTV_logo_%282023%29.svg/640px-ArmyTV_logo_%282023%29.svg.png\" tvg-id=\"ArmyTV.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Армія ТБ\nhttps://m3u8.ott.blue/watch/7572/index.m3u8?geo=auto&token=94450098895765784220366841698509%20\n#EXTINF:-1 tvg-name=\"Novyi Kanal\" tvg-logo=\"https://i.imgur.com/4JhqpPM.png\" tvg-id=\"NovyKanal.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Novyi Kanal\nhttp://212.79.122.11:5014/udp/239.255.6.38:1234\n#EXTINF:-1 tvg-name=\"TET Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/3/31/TET_logo.svg/640px-TET_logo.svg.png\" tvg-id=\"TET.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",TET Ⓢ\nhttp://212.79.122.11:5014/udp/239.255.6.11:1234\n#EXTINF:-1 tvg-name=\"2+2 Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/a/a4/2%2B2_logo_2017.svg/640px-2%2B2_logo_2017.svg.png\" tvg-id=\"2Plus2.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",2+2 Ⓢ\nhttp://212.79.122.11:5014/udp/239.255.6.14:1234\n#EXTINF:-1 tvg-name=\"M1\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/a/a9/M1_%28Ukraine%29_%282001-2021%29.svg/768px-M1_%28Ukraine%29_%282001-2021%29.svg.png\" tvg-id=\"M1.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",M1\nhttp://212.79.122.11:5014/udp/239.255.6.28:1234\n#EXTINF:-1 tvg-name=\"M2\" tvg-logo=\"https://i.imgur.com/AfcBWCg.png\" tvg-id=\"M2.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",M2\nhttps://live.m2.tv/hls3/stream.m3u8\n#EXTINF:-1 tvg-name=\"NTN\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/d/d1/NTNUA_logo_%282013%29.svg/640px-NTNUA_logo_%282013%29.svg.png\" tvg-id=\"NTN.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",NTN\nhttps://edge3.iptv.macc.com.ua/img/ntn_3/index.m3u8\n#EXTINF:-1 tvg-name=\"Mega\" tvg-logo=\"https://i.imgur.com/F1v69tn.png\" tvg-id=\"Mega.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Mega\nhttp://212.79.122.11:5014/udp/239.255.6.40:1234\n#EXTINF:-1 tvg-name=\"ПлюсПлюс Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/b/bd/PLUSPLUSUA.svg/640px-PLUSPLUSUA.svg.png\" tvg-id=\"PlusPlus.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",ПлюсПлюс Ⓢ\nhttp://212.79.122.11:5014/udp/239.255.6.12:1234\n#EXTINF:-1 tvg-name=\"Ми — Україна Ⓢ\" tvg-logo=\"https://i.imgur.com/nkatL7Q.png\" tvg-id=\"MyUkrainaTV.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Ми — Україна Ⓢ\nhttp://212.79.122.11:5014/udp/239.255.6.7:1234\n#EXTINF:-1 tvg-name=\"Оце ТБ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/8/8f/OCE_logo_%282017%29.svg/640px-OCE_logo_%282017%29.svg.png\" tvg-id=\"OCE.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Оце ТБ\nhttp://212.79.122.11:5014/udp/239.255.6.4:1234\n#EXTINF:-1 tvg-name=\"K1\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/a/a4/K1_Logo_2014.svg/655px-K1_Logo_2014.svg.png\" tvg-id=\"K1.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",K1\nhttp://212.79.122.11:5014/udp/239.255.6.41:1234\n#EXTINF:-1 tvg-name=\"XSport Ⓢ\" tvg-logo=\"https://i.imgur.com/CHDcfrT.png\" tvg-id=\"XSport.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",XSport Ⓢ\nhttp://cdnua05.hls.tv/946/hls/8743361621b245838bee193c9ec28322/3999/stream.m3u8\n#EXTINF:-1 tvg-name=\"Enter-Film\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/8/8e/Enter-FilmUA_%282013%29.png/819px-Enter-FilmUA_%282013%29.png\" tvg-id=\"EnterFilm.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Enter-Film\nhttp://212.79.122.11:5014/udp/239.255.6.31:1234\n#EXTINF:-1 tvg-name=\"Піксель TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/98/PixelUalogo.svg/640px-PixelUalogo.svg.png\" tvg-id=\"PixelTV.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Піксель TV\nhttp://212.79.122.11:5014/udp/239.255.6.30:1234\n#EXTINF:-1 tvg-name=\"5 Kanal\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/2c/Logo_5_Channel.svg/480px-Logo_5_Channel.svg.png\" tvg-id=\"5Kanal.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",5 Kanal\nhttps://776067.live.tvstitch.com/stream.m3u8?m=aHR0cHM6Ly9jZG4uZHl2eWFwcC5jb20vNS1jaGFubmVsL3ZpZGVvLm0zdTg%2FdG9rZW49ZXlKaGJHY2lPaUpJVXpJMU5pSXNJblI1Y0NJNklrcFhWQ0o5LmV5SnBjQ0k2SWpKaE1EWTZOVGt3TWpveE0yTXdPakE2WlRobFlqbzJNRGM0T2pSa01qcG1OV01pTENKMWMyVnlYMkZuWlc1MElqb2lUVzk2YVd4c1lWd3ZOUzR3SUNoWGFXNWtiM2R6SUU1VUlERXdMakE3SUZkcGJqWTBPeUI0TmpRN0lISjJPakV6Tmk0d0tTQkhaV05yYjF3dk1qQXhNREF4TURFZ1JtbHlaV1p2ZUZ3dk1UTTJMakFpTENKbGVIQWlPakUzTkRFNE1UUTVPVEI5Lkllb2JDR0NtVDVOd1pKSjdzNEhLaVIzb01IZVhpQ2dnZVp5WjZ6YWxodGM%3D&channel=1&u=b048004d-9363-4406-9b23-cb12b731d6e4&gdpr_consent=%7Bgdpr_consent%7D&givn=%7Bgivn%7D\n#EXTINF:-1 tvg-name=\"Суспільне Київ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/66/Suspilne_Kyiv_%282022%29.svg/640px-Suspilne_Kyiv_%282022%29.svg.png\" tvg-id=\"SuspilneKyiv.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Суспільне Київ\nhttps://ext.cdn.nashnet.tv/228.0.0.41/index.m3u8\n#EXTINF:-1 tvg-name=\"Суспільне Дніпро\" tvg-logo=\"https://i.imgur.com/nMHd9FK.png\" tvg-id=\"SuspilneDnipro.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Суспільне Дніпро\nhttp://cdnua05.hls.tv/648/hls/f62d71219200da4130d13b21d23fb23c/4786/stream.m3u8\n#EXTINF:-1 tvg-name=\"Суспільне Житомир Ⓢ\" tvg-logo=\"https://i.imgur.com/lCv1Xaq.png\" tvg-id=\"SuspilneZhytomyr.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Суспільне Житомир Ⓢ\nhttp://cdnua05.hls.tv/647/hls/f62d71219200da4130d13b21d23fb23c/4787/stream.m3u8\n#EXTINF:-1 tvg-name=\"Суспільне Одеса Ⓢ\" tvg-logo=\"https://i.imgur.com/giTdUK9.png\" tvg-id=\"SuspilneOdesa.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Суспільне Одеса Ⓢ\nhttp://cdnua05.hls.tv/653/hls/f62d71219200da4130d13b21d23fb23c/4833/stream.m3u8\n#EXTINF:-1 tvg-name=\"Суспільне Суми Ⓢ\" tvg-logo=\"https://i.imgur.com/U5GQiUz.png\" tvg-id=\"SuspilneSumy.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Суспільне Суми Ⓢ\nhttp://cdnua05.hls.tv/630/hls/f62d71219200da4130d13b21d23fb23c/4798/stream.m3u8\n#EXTINF:-1 tvg-name=\"Суспільне Хмельницький Ⓢ\" tvg-logo=\"https://i.imgur.com/uoTcTbU.png\" tvg-id=\"SuspilneKhmelnytskyi.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Суспільне Хмельницький Ⓢ\nhttp://cdnua05.hls.tv/632/hls/f62d71219200da4130d13b21d23fb23c/4800/stream.m3u8\n#EXTINF:-1 tvg-name=\"Суспільне Чернівці Ⓢ\" tvg-logo=\"https://i.imgur.com/mzYRGp2.png\" tvg-id=\"SuspilneChernivtsi.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Суспільне Чернівці Ⓢ\nhttp://cdnua05.hls.tv/643/hls/f62d71219200da4130d13b21d23fb23c/4790/stream.m3u8\n#EXTINF:-1 tvg-name=\"Суспільне Kropyvnytskyi\" tvg-logo=\"https://i.imgur.com/zzYJr87.png\" tvg-id=\"SuspilneKropyvnytskyi.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Суспільне Kropyvnytskyi\nhttp://cdnua05.hls.tv/650/hls/f62d71219200da4130d13b21d23fb23c/4788/stream.m3u8\n#EXTINF:-1 tvg-name=\"Суспільне Луцьк\" tvg-logo=\"https://i.imgur.com/QIin5nZ.png\" tvg-id=\"SuspilneLutsk.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Суспільне Луцьк\nhttp://193.107.168.98:7006/play/508/index.m3u8\n#EXTINF:-1 tvg-name=\"Суспільне Крим\" tvg-logo=\"https://i.imgur.com/m7znCes.png\" tvg-id=\"SuspilneKrym.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Суспільне Крим\nhttps://ext.cdn.nashnet.tv/228.0.0.71/index.m3u8\n#EXTINF:-1 tvg-name=\"Суспільне Тернопіль\" tvg-logo=\"https://i.imgur.com/rxXyCY7.png\" tvg-id=\"SuspilneTernopil.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Суспільне Тернопіль\nhttp://cdnua05.hls.tv/647/hls/f62d71219200da4130d13b21d23fb23c/4789/stream.m3u8\n#EXTINF:-1 tvg-name=\"Суспільне Чернігів\" tvg-logo=\"https://i.imgur.com/WBChVXj.png\" tvg-id=\"SuspilneChernihiv.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Суспільне Чернігів\nhttp://cdnua05.hls.tv/645/hls/f62d71219200da4130d13b21d23fb23c/4791/stream.m3u8\n#EXTINF:-1 tvg-name=\"FREEДOM\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/f/f2/FreeDOMUAlogo.svg/512px-FreeDOMUAlogo.svg.png\" tvg-id=\"FREEDOM.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",FREEДOM\nhttp://95.67.106.242/mobile-app/main/freedom/master.m3u8\n#EXTINF:-1 tvg-name=\"24 Kanal\" tvg-logo=\"https://pbs.twimg.com/profile_images/1498285886714298374/EMSJzC-0_400x400.jpg\" tvg-id=\"24Kanal.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",24 Kanal\nhttp://streamvideol1.luxnet.ua/news24/smil:news24.stream.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"ДІМ\" tvg-logo=\"https://i.imgur.com/3cjaXIF.png\" tvg-id=\"DIM.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",ДІМ\nhttp://212.79.122.11:5014/udp/239.255.6.18:1234\n#EXTINF:-1 tvg-name=\"Дніпро TV\" tvg-logo=\"https://i.imgur.com/mbPTVh1.png\" tvg-id=\"DniproTV.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Дніпро TV\nhttp://vcdn1.produck.company:1935/out/dtv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"ГІТ\" tvg-logo=\"https://i.imgur.com/b5K5Uwh.png\" tvg-id=\"Git.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",ГІТ\nhttps://stream.uagit.tv/gittv.m3u8\n#EXTINF:-1 tvg-name=\"Telekanal RAI\" tvg-logo=\"https://i.imgur.com/Ouv51WB.png\" tvg-id=\"TelekanalRAI.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Telekanal RAI\nhttps://stream.rai.ua/rai/stream.m3u8\n#EXTINF:-1 tvg-name=\"Тернопіль 1\" tvg-logo=\"https://i.imgur.com/f5EtIzV.png\" tvg-id=\"Ternopil1.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Тернопіль 1\nhttps://ott.columbus.te.ua/ternopil1/index.m3u8\n#EXTINF:-1 tvg-name=\"CK 1\" tvg-logo=\"https://i.imgur.com/XiXwr5h.png\" tvg-id=\"SK1.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",CK 1\nhttp://cdn10.live-tv.od.ua:8081/sk1zt/sk1zt-abr/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Pervyy gorodskoy Odessa\" tvg-logo=\"https://i.imgur.com/8qdc6aO.png\" tvg-id=\"PervyygorodskoyOdessa.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Pervyy gorodskoy Odessa\nhttps://live.1tv.od.ua/stream1/channel1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Київ 24\" tvg-logo=\"https://i.imgur.com/TVuCY4N.png\" tvg-id=\"Kyiv.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Київ 24\nhttps://ext.cdn.nashnet.tv/228.0.0.15/index.m3u8\n#EXTINF:-1 tvg-name=\"ITV\" tvg-logo=\"https://i.imgur.com/NZdT9yJ.png\" tvg-id=\"ITV.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",ITV\nhttp://cdn10.live-tv.od.ua:8081/itvrv/abr/playlist.m3u8\n#EXTINF:-1 tvg-name=\"NTK TV\" tvg-logo=\"https://www.ntktv.ua/bitrix/templates/ntk_copy/images/logo.png\" tvg-id=\"NTKTV.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",NTK TV\nhttp://stream.ntktv.ua/s/ntk/ntk.m3u8\n#EXTINF:-1 tvg-name=\"TVA\" tvg-logo=\"https://i.imgur.com/PtTQ5lv.png\" tvg-id=\"TVA.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",TVA\nhttps://hls.cdn.ua/tva.ua_live/livestream/chunklist_.m3u8\n#EXTINF:-1 tvg-name=\"TV7+\" tvg-logo=\"https://i.imgur.com/PcTDZ8e.png\" tvg-id=\"TV7Plus.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",TV7+\nhttps://tv7plus.com/hls/tv7_site.m3u8\n#EXTINF:-1 tvg-name=\"Cartoon Network Arabic\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/b/bb/Cartoon_Network_Arabic_logo.png\" tvg-id=\"CartoonNetworkArabic.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Cartoon Network Arabic\nhttps://shls-cartoon-net-prod-dub.shahid.net/out/v1/dc4aa87372374325a66be458f29eab0f/index.m3u8\n#EXTINF:-1 tvg-name=\"Al Arabiya Business\" tvg-logo=\"https://i.imgur.com/eEV4r6J.jpg\" tvg-id=\"AlArabiyaBusiness.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Al Arabiya Business\nhttps://live.alarabiya.net/alarabiapublish/aswaaq.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"MBC 1\" tvg-logo=\"https://i.imgur.com/CiA3plN.png\" tvg-id=\"MBC1.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",MBC 1\nhttps://mbc1-enc.edgenextcdn.net/out/v1/0965e4d7deae49179172426cbfb3bc5e/index.m3u8\n#EXTINF:-1 tvg-name=\"MBC 2 Ⓢ\" tvg-logo=\"https://i.imgur.com/n9mSHuP.png\" tvg-id=\"MBC2.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",MBC 2 Ⓢ\nhttp://37.122.156.107:4000/play/a07g/index.m3u8\n#EXTINF:-1 tvg-name=\"MBC 3\" tvg-logo=\"https://i.imgur.com/PVt8OPN.png\" tvg-id=\"MBC3.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",MBC 3\nhttps://shls-mbc3-prod-dub.shahid.net/out/v1/d5bbe570e1514d3d9a142657d33d85e6/index.m3u8\n#EXTINF:-1 tvg-name=\"MBC 4\" tvg-logo=\"https://i.imgur.com/BcXASJp.png\" tvg-id=\"MBC4.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",MBC 4\nhttps://mbc4-prod-dub-ak.akamaized.net/out/v1/c08681f81775496ab4afa2bac7ae7638/index.m3u8\n#EXTINF:-1 tvg-name=\"MBC 5\" tvg-logo=\"https://i.imgur.com/fRWaDyF.png\" tvg-id=\"MBC5.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",MBC 5\nhttps://shls-mbc5-prod-dub.shahid.net/out/v1/2720564b6a4641658fdfb6884b160da2/index.m3u8\n#EXTINF:-1 tvg-name=\"MBC Action Ⓢ\" tvg-logo=\"https://i.imgur.com/OWZAghw.png\" tvg-id=\"MBCAction.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",MBC Action Ⓢ\nhttp://37.122.156.107:4000/play/a07h/index.m3u8\n#EXTINF:-1 tvg-name=\"MBC Bollywood\" tvg-logo=\"https://i.imgur.com/TTAGFHG.png\" tvg-id=\"MBCBollywood.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",MBC Bollywood\nhttps://shls-mbcbollywood-prod-dub.shahid.net/out/v1/a79c9d7ef2a64a54a64d5c4567b3462a/index.m3u8\n#EXTINF:-1 tvg-name=\"MBC Drama\" tvg-logo=\"https://i.imgur.com/g5PWnqp.png\" tvg-id=\"MBCDrama.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",MBC Drama\nhttps://mbc1-enc.edgenextcdn.net/out/v1/b0b3a0e6750d4408bb86d703d5feffd1/index.m3u8\n#EXTINF:-1 tvg-name=\"MBC Max Ⓢ\" tvg-logo=\"https://i.imgur.com/A02CptP.png\" tvg-id=\"MBCMax.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",MBC Max Ⓢ\nhttp://37.122.156.107:4000/play/a07i/index.m3u8\n#EXTINF:-1 tvg-name=\"MBC Persia\" tvg-logo=\"https://i.imgur.com/4FXiyjn.png\" tvg-id=\"MBCPersia.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",MBC Persia\nhttps://shls-mbcpersia-prod-dub.shahid.net/out/v1/bdc7cd0d990e4c54808632a52c396946/index.m3u8\n#EXTINF:-1 tvg-name=\"Wanasah\" tvg-logo=\"https://i.imgur.com/nLtiXNf.png\" tvg-id=\"Wanasah.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Wanasah\nhttps://shls-wanasah-prod-dub.shahid.net/out/v1/c84ef3128e564b74a6a796e8b6287de6/index.m3u8\n#EXTINF:-1 tvg-name=\"Sky News Arabia\" tvg-logo=\"https://i.imgur.com/SvjU4h6.png\" tvg-id=\"SkyNewsArabia.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Sky News Arabia\nhttps://stream.skynewsarabia.com/hls/sna.m3u8\n#EXTINF:-1 tvg-name=\"Baynounah TV\" tvg-logo=\"https://static.wikia.nocookie.net/logopedia/images/6/60/Baynounah_tv_2023.png\" tvg-id=\"BaynounahTV.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Baynounah TV\nhttps://vo-live.cdb.cdn.orange.com/Content/Channel/Baynounah/HLS/index.m3u8\n#EXTINF:-1 tvg-name=\"Ajman TV\" tvg-logo=\"https://pbs.twimg.com/profile_images/1085187553563561990/KRKuK_iW_400x400.jpg\" tvg-id=\"AjmanTV.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Ajman TV\nhttps://dacastmmd.mmdlive.lldns.net/dacastmmd/8eb0e912b49142d7a01d779c9374aba9/index.m3u8\n#EXTINF:-1 tvg-name=\"Al Aan TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/7/76/Al_Aan_TV_new_Logo.png\" tvg-id=\"AlAanTV.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Al Aan TV\nhttps://shls-live-ak.akamaized.net/out/v1/dfbdea4c1bf149629764e58c6ff314c8/index.m3u8\n#EXTINF:-1 tvg-name=\"Abu Dhabi TV\" tvg-logo=\"https://i.imgur.com/7cNke07.png\" tvg-id=\"AbuDhabiTV.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Abu Dhabi TV\nhttp://admdn2.cdn.mangomolo.com/adtv/smil:adtv.stream.smil/chunklist.m3u8\n#EXTINF:-1 tvg-name=\"Abu Dhabi Sports 1\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/7/7a/Abu_Dhabi_Sports_logo_2023.svg/2560px-Abu_Dhabi_Sports_logo_2023.svg.png\" tvg-id=\"AbuDhabiSports2.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Abu Dhabi Sports 1\nhttps://vo-live.cdb.cdn.orange.com/Content/Channel/AbuDhabiSportsChannel1/HLS/index.m3u8\n#EXTINF:-1 tvg-name=\"Abu Dhabi Sports 2\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/7/7a/Abu_Dhabi_Sports_logo_2023.svg/2560px-Abu_Dhabi_Sports_logo_2023.svg.png\" tvg-id=\"AbuDhabiSports2.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Abu Dhabi Sports 2\nhttps://vo-live.cdb.cdn.orange.com/Content/Channel/AbuDhabiSportsChannel2/HLS/index.m3u8\n#EXTINF:-1 tvg-name=\"National Geographic Abu Dhabi\" tvg-logo=\"https://i.imgur.com/fNA00VF.png\" tvg-id=\"NationalGeographicAbuDhabi.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",National Geographic Abu Dhabi\nhttps://admdn2.cdn.mangomolo.com/nagtv/smil:nagtv.stream.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Ajman TV\" tvg-logo=\"https://www.lyngsat.com/logo/tv/aa/ajman-tv-ae.png\" tvg-id=\"AjmanTV.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Ajman TV\nhttps://dacastmmd.mmdlive.lldns.net/dacastmmd/8eb0e912b49142d7a01d779c9374aba9/index.m3u8\n#EXTINF:-1 tvg-name=\"Dubai TV\" tvg-logo=\"https://i.imgur.com/wZMkKF7.png\" tvg-id=\"DubaiTV.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Dubai TV\nhttps://dmisxthvll.cdn.mgmlcdn.com/dubaitvht/smil:dubaitv.stream.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Dubai One\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/7/7d/Dubaione-logo.png\" tvg-id=\"DubaiOne.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Dubai One\nhttps://dminnvll.cdn.mangomolo.com/dubaione/smil:dubaione.stream.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Dubai Sports 1\" tvg-logo=\"https://www.lyngsat.com/logo/tv/dd/dubai-sports-ae.png\" tvg-id=\"DubaiSports1.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Dubai Sports 1\nhttps://dmitnthfr.cdn.mgmlcdn.com/dubaisports/smil:dubaisports.stream.smil/chunklist.m3u8\n#EXTINF:-1 tvg-name=\"Dubai Sports 2\" tvg-logo=\"https://www.lyngsat.com/logo/tv/dd/dubai-sports-ae.png\" tvg-id=\"DubaiSports2.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Dubai Sports 2\nhttps://dmitwlvvll.cdn.mangomolo.com/dubaisportshd/smil:dubaisportshd.smil/index.m3u8\n#EXTINF:-1 tvg-name=\"Dubai Sports 3\" tvg-logo=\"https://www.lyngsat.com/logo/tv/dd/dubai-sports-ae.png\" tvg-id=\"DubaiSports3.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Dubai Sports 3\nhttps://dmitwlvvll.cdn.mangomolo.com/dubaisportshd5/smil:dubaisportshd5.smil/index.m3u8\n#EXTINF:-1 tvg-name=\"Dubai Racing 1\" tvg-logo=\"https://www.lyngsat.com/logo/tv/dd/dubai-racing-ae.png\" tvg-id=\"DubaiRacing1.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Dubai Racing 1\nhttps://dmisvthvll.cdn.mgmlcdn.com/events/smil:events.stream.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Dubai Racing 2\" tvg-logo=\"https://www.lyngsat.com/logo/tv/dd/dubai-racing-ae.png\" tvg-id=\"DubaiRacing2.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Dubai Racing 2\nhttps://dmithrvll.cdn.mangomolo.com/dubairacing/smil:dubairacing.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Dubai Racing 3\" tvg-logo=\"https://www.lyngsat.com/logo/tv/dd/dubai-racing-ae.png\" tvg-id=\"DubaiRacing3.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Dubai Racing 3\nhttps://dmithrvll.cdn.mangomolo.com/dubaimubasher/smil:dubaimubasher.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Dubai Zaman\" tvg-logo=\"https://www.lyngsat.com/logo/tv/dd/dubai-zaman-ae.png\" tvg-id=\"DubaiZaman.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Dubai Zaman\nhttps://dmiffthvll.cdn.mangomolo.com/dubaizaman/smil:dubaizaman.stream.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Sama Dubai\" tvg-logo=\"https://i.imgur.com/bF6I3N1.jpg\" tvg-id=\"SamaDubai.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Sama Dubai\nhttps://dmieigthvll.cdn.mgmlcdn.com/samadubaiht/smil:samadubai.stream.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Noor Dubai\" tvg-logo=\"https://i.imgur.com/DLe7ZuM.png\" tvg-id=\"NoorDubai.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Noor Dubai\nhttps://dmiffthvll.cdn.mangomolo.com/noordubaitv/smil:noordubaitv.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Sharjah TV\" tvg-logo=\"https://www.lyngsat.com/logo/tv/ss/sharjah-tv-ae.png\" tvg-id=\"SharjahTV.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Sharjah TV\nhttps://svs.itworkscdn.net/smc1live/smc1.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Sharjah Sports\" tvg-logo=\"https://i.imgur.com/IaRaabJ.jpg\" tvg-id=\"SharjahSports.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Sharjah Sports\nhttps://svs.itworkscdn.net/smc4sportslive/smc4.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Al Wousta\" tvg-logo=\"https://i5.satexpat.com/cha/ae/al-wousta-95x90.gif\" tvg-id=\"SharjahSports.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Al Wousta\nhttps://svs.itworkscdn.net/alwoustalive/alwoustatv.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Buzzr Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/d/d6/Buzzr_logo.svg/768px-Buzzr_logo.svg.png\" tvg-id=\"Buzzr.us\" tvg-country=\"US\" group-title=\"USA\",Buzzr Ⓖ\nhttps://buzzrota-ono.amagi.tv/playlist1080.m3u8\n#EXTINF:-1 tvg-name=\"Retro TV\" tvg-logo=\"https://i.imgur.com/PNTYOgg.png\" tvg-id=\"RetroTVEast.us\" tvg-country=\"US\" group-title=\"USA\",Retro TV\nhttps://bcovlive-a.akamaihd.net/5e531be3ed6c41229b2af2d9bffba88d/us-east-1/6183977686001/profile_1/chunklist.m3u8\n#EXTINF:-1 tvg-name=\"Stadium\" tvg-logo=\"https://i.imgur.com/6ae9E8d.png\" tvg-id=\"Stadium.us\" tvg-country=\"US\" group-title=\"USA\",Stadium\nhttps://bcovlive-a.akamaihd.net/e64d564b9275484f85981d8c146fb915/us-east-1/5994000126001/profile_1/976f34cf5a614518b7b539cbf9812080/chunklist_ssaiV.m3u8\n#EXTINF:-1 tvg-name=\"Biz TV\" tvg-logo=\"https://i.imgur.com/cbGvXyF.jpg\" tvg-id=\"BizTV.us\" tvg-country=\"US\" group-title=\"USA\",Biz TV\nhttps://thegateway.app/BizTV/BizTV-Tones/chunks.m3u8?nimblesessionid=94690008\n#EXTINF:-1 tvg-name=\"Heartland\" tvg-logo=\"https://i.imgur.com/a67bbag.png\" tvg-id=\"HeartlandEastern.us\" tvg-country=\"US\" group-title=\"USA\",Heartland\nhttps://bcovlive-a.akamaihd.net/1ad942d15d9643bea6d199b729e79e48/us-east-1/6183977686001/profile_1/chunklist.m3u8\n#EXTINF:-1 tvg-name=\"Rev'n\" tvg-logo=\"https://i.imgur.com/VUhqVgG.png\" tvg-id=\"RevnTV.us\" tvg-country=\"US\" group-title=\"USA\",Rev'n\nhttps://bcovlive-a.akamaihd.net/a71236fdda1747999843bd3d55bdd6fa/us-east-1/6183977686001/profile_1/chunklist.m3u8\n#EXTINF:-1 tvg-name=\"CNN\" tvg-logo=\"https://i.imgur.com/vyrc1I1.png\" tvg-id=\"CNN.us\" tvg-country=\"US\" group-title=\"USA\",CNN\nhttps://tve-live-lln.warnermediacdn.com/hls/live/586495/cnngo/cnn_slate/VIDEO_0_3564000.m3u8\n#EXTINF:-1 tvg-name=\"CNBC Ⓨ\" tvg-logo=\"https://i.imgur.com/BTasyOy.png\" tvg-id=\"CNBC.us\" tvg-country=\"US\" group-title=\"USA\",CNBC Ⓨ\nhttps://www.youtube.com/c/CNBC/live\n#EXTINF:-1 tvg-name=\"Bloomberg\" tvg-logo=\"https://i.imgur.com/VnCcH73.png\" tvg-id=\"BloombergTelevision.us\" tvg-country=\"US\" group-title=\"USA\",Bloomberg\nhttps://bloomberg.com/media-manifest/streams/us.m3u8\n#EXTINF:-1 tvg-name=\"ABC News\" tvg-logo=\"https://i.imgur.com/7sJLzKi.png\" tvg-id=\"ABCNews.us\" tvg-country=\"US\" group-title=\"USA\",ABC News\nhttps://content.uplynk.com/channel/3324f2467c414329b3b0cc5cd987b6be.m3u8\n#EXTINF:-1 tvg-name=\"CBS News\" tvg-logo=\"https://i.imgur.com/nki2HDQ.png\" tvg-id=\"CBSNews.us\" tvg-country=\"US\" group-title=\"USA\",CBS News\nhttps://cbsnews.akamaized.net/hls/live/2020607/cbsnlineup_8/master.m3u8\n#EXTINF:-1 tvg-name=\"NBC News\" tvg-logo=\"https://i.imgur.com/v48mMRT.png\" tvg-id=\"NBCNewsNow.us\" tvg-country=\"US\" group-title=\"USA\",NBC News\nhttp://dai2.xumo.com/xumocdn/p=roku/amagi_hls_data_xumo1212A-xumo-nbcnewsnow/CDN/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Reuters TV\" tvg-logo=\"https://i.imgur.com/AbvCnoH.png\" tvg-id=\"ReutersTV.us\" tvg-country=\"US\" group-title=\"USA\",Reuters TV\nhttps://reuters-reutersnow-1-eu.rakuten.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"NASA TV Public\" tvg-logo=\"https://i.imgur.com/rmyfoOI.png\" tvg-id=\"NASATVPublic.us\" tvg-country=\"US\" group-title=\"USA\",NASA TV Public\nhttps://ntv1.akamaized.net/hls/live/2014075/NASA-NTV1-HLS/master_2000.m3u8\n#EXTINF:-1 tvg-name=\"NASA TV Media\" tvg-logo=\"https://i.imgur.com/rmyfoOI.png\" tvg-id=\"NASATVMedia.us\" tvg-country=\"US\" group-title=\"USA\",NASA TV Media\nhttps://ntv2.akamaized.net/hls/live/2013923/NASA-NTV2-HLS/master.m3u8\n#EXTINF:-1 tvg-name=\"BBC Food\" tvg-logo=\"https://i.imgur.com/N3xiz4m.png\" tvg-id=\"BBCFood.us\" tvg-country=\"US\" group-title=\"USA\",BBC Food\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5fb5844bf5514d0007945bda/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"BBC Home\" tvg-logo=\"https://i.imgur.com/Ii8DX1x.png\" tvg-id=\"BBCHome.us\" tvg-country=\"US\" group-title=\"USA\",BBC Home\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5fb5836fe745b600070fc743/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Docurama\" tvg-logo=\"https://i.imgur.com/bNg8mze.png\" tvg-id=\"Docurama.us\" tvg-country=\"US\" group-title=\"USA\",Docurama\nhttps://cinedigm.vo.llnwd.net/conssui/amagi_hls_data_xumo1234A-docuramaA/CDN/master.m3u8\n#EXTINF:-1 tvg-name=\"Drybar Comedy\" tvg-logo=\"https://i.imgur.com/EldlmTp.png\" tvg-id=\"DryBarComedy.us\" tvg-country=\"US\" group-title=\"USA\",Drybar Comedy\nhttps://drybar-drybarcomedy-1-ca.samsung.wurl.com/manifest/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Music Channel\" tvg-logo=\"http://media.boni-records.com/logo.png\" tvg-id=\"Boni-Records.com.us\" tvg-country=\"US\" group-title=\"USA\",Music Channel\nhttp://media.boni-records.com/index.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV Aurora Live\" tvg-logo=\"\" tvg-id=\"BumblebeeTVAuroraLive.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV Aurora Live\nhttps://stitcheraws.unreel.me/wse-node02.powr.com/live/5c953819932c837b49397345/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV AutoMoto\" tvg-logo=\"\" tvg-id=\"BumblebeeTVAutoMoto.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV AutoMoto\nhttps://stitcheraws.unreel.me/wse-node01.powr.com/live/5bf220fad5eeee0f5a40941a/playlist.m3u8\n#EXTINF:-1 tvg-name=\"BumblebeeTV Beaches Live\" tvg-logo=\"\" tvg-id=\"BumblebeeTVBeachesLive.us\" tvg-country=\"US\" group-title=\"Usa VOD\",BumblebeeTV Beaches Live\nhttps://stitcheraws.unreel.me/wse-node02.powr.com/live/5c95396f932c837b49397360/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV Classics 2\" tvg-logo=\"\" tvg-id=\"BumblebeeTVClassics2.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV Classics 2\nhttps://stitcheraws.unreel.me/wse-node05.powr.com/live/60f881602da3a5575eceb854/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV CoronaVirus.Gov\" tvg-logo=\"\" tvg-id=\"BumblebeeTVCoronaVirusGov.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV CoronaVirus.Gov\nhttps://stitcheraws.unreel.me/wse-node02.powr.com/live/5e7559e8a46b495a2283c5e8/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV Country Boy Kids Video.us\" tvg-logo=\"\" tvg-id=\"BumblebeeTVCountryBoyKidsVideo.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV Country Boy Kids Video.us\nhttps://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf225aed5eeee0f5a4094bd/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV Cute Zone\" tvg-logo=\"\" tvg-id=\"BumblebeeTVCuteZone.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV Cute Zone\nhttps://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf22518d5eeee0f5a409486/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV Epic M\" tvg-logo=\"\" tvg-id=\"BumblebeeTVEpicM.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV Epic M\nhttps://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf22225d5eeee0f5a40941d/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV FGTV\" tvg-logo=\"\" tvg-id=\"BumblebeeTVFGTV.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV FGTV\nhttps://stitcheraws.unreel.me/wse-node02.powr.com/live/5e2624990145130f25474620/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV Forest Live\" tvg-logo=\"\" tvg-id=\"BumblebeeTVForestLive.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV Forest Live\nhttps://stitcheraws.unreel.me/wse-node02.powr.com/live/5c953836932c837b49397355/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV Fun Zone\" tvg-logo=\"\" tvg-id=\"BumblebeeTVFunZone.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV Fun Zone\nhttps://stitcheraws.unreel.me/wse-node02.powr.com/live/5e2625030145130f25474622/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV Giggle Zone\" tvg-logo=\"\" tvg-id=\"BumblebeeTVGiggleZone.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV Giggle Zone\nhttps://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf22526d5eeee0f5a4094b8/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV Lake Live\" tvg-logo=\"\" tvg-id=\"BumblebeeTVLakeLive.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV Lake Live\nhttps://stitcheraws.unreel.me/wse-node02.powr.com/live/5c95385c932c837b49397356/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV Lego Toons\" tvg-logo=\"\" tvg-id=\"BumblebeeTVLegoToons.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV Lego Toons\nhttps://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf22549d5eeee0f5a4094ba/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV Lets Play Minecraft\" tvg-logo=\"\" tvg-id=\"BumblebeeTVLetsPlayMinecraft.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV Lets Play Minecraft\nhttps://stitcheraws.unreel.me/wse-node02.powr.com/live/5e2625700145130f25474624/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV LifeBae\" tvg-logo=\"\" tvg-id=\"BumblebeeTVLifeBae.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV LifeBae\nhttps://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf22681932c8304fc453418/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV Master Builder\" tvg-logo=\"\" tvg-id=\"BumblebeeTVMasterBuilder.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV Master Builder\nhttps://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf2256ed5eeee0f5a4094bb/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV Mountain Live\" tvg-logo=\"\" tvg-id=\"BumblebeeTVMountainLive.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV Mountain Live\nhttps://stitcheraws.unreel.me/wse-node02.powr.com/live/5c95387b932c837b49397357/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV Now You Know\" tvg-logo=\"\" tvg-id=\"BumblebeeTVNowYouKnow.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV Now You Know\nhttps://stitcheraws.unreel.me/wse-node01.powr.com/live/5b284f40d5eeee07522b775e/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV Recoil TV\" tvg-logo=\"\" tvg-id=\"BumblebeeTVRecoilTV.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV Recoil TV\nhttps://stitcheraws.unreel.me/wse-node02.powr.com/live/5c7dff0f932c8368bdbfd5fd/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV Rivers Live\" tvg-logo=\"\" tvg-id=\"BumblebeeTVRiversLive.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV Rivers Live\nhttps://stitcheraws.unreel.me/wse-node02.powr.com/live/5c95388f932c837b4939735a/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV Smosh\" tvg-logo=\"\" tvg-id=\"BumblebeeTVSmosh.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV Smosh\nhttps://stitcheraws.unreel.me/wse-node02.powr.com/live/5e2625af5748670f12a3bee9/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV Sunset Live\" tvg-logo=\"\" tvg-id=\"BumblebeeTVSunsetLive.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV Sunset Live\nhttps://stitcheraws.unreel.me/wse-node02.powr.com/live/5c9538a5932c837b4939735b/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV Thinknoodles\" tvg-logo=\"\" tvg-id=\"BumblebeeTVThinknoodles.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV Thinknoodles\nhttps://stitcheraws.unreel.me/wse-node04.powr.com/live/5afc8Bumblebee+TV10e932c833522744733/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV Toy Zone\" tvg-logo=\"\" tvg-id=\"BumblebeeTVToyZone.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV Toy Zone\nhttps://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf22491932c8304fc4533e4/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV Trinity Beyond\" tvg-logo=\"\" tvg-id=\"BumblebeeTVTrinityBeyond.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV Trinity Beyond\nhttps://stitcheraws.unreel.me/wse-node02.powr.com/live/5e2626030145130f25474626/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV Tropics Live\" tvg-logo=\"\" tvg-id=\"BumblebeeTVTropicsLive.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV Tropics Live\nhttps://stitcheraws.unreel.me/wse-node02.powr.com/live/5c9538b9932c837b4939735c/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Venevisión\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/0/0a/Logotipo_de_Venevisi%C3%B3n.svg/641px-Logotipo_de_Venevisi%C3%B3n.svg.png\" tvg-id=\"Venevision.ve\" tvg-country=\"VE\" group-title=\"Venezuela\",Venevisión\nhttps://venevision.akamaized.net/hls/live/2098814/VENEVISION/master.m3u8\n#EXTINF:-1 tvg-name=\"Venezolana de Televisión Ⓓ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/4/42/Venezolana_de_Televisi%C3%B3n_2018.svg/640px-Venezolana_de_Televisi%C3%B3n_2018.svg.png\" tvg-id=\"VenezolanadeTelevision.ve\" tvg-country=\"VE\" group-title=\"Venezuela\",Venezolana de Televisión Ⓓ\nhttps://www.dailymotion.com/embed/video/x828i6j\n#EXTINF:-1 tvg-name=\"Televen\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/c/c0/Televen_logo.PNG\" tvg-id=\"Televen.ve\" tvg-country=\"VE\" group-title=\"Venezuela\",Televen\nhttps://setp-televen-ssai-mslv4-open.akamaized.net/hls/live/2107128/televen/index.m3u8\n#EXTINF:-1 tvg-name=\"Globovisión\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/4/47/Globovisi%C3%B3n_logo_2013.png\" tvg-id=\"Globovision.ve\" tvg-country=\"VE\" group-title=\"Venezuela\",Globovisión\nhttps://vcp5.myplaytv.com/globovision/globovision/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Vale TV Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/9/98/Logo_de_VALE_TV.png\" tvg-id=\"ValeTV.ve\" tvg-country=\"VE\" group-title=\"Venezuela\",Vale TV Ⓢ\nhttps://vcp2.myplaytv.com/valetv/valetv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Telesur\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/8/82/TeleSUR.png\" tvg-id=\"TeleSUR.ve\" tvg-country=\"VE\" group-title=\"Venezuela\",Telesur\nhttps://raw.githubusercontent.com/BellezaEmporium/IPTV_Exception/master/channels/ve/telesur.m3u8\n#EXTINF:-1 tvg-name=\"Latina TV\" tvg-logo=\"https://intervenhosting.net/imagenes/latinatv.jpg\" tvg-id=\"LatinaTV.ve\" tvg-country=\"VE\" group-title=\"Venezuela\",Latina TV\nhttps://streamtv.latinamedios.com:3413/live/latinatvlive.m3u8\n#EXTINF:-1 tvg-name=\"Al Jazeera Documentary Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/e/e6/Al_Jazeera_Doc.png\" tvg-id=\"AlJazeeraDocumentary.qa\" group-title=\"Documentaries (AR)\",Al Jazeera Documentary Ⓖ\nhttps://live-hls-web-ajd.getaj.net/AJD/index.m3u8\n#EXTINF:-1 tvg-name=\"CGTN Documentary English Ⓢ\" tvg-logo=\"https://i.imgur.com/JHv0WxM.png\" tvg-id=\"CGTNDocumentary.cn\" group-title=\"Documentaries (EN)\",CGTN Documentary English Ⓢ\nhttps://news.cgtn.com/resource/live/document/cgtn-doc.m3u8\n#EXTINF:-1 tvg-name=\"RT Documentary English Ⓖ\" tvg-logo=\"https://i.imgur.com/ZEi1Wgn.png\" tvg-id=\"RTDoc.ru\" group-title=\"Documentaries (EN)\",RT Documentary English Ⓖ\nhttps://rt-rtd.rttv.com/dvr/rtdoc/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Peer TV South Tyrol\" tvg-logo=\"https://www.peer.biz/peertv-iptv/peer-tv-south-tyrol.png\" tvg-id=\"PeerTV.it\" group-title=\"Documentaries (EN)\",Peer TV South Tyrol\nhttps://iptv.peer.biz/live/peertv-en.m3u8\n#EXTINF:-1 tvg-name=\"FilmRise Movies\" tvg-logo=\"https://i.imgur.com/jGzMaRD.png\" tvg-id=\"FilmRiseFreeMovies.us\" group-title=\"VOD Movies (EN)\",FilmRise Movies\nhttp://dai2.xumo.com/xumocdn/p=roku/amagi_hls_data_xumo1212A-filmrisefreemovies/CDN/playlist.m3u8\n#EXTINF:-1 tvg-name=\"FilmRise Sci-Fi\" tvg-logo=\"https://i.imgur.com/FcN1OKo.png\" tvg-id=\"FilmRiseSciFi.us\" group-title=\"VOD Movies (EN)\",FilmRise Sci-Fi\nhttp://dai2.xumo.com/xumocdn/p=roku/amagi_hls_data_xumo1212A-rokufilmrisesci-fi/CDN/master.m3u8\n#EXTINF:-1 tvg-name=\"Pluto TV Spotlight\" tvg-logo=\"https://i.imgur.com/AogTmZc.png\" group-title=\"VOD Movies (EN)\",Pluto TV Spotlight\nhttp://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ba3fb9c4b078e0f37ad34e8/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=51&deviceId=5ba3fb9c4b078e0f37ad34e8&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false\n#EXTINF:-1 tvg-name=\"Pluto TV Action\" tvg-logo=\"https://i.imgur.com/g8PCdh6.png\" group-title=\"VOD Movies (EN)\",Pluto TV Action\nhttp://service-stitcher.clusters.pluto.tv/stitch/hls/channel/561d7d484dc7c8770484914a/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=54&deviceId=561d7d484dc7c8770484914a&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false\n#EXTINF:-1 tvg-name=\"Pluto TV Comedy\" tvg-logo=\"https://i.imgur.com/Pjs4lgs.png\" group-title=\"VOD Movies (EN)\",Pluto TV Comedy\nhttp://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5a4d3a00ad95e4718ae8d8db/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=57&deviceId=5a4d3a00ad95e4718ae8d8db&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false\n#EXTINF:-1 tvg-name=\"Pluto TV Drama\" tvg-logo=\"https://i.imgur.com/B9srooj.png\" group-title=\"VOD Movies (EN)\",Pluto TV Drama\nhttp://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4e92e4694c027be6ecece1/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=60&deviceId=5b4e92e4694c027be6ecece1&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false\n#EXTINF:-1 tvg-name=\"Pluto TV Fantastic\" tvg-logo=\"https://i.imgur.com/dOfXc5w.png\" group-title=\"VOD Movies (EN)\",Pluto TV Fantastic\nhttp://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b64a245a202b3337f09e51d/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=66&deviceId=5b64a245a202b3337f09e51d&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false\n#EXTINF:-1 tvg-name=\"Pluto TV Romance\" tvg-logo=\"https://i.imgur.com/j6livg0.png\" group-title=\"VOD Movies (EN)\",Pluto TV Romance\nhttp://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5a66795ef91fef2c7031c599/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=70&deviceId=5a66795ef91fef2c7031c599&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false\n#EXTINF:-1 tvg-name=\"Pluto TV Crime Movies\" tvg-logo=\"https://i.imgur.com/PlAQrIb.png\" group-title=\"VOD Movies (EN)\",Pluto TV Crime Movies\nhttp://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f4d8594eb979c0007706de7/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=73&deviceId=5f4d8594eb979c0007706de7&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false\n#EXTINF:-1 tvg-name=\"Pluto TV Thrillers\" tvg-logo=\"https://i.imgur.com/jyiFzG4.png\" group-title=\"VOD Movies (EN)\",Pluto TV Thrillers\nhttp://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4e69e08291147bd04a9fd7/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=74&deviceId=5b4e69e08291147bd04a9fd7&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false\n#EXTINF:-1 tvg-name=\"Pluto TV Horror\" tvg-logo=\"https://i.imgur.com/An93hAh.png\" group-title=\"VOD Movies (EN)\",Pluto TV Horror\nhttp://service-stitcher.clusters.pluto.tv/stitch/hls/channel/569546031a619b8f07ce6e25/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=75&deviceId=569546031a619b8f07ce6e25&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false\n#EXTINF:-1 tvg-name=\"Pluto TV Terror\" tvg-logo=\"https://i.imgur.com/JLgn5jC.png\" group-title=\"VOD Movies (EN)\",Pluto TV Terror\nhttp://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c6dc88fcd232425a6e0f06e/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=76&deviceId=5c6dc88fcd232425a6e0f06e&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false\n#EXTINF:-1 tvg-name=\"Black Cinema\" tvg-logo=\"https://i.imgur.com/Zh1QGW9.png\" group-title=\"VOD Movies (EN)\",Black Cinema\nhttp://service-stitcher.clusters.pluto.tv/stitch/hls/channel/58af4c093a41ca9d4ecabe96/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=80&deviceId=58af4c093a41ca9d4ecabe96&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false\n#EXTINF:-1 tvg-name=\"Pluto TV Staff Picks\" tvg-logo=\"https://i.imgur.com/DFDHAT8.png\" group-title=\"VOD Movies (EN)\",Pluto TV Staff Picks\nhttp://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f4d863b98b41000076cd061/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=90&deviceId=5f4d863b98b41000076cd061&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false\n#EXTINF:-1 tvg-name=\"Pluto TV Documentaries\" tvg-logo=\"https://i.imgur.com/Mr4ZsNZ.png\" group-title=\"VOD Movies (EN)\",Pluto TV Documentaries\nhttp://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b85a7582921777994caea63/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=91&deviceId=5b85a7582921777994caea63&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false\n#EXTINF:-1 tvg-name=\"90s Throwback\" tvg-logo=\"https://i.imgur.com/sI1o3uK.png\" group-title=\"VOD Movies (EN)\",90s Throwback\nhttp://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f4d86f519358a00072b978e/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=94&deviceId=5f4d86f519358a00072b978e&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false\n#EXTINF:-1 tvg-name=\"80s Rewind\" tvg-logo=\"https://i.imgur.com/0FaLAhK.png\" group-title=\"VOD Movies (EN)\",80s Rewind\nhttp://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca525b650be2571e3943c63/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=95&deviceId=5ca525b650be2571e3943c63&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false\n#EXTINF:-1 tvg-name=\"70s Cinema\" tvg-logo=\"https://i.imgur.com/wk9Baz9.png\" group-title=\"VOD Movies (EN)\",70s Cinema\nhttp://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f4d878d3d19b30007d2e782/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=96&deviceId=5f4d878d3d19b30007d2e782&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false\n#EXTINF:-1 tvg-name=\"Paramount Movie Channel\" tvg-logo=\"https://i.imgur.com/CfqRav0.png\" group-title=\"VOD Movies (EN)\",Paramount Movie Channel\nhttp://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cb0cae7a461406ffe3f5213/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=100&deviceId=5cb0cae7a461406ffe3f5213&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false\n#EXTINF:-1 tvg-name=\"Pluto TV Westerns\" tvg-logo=\"https://i.imgur.com/79R7m0b.png\" group-title=\"VOD Movies (EN)\",Pluto TV Westerns\nhttp://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4e94282d4ec87bdcbb87cd/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=103&deviceId=5b4e94282d4ec87bdcbb87cd&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false\n#EXTINF:-1 tvg-name=\"Classic Movies\" tvg-logo=\"https://i.imgur.com/feWPHep.png\" group-title=\"VOD Movies (EN)\",Classic Movies\nhttp://service-stitcher.clusters.pluto.tv/stitch/hls/channel/561c5b0dada51f8004c4d855/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=106&deviceId=561c5b0dada51f8004c4d855&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false\n#EXTINF:-1 tvg-name=\"Pluto TV Cult Films\" tvg-logo=\"https://i.imgur.com/kD3SkoC.png\" group-title=\"VOD Movies (EN)\",Pluto TV Cult Films\nhttp://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c665db3e6c01b72c4977bc2/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=109&deviceId=5c665db3e6c01b72c4977bc2&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false\n#EXTINF:-1 tvg-name=\"Flicks of Fury\" tvg-logo=\"https://i.imgur.com/yhyzBfb.png\" group-title=\"VOD Movies (EN)\",Flicks of Fury\nhttp://service-stitcher.clusters.pluto.tv/stitch/hls/channel/58e55b14ad8e9c364d55f717/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=112&deviceId=58e55b14ad8e9c364d55f717&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false\n#EXTINF:-1 tvg-name=\"The Asylum\" tvg-logo=\"https://i.imgur.com/rOxQfdG.png\" group-title=\"VOD Movies (EN)\",The Asylum\nhttp://service-stitcher.clusters.pluto.tv/stitch/hls/channel/591105034c1806b47438342c/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=115&deviceId=591105034c1806b47438342c&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false\n#EXTINF:-1 tvg-name=\"Film Detective\" tvg-logo=\"https://i.imgur.com/4aFLH9g.png\" group-title=\"VOD Movies (EN)\",Film Detective\nhttps://dai.google.com/linear/hls/event/OYH9J7rZSK2fabKXWAYcfA/master.m3u8\n#EXTINF:-1 tvg-name=\"Al Jazeera العربية\" tvg-logo=\"https://i.imgur.com/BB93NQP.png\" tvg-id=\"AlJazeeraChannel.qa\" group-title=\"News (AR)\",Al Jazeera العربية\nhttps://live-hls-web-aja.getaj.net/AJA/index.m3u8\n#EXTINF:-1 tvg-name=\"Al Arabiya العربية\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/e/e0/Al-Arabiya_new_logo.svg/640px-Al-Arabiya_new_logo.svg.png\" tvg-id=\"AlArabiya.ae\" group-title=\"News (AR)\",Al Arabiya العربية\nhttps://live.alarabiya.net/alarabiapublish/alarabiya.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"France 24 العربية Ⓨ\" tvg-logo=\"https://i.imgur.com/61MSiq9.png\" tvg-id=\"France24Arabic.fr\" group-title=\"News (AR)\",France 24 العربية Ⓨ\nhttps://www.youtube.com/c/FRANCE24Arabic/live\n#EXTINF:-1 tvg-name=\"DW العربية\" tvg-logo=\"https://i.imgur.com/A1xzjOI.png\" tvg-id=\"DWArabic.de\" group-title=\"News (AR)\",DW العربية\nhttps://dwamdstream103.akamaized.net/hls/live/2015526/dwstream103/index.m3u8\n#EXTINF:-1 tvg-name=\"CGTN العربية\" tvg-logo=\"https://i.imgur.com/fMsJYzl.png\" tvg-id=\"CGTNArabic.cn\" group-title=\"News (AR)\",CGTN العربية\nhttps://news.cgtn.com/resource/live/arabic/cgtn-a.m3u8\n#EXTINF:-1 tvg-name=\"Sky News العربية\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/thumb/5/57/Sky_News_logo.svg/512px-Sky_News_logo.svg.png\" tvg-id=\"SkyNewsArabia.ae\" group-title=\"News (AR)\",Sky News العربية\nhttps://stream.skynewsarabia.com/hls/sna.m3u8\n#EXTINF:-1 tvg-name=\"RT العربية\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/a/a0/Russia-today-logo.svg/512px-Russia-today-logo.svg.png\" tvg-id=\"RTArabic.ru\" group-title=\"News (AR)\",RT العربية\nhttps://rt-arb.rttv.com/dvr/rtarab/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Sahara 24 صحراء\" tvg-logo=\"https://imgur.com/a/7szNpBp\" tvg-id=\"Sahara-24.mr\" group-title=\"News (AR)\",Sahara 24 صحراء\nhttps://65.108.206.29/sahara24-live/video.m3u8\n#EXTINF:-1 tvg-name=\"Sky News (UK)\" tvg-logo=\"https://d2n0069hmnqmmx.cloudfront.net/epgdata/1.0/newchanlogos/512/512/skychb1404.png\" tvg-id=\"SkyNewsInternational.uk\" group-title=\"News\",Sky News (UK)\nhttps://ythls.armelin.one/channel/UCoMdktPbSTixAyNGwb-UYkQ.m3u8\n#EXTINF:-1 tvg-name=\"Euronews Ⓨ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Euronews_2022.svg/640px-Euronews_2022.svg.png\" tvg-id=\"EuronewsEnglish.fr\" group-title=\"News\",Euronews Ⓨ\nhttps://www.youtube.com/euronews/live\n#EXTINF:-1 tvg-name=\"Africanews Ⓨ\" tvg-logo=\"https://i.imgur.com/xocvePC.png\" tvg-id=\"Africanews.cg\" group-title=\"News\",Africanews Ⓨ\nhttps://www.youtube.com/africanews/live\n#EXTINF:-1 tvg-name=\"France 24 Ⓨ\" tvg-logo=\"https://i.imgur.com/61MSiq9.png\" tvg-id=\"France24English.fr\" group-title=\"News\",France 24 Ⓨ\nhttps://www.youtube.com/france24english/live\n#EXTINF:-1 tvg-name=\"DW\" tvg-logo=\"https://i.imgur.com/A1xzjOI.png\" tvg-id=\"DWEnglish.de\" group-title=\"News\",DW\nhttps://dwamdstream102.akamaized.net/hls/live/2015525/dwstream102/index.m3u8\n#EXTINF:-1 tvg-name=\"Al Jazeera\" tvg-logo=\"https://i.imgur.com/BB93NQP.png\" tvg-id=\"AlJazeeraEnglish.qa\" group-title=\"News\",Al Jazeera\nhttps://live-hls-apps-aje-fa.getaj.net/AJE/index.m3u8\n#EXTINF:-1 tvg-name=\"CGTN\" tvg-logo=\"https://i.imgur.com/fMsJYzl.png\" tvg-id=\"CGTN.cn\" group-title=\"News\",CGTN\nhttps://news.cgtn.com/resource/live/english/cgtn-news.m3u8\n#EXTINF:-1 tvg-name=\"BBC News Ⓖ\" tvg-logo=\"https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/united-kingdom/bbc-news-uk.png\" tvg-id=\"BBCNews.uk\" group-title=\"News\",BBC News Ⓖ\nhttps://vs-hls-push-uk.live.fastly.md.bbci.co.uk/x=4/i=urn:bbc:pips:service:bbc_news_channel_hd/iptv_hd_abr_v1.m3u8\n#EXTINF:-1 tvg-name=\"NBC News NOW\" tvg-logo=\"https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/united-kingdom/nbc-news-now-uk.png\" tvg-id=\"NBCNewsNOW.us\" group-title=\"News\",NBC News NOW\nhttps://dai2.xumo.com/amagi_hls_data_xumo1212A-xumo-nbcnewsnow/CDN/master.m3u8\n#EXTINF:-1 tvg-name=\"Reuters\" tvg-logo=\"https://i.imgur.com/6eQ2nCJ.png\" tvg-id=\"ReutersTV.us\" group-title=\"News\",Reuters\nhttps://reuters-reutersnow-1-nl.samsung.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"The Guardian\" tvg-logo=\"https://i.imgur.com/o9AYq9V.png\" tvg-id=\"TheGuardian.uk\" group-title=\"News\",The Guardian\nhttps://rakuten-guardian-1-ie.samsung.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"CBS News\" tvg-logo=\"https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/united-states/cbs-news-us.png\" tvg-id=\"CBSNews.us\" group-title=\"News\",CBS News\nhttps://dai.google.com/linear/hls/event/Sid4xiTQTkCT1SLu6rjUSQ/master.m3u8\n#EXTINF:-1 tvg-name=\"ABC News Live\" tvg-logo=\"https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/united-states/abc-news-live-hz-us.png\" tvg-id=\"ABCNewsLive.us\" group-title=\"News\",ABC News Live\nhttps://lnc-abc-news.tubi.video/index.m3u8\n#EXTINF:-1 tvg-name=\"LiveNOW from FOX\" tvg-logo=\"https://i.imgur.com/1JnyzHv.png\" tvg-id=\"LiveNOWFromFOX.us\" group-title=\"News\",LiveNOW from FOX\nhttps://lnc-fox-live-now.tubi.video/index.m3u8\n#EXTINF:-1 tvg-name=\"CBC News Network\" tvg-logo=\"https://i.imgur.com/SjTdhvJ.png\" tvg-id=\"CBCNewsNetwork.ca\" group-title=\"News\",CBC News Network\nhttps://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxcbcnews/CDN/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Ticker News\" tvg-logo=\"https://i.imgur.com/z7M0QxV.png\" tvg-id=\"tickerNews.au\" group-title=\"News\",Ticker News\nhttps://cdn-uw2-prod.tsv2.amagi.tv/linear/amg01486-tickernews-tickernewsweb-ono/playlist.m3u8\n#EXTINF:-1 tvg-name=\"India Today\" tvg-logo=\"https://i.imgur.com/koFYddE.png\" tvg-id=\"IndiaToday.in\" group-title=\"News\",India Today\nhttps://indiatodaylive.akamaized.net/hls/live/2014320/indiatoday/indiatodaylive/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Channel News Asia\" tvg-logo=\"https://i.imgur.com/xWglicB.png\" tvg-id=\"CNAInternational.sg\" group-title=\"News\",Channel News Asia\nhttps://ythls.armelin.one/channel/UC83jt4dlz1Gjl58fzQrrKZg.m3u8\n#EXTINF:-1 tvg-name=\"ABC News (AU) Ⓨ\" tvg-logo=\"https://i.imgur.com/BrW7gk8.png\" tvg-id=\"ABCNews.au\" group-title=\"News\",ABC News (AU) Ⓨ\nhttps://www.youtube.com/@abcnewsaustralia/live\n#EXTINF:-1 tvg-name=\"NDTV 24x7\" tvg-logo=\"https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/india/ndtv-24x7-in.png\" tvg-id=\"NDTV24x7.in\" group-title=\"News\",NDTV 24x7\nhttps://ythls.armelin.one/channel/UCZFMm1mMw0F81Z37aaEzTUA.m3u8\n#EXTINF:-1 tvg-name=\"TRT World\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/TRT_World.svg/512px-TRT_World.svg.png\" tvg-id=\"TRTWorld.tr\" group-title=\"News\",TRT World\nhttps://ythls.armelin.one/channel/UC7fWeaHhqgM4Ry-RMpM2YYw.m3u8\n#EXTINF:-1 tvg-name=\"NHK World Japan\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/8/8d/NHK_World-Japan_TV.svg/512px-NHK_World-Japan_TV.svg.png\" tvg-id=\"NHKWorldJapan.jp\" group-title=\"News\",NHK World Japan\nhttps://ythls.armelin.one/channel/UCSPEjw8F2nQDtmUKPFNF7_A.m3u8\n#EXTINF:-1 tvg-name=\"DD India\" tvg-logo=\"https://i.imgur.com/45uptR8.png\" tvg-id=\"DDIndia.in\" group-title=\"News\",DD India\nhttps://ythls.armelin.one/channel/UCGDQNvybfDDeGTf4GtigXaw.m3u8\n#EXTINF:-1 tvg-name=\"WION\" tvg-logo=\"https://i.imgur.com/Wc5Z3iS.png\" tvg-id=\"WION.in\" group-title=\"News\",WION\nhttps://ythls.armelin.one/channel/UC_gUM8rL-Lrg6O3adPW9K1g.m3u8\n#EXTINF:-1 tvg-name=\"Taiwan+\" tvg-logo=\"https://i.imgur.com/SfcZyqm.png\" tvg-id=\"TaiwanPlusTV.tw\" group-title=\"News\",Taiwan+\nhttps://ythls.armelin.one/channel/UC7c6rvyAZLpKGk8ttVnpnLA.m3u8\n#EXTINF:-1 tvg-name=\"Metro Globe Network\" tvg-logo=\"https://i.imgur.com/aiiinzg.png\" tvg-id=\"MetroGlobeNetwork.id\" group-title=\"News\",Metro Globe Network\nhttps://edge.medcom.id/live-edge/smil:mgnch.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"i24 News\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/7/79/LOGO_i24NEWS.png/512px-LOGO_i24NEWS.png\" tvg-id=\"i24NEWSEnglishWorld.il\" group-title=\"News\",i24 News\nhttps://bcovlive-a.akamaihd.net/6e3dd61ac4c34d6f8fb9698b565b9f50/eu-central-1/5377161796001/playlist-all_dvr.m3u8\n#EXTINF:-1 tvg-name=\"Scripps News\" tvg-logo=\"https://i.imgur.com/UfN6aAi.png\" tvg-id=\"ScrippsNews.us\" group-title=\"News\",Scripps News\nhttps://content.uplynk.com/channel/4bb4901b934c4e029fd4c1abfc766c37.m3u8\n#EXTINF:-1 tvg-name=\"USA Today\" tvg-logo=\"https://i.imgur.com/37K0AZX.png\" tvg-id=\"USATODAY.us\" group-title=\"News\",USA Today\nhttps://lnc-usa-today.tubi.video/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TVC News Ⓨ\" tvg-logo=\"https://i.imgur.com/jaSq18B.png\" tvg-id=\"TVCNews.ng\" group-title=\"News\",TVC News Ⓨ\nhttps://www.youtube.com/tvcnewsnigeria/live\n#EXTINF:-1 tvg-name=\"Channels 24 Ⓨ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/7/76/Channels_TV.jpg\" tvg-id=\"Channels24.ng\" group-title=\"News\",Channels 24 Ⓨ\nhttps://www.youtube.com/channelstelevision/live\n#EXTINF:-1 tvg-name=\"Sky News Now (AU)\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/thumb/1/10/Sky_News_Australia_logo_-_2019.svg/512px-Sky_News_Australia_logo_-_2019.svg.png\" tvg-id=\"SkyNewsAustralia.au\" group-title=\"News\",Sky News Now (AU)\nhttps://i.mjh.nz/sky-news-now.m3u8\n#EXTINF:-1 tvg-name=\"Global News\" tvg-logo=\"https://i.imgur.com/xk1QOhW.png\" tvg-id=\"GlobalNews.ca\" group-title=\"News\",Global News\nhttps://live.corusdigitaldev.com/groupd/live/49a91e7f-1023-430f-8d66-561055f3d0f7/live.isml/.m3u8\n#EXTINF:-1 tvg-name=\"Russia Today Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/a/a0/Russia-today-logo.svg/512px-Russia-today-logo.svg.png\" tvg-id=\"RT.ru\" group-title=\"News\",Russia Today Ⓖ\nhttps://rt-glb.rttv.com/live/rtnews/playlist.m3u8\n#EXTINF:-1 tvg-name=\"CNN\" tvg-logo=\"https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/united-states/cnn-us.png\" tvg-id=\"CNN.us\" group-title=\"News\",CNN\nhttps://raw.githubusercontent.com/Alstruit/adaptive-streams/alstruit-10_23_us/streams/us/CNNUSA.us.m3u8\n#EXTINF:-1 tvg-name=\"CNN International\" tvg-logo=\"https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/united-states/cnn-us.png\" tvg-id=\"CNNInternationalEurope.us\" group-title=\"News\",CNN International\nhttps://turnerlive.warnermediacdn.com/hls/live/586495/cnngo/cnn_slate/VIDEO_0_3564000.m3u8\n#EXTINF:-1 tvg-name=\"GB News\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/thumb/3/35/GB_News_Logo.svg/512px-GB_News_Logo.svg.png\" tvg-id=\"GBNews.uk\" group-title=\"News\",GB News\nhttps://ythls.armelin.one/channel/UC0vn8ISa4LKMunLbzaXLnOQ.m3u8\n#EXTINF:-1 tvg-name=\"TalkTV\" tvg-logo=\"https://i.imgur.com/KxHWpQB.png\" tvg-id=\"TalkTV.uk\" group-title=\"News\",TalkTV\nhttps://live-talktv-ssai.simplestreamcdn.com/v1/master/82267e84b9e5053b3fd0ade12cb1a146df74169a/talktv-live/index.m3u8\n#EXTINF:-1 tvg-name=\"Joy News\" tvg-logo=\"https://i.imgur.com/kGuMNmR.png\" tvg-id=\"JoyNews.gh\" group-title=\"News\",Joy News\nhttps://ythls.armelin.one/channel/UChd1DEecCRlxaa0-hvPACCw.m3u8\n#EXTINF:-1 tvg-name=\"SABC News\" tvg-logo=\"https://i.imgur.com/H9q3Q9d.png\" tvg-id=\"SABCNews.gh\" group-title=\"News\",SABC News\nhttps://sabconetanw.cdn.mangomolo.com/news/smil:news.stream.smil/chunklist_b250000_t64MjQwcA==.m3u8\n#EXTINF:-1 tvg-name=\"Cheddar News\" tvg-logo=\"https://i.imgur.com/tuP9GW8.png\" tvg-id=\"CheddarNews.us\" group-title=\"Business\",Cheddar News\nhttps://dbrb49pjoymg4.cloudfront.net/10001/99991220/hls/index.m3u8?ads.xumo_channelId=99991220&ads._fw_ifa_type=dpid&ads._fw_did=43135081-0e2e-2a3f-b10c-4ade81d0e829&ads.amznappId=[AMZN_APP_ID]&ads.lat=[LAT]&ads.lon=[LON]&ads.os=[OS]&ads.osv=[OS_VERSION]&ads.asnw=&ads.caid=Cheddar&ads.csid=xumo_desktopweb_cheddar_ssai&ads._fw_is_lat=0&ads._fw_us_privacy=1YNN&ads._fw_coppa=0&ads.genre=News&ads._fw_content_category=IAB12&ads._fw_content_language=en&ads._fw_content_genre=News&ads._fw_content_rating=TV-PG&ads.xumo_contentId=161&ads.xumo_contentName=Cheddar&ads.xumo_providerId=161&ads.xumo_providerName=Cheddar&ads._fw_deviceMake=&ads._fw_device_model=&ads.channelId=99991220&ads.xumo_platform=desktopweb&ads.site_id=26840&ads.appName=xumo&ads.appVersion=2.18.0&ads._fw_app_bundle=&ads._fw_app_store_url=&ads.site_name=XumoPlay&ads.site_page=https%253A%252F%252Fplay.xumo.com\n#EXTINF:-1 tvg-name=\"Bloomberg TV+\" tvg-logo=\"https://i.imgur.com/xGlToly.png\" tvg-id=\"BloombergTVPlus.us\" group-title=\"Business\",Bloomberg TV+\nhttps://bloomberg.com/media-manifest/streams/phoenix-us.m3u8\n#EXTINF:-1 tvg-name=\"Bloomberg Television (US)\" tvg-logo=\"https://i.imgur.com/OuogLHx.png\" tvg-id=\"BloombergTV.us\" group-title=\"Business\",Bloomberg Television (US)\nhttps://bloomberg.com/media-manifest/streams/us.m3u8\n#EXTINF:-1 tvg-name=\"Bloomberg Television (Europe)\" tvg-logo=\"https://i.imgur.com/OuogLHx.png\" tvg-id=\"BloombergTVEurope.uk\" group-title=\"Business\",Bloomberg Television (Europe)\nhttps://bloomberg.com/media-manifest/streams/eu.m3u8\n#EXTINF:-1 tvg-name=\"Yahoo! Finance\" tvg-logo=\"https://i.imgur.com/43oHsHL.png\" tvg-id=\"YahooFinance.us\" group-title=\"Business\",Yahoo! Finance\nhttps://d1ewctnvcwvvvu.cloudfront.net/playlist.m3u8\n#EXTINF:-1 tvg-name=\"CNBC Europe\" tvg-logo=\"https://d2n0069hmnqmmx.cloudfront.net/epgdata/1.0/newchanlogos/512/512/skychb1088.png\" tvg-id=\"CNBCEurope.uk\" group-title=\"Business\",CNBC Europe\nhttps://amg01079-nbcuuk-amg01079c1-samsung-es-1261.playouts.now.amagi.tv/playlist/amg01079-nbcuukfast-cnbcpe-samsunges/playlist.m3u8\n#EXTINF:-1 tvg-name=\"CNBC Indonesia\" tvg-logo=\"https://i.imgur.com/bUfeG7Y.png\" tvg-id=\"CNBCIndonesia.id\" group-title=\"Business\",CNBC Indonesia\nhttps://live.cnbcindonesia.com/livecnbc/smil:cnbctv.smil/master.m3u8\n#EXTINF:-1 tvg-name=\"Ausbiz\" tvg-logo=\"https://i.imgur.com/8vGGdB0.png\" tvg-id=\"AusbizTV.au\" group-title=\"Business\",Ausbiz\nhttps://d9quh89lh7dtw.cloudfront.net/public-output/index.m3u8\n#EXTINF:-1 tvg-name=\"Moconomy\" tvg-logo=\"https://i.imgur.com/GvqbLZB.png\" tvg-id=\"MoconomyEconomyFinanceInfotainment.us\" group-title=\"Business\",Moconomy\nhttps://amogonetworx-moconomy-2-us.tcl.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"AccuWeather NOW\" tvg-logo=\"https://i.imgur.com/M8wbVYK.png\" tvg-id=\"AccuWeatherNOW.us\" group-title=\"Weather\",AccuWeather NOW\nhttps://cdn-ue1-prod.tsv2.amagi.tv/linear/amg00684-accuweather-accuweather-plex/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Fox Weather\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/b/b9/Fox_Weather_logo.svg/512px-Fox_Weather_logo.svg.png\" tvg-id=\"FoxWeather.us\" group-title=\"Weather\",Fox Weather\nhttps://lnc-fox-weather.tubi.video/index.m3u8\n#EXTINF:-1 tvg-name=\"KTCA-DT5\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/b/be/Twin_Cities_Public_Television_logo_%28PBS%29.png\" tvg-id=\"KTCADT5.us\" group-title=\"Weather\",KTCA-DT5\nhttps://api.new.livestream.com/accounts/12638076/events/8488790/live.m3u8\n#EXTINF:-1 tvg-name=\"WeatherNation\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/d/de/WeatherNation_Logo.svg/512px-WeatherNation_Logo.svg.png\" tvg-id=\"WeatherNation.us\" group-title=\"Weather\",WeatherNation\nhttp://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/5d2cb7ac552e3773bc48982e/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=6c2d1028-30d3-11ef-9cf5-e9ddff8ff496&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=dcca8395-396e-4be0-9049-564f29c5ac9b\n#EXTINF:-1 tvg-name=\"The Weather Network\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/thumb/b/bf/TWN_Logo_2011.svg/2560px-TWN_Logo_2011.svg.png\" tvg-id=\"TheWeatherNetwork.ca\" group-title=\"Weather\",The Weather Network\nhttps://d3f6rv2ihfj09x.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-4l4ssesb90374-ssai-prd/playlist.m3u8?ads.device_did=%7BPSID%7D&ads.device_dnt=%7BTARGETOPT%7D&ads.app_domain=%7BAPP_DOMAIN%7D&ads.app_name=%7BAPP_NAME%7D\n#EXTINF:-1 tvg-name=\"Sky News Weather Ⓖ\" tvg-logo=\"https://pbs.twimg.com/profile_images/1604994875459518464/lGt2wEqM_400x400.jpg\" tvg-id=\"SkyNewsWeather.uk\" group-title=\"Weather\",Sky News Weather Ⓖ\nhttps://distro001-gb-hls1-prd.delivery.skycdp.com/easel_cdn/ngrp:weather_loop.stream_all/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Euronews Español Ⓨ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Euronews_2022.svg/640px-Euronews_2022.svg.png\" tvg-id=\"EuronewsSpanish.fr\" group-title=\"News (ES)\",Euronews Español Ⓨ\nhttps://www.youtube.com/euronewses/live\n#EXTINF:-1 tvg-name=\"France 24 Español Ⓨ\" tvg-logo=\"https://i.imgur.com/61MSiq9.png\" tvg-id=\"France24Espanol.fr\" group-title=\"News (ES)\",France 24 Español Ⓨ\nhttps://www.youtube.com/c/FRANCE24Espanol/live\n#EXTINF:-1 tvg-name=\"DW Español Ⓢ\" tvg-logo=\"https://i.imgur.com/A1xzjOI.png\" tvg-id=\"DWEspanol.de\" group-title=\"News (ES)\",DW Español Ⓢ\nhttps://dwamdstream104.akamaized.net/hls/live/2015530/dwstream104/stream04/streamPlaylist.m3u8\n#EXTINF:-1 tvg-name=\"CGTN Español\" tvg-logo=\"https://i.imgur.com/fMsJYzl.png\" tvg-id=\"CGTNSpanish.cn\" group-title=\"News (ES)\",CGTN Español\nhttps://news.cgtn.com/resource/live/espanol/cgtn-e.m3u8\n#EXTINF:-1 tvg-name=\"RT Español Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/a/a0/Russia-today-logo.svg/512px-Russia-today-logo.svg.png\" tvg-id=\"RTenEspanol.ru\" group-title=\"News (ES)\",RT Español Ⓖ\nhttps://rt-esp.rttv.com/dvr/rtesp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"RTVE 24H\" tvg-logo=\"https://i.imgur.com/WTDKOoM.png\" tvg-id=\"rtve.es\" group-title=\"News (ES)\",RTVE 24H\nhttps://ztnr.rtve.es/ztnr/1694255.m3u8\n#EXTINF:-1 tvg-name=\"Sportitalia LIVE24\" tvg-logo=\"https://i.imgur.com/hu56Ya5.png\" tvg-id=\"Sportitalia24.it\" group-title=\"VOD Italy\",Sportitalia LIVE24\nhttps://di-g7ij0rwh.vo.lswcdn.net/sportitalia/silive24.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Sport2U\" tvg-logo=\"https://i.imgur.com/WW0lNk1.png\" group-title=\"VOD Italy\",Sport2U\nhttps://stream9.xdevel.com/video0s976916-1685/stream/playlist_dvr.m3u8\n#EXTINF:-1 tvg-name=\"Grande Fratello Vip Regia 1 Ⓢ Ⓖ\" tvg-logo=\"https://i.imgur.com/PBTdU4G.png\" group-title=\"VOD Italy\",Grande Fratello Vip Regia 1 Ⓢ Ⓖ\nhttps://live3.msf.cdn.mediaset.net/content/dash_d0_clr_vos/live/channel(b7)/manifest.mpd\n#EXTINF:-1 tvg-name=\"Grande Fratello Vip Regia 2 Ⓢ Ⓖ\" tvg-logo=\"https://i.imgur.com/FKfwbHD.png\" group-title=\"VOD Italy\",Grande Fratello Vip Regia 2 Ⓢ Ⓖ\nhttps://live3.msf.cdn.mediaset.net/content/dash_d0_clr_vos/live/channel(b8)/manifest.mpd\n#EXTINF:-1 tvg-name=\"Grande Fratello Vip Regia un'ora fa Ⓢ Ⓖ\" tvg-logo=\"https://i.imgur.com/fFZeBnc.png\" group-title=\"VOD Italy\",Grande Fratello Vip Regia un'ora fa Ⓢ Ⓖ\nhttps://live3.msf.cdn.mediaset.net/content/dash_d0_clr_vos/live/channel(b9)/manifest.mpd\n#EXTINF:-1 tvg-name=\"Stories – Rakuten TV\" tvg-logo=\"https://i.imgur.com/tMcUvjI.jpg\" group-title=\"VOD Italy\",Stories – Rakuten TV\nhttps://rakuten-spotlight-6-eu.rakuten.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Classico – Rakuten TV\" tvg-logo=\"https://i.imgur.com/ytN6jfl.jpeg\" group-title=\"VOD Italy\",Classico – Rakuten TV\nhttps://rakuten-classico-1-eu.rakuten.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Thriller – Rakuten TV\" tvg-logo=\"https://i.imgur.com/jJTnBNk.jpeg\" group-title=\"VOD Italy\",Thriller – Rakuten TV\nhttps://rakuten-thriller-6-eu.rakuten.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Commedia – Rakuten TV\" tvg-logo=\"https://i.imgur.com/EKKXdIU.jpg\" group-title=\"VOD Italy\",Commedia – Rakuten TV\nhttps://rakuten-comedymovies-6-eu.rakuten.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Documentari – Rakuten TV\" tvg-logo=\"https://i.imgur.com/rAHBiO8.jpg\" group-title=\"VOD Italy\",Documentari – Rakuten TV\nhttps://rakuten-documentaries-6-eu.rakuten.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Family – Rakuten TV\" tvg-logo=\"https://i.imgur.com/BCC123A.jpg\" group-title=\"VOD Italy\",Family – Rakuten TV\nhttps://rakuten-family-6-eu.rakuten.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Romance – Rakuten TV\" tvg-logo=\"https://i.imgur.com/TiXrzJZ.jpeg\" group-title=\"VOD Italy\",Romance – Rakuten TV\nhttps://rakuten-romance-6-eu.rakuten.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Film Top – Rakuten TV\" tvg-logo=\"https://i.imgur.com/OfD9hM9.jpeg\" group-title=\"VOD Italy\",Film Top – Rakuten TV\nhttps://rakuten-topfree-6-eu.rakuten.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Drammatico – Rakuten TV\" tvg-logo=\"https://i.imgur.com/Nx3JzZK.jpg\" group-title=\"VOD Italy\",Drammatico – Rakuten TV\nhttps://rakuten-tvshows-6-eu.rakuten.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Film d'azione – Rakuten TV\" tvg-logo=\"https://i.imgur.com/KDmDQM6.jpg\" group-title=\"VOD Italy\",Film d'azione – Rakuten TV\nhttps://rakuten-actionmovies-6-eu.rakuten.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Euronews in diretta\" tvg-logo=\"https://i.imgur.com/DUUxsO7.jpeg\" tvg-id=\"EuronewsItalian.fr\" group-title=\"VOD Italy\",Euronews in diretta\nhttps://rakuten-euronews-3-it.samsung.wurl.com/manifest/playlist.m3u8\n#EXTINF:-1 tvg-name=\"FailArmy\" tvg-logo=\"https://i.imgur.com/WupT16d.jpg\" group-title=\"VOD Italy\",FailArmy\nhttps://failarmy-international-it.samsung.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"The Pet Collective\" tvg-logo=\"https://i.imgur.com/daTU44g.jpeg\" group-title=\"VOD Italy\",The Pet Collective\nhttps://the-pet-collective-international-it.samsung.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Canale Europa\" tvg-logo=\"https://i.imgur.com/Zw2ZIfz.jpg\" group-title=\"VOD Italy\",Canale Europa\nhttps://canaleeuropa-canaleeuropa-1-it.samsung.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"People Are Awesome\" tvg-logo=\"https://i.imgur.com/xwz9zKk.jpeg\" group-title=\"VOD Italy\",People Are Awesome\nhttps://jukin-peopleareawesome-2-it.samsung.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Yamato Animation\" tvg-logo=\"https://i.imgur.com/rOl7HfS.png\" group-title=\"VOD Italy\",Yamato Animation\nhttps://yamatovideo-yamatoanimation-1-it.samsung.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"BBC Doctor Who\" tvg-logo=\"https://i.imgur.com/J2B9FjO.jpg\" group-title=\"VOD Italy\",BBC Doctor Who\nhttps://bbceu-doctorwho-1-it.samsung.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"BBC Drama\" tvg-logo=\"https://i.imgur.com/hY1M4hL.jpg\" group-title=\"VOD Italy\",BBC Drama\nhttps://bbceu-bbcdrama-2-it.samsung.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Televisa Telenovelas\" tvg-logo=\"https://i.imgur.com/GaJIRN3.jpg\" group-title=\"VOD Italy\",Televisa Telenovelas\nhttps://televisa-televisa-1-it.samsung.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Humanity Documentari\" tvg-logo=\"https://i.imgur.com/4gwdyar.png\" group-title=\"VOD Italy\",Humanity Documentari\nhttps://cdn-ue1-prod.tsv2.amagi.tv/linear/amg00712-alchimie-humanitydocit-samsungit/playlist.m3u8\n#EXTINF:-1 tvg-name=\"The Boat Show\" tvg-logo=\"https://i.imgur.com/cPTLian.png\" group-title=\"VOD Italy\",The Boat Show\nhttps://d46c0ebf9ef94053848fdd7b1f2f6b90.mediatailor.eu-central-1.amazonaws.com/v1/master/81bfcafb76f9c947b24574657a9ce7fe14ad75c0/live-prod/4bdea6cd-80c1-11eb-908d-533d39655269/0/master.m3u8\n#EXTINF:-1 tvg-name=\"Fashion TV\" tvg-logo=\"https://i.imgur.com/KT3zgc1.png\" tvg-id=\"FashionTVEurope.fr\" group-title=\"VOD Italy\",Fashion TV\nhttps://fashiontv-fashiontv-3-it.samsung.wurl.com/manifest/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Motor1TV\" tvg-logo=\"https://i.imgur.com/UERYhO1.png\" group-title=\"VOD Italy\",Motor1TV\nhttps://motorsportnetwork-motor1tv-1-it.samsung.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"SportOutdoor.tv\" tvg-logo=\"https://i.imgur.com/fwOuEBl.png\" group-title=\"VOD Italy\",SportOutdoor.tv\nhttps://gto2000-sportoutdoortv-1-it.samsung.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Italian Fishing TV\" tvg-logo=\"https://i.imgur.com/Q0jHCdC.png\" tvg-id=\"ItalianFishingTV.it\" group-title=\"VOD Italy\",Italian Fishing TV\nhttps://itftv-italianfishingtv-1-it.samsung.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"FUEL TV\" tvg-logo=\"https://i.imgur.com/4Lzo6M4.png\" tvg-id=\"FuelTV.us\" group-title=\"VOD Italy\",FUEL TV\nhttps://fueltv-fueltv-6-it.samsung.wurl.com/manifest/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Teletubbies\" tvg-logo=\"https://i.imgur.com/tSw1oON.jpeg\" group-title=\"VOD Italy\",Teletubbies\nhttps://dhx-teletubbies-2-it.samsung.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"duckTV\" tvg-logo=\"https://i.imgur.com/BKoAJZV.jpeg\" group-title=\"VOD Italy\",duckTV\nhttps://mmm-ducktv-2-it.samsung.wurl.com/manifest/playlist.m3u8\n#EXTINF:-1 tvg-name=\"SuperToons TV\" tvg-logo=\"https://i.imgur.com/A6vCYsC.png\" group-title=\"VOD Italy\",SuperToons TV\nhttps://kedoo-supertoonstv-4-it.samsung.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Planeta Junior\" tvg-logo=\"https://i.imgur.com/F71WMja.jpg\" group-title=\"VOD Italy\",Planeta Junior\nhttps://deaplaneta-planetakidz-2-it.samsung.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"MONDO TV KIDS\" tvg-logo=\"https://i.imgur.com/DMqKFIM.png\" group-title=\"VOD Italy\",MONDO TV KIDS\nhttps://mondotv-mondotvkids-1-it.samsung.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Vevo Pop\" tvg-logo=\"https://i.imgur.com/DPqMpQC.png\" group-title=\"VOD Italy\",Vevo Pop\nhttps://601820eb2b971a000104f40a-samsung.eu.ssai.zype.com/601820eb2b971a000104f40a_samsung_eu/manifest.m3u8\n#EXTINF:-1 tvg-name=\"Radio Italia Trend\" tvg-logo=\"https://i.imgur.com/ecpfn3e.png\" tvg-id=\"RadioItaliaTrendTV.it\" group-title=\"VOD Italy\",Radio Italia Trend\nhttps://radioitalia-samsungitaly.amagi.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Clubbing TV\" tvg-logo=\"https://i.imgur.com/D1IuAqu.jpg\" group-title=\"VOD Italy\",Clubbing TV\nhttps://clubbingtv-samsunguk.amagi.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Deluxe Lounge HD\" tvg-logo=\"https://i.imgur.com/LzIsXym.png\" group-title=\"VOD Italy\",Deluxe Lounge HD\nhttps://d46c0ebf9ef94053848fdd7b1f2f6b90.mediatailor.eu-central-1.amazonaws.com/v1/master/81bfcafb76f9c947b24574657a9ce7fe14ad75c0/live-prod/9f58b8c3-80c1-11eb-908d-533d39655269/0/master.m3u8\n#EXTINF:-1 tvg-name=\"Trace Latina Ⓖ\" tvg-logo=\"https://i.imgur.com/GHbz8wd.png\" tvg-id=\"TraceLatina.fr\" group-title=\"VOD Italy\",Trace Latina Ⓖ\nhttps://cdn-ue1-prod.tsv2.amagi.tv/linear/amg01131-tracetv-tracelatinait-samsungit/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Trace Urban Ⓖ\" tvg-logo=\"https://i.imgur.com/PAx9qj8.png\" tvg-id=\"TraceUrban.fr\" group-title=\"VOD Italy\",Trace Urban Ⓖ\nhttps://cdn-ue1-prod.tsv2.amagi.tv/linear/amg01131-tracetv-traceurbanit-samsungit/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Full Moon\" tvg-logo=\"https://i.imgur.com/0xT7bZP.jpg\" group-title=\"VOD Italy\",Full Moon\nhttps://minerva-fullmoon-1-it.samsung.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Cinema Segreto\" tvg-logo=\"https://i.imgur.com/pID3ZGx.png\" group-title=\"VOD Italy\",Cinema Segreto\nhttps://minerva-cinemasegreto-1-it.samsung.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bizzarro Movies\" tvg-logo=\"https://i.imgur.com/EbDLnZB.png\" group-title=\"VOD Italy\",Bizzarro Movies\nhttps://minerva-bizzarromovies-1-it.samsung.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"CGtv\" tvg-logo=\"https://i.imgur.com/6rsLtY7.png\" group-title=\"VOD Italy\",CGtv\nhttps://cgentertainment-cgtv-1-it.samsung.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"WP\" tvg-logo=\"https://i.imgur.com/W5I5yY0.png\" group-title=\"VOD Italy\",WP\nhttps://minerva-wp-1-it.samsung.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Risate all'italiana\" tvg-logo=\"https://i.imgur.com/LCN66Z1.png\" group-title=\"VOD Italy\",Risate all'italiana\nhttps://minerva-risateallitaliana-1-it.samsung.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Shorts Ⓖ\" tvg-logo=\"https://i.imgur.com/GwM7RHV.jpg\" group-title=\"VOD Italy\",Shorts Ⓖ\nhttps://cdn-ue1-prod.tsv2.amagi.tv/linear/amg00784-shortsinternati-shortstv-fast-italy-samsungit/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Sofy.tv\" tvg-logo=\"https://i.imgur.com/fsJFJeZ.png\" group-title=\"VOD Italy\",Sofy.tv\nhttps://sofytv-samsungit.amagi.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"VH1+ Girl Power! – Pluto TV\" tvg-logo=\"https://i.imgur.com/Z4t6fdU.png\" group-title=\"VOD Italy\",VH1+ Girl Power! – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/655208ff53fc9700084a834e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Car Chase – Pluto TV\" tvg-logo=\"https://i.imgur.com/F1jXkhK.png\" group-title=\"VOD Italy\",Car Chase – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/65a939fad77d450008863835/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Monster Jam – Pluto TV\" tvg-logo=\"https://i.imgur.com/jxGhINd.png\" group-title=\"VOD Italy\",Monster Jam – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/65bce7f1d77d450008b3a430/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"MacGyver – Pluto TV\" tvg-logo=\"https://i.imgur.com/bz9IwWU.png\" group-title=\"VOD Italy\",MacGyver – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6245d4511358320007029cdf/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Settimo Cielo – Pluto TV\" tvg-logo=\"https://i.imgur.com/TC5lo6r.png\" group-title=\"VOD Italy\",Settimo Cielo – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6245d3792792150007e20634/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"BBC Drama – Pluto TV\" tvg-logo=\"https://i.imgur.com/CrAqXHJ.png\" group-title=\"VOD Italy\",BBC Drama – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62e7fa5ab5062e0007dcf97d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Le sorelle mcleod – Pluto TV\" tvg-logo=\"https://i.imgur.com/P310ryf.png\" group-title=\"VOD Italy\",Le sorelle mcleod – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60a2837f8154ab0007c4dcdf/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Autostop per il cielo – Pluto TV\" tvg-logo=\"https://i.imgur.com/rpC1qk7.png\" group-title=\"VOD Italy\",Autostop per il cielo – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/638f286445264d00084ec6dc/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Renegade – Pluto TV\" tvg-logo=\"https://i.imgur.com/Qsd9wuS.png\" group-title=\"VOD Italy\",Renegade – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/634926e4b51d2d00077819a2/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Serie – Pluto TV\" tvg-logo=\"https://i.imgur.com/CHBhRZr.png\" tvg-id=\"PlutoTVSerieItaly.it\" group-title=\"VOD Italy\",Serie – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60b9ff2722bfa400072676ef/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Film – Pluto TV\" tvg-logo=\"https://i.imgur.com/QeFc7F3.png\" tvg-id=\"PlutoTVFilmItaly.it\" group-title=\"VOD Italy\",Film – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa17fb9f4490007e6419a/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Film Azione – Pluto TV\" tvg-logo=\"https://i.imgur.com/ZmAuf3H.png\" tvg-id=\"PlutoTVFilmAzioneItaly.it\" group-title=\"VOD Italy\",Film Azione – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa20a2e7f270007c4878d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Film Thriller – Pluto TV\" tvg-logo=\"https://i.imgur.com/hIWMGRW.png\" tvg-id=\"PlutoTVFilmThrillerItaly.it\" group-title=\"VOD Italy\",Film Thriller – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa5e995132a00075f7005/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Horror – Pluto TV\" tvg-logo=\"https://i.imgur.com/zhoHRSE.png\" group-title=\"VOD Italy\",Horror – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61c09e3ac210ed0007606620/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Western – Pluto TV\" tvg-logo=\"https://i.imgur.com/6vmgQBl.png\" group-title=\"VOD Italy\",Western – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62e7fb67478a5b0007e6c50c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Film Classici – Pluto TV\" tvg-logo=\"https://i.imgur.com/jNyZPLV.png\" tvg-id=\"PlutoTVFilmClassiciItaly.it\" group-title=\"VOD Italy\",Film Classici – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa3c446d73500075f0e24/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Cinema Italiano – Pluto TV\" tvg-logo=\"https://i.imgur.com/drDX5DC.png\" tvg-id=\"PlutoTVCinemaItalianoItaly.it\" group-title=\"VOD Italy\",Cinema Italiano – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa7d8359b270007861489/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Totò – Pluto TV\" tvg-logo=\"https://i.imgur.com/wLDteJZ.png\" group-title=\"VOD Italy\",Totò – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/65253f9881f942000833ccd5/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Film Romantici – Pluto TV\" tvg-logo=\"https://i.imgur.com/KxPsLG3.png\" tvg-id=\"PlutoTVFilmRomanticiItaly.it\" group-title=\"VOD Italy\",Film Romantici – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa4a4cc92820007b663af/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Christmas – Pluto TV\" tvg-logo=\"https://i.imgur.com/tQ8lN30.png\" group-title=\"VOD Italy\",Christmas – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/612e05b885183d0007958101/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Film Drama – Pluto TV\" tvg-logo=\"https://i.imgur.com/X8jimKP.png\" tvg-id=\"PlutoTVFilmDramaItaly.it\" group-title=\"VOD Italy\",Film Drama – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa42b5c2b8f0007197529/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Film Commedia – Pluto TV\" tvg-logo=\"https://i.imgur.com/cSKaVHW.png\" tvg-id=\"PlutoTVFilmCommediaItaly.it\" group-title=\"VOD Italy\",Film Commedia – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa512d67fd900072323db/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"East is East – Pluto TV\" tvg-logo=\"https://i.imgur.com/iPGv82f.png\" group-title=\"VOD Italy\",East is East – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/654c955683595c00081d9d87/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"The Asylum – Pluto TV\" tvg-logo=\"https://i.imgur.com/S2jlaiJ.png\" group-title=\"VOD Italy\",The Asylum – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62e8d5369e48940007fc1dc1/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Star Trek: The Original Series – Pluto TV\" tvg-logo=\"https://i.imgur.com/VnUrFqB.png\" group-title=\"VOD Italy\",Star Trek: The Original Series – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6581a09edfed030008e12b39/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Doctor Who – Pluto TV\" tvg-logo=\"https://i.imgur.com/oewPc3b.png\" group-title=\"VOD Italy\",Doctor Who – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62e7f8db27ce19000732d1aa/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Sci-Fi – Pluto TV\" tvg-logo=\"https://i.imgur.com/5B94N8g.png\" tvg-id=\"PlutoTVSciFiItaly.it\" group-title=\"VOD Italy\",Sci-Fi – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61728bb9ee3773000840c1fa/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Mutant X – Pluto TV\" tvg-logo=\"https://i.imgur.com/SptYKFI.png\" group-title=\"VOD Italy\",Mutant X – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60802c209a26320007c92ad5/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Andromeda – Pluto TV\" tvg-logo=\"https://i.imgur.com/2HFhwX9.png\" group-title=\"VOD Italy\",Andromeda – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60802d37ee238e0007c94e64/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Sanctuary – Pluto TV\" tvg-logo=\"https://i.imgur.com/iYyijeJ.png\" group-title=\"VOD Italy\",Sanctuary – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/63eb57d6c111bc0008fe2658/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Forensic Files – Pluto TV\" tvg-logo=\"https://i.imgur.com/hF5maH7.png\" group-title=\"VOD Italy\",Forensic Files – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/64ec5cf50f73a800081310a5/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Squadra Speciale Cobra 11 – Pluto TV\" tvg-logo=\"https://i.imgur.com/HtDoAF2.png\" group-title=\"VOD Italy\",Squadra Speciale Cobra 11 – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/625e6cc905e09f00073addee/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Crime – Pluto TV\" tvg-logo=\"https://i.imgur.com/WRMGIdb.png\" tvg-id=\"PlutoTVCrimeItaly.it\" group-title=\"VOD Italy\",Crime – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa777b907770007e5d05d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Mai dire sì – Pluto TV\" tvg-logo=\"https://i.imgur.com/yIMyhSN.png\" group-title=\"VOD Italy\",Mai dire sì – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6349279ed5023700078f2bc2/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Consulenze illegali – Pluto TV\" tvg-logo=\"https://i.imgur.com/AoOiYJX.png\" group-title=\"VOD Italy\",Consulenze illegali – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60b9dc99521a1400079bdfba/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Il banco dei pugni – Pluto TV\" tvg-logo=\"https://i.imgur.com/2Lj1sdf.png\" group-title=\"VOD Italy\",Il banco dei pugni – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60e4507a06171800072339a3/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Affare Fatto – Pluto TV\" tvg-logo=\"https://i.imgur.com/BuGkGsL.png\" group-title=\"VOD Italy\",Affare Fatto – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/64ec5c6644fe100009d114ae/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Catfish – Pluto TV\" tvg-logo=\"https://i.imgur.com/KajHKoP.png\" group-title=\"VOD Italy\",Catfish – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6093f9ed2c75660007322bb7/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Il Testimone – Pluto TV\" tvg-logo=\"https://i.imgur.com/9NXL9kY.png\" group-title=\"VOD Italy\",Il Testimone – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61fbd3f0733df400076c9a2d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Case Pazzesche – Pluto TV\" tvg-logo=\"https://i.imgur.com/v8IDWwX.png\" group-title=\"VOD Italy\",Case Pazzesche – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/626bb07a58b8dd0007e9f36e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Geordie Shore – Pluto TV\" tvg-logo=\"https://i.imgur.com/y0fkHVi.png\" group-title=\"VOD Italy\",Geordie Shore – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/619263ee9541940007d20d60/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Ex on the beach – Pluto TV\" tvg-logo=\"https://i.imgur.com/IONkdyk.png\" group-title=\"VOD Italy\",Ex on the beach – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60940ebad67fd900072382db/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"#Riccanza – Pluto TV\" tvg-logo=\"https://i.imgur.com/oBpcWEm.png\" group-title=\"VOD Italy\",#Riccanza – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/626baa721c279b00072cbedd/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"The Hills – Pluto TV\" tvg-logo=\"https://i.imgur.com/9SRojGx.png\" group-title=\"VOD Italy\",The Hills – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6466007181844c000967f80a/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Reality – Pluto TV\" tvg-logo=\"https://i.imgur.com/tPEOeTk.png\" tvg-id=\"PlutoTVRealityItaly.it\" group-title=\"VOD Italy\",Reality – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61925f874b1ec000075e700a/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Made – Pluto TV\" tvg-logo=\"https://i.imgur.com/dguQsJ7.png\" group-title=\"VOD Italy\",Made – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6304ee20112ca70007d8accc/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"16 anni e incinta – Pluto TV\" tvg-logo=\"https://i.imgur.com/4BHrbP7.png\" group-title=\"VOD Italy\",16 anni e incinta – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60940a07d88ba90007b9cb71/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Teen Mom – Pluto TV\" tvg-logo=\"https://i.imgur.com/LdiTgeW.png\" group-title=\"VOD Italy\",Teen Mom – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62e7fc8c0d061100083946a9/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Jersey Shore – Pluto TV\" tvg-logo=\"https://i.imgur.com/HIlmQEy.png\" group-title=\"VOD Italy\",Jersey Shore – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/63eb5767da71180008ace8fc/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Top Gear – Pluto TV\" tvg-logo=\"https://i.imgur.com/ZZo7DXQ.png\" group-title=\"VOD Italy\",Top Gear – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/64c109a4798def0008a6e03e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Pimp My Ride – Pluto TV\" tvg-logo=\"https://i.imgur.com/GC2wj2K.png\" group-title=\"VOD Italy\",Pimp My Ride – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/636a4eaf77279a0007f14861/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"World poker tour – Pluto TV\" tvg-logo=\"https://i.imgur.com/AF1ON8u.png\" group-title=\"VOD Italy\",World poker tour – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608016e446d73500075ea7e0/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"PFL MMA – Pluto TV\" tvg-logo=\"https://i.imgur.com/zScgLTv.png\" group-title=\"VOD Italy\",PFL MMA – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/654a299cab05240008a12639/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Robot Wars by MECH+ – Pluto TV\" tvg-logo=\"https://i.imgur.com/vGqha3k.png\" group-title=\"VOD Italy\",Robot Wars by MECH+ – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/651581ba6a84140008593586/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Ultimate Classic Wrestling – Pluto TV\" tvg-logo=\"https://i.imgur.com/QVN5qv3.png\" group-title=\"VOD Italy\",Ultimate Classic Wrestling – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/652516fb7971630008a58e74/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"The Boat Show – Pluto TV\" tvg-logo=\"https://i.imgur.com/aDcwRvj.png\" group-title=\"VOD Italy\",The Boat Show – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/63eb58aa60bc8f0008caa8f8/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Unbeaten Sports – Pluto TV\" tvg-logo=\"https://i.imgur.com/UAiv612.png\" group-title=\"VOD Italy\",Unbeaten Sports – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/64c3b106dac71b00080a26d2/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Sport – Pluto TV\" tvg-logo=\"https://i.imgur.com/o2psAYW.png\" tvg-id=\"PlutoTVSportItaly.it\" group-title=\"VOD Italy\",Sport – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608030eff4b6f70007e1684c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Ridiculousness – Pluto TV\" tvg-logo=\"https://i.imgur.com/Yyj3Dm6.png\" group-title=\"VOD Italy\",Ridiculousness – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61fbd721e5b49e00079bfedc/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Scherzi e risate – Pluto TV\" tvg-logo=\"https://i.imgur.com/kPxGzPI.png\" group-title=\"VOD Italy\",Scherzi e risate – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/609404b0a8ec810007d8de9d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Fail army – Pluto TV\" tvg-logo=\"https://i.imgur.com/SqRDd2U.png\" group-title=\"VOD Italy\",Fail army – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608014d19a26320007c92ab6/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"People are awesome – Pluto TV\" tvg-logo=\"https://i.imgur.com/jn0OeWv.png\" group-title=\"VOD Italy\",People are awesome – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608017cbe375e400070cc981/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"The pet collective – Pluto TV\" tvg-logo=\"https://i.imgur.com/034PrSz.png\" group-title=\"VOD Italy\",The pet collective – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60801317a0ccef00072aaf75/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Just for laughs – Pluto TV\" tvg-logo=\"https://i.imgur.com/VvEz0XX.png\" group-title=\"VOD Italy\",Just for laughs – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6093f48c95132a00075fd859/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"South Park – Pluto TV\" tvg-logo=\"https://i.imgur.com/06wIdRV.png\" group-title=\"VOD Italy\",South Park – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62bc1f502b70e3000706298e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Super! Spongebob – Pluto TV\" tvg-logo=\"https://i.imgur.com/vFiwODM.png\" group-title=\"VOD Italy\",Super! Spongebob – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6093f9281db477000759fce0/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Due Fantagenitori – Pluto TV\" tvg-logo=\"https://i.imgur.com/HOvLgGK.png\" group-title=\"VOD Italy\",Due Fantagenitori – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62b57a6752a0060008bc65cd/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Yu-Gi-Oh! – Pluto TV\" tvg-logo=\"https://i.imgur.com/rmzSC1C.png\" group-title=\"VOD Italy\",Yu-Gi-Oh! – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/63eb82e24e83e70008ab735f/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Anime – Pluto TV\" tvg-logo=\"https://i.imgur.com/rhVF0eC.png\" group-title=\"VOD Italy\",Anime – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/65b90daed77d450008a43345/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Avatar – Pluto TV\" tvg-logo=\"https://i.imgur.com/KDSStnJ.png\" group-title=\"VOD Italy\",Avatar – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/624da1cd2af90c0007c13205/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Inazuma Eleven – Pluto TV\" tvg-logo=\"https://i.imgur.com/2u1ic6X.png\" tvg-id=\"PlutoTVAnimeItaly.it\" group-title=\"VOD Italy\",Inazuma Eleven – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/612375086abc84000738fc03/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Super! Rugrats – Pluto TV\" tvg-logo=\"https://i.imgur.com/QqMQZte.png\" group-title=\"VOD Italy\",Super! Rugrats – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62e8ddbbaed0390007b258a6/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Teenage Mutant Ninja Turtles – Pluto TV\" tvg-logo=\"https://i.imgur.com/bAnyjH7.png\" group-title=\"VOD Italy\",Teenage Mutant Ninja Turtles – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62619405c733e8000732d1fe/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Super! Icarly – Pluto TV\" tvg-logo=\"https://i.imgur.com/Mhl252U.png\" group-title=\"VOD Italy\",Super! Icarly – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/609401db8cf51c00084b592e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Super! Victorious – Pluto TV\" tvg-logo=\"https://i.imgur.com/ArXLm5R.png\" group-title=\"VOD Italy\",Super! Victorious – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/63c012504faf1c0007abfa93/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Super! Zoey 101 – Pluto TV\" tvg-logo=\"https://i.imgur.com/7FCQb1G.png\" group-title=\"VOD Italy\",Super! Zoey 101 – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6304ed62410a4c00083c0291/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Super! POP – Pluto TV\" tvg-logo=\"https://i.imgur.com/jlz31HP.png\" group-title=\"VOD Italy\",Super! POP – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6093f7b5bb49b90007cecaad/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Super! Gaming – Pluto TV\" tvg-logo=\"https://i.imgur.com/UB7xHRQ.png\" group-title=\"VOD Italy\",Super! Gaming – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/626192c51c279b00072c4553/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Super! Girl Power – Pluto TV\" tvg-logo=\"https://i.imgur.com/lzgp9GM.png\" group-title=\"VOD Italy\",Super! Girl Power – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/636a4ce50728d200072eebe7/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Super! Intervallo – Pluto TV\" tvg-logo=\"https://i.imgur.com/jl7ZvE5.png\" group-title=\"VOD Italy\",Super! Intervallo – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62619544b1bf740007b4154b/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Super! Spyders – Pluto TV\" tvg-logo=\"https://i.imgur.com/n89yuZh.png\" group-title=\"VOD Italy\",Super! Spyders – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/655207f8b9c8a700082c7951/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Kids – Pluto TV\" tvg-logo=\"https://i.imgur.com/ybd7A0r.png\" group-title=\"VOD Italy\",Kids – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62444e195d2ab7000861694b/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Kids Ukraine – Pluto TV\" tvg-logo=\"https://i.imgur.com/MrIlypV.png\" group-title=\"VOD Italy\",Kids Ukraine – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/622a2d8da9d8210007d918c2/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Super! Star – Pluto TV\" tvg-logo=\"https://i.imgur.com/YLtqPkF.png\" group-title=\"VOD Italy\",Super! Star – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6093f6f8351eb0000754afb8/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Super! Risate – Pluto TV\" tvg-logo=\"https://i.imgur.com/ALCbqZt.png\" group-title=\"VOD Italy\",Super! Risate – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/63eb573ba99571000897135b/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Super! Brothers and Sisters – Pluto TV\" tvg-logo=\"https://i.imgur.com/KSQvVye.png\" group-title=\"VOD Italy\",Super! Brothers and Sisters – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61925ea79541940007d20881/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"VH1+ Music Legends – Pluto TV\" tvg-logo=\"https://i.imgur.com/kJ1MDVi.png\" group-title=\"VOD Italy\",VH1+ Music Legends – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62e8cc10ca869f00078efca8/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"VH1+ Back to 90's – Pluto TV\" tvg-logo=\"https://i.imgur.com/vGgh3cs.png\" group-title=\"VOD Italy\",VH1+ Back to 90's – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6552085aab05240008b05f6c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"VH1+ Rock! – Pluto TV\" tvg-logo=\"https://i.imgur.com/P1OCuFl.png\" group-title=\"VOD Italy\",VH1+ Rock! – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/636a4173e34fd50007534542/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"VH1+ Canzoni Italiane – Pluto TV\" tvg-logo=\"https://i.imgur.com/fpQBKP2.png\" group-title=\"VOD Italy\",VH1+ Canzoni Italiane – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/63724270c7c2360007b170e8/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"VH1+ Hip Hop & Rap – Pluto TV\" tvg-logo=\"https://i.imgur.com/k1zQpiO.png\" group-title=\"VOD Italy\",VH1+ Hip Hop & Rap – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6465fef47cb4b100086ee7bd/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Deluxe Lounge HD – Pluto TV\" tvg-logo=\"https://i.imgur.com/mTXgaKl.png\" group-title=\"VOD Italy\",Deluxe Lounge HD – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6278ec6c33d85a00077ad814/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"K-Pop – Pluto TV\" tvg-logo=\"https://i.imgur.com/9Vp4rx2.png\" group-title=\"VOD Italy\",K-Pop – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60c8b75fb0a68400074b86fc/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Fireplace – Pluto TV\" tvg-logo=\"https://i.imgur.com/csk1e76.png\" group-title=\"VOD Italy\",Fireplace – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/612ce23f51cce000078eeed5/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Euronews – Pluto TV\" tvg-logo=\"https://i.imgur.com/Zpf2ykM.png\" group-title=\"VOD Italy\",Euronews – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61b86ea479a4390007c6d5fc/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"CBS News – Pluto TV\" tvg-logo=\"https://i.imgur.com/ApsK6Eq.png\" group-title=\"VOD Italy\",CBS News – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6231ec4b62cd1f0007093c7b/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Cucina – Pluto TV\" tvg-logo=\"https://i.imgur.com/KsOhaOn.png\" tvg-id=\"PlutoTVCucinaItaly.it\" group-title=\"VOD Italy\",Cucina – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa718a8ec810007d87fee/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Real life – Pluto TV\" tvg-logo=\"https://i.imgur.com/FpwqJYw.png\" tvg-id=\"PlutoTVRealLifeItaly.it\" group-title=\"VOD Italy\",Real life – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60801976f92a750007a0699c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Naturescape – Pluto TV\" tvg-logo=\"https://i.imgur.com/CGB6qiV.png\" group-title=\"VOD Italy\",Naturescape – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/610a9ebe8c2ac2000734776e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Natura – Pluto TV\" tvg-logo=\"https://i.imgur.com/Pc4gx12.png\" tvg-id=\"PlutoTVNaturaItaly.it\" group-title=\"VOD Italy\",Natura – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60802b37709d6b0007b0c549/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Storia – Pluto TV\" tvg-logo=\"https://i.imgur.com/w5BYvsz.png\" group-title=\"VOD Italy\",Storia – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/65253fdf3fd33c00080214a3/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Documentari – Pluto TV\" tvg-logo=\"https://i.imgur.com/0jYrODf.png\" tvg-id=\"PlutoTVDocumentariItaly.it\" group-title=\"VOD Italy\",Documentari – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa8a5709d6b0007b132fe/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Viaggi – Pluto TV\" tvg-logo=\"https://i.imgur.com/3GJg0uy.png\" group-title=\"VOD Italy\",Viaggi – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/63c923944207be0007fd0887/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"House of Docs – Pluto TV\" tvg-logo=\"https://i.imgur.com/pFLQ18m.png\" group-title=\"VOD Italy\",House of Docs – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6536608b4f123d000876b78b/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Le vite degli altri – Pluto TV\" tvg-logo=\"https://i.imgur.com/nngMFi5.png\" group-title=\"VOD Italy\",Le vite degli altri – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/653660b4295b840008a70ba3/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n"
  },
  {
    "path": "playlists/playlist_albania.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"Kanali 7 Ⓢ\" tvg-logo=\"https://i.imgur.com/rL2v9pM.png\" tvg-id=\"Kanali7.al\" tvg-country=\"AL\" group-title=\"Albania\",Kanali 7 Ⓢ\nhttps://fe.tring.al/delta/105/out/u/1200_1.m3u8\n#EXTINF:-1 tvg-name=\"A2 CNN Albania\" tvg-logo=\"https://i.imgur.com/TgO3Lzi.png\" tvg-id=\"A2CNN.al\" tvg-country=\"AL\" group-title=\"Albania\",A2 CNN Albania\nhttps://tv.a2news.com/live/smil:a2cnnweb.stream.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"ABC News Albania Ⓣ\" tvg-logo=\"https://i.imgur.com/aObcudw.png\" tvg-id=\"ABCNewsAlbania.al\" tvg-country=\"AL\" group-title=\"Albania\",ABC News Albania Ⓣ\nhttps://www.twitch.tv/abcnewsal\n#EXTINF:-1 tvg-name=\"AlbKanale Music TV Ⓢ\" tvg-logo=\"https://i.imgur.com/JdKxscs.png\" tvg-id=\"AlbKanaleMusicTV.al\" tvg-country=\"AL\" group-title=\"Albania\",AlbKanale Music TV Ⓢ\nhttps://albportal.net/albkanalemusic.m3u8\n#EXTINF:-1 tvg-name=\"Alpo TV\" tvg-logo=\"https://i.imgur.com/Pr4ixiA.png\" tvg-id=\"AlpoTV.al\" tvg-country=\"AL\" group-title=\"Albania\",Alpo TV\nhttps://5d00db0e0fcd5.streamlock.net/7236/7236/playlist.m3u8\n#EXTINF:-1 tvg-name=\"CNA\" tvg-logo=\"https://i.imgur.com/X3ukD5t.png\" tvg-id=\"CNA.al\" tvg-country=\"AL\" group-title=\"Albania\",CNA\nhttps://live1.mediadesk.al/cnatvlive.m3u8\n#EXTINF:-1 tvg-name=\"Euronews Albania Ⓨ\" tvg-logo=\"https://i.imgur.com/Skf6vdi.png\" tvg-id=\"EuronewsAlbania.al\" tvg-country=\"AL\" group-title=\"Albania\",Euronews Albania Ⓨ\nhttps://www.youtube.com/@EuronewsAlbania/live\n#EXTINF:-1 tvg-name=\"News 24 Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/2d/News_24_%28Albania%29.svg/1024px-News_24_%28Albania%29.svg.png\" tvg-id=\"News24.al\" tvg-country=\"AL\" group-title=\"Albania\",News 24 Ⓢ\nhttps://tv.balkanweb.com/news24/livestream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Ora News\" tvg-logo=\"https://i.imgur.com/ILZY5bJ.png\" tvg-id=\"OraNews.al\" tvg-country=\"AL\" group-title=\"Albania\",Ora News\nhttps://live1.mediadesk.al/oranews.m3u8\n#EXTINF:-1 tvg-name=\"Panorama TV Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/24/Panorama_logo.svg/512px-Panorama_logo.svg.png\" tvg-id=\"PanoramaTV.al\" tvg-country=\"AL\" group-title=\"Albania\",Panorama TV Ⓢ\nhttp://198.244.188.94/panorama/livestream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Report TV\" tvg-logo=\"https://i.imgur.com/yuRDJYY.png\" tvg-id=\"ReportTV.al\" tvg-country=\"AL\" group-title=\"Albania\",Report TV\nhttps://deb10stream.duckdns.org/hls/stream.m3u8\n#EXTINF:-1 tvg-name=\"Syri\" tvg-logo=\"https://i.imgur.com/4zVyj1M.png\" tvg-id=\"Syri.al\" tvg-country=\"AL\" group-title=\"Albania\",Syri\nhttps://stream.syritv.al/SyriTV/index.m3u8\n#EXTINF:-1 tvg-name=\"Top News Ⓣ\" tvg-logo=\"https://i.imgur.com/tBAXkOW.png\" tvg-id=\"TopNews.al\" tvg-country=\"AL\" group-title=\"Albania\",Top News Ⓣ\nhttps://www.twitch.tv/topnewsal\n#EXTINF:-1 tvg-name=\"Tropoja\" tvg-logo=\"https://i.imgur.com/D3hNOVS.png\" tvg-id=\"TropojaTelevizion.al\" tvg-country=\"AL\" group-title=\"Albania\",Tropoja\nhttps://live.prostream.al/al/smil:tropojatv.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TV 7 Albania\" tvg-logo=\"https://i.imgur.com/k9WqPLZ.png\" tvg-id=\"TV7Albania.al\" tvg-country=\"AL\" group-title=\"Albania\",TV 7 Albania\nhttps://5d00db0e0fcd5.streamlock.net/7064/7064/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TV Apollon Ⓢ\" tvg-logo=\"https://i.imgur.com/gUz2AjM.png\" tvg-id=\"TVApollon.al\" tvg-country=\"AL\" group-title=\"Albania\",TV Apollon Ⓢ\nhttps://live.apollon.tv/Apollon-WEB/video.m3u8?token=tnt3u76re30d2\n#EXTINF:-1 tvg-name=\"Vizion Plus\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/f/fc/Vizion_Plus.svg/512px-Vizion_Plus.svg.png\" tvg-id=\"VizionPlus.al\" tvg-country=\"AL\" group-title=\"Albania\",Vizion Plus\nhttps://fe.tring.al/delta/105/out/u/rdghfhsfhfshs.m3u8\n"
  },
  {
    "path": "playlists/playlist_andorra.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"Andorra TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/3/32/Logo_Andorra_Televisi%C3%B3.png\" tvg-id=\"AndorraTV.ad\" tvg-country=\"AD\" group-title=\"Andorra\",Andorra TV\nhttps://videos.rtva.ad/live/rtva/playlist.m3u8\n"
  },
  {
    "path": "playlists/playlist_argentina.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"TN Todo Noticias Ⓨ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/4/4f/TN_todo_noticias_logo.svg/200px-TN_todo_noticias_logo.svg.png\" tvg-id=\"TodoNoticias.ar\" tvg-country=\"AR\" group-title=\"Argentina\",TN Todo Noticias Ⓨ\nhttps://www.youtube.com/c/todonoticias/live\n#EXTINF:-1 tvg-name=\"Encuentro Ⓨ Ⓖ\" tvg-logo=\"https://i.imgur.com/IyP2UIx.png\" tvg-id=\"Encuentro.ar\" tvg-country=\"AR\" group-title=\"Argentina\",Encuentro Ⓨ Ⓖ\nhttps://www.youtube.com/user/encuentro/live\n#EXTINF:-1 tvg-name=\"Pakapaka Ⓨ Ⓖ\" tvg-logo=\"https://i.imgur.com/Q4zaCuM.png\" tvg-id=\"Pakapaka.ar\" tvg-country=\"AR\" group-title=\"Argentina\",Pakapaka Ⓨ Ⓖ\nhttps://www.youtube.com/user/CanalPakapaka/live\n#EXTINF:-1 tvg-name=\"Aunar\" tvg-logo=\"http://tvabierta.weebly.com/uploads/5/1/3/4/51344345/aunar.png\" tvg-id=\"Aunar.ar\" tvg-country=\"AR\" group-title=\"Argentina\",Aunar\nhttps://5fb24b460df87.streamlock.net/live-cont.ar/mirador/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Cine.AR\" tvg-logo=\"https://i.imgur.com/RPLyrIC.png\" tvg-id=\"CineAr.ar\" tvg-country=\"AR\" group-title=\"Argentina\",Cine.AR\nhttps://5fb24b460df87.streamlock.net/live-cont.ar/cinear/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tec TV\" tvg-logo=\"https://i.imgur.com/EGCq1wc.png\" tvg-id=\"TECTV.ar\" tvg-country=\"AR\" group-title=\"Argentina\",Tec TV\nhttps://tv.initium.net.ar:3939/live/tectvmainlive.m3u8\n#EXTINF:-1 tvg-name=\"Televisión Pública Ⓨ\" tvg-logo=\"https://i.imgur.com/4hYYpiu.png\" tvg-id=\"TVPublica.ar\" tvg-country=\"AR\" group-title=\"Argentina\",Televisión Pública Ⓨ\nhttps://www.youtube.com/user/TVPublicaArgentina/live\n#EXTINF:-1 tvg-name=\"DeporTV\" tvg-logo=\"https://i.imgur.com/iyYLNRt.png\" tvg-id=\"DeporTV.ar\" tvg-country=\"AR\" group-title=\"Argentina\",DeporTV\nhttps://5fb24b460df87.streamlock.net/live-cont.ar/deportv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Canal 26 Ⓨ\" tvg-logo=\"https://i.imgur.com/xDjOUuz.png\" tvg-id=\"Canal26.ar\" tvg-country=\"AR\" group-title=\"Argentina\",Canal 26 Ⓨ\nhttps://www.youtube.com/c/canal26/live\n#EXTINF:-1 tvg-name=\"Crónica TV Ⓨ\" tvg-logo=\"https://i.imgur.com/k2Ku8Ib.png\" tvg-id=\"CronicaTV.ar\" tvg-country=\"AR\" group-title=\"Argentina\",Crónica TV Ⓨ\nhttps://www.youtube.com/c/cronicatv/live\n#EXTINF:-1 tvg-name=\"IP Noticias Ⓨ\" tvg-logo=\"https://photos.live-tv-channels.org/tv-logo/ar-ip-noticias-6980-300x225.jpg\" tvg-id=\"IPNoticias.ar\" tvg-country=\"AR\" group-title=\"Argentina\",IP Noticias Ⓨ\nhttps://www.youtube.com/watch?v=IxQ2-6Y4y9w\n#EXTINF:-1 tvg-name=\"El Destape Ⓨ\" tvg-logo=\"https://yt3.ggpht.com/a-/AAuE7mAuXDwiY8UPwtAHrGXTXkAxBjdRqws2MJIN2A=s900-mo-c-c0xffffffff-rj-k-no\" tvg-id=\"ElDestape.ar\" tvg-country=\"AR\" group-title=\"Argentina\",El Destape Ⓨ\nhttps://www.youtube.com/watch?v=JuskTxbUqmY\n#EXTINF:-1 tvg-name=\"C5N Ⓨ\" tvg-logo=\"https://i.imgur.com/E3pamA5.png\" tvg-id=\"C5N.ar\" tvg-country=\"AR\" group-title=\"Argentina\",C5N Ⓨ\nhttps://www.youtube.com/c/c5n/live\n#EXTINF:-1 tvg-name=\"LN+ Ⓨ\" tvg-logo=\"https://i.imgur.com/vJYzGt1.png\" tvg-id=\"LaNacionPlus.ar\" tvg-country=\"AR\" group-title=\"Argentina\",LN+ Ⓨ\nhttps://www.youtube.com/c/LaNacionMas/live\n#EXTINF:-1 tvg-name=\"Canal E\" tvg-logo=\"https://i.ibb.co/y4pkxH3/Qtc8-M2-PG-400x400.jpg\" tvg-id=\"CanalE.ar\" tvg-country=\"AR\" group-title=\"Argentina\",Canal E\nhttps://unlimited1-us.dps.live/perfiltv/perfiltv.smil/perfiltv/livestream2/chunks.m3u8\n#EXTINF:-1 tvg-name=\"Telemax\" tvg-logo=\"https://i.imgur.com/gfX0hdB.png\" tvg-id=\"Telemax.ar\" tvg-country=\"AR\" group-title=\"Argentina\",Telemax\nhttps://live-edge01.telecentro.net.ar/live/smil:tlx.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Net TV\" tvg-logo=\"https://i.imgur.com/EWmshtx.png\" tvg-id=\"NETTV.ar\" tvg-country=\"AR\" group-title=\"Argentina\",Net TV\nhttps://unlimited1-us.dps.live/nettv/nettv.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TV Universidad\" tvg-logo=\"https://i.imgur.com/tvLHiAT.png\" tvg-id=\"TVUniversidad.ar\" tvg-country=\"AR\" group-title=\"Argentina\",TV Universidad\nhttps://stratus.stream.cespi.unlp.edu.ar/hls/tvunlp.m3u8\n#EXTINF:-1 tvg-name=\"Barricada TV\" tvg-logo=\"https://www.barricadatv.org/?p=23082\" tvg-id=\"BarricadaTV.ar\" tvg-country=\"AR\" group-title=\"Argentina\",Barricada TV\nhttps://live-ak.vimeocdn.com/exp=1696402364~acl=%2F9f41e203-241b-4eb7-b0b5-b1839903408f%2F%2A~hmac=d4819f301510676a986bfe610b664765ee2b1a23e1e1ca3214398f949a0b2778/9f41e203-241b-4eb7-b0b5-b1839903408f/hls.m3u8?min_seconds=30\n#EXTINF:-1 tvg-name=\"Urbana Tevé\" tvg-logo=\"https://yt3.ggpht.com/ytc/AKedOLQLeFMWMeoumi-o24ohLPXSEdNL5-oJ9W5oP5KnnA=s900-c-k-c0x00ffffff-no-rj\" tvg-id=\"UrbanaTeve.ar\" tvg-country=\"AR\" group-title=\"Argentina\",Urbana Tevé\nhttps://cdnhd.iblups.com/hls/DD3nXkAkWk.m3u8\n#EXTINF:-1 tvg-name=\"Comarca TV\" tvg-logo=\"http://directostv.teleame.com/wp-content/uploads/2020/10/Comarca-TV-en-vivo-Online.png\" tvg-id=\"ComarcaTV.ar\" tvg-country=\"AR\" group-title=\"Argentina\",Comarca TV\nhttps://video-weaver.ord56.hls.ttvnw.net/v1/playlist/Cq4FFLOPxq44Qy0kxjcr_wXuRRwjKU6gJ80Tc5eWRkaz5XdeNfeq7DzoNAstinu7BLtnw7jYDANX5yCDozdlS55_kYfuDyqQhwF0JpzU75lDUv5NOuUVWBwlP0m1Bh1JMn21v_OvA_teSCI7hcIFl2DoINrr8bHnpSS8EUvXNesfdX_LcfQH-clqftQ0sCreLIbTvxI5MyL6Wnm8jGh2yg48A2c_k9YHDH6TpM3tLo-pbRrrfByqMq-IoMQREf5DV_sTfHtAzinQQU3Np309s2ScJwcBlAjzz4VJ7svuJ1UbWBBylenSTnrXQW5Vws7OqG2kcoAHHpAQN6BQCpxaXO6dE7MLg7Nq6E7961fHEVSqFCRQg2Y5orbSsEwMo7_S4s5POZSQX1tn04QDuHfLixx-aBcbctSSFmI1CNZ3YDCEZVvWHOU6SyKQcsZeJCFLA1DsxqY3DeAn6n7xpPS4pdsizKqlqsT66liv_L-48h7jGujNZPDHge0fcgUs_7b7jlKJlKv-S_s1mGgLqPEUEQ8dhn5AugB0kfjAGgcTHIP_qLPRY0M7OikuBaMxh1pUpPkVG9AX4jCg1cwCgcfa64OP9ed4pwMjoiKm0dIfytTQ8hWjwXtkv16nJDfZ3kkqaMnM8ErZG6tRw-JVy3nRooKubY7Re0Fc1RHB85_eX2NYQD88N7r-UgaiO2ax0FQ-E_IdfuwSmp5oDy6Di6pT7r_zDRN3znbV64s4i-INUg-D2Leeq4xqYhe_Zhj-3AoxXDWCB0-DCc1kFEComkNpY01YA19zEm01TKLCbdaJwdC6bQpSEoJkOCoPAMnxm7oPNlqZRbhM4TVCJ34f4Y1guzaDomcEABl4Cii2UF-OhskRUZF-SUWjWdO6z62UqZagzG2QOTr6VBH-ItT_16fLsRUaDGTVKzgYHT8XcSqTkyABKgl1cy1lYXN0LTEwjQY.m3u8\n#EXTINF:-1 tvg-name=\"El Trece\" tvg-logo=\"https://i.imgur.com/ZK7AQFg.png\" tvg-id=\"ElTrece.ar\" tvg-country=\"AR\" group-title=\"Argentina\",El Trece\nhttps://live-01-02-eltrece.vodgc.net/eltrecetv/index.m3u8\n#EXTINF:-1 tvg-name=\"El Nueve\" tvg-logo=\"https://i.imgur.com/EtcVSm4.png\" tvg-id=\"ElNueve.ar\" tvg-country=\"AR\" group-title=\"Argentina\",El Nueve\nhttps://octubre-live.cdn.vustreams.com/live/channel09/live.isml/live.m3u8\n#EXTINF:-1 tvg-name=\"Telefe Ⓨ\" tvg-logo=\"https://i.imgur.com/wrZfMXn.png\" tvg-id=\"Telefe.ar\" tvg-country=\"AR\" group-title=\"Argentina\",Telefe Ⓨ\nhttps://telefe.com/Api/Videos/GetSourceUrl/694564/0/HLS?.m3u8\n#EXTINF:-1 tvg-name=\"América Ⓨ\" tvg-logo=\"https://i.imgur.com/Jt7dOQm.png\" tvg-id=\"AmericaTV.ar\" tvg-country=\"AR\" group-title=\"Argentina\",América Ⓨ\nhttps://www.youtube.com/c/americaenvivo/live\n#EXTINF:-1 tvg-name=\"A24 Ⓨ\" tvg-logo=\"https://i.imgur.com/OdhF7ym.png\" tvg-id=\"A24.ar\" tvg-country=\"AR\" group-title=\"Argentina\",A24 Ⓨ\nhttps://www.youtube.com/c/A24com/live\n"
  },
  {
    "path": "playlists/playlist_armenia.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"Armenia 1\" tvg-logo=\"https://i.imgur.com/HIwJ4lc.png\" tvg-id=\"Armenia1.am\" tvg-country=\"AM\" group-title=\"Armenia\",Armenia 1\nhttps://amtv1.livestreamingcdn.com/am2abr/index.m3u8\n#EXTINF:-1 tvg-name=\"Kentron TV Ⓢ\" tvg-logo=\"https://i.imgur.com/eCaxBFn.png\" tvg-id=\"KentronTV.am\" tvg-country=\"AM\" group-title=\"Armenia\",Kentron TV Ⓢ\nhttps://gineu9.bozztv.com/gin-36bay2/gin-kentron/tracks-v1a1/mono.m3u8\n#EXTINF:-1 tvg-name=\"Armenia TV Ⓢ\" tvg-logo=\"https://i.imgur.com/UnoI5uM.png\" tvg-id=\"ArmeniaTV.am\" tvg-country=\"AM\" group-title=\"Armenia\",Armenia TV Ⓢ\nhttps://cdn.hayastantv.com:8088/armenia/tracks-v1a1/mono.m3u8\n#EXTINF:-1 tvg-name=\"5TV Ⓢ\" tvg-logo=\"https://i.imgur.com/jOGZZDo.png\" tvg-id=\"5TV.am\" tvg-country=\"AM\" group-title=\"Armenia\",5TV Ⓢ\nhttps://cdn.hayastantv.com:8088/5tv/tracks-v1a1/mono.m3u8\n"
  },
  {
    "path": "playlists/playlist_australia.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"ABC\" tvg-logo=\"https://i.imgur.com/5CVl5EF.png\" tvg-id=\"ABCTV.au\" tvg-country=\"AU\" group-title=\"Australia\",ABC\nhttps://c.mjh.nz/101002210221/\n#EXTINF:-1 tvg-name=\"TVSN\" tvg-logo=\"https://i.imgur.com/p3QCBOo.png\" tvg-id=\"TVSN.au\" tvg-country=\"AU\" group-title=\"Australia\",TVSN\nhttps://tvsn-i.akamaihd.net/hls/live/261837/tvsn/tvsn_750.m3u8\n#EXTINF:-1 tvg-name=\"ABC Me\" tvg-logo=\"https://i.imgur.com/gBh54wY.png\" tvg-id=\"ABCMe.au\" tvg-country=\"AU\" group-title=\"Australia\",ABC Me\nhttps://c.mjh.nz/101002210224/\n#EXTINF:-1 tvg-name=\"ABC News\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/thumb/d/df/ABC_News_Channel.svg/640px-ABC_News_Channel.svg.png\" tvg-id=\"ABCNews.au\" tvg-country=\"AU\" group-title=\"Australia\",ABC News\nhttps://abc-iview-mediapackagestreams-2.akamaized.net/out/v1/6e1cc6d25ec0480ea099a5399d73bc4b/index.m3u8\n#EXTINF:-1 tvg-name=\"M4TV\" tvg-logo=\"https://i.imgur.com/HZohlNk.png\" tvg-id=\"M4TV.au\" tvg-country=\"AU\" group-title=\"Australia\",M4TV\nhttps://5a32c05065c79.streamlock.net/live/stream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Racing.com\" tvg-logo=\"https://i.imgur.com/pma0OCf.png\" tvg-id=\"Racingcom.au\" tvg-country=\"AU\" group-title=\"Australia\",Racing.com\nhttps://racingvic-i.akamaized.net/hls/live/598695/racingvic/1500.m3u8\n#EXTINF:-1 tvg-name=\"9Go! Ⓖ\" tvg-logo=\"https://i.imgur.com/1CFGu5O.png\" tvg-id=\"9Go.au\" tvg-country=\"AU\" group-title=\"Australia\",9Go! Ⓖ\nhttps://9now-livestreams.akamaized.net/hls/live/2008312/go-syd/master.m3u8\n#EXTINF:-1 tvg-name=\"9Life Ⓖ\" tvg-logo=\"https://i.imgur.com/ZCUiqlL.png\" tvg-id=\"9Life.au\" tvg-country=\"AU\" group-title=\"Australia\",9Life Ⓖ\nhttps://9now-livestreams.akamaized.net/hls/live/2008313/life-syd/master.m3u8\n#EXTINF:-1 tvg-name=\"9Rush Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/c/c2/Logo_of_9RUSH.png\" tvg-id=\"9Rush.au\" tvg-country=\"AU\" group-title=\"Australia\",9Rush Ⓖ\nhttps://9now-livestreams.akamaized.net/hls/live/2010626/rush-syd/master.m3u8\n"
  },
  {
    "path": "playlists/playlist_austria.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"ORF 1 Ⓖ\" tvg-logo=\"https://i.imgur.com/ft2LuRl.jpg\" tvg-id=\"ORF1.at\" tvg-country=\"AT\" group-title=\"Austria\",ORF 1 Ⓖ\nhttps://orf1.mdn.ors.at/out/u/orf1/q8c/manifest.m3u8\n#EXTINF:-1 tvg-name=\"ORF 2 Ⓖ\" tvg-logo=\"https://i.imgur.com/yPVDaXv.png\" tvg-id=\"ORF2.at\" tvg-country=\"AT\" group-title=\"Austria\",ORF 2 Ⓖ\nhttps://orf2.mdn.ors.at/out/u/orf2/q8c/manifest.m3u8\n#EXTINF:-1 tvg-name=\"ORF III Ⓖ\" tvg-logo=\"https://i.imgur.com/6BuiUE7.png\" tvg-id=\"ORFIII.at\" tvg-country=\"AT\" group-title=\"Austria\",ORF III Ⓖ\nhttps://orf3.mdn.ors.at/out/u/orf3/q8c/manifest.m3u8\n#EXTINF:-1 tvg-name=\"ORF Sport + Ⓖ\" tvg-logo=\"https://i.imgur.com/MVNZ4gf.png\" tvg-id=\"ORFSportPlus.at\" tvg-country=\"AT\" group-title=\"Austria\",ORF Sport + Ⓖ\nhttps://orfs.mdn.ors.at/out/u/orfs/q8c/manifest.m3u8\n#EXTINF:-1 tvg-name=\"Servus TV Ⓖ\" tvg-logo=\"https://i.imgur.com/zDWhSxq.png\" tvg-id=\"ServusTVOsterreich.at\" tvg-country=\"AT\" group-title=\"Austria\",Servus TV Ⓖ\nhttps://rbmn-live.akamaized.net/hls/live/2002825/geoSTVATweb/master.m3u8\n#EXTINF:-1 tvg-name=\"oe24\" tvg-logo=\"https://i.imgur.com/8UTkcPn.png\" tvg-id=\"Oe24TV.at\" tvg-country=\"AT\" group-title=\"Austria\",oe24\nhttps://varoe24live.sf.apa.at/oe24-live1/oe24.smil/chunklist_b1900000.m3u8\n#EXTINF:-1 tvg-name=\"W24\" tvg-logo=\"https://i.imgur.com/PGb4wYw.png\" tvg-id=\"W24.at\" tvg-country=\"AT\" group-title=\"Austria\",W24\nhttps://ms01.w24.at/W24/smil:liveevent.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"P3TV\" tvg-logo=\"https://i.imgur.com/1sPhZ57.png\" tvg-id=\"P3tv.at\" tvg-country=\"AT\" group-title=\"Austria\",P3TV\nhttp://p3-6.mov.at:1935/live/weekstream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"RTV\" tvg-logo=\"https://i.imgur.com/oD7GQxT.png\" tvg-id=\"RTV.at\" tvg-country=\"AT\" group-title=\"Austria\",RTV\nhttp://iptv.rtv-ooe.at/stream.m3u8\n#EXTINF:-1 tvg-name=\"RTS Ⓖ\" tvg-logo=\"https://i.imgur.com/Bhv7lvy.png\" tvg-id=\"TVTV.at\" tvg-country=\"AT\" group-title=\"Austria\",RTS Ⓖ\nhttps://58b42f6c8c9bf.streamlock.net:8080/live/RTS2015/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tirol TV Ⓖ\" tvg-logo=\"https://i.imgur.com/1E7Nflo.jpg\" tvg-id=\"TirolTV.at\" tvg-country=\"AT\" group-title=\"Austria\",Tirol TV Ⓖ\nhttp://lb.hd-livestream.de:1935/live/TirolTV/playlist.m3u8\n#EXTINF:-1 tvg-name=\"R9\" tvg-logo=\"https://i.imgur.com/2fxVYsL.jpg\" tvg-id=\"R9.at\" tvg-country=\"AT\" group-title=\"Austria\",R9\nhttps://ms01.w24.at/R9/smil:liveeventR9.smil/playlist.m3u8\n"
  },
  {
    "path": "playlists/playlist_azerbaijan.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"ARB 24\" tvg-logo=\"https://i.imgur.com/mtvIFyq.png\" tvg-id=\"ARB24.az\" tvg-country=\"AZ\" group-title=\"Azerbaijan\",ARB 24\nhttp://85.132.81.184:8080/arb/live/index.m3u8\n#EXTINF:-1 tvg-name=\"ARB Günəş Ⓢ\" tvg-logo=\"https://i.imgur.com/dSg7KUK.png\" tvg-id=\"ArbGunes.az\" tvg-country=\"AZ\" group-title=\"Azerbaijan\",ARB Günəş Ⓢ\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=ARMGunes\n#EXTINF:-1 tvg-name=\"ARB Ⓢ\" tvg-logo=\"https://i.imgur.com/E97M2OL.png\" tvg-id=\"ARB.az\" tvg-country=\"AZ\" group-title=\"Azerbaijan\",ARB Ⓢ\nhttp://109.205.166.68/server124/arb/index.m3u8\n#EXTINF:-1 tvg-name=\"Azad TV Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/e/e7/ATV_%282012-h.h.%29.png/474px-ATV_%282012-h.h.%29.png\" tvg-id=\"AzadTV.az\" tvg-country=\"AZ\" group-title=\"Azerbaijan\",Azad TV Ⓢ\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=ATVAz\n#EXTINF:-1 tvg-name=\"AzStarTV\" tvg-logo=\"https://i.imgur.com/di3XX5L.png\" tvg-id=\"AzStarTV.ca\" tvg-country=\"AZ\" group-title=\"Azerbaijan\",AzStarTV\nhttp://live.azstartv.com/azstar/smil:azstar.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"AZTV Ⓢ\" tvg-logo=\"https://i.imgur.com/snBMMeH.png\" tvg-id=\"AZTV.az\" tvg-country=\"AZ\" group-title=\"Azerbaijan\",AZTV Ⓢ\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=AZTV\n#EXTINF:-1 tvg-name=\"Baku TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/3/3b/Baku_TV_%282018%29.png/640px-Baku_TV_%282018%29.png\" tvg-id=\"BakuTV.az\" tvg-country=\"AZ\" group-title=\"Azerbaijan\",Baku TV\nhttps://rtmp.baku.tv/live/bakutv_720p.m3u8\n#EXTINF:-1 tvg-name=\"CBC\" tvg-logo=\"https://i.imgur.com/wVT0dwO.png\" tvg-id=\"CBC.az\" tvg-country=\"AZ\" group-title=\"Azerbaijan\",CBC\nhttps://stream.cbctv.az:5443/LiveApp/streams/cbctv.m3u8\n#EXTINF:-1 tvg-name=\"CBC Sport Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/az/0/04/CBC_Sport_TV_loqo.png\" tvg-id=\"CBCSport.az\" tvg-country=\"AZ\" group-title=\"Azerbaijan\",CBC Sport Ⓖ\nhttps://mn-nl.mncdn.com/cbcsports_live/cbcsports/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Dünya TV Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/az/5/5d/D%C3%BCnya_TV_%282019-h.h.%29.png\" tvg-id=\"DunyaTV.az\" tvg-country=\"AZ\" group-title=\"Azerbaijan\",Dünya TV Ⓢ\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=Dunya\n#EXTINF:-1 tvg-name=\"İctimai TV Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/f/ff/%C4%B0ctimai_TV_%282021-h.h.%29.svg/470px-%C4%B0ctimai_TV_%282021-h.h.%29.svg.png\" tvg-id=\"IctimaiTV.az\" tvg-country=\"AZ\" group-title=\"Azerbaijan\",İctimai TV Ⓢ\nhttp://109.205.166.68/server124/ictimai_tv/index.m3u8\n#EXTINF:-1 tvg-name=\"İdman TV Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/az/thumb/8/88/%C4%B0dman_Az%C9%99rbaycan_TV_loqo_%282019-h.h.%29.png/640px-%C4%B0dman_Az%C9%99rbaycan_TV_loqo_%282019-h.h.%29.png\" tvg-id=\"IdmanTV.az\" tvg-country=\"AZ\" group-title=\"Azerbaijan\",İdman TV Ⓢ\nhttp://109.205.166.68/server124/idman_az/index.m3u8\n#EXTINF:-1 tvg-name=\"Kanal S\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/Kanal_S_%282022%29.png/616px-Kanal_S_%282022%29.png\" tvg-id=\"KanalS.az\" tvg-country=\"AZ\" group-title=\"Azerbaijan\",Kanal S\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=KanalS\n#EXTINF:-1 tvg-name=\"Mədəniyyət TV Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/f/fc/M%C9%99d%C9%99niyy%C9%99t_TV_logo.png\" tvg-id=\"MedeniyyetTV.az\" tvg-country=\"AZ\" group-title=\"Azerbaijan\",Mədəniyyət TV Ⓢ\nhttps://str.yodacdn.net/medeniyyet/index.m3u8\n#EXTINF:-1 tvg-name=\"Real TV\" tvg-logo=\"https://i.imgur.com/e2KFL0R.png\" tvg-id=\"RealTV.az\" tvg-country=\"AZ\" group-title=\"Azerbaijan\",Real TV\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=RealTV\n#EXTINF:-1 tvg-name=\"Space TV Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/24/Space_TV_loqosu_%282023-h.h.%29.png/296px-Space_TV_loqosu_%282023-h.h.%29.png\" tvg-id=\"SpaceTV.az\" tvg-country=\"AZ\" group-title=\"Azerbaijan\",Space TV Ⓢ\nhttp://109.205.166.68/server124/space_tv/index.m3u8\n#EXTINF:-1 tvg-name=\"TMB Azərbaycan\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/az/c/c2/TMB_TV_loqosu.png\" tvg-country=\"AZ\" group-title=\"Azerbaijan\",TMB Azərbaycan\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=TMBAzerbaijan\n#EXTINF:-1 tvg-name=\"Xəzər TV Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/a/a5/X%C9%99z%C9%99r_TV_%282023%29.png\" tvg-id=\"XezerTV.az\" tvg-country=\"AZ\" group-title=\"Azerbaijan\",Xəzər TV Ⓢ\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=Xezer\n#EXTINF:-1 tvg-name=\"Səhiyyə TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/az/thumb/c/cd/S%C9%99hiyy%C9%99_TV.png/640px-S%C9%99hiyy%C9%99_TV.png\" tvg-id=\"SehiyyeTV.az\" tvg-country=\"AZ\" group-title=\"Azerbaijan\",Səhiyyə TV\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=SehiyyeTV\n#EXTINF:-1 tvg-name=\"VIP HD\" tvg-logo=\"https://tvtolive.com/wp-content/uploads/VIP-TV-tvtolive.com_.jpg\" tvg-country=\"AZ\" group-title=\"Azerbaijan\",VIP HD\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=AZ_VIP\n#EXTINF:-1 tvg-name=\"MTV Azerbaijan Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/0/00/MTV_Az%C9%99rbaycan_%282022%29.png/622px-MTV_Az%C9%99rbaycan_%282022%29.png\" tvg-id=\"MTVAzerbaijan.az\" tvg-country=\"AZ\" group-title=\"Azerbaijan\",MTV Azerbaijan Ⓢ\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=MTVAzerbaijan\n"
  },
  {
    "path": "playlists/playlist_belarus.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"Беларусь 1\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/a/ac/Belarus_1_logo.svg/742px-Belarus_1_logo.svg.png\" tvg-id=\"Belarus1.by\" tvg-country=\"BY\" group-title=\"Belarus\",Беларусь 1\nhttps://ngtrk.dc.beltelecom.by/ngtrk/smil:belarus1.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Беларусь 2\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Belarus_2_logo.svg/742px-Belarus_2_logo.svg.png\" tvg-id=\"Belarus2.by\" tvg-country=\"BY\" group-title=\"Belarus\",Беларусь 2\nhttps://ngtrk.dc.beltelecom.by/ngtrk/smil:belarus2.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Беларусь 3\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/5/5c/Belarus_3_logo.svg/742px-Belarus_3_logo.svg.png\" tvg-id=\"Belarus3.by\" tvg-country=\"BY\" group-title=\"Belarus\",Беларусь 3\nhttps://ngtrk.dc.beltelecom.by/ngtrk/smil:belarus3.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"ОНТ Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/3/3d/%D0%9B%D0%BE%D0%B3%D0%BE%D1%82%D0%B8%D0%BF_%D1%82%D0%B5%D0%BB%D0%B5%D0%BA%D0%B0%D0%BD%D0%B0%D0%BB%D0%B0_%C2%AB%D0%9E%D0%9D%D0%A2%C2%BB.svg/991px-%D0%9B%D0%BE%D0%B3%D0%BE%D1%82%D0%B8%D0%BF_%D1%82%D0%B5%D0%BB%D0%B5%D0%BA%D0%B0%D0%BD%D0%B0%D0%BB%D0%B0_%C2%AB%D0%9E%D0%9D%D0%A2%C2%BB.svg.png\" tvg-id=\"ONT.by\" tvg-country=\"BY\" group-title=\"Belarus\",ОНТ Ⓢ\nhttps://stream.dc.beltelecom.by/ont/ont/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Беларусь 5\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/7/71/Belarus_5_logo.svg/742px-Belarus_5_logo.svg.png\" tvg-id=\"Belarus5.by\" tvg-country=\"BY\" group-title=\"Belarus\",Беларусь 5\nhttps://ngtrk.dc.beltelecom.by/ngtrk/smil:belarus5.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"СТВ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/3/33/%D0%9B%D0%BE%D0%B3%D0%BE%D1%82%D0%B8%D0%BF_%D0%B1%D0%B5%D0%BB%D0%BE%D1%80%D1%83%D1%81%D1%81%D0%BA%D0%BE%D0%B3%D0%BE_%D1%82%D0%B5%D0%BB%D0%B5%D0%BA%D0%B0%D0%BD%D0%B0%D0%BB%D0%B0_%C2%AB%D0%A1%D0%A2%D0%92%C2%BB.svg/640px-%D0%9B%D0%BE%D0%B3%D0%BE%D1%82%D0%B8%D0%BF_%D0%B1%D0%B5%D0%BB%D0%BE%D1%80%D1%83%D1%81%D1%81%D0%BA%D0%BE%D0%B3%D0%BE_%D1%82%D0%B5%D0%BB%D0%B5%D0%BA%D0%B0%D0%BD%D0%B0%D0%BB%D0%B0_%C2%AB%D0%A1%D0%A2%D0%92%C2%BB.svg.png\" tvg-id=\"STV.by\" tvg-country=\"BY\" group-title=\"Belarus\",СТВ\nhttps://ctv.dc.beltelecom.by/ctv/ctv.stream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Беларусь 24\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/d/de/Belarus_24_logo.svg/742px-Belarus_24_logo.svg.png\" tvg-id=\"Belarus24.by\" tvg-country=\"BY\" group-title=\"Belarus\",Беларусь 24\nhttps://ngtrk.dc.beltelecom.by/ngtrk/smil:belarus24.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Беларусь 5 Интернет\" tvg-logo=\"https://i.imgur.com/rzPQ9Iz.png\" tvg-id=\"Belarus5Internet.by\" tvg-country=\"BY\" group-title=\"Belarus\",Беларусь 5 Интернет\nhttps://ngtrk.dc.beltelecom.by/ngtrk/smil:belarus5int.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"1Mus\" tvg-logo=\"https://i.imgur.com/PozF9MT.png\" tvg-id=\"FirstMusicChannel.by\" tvg-country=\"BY\" group-title=\"Belarus\",1Mus\nhttp://hz1.teleport.cc/HLS/HD.m3u8\n#EXTINF:-1 tvg-name=\"8 Kanal Vitebsk Ⓢ\" tvg-logo=\"https://i.imgur.com/tjwBSTF.jpg\" tvg-id=\"8kanal.by\" tvg-country=\"BY\" group-title=\"Belarus\",8 Kanal Vitebsk Ⓢ\nhttp://95.46.208.8:24433/art\n#EXTINF:-1 tvg-name=\"Belros Ⓢ\" tvg-logo=\"https://i.imgur.com/HWqxjGl.png\" tvg-id=\"BelRos.ru\" tvg-country=\"BY\" group-title=\"Belarus\",Belros Ⓢ\nhttps://live2.mediacdn.ru/sr1/tro/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Belarus 4 Vitebsk Ⓢ\" tvg-logo=\"https://i.imgur.com/TW6Ap71.png\" tvg-id=\"Belarus4Vitebsk.by\" tvg-country=\"BY\" group-title=\"Belarus\",Belarus 4 Vitebsk Ⓢ\nhttp://95.46.208.8:26258/belarus4\n#EXTINF:-1 tvg-name=\"Hawe TV Vitebsk Ⓢ\" tvg-logo=\"https://i.imgur.com/HOb5m5f.jpg\" tvg-id=\"NasheTV.by\" tvg-country=\"BY\" group-title=\"Belarus\",Hawe TV Vitebsk Ⓢ\nhttp://95.46.208.8:26259/nashe\n#EXTINF:-1 tvg-name=\"Pervyy Muzykal'nyy BY Ⓢ\" tvg-logo=\"https://i.imgur.com/7tFiG6S.jpg\" tvg-id=\"FirstMusicChannel.by\" tvg-country=\"BY\" group-title=\"Belarus\",Pervyy Muzykal'nyy BY Ⓢ\nhttp://rtmp.one.by:1200\n#EXTINF:-1 tvg-name=\"Planeta RTR Ⓢ\" tvg-logo=\"https://i.imgur.com/yqRuEJd.png\" tvg-id=\"RTRBelarus.by\" tvg-country=\"BY\" group-title=\"Belarus\",Planeta RTR Ⓢ\nhttps://a3569455801-s26881.cdn.ngenix.net/live/smil:rtrp.smil/chunklist_b1600000.m3u8\n#EXTINF:-1 tvg-name=\"Radio HIT Orsk\" tvg-logo=\"https://i.imgur.com/e2RyN4r.jpg\" tvg-id=\"RadioHit.ru\" tvg-country=\"BY\" group-title=\"Belarus\",Radio HIT Orsk\nhttp://hithd.camsh.orsk.ru/hls/hithd.m3u8\n#EXTINF:-1 tvg-name=\"Vitebsk Telekanal\" tvg-logo=\"https://i.imgur.com/FXAqELU.jpg\" tvg-id=\"Vitebsk.by\" tvg-country=\"BY\" group-title=\"Belarus\",Vitebsk Telekanal\nhttps://flu.vtv.by/tvt-non-by/tracks-v1a1/mono.m3u8\n"
  },
  {
    "path": "playlists/playlist_belgium.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"RTL-Be\" tvg-logo=\"https://i.imgur.com/xMhSvax.png\" tvg-id=\"BelRTL.be\" tvg-country=\"BE\" group-title=\"Belgium\",RTL-Be\nhttps://rtltvi-lh.akamaihd.net/i/TVI_1@319659/master.m3u8\n#EXTINF:-1 tvg-name=\"La Une\" tvg-logo=\"https://i.imgur.com/hJodwJt.png\" tvg-id=\"LaUne.be\" tvg-country=\"BE\" group-title=\"Belgium\",La Une\nhttp://4ce5e2d62ee2c10e43c709f9b87c44d5.streamhost.cc/m3u8/Belgium/29797c9f3f4fa00.m3u8\n#EXTINF:-1 tvg-name=\"Tipik\" tvg-logo=\"https://i.imgur.com/PVbVj8o.png\" tvg-id=\"Tipik.be\" tvg-country=\"BE\" group-title=\"Belgium\",Tipik\nhttp://4ce5e2d62ee2c10e43c709f9b87c44d5.streamhost.cc/m3u8/Belgium/5dee2de1f4661ce.m3u8\n#EXTINF:-1 tvg-name=\"Club RTL\" tvg-logo=\"https://i.imgur.com/e9GkFwY.png\" tvg-id=\"ClubRTL.be\" tvg-country=\"BE\" group-title=\"Belgium\",Club RTL\nhttp://4ce5e2d62ee2c10e43c709f9b87c44d5.streamhost.cc/m3u8/Belgium/9ef55f75bc15308.ts\n#EXTINF:-1 tvg-name=\"La Trois\" tvg-logo=\"https://i.imgur.com/kC3pJtA.png\" tvg-id=\"LaTrois.be\" tvg-country=\"BE\" group-title=\"Belgium\",La Trois\nhttp://4ce5e2d62ee2c10e43c709f9b87c44d5.streamhost.cc/m3u8/Belgium/6f940c7da9a562e.ts\n#EXTINF:-1 tvg-name=\"Plug RTL\" tvg-logo=\"https://i.imgur.com/iAZZWkZ.png\" tvg-id=\"PlugRTL.be\" tvg-country=\"BE\" group-title=\"Belgium\",Plug RTL\nhttp://4ce5e2d62ee2c10e43c709f9b87c44d5.streamhost.cc/m3u8/Belgium/de5c6896d356f8e.ts\n#EXTINF:-1 tvg-name=\"LN24\" tvg-logo=\"https://i.imgur.com/hePpxnn.png\" tvg-id=\"LN24.be\" tvg-country=\"BE\" group-title=\"Belgium\",LN24\nhttps://live.cdn.ln24.be/out/v1/b191621c8b9a436cad37bb36a82d2e1c/index.m3u8\n#EXTINF:-1 tvg-name=\"BX1\" tvg-logo=\"https://i.imgur.com/YjKqWru.png\" tvg-id=\"BX1.be\" tvg-country=\"BE\" group-title=\"Belgium\",BX1\nhttps://59959724487e3.streamlock.net/stream/live/playlist.m3u8\n#EXTINF:-1 tvg-name=\"EEN\" tvg-logo=\"https://i.imgur.com/66GQlc7.png\" tvg-id=\"Een.be\" tvg-country=\"BE\" group-title=\"Belgium\",EEN\nhttps://live-vrt.rabah.net/groupc/live/8edf3bdf-7db3-41c3-a318-72cb7f82de66/live_aes.isml/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Canvas\" tvg-logo=\"https://i.imgur.com/GQkhACx.png\" tvg-id=\"Canvas.be\" tvg-country=\"BE\" group-title=\"Belgium\",Canvas\nhttp://4ce5e2d62ee2c10e43c709f9b87c44d5.streamhost.cc/m3u8/Belgium/09916e3a88db175.ts\n#EXTINF:-1 tvg-name=\"VTM\" tvg-logo=\"https://i.imgur.com/fUxRP9x.png\" tvg-id=\"VTM.be\" tvg-country=\"BE\" group-title=\"Belgium\",VTM\nhttp://4ce5e2d62ee2c10e43c709f9b87c44d5.streamhost.cc/m3u8/Belgium/c5cafdbfc4d28d3.ts\n#EXTINF:-1 tvg-name=\"VIER\" tvg-logo=\"https://i.imgur.com/bFTXP2e.png\" tvg-country=\"BE\" group-title=\"Belgium\",VIER\nhttp://4ce5e2d62ee2c10e43c709f9b87c44d5.streamhost.cc/m3u8/Belgium/3f1f349cb9cf765.ts\n#EXTINF:-1 tvg-name=\"VIJF\" tvg-logo=\"https://i.imgur.com/DTJLkiP.png\" tvg-country=\"BE\" group-title=\"Belgium\",VIJF\nhttp://4ce5e2d62ee2c10e43c709f9b87c44d5.streamhost.cc/m3u8/Belgium/7f59a4dfcc56366.ts\n"
  },
  {
    "path": "playlists/playlist_bosnia_and_herzegovina.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"BHT 1\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/9/93/Logo_of_BHT_1_%282003-2012%29.png\" tvg-id=\"BHT1.ba\" tvg-country=\"BA\" group-title=\"Bosnia and Herzegovina\",BHT 1\nhttps://bhrtstream.bhtelecom.ba/bhrtportal_hd.m3u8\n#EXTINF:-1 tvg-name=\"Federalna televizija (FTV) Ⓢ\" tvg-logo=\"https://i.imgur.com/Jpvs4u3.png\" tvg-id=\"FederalnaTV.ba\" tvg-country=\"BA\" group-title=\"Bosnia and Herzegovina\",Federalna televizija (FTV) Ⓢ\nhttp://94.250.2.6:7374/play/a02s/index.m3u8\n#EXTINF:-1 tvg-name=\"Televizija Republike Srpske (RTRS) Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/7/7d/RTRS_Logo.svg/640px-RTRS_Logo.svg.png\" tvg-id=\"RTRSTV.ba\" tvg-country=\"BA\" group-title=\"Bosnia and Herzegovina\",Televizija Republike Srpske (RTRS) Ⓢ\nhttps://parh.rtrs.tv/tv/live/playlist.m3u8\n#EXTINF:-1 tvg-name=\"RTRS PLUS Ⓢ\" tvg-logo=\"https://i.imgur.com/k06WvYl.png\" tvg-id=\"RTRSplus.ba\" tvg-country=\"BA\" group-title=\"Bosnia and Herzegovina\",RTRS PLUS Ⓢ\nhttps://pluslive.rtrs.tv/plus/plus/playlist.m3u8\n#EXTINF:-1 tvg-name=\"N1 Bosna i Hercegovina\" tvg-logo=\"https://i.imgur.com/72oMSWz.png\" tvg-id=\"N1BosniaHerzegovina.ba\" tvg-country=\"BA\" group-title=\"Bosnia and Herzegovina\",N1 Bosna i Hercegovina\nhttps://best-str.umn.cdn.united.cloud/stream?channel=n1bos&p=n1Sh4redSecre7iNf0&sp=n1info&stream=sp1400&u=n1info\n#EXTINF:-1 tvg-name=\"RTV HB Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/6/60/Logo_of_TV_Herceg-Bosne.png\" tvg-id=\"RTVHB.ba\" tvg-country=\"BA\" group-title=\"Bosnia and Herzegovina\",RTV HB Ⓢ\nhttps://prd-hometv-live-open.spectar.tv/ERO_1_083/playlist.m3u8\n#EXTINF:-1 tvg-name=\"RTV BN\" tvg-logo=\"https://i.imgur.com/DUBvfWb.png\" tvg-id=\"BNTV.ba\" tvg-country=\"BA\" group-title=\"Bosnia and Herzegovina\",RTV BN\nhttps://rtvbn.tv:8080/live/index.m3u8\n#EXTINF:-1 tvg-name=\"RTV Glas Drine\" tvg-logo=\"https://i.imgur.com/9NgxOdb.png\" tvg-id=\"RTVGlasDrine.ba\" tvg-country=\"BA\" group-title=\"Bosnia and Herzegovina\",RTV Glas Drine\nhttp://glasdrine.cutuk.net:8081/433ssdsw/GlasDrineSD/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Sevdah Ⓢ\" tvg-logo=\"https://i.imgur.com/V6W3yEp.png\" tvg-id=\"SevdahTV.ba\" tvg-country=\"BA\" group-title=\"Bosnia and Herzegovina\",Sevdah Ⓢ\nhttps://restreamer2.tnt.ba/hls/stream.m3u8\n#EXTINF:-1 tvg-name=\"TNT Kids\" tvg-logo=\"https://i.imgur.com/irTDbpn.png\" tvg-id=\"TNTKidsTV.ba\" tvg-country=\"BA\" group-title=\"Bosnia and Herzegovina\",TNT Kids\nhttps://restreamer1.tnt.ba/hls/tntkids.m3u8\n#EXTINF:-1 tvg-name=\"Televizija 5\" tvg-logo=\"https://i.imgur.com/znpvJys.png\" tvg-id=\"Televizija5.ba\" tvg-country=\"BA\" group-title=\"Bosnia and Herzegovina\",Televizija 5\nhttps://balkanmedia.dynu.net/hls/tv5web.m3u8\n#EXTINF:-1 tvg-name=\"Kanal 6\" tvg-logo=\"https://i.imgur.com/GGhvR0l.png\" tvg-id=\"Kanal6.ba\" tvg-country=\"BA\" group-title=\"Bosnia and Herzegovina\",Kanal 6\nhttps://restreamer1.tnt.ba/hls/kanal6.m3u8\n#EXTINF:-1 tvg-name=\"SuperTV\" tvg-logo=\"https://i.imgur.com/XYWgd3E.png\" tvg-id=\"SuperTV.ba\" tvg-country=\"BA\" group-title=\"Bosnia and Herzegovina\",SuperTV\nhttps://mirtv.club/live/mirtv/index.m3u8\n#EXTINF:-1 tvg-name=\"Neon TV\" tvg-logo=\"https://i.imgur.com/thC9NFp.png\" tvg-id=\"ntv.ba\" tvg-country=\"BA\" group-title=\"Bosnia and Herzegovina\",Neon TV\nrtsp://185.50.56.16:554/neontelvizija\n#EXTINF:-1 tvg-name=\"RTV ZE Ⓢ\" tvg-logo=\"https://i.imgur.com/TKUaflB.png\" tvg-id=\"RTVZenica.ba\" tvg-country=\"BA\" group-title=\"Bosnia and Herzegovina\",RTV ZE Ⓢ\nhttps://stream.rtvze.ba/live/123/123.m3u8\n#EXTINF:-1 tvg-name=\"TV BPK Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/d/df/Logo_of_RTV_BPK_Gora%C5%BEde.jpg\" tvg-id=\"RTVBPK.ba\" tvg-country=\"BA\" group-title=\"Bosnia and Herzegovina\",TV BPK Ⓢ\nhttp://94.250.2.6:7374/play/a02u/index.m3u8\n"
  },
  {
    "path": "playlists/playlist_brazil.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"COM Brasil\" tvg-logo=\"https://i.imgur.com/c8ztQnF.png\" tvg-id=\"COMBrasil.br\" tvg-country=\"BR\" group-title=\"Brazil\",COM Brasil\nhttps://br5093.streamingdevideo.com.br/abc/abc/playlist.m3u8\n#EXTINF:-1 tvg-name=\"SBT Ⓨ\" tvg-logo=\"https://logodownload.org/wp-content/uploads/2013/12/sbt-logo.png\" tvg-id=\"SBTNacional.br\" tvg-country=\"BR\" group-title=\"Brazil\",SBT Ⓨ\nhttps://www.youtube.com/watch?v=ABVQXgr2LW4\n#EXTINF:-1 tvg-name=\"RBC Ⓨ\" tvg-logo=\"https://portal.rbc1.com.br/public/portal/img/layout/logorbc.png\" tvg-id=\"RBC.br\" tvg-country=\"BR\" group-title=\"Brazil\",RBC Ⓨ\nhttps://www.youtube.com/watch?v=oUdd3CsxYaE\n#EXTINF:-1 tvg-name=\"Record News\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/4/46/Record_News_logo_2023.svg\" tvg-id=\"RecordNews.br\" tvg-country=\"BR\" group-title=\"Brazil\",Record News\nhttps://stream.ads.ottera.tv/playlist.m3u8?network_id=2116\n#EXTINF:-1 tvg-name=\"ISTV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/pt/b/b5/Logotipo_da_ISTV.png\" tvg-id=\"ISTVHD.br\" tvg-country=\"BR\" group-title=\"Brazil\",ISTV\nhttps://video08.logicahost.com.br/istvnacional/srt.stream/istvnacional.m3u8\n#EXTINF:-1 tvg-name=\"Rede Brasil\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/d/d1/Marca_rede_brasil_rgb-color.png\" tvg-id=\"RedeBrasil.br\" tvg-country=\"BR\" group-title=\"Brazil\",Rede Brasil\nhttps://video09.logicahost.com.br/redebrasiloficial/redebrasiloficial/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TV Câmara\" tvg-logo=\"https://i.imgur.com/UpV2PRk.png\" tvg-id=\"TVCamara.br\" tvg-country=\"BR\" group-title=\"Brazil\",TV Câmara\nhttps://stream3.camara.gov.br/tv1/manifest.m3u8\n#EXTINF:-1 tvg-name=\"TVE RS\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/c/c2/Logotipo_da_TVE_RS.png\" tvg-id=\"TVERS.br\" tvg-country=\"BR\" group-title=\"Brazil\",TVE RS\nhttp://selpro1348.procergs.com.br:1935/tve/stve/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TV Cultura\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/8/82/Cultura_logo_2013.svg\" tvg-id=\"TVCultura.br\" tvg-country=\"BR\" group-title=\"Brazil\",TV Cultura\nhttps://player-tvcultura.stream.uol.com.br/live/tvcultura.m3u8\n"
  },
  {
    "path": "playlists/playlist_bulgaria.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"City TV Ⓢ\" tvg-logo=\"https://i.imgur.com/BjRTbrU.png\" tvg-id=\"City.bg\" tvg-country=\"BG\" group-title=\"Bulgaria\",City TV Ⓢ\nhttps://tv.city.bg/play/tshls/citytv/index.m3u8\n#EXTINF:-1 tvg-name=\"Euronews Bulgaria Ⓨ\" tvg-logo=\"https://i.imgur.com/RrQVoOg.png\" tvg-id=\"EuroNewsBulgaria.bg\" tvg-country=\"BG\" group-title=\"Bulgaria\",Euronews Bulgaria Ⓨ\nhttps://www.youtube.com/channel/UCU1i6qBMjY9El6q5L2OK8hA/live\n#EXTINF:-1 tvg-name=\"TV1\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/6/64/Tv1-new.png\" tvg-id=\"TV1.bg\" tvg-country=\"BG\" group-title=\"Bulgaria\",TV1\nhttps://tv1.cloudcdn.bg/temp/livestream.m3u8\n"
  },
  {
    "path": "playlists/playlist_canada.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"CBC Toronto\" tvg-logo=\"https://i.imgur.com/H5yEbxf.png\" tvg-id=\"CBCTDT.ca\" tvg-country=\"CA\" group-title=\"Canada\",CBC Toronto\nhttps://bozztv.com/teleyupp1/teleup-ydcl2V1MVC/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Citytv\" tvg-logo=\"https://i.imgur.com/BlFNlHz.png\" tvg-country=\"CA\" group-title=\"Canada\",Citytv\nhttps://bozztv.com/teleyupp1/teleup-iSykLSKMFr/tracks-v1a1/mono.m3u8\n#EXTINF:-1 tvg-name=\"CTV Toronto\" tvg-logo=\"https://i.imgur.com/qOutOWN.png\" tvg-country=\"CA\" group-title=\"Canada\",CTV Toronto\nhttps://bozztv.com/teleyupp1/teleup-zxsJFt6VvY/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Global Toronto\" tvg-logo=\"https://i.imgur.com/2CxLO4H.png\" tvg-country=\"CA\" group-title=\"Canada\",Global Toronto\nhttps://d128o1k7zh3htz.cloudfront.net/out/v1/74a58360a3734f97b74ba439bc678044/index.m3u8\n#EXTINF:-1 tvg-name=\"Global Calgary\" tvg-logo=\"https://i.imgur.com/2CxLO4H.png\" tvg-country=\"CA\" group-title=\"Canada\",Global Calgary\nhttps://dfmjr9irb1dl5.cloudfront.net/out/v1/454010ff309e4963a087f5802856e346/index.m3u8\n#EXTINF:-1 tvg-name=\"Global Edmonton\" tvg-logo=\"https://i.imgur.com/2CxLO4H.png\" tvg-country=\"CA\" group-title=\"Canada\",Global Edmonton\nhttps://da7sdtkzly6qj.cloudfront.net/out/v1/b317f6c10f2e493993bd2b5314df1c7c/index_1.m3u8\n#EXTINF:-1 tvg-name=\"TVO\" tvg-logo=\"https://i.imgur.com/PkBPPcL.png\" tvg-country=\"CA\" group-title=\"Canada\",TVO\nhttps://bozztv.com/teleyupp1/teleup-OMZsmYVUMp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"NTV\" tvg-logo=\"https://i.imgur.com/b8W3Aah.png\" tvg-country=\"CA\" group-title=\"Canada\",NTV\nhttp://152.89.62.111:8080/nXyAiP3DNp/QgOuvocpGv/223012\n#EXTINF:-1 tvg-name=\"CHCH\" tvg-logo=\"https://i.imgur.com/jYSXaga.png\" tvg-country=\"CA\" group-title=\"Canada\",CHCH\nhttp://152.89.62.111:8080/nXyAiP3DNp/QgOuvocpGv/222841\n#EXTINF:-1 tvg-name=\"ONNtv Ontario\" tvg-logo=\"https://i.imgur.com/zz5ST9K.png\" tvg-id=\"ONNtv.ca\" tvg-country=\"CA\" group-title=\"Canada\",ONNtv Ontario\nhttps://onntv.vantrix.tv:443/onntv_hls/1080p/onntv_hls-HLS-1080p.m3u8\n#EXTINF:-1 tvg-name=\"Star TV\" tvg-logo=\"https://i.imgur.com/Ap54LCC.png\" tvg-country=\"CA\" group-title=\"Canada\",Star TV\nhttp://live.canadastartv.com:1935/canadastartv/canadastartv/playlist.m3u\n#EXTINF:-1 tvg-name=\"CBC News\" tvg-logo=\"https://i.imgur.com/1EqQGKS.png\" tvg-id=\"CBCNewsNetwork.ca\" tvg-country=\"CA\" group-title=\"Canada\",CBC News\nhttps://cbcnewshd-f.akamaihd.net/i/cbcnews_1@8981/index_2500_av-p.m3u8\n#EXTINF:-1 tvg-name=\"CTV News\" tvg-logo=\"https://i.imgur.com/T3oBeiX.png\" tvg-id=\"CTVNewsChannel.ca\" tvg-country=\"CA\" group-title=\"Canada\",CTV News\nhttps://pe-fa-lp02a.9c9media.com/live/News1Digi/p/hls/00000201/38ef78f479b07aa0/index/0c6a10a2/live/stream/h264/v1/3500000/manifest.m3u8\n#EXTINF:-1 tvg-name=\"Global News\" tvg-logo=\"https://i.imgur.com/IpfmG93.png\" tvg-country=\"CA\" group-title=\"Canada\",Global News\nhttps://i.mjh.nz/PlutoTV/62cbef9ebb857100072fc187-alt.m3u8\n#EXTINF:-1 tvg-name=\"Global News BC\" tvg-logo=\"https://i.imgur.com/IpfmG93.png\" tvg-id=\"CHANDT.ca\" tvg-country=\"CA\" group-title=\"Canada\",Global News BC\nhttps://i.mjh.nz/PlutoTV/62cbf063257170000724590c-alt.m3u8\n#EXTINF:-1 tvg-name=\"Global News Calgary\" tvg-logo=\"https://i.imgur.com/IpfmG93.png\" tvg-id=\"CICTDT.ca\" tvg-country=\"CA\" group-title=\"Canada\",Global News Calgary\nhttps://i.mjh.nz/PlutoTV/62cbf23dcfb48300077f8348-alt.m3u8\n#EXTINF:-1 tvg-name=\"Global News Halifax\" tvg-logo=\"https://i.imgur.com/IpfmG93.png\" tvg-country=\"CA\" group-title=\"Canada\",Global News Halifax\nhttps://i.mjh.nz/PlutoTV/62cbf398b8e02600071deda5-alt.m3u8\n#EXTINF:-1 tvg-name=\"Global News Kingston\" tvg-logo=\"https://i.imgur.com/IpfmG93.png\" tvg-id=\"CKWSDT.ca\" tvg-country=\"CA\" group-title=\"Canada\",Global News Kingston\nhttps://i.mjh.nz/PlutoTV/62cbf4964446e2000742073e-alt.m3u8\n#EXTINF:-1 tvg-name=\"Global News Montreal\" tvg-logo=\"https://i.imgur.com/IpfmG93.png\" tvg-country=\"CA\" group-title=\"Canada\",Global News Montreal\nhttps://i.mjh.nz/PlutoTV/62cbfbd6ad95670007f567af-alt.m3u8\n#EXTINF:-1 tvg-name=\"Global News Peterborough\" tvg-logo=\"https://i.imgur.com/IpfmG93.png\" tvg-id=\"CHEXDT.ca\" tvg-country=\"CA\" group-title=\"Canada\",Global News Peterborough\nhttps://i.mjh.nz/PlutoTV/62cbfcd8c2db990007861e43-alt.m3u8\n#EXTINF:-1 tvg-name=\"Global News Regina\" tvg-logo=\"https://i.imgur.com/IpfmG93.png\" tvg-id=\"CFREDT.ca\" tvg-country=\"CA\" group-title=\"Canada\",Global News Regina\nhttps://i.mjh.nz/PlutoTV/62cbff53ca8f2200080253b5-alt.m3u8\n#EXTINF:-1 tvg-name=\"Global News Saskatoon\" tvg-logo=\"https://i.imgur.com/IpfmG93.png\" tvg-id=\"CFSKDT.ca\" tvg-country=\"CA\" group-title=\"Canada\",Global News Saskatoon\nhttps://i.mjh.nz/PlutoTV/62cc00359cb58900088dc840-alt.m3u8\n#EXTINF:-1 tvg-name=\"Global News Winnipeg\" tvg-logo=\"https://i.imgur.com/IpfmG93.png\" tvg-id=\"CKNDDT.ca\" tvg-country=\"CA\" group-title=\"Canada\",Global News Winnipeg\nhttps://i.mjh.nz/PlutoTV/62cc0120880c890007191016-alt.m3u8\n#EXTINF:-1 tvg-name=\"CPAC (EN)\" tvg-logo=\"https://i.imgur.com/AbdFD0S.png\" tvg-id=\"CPACEnglish.ca\" tvg-country=\"CA\" group-title=\"Canada\",CPAC (EN)\nhttps://d7z3qjdsxbwoq.cloudfront.net/groupa/live/f9809cea-1e07-47cd-a94d-2ddd3e1351db/live.isml/.m3u8\n#EXTINF:-1 tvg-name=\"ICI RDI\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/0/0a/ICI_RDI_logo.svg/640px-ICI_RDI_logo.svg.png\" tvg-id=\"IciRDI.ca\" tvg-country=\"CA\" group-title=\"Canada\",ICI RDI\nhttps://rcavlive.akamaized.net/hls/live/704025/xcanrdi/master.m3u8\n#EXTINF:-1 tvg-name=\"ICI Télé HD Ⓖ\" tvg-logo=\"https://i.imgur.com/HsSi3NV.png\" tvg-country=\"CA\" group-title=\"Canada\",ICI Télé HD Ⓖ\nhttps://rcavlive.akamaized.net/hls/live/696615/xcancbft/master.m3u8\n#EXTINF:-1 tvg-name=\"TVA Ⓖ\" tvg-logo=\"https://i.imgur.com/1GR8Szn.png\" tvg-country=\"CA\" group-title=\"Canada\",TVA Ⓖ\nhttps://tvalive.akamaized.net/hls/live/2012413/tva01/master.m3u8\n#EXTINF:-1 tvg-name=\"Noovo\" tvg-logo=\"https://i.imgur.com/BL9ziSJ.png\" tvg-country=\"CA\" group-title=\"Canada\",Noovo\nhttps://pe-ak-lp04a-9c9media.akamaized.net/live/NOOVO/p/dash/00000001/f481c583dbd06b6c/manifest.mpd\n#EXTINF:-1 tvg-name=\"Télé Québec\" tvg-logo=\"https://i.imgur.com/8grBWK9.png\" tvg-id=\"CIVMDT.ca\" tvg-country=\"CA\" group-title=\"Canada\",Télé Québec\nhttps://bcovlive-a.akamaihd.net/575d86160eb143458d51f7ab187a4e68/us-east-1/6101674910001/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Savoir Média\" tvg-logo=\"https://i.imgur.com/pa4wOVY.png\" tvg-id=\"CFTUDT.ca\" tvg-country=\"CA\" group-title=\"Canada\",Savoir Média\nhttps://hls.savoir.media/live/stream.m3u8\n#EXTINF:-1 tvg-name=\"CPAC (FR)\" tvg-logo=\"https://i.imgur.com/AbdFD0S.png\" tvg-id=\"CPACFrench.ca\" tvg-country=\"CA\" group-title=\"Canada\",CPAC (FR)\nhttps://bcsecurelivehls-i.akamaihd.net/hls/live/680604/1242843915001_3/master.m3u8\n#EXTINF:-1 tvg-name=\"ICI Montreal\" tvg-logo=\"https://i.imgur.com/Z1b2TJD.png\" tvg-id=\"CBFTDT.ca\" tvg-country=\"CA\" group-title=\"Canada\",ICI Montreal\nhttps://amdici.akamaized.net/hls/live/873426/ICI-Live-Stream/master.m3u8\n#EXTINF:-1 tvg-name=\"Toronto 360 TV\" tvg-logo=\"https://i.imgur.com/PkWndsv.png\" tvg-id=\"Toronto360.tv\" tvg-country=\"CA\" group-title=\"Canada\",Toronto 360 TV\nhttp://cdn3.toronto360.tv:8081/toronto360/hd/playlist.m3u8\n"
  },
  {
    "path": "playlists/playlist_chad.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"Tchad 24\" tvg-logo=\"https://www.lyngsat.com/logo/tv/tt/tchad-24-td.png\" tvg-id=\"Tchad24.td\" tvg-country=\"TD\" group-title=\"Chad\",Tchad 24\nhttp://102.131.58.110/out_1/index.m3u8\n#EXTINF:-1 tvg-name=\"Télé Tchad Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/fr/b/b6/Logo_T%C3%A9l%C3%A9_Tchad.png\" tvg-id=\"TeleTchad.td\" tvg-country=\"TD\" group-title=\"Chad\",Télé Tchad Ⓢ\nhttps://strhlslb01.streamakaci.tv/str_tchad_tchad/str_tchad_multi/playlist.m3u8\n"
  },
  {
    "path": "playlists/playlist_chile.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"UCV Televisión\" tvg-logo=\"https://i.imgur.com/2VL4Pts.png\" tvg-id=\"UCVTV.cl\" tvg-country=\"CL\" group-title=\"Chile\",UCV Televisión\nhttps://unlimited1-cl-isp.dps.live/ucvtv2/ucvtv2.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TVN Ⓖ\" tvg-logo=\"https://i.imgur.com/WoN1dai.png\" tvg-id=\"TVN.cl\" tvg-country=\"CL\" group-title=\"Chile\",TVN Ⓖ\nhttps://sktv-forwarders.7m.pl/get.php?x=TVN\n#EXTINF:-1 tvg-name=\"24 horas\" tvg-logo=\"https://i.imgur.com/0rF6Kub.png\" tvg-id=\"24Horas.cl\" tvg-country=\"CL\" group-title=\"Chile\",24 horas\nhttps://mdstrm.com/live-stream-playlist/57d1a22064f5d85712b20dab.m3u8\n#EXTINF:-1 tvg-name=\"NTV Ⓖ\" tvg-logo=\"https://i.imgur.com/pt2Kj1A.png\" tvg-id=\"NTV.cl\" tvg-country=\"CL\" group-title=\"Chile\",NTV Ⓖ\nhttps://mdstrm.com/live-stream-playlist/5aaabe9e2c56420918184c6d.m3u8\n#EXTINF:-1 tvg-name=\"TV Chile Ⓖ\" tvg-logo=\"https://i.imgur.com/yCL888l.png\" tvg-id=\"TVChile.cl\" tvg-country=\"CL\" group-title=\"Chile\",TV Chile Ⓖ\nhttps://mdstrm.com/live-stream-playlist/533adcc949386ce765657d7c.m3u8\n#EXTINF:-1 tvg-name=\"Canal 13\" tvg-logo=\"https://i.imgur.com/JIo1HBs.png\" tvg-id=\"Canal13.cl\" tvg-country=\"CL\" group-title=\"Chile\",Canal 13\nhttps://sktv-forwarders.7m.pl/get.php?x=Canal13\n#EXTINF:-1 tvg-name=\"TV+ Ⓖ\" tvg-logo=\"https://i.imgur.com/NtuZIEJ.png\" tvg-id=\"TVPlus.cl\" tvg-country=\"CL\" group-title=\"Chile\",TV+ Ⓖ\nhttps://mdstrm.com/live-stream-playlist/5c0e8b19e4c87f3f2d3e6a59.m3u8\n#EXTINF:-1 tvg-name=\"Chilevisión Ⓖ\" tvg-logo=\"https://i.imgur.com/2Pu8yXf.png\" tvg-id=\"ChileVision.cl\" tvg-country=\"CL\" group-title=\"Chile\",Chilevisión Ⓖ\nhttps://sktv-forwarders.7m.pl/get.php?x=Chilevision\n#EXTINF:-1 tvg-name=\"UChile TV\" tvg-logo=\"https://i.imgur.com/mF2W8Uh.png\" tvg-id=\"UChileTV.cl\" tvg-country=\"CL\" group-title=\"Chile\",UChile TV\nhttps://unlimited1-us.dps.live/uchiletv/uchiletv.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"T13 en vivo\" tvg-logo=\"https://i.imgur.com/3CEijac.png\" tvg-id=\"T13.cl\" tvg-country=\"CL\" group-title=\"Chile\",T13 en vivo\nhttps://redirector.rudo.video/hls-video/10b92cafdf3646cbc1e727f3dc76863621a327fd/t13/t13.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"13 Entretención\" tvg-logo=\"https://i.imgur.com/1vTno0m.png\" tvg-id=\"13E.cl\" tvg-country=\"CL\" group-title=\"Chile\",13 Entretención\nhttps://origin.dpsgo.com/ssai/event/BBp0VeP6QtOOlH8nu3bWTg/master.m3u8\n#EXTINF:-1 tvg-name=\"13 Cultura\" tvg-logo=\"https://i.imgur.com/49QkKWv.png\" tvg-id=\"13C.cl\" tvg-country=\"CL\" group-title=\"Chile\",13 Cultura\nhttps://origin.dpsgo.com/ssai/event/GI-9cp_bT8KcerLpZwkuhw/master.m3u8\n#EXTINF:-1 tvg-name=\"13 Prime\" tvg-logo=\"https://i.imgur.com/YwDFNxs.png\" tvg-id=\"13P.cl\" tvg-country=\"CL\" group-title=\"Chile\",13 Prime\nhttps://origin.dpsgo.com/ssai/event/p4mmBxEzSmKAxY1GusOHrw/master.m3u8\n#EXTINF:-1 tvg-name=\"13 Kids\" tvg-logo=\"https://i.imgur.com/m6y9AMe.png\" tvg-id=\"13Kids.cl\" tvg-country=\"CL\" group-title=\"Chile\",13 Kids\nhttps://origin.dpsgo.com/ssai/event/LhHrVtyeQkKZ-Ye_xEU75g/master.m3u8\n#EXTINF:-1 tvg-name=\"13 Realities\" tvg-logo=\"https://i.imgur.com/p1Qpljw.png\" tvg-id=\"13Realities.cl\" tvg-country=\"CL\" group-title=\"Chile\",13 Realities\nhttps://origin.dpsgo.com/ssai/event/g7_JOM0ORki9SR5RKHe-Kw/master.m3u8\n#EXTINF:-1 tvg-name=\"13 Teleseries\" tvg-logo=\"https://i.imgur.com/aJMBnse.png\" tvg-id=\"13T.cl\" tvg-country=\"CL\" group-title=\"Chile\",13 Teleseries\nhttps://origin.dpsgo.com/ssai/event/f4TrySe8SoiGF8Lu3EIq1g/master.m3u8\n#EXTINF:-1 tvg-name=\"El Pingüino TV\" tvg-logo=\"https://i.imgur.com/ohXs2NV.png\" tvg-id=\"ElPinguinoTV.cl\" tvg-country=\"CL\" group-title=\"Chile\",El Pingüino TV\nhttps://redirector.rudo.video/hls-video/339f69c6122f6d8f4574732c235f09b7683e31a5/pinguinotv/pinguinotv.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"UCL\" tvg-logo=\"https://i.imgur.com/JxqVHPX.png\" tvg-id=\"UCL.uy\" tvg-country=\"CL\" group-title=\"Chile\",UCL\nhttps://redirector.rudo.video/hls-video/c54ac2799874375c81c1672abb700870537c5223/ucl/ucl.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Deportes13 Ⓖ\" tvg-logo=\"https://i.imgur.com/GRpxoPf.png\" tvg-id=\"D13.cl\" tvg-country=\"CL\" group-title=\"Chile\",Deportes13 Ⓖ\nhttps://redirector.rudo.video/hls-video/ey6283je82983je9823je8jowowiekldk9838274/13d/13d.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TVN 3\" tvg-logo=\"https://i.imgur.com/84lWqRi.png\" tvg-id=\"TVN3.cl\" tvg-country=\"CL\" group-title=\"Chile\",TVN 3\nhttps://mdstrm.com/live-stream-playlist/5653641561b4eba30a7e4929.m3u8\n#EXTINF:-1 tvg-name=\"Chilevisión Noticias\" tvg-logo=\"https://i.imgur.com/Qh6d0A9.png\" tvg-id=\"CHVNoticias.cl\" tvg-country=\"CL\" group-title=\"Chile\",Chilevisión Noticias\nhttps://redirector.rudo.video/hls-video/10b92cafdf3646cbc1e727f3dc76863621a327fd/chvn/chvn.smil/playlist.m3u8\n"
  },
  {
    "path": "playlists/playlist_china.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"CCTV-1 综合\" tvg-logo=\"https://i.imgur.com/uHU6Vc0.png\" tvg-id=\"CCTV1.cn\" tvg-country=\"CN\" group-title=\"China\",CCTV-1 综合\nhttps://node1.olelive.com:6443/live/CCTV1HD/hls.m3u8\n#EXTINF:-1 tvg-name=\"CCTV-2 财经\" tvg-logo=\"https://i.imgur.com/6C9JEYt.png\" tvg-id=\"CCTV2.cn\" tvg-country=\"CN\" group-title=\"China\",CCTV-2 财经\nhttps://node1.olelive.com:6443/live/CCTV2HD/hls.m3u8\n#EXTINF:-1 tvg-name=\"CCTV-4 中文国际（亚） Ⓨ\" tvg-logo=\"https://i.imgur.com/ovUSVEQ.png\" tvg-id=\"CCTV4Asia.cn\" tvg-country=\"CN\" group-title=\"China\",CCTV-4 中文国际（亚） Ⓨ\nhttps://www.youtube.com/channel/UC4K_LI-Tn3-LshNgG0-YypQ/live\n#EXTINF:-1 tvg-name=\"CCTV-4 中文国际（美） Ⓢ\" tvg-logo=\"https://i.imgur.com/1TPiRqR.png\" tvg-id=\"CCTV4America.cn\" tvg-country=\"CN\" group-title=\"China\",CCTV-4 中文国际（美） Ⓢ\nhttps://global.cgtn.cicc.media.caton.cloud/master/cgtn-america.m3u8\n#EXTINF:-1 tvg-name=\"CCTV-5 体育\" tvg-logo=\"https://i.imgur.com/Mut2omN.png\" tvg-id=\"CCTV5.cn\" tvg-country=\"CN\" group-title=\"China\",CCTV-5 体育\nhttps://node1.olelive.com:6443/live/CCTV5HD/hls.m3u8\n#EXTINF:-1 tvg-name=\"CCTV-5+ 体育赛事\" tvg-logo=\"https://i.imgur.com/UNjmQVS.png\" tvg-id=\"CCTV5Plus.cn\" tvg-country=\"CN\" group-title=\"China\",CCTV-5+ 体育赛事\nhttps://node1.olelive.com:6443/live/CCTV5PHD/hls.m3u8\n#EXTINF:-1 tvg-name=\"CCTV-7 国防军事\" tvg-logo=\"https://i.imgur.com/GhXlUpM.png\" tvg-id=\"CCTV7.cn\" tvg-country=\"CN\" group-title=\"China\",CCTV-7 国防军事\nhttps://node1.olelive.com:6443/live/CCTV7HD/hls.m3u8\n#EXTINF:-1 tvg-name=\"CCTV-8 电视剧\" tvg-logo=\"https://i.imgur.com/Qg1opg9.png\" tvg-id=\"CCTV8.cn\" tvg-country=\"CN\" group-title=\"China\",CCTV-8 电视剧\nhttps://node1.olelive.com:6443/live/CCTV8HD/hls.m3u8\n#EXTINF:-1 tvg-name=\"CCTV-9 纪录\" tvg-logo=\"https://i.imgur.com/Ruyzhu5.png\" tvg-id=\"CCTV9.cn\" tvg-country=\"CN\" group-title=\"China\",CCTV-9 纪录\nhttps://node1.olelive.com:6443/live/CCTV9HD/hls.m3u8\n#EXTINF:-1 tvg-name=\"CCTV-10 科教\" tvg-logo=\"https://i.imgur.com/W8JNs1s.png\" tvg-id=\"CCTV10.cn\" tvg-country=\"CN\" group-title=\"China\",CCTV-10 科教\nhttps://node1.olelive.com:6443/live/CCTV10HD/hls.m3u8\n#EXTINF:-1 tvg-name=\"CCTV-13 新闻\" tvg-logo=\"https://i.imgur.com/pPO8uJN.png\" tvg-id=\"CCTV13.cn\" tvg-country=\"CN\" group-title=\"China\",CCTV-13 新闻\nhttps://node1.olelive.com:6443/live/CCTV13HD/hls.m3u8\n#EXTINF:-1 tvg-name=\"CCTV-17 农业农村\" tvg-logo=\"https://i.imgur.com/XMsoHut.png\" tvg-id=\"CCTV17.cn\" tvg-country=\"CN\" group-title=\"China\",CCTV-17 农业农村\nhttps://node1.olelive.com:6443/live/CCTV17HD/hls.m3u8\n#EXTINF:-1 tvg-name=\"CETV-1\" tvg-logo=\"https://i.imgur.com/AMcIAOV.png\" tvg-id=\"CETV1.cn\" tvg-country=\"CN\" group-title=\"China\",CETV-1\nhttp://txycsbl.centv.cn/zb/0628cetv1.m3u8\n#EXTINF:-1 tvg-name=\"CETV-2\" tvg-logo=\"https://i.imgur.com/a9mvoeP.png\" tvg-id=\"CETV2.cn\" tvg-country=\"CN\" group-title=\"China\",CETV-2\nhttp://txycsbl.centv.cn/zb/0822cetv2.m3u8\n#EXTINF:-1 tvg-name=\"CETV-3\" tvg-logo=\"https://i.imgur.com/t8o5ZKt.png\" tvg-id=\"CETV3.cn\" tvg-country=\"CN\" group-title=\"China\",CETV-3\nhttp://txycsbl.centv.cn/zb/0822cetv3.m3u8\n#EXTINF:-1 tvg-name=\"CETV-4\" tvg-logo=\"https://i.imgur.com/BRe0ybV.png\" tvg-id=\"CETV4.cn\" tvg-country=\"CN\" group-title=\"China\",CETV-4\nhttp://txycsbl.centv.cn/zb/0822cetv4.m3u8\n#EXTINF:-1 tvg-name=\"TV BRICS Chinese\" tvg-logo=\"https://i.imgur.com/896132Z.png\" tvg-id=\"TVBRICSChinese.cn\" tvg-country=\"CN\" group-title=\"China\",TV BRICS Chinese\nhttps://brics.bonus-tv.ru/cdn/brics/chinese/playlist.m3u8\n"
  },
  {
    "path": "playlists/playlist_costa_rica.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"Canal 1\" tvg-logo=\"https://cloudfront-us-east-1.images.arcpublishing.com/gruponacion/2XI5OC6MQZFXXBDGMRRDOZSL2Q.jpg\" tvg-id=\"Canal1.cr\" tvg-country=\"CR\" group-title=\"Costa Rica\",Canal 1\nhttps://video20.klm99.com:3993/live/canal1crlive.m3u8\n#EXTINF:-1 tvg-name=\"Canal 2 CDR\" tvg-logo=\"https://i0.wp.com/directostv.teleame.com/wp-content/uploads/2016/06/Canal-2-Costa-Rica-en-vivo-Online.png\" tvg-id=\"Canal2.cr\" tvg-country=\"CR\" group-title=\"Costa Rica\",Canal 2 CDR\nhttps://d3bgcstab9qhdz.cloudfront.net/hls/canal2.m3u8\n#EXTINF:-1 tvg-name=\"Canal 4\" tvg-logo=\"https://i0.wp.com/directostv.teleame.com/wp-content/uploads/2016/06/Canal-4-Costa-Rica-en-vivo-Online.png\" tvg-id=\"Canal4.cr\" tvg-country=\"CR\" group-title=\"Costa Rica\",Canal 4\nhttps://d3bgcstab9qhdz.cloudfront.net/hls/canal2.m3u8\n#EXTINF:-1 tvg-name=\"Canal 6\" tvg-logo=\"https://i0.wp.com/directostv.teleame.com/wp-content/uploads/2016/06/Canal-6-Costa-Rica-en-vivo-Online.png\" tvg-id=\"Canal6.cr\" tvg-country=\"CR\" group-title=\"Costa Rica\",Canal 6\nhttps://d3bgcstab9qhdz.cloudfront.net/hls/canal2.m3u8\n#EXTINF:-1 tvg-name=\"Canal 8\" tvg-logo=\"https://platform-static.cdn.mdstrm.com/player/logo/5efe501c21d05a0722152f6d.png\" tvg-id=\"Canal8.cr\" tvg-country=\"CR\" group-title=\"Costa Rica\",Canal 8\nhttp://mdstrm.com/live-stream-playlist/5a7b1e63a8da282c34d65445.m3u8\n#EXTINF:-1 tvg-name=\"Canal 11\" tvg-logo=\"https://i0.wp.com/directostv.teleame.com/wp-content/uploads/2016/06/Canal-11-Costa-Rica-en-vivo-Online.png\" tvg-id=\"Canal11.cr\" tvg-country=\"CR\" group-title=\"Costa Rica\",Canal 11\nhttps://d3bgcstab9qhdz.cloudfront.net/hls/canal2.m3u8\n#EXTINF:-1 tvg-name=\"88 Stereo\" tvg-logo=\"http://www.88stereo.com/wp-content/uploads/2017/05/88Stereo-logoweb.png\" tvg-id=\"88stereo.cr\" tvg-country=\"CR\" group-title=\"Costa Rica\",88 Stereo\nhttp://k3.usastreams.com/CableLatino/88stereo/playlist.m3u8\n"
  },
  {
    "path": "playlists/playlist_croatia.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"HRT 1\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/1/1f/HRT1-logo.png\" tvg-id=\"HRT1.hr\" tvg-country=\"HR\" group-title=\"Croatia\",HRT 1\nhttps://webtvstream.bhtelecom.ba/hls9/hrt1_1200.m3u8\n#EXTINF:-1 tvg-name=\"HRT 2\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/d/d0/Htv2-logo.png\" tvg-id=\"HRT2.hr\" tvg-country=\"HR\" group-title=\"Croatia\",HRT 2\nhttps://webtvstream.bhtelecom.ba/hls9/hrt2_1200.m3u8\n#EXTINF:-1 tvg-name=\"RTL\" tvg-logo=\"https://i.imgur.com/zAjr6pO.png\" tvg-id=\"RTLCroatia.hr\" tvg-country=\"HR\" group-title=\"Croatia\",RTL\nhttps://d1cs5tlhj75jxe.cloudfront.net/rtl/playlist.m3u8\n#EXTINF:-1 tvg-name=\"HRT 3\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/9/96/HRT3_Logo_aktuell.png\" tvg-id=\"HRT3.hr\" tvg-country=\"HR\" group-title=\"Croatia\",HRT 3\nhttps://webtvstream.bhtelecom.ba/hls9/hrt3_1200.m3u8\n#EXTINF:-1 tvg-name=\"RTL 2\" tvg-logo=\"https://i.imgur.com/dQLaylJ.png\" tvg-id=\"RTL2Croatia.hr\" tvg-country=\"HR\" group-title=\"Croatia\",RTL 2\nhttps://d1um9c09e0t5ag.cloudfront.net/rtl2/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Sportska televizija Ⓖ\" tvg-logo=\"https://i.imgur.com/xdxjcVh.png\" tvg-id=\"SportskaTV.hr\" tvg-country=\"HR\" group-title=\"Croatia\",Sportska televizija Ⓖ\nhttps://stream.agatin.hr:3087/live/sptvlive.m3u8\n#EXTINF:-1 tvg-name=\"RTL Kockica\" tvg-logo=\"https://i.imgur.com/BiSVmRa.png\" tvg-id=\"RTLKockica.hr\" tvg-country=\"HR\" group-title=\"Croatia\",RTL Kockica\nhttps://d1rzyyum8t0q1e.cloudfront.net/rtl-kockica/playlist.m3u8\n#EXTINF:-1 tvg-name=\"CMC TV\" tvg-logo=\"https://i.imgur.com/Fh2vawT.png\" tvg-id=\"CMCTV.hr\" tvg-country=\"HR\" group-title=\"Croatia\",CMC TV\nhttps://stream.cmctv.hr:49998/cmc/live.m3u8\n#EXTINF:-1 tvg-name=\"Plava Vinkovačka\" tvg-logo=\"https://i.imgur.com/WJJNtQ3.jpg\" tvg-id=\"PlavaVinkovacka.hr\" tvg-country=\"HR\" group-title=\"Croatia\",Plava Vinkovačka\nhttps://player-api.new.livestream.com/accounts/26611954/events/7977299/broadcasts/237205435.secure.m3u8\n#EXTINF:-1 tvg-name=\"Televizija Slavonije i Baranje (STV)\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/hr/0/04/STV.PNG\" tvg-id=\"STV.hr\" tvg-country=\"HR\" group-title=\"Croatia\",Televizija Slavonije i Baranje (STV)\nhttp://89.201.163.244:8080/hls/hdmi.m3u8\n#EXTINF:-1 tvg-name=\"Osječka televizija (OSTV) Ⓢ\" tvg-logo=\"https://i.imgur.com/o9JgEyG.png\" tvg-id=\"OSTV.hr\" tvg-country=\"HR\" group-title=\"Croatia\",Osječka televizija (OSTV) Ⓢ\nhttps://player-api.new.livestream.com/accounts/27681961/events/8347875/broadcasts/237202062.secure.m3u8\n#EXTINF:-1 tvg-name=\"TV Nova\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/hr/c/c8/TVnova-logo.png\" tvg-id=\"TVNova.hr\" tvg-country=\"HR\" group-title=\"Croatia\",TV Nova\nhttps://stream.agatin.hr:3727/live/tvnovalive.m3u8\n#EXTINF:-1 tvg-name=\"TV Jadran\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/hr/9/9a/Tv_jadran_logo.png\" tvg-id=\"TVJadran.hr\" tvg-country=\"HR\" group-title=\"Croatia\",TV Jadran\nhttps://tvjadran.stream.agatin.hr:3412/live/tvjadranlive.m3u8\n#EXTINF:-1 tvg-name=\"Libertas TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/hr/8/8a/LibertasTV.png\" tvg-id=\"LibertasTV.hr\" tvg-country=\"HR\" group-title=\"Croatia\",Libertas TV\nhttps://stream.luci.xyz/hls/LTV.m3u8\n#EXTINF:-1 tvg-name=\"Trend TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/hr/2/22/TrendTV.jpg\" tvg-id=\"TrendTV.hr\" tvg-country=\"HR\" group-title=\"Croatia\",Trend TV\nhttp://185.62.75.22:1935/trend/myStream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Televizija Zapad\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/hr/9/97/TVZ-2018.png\" tvg-id=\"TVZapad.hr\" tvg-country=\"HR\" group-title=\"Croatia\",Televizija Zapad\nhttp://webtv.zapad.tv:8080/memfs/1ad23803-84c3-41c7-aa91-fce4c7eac52e.m3u8\n#EXTINF:-1 tvg-name=\"Al Jazeera Balkans\" tvg-logo=\"https://i.imgur.com/Z1FB6wl.png\" tvg-id=\"AlJazeeraBalkans.ba\" tvg-country=\"HR\" group-title=\"Croatia\",Al Jazeera Balkans\nhttps://live-hls-web-ajb.getaj.net/AJB/index.m3u8\n"
  },
  {
    "path": "playlists/playlist_cyprus.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"RIK 1 Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/e/e5/Logo_RIK_1_2017.svg/640px-Logo_RIK_1_2017.svg.png\" tvg-id=\"RIK1.cy\" tvg-country=\"CY\" group-title=\"Cyprus\",RIK 1 Ⓢ\nhttp://l6.cloudskep.com/tvb6/rik1-1/mpeg.2ts\n#EXTINF:-1 tvg-name=\"RIK 2 Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/1/14/Logo_RIK_2_2017.svg/640px-Logo_RIK_2_2017.svg.png\" tvg-id=\"RIK2.cy\" tvg-country=\"CY\" group-title=\"Cyprus\",RIK 2 Ⓢ\nhttp://l6.cloudskep.com/tvb6/rik2-1/mpeg.2ts\n#EXTINF:-1 tvg-name=\"RIK HD\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/el/7/7d/RIKHD2.png\" tvg-id=\"RIKHD.cy\" tvg-country=\"CY\" group-title=\"Cyprus\",RIK HD\nhttp://l6.cloudskep.com/tvb6/rikhd1/mpeg.2ts\n#EXTINF:-1 tvg-name=\"RIK Sat\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/a/ad/Logo_RIK_Sat_2017.svg/640px-Logo_RIK_Sat_2017.svg.png\" tvg-id=\"RIKSat.cy\" tvg-country=\"CY\" group-title=\"Cyprus\",RIK Sat\nhttps://l3.cloudskep.com/cybcsat/abr/playlist.m3u8\n#EXTINF:-1 tvg-name=\"BRT 1\" tvg-logo=\"https://i.imgur.com/gOPAi2c.png\" tvg-id=\"BRT1.cy\" tvg-country=\"CY\" group-title=\"Cyprus\",BRT 1\nhttps://sc-kuzeykibrissmarttv.ercdn.net/brt1hd/bant1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"BRT 2\" tvg-logo=\"https://i.imgur.com/t5kbIuj.png\" tvg-id=\"BRT2.cy\" tvg-country=\"CY\" group-title=\"Cyprus\",BRT 2\nhttps://sc-kuzeykibrissmarttv.ercdn.net/brt2hd/bant1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Ada TV Ⓢ\" tvg-logo=\"https://i.imgur.com/LPQfdz2.png\" tvg-id=\"AdaTV.cy\" tvg-country=\"CY\" group-title=\"Cyprus\",Ada TV Ⓢ\nhttps://sc-kuzeykibrissmarttv.ercdn.net/adatv/bant1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Kıbrıs Genç TV Ⓢ\" tvg-logo=\"https://i.imgur.com/eBdQn9h.png\" tvg-id=\"KibrisGencTV.cy\" tvg-country=\"CY\" group-title=\"Cyprus\",Kıbrıs Genç TV Ⓢ\nhttps://sc-kuzeykibrissmarttv.ercdn.net/kibrisgenctv/bant1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Kanal T Ⓢ\" tvg-logo=\"https://i.imgur.com/4bA4pXT.png\" tvg-id=\"KibrisKanalT.cy\" tvg-country=\"CY\" group-title=\"Cyprus\",Kanal T Ⓢ\nhttps://sc-kuzeykibrissmarttv.ercdn.net/kanalt/bantp1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Kıbrıs TV Ⓢ\" tvg-logo=\"https://i.imgur.com/5MJZPTo.png\" tvg-id=\"KibrisTV.cy\" tvg-country=\"CY\" group-title=\"Cyprus\",Kıbrıs TV Ⓢ\nhttps://sc-kuzeykibrissmarttv.ercdn.net/kibristv/bant1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TV 2020 Ⓢ\" tvg-logo=\"https://i.imgur.com/rtfsNdd.png\" tvg-id=\"TV2020.cy\" tvg-country=\"CY\" group-title=\"Cyprus\",TV 2020 Ⓢ\nhttps://sc-kuzeykibrissmarttv.ercdn.net/tv2020/bantp1/playlist.m3u8\n"
  },
  {
    "path": "playlists/playlist_czech_republic.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"ČT1 Ⓖ\" tvg-logo=\"https://i.imgur.com/qBlEbN3.png\" tvg-id=\"CT1.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",ČT1 Ⓖ\nhttps://sktv.plainrock127.xyz/get.php?x=CT1\n#EXTINF:-1 tvg-name=\"ČT2 Ⓖ\" tvg-logo=\"https://i.imgur.com/HpnGC6A.png\" tvg-id=\"CT2.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",ČT2 Ⓖ\nhttps://sktv.plainrock127.xyz/get.php?x=CT2\n#EXTINF:-1 tvg-name=\"ČT24\" tvg-logo=\"https://i.imgur.com/pUMRFs1.png\" tvg-id=\"CT24.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",ČT24\nhttps://sktv.plainrock127.xyz/get.php?x=CT24\n#EXTINF:-1 tvg-name=\"ČT sport Ⓖ\" tvg-logo=\"https://i.imgur.com/I2dltZW.png\" tvg-id=\"CTSport.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",ČT sport Ⓖ\nhttps://sktv.plainrock127.xyz/get.php?x=CTsport\n#EXTINF:-1 tvg-name=\"ČT :D\" tvg-logo=\"https://i.imgur.com/Pa5rLpA.png\" tvg-id=\"CTDecko.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",ČT :D\nhttps://sktv.plainrock127.xyz/get.php?x=CT_D\n#EXTINF:-1 tvg-name=\"ČT art\" tvg-logo=\"https://i.imgur.com/u8mfETB.png\" tvg-id=\"CTart.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",ČT art\nhttps://sktv.plainrock127.xyz/get.php?x=CTart\n#EXTINF:-1 tvg-name=\"ČT sport Plus Ⓖ\" tvg-logo=\"https://i.imgur.com/5JiMynW.png\" tvg-id=\"\" tvg-country=\"CZ\" group-title=\"Czech Republic\",ČT sport Plus Ⓖ\nhttps://sktv.plainrock127.xyz/get.php?x=CTsportPlus\n#EXTINF:-1 tvg-name=\"JOJ Family Ⓢ\" tvg-logo=\"https://i.imgur.com/IZHIAAj.png\" tvg-id=\"JojFamily.sk\" tvg-country=\"CZ\" group-title=\"Czech Republic\",JOJ Family Ⓢ\nhttps://live.cdn.joj.sk/live/hls/family-540.m3u8\n#EXTINF:-1 tvg-name=\"Šlágr Originál Ⓢ\" tvg-logo=\"https://i.imgur.com/fQcx9S2.png\" tvg-id=\"SlagrOriginal.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",Šlágr Originál Ⓢ\nhttps://stream-6.mazana.tv/slagr.m3u\n#EXTINF:-1 tvg-name=\"Šlágr Muzika Ⓢ\" tvg-logo=\"https://i.imgur.com/J9YHDVS.png\" tvg-id=\"SlagrMuzika.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",Šlágr Muzika Ⓢ\nhttps://stream-33.mazana.tv/slagr2.m3u\n#EXTINF:-1 tvg-name=\"Šlágr Premium Ⓢ\" tvg-logo=\"https://i.imgur.com/Lp0IqDx.png\" tvg-id=\"SlagrPremium.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",Šlágr Premium Ⓢ\nhttps://stream-15.mazana.tv/slagrpremium.m3u\n#EXTINF:-1 tvg-name=\"Prima Ⓖ\" tvg-logo=\"https://i.imgur.com/0aHT2Nj.png\" tvg-id=\"Prima.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",Prima Ⓖ\nhttps://prima-ott-live.ssl.cdn.cra.cz/channels/prima_family/playlist/cze/live_hd.m3u8?offsetSeconds=0&url=0\n#EXTINF:-1 tvg-name=\"CNN Prima News\" tvg-logo=\"https://i.imgur.com/Il7t0bU.png\" tvg-id=\"CNNPrimaNews.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",CNN Prima News\nhttps://prima-ott-live.ssl.cdn.cra.cz/channels/prima_cnn/playlist/cze/live_hd.m3u8?offsetSeconds=0&url=0\n#EXTINF:-1 tvg-name=\"Prima Zoom Ⓖ\" tvg-logo=\"https://i.imgur.com/zuzBucZ.png\" tvg-id=\"PrimaZoom.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",Prima Zoom Ⓖ\nhttps://prima-ott-live.ssl.cdn.cra.cz/channels/prima_zoom/playlist/cze/live_hd.m3u8?offsetSeconds=0&url=0\n#EXTINF:-1 tvg-name=\"Prima Love Ⓖ\" tvg-logo=\"https://i.imgur.com/TOCZc3Y.png\" tvg-id=\"PrimaLove.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",Prima Love Ⓖ\nhttps://prima-ott-live.ssl.cdn.cra.cz/channels/prima_love/playlist/cze/live_hd.m3u8?offsetSeconds=0&url=0\n#EXTINF:-1 tvg-name=\"Prima STAR Ⓖ\" tvg-logo=\"https://i.imgur.com/tQGwvNs.png\" tvg-id=\"PrimaStar.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",Prima STAR Ⓖ\nhttps://prima-ott-live.ssl.cdn.cra.cz/channels/prima_star/playlist/cze/live_hd.m3u8?offsetSeconds=0&url=0\n#EXTINF:-1 tvg-name=\"Prima Krimi Ⓖ\" tvg-logo=\"https://i.imgur.com/Dn2YxrA.png\" tvg-id=\"PrimaKrimi.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",Prima Krimi Ⓖ\nhttps://prima-ott-live.ssl.cdn.cra.cz/channels/prima_krimi/playlist/cze/live_hd.m3u8?offsetSeconds=0&url=0\n#EXTINF:-1 tvg-name=\"Prima MAX Ⓖ\" tvg-logo=\"https://i.imgur.com/QaEakvm.png\" tvg-id=\"PrimaMax.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",Prima MAX Ⓖ\nhttps://prima-ott-live.ssl.cdn.cra.cz/channels/prima_max/playlist/cze/live_hd.m3u8?offsetSeconds=0&url=0\n#EXTINF:-1 tvg-name=\"Prima Cool Ⓖ\" tvg-logo=\"https://i.imgur.com/JMHWmcJ.png\" tvg-id=\"PrimaCool.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",Prima Cool Ⓖ\nhttps://prima-ott-live.ssl.cdn.cra.cz/channels/prima_cool/playlist/cze/live_hd.m3u8?offsetSeconds=0&url=0\n#EXTINF:-1 tvg-name=\"Prima Show Ⓖ\" tvg-logo=\"https://i.imgur.com/zX4NTJ5.png\" tvg-id=\"PrimaShow.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",Prima Show Ⓖ\nhttps://prima-ott-live.ssl.cdn.cra.cz/channels/prima_show/playlist/cze/live_hd.m3u8?offsetSeconds=0&url=0\n#EXTINF:-1 tvg-name=\"Óčko Ⓢ\" tvg-logo=\"https://i.imgur.com/iPmpsnN.png\" tvg-id=\"Ocko.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",Óčko Ⓢ\nhttps://ocko-live.ssl.cdn.cra.cz/channels/ocko/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Óčko Star Ⓢ\" tvg-logo=\"https://i.imgur.com/tGzQFWw.png\" tvg-id=\"OckoStar.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",Óčko Star Ⓢ\nhttps://ocko-live.ssl.cdn.cra.cz/channels/ocko_gold/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Óčko Expres Ⓢ\" tvg-logo=\"https://i.imgur.com/e731JNS.png\" tvg-id=\"OckoExpres.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",Óčko Expres Ⓢ\nhttps://ocko-live.ssl.cdn.cra.cz/channels/ocko_expres/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Retro Music Television Ⓢ\" tvg-logo=\"https://i.imgur.com/a6S2Yo4.png\" tvg-id=\"RetroMusicTV.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",Retro Music Television Ⓢ\nhttps://stream.mediawork.cz/retrotv/smil:retrotv2.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TN Live\" tvg-logo=\"https://i.imgur.com/9P7ZyFu.png\" tvg-id=\"\" tvg-country=\"CZ\" group-title=\"Czech Republic\",TN Live\nhttps://sktv.plainrock127.xyz/get.php?x=NovaTNLive\n#EXTINF:-1 tvg-name=\"Praha TV\" tvg-logo=\"https://www.praga2018.cz/wp-content/uploads/logo-prahatv.png\" tvg-id=\"PrahaTV.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",Praha TV\nhttps://stream.polar.cz/prahatv/prahatvlive-1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TV Nova Ⓢ\" tvg-logo=\"https://i.imgur.com/77ztmd9.png\" tvg-id=\"tvnova.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",TV Nova Ⓢ\nhttps://sktv.plainrock127.xyz/get.php?x=Nova\n#EXTINF:-1 tvg-name=\"Východoceská TV\" tvg-logo=\"https://i.imgur.com/4Wwptd3.png\" tvg-id=\"V1.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",Východoceská TV\nhttps://stream.polar.cz/vctv/vctvlive-1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"UTV (Czech Republic)\" tvg-logo=\"https://imgur.com/ulfeIwM.png\" tvg-id=\"utv.cz\" tvg-country=\"CZ\" group-title=\"Czech Republic\",UTV (Czech Republic)\nhttps://vysilani.zaktv.cz/broadcast/hls/utv/index.m3u8\n"
  },
  {
    "path": "playlists/playlist_denmark.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"DR1 Ⓖ\" tvg-logo=\"https://i.imgur.com/wEq8UnG.png\" tvg-id=\"DR1.dk\" tvg-country=\"DK\" group-title=\"Denmark\",DR1 Ⓖ\nhttps://drlive01texthls.akamaized.net/hls/live/2014186/drlive01text/master.m3u8\n#EXTINF:-1 tvg-name=\"DR2 Ⓖ\" tvg-logo=\"https://i.imgur.com/b79UKYN.png\" tvg-id=\"DR2.dk\" tvg-country=\"DK\" group-title=\"Denmark\",DR2 Ⓖ\nhttps://drlive02texthls.akamaized.net/hls/live/2014188/drlive02text/master.m3u8\n#EXTINF:-1 tvg-name=\"DR Ramasjang Ⓖ\" tvg-logo=\"https://i.imgur.com/YD0z2mN.png\" tvg-id=\"DRRamasjang.dk\" tvg-country=\"DK\" group-title=\"Denmark\",DR Ramasjang Ⓖ\nhttps://drlive03texthls.akamaized.net/hls/live/2014191/drlive03text/master.m3u8\n#EXTINF:-1 tvg-name=\"Folketinget TV\" tvg-logo=\"https://i.imgur.com/RqQDUzX.png\" tvg-id=\"TVfromtheDanishParliament.dk\" tvg-country=\"DK\" group-title=\"Denmark\",Folketinget TV\nhttps://cdnapi.kaltura.com/p/2158211/sp/327418300/playManifest/entryId/1_24gfa7qq/protocol/https/format/applehttp/a.m3u8\n#EXTINF:-1 tvg-name=\"TV Syd+\" tvg-logo=\"https://i.imgur.com/k2jf591.png\" tvg-id=\"TVSYD.dk\" tvg-country=\"DK\" group-title=\"Denmark\",TV Syd+\nhttps://cdn-lt-live.tvsyd.dk/env/cluster-1-e.live.nvp1/live/hls/p/1956351/e/0_e9slj9wh/tl/main/st/0/t/rFEtaqAbdhUFGef_BNF4WQ/index-s32.m3u8\n#EXTINF:-1 tvg-name=\"TV 2/Fyn\" tvg-logo=\"https://i.imgur.com/4L6AIMH.png\" tvg-id=\"TV2Fyn.dk\" tvg-country=\"DK\" group-title=\"Denmark\",TV 2/Fyn\nhttps://cdn-lt-live.tv2fyn.dk/env/cluster-1-e.live.nvp1/live/hls/p/1966291/e/0_vsfrv0zm/tl/main/st/0/t/EgP1FA1D39taZFVewCa42w/index-s32.m3u8\n#EXTINF:-1 tvg-name=\"TV 2/Øst\" tvg-logo=\"https://i.imgur.com/H9l6Ulw.png\" tvg-id=\"TV2Ost.dk\" tvg-country=\"DK\" group-title=\"Denmark\",TV 2/Øst\nhttps://cdn-lt-live.tveast.dk/env/cluster-1-e.live.nvp1/live/hls/p/1953381/e/0_zphj9q61/tl/main/st/0/t/THUB80e-ZMufZCE4pDhO0g/index-s32.m3u8\n#EXTINF:-1 tvg-name=\"TV 2/Nord\" tvg-logo=\"https://i.imgur.com/tEJ22UW.png\" tvg-id=\"TV2Nord.dk\" tvg-country=\"DK\" group-title=\"Denmark\",TV 2/Nord\nhttps://cdn-lt-live.tv2nord.dk/env/cluster-1-e.live.nvp1/live/hls/p/1956931/e/1_h9yfe7h2/tl/main/st/1/t/_FUn1YHQ6_P6lES4U6mmsA/index-s32.m3u8\n#EXTINF:-1 tvg-name=\"TV 2 Kosmopol\" tvg-logo=\"https://i.imgur.com/oVmCoKY.png\" tvg-id=\"TV2Kosmopol.dk\" tvg-country=\"DK\" group-title=\"Denmark\",TV 2 Kosmopol\nhttps://cdn-lt-live.tv2lorry.dk/env/cluster-1-d.live.nvp1/live/hls/p/2045321/e/1_grusx1zd/tl/main/st/0/t/rCct87c-v2SFFCvQK1BBOg/index-s32.m3u8\n#EXTINF:-1 tvg-name=\"TV/Midt-Vest\" tvg-logo=\"https://i.imgur.com/OU7xIVa.png\" tvg-id=\"TVMidtvest.dk\" tvg-country=\"DK\" group-title=\"Denmark\",TV/Midt-Vest\nhttps://cdn-lt-live.tvmidtvest.dk/env/cluster-1-d.live.frp1/live/hls/p/1953371/e/1_9x5lzos9/tl/main/st/0/t/9MTEhotxVwKuatx1EVXdGg/index-s34.m3u8\n#EXTINF:-1 tvg-name=\"TV 2/Østjylland\" tvg-logo=\"https://i.imgur.com/qEUXjHp.png\" tvg-id=\"TV2Ostjylland.dk\" tvg-country=\"DK\" group-title=\"Denmark\",TV 2/Østjylland\nhttps://cdn-lt-live.tvmidtvest.dk/env/cluster-1-d.live.frp1/live/hls/p/1953371/e/1_9x5lzos9/tl/main/st/0/t/9MTEhotxVwKuatx1EVXdGg/index-s34.m3u8\n#EXTINF:-1 tvg-name=\"TV 2/Bornholm\" tvg-logo=\"https://i.imgur.com/cEOpXU6.png\" tvg-id=\"TV2Bornholm.dk\" tvg-country=\"DK\" group-title=\"Denmark\",TV 2/Bornholm\nhttps://live.tv2bornholm.dk/stream/live/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TV Storbyen\" tvg-logo=\"https://i.imgur.com/QqjRqow.png\" tvg-id=\"TVStorbyen.dk\" tvg-country=\"DK\" group-title=\"Denmark\",TV Storbyen\nhttps://5eeb3940cfaa0.streamlock.net/webtv_live/_definst_/mp4:kanalnordvest/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Kanal Hovedstaden\" tvg-logo=\"https://i.imgur.com/MCXYDwH.png\" tvg-id=\"KanalHovedstaden.dk\" tvg-country=\"DK\" group-title=\"Denmark\",Kanal Hovedstaden\nhttp://khkbh.dk:8080/hls/livestream/index.m3u8\n#EXTINF:-1 tvg-name=\"KKRtv\" tvg-logo=\"https://i.imgur.com/TbtjWHI.png\" tvg-id=\"KKRtv.dk\" tvg-country=\"DK\" group-title=\"Denmark\",KKRtv\nrtmp://video.kkr.dk/live/kkr\n"
  },
  {
    "path": "playlists/playlist_dominican_republic.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"Canal RTVD 4\" tvg-logo=\"https://static.wikia.nocookie.net/logopedia/images/4/4e/CERTV_4_2015.png\" tvg-id=\"Canal4RD.do\" tvg-country=\"DO\" group-title=\"Dominican Republic\",Canal RTVD 4\nhttps://protvradiostream.com:1936/canal4rd-1/ngrp:canal4rd-1_all/playlist.m3u8\n"
  },
  {
    "path": "playlists/playlist_egypt.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"Aghapy TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/e/eb/AghapyTV.jpg\" tvg-id=\"AghapyTV.eg\" tvg-country=\"EG\" group-title=\"Egypt\",Aghapy TV\nhttps://5b622f07944df.streamlock.net/aghapy.tv/aghapy.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Al Ghad Plus\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/0/06/AlGhad_TV.png\" tvg-id=\"AlGhadPlus.eg\" tvg-country=\"EG\" group-title=\"Egypt\",Al Ghad Plus\nhttps://playlist.fasttvcdn.com/pl/ykvm3f2fhokwxqsurp9xcg/alghad-plus/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Al Ghad TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/0/06/AlGhad_TV.png\" tvg-id=\"AlGhadTV.eg\" tvg-country=\"EG\" group-title=\"Egypt\",Al Ghad TV\nhttps://eazyvwqssi.erbvr.com/alghadtv/alghadtv.m3u8\n#EXTINF:-1 tvg-name=\"Al Qahera News\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/ar/b/b0/%D9%82%D9%86%D8%A7%D8%A9_%D8%A7%D9%84%D9%82%D8%A7%D9%87%D8%B1%D8%A9_%D8%A7%D9%84%D8%A5%D8%AE%D8%A8%D8%A7%D8%B1%D9%8A%D8%A9.png\" tvg-id=\"AlQaheraNews.eg\" tvg-country=\"EG\" group-title=\"Egypt\",Al Qahera News\nhttps://bcovlive-a.akamaihd.net/d30cbb3350af4cb7a6e05b9eb1bfd850/eu-west-1/6057955906001/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Alhayat TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/8/8c/Al-Hayat_Media_Center_Logo_%28variant_2%29.svg\" tvg-id=\"AlhayatTV.eg\" tvg-country=\"EG\" group-title=\"Egypt\",Alhayat TV\nhttps://cdn3.wowza.com/5/OE5HREpIcEkySlNT/alhayat-live/ngrp:livestream_all/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Coptic TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/4/4c/Coptic_news.jpg\" tvg-id=\"CopticTV.eg\" tvg-country=\"EG\" group-title=\"Egypt\",Coptic TV\nhttps://5aafcc5de91f1.streamlock.net/ctvchannel.tv/ctv.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Huda TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/5/58/Logo_huda_%D8%AD%D8%AC%D9%85_%D9%83%D8%A8%D9%8A%D8%B1.gif\" tvg-id=\"HudaTV.eg\" tvg-country=\"EG\" group-title=\"Egypt\",Huda TV\nhttps://cdn.bestream.io:19360/elfaro1/elfaro1.m3u8\n#EXTINF:-1 tvg-name=\"Koogi TV\" tvg-logo=\"\" tvg-id=\"KoogiTV.eg\" tvg-country=\"EG\" group-title=\"Egypt\",Koogi TV\nhttps://5d658d7e9f562.streamlock.net/koogi.tv/koogi.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"MBC Masr 1\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/7/7c/MBC_Masr_Logo.png\" tvg-id=\"MBCMasr1.eg\" tvg-country=\"EG\" group-title=\"Egypt\",MBC Masr 1\nhttps://mbc1-enc.edgenextcdn.net/out/v1/d5036cabf11e45bf9d0db410ca135c18/index.m3u8\n#EXTINF:-1 tvg-name=\"MBC Masr 2\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/5/53/MBC_Masr_2_Logo.svg\" tvg-id=\"MBCMasr2.eg\" tvg-country=\"EG\" group-title=\"Egypt\",MBC Masr 2\nhttps://shls-masr2-ak.akamaized.net/out/v1/f683685242b549f48ea8a5171e3e993a/index.m3u8\n#EXTINF:-1 tvg-name=\"Rotana Cinema\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/9/92/Rotana_Cinema_Egy.png\" tvg-id=\"RotanaCinema.eg\" tvg-country=\"EG\" group-title=\"Egypt\",Rotana Cinema\nhttps://rotana.hibridcdn.net/rotana/cinemamasr_net-7Y83PP5adWixDF93/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Watan TV\" tvg-logo=\"\" tvg-id=\"WatanTV.eg\" tvg-country=\"EG\" group-title=\"Egypt\",Watan TV\nhttps://rp.tactivemedia.com/watantv_source/live/playlist.m3u8\n"
  },
  {
    "path": "playlists/playlist_estonia.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"ETV Ⓖ\" tvg-logo=\"https://i.imgur.com/5URjPgG.png\" tvg-id=\"ETV.ee\" tvg-country=\"EE\" group-title=\"Estonia\",ETV Ⓖ\nhttp://sb.err.ee/live/etv.m3u8\n#EXTINF:-1 tvg-name=\"ETV2 Ⓖ\" tvg-logo=\"https://i.imgur.com/fUjGHDa.png\" tvg-id=\"ETV2.ee\" tvg-country=\"EE\" group-title=\"Estonia\",ETV2 Ⓖ\nhttp://sb.err.ee/live/etv2.m3u8\n#EXTINF:-1 tvg-name=\"ETV+ Ⓖ\" tvg-logo=\"https://i.imgur.com/YAubPlU.png\" tvg-id=\"ETVPlus.ee\" tvg-country=\"EE\" group-title=\"Estonia\",ETV+ Ⓖ\nhttp://sb.err.ee/live/etvpluss.m3u8\n#EXTINF:-1 tvg-name=\"Riigikogu\" tvg-logo=\"https://i.imgur.com/7uWaZLF.png\" tvg-id=\"Riigikogu.ee\" tvg-country=\"EE\" group-title=\"Estonia\",Riigikogu\nhttps://riigikogu.babahhcdn.com/bb1027/smil:riigikogu_ch1.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Taevas TV7\" tvg-logo=\"https://i.imgur.com/usXedIj.png\" tvg-id=\"TaevasTV7.fi\" tvg-country=\"EE\" group-title=\"Estonia\",Taevas TV7\nhttps://vod.tv7.fi/tv7-ee/_definst_/smil:tv7-ee.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Life TV Estonia\" tvg-logo=\"https://i.imgur.com/JhrTB82.png\" tvg-id=\"LifeTV.ee\" tvg-country=\"EE\" group-title=\"Estonia\",Life TV Estonia\nhttps://lifetv.bitflip.ee/live/stream2.m3u8\n#EXTINF:-1 tvg-name=\"Life TV Europe\" tvg-logo=\"https://i.imgur.com/JhrTB82.png\" tvg-id=\"LifeTVEurope.ee\" tvg-country=\"EE\" group-title=\"Estonia\",Life TV Europe\nhttps://lifetv.bitflip.ee/live/stream1.m3u8\n#EXTINF:-1 tvg-name=\"TBN Baltia\" tvg-logo=\"https://i.imgur.com/rKBaK56.png\" tvg-id=\"TBNBaltia.ee\" tvg-country=\"EE\" group-title=\"Estonia\",TBN Baltia\nhttp://dc.tbnbaltia.eu:8088/dvr/rewind-21600.m3u8\n"
  },
  {
    "path": "playlists/playlist_faroe_islands.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"KVF Sjónvarp\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/a/ab/KVF_logo_2019.svg/640px-KVF_logo_2019.svg.png\" tvg-id=\"KVFSjonvarp.fo\" tvg-country=\"FO\" group-title=\"Faroe Islands\",KVF Sjónvarp\nhttps://w1.kringvarp.fo/uttanlands/smil:uttanlands.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tingvarp\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/9/90/Logo_-_L%C3%B8gting.png\" tvg-id=\"Tingvarp.fo\" tvg-country=\"FO\" group-title=\"Faroe Islands\",Tingvarp\nhttps://play.kringvarp.fo/redirect/tingvarp/_definst_/smil:tingvarp.smil?type=m3u8\n"
  },
  {
    "path": "playlists/playlist_finland.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"Yle TV1 Ⓖ\" tvg-logo=\"https://i.imgur.com/6yXZwUL.png\" tvg-id=\"YleTV1.fi\" tvg-country=\"FI\" group-title=\"Finland\",Yle TV1 Ⓖ\nhttps://yletv.akamaized.net/hls/live/622365/yletv1fin/index.m3u8\n#EXTINF:-1 tvg-name=\"Yle TV2 Ⓖ\" tvg-logo=\"https://i.imgur.com/4xkc6PL.png\" tvg-id=\"YleTV2.fi\" tvg-country=\"FI\" group-title=\"Finland\",Yle TV2 Ⓖ\nhttps://yletv.akamaized.net/hls/live/622366/yletv2fin/index.m3u8\n#EXTINF:-1 tvg-name=\"MTV3\" tvg-logo=\"https://i.imgur.com/kNbmc8n.png\" tvg-id=\"MTV3.fi\" tvg-country=\"FI\" group-title=\"Finland\",MTV3\nhttps://live-fi.tvkaista.net/mtv3/live.m3u8?src=freetv\n#EXTINF:-1 tvg-name=\"Nelonen\" tvg-logo=\"https://i.imgur.com/BFbCyfY.png\" tvg-id=\"Nelonen.fi\" tvg-country=\"FI\" group-title=\"Finland\",Nelonen\nhttps://live-fi.tvkaista.net/nelonen/live.m3u8?src=freetv\n#EXTINF:-1 tvg-name=\"Yle Teema Fem Ⓖ\" tvg-logo=\"https://i.imgur.com/iDljufz.png\" tvg-id=\"YleTeemaFem.fi\" tvg-country=\"FI\" group-title=\"Finland\",Yle Teema Fem Ⓖ\nhttps://yletv.akamaized.net/hls/live/622367/yletvteemafemfin/index.m3u8\n#EXTINF:-1 tvg-name=\"MTV Sub\" tvg-logo=\"https://i.imgur.com/VRCuxQt.png\" tvg-id=\"Sub.fi\" tvg-country=\"FI\" group-title=\"Finland\",MTV Sub\nhttps://live-fi.tvkaista.net/sub/live.m3u8?src=freetv\n#EXTINF:-1 tvg-name=\"TV5 Finland\" tvg-logo=\"https://i.imgur.com/MoukyGs.png\" tvg-id=\"TV5.fi\" tvg-country=\"FI\" group-title=\"Finland\",TV5 Finland\nhttps://live-fi.tvkaista.net/tv5/live.m3u8?src=freetv\n#EXTINF:-1 tvg-name=\"Liv\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/0/06/Liv_color_RGB.png\" tvg-id=\"Liv.fi\" tvg-country=\"FI\" group-title=\"Finland\",Liv\nhttps://live-fi.tvkaista.net/liv/live.m3u8?src=freetv\n#EXTINF:-1 tvg-name=\"Jim\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/9/92/Jim_color_RGB.png\" tvg-id=\"Jim.fi\" tvg-country=\"FI\" group-title=\"Finland\",Jim\nhttps://live-fi.tvkaista.net/jim/live.m3u8?src=freetv\n#EXTINF:-1 tvg-name=\"Kutonen\" tvg-logo=\"https://i.imgur.com/4giVyxb.png\" tvg-id=\"Kutonen.fi\" tvg-country=\"FI\" group-title=\"Finland\",Kutonen\nhttps://live-fi.tvkaista.net/kutonen/live.m3u8?src=freetv\n#EXTINF:-1 tvg-name=\"TLC Finland\" tvg-logo=\"https://i.imgur.com/0d5hP3A.png\" tvg-id=\"TLCFinland.fi\" tvg-country=\"FI\" group-title=\"Finland\",TLC Finland\nhttps://live-fi.tvkaista.net/tlc/live.m3u8?src=freetv\n#EXTINF:-1 tvg-name=\"Star Channel Finland\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Star_Channel_2020.svg/640px-Star_Channel_2020.svg.png\" tvg-id=\"StarChannel.fi\" tvg-country=\"FI\" group-title=\"Finland\",Star Channel Finland\nhttps://live-fi.tvkaista.net/star-channel/live.m3u8?src=freetv\n#EXTINF:-1 tvg-name=\"MTV Ava\" tvg-logo=\"https://i.imgur.com/rtyJVgB.png\" tvg-id=\"AVA.fi\" tvg-country=\"FI\" group-title=\"Finland\",MTV Ava\nhttps://live-fi.tvkaista.net/ava/live.m3u8?src=freetv\n#EXTINF:-1 tvg-name=\"Hero\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/b/bd/Hero_color_RGB.png\" tvg-id=\"Hero.fi\" tvg-country=\"FI\" group-title=\"Finland\",Hero\nhttps://live-fi.tvkaista.net/hero/live.m3u8?src=freetv\n#EXTINF:-1 tvg-name=\"Frii\" tvg-logo=\"https://i.imgur.com/ljKoG9I.png\" tvg-id=\"Frii.fi\" tvg-country=\"FI\" group-title=\"Finland\",Frii\nhttps://live-fi.tvkaista.net/frii/live.m3u8?src=freetv\n#EXTINF:-1 tvg-name=\"Alfa Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/fi/9/93/IRR-TV-1.png\" tvg-id=\"IRRTV.fi\" tvg-country=\"FI\" group-title=\"Finland\",Alfa Ⓢ\nhttps://irrtv2.digitacdn.net/live/ott/irrtv/playlist.m3u8?organizationId=229401409&suiteItemId=230439940\n#EXTINF:-1 tvg-name=\"TapahtumaTV Eveo\" tvg-logo=\"https://i.imgur.com/sR8nA8w.png\" tvg-id=\"Eveo.fi\" tvg-country=\"FI\" group-title=\"Finland\",TapahtumaTV Eveo\nhttps://live-fi.tvkaista.net/tapahtumatv-eveo/live.m3u8?src=freetv\n#EXTINF:-1 tvg-name=\"National Geographic Finland Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/f/fc/Natgeologo.svg/512px-Natgeologo.svg.png\" tvg-id=\"NationalGeographicFinland.fi\" tvg-country=\"FI\" group-title=\"Finland\",National Geographic Finland Ⓖ\nhttps://live-fi.tvkaista.net/national-geographic/live.m3u8?src=freetv\n#EXTINF:-1 tvg-name=\"Viaplay TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/94/Viaplay_TV_logo.svg/640px-Viaplay_TV_logo.svg.png\" tvg-id=\"ViaplayTV.fi\" tvg-country=\"FI\" group-title=\"Finland\",Viaplay TV\nhttps://live-fi.tvkaista.net/viaplay-tv/live.m3u8?src=freetv\n#EXTINF:-1 tvg-name=\"OnniTV\" tvg-logo=\"https://i.imgur.com/HzILf2H.png\" tvg-id=\"KotiTV.fi\" tvg-country=\"FI\" group-title=\"Finland\",OnniTV\nhttps://onnitv.digitacdn.net/live/ott/onnitv/playlist.m3u8?organizationId=83459409&suiteItemId=83459780\n#EXTINF:-1 tvg-name=\"Taivas TV7\" tvg-logo=\"https://i.imgur.com/a4iNVXA.png\" tvg-id=\"TaivasTV7.fi\" tvg-country=\"FI\" group-title=\"Finland\",Taivas TV7\nhttps://vod.tv7.fi/tv7-fi/_definst_/smil:tv7-fi.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Himlen TV7\" tvg-logo=\"https://i.imgur.com/a4iNVXA.png\" tvg-id=\"HimlenTV7.fi\" tvg-country=\"FI\" group-title=\"Finland\",Himlen TV7\nhttps://vod.tv7.fi/tv7-se/_definst_/smil:tv7-se.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"MTV Uutiset Live\" tvg-logo=\"https://i.imgur.com/IyB6mIb.png\" tvg-id=\"MTVUutiset.fi\" tvg-country=\"FI\" group-title=\"Finland\",MTV Uutiset Live\nhttps://live.streaming.a2d.tv/asset/20025962.isml/.m3u8\n#EXTINF:-1 tvg-name=\"Nopola News\" tvg-logo=\"https://i.imgur.com/gOj8J6O.png\" tvg-id=\"NopolaNews.fi\" tvg-country=\"FI\" group-title=\"Finland\",Nopola News\nhttps://virta2.nopolanews.fi:8443/live/smil:Stream1.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"När-TV Ⓢ\" tvg-logo=\"https://i.imgur.com/Ht5yePq.png\" tvg-id=\"NarTV.fi\" tvg-country=\"FI\" group-title=\"Finland\",När-TV Ⓢ\nhttps://streaming.nartv.fi/live/ngrp:NAR_TV.stream_all/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Sundom TV Ⓨ\" tvg-logo=\"https://i.imgur.com/WgwR7nJ.png\" tvg-id=\"SundomTV.fi\" tvg-country=\"FI\" group-title=\"Finland\",Sundom TV Ⓨ\nhttps://www.youtube.com/@SundomTV/live\n#EXTINF:-1 tvg-name=\"Wör TV Ⓨ\" tvg-logo=\"https://i.imgur.com/P9O1jo0.png\" tvg-id=\"WorTV.fi\" tvg-country=\"FI\" group-title=\"Finland\",Wör TV Ⓨ\nhttps://www.youtube.com/@wor-tvr.f.4461/live\n#EXTINF:-1 tvg-name=\"YleX Studio Live\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/c/cf/YleX.svg/450px-YleX.svg.png\" tvg-id=\"YleX.fi\" tvg-country=\"FI\" group-title=\"Finland\",YleX Studio Live\nhttps://ylestudiolive.akamaized.net/hls/live/2007826/ylestudiolive-YleX/master.m3u8\n#EXTINF:-1 tvg-name=\"Järviradio TV\" tvg-logo=\"https://jarviradio.fi/jrtv2/wp-content/uploads/2022/01/jrtv1.jpg\" tvg-id=\"JRTVJarviradio.fi\" tvg-country=\"FI\" group-title=\"Finland\",Järviradio TV\nhttps://streamer.radiotaajuus.fi/memfs/47f113bf-04ea-493b-a9d4-52945fd9db31.m3u8\n"
  },
  {
    "path": "playlists/playlist_france.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"Arte Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/4/43/Arte_Logo_2017.svg/12px-Arte_Logo_2017.svg.png\" tvg-id=\"ARTEFrench.fr\" tvg-country=\"FR\" group-title=\"France\",Arte Ⓖ\nhttps://artesimulcast.akamaized.net/hls/live/2031003/artelive_fr/index.m3u8\n#EXTINF:-1 tvg-name=\"C8 Ⓓ\" tvg-logo=\"https://i.imgur.com/LXhXF8l.png\" tvg-id=\"C8.fr\" tvg-country=\"FR\" group-title=\"France\",C8 Ⓓ\nhttps://www.dailymotion.com/video/x5gv5rr\n#EXTINF:-1 tvg-name=\"NRJ 12\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/4/45/NRJ12_logo_2015.svg/749px-NRJ12_logo_2015.svg.png\" tvg-id=\"NRJ12.fr\" tvg-country=\"FR\" group-title=\"France\",NRJ 12\nhttps://nrj12.nrjaudio.fm/hls/live/2038374/nrj_12/master.m3u8\n#EXTINF:-1 tvg-name=\"LCP\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/fr/thumb/6/6a/Logo_LCP-AN_-_Public_S%C3%A9nat_%282019%29.svg/53px-Logo_LCP-AN_-_Public_S%C3%A9nat_%282019%29.svg.png\" tvg-id=\"LCP.fr\" tvg-country=\"FR\" group-title=\"France\",LCP\nhttps://lcp.fr/le-live-lcp-tnt-5433\n#EXTINF:-1 tvg-name=\"Public Sénat\" tvg-logo=\"https://i.imgur.com/bJOdFT1.png\" tvg-id=\"PublicSenat.fr\" tvg-country=\"FR\" group-title=\"France\",Public Sénat\nhttps://www.publicsenat.fr/direct\n#EXTINF:-1 tvg-name=\"CNews Ⓓ\" tvg-logo=\"https://i.imgur.com/UMRGAHx.png\" tvg-id=\"CNews.fr\" tvg-country=\"FR\" group-title=\"France\",CNews Ⓓ\nhttps://www.dailymotion.com/video/x3b68jn\n#EXTINF:-1 tvg-name=\"franceinfo: Ⓨ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/0/03/Franceinfo.svg/640px-Franceinfo.svg.png\" tvg-id=\"Franceinfo.fr\" tvg-country=\"FR\" group-title=\"France\",franceinfo: Ⓨ\nhttps://www.youtube.com/c/franceinfo/live\n#EXTINF:-1 tvg-name=\"France 24 Ⓨ\" tvg-logo=\"https://i.imgur.com/61MSiq9.png\" tvg-id=\"France24French.fr\" tvg-country=\"FR\" group-title=\"France\",France 24 Ⓨ\nhttps://www.youtube.com/c/FRANCE24/live\n#EXTINF:-1 tvg-name=\"Euronews Français Ⓨ\" tvg-logo=\"https://i.imgur.com/3Lr5iAj.png\" tvg-id=\"EuronewsFrench.fr\" tvg-country=\"FR\" group-title=\"France\",Euronews Français Ⓨ\nhttps://www.youtube.com/euronewsfr/live\n#EXTINF:-1 tvg-name=\"Africanews Ⓨ\" tvg-logo=\"https://i.imgur.com/xocvePC.png\" tvg-id=\"Africanews.cg\" tvg-country=\"FR\" group-title=\"France\",Africanews Ⓨ\nhttps://www.youtube.com/c/Africanewsfr/live\n#EXTINF:-1 tvg-name=\"L'Équipe ⒹⒼ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/3/32/L%27%C3%89quipe_wordmark.svg/640px-L%27%C3%89quipe_wordmark.svg.png\" tvg-id=\"LEquipe.fr\" tvg-country=\"FR\" group-title=\"France\",L'Équipe ⒹⒼ\nhttps://www.dailymotion.com/video/x2lefik\n#EXTINF:-1 tvg-name=\"France Inter Ⓨ\" tvg-logo=\"https://i.imgur.com/d9Ncl8m.png\" tvg-id=\"FranceInter.fr\" tvg-country=\"FR\" group-title=\"France\",France Inter Ⓨ\nhttps://www.youtube.com/c/FranceInter/live\n#EXTINF:-1 tvg-name=\"CGTN Français\" tvg-logo=\"https://i.imgur.com/fMsJYzl.png\" tvg-id=\"CGTNFrench.cn\" tvg-country=\"FR\" group-title=\"France\",CGTN Français\nhttps://news.cgtn.com/resource/live/french/cgtn-f.m3u8\n#EXTINF:-1 tvg-name=\"TV5 Monde Info\" tvg-logo=\"https://i.imgur.com/NcysrWH.png\" tvg-id=\"TV5MondeInfo.fr\" tvg-country=\"FR\" group-title=\"France\",TV5 Monde Info\nhttps://ott.tv5monde.com/Content/HLS/Live/channel(info)/index.m3u8\n#EXTINF:-1 tvg-name=\"TV5 Monde FBS\" tvg-logo=\"https://i.imgur.com/uPmwTo9.png\" tvg-id=\"TV5MondeFranceBelgiumSwitzerland.fr\" tvg-country=\"FR\" group-title=\"France\",TV5 Monde FBS\nhttps://ott.tv5monde.com/Content/HLS/Live/channel(fbs)/index.m3u8\n#EXTINF:-1 tvg-name=\"TV5 Monde Europe\" tvg-logo=\"https://i.imgur.com/uPmwTo9.png\" tvg-id=\"TV5MondeEurope.fr\" tvg-country=\"FR\" group-title=\"France\",TV5 Monde Europe\nhttps://ott.tv5monde.com/Content/HLS/Live/channel(europe)/index.m3u8\n"
  },
  {
    "path": "playlists/playlist_georgia.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"First Channel (1TV)\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/0/0d/Pirveli_Arkhi_Logo_2022.svg/512px-Pirveli_Arkhi_Logo_2022.svg.png\" tvg-id=\"1TV.ge\" tvg-country=\"GE\" group-title=\"Georgia\",First Channel (1TV)\nhttps://tv.cdn.xsg.ge/gpb-1tv/index.m3u8\n#EXTINF:-1 tvg-name=\"First Channel /Education/ (2TV)\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/ka/c/c9/2_Tv_Logo.jpg\" tvg-id=\"2TV.ge\" tvg-country=\"GE\" group-title=\"Georgia\",First Channel /Education/ (2TV)\nhttps://tv.cdn.xsg.ge/gpb-2tv/index.m3u8\n#EXTINF:-1 tvg-name=\"Imedi TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/2/2a/Imlogo_2020.png\" tvg-id=\"ImediTV.ge\" tvg-country=\"GE\" group-title=\"Georgia\",Imedi TV\nhttps://tv.cdn.xsg.ge/imedihd/index.m3u8\n#EXTINF:-1 tvg-name=\"Rustavi 2\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/f/f8/Rustavi_2_logo.png\" tvg-id=\"Rustavi2.ge\" tvg-country=\"GE\" group-title=\"Georgia\",Rustavi 2\nhttps://sktv-forwarders.7m.pl/get.php?x=Rustavi2\n#EXTINF:-1 tvg-name=\"Mtavari Arkhi\" tvg-logo=\"https://i.imgur.com/tLtGnJW.png\" tvg-id=\"MtavariArkhi.ge\" tvg-country=\"GE\" group-title=\"Georgia\",Mtavari Arkhi\nhttps://bozztv.com/36bay2/mtavariarxi/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Formula\" tvg-logo=\"https://i.imgur.com/fsqBn8G.png\" tvg-id=\"Formula.ge\" tvg-country=\"GE\" group-title=\"Georgia\",Formula\nhttps://c4635.cdn.xsg.ge/c4635/TVFormula/index.m3u8\n#EXTINF:-1 tvg-name=\"Pos TV\" tvg-logo=\"https://i.imgur.com/UOiXFEW.png\" tvg-id=\"PosTV.ge\" tvg-country=\"GE\" group-title=\"Georgia\",Pos TV\nhttps://live.postv.media/stream/index.m3u8\n#EXTINF:-1 tvg-name=\"Euronews Georgia Ⓖ\" tvg-logo=\"https://i.imgur.com/VNJ4soR.png\" tvg-id=\"EuroNewsGeorgia.ge\" tvg-country=\"GE\" group-title=\"Georgia\",Euronews Georgia Ⓖ\nhttps://live2.tvg.ge/eng/EURONEWSGEORGIA/playlist.m3u8\n"
  },
  {
    "path": "playlists/playlist_germany.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"Das Erste Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/c/ca/Das_Erste_2014.svg/640px-Das_Erste_2014.svg.png\" tvg-id=\"DasErste.de\" tvg-country=\"DE\" group-title=\"Germany\",Das Erste Ⓖ\nhttps://daserste-live.ard-mcdn.de/daserste/live/hls/de/master.m3u8\n#EXTINF:-1 tvg-name=\"ZDF Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/c/c1/ZDF_logo.svg/640px-ZDF_logo.svg.png\" tvg-id=\"ZDF.de\" tvg-country=\"DE\" group-title=\"Germany\",ZDF Ⓖ\nhttp://zdf-hls-15.akamaized.net/hls/live/2016498/de/veryhigh/master.m3u8\n#EXTINF:-1 tvg-name=\"3sat Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/8/81/3sat_2019.svg/640px-3sat_2019.svg.png\" tvg-id=\"3sat.de\" tvg-country=\"DE\" group-title=\"Germany\",3sat Ⓖ\nhttps://zdf-hls-18.akamaized.net/hls/live/2016501/dach/veryhigh/master.m3u8\n#EXTINF:-1 tvg-name=\"ARD Alpha Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/4/4b/ARD_alpha.svg/640px-ARD_alpha.svg.png\" tvg-id=\"ARDalpha.de\" tvg-country=\"DE\" group-title=\"Germany\",ARD Alpha Ⓖ\nhttps://mcdn.br.de/br/fs/ard_alpha/hls/de/master.m3u8\n#EXTINF:-1 tvg-name=\"ARTE Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/4/43/Arte_Logo_2017.svg/186px-Arte_Logo_2017.svg.png\" tvg-id=\"ARTEDeutsch.de\" tvg-country=\"DE\" group-title=\"Germany\",ARTE Ⓖ\nhttps://artesimulcast.akamaized.net/hls/live/2030993/artelive_de/index.m3u8\n#EXTINF:-1 tvg-name=\"DELUXE MUSIC\" tvg-logo=\"https://i.imgur.com/E65GQN9.png\" tvg-id=\"DeluxeMusic.de\" tvg-country=\"DE\" group-title=\"Germany\",DELUXE MUSIC\nhttps://sdn-global-live-streaming-packager-cache.3qsdn.com/13456/13456_264_live.m3u8\n#EXTINF:-1 tvg-name=\"DELUXE MUSIC DANCE BY KONTOR\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/c/c2/Deluxe_Dance_by_Kontor_Logo_2023.svg/666px-Deluxe_Dance_by_Kontor_Logo_2023.svg.png\" tvg-id=\"DeluxeMusicDanceByKontor.de\" tvg-country=\"DE\" group-title=\"Germany\",DELUXE MUSIC DANCE BY KONTOR\nhttps://sdn-global-live-streaming-packager-cache.3qsdn.com/64733/64733_264_live.m3u8\n#EXTINF:-1 tvg-name=\"DELUXE MUSIC RAP\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/0/07/Deluxe_Rap_Logo_2023.svg/666px-Deluxe_Rap_Logo_2023.svg.png\" tvg-id=\"DeLuxeMusicRap.de\" tvg-country=\"DE\" group-title=\"Germany\",DELUXE MUSIC RAP\nhttps://sdn-global-live-streaming-packager-cache.3qsdn.com/65183/65183_264_live.m3u8\n#EXTINF:-1 tvg-name=\"SCHLAGER DELUXE\" tvg-logo=\"https://i.imgur.com/YPpgUOg.png\" tvg-id=\"SchlagerDeluxe.de\" tvg-country=\"DE\" group-title=\"Germany\",SCHLAGER DELUXE\nhttps://sdn-global-live-streaming-packager-cache.3qsdn.com/26658/26658_264_live.m3u8\n#EXTINF:-1 tvg-name=\"Euronews Deutsch Ⓨ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Euronews_2022.svg/640px-Euronews_2022.svg.png\" tvg-id=\"EuronewsGerman.fr\" tvg-country=\"DE\" group-title=\"Germany\",Euronews Deutsch Ⓨ\nhttps://www.youtube.com/euronewsde/live\n#EXTINF:-1 tvg-name=\"KiKa Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/f/f5/Kika_2012.svg/640px-Kika_2012.svg.png\" tvg-id=\"KIKA.de\" tvg-country=\"DE\" group-title=\"Germany\",KiKa Ⓖ\nhttps://kikageohls.akamaized.net/hls/live/2022693/livetvkika_de/master.m3u8\n#EXTINF:-1 tvg-name=\"ONE Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/3/3d/One_2022.svg/640px-One_2022.svg.png\" tvg-id=\"One.de\" tvg-country=\"DE\" group-title=\"Germany\",ONE Ⓖ\nhttps://mcdn-one.ard.de/ardone/hls/master.m3u8\n#EXTINF:-1 tvg-name=\"Phoenix Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/4/43/Phoenix-logo-2018.svg/640px-Phoenix-logo-2018.svg.png\" tvg-id=\"Phoenix.de\" tvg-country=\"DE\" group-title=\"Germany\",Phoenix Ⓖ\nhttps://zdf-hls-19.akamaized.net/hls/live/2016502/de/veryhigh/master.m3u8\n#EXTINF:-1 tvg-name=\"Tagesschau24\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/24/Tagesschau24-2012.svg/640px-Tagesschau24-2012.svg.png\" tvg-id=\"tagesschau24.de\" tvg-country=\"DE\" group-title=\"Germany\",Tagesschau24\nhttps://tagesschau.akamaized.net/hls/live/2020115/tagesschau/tagesschau_1/master.m3u8\n#EXTINF:-1 tvg-name=\"Welt\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/3/3b/Welt_TV_Logo_2016.svg/640px-Welt_TV_Logo_2016.svg.png\" tvg-id=\"Welt.de\" tvg-country=\"DE\" group-title=\"Germany\",Welt\nhttps://w-live2weltcms.akamaized.net/hls/live/2041019/Welt-LivePGM/index.m3u8\n#EXTINF:-1 tvg-name=\"ZDFinfo Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/3/34/ZDFinfo_2011.svg/640px-ZDFinfo_2011.svg.png\" tvg-id=\"ZDFinfo.de\" tvg-country=\"DE\" group-title=\"Germany\",ZDFinfo Ⓖ\nhttps://zdf-hls-17.akamaized.net/hls/live/2016500/de/veryhigh/master.m3u8\n#EXTINF:-1 tvg-name=\"ZDFneo Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/8/8c/ZDFneo2017_Logo.svg/569px-ZDFneo2017_Logo.svg.png\" tvg-id=\"ZDFneo.de\" tvg-country=\"DE\" group-title=\"Germany\",ZDFneo Ⓖ\nhttps://zdf-hls-16.akamaized.net/hls/live/2016499/de/veryhigh/master.m3u8\n#EXTINF:-1 tvg-name=\"BR Nord Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9b/Logo_BR_Fernsehen_2021.svg/768px-Logo_BR_Fernsehen_2021.svg.png\" tvg-id=\"BRFernsehenNord.de\" tvg-country=\"DE\" group-title=\"Germany\",BR Nord Ⓖ\nhttps://mcdn.br.de/br/fs/bfs_nord/hls/de/master.m3u8\n#EXTINF:-1 tvg-name=\"BR Süd Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9b/Logo_BR_Fernsehen_2021.svg/768px-Logo_BR_Fernsehen_2021.svg.png\" tvg-id=\"BRFernsehenSud.de\" tvg-country=\"DE\" group-title=\"Germany\",BR Süd Ⓖ\nhttps://brcdn.vo.llnwd.net/br/fs/bfs_sued/hls/de/master.m3u8\n#EXTINF:-1 tvg-name=\"HR Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/e/ea/HR-Fernsehen_Logo_2023.svg/640px-HR-Fernsehen_Logo_2023.svg.png\" tvg-id=\"HRFernsehen.de\" tvg-country=\"DE\" group-title=\"Germany\",HR Ⓖ\nhttps://hrhls.akamaized.net/hls/live/2024525/hrhls/master.m3u8\n#EXTINF:-1 tvg-name=\"MDR Sachsen Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/61/MDR_Logo_2017.svg/640px-MDR_Logo_2017.svg.png\" tvg-id=\"MDRFernsehenSachsen.de\" tvg-country=\"DE\" group-title=\"Germany\",MDR Sachsen Ⓖ\nhttps://mdrtvsnhls.akamaized.net/hls/live/2016928/mdrtvsn/master.m3u8\n#EXTINF:-1 tvg-name=\"MDR Sachsen-Anhalt Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/61/MDR_Logo_2017.svg/640px-MDR_Logo_2017.svg.png\" tvg-id=\"MDRFernsehenSachsenAnhalt.de\" tvg-country=\"DE\" group-title=\"Germany\",MDR Sachsen-Anhalt Ⓖ\nhttps://mdrtvsahls.akamaized.net/hls/live/2016879/mdrtvsa/master.m3u8\n#EXTINF:-1 tvg-name=\"MDR Thüringen Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/61/MDR_Logo_2017.svg/640px-MDR_Logo_2017.svg.png\" tvg-id=\"MDRFernsehenThuringen.de\" tvg-country=\"DE\" group-title=\"Germany\",MDR Thüringen Ⓖ\nhttps://mdrtvthhls.akamaized.net/hls/live/2016880/mdrtvth/master.m3u8\n#EXTINF:-1 tvg-name=\"NDR Hamburg Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/e/e9/Logo_NDR_Fernsehen_2017.svg/578px-Logo_NDR_Fernsehen_2017.svg.png\" tvg-id=\"NDRFernsehenHamburg.de\" tvg-country=\"DE\" group-title=\"Germany\",NDR Hamburg Ⓖ\nhttps://mcdn.ndr.de/ndr/hls/ndr_fs/ndr_hh/master.m3u8\n#EXTINF:-1 tvg-name=\"NDR Mecklenburg-Vorpommern Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/e/e9/Logo_NDR_Fernsehen_2017.svg/578px-Logo_NDR_Fernsehen_2017.svg.png\" tvg-id=\"NDRFernsehenMecklenburgVorpommern.de\" tvg-country=\"DE\" group-title=\"Germany\",NDR Mecklenburg-Vorpommern Ⓖ\nhttps://mcdn.ndr.de/ndr/hls/ndr_fs/ndr_mv/master.m3u8\n#EXTINF:-1 tvg-name=\"NDR Niedersachsen Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/e/e9/Logo_NDR_Fernsehen_2017.svg/578px-Logo_NDR_Fernsehen_2017.svg.png\" tvg-id=\"NDRFernsehenNiedersachsen.de\" tvg-country=\"DE\" group-title=\"Germany\",NDR Niedersachsen Ⓖ\nhttps://mcdn.ndr.de/ndr/hls/ndr_fs/ndr_nds/master.m3u8\n#EXTINF:-1 tvg-name=\"NDR Schleswig-Holstein Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/e/e9/Logo_NDR_Fernsehen_2017.svg/578px-Logo_NDR_Fernsehen_2017.svg.png\" tvg-id=\"NDRFernsehenSchleswigHolstein.de\" tvg-country=\"DE\" group-title=\"Germany\",NDR Schleswig-Holstein Ⓖ\nhttps://mcdn.ndr.de/ndr/hls/ndr_fs/ndr_sh/master.m3u8\n#EXTINF:-1 tvg-name=\"Radio Bremen Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/3/39/Logo_Radio_Bremen.svg/640px-Logo_Radio_Bremen.svg.png\" tvg-id=\"RadioBremenFernsehen.de\" tvg-country=\"DE\" group-title=\"Germany\",Radio Bremen Ⓖ\nhttps://rbhlslive.akamaized.net/hls/live/2020435/rbfs/master.m3u8\n#EXTINF:-1 tvg-name=\"RBB Berlin Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/e/ec/Rbb_Fernsehen_Logo_2017.08.svg/640px-Rbb_Fernsehen_Logo_2017.08.svg.png\" tvg-id=\"RBBBerlin.de\" tvg-country=\"DE\" group-title=\"Germany\",RBB Berlin Ⓖ\nhttps://rbb-hls-berlin.akamaized.net/hls/live/2017824/rbb_berlin/master.m3u8\n#EXTINF:-1 tvg-name=\"RBB Brandenburg Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/e/ec/Rbb_Fernsehen_Logo_2017.08.svg/640px-Rbb_Fernsehen_Logo_2017.08.svg.png\" tvg-id=\"RBBBrandenburg.de\" tvg-country=\"DE\" group-title=\"Germany\",RBB Brandenburg Ⓖ\nhttps://rbb-hls-brandenburg.akamaized.net/hls/live/2017825/rbb_brandenburg/master.m3u8\n#EXTINF:-1 tvg-name=\"SR Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/SR_Fernsehen_Logo_2023.svg/538px-SR_Fernsehen_Logo_2023.svg.png\" tvg-id=\"SRFernsehen.de\" tvg-country=\"DE\" group-title=\"Germany\",SR Ⓖ\nhttps://srfs.akamaized.net/hls/live/689649/srfsgeo/index.m3u8\n#EXTINF:-1 tvg-name=\"SWR Baden-Württemberg Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/26/SWR_Logo_2023.svg/640px-SWR_Logo_2023.svg.png\" tvg-id=\"SWRFernsehenBadenWurttemberg.de\" tvg-country=\"DE\" group-title=\"Germany\",SWR Baden-Württemberg Ⓖ\nhttps://swrbwd-hls.akamaized.net/hls/live/2018672/swrbwd/master.m3u8\n#EXTINF:-1 tvg-name=\"SWR Rheinland-Pfalz Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/26/SWR_Logo_2023.svg/640px-SWR_Logo_2023.svg.png\" tvg-id=\"SWRFernsehenRheinlandPfalz.de\" tvg-country=\"DE\" group-title=\"Germany\",SWR Rheinland-Pfalz Ⓖ\nhttps://swrrpd-hls.akamaized.net/hls/live/2018676/swrrpd/master.m3u8\n#EXTINF:-1 tvg-name=\"WDR Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/b/b3/Wdr_fernsehen_logo_2016.svg/640px-Wdr_fernsehen_logo_2016.svg.png\" tvg-id=\"WDR.de\" tvg-country=\"DE\" group-title=\"Germany\",WDR Ⓖ\nhttps://wdrfs247.akamaized.net/hls/live/681509/wdr_msl4_fs247/index.m3u8\n#EXTINF:-1 tvg-name=\"NDR International\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/e/e9/Logo_NDR_Fernsehen_2017.svg/578px-Logo_NDR_Fernsehen_2017.svg.png\" tvg-id=\"NDRFernsehenInternational.de\" tvg-country=\"DE\" group-title=\"Germany\",NDR International\nhttps://ndrint.akamaized.net/hls/live/2020766/ndr_int/index.m3u8\n"
  },
  {
    "path": "playlists/playlist_greece.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"ERT 1 Ⓖ\" tvg-logo=\"https://i.imgur.com/WWMe8IY.png\" tvg-id=\"ERT1.gr\" tvg-country=\"GR\" group-title=\"Greece\",ERT 1 Ⓖ\nhttps://ertflix.ascdn.broadpeak.io/ertlive/ert1/default/index.mpd\n#EXTINF:-1 tvg-name=\"ERT 2 Ⓖ\" tvg-logo=\"https://i.imgur.com/pcusPFl.png\" tvg-id=\"ERT2.gr\" tvg-country=\"GR\" group-title=\"Greece\",ERT 2 Ⓖ\nhttps://ertflix.ascdn.broadpeak.io/ert2/default/index.mpd\n#EXTINF:-1 tvg-name=\"ERT 3 Ⓖ\" tvg-logo=\"https://i.imgur.com/KyhzDRm.png\" tvg-id=\"ERT3.gr\" tvg-country=\"GR\" group-title=\"Greece\",ERT 3 Ⓖ\nhttps://ertflix.ascdn.broadpeak.io/ertlive/ert3/default/index.mpd\n#EXTINF:-1 tvg-name=\"ERT News\" tvg-logo=\"https://i.imgur.com/saIGLvr.png\" tvg-id=\"ERTNews.gr\" tvg-country=\"GR\" group-title=\"Greece\",ERT News\nhttps://ertflix.ascdn.broadpeak.io/ertlive/ertnews/default/index.m3u8\n#EXTINF:-1 tvg-name=\"ERT World\" tvg-logo=\"https://i.imgur.com/KsMTWYw.png\" tvg-id=\"ERTWorld.gr\" tvg-country=\"GR\" group-title=\"Greece\",ERT World\nhttps://ertflix-ertworld.siliconweb.com/mpegts/618618_3479286/master_mpegts.m3u8\n#EXTINF:-1 tvg-name=\"ERT Sports 1\" tvg-logo=\"https://i.imgur.com/gebWmAB.png\" tvg-id=\"ERTSports1.gr\" tvg-country=\"GR\" group-title=\"Greece\",ERT Sports 1\nhttps://ertflix-ertsports1.siliconweb.com/cmaf/618618_3479292/index.mpd\n#EXTINF:-1 tvg-name=\"ERT Sports 4\" tvg-logo=\"https://i.imgur.com/gebWmAB.png\" tvg-id=\"ERTSports4.gr\" tvg-country=\"GR\" group-title=\"Greece\",ERT Sports 4\nhttps://ertflix.ascdn.broadpeak.io/ertlive/seasonal/default/index.mpd\n#EXTINF:-1 tvg-name=\"ERT Kids Ⓖ\" tvg-logo=\"https://i.imgur.com/XkSR66q.png\" tvg-id=\"ERTKids.gr\" tvg-country=\"GR\" group-title=\"Greece\",ERT Kids Ⓖ\nhttps://ertflix.akamaized.net/ertlive/kids/default/index.m3u8\n#EXTINF:-1 tvg-name=\"ERT Music Ⓖ\" tvg-logo=\"https://i.imgur.com/VrKgtfY.png\" tvg-id=\"ERTMusic.gr\" tvg-country=\"GR\" group-title=\"Greece\",ERT Music Ⓖ\nhttps://ertflix.akamaized.net/ertlive/music/default/index.m3u8\n#EXTINF:-1 tvg-name=\"Vouli TV\" tvg-logo=\"https://i.imgur.com/1vqW7lc.png\" tvg-id=\"VouliTV.gr\" tvg-country=\"GR\" group-title=\"Greece\",Vouli TV\nhttps://diavlos-cache.cnt.grnet.gr/parltv/webtv-1b.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"RIK Sat\" tvg-logo=\"https://i.imgur.com/9edlXHP.png\" tvg-id=\"RikSatTV.cy\" tvg-country=\"GR\" group-title=\"Greece\",RIK Sat\nhttps://l3.cloudskep.com/cybcsat/abr/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Mega News\" tvg-logo=\"https://i.imgur.com/Z3k7iA0.png\" tvg-id=\"MegaChannel.gr\" tvg-country=\"GR\" group-title=\"Greece\",Mega News\nhttps://c98db5952cb54b358365984178fb898a.msvdn.net/live/S99841657/NU0xOarAMJ5X/playlist.m3u8\n#EXTINF:-1 tvg-name=\"ANT1\" tvg-logo=\"https://i.imgur.com/xDdVa9U.png\" tvg-id=\"ANT1.gr\" tvg-country=\"GR\" group-title=\"Greece\",ANT1\nhttps://lcdn.antennaplus.gr/r86d08d448885424196f6cd3ddc5d1489/eu-central-1/6415884360001/playlist_dvr.m3u8\n#EXTINF:-1 tvg-name=\"Star\" tvg-logo=\"https://i.imgur.com/Hp0stVQ.png\" tvg-id=\"StarChannel.gr\" tvg-country=\"GR\" group-title=\"Greece\",Star\nhttps://livestar.siliconweb.com/starvod/star4/star4.m3u8\n#EXTINF:-1 tvg-name=\"Star International\" tvg-logo=\"https://i.imgur.com/Hp0stVQ.png\" tvg-id=\"StarChannel.gr\" tvg-country=\"GR\" group-title=\"Greece\",Star International\nhttps://livestar.siliconweb.com/starvod/star_int/star_int.m3u8\n#EXTINF:-1 tvg-name=\"AlphaTV\" tvg-logo=\"https://i.imgur.com/bAVGX0l.png\" tvg-id=\"AlphaTV.gr\" tvg-country=\"GR\" group-title=\"Greece\",AlphaTV\nhttps://alphatvlive2.siliconweb.com/alphatvlive/live_abr/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Skai TV\" tvg-logo=\"https://i.imgur.com/TSg7B8X.png\" tvg-id=\"SkaiTV.gr\" tvg-country=\"GR\" group-title=\"Greece\",Skai TV\nhttp://skai-live.siliconweb.com/media/cambria4/index.m3u8\n#EXTINF:-1 tvg-name=\"Open TV Ⓖ\" tvg-logo=\"https://i.imgur.com/HzBmvPT.png\" tvg-id=\"OpenTV.gr\" tvg-country=\"GR\" group-title=\"Greece\",Open TV Ⓖ\nhttps://liveopen.siliconweb.com/openTvLive/liveopen/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Makedonia TV\" tvg-logo=\"https://i.imgur.com/90iDHbQ.png\" tvg-id=\"MakedoniaTV.gr\" tvg-country=\"GR\" group-title=\"Greece\",Makedonia TV\nhttps://lcdn.antennaplus.gr/r444865966c0847fca53b9b0c133af7a9/eu-central-1/6415884360001/playlist_dvr.m3u8\n#EXTINF:-1 tvg-name=\"Action24\" tvg-logo=\"https://i.imgur.com/Zi1YohT.png\" tvg-id=\"Action24TV.gr\" tvg-country=\"GR\" group-title=\"Greece\",Action24\nhttps://actionlive.siliconweb.com/actionabr/actiontv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Alert\" tvg-logo=\"https://i.imgur.com/xqa87lG.png\" tvg-id=\"alert.gr\" tvg-country=\"GR\" group-title=\"Greece\",Alert\nhttps://itv.streams.ovh/ALEERT/ALEERT/playlist.m3u8\n#EXTINF:-1 tvg-name=\"ART\" tvg-logo=\"https://i.imgur.com/7TyUxLj.png\" tvg-id=\"arttv.gr\" tvg-country=\"GR\" group-title=\"Greece\",ART\nhttps://rumble.com/live-hls/7113t0/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Blue Sky\" tvg-logo=\"https://i.imgur.com/rzuQslM.png\" tvg-id=\"BlueSky.gr\" tvg-country=\"GR\" group-title=\"Greece\",Blue Sky\nhttps://cdn5.smart-tv-data.com/bluesky/bluesky-live/playlist.m3u8\n#EXTINF:-1 tvg-name=\"High TV\" tvg-logo=\"https://i.imgur.com/wHzCGry.png\" tvg-id=\"hightv.gr\" tvg-country=\"GR\" group-title=\"Greece\",High TV\nhttps://live.streams.ovh/hightv/hightv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Kontra\" tvg-logo=\"https://i.imgur.com/ROZ9VfV.png\" tvg-id=\"KontraChannel.gr\" tvg-country=\"GR\" group-title=\"Greece\",Kontra\nhttps://kontralive.siliconweb.com/live/kontratv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Naftemporiki TV\" tvg-logo=\"https://i.imgur.com/9OFdMud.png\" tvg-id=\"NaftemporikiTV.gr\" tvg-country=\"GR\" group-title=\"Greece\",Naftemporiki TV\nhttps://stream-188125.castr.net/631af9c016e5eace19ff9a5b/live_048998706a2311ee83b33fe7fbad252d/index.fmp4.m3u8\n#EXTINF:-1 tvg-name=\"One Channel\" tvg-logo=\"https://i.imgur.com/GwKaHbM.png\" tvg-id=\"OneChannel.gr\" tvg-country=\"GR\" group-title=\"Greece\",One Channel\nhttps://onechannel.siliconweb.com/one/stream/chunks_dvr.m3u8\n#EXTINF:-1 tvg-name=\"4E\" tvg-logo=\"https://i.imgur.com/Ed085oJ.png\" tvg-id=\"4E.gr\" tvg-country=\"GR\" group-title=\"Greece\",4E\nhttp://eu2.tv4e.gr:1935/live/myStream.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"DION\" tvg-logo=\"https://i.imgur.com/13MverN.png\" tvg-id=\"DionTV.gr\" tvg-country=\"GR\" group-title=\"Greece\",DION\nhttps://rtmp.win:3650/live/diontvlive.m3u8\n#EXTINF:-1 tvg-name=\"Egnatia\" tvg-logo=\"https://i.imgur.com/zuyYIca.png\" tvg-id=\"egnatiatv.gr\" tvg-country=\"GR\" group-title=\"Greece\",Egnatia\nhttps://video.streams.ovh:1936/egnatiatv/egnatiatv/index.m3u\n#EXTINF:-1 tvg-name=\"Euro\" tvg-logo=\"https://i.imgur.com/mHCk05E.png\" tvg-id=\"eurotv.gr\" tvg-country=\"GR\" group-title=\"Greece\",Euro\nhttps://live20.bozztv.com/akamaissh101/ssh101/eurotvlive/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Gnomi\" tvg-logo=\"https://i.imgur.com/mHCk05E.png\" tvg-id=\"gnomitv.gr\" tvg-country=\"GR\" group-title=\"Greece\",Gnomi\nhttps://live.streams.ovh:8081/gnomitv/index.m3u8\n#EXTINF:-1 tvg-name=\"Pella\" tvg-logo=\"https://i.imgur.com/pwUkkGL.jpeg\" tvg-id=\"pellatv.gr\" tvg-country=\"GR\" group-title=\"Greece\",Pella\nhttps://video.streams.ovh:1936/pellatv/pellatv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Pontos\" tvg-logo=\"https://i.imgur.com/sbTxP6o.png\" tvg-id=\"pontostv.gr\" tvg-country=\"GR\" group-title=\"Greece\",Pontos\nhttps://rtmp.win:3842/live/recme1live.m3u8\n#EXTINF:-1 tvg-name=\"TV 100\" tvg-logo=\"https://i.imgur.com/9rtf8OR.png\" tvg-id=\"TV100.gr\" tvg-country=\"GR\" group-title=\"Greece\",TV 100\nhttps://panel.gwebstream.eu:19360/tv100skg/tv100skg.m3u8\n#EXTINF:-1 tvg-name=\"Vergina\" tvg-logo=\"https://i.imgur.com/cpF6wvR.png\" tvg-id=\"verginatv.gr\" tvg-country=\"GR\" group-title=\"Greece\",Vergina\nhttps://verginanews.gr:8443/hls_live/stream1.m3u8\n#EXTINF:-1 tvg-name=\"Best TV\" tvg-logo=\"https://i.imgur.com/VA13E3w.png\" tvg-id=\"besttv.gr\" tvg-country=\"GR\" group-title=\"Greece\",Best TV\nhttps://besttv.siliconweb.com/bestTV/live_abr/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Hlektra\" tvg-logo=\"https://i.imgur.com/LbogUPS.png\" tvg-id=\"hlektra.gr\" tvg-country=\"GR\" group-title=\"Greece\",Hlektra\nhttps://live20.bozztv.com/giatv/giatv-hlektratv/hlektratv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Ionian Channel\" tvg-logo=\"https://i.imgur.com/ADVYeQd.png\" tvg-id=\"ioniantv.gr\" tvg-country=\"GR\" group-title=\"Greece\",Ionian Channel\nhttps://stream.ioniantv.gr/ionian/live_abr/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Lepanto\" tvg-logo=\"https://i.imgur.com/h6Tqe0k.png\" tvg-id=\"lepantortv.gr\" tvg-country=\"GR\" group-title=\"Greece\",Lepanto\nhttps://fr.crystalweb.net:1936/lepantotv/lepantotv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Lychnos\" tvg-logo=\"hhttps://i.imgur.com/JYSlBfY.png\" tvg-id=\"lychnostv.gr\" tvg-country=\"GR\" group-title=\"Greece\",Lychnos\nhttps://thor.mental-media.gr:19360/imp/imp.m3u8\n#EXTINF:-1 tvg-name=\"Mesogeios TV\" tvg-logo=\"https://i.imgur.com/tr0Lf9K.png\" tvg-id=\"mesogeiostv.gr\" tvg-country=\"GR\" group-title=\"Greece\",Mesogeios TV\nhttps://rtmp.win:3793/live/mesogeiostvlive.m3u8\n#EXTINF:-1 tvg-name=\"Epsilon\" tvg-logo=\"https://i.imgur.com/vUQSDvZ.png\" tvg-id=\"epsilon.gr\" tvg-country=\"GR\" group-title=\"Greece\",Epsilon\nhttps://neon.streams.gr:8081/epsilontv/index.m3u8\n#EXTINF:-1 tvg-name=\"Star Central Greece\" tvg-logo=\"https://i.imgur.com/BTUEvxg.png\" tvg-id=\"digitalstar.gr\" tvg-country=\"GR\" group-title=\"Greece\",Star Central Greece\nhttps://telmaco-cdn.akamaized.net/starcgr/default/dash/LAMIAStar-video=3000000.dash\n#EXTINF:-1 tvg-name=\"91NRG\" tvg-logo=\"https://i.imgur.com/g1pCRRG.png\" tvg-id=\"nrg91.gr\" tvg-country=\"GR\" group-title=\"Greece\",91NRG\nhttp://tv.nrg91.gr:1935/onweb/live/master.m3u8\n#EXTINF:-1 tvg-name=\"Thessalia\" tvg-logo=\"https://i.imgur.com/KXz67LY.png\" tvg-id=\"thessaliatv.gr\" tvg-country=\"GR\" group-title=\"Greece\",Thessalia\nhttps://thessaliachannel.gr:3339/live/thesstvlive.m3u8\n#EXTINF:-1 tvg-name=\"TRT\" tvg-logo=\"https://i.imgur.com/g0jPOcC.png\" tvg-id=\"trttv.gr\" tvg-country=\"GR\" group-title=\"Greece\",TRT\nhttps://av.hellasnet.tv/rst/trt/index.m3u8\n#EXTINF:-1 tvg-name=\"Acheloos\" tvg-logo=\"https://i.imgur.com/5SVMxcu.png\" tvg-id=\"acheloostv.gr\" tvg-country=\"GR\" group-title=\"Greece\",Acheloos\nhttps://acheloostv.streamings.gr/live/stream/index.m3u8\n#EXTINF:-1 tvg-name=\"ART TV\" tvg-logo=\"https://i.imgur.com/LyCqQvx.png\" tvg-id=\"arttv.gr\" tvg-country=\"GR\" group-title=\"Greece\",ART TV\nhttps://rtmp.win:3696/live/arttvgrlive.m3u8\n#EXTINF:-1 tvg-name=\"Corfu\" tvg-logo=\"https://i.imgur.com/dCMqo8w.jpeg\" tvg-id=\"corfutv.gr\" tvg-country=\"GR\" group-title=\"Greece\",Corfu\nhttps://itv.streams.ovh:1936/corfuchannel/corfuchannel/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Epirus TV 1\" tvg-logo=\"https://i.imgur.com/QB3aSl1.png\" tvg-id=\"epirustv1.gr\" tvg-country=\"GR\" group-title=\"Greece\",Epirus TV 1\nhttps://rtmp.win:3929/live/epiruslive.m3u8\n#EXTINF:-1 tvg-name=\"Start\" tvg-logo=\"https://i.imgur.com/nrEtmBN.png\" tvg-id=\"starttv.gr\" tvg-country=\"GR\" group-title=\"Greece\",Start\nhttps://live.cast-control.eu/StartMedia/StartMedia/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Center TV\" tvg-logo=\"https://i.imgur.com/52JW71Q.png\" tvg-id=\"CenterTV.gr\" tvg-country=\"GR\" group-title=\"Greece\",Center TV\nhttps://eu1.streams.gr:8081/centertv/index.m3u8\n#EXTINF:-1 tvg-name=\"Delta Evros\" tvg-logo=\"https://i.imgur.com/PDfSkRF.png\" tvg-id=\"DeltaTV.gr\" tvg-country=\"GR\" group-title=\"Greece\",Delta Evros\nhttp://81.171.10.42:1935/liveD/DStream.sdp/chunklist_w819085920.m3u8\n#EXTINF:-1 tvg-name=\"Thraki Net TV\" tvg-logo=\"https://i.imgur.com/DV0I0ed.png\" tvg-id=\"ThrakiNetTV.gr\" tvg-country=\"GR\" group-title=\"Greece\",Thraki Net TV\nhttps://cdn.onestreaming.com/thrakinettv/thrakinettv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Creta\" tvg-logo=\"https://i.imgur.com/x0qK8IE.png\" tvg-id=\"CretaTV.gr\" tvg-country=\"GR\" group-title=\"Greece\",Creta\nhttp://live.streams.ovh:1935/tvcreta/tvcreta/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Kriti 1\" tvg-logo=\"https://i.imgur.com/C1ucQeC.png\" tvg-id=\"Kriti1Tv.gr\" tvg-country=\"GR\" group-title=\"Greece\",Kriti 1\nhttps://livetv.streams.ovh:8081/kriti/index.m3u8\n#EXTINF:-1 tvg-name=\"Kriti TV\" tvg-logo=\"https://i.imgur.com/eLhYMmc.png\" tvg-id=\"KritiTv.gr\" tvg-country=\"GR\" group-title=\"Greece\",Kriti TV\nhttps://cretetvlive.siliconweb.com/cretetv/liveabr/playlist.m3u8\n#EXTINF:-1 tvg-name=\"NEA\" tvg-logo=\"https://i.imgur.com/nvNW8G7.png\" tvg-id=\"NeaTV.gr\" tvg-country=\"GR\" group-title=\"Greece\",NEA\nhttps://live.neatv.gr:8888/hls/neatv_high/index.m3u8\n#EXTINF:-1 tvg-name=\"TeleKriti\" tvg-logo=\"https://i.imgur.com/18ZYiyi.png\" tvg-id=\"TeleKriti.gr\" tvg-country=\"GR\" group-title=\"Greece\",TeleKriti\nhttps://neon.streams.gr:8081/telekriti/index.m3u8\n#EXTINF:-1 tvg-name=\"Samiaki TV\" tvg-logo=\"https://i.imgur.com/aV5QoNG.png\" tvg-id=\"CenterTV.gr\" tvg-country=\"GR\" group-title=\"Greece\",Samiaki TV\nhttp://live.cast-control.eu:1935/samiaki/samiaki/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Syros TV1\" tvg-logo=\"https://i.imgur.com/duXHyvN.png\" tvg-id=\"SyrosTV1.gr\" tvg-country=\"GR\" group-title=\"Greece\",Syros TV1\nhttps://eco.streams.ovh:1936/syrostv1/syrostv1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Η Φωνή της Ελλάδας\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/el/thumb/5/58/VoiceOfGreece.svg/512px-VoiceOfGreece.svg.png\" tvg-id=\"ERTWorld1.gr\" tvg-country=\"GR\" group-title=\"Greece\",Η Φωνή της Ελλάδας\nhttps://ertmmd.akamaized.net/ertradio/voiceofgreece/default/index.mpd\n"
  },
  {
    "path": "playlists/playlist_greenland.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"KNR1 Ⓨ Ⓖ\" tvg-logo=\"https://i.imgur.com/8Pf5SJb.png\" tvg-id=\"KNR1.gl\" tvg-country=\"GL\" group-title=\"Greenland\",KNR1 Ⓨ Ⓖ\nhttps://www.youtube.com/@KNRgreenland/live\n#EXTINF:-1 tvg-name=\"KNR2 Ⓨ\" tvg-logo=\"https://i.imgur.com/8Pf5SJb.png\" tvg-id=\"KNR2.gl\" tvg-country=\"GL\" group-title=\"Greenland\",KNR2 Ⓨ\nhttps://www.youtube.com/@nutaarsiassat/live\n"
  },
  {
    "path": "playlists/playlist_hong_kong.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"RTHK TV 31\" tvg-logo=\"https://i.imgur.com/kf818kM.png\" tvg-id=\"RTHKTV31.hk\" tvg-country=\"HK\" group-title=\"Hong Kong\",RTHK TV 31\nhttps://rthktv31-live.akamaized.net/hls/live/2036818/RTHKTV31/master.m3u8\n#EXTINF:-1 tvg-name=\"RTHK TV 32\" tvg-logo=\"https://i.imgur.com/MXLuUoU.png\" tvg-id=\"RTHKTV32.hk\" tvg-country=\"HK\" group-title=\"Hong Kong\",RTHK TV 32\nhttps://rthktv32-live.akamaized.net/hls/live/2036819/RTHKTV32/master.m3u8\n#EXTINF:-1 tvg-name=\"HOY TV Ⓖ\" tvg-logo=\"https://i.imgur.com/NfVZPTT.png\" tvg-id=\"HKIBC.hk\" tvg-country=\"HK\" group-title=\"Hong Kong\",HOY TV Ⓖ\nhttps://hoytv-live-stream.hoy.tv/ch78/index-fhd.m3u8\n#EXTINF:-1 tvg-name=\"TVB News Channel\" tvg-logo=\"https://i.imgur.com/Gwij0Fj.png\" tvg-id=\"TVBNewsChannel.hk\" tvg-country=\"HK\" group-title=\"Hong Kong\",TVB News Channel\nhttps://tvp22.sky4k.top/index1.php\n#EXTINF:-1 tvg-name=\"TVB Finance (Sports & Information Channel)\" tvg-logo=\"https://i.imgur.com/Fkkp7x7.png\" tvg-id=\"TVBFinanceSportsInformationChannel.hk\" tvg-country=\"HK\" group-title=\"Hong Kong\",TVB Finance (Sports & Information Channel)\nhttps://tvp22.sky4k.top/index2.php\n"
  },
  {
    "path": "playlists/playlist_hongkong.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://iptv-org.github.io/epg/guides/ar/bein.com.xml.gz, https://iptv-org.github.io/epg/guides/ar/i24news.tv.xml.gz, https://iptv-org.github.io/epg/guides/ar/tv.blue.ch.xml.gz, https://iptv-org.github.io/epg/guides/az/tv.mail.ru.xml.gz, https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.xml.gz, https://iptv-org.github.io/epg/guides/bg/tvprofil.com.xml.gz, https://iptv-org.github.io/epg/guides/bn/sky.com.xml.gz, https://iptv-org.github.io/epg/guides/bs/mtel.ba.xml.gz, https://iptv-org.github.io/epg/guides/ca/andorradifusio.ad.xml.gz, https://iptv-org.github.io/epg/guides/cs/m.tv.sms.cz.xml.gz, https://iptv-org.github.io/epg/guides/cs/mujtvprogram.cz.xml.gz, https://iptv-org.github.io/epg/guides/de/hd-plus.de.xml.gz, https://iptv-org.github.io/epg/guides/de/magentatv.at.xml.gz, https://iptv-org.github.io/epg/guides/de/tv.blue.ch.xml.gz, https://iptv-org.github.io/epg/guides/de/tvheute.at.xml.gz, https://iptv-org.github.io/epg/guides/el/cosmote.gr.xml.gz, https://iptv-org.github.io/epg/guides/el/tv.blue.ch.xml.gz, https://iptv-org.github.io/epg/guides/en/abc.net.au.xml.gz, https://iptv-org.github.io/epg/guides/en/arianaafgtv.com.xml.gz, https://iptv-org.github.io/epg/guides/en/arianatelevision.com.xml.gz, https://iptv-org.github.io/epg/guides/en/bein.com.xml.gz, https://iptv-org.github.io/epg/guides/en/bt.com.xml.gz, https://iptv-org.github.io/epg/guides/en/directv.com.xml.gz, https://iptv-org.github.io/epg/guides/en/dishtv.in.xml.gz, https://iptv-org.github.io/epg/guides/en/dstv.com.xml.gz, https://iptv-org.github.io/epg/guides/en/epg.i-cable.com.xml.gz, https://iptv-org.github.io/epg/guides/en/flixed.io.xml.gz, https://iptv-org.github.io/epg/guides/en/i.mjh.nz.xml.gz, https://iptv-org.github.io/epg/guides/en/m.tv.sms.cz.xml.gz, https://iptv-org.github.io/epg/guides/en/melita.com.xml.gz, https://iptv-org.github.io/epg/guides/en/mewatch.sg.xml.gz, https://iptv-org.github.io/epg/guides/en/mytvsuper.com.xml.gz, https://iptv-org.github.io/epg/guides/en/nowplayer.now.com.xml.gz, https://iptv-org.github.io/epg/guides/en/ontvtonight.com.xml.gz, https://iptv-org.github.io/epg/guides/en/plex.tv.xml.gz, https://iptv-org.github.io/epg/guides/en/rev.bs.xml.gz, https://iptv-org.github.io/epg/guides/en/singtel.com.xml.gz, https://iptv-org.github.io/epg/guides/en/sky.com.xml.gz, https://iptv-org.github.io/epg/guides/en/starhubtvplus.com.xml.gz, https://iptv-org.github.io/epg/guides/en/startimestv.com.xml.gz, https://iptv-org.github.io/epg/guides/en/tapdmv.com.xml.gz, https://iptv-org.github.io/epg/guides/en/tv.blue.ch.xml.gz, https://iptv-org.github.io/epg/guides/en/tv.post.lu.xml.gz, https://iptv-org.github.io/epg/guides/en/tvpassport.com.xml.gz, https://iptv-org.github.io/epg/guides/en/unifi.com.my.xml.gz, https://iptv-org.github.io/epg/guides/en/virginmedia.com.xml.gz, https://iptv-org.github.io/epg/guides/en/watchyour.tv.xml.gz, https://iptv-org.github.io/epg/guides/en/xumo.tv.xml.gz, https://iptv-org.github.io/epg/guides/es/cablego.com.pe.xml.gz, https://iptv-org.github.io/epg/guides/es/cableplus.com.uy.xml.gz, https://iptv-org.github.io/epg/guides/es/compulms.com.xml.gz, https://iptv-org.github.io/epg/guides/es/comteco.com.bo.xml.gz, https://iptv-org.github.io/epg/guides/es/directv.com.ar.xml.gz, https://iptv-org.github.io/epg/guides/es/directv.com.uy.xml.gz, https://iptv-org.github.io/epg/guides/es/directv.com.xml.gz, https://iptv-org.github.io/epg/guides/es/flixed.io.xml.gz, https://iptv-org.github.io/epg/guides/es/gatotv.com.xml.gz, https://iptv-org.github.io/epg/guides/es/mi.tv.xml.gz, https://iptv-org.github.io/epg/guides/es/movistarplus.es.xml.gz, https://iptv-org.github.io/epg/guides/es/ontvtonight.com.xml.gz, https://iptv-org.github.io/epg/guides/es/programacion-tv.elpais.com.xml.gz, https://iptv-org.github.io/epg/guides/es/reportv.com.ar.xml.gz, https://iptv-org.github.io/epg/guides/es/siba.com.co.xml.gz, https://iptv-org.github.io/epg/guides/es/tv.movistar.com.pe.xml.gz, https://iptv-org.github.io/epg/guides/es/tvpassport.com.xml.gz, https://iptv-org.github.io/epg/guides/et/teliatv.ee.xml.gz, https://iptv-org.github.io/epg/guides/fi/telkku.com.xml.gz, https://iptv-org.github.io/epg/guides/fi/telsu.fi.xml.gz, https://iptv-org.github.io/epg/guides/fo/kvf.fo.xml.gz, https://iptv-org.github.io/epg/guides/fr/canalplus-caraibes.com.xml.gz, https://iptv-org.github.io/epg/guides/fr/canalplus.com.xml.gz, https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.xml.gz, https://iptv-org.github.io/epg/guides/fr/mon-programme-tv.be.xml.gz, https://iptv-org.github.io/epg/guides/fr/programme-tv.net.xml.gz, https://iptv-org.github.io/epg/guides/fr/programme-tv.vini.pf.xml.gz, https://iptv-org.github.io/epg/guides/fr/telecablesat.fr.xml.gz, https://iptv-org.github.io/epg/guides/fr/telenet.tv.xml.gz, https://iptv-org.github.io/epg/guides/fr/tv.blue.ch.xml.gz, https://iptv-org.github.io/epg/guides/fr/tvhebdo.com.xml.gz, https://iptv-org.github.io/epg/guides/hi/sky.com.xml.gz, https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.xml.gz, https://iptv-org.github.io/epg/guides/hr/tv.blue.ch.xml.gz, https://iptv-org.github.io/epg/guides/hr/tvprofil.com.xml.gz, https://iptv-org.github.io/epg/guides/hu/musor.tv.xml.gz, https://iptv-org.github.io/epg/guides/hy/tv.mail.ru.xml.gz, https://iptv-org.github.io/epg/guides/id/indihometv.com.xml.gz, https://iptv-org.github.io/epg/guides/id/mncvision.id.xml.gz, https://iptv-org.github.io/epg/guides/id/vidio.com.xml.gz, https://iptv-org.github.io/epg/guides/is/ruv.is.xml.gz, https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.xml.gz, https://iptv-org.github.io/epg/guides/it/superguidatv.it.xml.gz, https://iptv-org.github.io/epg/guides/it/tivu.tv.xml.gz, https://iptv-org.github.io/epg/guides/it/tv.blue.ch.xml.gz, https://iptv-org.github.io/epg/guides/ja/tvguide.myjcom.jp.xml.gz, https://iptv-org.github.io/epg/guides/ka/magticom.ge.xml.gz, https://iptv-org.github.io/epg/guides/ko/wavve.com.xml.gz, https://iptv-org.github.io/epg/guides/ku/tv.blue.ch.xml.gz, https://iptv-org.github.io/epg/guides/lb/tv.post.lu.xml.gz, https://iptv-org.github.io/epg/guides/lt/cgates.lt.xml.gz, https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.xml.gz, https://iptv-org.github.io/epg/guides/mn/zuragt.mn.xml.gz, https://iptv-org.github.io/epg/guides/ms/astro.com.my.xml.gz, https://iptv-org.github.io/epg/guides/ms/rtmklik.rtm.gov.my.xml.gz, https://iptv-org.github.io/epg/guides/my/unifi.com.my.xml.gz, https://iptv-org.github.io/epg/guides/nl/delta.nl.xml.gz, https://iptv-org.github.io/epg/guides/nl/telenet.tv.xml.gz, https://iptv-org.github.io/epg/guides/nl/tvgids.nl.xml.gz, https://iptv-org.github.io/epg/guides/nl/ziggogo.tv.xml.gz, https://iptv-org.github.io/epg/guides/no/allente.se.xml.gz, https://iptv-org.github.io/epg/guides/no/frikanalen.no.xml.gz, https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.xml.gz, https://iptv-org.github.io/epg/guides/pt/meo.pt.xml.gz, https://iptv-org.github.io/epg/guides/pt/mi.tv.xml.gz, https://iptv-org.github.io/epg/guides/pt/nos.pt.xml.gz, https://iptv-org.github.io/epg/guides/pt/rtp.pt.xml.gz, https://iptv-org.github.io/epg/guides/ro/programetv.ro.xml.gz, https://iptv-org.github.io/epg/guides/ru/9tv.co.il.xml.gz, https://iptv-org.github.io/epg/guides/ru/magticom.ge.xml.gz, https://iptv-org.github.io/epg/guides/ru/teliatv.ee.xml.gz, https://iptv-org.github.io/epg/guides/ru/tv.mail.ru.xml.gz, https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.xml.gz, https://iptv-org.github.io/epg/guides/sk/horizon.tv.xml.gz, https://iptv-org.github.io/epg/guides/sl/tv2go.t-2.net.xml.gz, https://iptv-org.github.io/epg/guides/sq/tv.blue.ch.xml.gz, https://iptv-org.github.io/epg/guides/sr/mts.rs.xml.gz, https://iptv-org.github.io/epg/guides/sv/tv.nu.xml.gz, https://iptv-org.github.io/epg/guides/sv/tv24.se.xml.gz, https://iptv-org.github.io/epg/guides/th/tv.blue.ch.xml.gz, https://iptv-org.github.io/epg/guides/th/tv.trueid.net.xml.gz, https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.xml.gz, https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.xml.gz, https://iptv-org.github.io/epg/guides/tr/tv.blue.ch.xml.gz, https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.xml.gz, https://iptv-org.github.io/epg/guides/tr/ziggogo.tv.xml.gz, https://iptv-org.github.io/epg/guides/zh/rthk.hk.xml.gz, https://iptv-org.github.io/epg/guides/zh/tv.cctv.com.xml.gz\"\n"
  },
  {
    "path": "playlists/playlist_hungary.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"M1 Hiradó Ⓨ\" tvg-logo=\"https://i.imgur.com/neddXUd.png\" tvg-id=\"M1.hu\" tvg-country=\"HU\" group-title=\"Hungary\",M1 Hiradó Ⓨ\nhttps://www.youtube.com/@M1-Hirado/live\n#EXTINF:-1 tvg-name=\"RTL Klub\" tvg-logo=\"https://onlinestream.live/logos/6141.png\" tvg-id=\"RTLKlub.hu\" tvg-country=\"HU\" group-title=\"Hungary\",RTL Klub\nhttps://cdn.mediaklikk.org:443/rtl/00wMyEjM5UTM\n#EXTINF:-1 tvg-name=\"TV2\" tvg-logo=\"https://nlc.p3k.hu/uploads/2021/09/tv2-logo.jpg\" tvg-id=\"TV2.hu\" tvg-country=\"HU\" group-title=\"Hungary\",TV2\nhttps://cdn.mediaklikk.org:443/tv2/00wMyEjM4UTM\n#EXTINF:-1 tvg-name=\"ATV\" tvg-logo=\"https://onlinestream.live/logos/4739.png\" tvg-id=\"ATV.hu\" tvg-country=\"HU\" group-title=\"Hungary\",ATV\nhttp://streamservers.atv.hu:80/atvlive/atvstream_2_aac/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Hír TV\" tvg-logo=\"https://onlinestream.live/logos/4740.png\" tvg-id=\"HirTV.hu\" tvg-country=\"HU\" group-title=\"Hungary\",Hír TV\nhttps://onlinestream.live/play.m3u?id=4740&ext=.m3u\n#EXTINF:-1 tvg-name=\"Fix TV\" tvg-logo=\"https://onlinestream.live/logos/1833.png\" tvg-country=\"HU\" group-title=\"Hungary\",Fix TV\nhttps://fixhd.tv:8082/fix/1080i/playlist.m3u8\n#EXTINF:-1 tvg-name=\"EWTN TV\" tvg-logo=\"https://katolikus.tv/wp-content/themes/bonum/img/ewtn-badge.jpg\" tvg-id=\"BonumTV.hu\" tvg-country=\"HU\" group-title=\"Hungary\",EWTN TV\nhttps://hls.iptvservice.eu/hls/ewtn-hd.m3u8\n#EXTINF:-1 tvg-name=\"Apostol TV\" tvg-logo=\"https://www.apostoltv.hu/images/header-logo.png\" tvg-id=\"ApostolTV.hu\" tvg-country=\"HU\" group-title=\"Hungary\",Apostol TV\nhttps://live.apostoltv.hu/live/playlist.m3u8\n#EXTINF:-1 tvg-name=\"MUSICPlus\" tvg-logo=\"\" tvg-id=\"MUSICPlus.hu\" tvg-country=\"HU\" group-title=\"Hungary\",MUSICPlus\nhttp://s02.diazol.hu:10192/stream.m3u8\n#EXTINF:-1 tvg-name=\"Radio 1 Ⓨ\" tvg-logo=\"\" tvg-id=\"\" tvg-country=\"HU\" group-title=\"Hungary\",Radio 1 Ⓨ\nhttps://www.youtube.com/watch?v=I8dnZoF1nOE\n#EXTINF:-1 tvg-name=\"Oxygen Music\" tvg-logo=\"\" tvg-id=\"\" tvg-country=\"HU\" group-title=\"Hungary\",Oxygen Music\nhttps://oxygenmusic.hu:2443/hls/oxygenmusic.m3u8\n#EXTINF:-1 tvg-name=\"Dance TV\" tvg-logo=\"\" tvg-id=\"\" tvg-country=\"HU\" group-title=\"Hungary\",Dance TV\nhttps://m1b2.worldcast.tv/dancetelevisionone/2/dancetelevisionone.m3u8\n#EXTINF:-1 tvg-name=\"Izaura TV\" tvg-logo=\"https://onlinestream.live/logos/6141.png\" tvg-id=\"IzauraTV.hu\" tvg-country=\"HU\" group-title=\"Hungary\",Izaura TV\nhttp://78.109.104.240:8000/play/a0ch/index.m3u8?HasBahCa.m3u8\n#EXTINF:-1 tvg-name=\"Euronews Hungarian Ⓨ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Euronews_2022.svg/640px-Euronews_2022.svg.png\" tvg-id=\"EuronewsHungarian.fr\" tvg-country=\"HU\" group-title=\"Hungary\",Euronews Hungarian Ⓨ\nhttps://www.youtube.com/channel/UC4Ct8gIf9f0n4mdyGsFiZRA/live\n#EXTINF:-1 tvg-name=\"Parlamenti közvetítés\" tvg-logo=\"\" tvg-country=\"HU\" group-title=\"Hungary\",Parlamenti közvetítés\nhttps://plenaris.parlament.hu:446/edgelive/smil:mkogyplen.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Parlamenti TAB közvetítés\" tvg-logo=\"\" tvg-country=\"HU\" group-title=\"Hungary\",Parlamenti TAB közvetítés\nhttps://tab.parlament.hu:446/edgelive/smil:mkogytab.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Balaton TV\" tvg-logo=\"https://i.imgur.com/ip8L5Vt.jpg\" tvg-id=\"BalatonTV.hu\" tvg-country=\"HU\" group-title=\"Hungary\",Balaton TV\nhttps://stream.iptvservice.eu/hls/balatontv.m3u8\n#EXTINF:-1 tvg-name=\"Budakalász\" tvg-logo=\"https://i.imgur.com/MGkvVQg.png\" tvg-country=\"HU\" group-title=\"Hungary\",Budakalász\nhttps://stream.streaming4u.hu/TVBudakalasz/tracks-v1a1/mono.m3u8\n#EXTINF:-1 tvg-name=\"Hatoscsatorna\" tvg-logo=\"https://i.imgur.com/vraAfd7.png\" tvg-id=\"Hatoscsatorna.hu\" tvg-country=\"HU\" group-title=\"Hungary\",Hatoscsatorna\nrtmp://lpmedia.hu:1935/Hatoscsatorna/livestream\n#EXTINF:-1 tvg-name=\"Komlos TV\" tvg-logo=\"https://i.imgur.com/MDYb5yz.png\" tvg-id=\"KomlosTV.hu\" tvg-country=\"HU\" group-title=\"Hungary\",Komlos TV\nhttps://stream.streaming4u.hu/KomlosTV/tracks-v1a1/mono.m3u8\n#EXTINF:-1 tvg-name=\"Ózdi Városi TV\" tvg-logo=\"https://i.imgur.com/5cOpdRp.jpg\" tvg-id=\"OzdiVarosiTV.hu\" tvg-country=\"HU\" group-title=\"Hungary\",Ózdi Városi TV\nhttps://stream.unrealhosting.hu:443/hls/ozdtv/live.m3u8\n#EXTINF:-1 tvg-name=\"Pannon RTV\" tvg-logo=\"https://i.imgur.com/iD5tCjX.png\" tvg-country=\"HU\" group-title=\"Hungary\",Pannon RTV\nhttps://stream.unrealhosting.hu:443/hls/pannonrtv/live.m3u8\n#EXTINF:-1 tvg-name=\"TV7 Békéscsaba\" tvg-logo=\"https://i.imgur.com/G9Ib5K3.png\" tvg-country=\"HU\" group-title=\"Hungary\",TV7 Békéscsaba\nhttps://stream.y5.hu/stream/stream_bekescsaba/stream.m3u8\n#EXTINF:-1 tvg-name=\"VTV Füzesabony\" tvg-logo=\"https://i.imgur.com/7ZPYJJ0.jpg\" tvg-id=\"VTVFuzesabony.hu\" tvg-country=\"HU\" group-title=\"Hungary\",VTV Füzesabony\nhttps://stream.unrealhosting.hu:443/hls/ftv/live.m3u8\n#EXTINF:-1 tvg-name=\"Hegyvidék TV\" tvg-logo=\"https://hegyvidektv.hu/wp-content/uploads/2020/08/hegyvidek.jpg\" tvg-id=\"HegyvidekTV.hu\" tvg-country=\"HU\" group-title=\"Hungary\",Hegyvidék TV\nhttps://tv.hegyvidek.hu/hvtv/hvstream.m3u8\n#EXTINF:-1 tvg-name=\"16TV\" tvg-logo=\"http://www.16tv.hu/images/xlogo-green.png.pagespeed.ic.79XBdS6JYn.png\" tvg-country=\"HU\" group-title=\"Hungary\",16TV\nhttps://cloudfront44.lexanetwork.com:1344/freerelay/16tv.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"CityTV (Belváros Lipótváros)\" tvg-logo=\"https://www.citytv.hu/images/logo.png\" tvg-country=\"HU\" group-title=\"Hungary\",CityTV (Belváros Lipótváros)\nhttps://citytv.hu/playlist.m3u8\n#EXTINF:-1 tvg-name=\"FehérvárTV\" tvg-logo=\"https://www.fehervartv.hu/css/img/icon-1-2.png\" tvg-country=\"HU\" group-title=\"Hungary\",FehérvárTV\nhttps://cloudfront44.lexanetwork.com:1344/freerelay/fehervartv.sdp/playlist.m3u8?key=EWSj2\n#EXTINF:-1 tvg-name=\"AlföldTV\" tvg-logo=\"http://www.dealood.com/content/uploads/images/March2019/5c9721a07ea87-images-large.png\" tvg-country=\"HU\" group-title=\"Hungary\",AlföldTV\nhttps://cloudfront41.lexanetwork.com:1344/relay01/livestream006.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Gyöngyös TV\" tvg-logo=\"https://i.imgur.com/RHgaPCk.png\" tvg-id=\"GyongyosiTV.hu\" tvg-country=\"HU\" group-title=\"Hungary\",Gyöngyös TV\nhttps://cloudfront41.lexanetwork.com:1344/relay02/livestream005.sdp/playlist.m3u8?key=hkNHP\n#EXTINF:-1 tvg-name=\"Halom TV\" tvg-logo=\"https://www.halomtv.hu/sites/all/themes/gfx_zen/logo.png\" tvg-country=\"HU\" group-title=\"Hungary\",Halom TV\nrtmp://212.92.13.108/live/livestream1\n#EXTINF:-1 tvg-name=\"Kapos TV\" tvg-logo=\"https://kapos.hu/static/keptar/13/b/9490.jpg\" tvg-id=\"KaposTV.hu\" tvg-country=\"HU\" group-title=\"Hungary\",Kapos TV\nhttps://cloudfront63.lexanetwork.com:1344/relay01/livestream004.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Kecskemét TV\" tvg-logo=\"https://kecskemetitv.hu/templates/kecskemetitv/img/ktv_logo.png\" tvg-id=\"KecskemetiTV.hu\" tvg-country=\"HU\" group-title=\"Hungary\",Kecskemét TV\nhttps://eurobioinvest.hu:444/live/ktv.m3u8\n#EXTINF:-1 tvg-name=\"Lóverseny közvetítés\" tvg-logo=\"https://kincsempark.hu/wp-content/uploads/2016/11/fejlec_logo_f-1.png\" tvg-country=\"HU\" group-title=\"Hungary\",Lóverseny közvetítés\nhttps://cloudfront41.lexanetwork.com:1344/xrelay/loverseny2.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Zalaegerszeg TV\" tvg-logo=\"https://zegtv.hu/wp-content/themes/assembly/images/zegtv-logo.png\" tvg-id=\"ZalaegerszegiTV.hu\" tvg-country=\"HU\" group-title=\"Hungary\",Zalaegerszeg TV\nhttps://cloudfront44.lexanetwork.com:1344/freerelay/zegtv.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Zugló TV\" tvg-logo=\"http://zuglotv.hu/wp-content/themes/ztv/uploads/ztv_logo1.jpg\" tvg-country=\"HU\" group-title=\"Hungary\",Zugló TV\nhttps://cloudfront44.lexanetwork.com:1344/freerelay/zuglotv.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tisza TV\" tvg-logo=\"https://www.tiszatv.hu/style/tiszatv_logo.png\" tvg-country=\"HU\" group-title=\"Hungary\",Tisza TV\nhttps://www.tiszatv.hu/onlinetv/tiszatv_1.m3u8\n#EXTINF:-1 tvg-name=\"DTV\" tvg-logo=\"https://i.imgur.com/YSpqmSO.png\" tvg-id=\"DTV.hu\" tvg-country=\"HU\" group-title=\"Hungary\",DTV\nhttp://cloudfront44.lexanetwork.com:1732/hlsrelay003/hls/livestream.sdp.m3u8\n#EXTINF:-1 tvg-name=\"Bajai TV\" tvg-logo=\"https://i.imgur.com/cyReGWh.png\" tvg-id=\"BajaiTV.hu\" tvg-country=\"HU\" group-title=\"Hungary\",Bajai TV\nhttps://cloudfront41.lexanetwork.com:1344/relay01/livestream002.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Vásárhelyi Televízió\" tvg-logo=\"https://i.imgur.com/WOEqdmx.png\" tvg-id=\"VasarhelyiTelevizio.hu\" tvg-country=\"HU\" group-title=\"Hungary\",Vásárhelyi Televízió\nhttps://stream.vasarhelyitelevizio.hu/stream/stream.m3u8\n#EXTINF:-1 tvg-name=\"TV Eger\" tvg-logo=\"https://i.imgur.com/GUVW073.png\" tvg-id=\"TVEger.hu\" tvg-country=\"HU\" group-title=\"Hungary\",TV Eger\nhttp://stream.tveger.hu:8010/live.m3u8\n#EXTINF:-1 tvg-name=\"Putnok Városi TV\" tvg-logo=\"https://i.imgur.com/eKXPBFb.png\" tvg-id=\"PVTV.hu\" tvg-country=\"HU\" group-title=\"Hungary\",Putnok Városi TV\nhttp://78.47.126.198:5080/LiveApp/streams/902003217052313577741820.m3u8?token=null\n#EXTINF:-1 tvg-name=\"Miskolc TV\" tvg-logo=\"https://i.imgur.com/IoiNus2.png\" tvg-id=\"MiskolcTV.hu\" tvg-country=\"HU\" group-title=\"Hungary\",Miskolc TV\nhttps://video.mhzrt.hu/live/mitv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Oroszlányi Városi Televízió\" tvg-logo=\"https://i.imgur.com/P0fxUH5.png\" tvg-id=\"OroszlanyiVarosiTelevizio.hu\" tvg-country=\"HU\" group-title=\"Hungary\",Oroszlányi Városi Televízió\nhttps://cloudfront44.lexanetwork.com:1344/relay01/broadcast002.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Berente TV\" tvg-logo=\"\" tvg-id=\"\" tvg-country=\"HU\" group-title=\"Hungary\",Berente TV\nhttps://stream.streaming4u.hu/BerenteTV/index.m3u8\n#EXTINF:-1 tvg-name=\"Budapest Európa TV\" tvg-logo=\"\" tvg-id=\"\" tvg-country=\"HU\" group-title=\"Hungary\",Budapest Európa TV\nhttps://cloudfront44.lexanetwork.com:1344/freerelay/bpetv.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Héviz TV\" tvg-logo=\"\" tvg-id=\"\" tvg-country=\"HU\" group-title=\"Hungary\",Héviz TV\nhttps://cloudfront44.lexanetwork.com:1344/relay03/livestream003.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Jászsági Térségi TV\" tvg-logo=\"\" tvg-id=\"\" tvg-country=\"HU\" group-title=\"Hungary\",Jászsági Térségi TV\nhttps://cloudfront44.lexanetwork.com:1344/relay01/broadcast007.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Kanizsa TV\" tvg-logo=\"\" tvg-id=\"\" tvg-country=\"HU\" group-title=\"Hungary\",Kanizsa TV\nhttps://cloudfront44.lexanetwork.com:1344/freerelay/kanizsavtv.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Líceum TV\" tvg-logo=\"\" tvg-id=\"\" tvg-country=\"HU\" group-title=\"Hungary\",Líceum TV\nhttp://193.225.32.62:8890/live.m3u8\n#EXTINF:-1 tvg-name=\"M2 / Petőfi TV\" tvg-logo=\"https://i.imgur.com/CzaDhmA.png\" tvg-id=\"M2.hu\" tvg-country=\"HU\" group-title=\"Hungary\",M2 / Petőfi TV\nhttps://c201-node61-cdn.connectmedia.hu/110102/7184521041cf54cee9c6548e8d0ba377/64117799/index.m3u8\n#EXTINF:-1 tvg-name=\"M4 Sport\" tvg-logo=\"https://nb1.hu/uploads/news/3/31023.jpg\" tvg-id=\"M4Sport.hu\" tvg-country=\"HU\" group-title=\"Hungary\",M4 Sport\nhttps://c401-node62-cdn.connectmedia.hu/110110/5dd8dc6d853c9b7f94db85646ed44326/641177e3/index.m3u8\n#EXTINF:-1 tvg-name=\"M5 Hungary\" tvg-logo=\"https://i.imgur.com/qLQz2V6.png\" tvg-id=\"M5.hu\" tvg-country=\"HU\" group-title=\"Hungary\",M5 Hungary\nhttp://152.66.115.226:33390/bysid/201\n#EXTINF:-1 tvg-name=\"Duna TV\" tvg-logo=\"https://i.imgur.com/b4RXacY.png\" tvg-id=\"DunaTV.hu\" tvg-country=\"HU\" group-title=\"Hungary\",Duna TV\nhttp://152.66.115.226:33391/bysid/102\n#EXTINF:-1 tvg-name=\"Duna World / M4+ Sport\" tvg-logo=\"https://i.imgur.com/DciAdFF.png\" tvg-id=\"DunaWorld.hu\" tvg-country=\"HU\" group-title=\"Hungary\",Duna World / M4+ Sport\nhttp://152.66.115.226:33391/bysid/103\n"
  },
  {
    "path": "playlists/playlist_iceland.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"RÚV\" tvg-logo=\"https://i.imgur.com/vxaSn1K.png\" tvg-id=\"RUV.is\" tvg-country=\"IS\" group-title=\"Iceland\",RÚV\nhttps://ruv-web-live.akamaized.net/streymi/ruverl/ruverl.m3u8\n#EXTINF:-1 tvg-name=\"RÚV 2\" tvg-logo=\"https://i.imgur.com/yDKRuXQ.png\" tvg-id=\"RUV2.is\" tvg-country=\"IS\" group-title=\"Iceland\",RÚV 2\nhttps://ruvlive.akamaized.net/out/v1/2ff7673de40f419fa5164498fae89089/index.m3u8\n#EXTINF:-1 tvg-name=\"Alþingi\" tvg-logo=\"https://i.imgur.com/n170HMm.png\" tvg-id=\"Althingi.is\" tvg-country=\"IS\" group-title=\"Iceland\",Alþingi\nhttps://althingi-live.secure.footprint.net/althingi/live/index.m3u8\n"
  },
  {
    "path": "playlists/playlist_india.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"NDTV India\" tvg-logo=\"https://i.imgur.com/QjJYohG.png\" tvg-id=\"NDTVIndia.in\" tvg-country=\"IN\" group-title=\"India\",NDTV India\nhttps://ndtvindiaelemarchana.akamaized.net/hls/live/2003679/ndtvindia/master.m3u8\n#EXTINF:-1 tvg-name=\"ABP News\" tvg-logo=\"https://i.imgur.com/DKHUFVQ.png\" tvg-id=\"ABPNews.in\" tvg-country=\"IN\" group-title=\"India\",ABP News\nhttps://abplivetv.pc.cdn.bitgravity.com/httppush/abp_livetv/abp_abpnews/master.m3u8\n#EXTINF:-1 tvg-name=\"ABP Ananda\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/c/cd/ABP_Ananda_logo.svg/500px-ABP_Ananda_logo.svg.png\" tvg-id=\"ABPAnanda.in\" tvg-country=\"IN\" group-title=\"India\",ABP Ananda\nhttps://abplivetv.pc.cdn.bitgravity.com/httppush/abp_livetv/abp_ananda/master.m3u8\n#EXTINF:-1 tvg-name=\"DD National Ⓨ\" tvg-logo=\"https://i.imgur.com/MohlE5B.png\" tvg-id=\"DDNational.in\" tvg-country=\"IN\" group-title=\"India\",DD National Ⓨ\nhttps://www.youtube.com/doordarshan/live\n#EXTINF:-1 tvg-name=\"DD News Ⓨ\" tvg-logo=\"https://i.imgur.com/znnVCEf.png\" tvg-id=\"DDNews.in\" tvg-country=\"IN\" group-title=\"India\",DD News Ⓨ\nhttps://www.youtube.com/c/ddnews/live\n#EXTINF:-1 tvg-name=\"DD India Ⓨ\" tvg-logo=\"https://i.imgur.com/45uptR8.png\" tvg-id=\"DDIndia.in\" tvg-country=\"IN\" group-title=\"India\",DD India Ⓨ\nhttps://www.youtube.com/DDIndia/live\n#EXTINF:-1 tvg-name=\"DD Bharati Ⓨ\" tvg-logo=\"https://i.imgur.com/4tfUIEo.png\" tvg-id=\"DDBharati.in\" tvg-country=\"IN\" group-title=\"India\",DD Bharati Ⓨ\nhttps://www.youtube.com/@ddbharati/live\n#EXTINF:-1 tvg-name=\"DD Kisan Ⓨ\" tvg-logo=\"https://i.imgur.com/x56WJEa.png\" tvg-id=\"DDKisan.in\" tvg-country=\"IN\" group-title=\"India\",DD Kisan Ⓨ\nhttps://www.youtube.com/@DDKisan/live\n#EXTINF:-1 tvg-name=\"DD Urdu Ⓨ\" tvg-logo=\"https://i.imgur.com/OiQPS34.png\" tvg-id=\"DDUrdu.in\" tvg-country=\"IN\" group-title=\"India\",DD Urdu Ⓨ\nhttps://www.youtube.com/@DDUrdu/live\n#EXTINF:-1 tvg-name=\"India Today Ⓨ\" tvg-logo=\"https://i.imgur.com/C7KK3Fd.png\" tvg-id=\"IndiaToday.in\" tvg-country=\"IN\" group-title=\"India\",India Today Ⓨ\nhttps://www.youtube.com/watch?v=sYZtOFzM78M\n#EXTINF:-1 tvg-name=\"Aaj Tak Ⓨ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/2/28/Aaj_tak_logo.png\" tvg-id=\"AajTak.in\" tvg-country=\"IN\" group-title=\"India\",Aaj Tak Ⓨ\nhttps://www.youtube.com/watch?v=Nq2wYlWFucg\n#EXTINF:-1 tvg-name=\"India TV Ⓨ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/thumb/6/60/India_tv_logo-en.png/500px-India_tv_logo-en.png\" tvg-id=\"IndiaTV.in\" tvg-country=\"IN\" group-title=\"India\",India TV Ⓨ\nhttps://www.youtube.com/watch?v=e1FIApIafWE\n#EXTINF:-1 tvg-name=\"TV9 Bharatvarsh Ⓨ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/thumb/a/a6/TV9_Bharatvarsh.svg/500px-TV9_Bharatvarsh.svg.png\" tvg-id=\"TV9Bharatvarsh.in\" tvg-country=\"IN\" group-title=\"India\",TV9 Bharatvarsh Ⓨ\nhttps://www.youtube.com/watch?v=nSpwwcHVp80\n#EXTINF:-1 tvg-name=\"Republic Bharat Ⓨ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/8/80/Republic_Bharat_logo.svg/500px-Republic_Bharat_logo.svg.png\" tvg-id=\"RepublicBharat.in\" tvg-country=\"IN\" group-title=\"India\",Republic Bharat Ⓨ\nhttps://www.youtube.com/watch?v=3DbTO_AMhhc\n"
  },
  {
    "path": "playlists/playlist_indonesia.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"CNBC Indonesia\" tvg-logo=\"https://imgur.com/ie2zSTY\" tvg-id=\"CNBCIndonesia.am\" tvg-country=\"ID\" group-title=\"Indonesia\",CNBC Indonesia\nhttps://live.cnbcindonesia.com/livecnbc/smil:cnbctv.smil/chunklist.m3u8\n#EXTINF:-1 tvg-name=\"CNN Indonesia\" tvg-logo=\"https://imgur.com/MpxTMiP\" tvg-id=\"CNNIndonesia.am\" tvg-country=\"ID\" group-title=\"Indonesia\",CNN Indonesia\nhttp://live.cnnindonesia.com/livecnn/smil:cnntv.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"BeritaSatu\" tvg-logo=\"https://imgur.com/vYJVT07\" tvg-id=\"BeritaSatu.am\" tvg-country=\"ID\" group-title=\"Indonesia\",BeritaSatu\nhttps://b1news.beritasatumedia.com/Beritasatu/B1News_1280x720.m3u8\n"
  },
  {
    "path": "playlists/playlist_iran.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"Al-Alam News Network Ⓢ\" tvg-logo=\"https://i.imgur.com/UbD0Ndr.png\" tvg-id=\"AlalamNewsChannel.ir\" tvg-country=\"IR\" group-title=\"Iran\",Al-Alam News Network Ⓢ\nhttps://live2.alalam.ir/alalam.m3u8\n#EXTINF:-1 tvg-name=\"Press TV\" tvg-logo=\"https://i.imgur.com/X3YP2Gg.png\" tvg-id=\"PressTV.ir\" tvg-country=\"IR\" group-title=\"Iran\",Press TV\nhttps://cdnlive.presstv.ir/cdnlive/smil:cdnlive.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Press TV French\" tvg-logo=\"https://i.imgur.com/X3YP2Gg.png\" tvg-id=\"PressTVFrench.ir\" tvg-country=\"IR\" group-title=\"Iran\",Press TV French\nhttps://live1.presstv.ir/live/presstvfr/index.m3u8\n#EXTINF:-1 tvg-name=\"IranPress Ⓢ\" tvg-logo=\"https://i.imgur.com/Qrubr3v.png\" tvg-id=\"IranPress.ir\" tvg-country=\"IR\" group-title=\"Iran\",IranPress Ⓢ\nhttps://live1.presstv.ir/live/iranpress/index.m3u8\n"
  },
  {
    "path": "playlists/playlist_iraq.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"Al-Hurra Iraq\" tvg-logo=\"https://i.imgur.com/mXBZEQP.png\" tvg-id=\"AlhurraTVIraq.iq\" tvg-country=\"IQ\" group-title=\"Iraq\",Al-Hurra Iraq\nhttps://mbnvvideoingest-i.akamaihd.net/hls/live/1004674/MBNV_ALHURRA_IRAQ/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Al-Hurra\" tvg-logo=\"https://i.imgur.com/0izeu5z.png\" tvg-id=\"AlHurra.iq\" tvg-country=\"IQ\" group-title=\"Iraq\",Al-Hurra\nhttps://mbnvvideoingest-i.akamaihd.net/hls/live/1004673/MBNV_ALHURRA_MAIN/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Al-Iraqiya\" tvg-logo=\"https://i.imgur.com/imdV6kL.png\" tvg-country=\"IQ\" group-title=\"Iraq\",Al-Iraqiya\nhttps://cdn.catiacast.video/abr/8d2ffb0aba244e8d9101a9488a7daa05/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Al-Rafidain\" tvg-logo=\"https://i.imgur.com/D78qG91.png\" tvg-id=\"AlRafidainTV.iq\" tvg-country=\"IQ\" group-title=\"Iraq\",Al-Rafidain\nhttps://cdg8.edge.technocdn.com/arrafidaintv/abr_live/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Al-Rasheed\" tvg-logo=\"https://i.imgur.com/SU9HbXY.png\" tvg-id=\"AlRasheedTV.iq\" tvg-country=\"IQ\" group-title=\"Iraq\",Al-Rasheed\nhttps://media1.livaat.com/AL-RASHEED-HD/tracks-v1a1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Al-Sharqiya News\" tvg-logo=\"https://i.imgur.com/P6p17ZY.jpg\" tvg-id=\"AlSharqiyaNews.iq\" tvg-country=\"IQ\" group-title=\"Iraq\",Al-Sharqiya News\nhttps://5d94523502c2d.streamlock.net/alsharqiyalive/mystream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Al-Sharqiya\" tvg-logo=\"https://i.imgur.com/bPYyXNf.png\" tvg-id=\"AlSharqiya.iq\" tvg-country=\"IQ\" group-title=\"Iraq\",Al-Sharqiya\nhttps://5d94523502c2d.streamlock.net/home/mystream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Dijlah Tarab\" tvg-logo=\"https://i.imgur.com/2SBjjBQ.png\" tvg-id=\"DijlahTarab.iq\" tvg-country=\"IQ\" group-title=\"Iraq\",Dijlah Tarab\nhttps://ghaasiflu.online/tarab/tracks-v1a1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Dijlah TV\" tvg-logo=\"https://i.imgur.com/FJEeYiz.png\" tvg-id=\"DijlahTV.iq\" tvg-country=\"IQ\" group-title=\"Iraq\",Dijlah TV\nhttps://ghaasiflu.online/Dijlah/tracks-v1a1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"iNEWS\" tvg-logo=\"https://i.imgur.com/PeuBkaH.png\" tvg-id=\"INews.iq\" tvg-country=\"IQ\" group-title=\"Iraq\",iNEWS\nhttps://svs.itworkscdn.net/inewsiqlive/inewsiq.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Iraq Future Ⓢ\" tvg-logo=\"https://i.imgur.com/Z7woTe5.png\" tvg-id=\"IraqFuture.iq\" tvg-country=\"IQ\" group-title=\"Iraq\",Iraq Future Ⓢ\nhttps://streaming.viewmedia.tv/viewsatstream40/viewsatstream40.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Turkmeneli TV\" tvg-logo=\"https://i.imgur.com/iUhhg4B.png\" tvg-id=\"TurkmeneliTV.iq\" tvg-country=\"IQ\" group-title=\"Iraq\",Turkmeneli TV\nhttps://137840.global.ssl.fastly.net/edge/live_6b7c6e205afb11ebb010f5a331abaf98/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Zagros TV\" tvg-logo=\"https://i.imgur.com/UjIuIQX.png\" tvg-id=\"ZagrosTV.iq\" tvg-country=\"IQ\" group-title=\"Iraq\",Zagros TV\nhttps://5a3ed7a72ed4b.streamlock.net/zagrostv/SMIL:myStream.smil/playlist.m3u8\n"
  },
  {
    "path": "playlists/playlist_ireland.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"TG4\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/0/06/TG4_logo.svg/1024px-TG4_logo.svg.png\" tvg-id=\"TG4.ie\" tvg-country=\"IE\" group-title=\"Ireland\",TG4\nhttps://dx4452e0qv6r9.cloudfront.net/tg4_vod_national.m3u8\n#EXTINF:-1 tvg-name=\"Houses of the Oireachtas Channel\" tvg-logo=\"https://i.imgur.com/aC4fsCI.png\" tvg-id=\"OireachtasTV.ie\" tvg-country=\"IE\" group-title=\"Ireland\",Houses of the Oireachtas Channel\nhttps://d33zah5htxvoxb.cloudfront.net/el/live/oirtv/hls.m3u8\n#EXTINF:-1 tvg-name=\"Today FM\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/b/bf/Today_FM_Logo_2017.jpg\" tvg-id=\"todayfm.com\" tvg-country=\"IE\" group-title=\"Ireland\",Today FM\nhttps://stream.audioxi.com/TDAAC\n#EXTINF:-1 tvg-name=\"98FM\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/98FM_2022.svg/1920px-98FM_2022.svg.png\" tvg-id=\"98fm.com\" tvg-country=\"IE\" group-title=\"Ireland\",98FM\nhttps://stream.audioxi.com/98\n#EXTINF:-1 tvg-name=\"FM104\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/c/cb/FM104_logo_tile.png\" tvg-id=\"fm104.ie\" tvg-country=\"IE\" group-title=\"Ireland\",FM104\nhttps://wg.cdn.tibus.net/fm104MP3128\n#EXTINF:-1 tvg-name=\"Radio Nova\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/a/a1/Nova-web1-228x150.jpg\" tvg-id=\"www.nova.ie\" tvg-country=\"IE\" group-title=\"Ireland\",Radio Nova\nhttps://stream.audioxi.com/NOVA\n#EXTINF:-1 tvg-name=\"Spin 103.8\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/2/2e/Spin_400x400.png\" tvg-id=\"spin1038.com\" tvg-country=\"IE\" group-title=\"Ireland\",Spin 103.8\nhttps://stream.audioxi.com/SP\n#EXTINF:-1 tvg-name=\"Newstalk\" tvg-logo=\"\" tvg-country=\"IE\" group-title=\"Ireland\",Newstalk\nhttps://stream.audioxi.com/NT\n#EXTINF:-1 tvg-name=\"Dublin's Q102\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/e/e7/Dublins_Q102_Logo.png\" tvg-id=\"q102.ie\" tvg-country=\"IE\" group-title=\"Ireland\",Dublin's Q102\nhttps://wg.cdn.tibus.net/q102MP3128\n#EXTINF:-1 tvg-name=\"Classic Hits\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/3/31/Classichits2023.jpg\" tvg-id=\"classichits.ie\" tvg-country=\"IE\" group-title=\"Ireland\",Classic Hits\nhttps://stream.audioxi.com/CLASSIC\n#EXTINF:-1 tvg-name=\"Sunshine 106.8\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/9/97/Sunshine_106.8_logo.png\" tvg-id=\"sunshineradio.ie\" tvg-country=\"IE\" group-title=\"Ireland\",Sunshine 106.8\nhttps://live-bauerie.sharp-stream.com/SUN\n"
  },
  {
    "path": "playlists/playlist_israel.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"9 канал Ⓨ\" tvg-logo=\"https://i.imgur.com/pttM3KQ.png\" tvg-id=\"Channel9.il\" tvg-country=\"IL\" group-title=\"Israel\",9 канал Ⓨ\nhttps://www.youtube.com/@israel9tv/live\n#EXTINF:-1 tvg-name=\"כאן 11\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/c/c8/Kan11Logo.svg/640px-Kan11Logo.svg.png\" tvg-id=\"Kan11.il\" tvg-country=\"IL\" group-title=\"Israel\",כאן 11\nhttps://kan11.media.kan.org.il/hls/live/2024514/2024514/master.m3u8\n#EXTINF:-1 tvg-name=\"ערוץ 13\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/he/thumb/1/17/Reshet13Logo2022.svg/559px-Reshet13Logo2022.svg.png\" tvg-id=\"Channel13.il\" tvg-country=\"IL\" group-title=\"Israel\",ערוץ 13\nhttps://d2xg1g9o5vns8m.cloudfront.net/out/v1/0855d703f7d5436fae6a9c7ce8ca5075/index.m3u8\n#EXTINF:-1 tvg-name=\"ערוץ 14\" tvg-logo=\"https://i.imgur.com/Iq2Kb69.png\" tvg-id=\"Now14.il\" tvg-country=\"IL\" group-title=\"Israel\",ערוץ 14\nhttps://now14.g-mana.live/media/91517161-44ab-4e46-af70-e9fe26117d2e/mainManifest.m3u8\n#EXTINF:-1 tvg-name=\"The Shopping Channel\" tvg-logo=\"https://i.imgur.com/PEdXHSE.png\" tvg-id=\"TheShoppingChannel.il\" tvg-country=\"IL\" group-title=\"Israel\",The Shopping Channel\nhttps://shoppingil-rewriter.vidnt.com/index.m3u8\n#EXTINF:-1 tvg-name=\"مكان 33\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/5/56/MeKan_33_logo_2017.png\" tvg-id=\"Makan33.il\" tvg-country=\"IL\" group-title=\"Israel\",مكان 33\nhttps://makan.media.kan.org.il/hls/live/2024680/2024680/master.m3u8\n#EXTINF:-1 tvg-name=\"כאן חינוכית\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/6b/KanHinuchit.svg/640px-KanHinuchit.svg.png\" tvg-id=\"KanEducational.il\" tvg-country=\"IL\" group-title=\"Israel\",כאן חינוכית\nhttps://kan23.media.kan.org.il/hls/live/2024691/2024691/master.m3u8\n#EXTINF:-1 tvg-name=\"Knesset\" tvg-logo=\"https://i.imgur.com/PEdXHSE.png\" tvg-id=\"Knesset.il\" tvg-country=\"IL\" group-title=\"Israel\",Knesset\nhttps://contact.gostreaming.tv/Knesset/myStream/playlist.m3u8\n"
  },
  {
    "path": "playlists/playlist_italy.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"Rai 1 Ⓖ\" tvg-logo=\"https://i.imgur.com/CAx7yRm.png\" tvg-id=\"Rai1.it\" tvg-country=\"IT\" group-title=\"Italy\",Rai 1 Ⓖ\nhttps://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=2606803&output=7&forceUserAgent=rainet/4.0.5\n#EXTINF:-1 tvg-name=\"Rai 2 Ⓖ\" tvg-logo=\"https://i.imgur.com/zA0PTcs.png\" tvg-id=\"Rai2.it\" tvg-country=\"IT\" group-title=\"Italy\",Rai 2 Ⓖ\nhttps://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=308718&output=7&forceUserAgent=rainet/4.0.5\n#EXTINF:-1 tvg-name=\"Rai 3 Ⓖ\" tvg-logo=\"https://i.imgur.com/9kuQCIi.png\" tvg-id=\"Rai3.it\" tvg-country=\"IT\" group-title=\"Italy\",Rai 3 Ⓖ\nhttps://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=308709&output=7&forceUserAgent=rainet/4.0.5\n#EXTINF:-1 tvg-name=\"Rete 4 Ⓖ\" tvg-logo=\"https://i.imgur.com/GWx2Fkl.png\" tvg-id=\"Rete4.it\" tvg-country=\"IT\" group-title=\"Italy\",Rete 4 Ⓖ\nhttps://live02-seg.msf.cdn.mediaset.net/live/ch-r4/r4-clr.isml/index.m3u8\n#EXTINF:-1 tvg-name=\"Canale 5 Ⓖ\" tvg-logo=\"https://i.imgur.com/p6YdiR1.png\" tvg-id=\"Canale5.it\" tvg-country=\"IT\" group-title=\"Italy\",Canale 5 Ⓖ\nhttps://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/index.m3u8\n#EXTINF:-1 tvg-name=\"Italia 1 Ⓖ\" tvg-logo=\"https://i.imgur.com/oCiOxBG.png\" tvg-id=\"Italia1.it\" tvg-country=\"IT\" group-title=\"Italy\",Italia 1 Ⓖ\nhttps://live02-seg.msf.cdn.mediaset.net/live/ch-i1/i1-clr.isml/index.m3u8\n#EXTINF:-1 tvg-name=\"La7\" tvg-logo=\"https://i.imgur.com/F90mpSa.png\" tvg-id=\"La7.it\" tvg-country=\"IT\" group-title=\"Italy\",La7\nhttps://viamotionhsi.netplus.ch/live/eds/la7/browser-HLS8/la7.m3u8\n#EXTINF:-1 tvg-name=\"TV8 Ⓖ\" tvg-logo=\"https://i.imgur.com/xvoHVOU.png\" tvg-id=\"TV8.it\" tvg-country=\"IT\" group-title=\"Italy\",TV8 Ⓖ\nhttps://hlslive-web-gcdn-skycdn-it.akamaized.net/TACT/11223/tv8web/master.m3u8?hdnts=st=1764666351~exp=1829466206~acl=/*~hmac=b0e9165b6c55027903ad103c8219f363d8765eb300c0d9a339e9767fc3509556\n#EXTINF:-1 tvg-name=\"Nove\" tvg-logo=\"https://i.imgur.com/Hp723RU.png\" tvg-id=\"Nove.it\" tvg-country=\"IT\" group-title=\"Italy\",Nove\nhttps://d31mw7o1gs0dap.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-y5pbi2sq9r609/NOVE_IT.m3u8\n#EXTINF:-1 tvg-name=\"20 Mediaset Ⓖ\" tvg-logo=\"https://i.imgur.com/It13jwX.png\" tvg-id=\"20.it\" tvg-country=\"IT\" group-title=\"Italy\",20 Mediaset Ⓖ\nhttps://live02-seg.msf.cdn.mediaset.net/live/ch-lb/lb-clr.isml/index.m3u8\n#EXTINF:-1 tvg-name=\"Rai 4 Ⓖ\" tvg-logo=\"https://i.imgur.com/XFkZRfv.png\" tvg-id=\"Rai4.it\" tvg-country=\"IT\" group-title=\"Italy\",Rai 4 Ⓖ\nhttps://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746966&output=7&forceUserAgent=rainet/4.0.5\n#EXTINF:-1 tvg-name=\"Iris Ⓖ\" tvg-logo=\"https://i.imgur.com/Ixz1BY3.png\" tvg-id=\"Iris.it\" tvg-country=\"IT\" group-title=\"Italy\",Iris Ⓖ\nhttps://live02-seg.msf.cdn.mediaset.net/live/ch-ki/ki-clr.isml/index.m3u8\n#EXTINF:-1 tvg-name=\"Rai 5 Ⓖ\" tvg-logo=\"https://i.imgur.com/Leu2zTO.png\" tvg-id=\"Rai5.it\" tvg-country=\"IT\" group-title=\"Italy\",Rai 5 Ⓖ\nhttps://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=395276&output=7&forceUserAgent=rainet/4.0.5\n#EXTINF:-1 tvg-name=\"Rai Movie Ⓖ\" tvg-logo=\"https://i.imgur.com/RKpO8CE.png\" tvg-id=\"RaiMovie.it\" tvg-country=\"IT\" group-title=\"Italy\",Rai Movie Ⓖ\nhttps://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=747002&output=7&forceUserAgent=rainet/4.0.5\n#EXTINF:-1 tvg-name=\"Rai Premium Ⓖ\" tvg-logo=\"https://i.imgur.com/RKI4nFy.png\" tvg-id=\"RaiPremium.it\" tvg-country=\"IT\" group-title=\"Italy\",Rai Premium Ⓖ\nhttps://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746992&output=7&forceUserAgent=rainet/4.0.5\n#EXTINF:-1 tvg-name=\"Cielo Ⓖ\" tvg-logo=\"https://i.imgur.com/cPluF03.png\" tvg-id=\"CieloTV.it\" tvg-country=\"IT\" group-title=\"Italy\",Cielo Ⓖ\nhttps://hlslive-web-gcdn-skycdn-it.akamaized.net/TACT/11219/cieloweb/master.m3u8?hdnts=st=1764666351~exp=1829466206~acl=/*~hmac=b0e9165b6c55027903ad103c8219f363d8765eb300c0d9a339e9767fc3509556\n#EXTINF:-1 tvg-name=\"27 Twentyseven Ⓖ\" tvg-logo=\"https://i.imgur.com/y2PdPCK.png\" tvg-id=\"27Twentyseven.it\" tvg-country=\"IT\" group-title=\"Italy\",27 Twentyseven Ⓖ\nhttps://live02-seg.msf.cdn.mediaset.net/live/ch-ts/ts-clr.isml/index.m3u8\n#EXTINF:-1 tvg-name=\"TV 2000\" tvg-logo=\"https://i.imgur.com/x7RaK3a.png\" tvg-id=\"TV2000.va\" tvg-country=\"IT\" group-title=\"Italy\",TV 2000\nhttps://hls-live-tv2000.akamaized.net/hls/live/2028510/tv2000/master.m3u8\n#EXTINF:-1 tvg-name=\"La7 Cinema\" tvg-logo=\"https://i.imgur.com/khPweok.png\" tvg-id=\"La7Cinema.it\" tvg-country=\"IT\" group-title=\"Italy\",La7 Cinema\nhttps://viamotionhsi.netplus.ch/live/eds/la7d/browser-HLS8/la7d.m3u8\n#EXTINF:-1 tvg-name=\"La 5 Ⓖ\" tvg-logo=\"https://i.imgur.com/UNyJaho.png\" tvg-id=\"La5.it\" tvg-country=\"IT\" group-title=\"Italy\",La 5 Ⓖ\nhttps://live02-seg.msf.cdn.mediaset.net/live/ch-ka/ka-clr.isml/index.m3u8\n#EXTINF:-1 tvg-name=\"Real Time\" tvg-logo=\"https://i.imgur.com/9dcTYg1.png\" tvg-id=\"RealTimeItaly.it\" tvg-country=\"IT\" group-title=\"Italy\",Real Time\nhttps://d3562mgijzx0zq.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-kizqtzpvvl3i8/Realtime_IT.m3u8\n#EXTINF:-1 tvg-name=\"QVC\" tvg-logo=\"https://i.imgur.com/Ea7iUX2.png\" tvg-id=\"QVCItaly.it\" tvg-country=\"IT\" group-title=\"Italy\",QVC\nhttps://qrg.akamaized.net/hls/live/2017383/lsqvc1it/master.m3u8\n#EXTINF:-1 tvg-name=\"Food Network\" tvg-logo=\"https://i.imgur.com/i60OYr9.png\" tvg-id=\"FoodNetworkItaly.it\" tvg-country=\"IT\" group-title=\"Italy\",Food Network\nhttps://dk3okdd5036kz.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-o4pw0nc02sthz/Foodnetwork_IT.m3u8\n#EXTINF:-1 tvg-name=\"Cine34   Ⓖ\" tvg-logo=\"https://i.imgur.com/YyldwhI.png\" tvg-id=\"Cine34.it\" tvg-country=\"IT\" group-title=\"Italy\",Cine34   Ⓖ\nhttps://live02-seg.msf.cdn.mediaset.net/live/ch-b6/b6-clr.isml/index.m3u8\n#EXTINF:-1 tvg-name=\"Focus Ⓖ\" tvg-logo=\"https://i.imgur.com/M4smqpF.png\" tvg-id=\"Focus.it\" tvg-country=\"IT\" group-title=\"Italy\",Focus Ⓖ\nhttps://live02-seg.msf.cdn.mediaset.net/live/ch-fu/fu-clr.isml/index.m3u8\n#EXTINF:-1 tvg-name=\"RTL 102.5\" tvg-logo=\"https://i.imgur.com/KdissvS.png\" tvg-id=\"RTL1025TV.it\" tvg-country=\"IT\" group-title=\"Italy\",RTL 102.5\nhttps://dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S97044836/tbbP8T1ZRPBL/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Discovery Channel\" tvg-logo=\"https://i.imgur.com/5IxIFJ0.png\" tvg-id=\"DiscoveryChannel.it\" tvg-country=\"IT\" group-title=\"Italy\",Discovery Channel\nhttps://d24aqelmrau4kx.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-l1oas691aj7p2/WBTV_IT.m3u8\n#EXTINF:-1 tvg-name=\"Giallo\" tvg-logo=\"https://i.imgur.com/0PIRwZS.png\" tvg-id=\"Giallo.it\" tvg-country=\"IT\" group-title=\"Italy\",Giallo\nhttps://d9fqo6nfqlv2h.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-ulukbrgm1n3yb/Giallo_IT.m3u8\n#EXTINF:-1 tvg-name=\"Top Crime   Ⓖ\" tvg-logo=\"https://i.imgur.com/RFIwv9O.png\" tvg-id=\"TopCrime.it\" tvg-country=\"IT\" group-title=\"Italy\",Top Crime   Ⓖ\nhttps://live02-seg.msf.cdn.mediaset.net/live/ch-lt/lt-clr.isml/index.m3u8\n#EXTINF:-1 tvg-name=\"BOING   Ⓖ\" tvg-logo=\"https://i.imgur.com/niSlrqT.png\" tvg-id=\"BoingItaly.it\" tvg-country=\"IT\" group-title=\"Italy\",BOING   Ⓖ\nhttps://live02-seg.msf.cdn.mediaset.net/live/ch-kb/kb-clr.isml/index.m3u8\n#EXTINF:-1 tvg-name=\"K2\" tvg-logo=\"https://i.imgur.com/wlLgSiA.png\" tvg-id=\"K2.it\" tvg-country=\"IT\" group-title=\"Italy\",K2\nhttps://d1pmpe0hs35ka5.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-39hsskpppgf72/K2_IT.m3u8\n#EXTINF:-1 tvg-name=\"Rai Gulp Ⓖ\" tvg-logo=\"https://i.imgur.com/lu1DPVb.png\" tvg-id=\"RaiGulp.it\" tvg-country=\"IT\" group-title=\"Italy\",Rai Gulp Ⓖ\nhttps://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746953&output=7&forceUserAgent=rainet/4.0.5\n#EXTINF:-1 tvg-name=\"Rai YoYo Ⓖ\" tvg-logo=\"https://i.imgur.com/DRSa3ys.png\" tvg-id=\"RaiYoyo.it\" tvg-country=\"IT\" group-title=\"Italy\",Rai YoYo Ⓖ\nhttps://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746899&output=7&forceUserAgent=rainet/4.0.5\n#EXTINF:-1 tvg-name=\"Frisbee\" tvg-logo=\"https://i.imgur.com/9y1zIAe.png\" tvg-id=\"Frisbee.it\" tvg-country=\"IT\" group-title=\"Italy\",Frisbee\nhttps://d6m7lubks416z.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-zmbstsedxme9s/Frisbee_IT.m3u8\n#EXTINF:-1 tvg-name=\"Cartoonito Ⓖ\" tvg-logo=\"https://i.imgur.com/oK2DcDJ.png\" tvg-id=\"CartoonitoItaly.it\" tvg-country=\"IT\" group-title=\"Italy\",Cartoonito Ⓖ\nhttps://live02-seg.msf.cdn.mediaset.net/live/ch-la/la-clr.isml/index.m3u8\n#EXTINF:-1 tvg-name=\"Super!\" tvg-logo=\"https://i.imgur.com/1124YEp.png\" tvg-id=\"Super.it\" tvg-country=\"IT\" group-title=\"Italy\",Super!\nhttps://495c5a85d9074f29acffeaea9e0215eb.msvdn.net/super/super_main/super_main_hbbtv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Rai News 24 Ⓖ\" tvg-logo=\"https://i.imgur.com/gdzGwB6.png\" tvg-id=\"RaiNews24.it\" tvg-country=\"IT\" group-title=\"Italy\",Rai News 24 Ⓖ\nhttps://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=1&output=7&forceUserAgent=rainet/4.0.5\n#EXTINF:-1 tvg-name=\"Italia 2 Ⓖ\" tvg-logo=\"https://i.imgur.com/nq48sjO.png\" tvg-id=\"Italia2.it\" tvg-country=\"IT\" group-title=\"Italy\",Italia 2 Ⓖ\nhttps://live02-seg.msf.cdn.mediaset.net/live/ch-i2/i2-clr.isml/index.m3u8\n#EXTINF:-1 tvg-name=\"Sky TG24 Ⓖ\" tvg-logo=\"https://i.imgur.com/q4d3Dah.png\" tvg-id=\"SkyTG24.it\" tvg-country=\"IT\" group-title=\"Italy\",Sky TG24 Ⓖ\nhttps://hlslive-web-gcdn-skycdn-it.akamaized.net/TACT/12221/web/master.m3u8?hdnts=st=1764666351~exp=1829466206~acl=/*~hmac=b0e9165b6c55027903ad103c8219f363d8765eb300c0d9a339e9767fc3509556\n#EXTINF:-1 tvg-name=\"TGCOM 24 Ⓖ\" tvg-logo=\"https://i.imgur.com/xautVD8.png\" tvg-id=\"TGCom24.it\" tvg-country=\"IT\" group-title=\"Italy\",TGCOM 24 Ⓖ\nhttps://live02-seg.msf.cdn.mediaset.net/live/ch-kf/kf-clr.isml/index.m3u8\n#EXTINF:-1 tvg-name=\"DMAX\" tvg-logo=\"https://i.imgur.com/dmEmRX7.png\" tvg-id=\"DMAXItaly.it\" tvg-country=\"IT\" group-title=\"Italy\",DMAX\nhttps://d2j2nqgg7bzth.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-02k1gv1j0ufwn/DMAX_IT.m3u8\n#EXTINF:-1 tvg-name=\"Rai Storia Ⓖ\" tvg-logo=\"https://i.imgur.com/K8y5q8x.png\" tvg-id=\"RaiStoria.it\" tvg-country=\"IT\" group-title=\"Italy\",Rai Storia Ⓖ\nhttps://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746990&output=7&forceUserAgent=rainet/4.0.5\n#EXTINF:-1 tvg-name=\"Mediaset Extra Ⓖ\" tvg-logo=\"https://i.imgur.com/mM8lopo.png\" tvg-id=\"MediasetExtra.it\" tvg-country=\"IT\" group-title=\"Italy\",Mediaset Extra Ⓖ\nhttps://live02-seg.msf.cdn.mediaset.net/live/ch-kq/kq-clr.isml/index.m3u8\n#EXTINF:-1 tvg-name=\"HGTV – Home & Garden Tv\" tvg-logo=\"https://i.imgur.com/emLNC0U.png\" tvg-id=\"HGTVItaly.it\" tvg-country=\"IT\" group-title=\"Italy\",HGTV – Home & Garden Tv\nhttps://d1tidto9vz737l.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-joaw4f4kh2en1/HGTV_IT.m3u8\n#EXTINF:-1 tvg-name=\"Rai Scuola Ⓖ\" tvg-logo=\"https://i.imgur.com/tmtJW6s.png\" tvg-id=\"RaiScuola.it\" tvg-country=\"IT\" group-title=\"Italy\",Rai Scuola Ⓖ\nhttps://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=747011&output=7&forceUserAgent=rainet/4.0.5\n#EXTINF:-1 tvg-name=\"Rai Sport Ⓖ\" tvg-logo=\"https://i.imgur.com/xsGljsb.png\" tvg-id=\"RaiSport.it\" tvg-country=\"IT\" group-title=\"Italy\",Rai Sport Ⓖ\nhttps://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=358025&output=7&forceUserAgent=rainet/4.0.5\n#EXTINF:-1 tvg-name=\"Motor Trend\" tvg-logo=\"https://i.imgur.com/ipj2H0n.png\" tvg-id=\"MotorTrend.it\" tvg-country=\"IT\" group-title=\"Italy\",Motor Trend\nhttps://d205m6k582pec4.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-asg5puyzdtnqu/Motortrend_IT.m3u8\n#EXTINF:-1 tvg-name=\"Sportitalia Plus\" tvg-logo=\"https://i.imgur.com/hu56Ya5.png\" tvg-id=\"Sportitalia.it\" tvg-country=\"IT\" group-title=\"Italy\",Sportitalia Plus\nhttps://sportsitalia-samsungitaly.amagi.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Travel TV\" tvg-logo=\"https://i.imgur.com/aXAUyLN.png\" tvg-id=\"TravelTV.it\" tvg-country=\"IT\" group-title=\"Italy\",Travel TV\nhttps://streaming.softwarecreation.it/GoldTvSat/GoldTvSat/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Donna TV Ⓢ\" tvg-logo=\"https://i.imgur.com/Aa1Abme.png\" tvg-id=\"DonnaTV.it\" tvg-country=\"IT\" group-title=\"Italy\",Donna TV Ⓢ\nhttps://5a1178b42cc03.streamlock.net/donnatv/donnatv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"SuperTennis\" tvg-logo=\"https://i.imgur.com/GzsPlbX.png\" tvg-id=\"SuperTennis.it\" tvg-country=\"IT\" group-title=\"Italy\",SuperTennis\nhttps://live-embed.supertennix.hiway.media/restreamer/supertennix_client/gpu-a-c0-16/restreamer/outgest/aa3673f1-e178-44a9-a947-ef41db73211a/manifest.m3u8\n#EXTINF:-1 tvg-name=\"Alma TV\" tvg-logo=\"https://i.imgur.com/Y8JiDwN.png\" tvg-id=\"AlmaTV.it\" tvg-country=\"IT\" group-title=\"Italy\",Alma TV\nhttps://streaming.softwarecreation.it/AlmaTv/AlmaTv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Radio 105 TV Ⓖ\" tvg-logo=\"https://i.imgur.com/3NiLKvj.png\" tvg-id=\"Radio105TV.it\" tvg-country=\"IT\" group-title=\"Italy\",Radio 105 TV Ⓖ\nhttps://live02-seg.msr.cdn.mediaset.net/live/ch-ec/ec-clr.isml/index.m3u8\n#EXTINF:-1 tvg-name=\"R101 TV Ⓖ\" tvg-logo=\"https://i.imgur.com/mWeEa9T.png\" tvg-id=\"R101TV.it\" tvg-country=\"IT\" group-title=\"Italy\",R101 TV Ⓖ\nhttps://live02-seg.msr.cdn.mediaset.net/live/ch-er/er-clr.isml/index.m3u8\n#EXTINF:-1 tvg-name=\"Deejay TV\" tvg-logo=\"https://i.imgur.com/rlaKH6k.png\" tvg-id=\"DeejayTV.it\" tvg-country=\"IT\" group-title=\"Italy\",Deejay TV\nhttps://4c4b867c89244861ac216426883d1ad0.msvdn.net/live/S85984808/sMO0tz9Sr2Rk/playlist.m3u8\n#EXTINF:-1 tvg-name=\"RadioItaliaTV\" tvg-logo=\"https://i.imgur.com/4VCEJuJ.png\" tvg-id=\"RadioItaliaTV.it\" tvg-country=\"IT\" group-title=\"Italy\",RadioItaliaTV\nhttps://radioitaliatv.akamaized.net/hls/live/2093117/RadioitaliaTV/master.m3u8\n#EXTINF:-1 tvg-name=\"Radio KISS KISS TV\" tvg-logo=\"https://i.imgur.com/UTStxDW.png\" tvg-id=\"KissKissTV.it\" tvg-country=\"IT\" group-title=\"Italy\",Radio KISS KISS TV\nhttps://kk.fluid.stream/KKMulti/smil:KissKissTV.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Rai Radio 2 Visual Radio\" tvg-logo=\"https://i.imgur.com/nVBet0h.png\" tvg-id=\"RaiRadio2Visual.it\" tvg-country=\"IT\" group-title=\"Italy\",Rai Radio 2 Visual Radio\nhttps://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=5674080&output=7&forceUserAgent=rainet/4.0.5\n#EXTINF:-1 tvg-name=\"RTL 102.5 Traffic\" tvg-logo=\"https://i.imgur.com/GH7byqm.jpeg\" tvg-id=\"RTL1025Traffic.it\" tvg-country=\"IT\" group-title=\"Italy\",RTL 102.5 Traffic\nhttps://dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S38122967/2lyQRIAAGgRR/playlist.m3u8\n#EXTINF:-1 tvg-name=\"MAN-GA\" tvg-logo=\"https://i.imgur.com/8a6WYU2.png\" tvg-id=\"Manga.it\" tvg-country=\"IT\" group-title=\"Italy\",MAN-GA\nhttps://c65b9e710bde44819015af98e72cd7ab.msvdn.net/live/S93572876/aILSQPYFY3pF/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Radio24-IlSole24OreTV\" tvg-logo=\"https://i.imgur.com/NTqrdWW.png\" tvg-id=\"Radio24TV.it\" tvg-country=\"IT\" group-title=\"Italy\",Radio24-IlSole24OreTV\nhttps://ilsole24ore-radiovisual.akamaized.net/hls/live/2035302/persidera/master.m3u8\n#EXTINF:-1 tvg-name=\"BeJoy.Kids\" tvg-logo=\"https://i.imgur.com/zuR9Go5.png\" tvg-id=\"BeJoyKids.it\" tvg-country=\"IT\" group-title=\"Italy\",BeJoy.Kids\nhttps://64b16f23efbee.streamlock.net/bejoy/bejoy/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Gambero Rosso\" tvg-logo=\"https://i.imgur.com/RApMW5x.png\" tvg-id=\"GamberoRosso.it\" tvg-country=\"IT\" group-title=\"Italy\",Gambero Rosso\nhttps://2018f6355a15442ebb37007fa4f6c064.msvdn.net/live/S7530969/XWerenuxbSdW/playlist.m3u8\n#EXTINF:-1 tvg-name=\"RadioFreccia\" tvg-logo=\"https://i.imgur.com/J5N9F7Z.png\" tvg-id=\"RadioFrecciaTV.it\" tvg-country=\"IT\" group-title=\"Italy\",RadioFreccia\nhttps://dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S3160845/0tuSetc8UFkF/playlist.m3u8\n#EXTINF:-1 tvg-name=\"RDS Social TV\" tvg-logo=\"https://i.imgur.com/TY6FhqI.png\" tvg-id=\"RDSSocialTV.it\" tvg-country=\"IT\" group-title=\"Italy\",RDS Social TV\nhttps://stream.rdstv.radio/index.m3u8\n#EXTINF:-1 tvg-name=\"Radio ZETA\" tvg-logo=\"https://i.imgur.com/0MgCm1n.png\" tvg-id=\"RadioZetaTV.it\" tvg-country=\"IT\" group-title=\"Italy\",Radio ZETA\nhttps://dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S9346184/XEx1LqlYbNic/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Radio TV Serie A con RDS\" tvg-logo=\"https://i.imgur.com/NzDeCIx.png\" tvg-id=\"RadioTVSerieA.it\" tvg-country=\"IT\" group-title=\"Italy\",Radio TV Serie A con RDS\nhttps://stream.radioseriea.com/50773f0d0070476a8612d9984c6059d8/index.m3u8\n#EXTINF:-1 tvg-name=\"Sportitalia SOLOCALCIO\" tvg-logo=\"https://i.imgur.com/hu56Ya5.png\" tvg-id=\"SportitaliaSolocalcio.it\" tvg-country=\"IT\" group-title=\"Italy\",Sportitalia SOLOCALCIO\nhttps://di-g7ij0rwh.vo.lswcdn.net/sportitalia/sisolocalcio.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"BIKE Channel\" tvg-logo=\"https://i.imgur.com/4IzVSQI.png\" tvg-id=\"Bike.it\" tvg-country=\"IT\" group-title=\"Italy\",BIKE Channel\nhttps://stream.prod-01.milano.nxmedge.net/argocdn/bikechannel/video.m3u8\n#EXTINF:-1 tvg-name=\"Radio Montecarlo TV Ⓖ\" tvg-logo=\"https://i.imgur.com/3TMMXmS.png\" tvg-id=\"RadioMonteCarloTV.it\" tvg-country=\"IT\" group-title=\"Italy\",Radio Montecarlo TV Ⓖ\nhttps://live02-seg.msr.cdn.mediaset.net/live/ch-bb/bb-clr.isml/index.m3u8\n#EXTINF:-1 tvg-name=\"Virgin Radio TV Ⓖ\" tvg-logo=\"https://i.imgur.com/7Im3HI1.png\" tvg-id=\"VirginRadioTV.it\" tvg-country=\"IT\" group-title=\"Italy\",Virgin Radio TV Ⓖ\nhttps://live02-seg.msr.cdn.mediaset.net/live/ch-ew/ew-clr.isml/index.m3u8\n#EXTINF:-1 tvg-name=\"Senato TV\" tvg-logo=\"https://i.imgur.com/FoQoNZW.png\" tvg-id=\"SenatoTV.it\" tvg-country=\"IT\" group-title=\"Italy\",Senato TV\nhttps://senato-live.morescreens.com/SENATO_1_001/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Camera dei Deputati Ⓢ\" tvg-logo=\"https://i.imgur.com/fqGn1k9.png\" tvg-id=\"CameradeiDeputati.it\" tvg-country=\"IT\" group-title=\"Italy\",Camera dei Deputati Ⓢ\nhttps://video-ar.radioradicale.it/diretta/camera2/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Rai 4K Ⓖ\" tvg-logo=\"https://i.imgur.com/5gkt9DD.png\" tvg-id=\"Rai4K.it\" tvg-country=\"IT\" group-title=\"Italy\",Rai 4K Ⓖ\nhttps://raievent10-elem-live.akamaized.net/hls/live/619189/raievent10/raievent10/playlist.m3u8\n#EXTINF:-1 tvg-name=\"UniNettuno University TV Ⓖ\" tvg-logo=\"https://i.imgur.com/BOGMeio.png\" tvg-id=\"UniNettunoUniversityTV.it\" tvg-country=\"IT\" group-title=\"Italy\",UniNettuno University TV Ⓖ\nhttps://stream6-rai-it.akamaized.net/live/uninettuno/playlist.m3u8\n#EXTINF:-1 tvg-name=\"111 Tv\" tvg-logo=\"https://i.imgur.com/4jY8yAI.png\" tvg-country=\"IT\" group-title=\"Italy\",111 Tv\nhttps://5db313b643fd8.streamlock.net/111/111/playlist.m3u8\n#EXTINF:-1 tvg-name=\"12 Tv Parma\" tvg-logo=\"https://i.imgur.com/xnUgx6b.png\" tvg-id=\"12TVParma.it\" tvg-country=\"IT\" group-title=\"Italy\",12 Tv Parma\nhttps://5929b138b139d.streamlock.net/12TVParma/livestream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"4 You Tv\" tvg-logo=\"https://i.imgur.com/NN0cSbz.png\" tvg-country=\"IT\" group-title=\"Italy\",4 You Tv\nhttps://streamsrv2.nets-sr.com:19360/4youtv/4youtv.m3u8\n#EXTINF:-1 tvg-name=\"Abc Tv\" tvg-logo=\"https://i.imgur.com/nVmIeTD.png\" tvg-country=\"IT\" group-title=\"Italy\",Abc Tv\nhttps://diretta.arcapuglia.it:8080/live/abctv/index.m3u8\n#EXTINF:-1 tvg-name=\"AB Channel\" tvg-logo=\"https://i.imgur.com/k8EPLB9.png\" tvg-id=\"ABChannel.it\" tvg-country=\"IT\" group-title=\"Italy\",AB Channel\nhttps://tsw.streamingwebtv24.it:1936/abchanneltv/abchanneltv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Alpauno\" tvg-logo=\"https://i.imgur.com/4QKFtUa.png\" tvg-country=\"IT\" group-title=\"Italy\",Alpauno\nhttps://5f22d76e220e1.streamlock.net/alpaunotv/alpaunotv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Alto Adige Tv\" tvg-logo=\"https://i.imgur.com/S2sCFQi.png\" tvg-id=\"AltoAdigeTV.it\" tvg-country=\"IT\" group-title=\"Italy\",Alto Adige Tv\nhttps://5f204aff97bee.streamlock.net/AltoAdigeTV/livestream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Antenna 2 Bergamo\" tvg-logo=\"https://i.imgur.com/NfvHIAw.png\" tvg-country=\"IT\" group-title=\"Italy\",Antenna 2 Bergamo\nhttps://58f12ffd2447a.streamlock.net/Antenna2/livestream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Antenna 3 Massa\" tvg-logo=\"https://i.imgur.com/CHDU86j.png\" tvg-country=\"IT\" group-title=\"Italy\",Antenna 3 Massa\nhttps://media2021.rtvweb.com/antenna3massa/a3/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Antenna 3 Veneto Nord Est\" tvg-logo=\"https://i.imgur.com/NiVHLwp.png\" tvg-id=\"AntennaTreNordest.it\" tvg-country=\"IT\" group-title=\"Italy\",Antenna 3 Veneto Nord Est\nhttps://59d7d6f47d7fc.streamlock.net/antennatreveneto/antennatreveneto.stream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Antenna Sud\" tvg-logo=\"https://i.imgur.com/b8y6ImZ.png\" tvg-country=\"IT\" group-title=\"Italy\",Antenna Sud\nhttps://live.antennasudwebtv.it:9443/hls/vod.m3u8\n#EXTINF:-1 tvg-name=\"Antenna Sud Extra\" tvg-logo=\"https://i.imgur.com/6tBv8VD.png\" tvg-country=\"IT\" group-title=\"Italy\",Antenna Sud Extra\nhttps://live.antennasudwebtv.it:9443/hls/vod92.m3u8\n#EXTINF:-1 tvg-name=\"Aristanis SuperTv\" tvg-logo=\"https://i.imgur.com/v8PlAJO.png\" tvg-country=\"IT\" group-title=\"Italy\",Aristanis SuperTv\nhttps://video2.azotosolutions.com:1936/supertvoristano/supertvoristano/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Arte Network Orler\" tvg-logo=\"https://i.imgur.com/DP5y0Er.png\" tvg-country=\"IT\" group-title=\"Italy\",Arte Network Orler\nhttps://tsw.streamingwebtv24.it:1936/artenetwork/artenetwork/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Aurora Arte\" tvg-logo=\"https://i.imgur.com/BoLZ5wG.png\" tvg-id=\"AuroraArte.it\" tvg-country=\"IT\" group-title=\"Italy\",Aurora Arte\nhttps://59d7d6f47d7fc.streamlock.net/auroraarte/auroraarte/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Azzurra Tv Vco\" tvg-logo=\"https://i.imgur.com/mSWw8uW.png\" tvg-id=\"AzzurraTV.it\" tvg-country=\"IT\" group-title=\"Italy\",Azzurra Tv Vco\nhttps://59d7d6f47d7fc.streamlock.net/azzurratv/azzurratv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Basilicata 1 Tv\" tvg-logo=\"https://i.imgur.com/VS6CQ88.png\" tvg-country=\"IT\" group-title=\"Italy\",Basilicata 1 Tv\nhttp://77.68.40.210:8888/hls/basilicata1.m3u8\n#EXTINF:-1 tvg-name=\"Bergamo Tv\" tvg-logo=\"https://i.imgur.com/1doR6Vl.png\" tvg-country=\"IT\" group-title=\"Italy\",Bergamo Tv\nhttps://db142859fd5541b09de25d6507f1f2d3.msvdn.net/live/S17501676/oIxAsgEEA46M/playlist.m3u8?DVR\n#EXTINF:-1 tvg-name=\"BOM Channel\" tvg-logo=\"https://i.imgur.com/hISoOK3.png\" tvg-id=\"BomChannel.it\" tvg-country=\"IT\" group-title=\"Italy\",BOM Channel\nhttps://5f22d76e220e1.streamlock.net/canale6/canale6/playlist.m3u8\n#EXTINF:-1 tvg-name=\"ByoBlu\" tvg-logo=\"https://i.imgur.com/1xaHGtU.png\" tvg-country=\"IT\" group-title=\"Italy\",ByoBlu\nhttps://09bd1346f7a44cc9ac230cc1cb22ca4f.msvdn.net/live/S39249178/EnTK3KeeN1Eg/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Cafe Tv 24\" tvg-logo=\"https://i.imgur.com/KbcbxFw.png\" tvg-country=\"IT\" group-title=\"Italy\",Cafe Tv 24\nhttps://srvx1.selftv.video/cafe/live/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Calabria Uno Tv\" tvg-logo=\"https://i.imgur.com/2TK1GQ5.png\" tvg-country=\"IT\" group-title=\"Italy\",Calabria Uno Tv\nhttps://635320cd397eb.streamlock.net/live/ngrp:calabriaunolive_all/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Calabria tv\" tvg-logo=\"https://i.imgur.com/qWirucd.png\" tvg-country=\"IT\" group-title=\"Italy\",Calabria tv\nhttps://64b16f23efbee.streamlock.net/calabriatv-clone/calabriatv-clone/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Canale 10\" tvg-logo=\"https://i.imgur.com/KuQcjYV.png\" tvg-country=\"IT\" group-title=\"Italy\",Canale 10\nhttps://nrvideo1.newradio.it:1936/desxcerbht/desxcerbht/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Canale 2\" tvg-logo=\"https://i.imgur.com/ETqDkS1.png\" tvg-country=\"IT\" group-title=\"Italy\",Canale 2\nhttps://59d7d6f47d7fc.streamlock.net/canale2/canale2/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Canale 21\" tvg-logo=\"https://i.imgur.com/mU6Cq89.png\" tvg-id=\"Canale21.it\" tvg-country=\"IT\" group-title=\"Italy\",Canale 21\nhttps://0ff9dd7fe9b64bc08a5fc4ed525454c3.msvdn.net/live/S38994111/B7j0ql4XaZtE/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Canale 21 Extra\" tvg-logo=\"https://i.imgur.com/cDAsrBl.png\" tvg-id=\"Canale21Extra.it\" tvg-country=\"IT\" group-title=\"Italy\",Canale 21 Extra\nhttps://0ff9dd7fe9b64bc08a5fc4ed525454c3.msvdn.net/live/S42170132/sT6C3LFaD1iA/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Canale 7\" tvg-logo=\"https://i.imgur.com/9cuOLCn.png\" tvg-country=\"IT\" group-title=\"Italy\",Canale 7\nhttp://wms.shared.streamshow.it:80/canale7/canale7/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Canale 74 Sicilia\" tvg-logo=\"https://i.imgur.com/18JIVgu.png\" tvg-country=\"IT\" group-title=\"Italy\",Canale 74 Sicilia\nhttps://stream.cp.ets-sistemi.it:1936/canale74/canale74/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Canale 8 Campania\" tvg-logo=\"https://i.imgur.com/ElAS2WC.png\" tvg-country=\"IT\" group-title=\"Italy\",Canale 8 Campania\nhttps://59d7d6f47d7fc.streamlock.net/canale8/canale8/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Canale Italia\" tvg-logo=\"https://i.imgur.com/QlwLRyh.png\" tvg-id=\"CanaleItalia.it\" tvg-country=\"IT\" group-title=\"Italy\",Canale Italia\nhttps://ovp-live.akamaized.net/ac115_live/canale1.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Carina Tv\" tvg-logo=\"https://i.imgur.com/FMGcm6I.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Carina Tv\nhttps://samson.streamerr.co:8081/carinatv/index.m3u8\n#EXTINF:-1 tvg-name=\"Casa Italia 53\" tvg-logo=\"https://i.imgur.com/O4GQVCk.png\" tvg-country=\"IT\" group-title=\"Italy\",Casa Italia 53\nhttps://ovp-live.akamaized.net/ac115_live/canale3.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Casa Sanremo Tv\" tvg-logo=\"https://i.imgur.com/WL3SFTs.png\" tvg-country=\"IT\" group-title=\"Italy\",Casa Sanremo Tv\nhttps://router.xdevel.com/video0s975911-633/stream/playlist_dvr.m3u8\n#EXTINF:-1 tvg-name=\"Castrovillari Tv\" tvg-logo=\"https://i.imgur.com/V0kjYNG.png\" tvg-country=\"IT\" group-title=\"Italy\",Castrovillari Tv\nhttp://msh0062.stream.seeweb.it/live/flv:stream00.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Cittaceleste Tv\" tvg-logo=\"https://i.imgur.com/9RVriNK.jpeg\" tvg-country=\"IT\" group-title=\"Italy\",Cittaceleste Tv\nhttps://sportitaliaamd.akamaized.net/live/Cittaceleste/hls/A990687F506536598442FC5CD12C97CB78873FBA/index.m3u8\n#EXTINF:-1 tvg-name=\"Company Tv\" tvg-logo=\"https://i.imgur.com/IbabUDd.png\" tvg-country=\"IT\" group-title=\"Italy\",Company Tv\nhttps://company.fluid.stream/CompanyTV/smil:Company_ALL.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Cremona 1\" tvg-logo=\"https://i.imgur.com/a5d0F01.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Cremona 1\nhttps://cdn2.streamshow.it/cloud-cremona1/cremona1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Cusano Italia Tv\" tvg-logo=\"https://i.imgur.com/9F1sVjZ.png\" tvg-country=\"IT\" group-title=\"Italy\",Cusano Italia Tv\nhttps://router.xdevel.com/video0s975363-69/stream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Cusano News 7\" tvg-logo=\"https://i.imgur.com/L49Ie1Q.png\" tvg-country=\"IT\" group-title=\"Italy\",Cusano News 7\nhttps://router.xdevel.com/video1s975363-1596/stream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Delta Tv\" tvg-logo=\"https://i.imgur.com/mfwVXt7.png\" tvg-country=\"IT\" group-title=\"Italy\",Delta Tv\nhttp://hbbtv-server.zivoli.it:8080/hls/deltatv/deltatv/index.m3u8\n#EXTINF:-1 tvg-name=\"Deluxe 139\" tvg-logo=\"https://i.imgur.com/kRexw3w.png\" tvg-country=\"IT\" group-title=\"Italy\",Deluxe 139\nhttps://59d7d6f47d7fc.streamlock.net/pierstyle/pierstyle/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Di.Tv 80\" tvg-logo=\"https://i.imgur.com/kHxTsJw.png\" tvg-country=\"IT\" group-title=\"Italy\",Di.Tv 80\nhttps://5f22d76e220e1.streamlock.net/ditv80/ditv80/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Di.Tv 92\" tvg-logo=\"https://i.imgur.com/g3SI08H.png\" tvg-country=\"IT\" group-title=\"Italy\",Di.Tv 92\nhttps://media2021.rtvweb.com/di_tv_92/live/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Digital Tv7 Benevento\" tvg-logo=\"https://i.imgur.com/NaQkklP.png\" tvg-country=\"IT\" group-title=\"Italy\",Digital Tv7 Benevento\nhttp://streaming.senecadot.com/live/flv:tv7.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Donna Shopping Tv\" tvg-logo=\"https://i.imgur.com/oLDvx2T.png\" tvg-country=\"IT\" group-title=\"Italy\",Donna Shopping Tv\nhttps://5f22d76e220e1.streamlock.net/fascinotv/fascinotv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"E'live Brescia Tv\" tvg-logo=\"https://i.imgur.com/bZ3B7pi.png\" tvg-country=\"IT\" group-title=\"Italy\",E'live Brescia Tv\nhttps://59d7d6f47d7fc.streamlock.net/elivebresciatv/elivebresciatv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Easy Tv Canale 190\" tvg-logo=\"https://i.imgur.com/LKrVuRR.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Easy Tv Canale 190\nhttps://diretta.arcapuglia.it:8080/live/easytv/index.m3u8\n#EXTINF:-1 tvg-name=\"Entella Tv\" tvg-logo=\"https://i.imgur.com/1VPXKrW.png\" tvg-country=\"IT\" group-title=\"Italy\",Entella Tv\nhttps://5f22d76e220e1.streamlock.net:443/EntellaTV/EntellaTV/playlist.m3u8\n#EXTINF:-1 tvg-name=\"EQUtv\" tvg-logo=\"https://i.imgur.com/x9Wdz7h.png\" tvg-country=\"IT\" group-title=\"Italy\",EQUtv\nhttps://ippicabetflag-live.morescreens.com/IPPICA_1_003/304p.m3u8\n#EXTINF:-1 tvg-name=\"Equos Tv\" tvg-logo=\"https://i.imgur.com/YwyfNDF.png\" tvg-country=\"IT\" group-title=\"Italy\",Equos Tv\nhttps://dacastmmd.mmdlive.lldns.net/dacastmmd/2824fb123d5e44b797232c7abf8195da/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Espansione Tv\" tvg-logo=\"https://i.imgur.com/mm9HKpD.png\" tvg-id=\"EspansioneTV.it\" tvg-country=\"IT\" group-title=\"Italy\",Espansione Tv\nhttps://srvx1.selftv.video/espansione/smil:live.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Esperia Tv\" tvg-logo=\"https://patbuweb.com/tivustream/chanlogoz/ita/esperiatv.png\" tvg-country=\"IT\" group-title=\"Italy\",Esperia Tv\nhttps://59d7d6f47d7fc.streamlock.net/esperiatv/esperiatv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Etna Espresso Channel\" tvg-logo=\"https://i.imgur.com/hMUxytZ.png\" tvg-country=\"IT\" group-title=\"Italy\",Etna Espresso Channel\nhttps://5db313b643fd8.streamlock.net/Etnachannelponte/Etnachannelponte/playlist.m3u8\n#EXTINF:-1 tvg-name=\"è Tv Marche\" tvg-logo=\"https://i.imgur.com/vxgbFnR.png\" tvg-country=\"IT\" group-title=\"Italy\",è Tv Marche\nhttps://live.ipstream.it/etvmarche/etvmarche.stream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"è Tv Rete7\" tvg-logo=\"https://i.imgur.com/FXFzJhM.png\" tvg-country=\"IT\" group-title=\"Italy\",è Tv Rete7\nhttps://live.ipstream.it/etv/etv.stream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"è Tv Umbria\" tvg-logo=\"https://i.imgur.com/DASRCe2.png\" tvg-country=\"IT\" group-title=\"Italy\",è Tv Umbria\nhttps://live.ipstream.it/etvumbria/etvumbria.stream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Euro Tv\" tvg-logo=\"https://i.imgur.com/HCl5Zbu.png\" tvg-country=\"IT\" group-title=\"Italy\",Euro Tv\nhttps://5f22d76e220e1.streamlock.net/eurotv/eurotv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Extra Tv\" tvg-logo=\"https://i.imgur.com/KCBurST.png\" tvg-country=\"IT\" group-title=\"Italy\",Extra Tv\nhttps://rst2.saiuzwebnetwork.it:8081/extratvlive/index.m3u8\n#EXTINF:-1 tvg-name=\"FM Tv Marche\" tvg-logo=\"https://i.imgur.com/yY01NhL.jpg\" tvg-country=\"IT\" group-title=\"Italy\",FM Tv Marche\nhttps://bbtv.intvstream.net:3988/hybrid/play.m3u8\n#EXTINF:-1 tvg-name=\"Fano Tv\" tvg-logo=\"https://i.imgur.com/orqEzJ6.png\" tvg-country=\"IT\" group-title=\"Italy\",Fano Tv\nhttps://diretta.arcapuglia.it:8080/live/fanotv/index.m3u8\n#EXTINF:-1 tvg-name=\"Fascino Tv\" tvg-logo=\"https://i.imgur.com/4XYYY5B.png\" tvg-country=\"IT\" group-title=\"Italy\",Fascino Tv\nhttps://5f22d76e220e1.streamlock.net/canale157/canale157/playlist.m3u8\n#EXTINF:-1 tvg-name=\"GRP Televisione\" tvg-logo=\"https://i.imgur.com/1zNPpVE.png\" tvg-country=\"IT\" group-title=\"Italy\",GRP Televisione\nhttps://webstream.multistream.it/memfs/a3195c96-f884-4c74-924f-2648814fc0b5.m3u8\n#EXTINF:-1 tvg-name=\"GarganoTv\" tvg-logo=\"https://i.imgur.com/OlJohKK.png\" tvg-country=\"IT\" group-title=\"Italy\",GarganoTv\nhttps://cdn80-ger.azotosolutions.com:8443/cdnedge3/smil:live3.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Giornale Radio Tv\" tvg-logo=\"https://i.imgur.com/TMtvCLL.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Giornale Radio Tv\nhttps://5f204aff97bee.streamlock.net/GR_tv/livestream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Giovanni Paolo Tv\" tvg-logo=\"https://i.imgur.com/GH5eJE6.png\" tvg-country=\"IT\" group-title=\"Italy\",Giovanni Paolo Tv\nhttps://media2021.rtvweb.com/giovannipaolotv/web/chunklist_w663456797.m3u8\n#EXTINF:-1 tvg-name=\"Globus Television\" tvg-logo=\"https://i.imgur.com/yUTYqCv.png\" tvg-country=\"IT\" group-title=\"Italy\",Globus Television\nhttps://cdn.cubws.com/live/globus.m3u8\n#EXTINF:-1 tvg-name=\"Gold Tv\" tvg-logo=\"https://i.imgur.com/3rVi4kD.png\" tvg-id=\"GoldTV.it\" tvg-country=\"IT\" group-title=\"Italy\",Gold Tv\nhttps://streaming.softwarecreation.it/GoldTv/GoldTv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"GO-TV Channel\" tvg-logo=\"https://i.imgur.com/xgjrAAn.png\" tvg-id=\"GOTVCanale163.it\" tvg-country=\"IT\" group-title=\"Italy\",GO-TV Channel\nhttps://6zklxkbbdw9b-hls-live.mariatvcdn.it/msmotor/2f759512164fc6fe4acbed6a5648993a.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"GS Channel\" tvg-logo=\"https://i.imgur.com/ExfxCRv.png\" tvg-country=\"IT\" group-title=\"Italy\",GS Channel\nhttps://rst.saiuzwebnetwork.it:8081/retereggio/index.m3u8\n#EXTINF:-1 tvg-name=\"Icaro Tv Rimini\" tvg-logo=\"https://i.imgur.com/z05VSSN.png\" tvg-country=\"IT\" group-title=\"Italy\",Icaro Tv Rimini\nhttps://59d7d6f47d7fc.streamlock.net/icarotv/icarotv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Idea Plus\" tvg-logo=\"https://i.imgur.com/2edmxYF.png\" tvg-country=\"IT\" group-title=\"Italy\",Idea Plus\nhttps://rst.saiuzwebnetwork.it:19360/teleidea/teleidea.m3u8\n#EXTINF:-1 tvg-name=\"il61\" tvg-logo=\"https://i.imgur.com/1rUZsBv.png\" tvg-country=\"IT\" group-title=\"Italy\",il61\nhttps://5a1178b42cc03.streamlock.net/travel/travel/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Italia 2 Tv\" tvg-logo=\"https://i.imgur.com/ISbxfY0.png\" tvg-id=\"Italia2TV.it\" tvg-country=\"IT\" group-title=\"Italy\",Italia 2 Tv\nhttps://59d7d6f47d7fc.streamlock.net/italia2/italia2/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Italia 7\" tvg-logo=\"https://i.imgur.com/YBXkY4w.png\" tvg-country=\"IT\" group-title=\"Italy\",Italia 7\nhttps://streaming.softwarecreation.it/Italia7/Italia7/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Italia 8 Prestige\" tvg-logo=\"https://i.imgur.com/uDxWI4a.png\" tvg-country=\"IT\" group-title=\"Italy\",Italia 8 Prestige\nhttps://5f22d76e220e1.streamlock.net/italia8prestige/italia8prestige/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Italia Channel\" tvg-logo=\"https://i.imgur.com/zuuKXGv.png\" tvg-id=\"ItaliaChannel.it\" tvg-country=\"IT\" group-title=\"Italy\",Italia Channel\nhttps://stream1.aswifi.it/italiachannel/stream/index.m3u8\n#EXTINF:-1 tvg-name=\"Iunior Tv\" tvg-logo=\"https://i.imgur.com/9jeNlLE.png\" tvg-id=\"IuniorTV.it\" tvg-country=\"IT\" group-title=\"Italy\",Iunior Tv\nhttps://5f22d76e220e1.streamlock.net/iuniortv/iuniortv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"L'Altro Corriere Tv\" tvg-logo=\"https://i.imgur.com/dgj79J3.png\" tvg-country=\"IT\" group-title=\"Italy\",L'Altro Corriere Tv\nhttps://stream.cp.ets-sistemi.it:1936/laltrocorriere-tv/laltrocorriere-tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"La Nuova Tv\" tvg-logo=\"https://i.imgur.com/wg8FhdN.png\" tvg-country=\"IT\" group-title=\"Italy\",La Nuova Tv\nhttps://5dcabf026b188.streamlock.net/lanuovatvbas/livestream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"La Tenda Tv\" tvg-logo=\"https://i.imgur.com/XnBp0hT.png\" tvg-country=\"IT\" group-title=\"Italy\",La Tenda Tv\nhttps://2-fss-1.streamhoster.com/pl_148/206202-2980948-1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"La tr3 Marsala\" tvg-logo=\"https://i.imgur.com/XlxpfEx.png\" tvg-country=\"IT\" group-title=\"Italy\",La tr3 Marsala\nhttps://tsw.streamingwebtv24.it:1936/eslife1/eslife1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"LaC News 24\" tvg-logo=\"https://i.imgur.com/02vCECa.png\" tvg-country=\"IT\" group-title=\"Italy\",LaC News 24\nhttps://f5842579ff984c1c98d63b8d789673eb.msvdn.net/live/S27391994/HVvPMzy/playlist.m3u8\n#EXTINF:-1 tvg-name=\"LaC Tv Calabria\" tvg-logo=\"https://i.imgur.com/2Ef6crS.png\" tvg-country=\"IT\" group-title=\"Italy\",LaC Tv Calabria\nhttps://f5842579ff984c1c98d63b8d789673eb.msvdn.net/live/S47282891/JWjL3xqPf4bX/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Lab Tv\" tvg-logo=\"https://i.imgur.com/OpRS6Fl.png\" tvg-country=\"IT\" group-title=\"Italy\",Lab Tv\nhttps://customer-yzibk50951uq418a.cloudflarestream.com/a58893dee4b9922a75e41b4ec4243f84/manifest/video.m3u8\n#EXTINF:-1 tvg-name=\"Lazio Tv\" tvg-logo=\"https://i.imgur.com/DAj5Uwb.png\" tvg-country=\"IT\" group-title=\"Italy\",Lazio Tv\nhttps://streaming.softwarecreation.it/LazioTv/LazioTv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Le Cronache Lucane Tv\" tvg-logo=\"https://i.imgur.com/EBY3IZL.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Le Cronache Lucane Tv\nhttp://stucazz.com:8888/hls/cronache.m3u8\n#EXTINF:-1 tvg-name=\"Lira Tv\" tvg-logo=\"https://i.imgur.com/S0ReVEo.png\" tvg-country=\"IT\" group-title=\"Italy\",Lira Tv\nhttps://a928c0678d284da5b383f29ecc5dfeec.msvdn.net/live/S57315730/8kTBWibNteJA/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Lombardia Tv\" tvg-logo=\"https://i.imgur.com/aksVy9f.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Lombardia Tv\nhttps://5db313b643fd8.streamlock.net/lmbiatv/lmbiatv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Love in Venice\" tvg-logo=\"https://i.imgur.com/lLBzzce.png\" tvg-country=\"IT\" group-title=\"Italy\",Love in Venice\nhttp://59d7d6f47d7fc.streamlock.net/loveinvenice/loveinvenice/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Lucania Tv\" tvg-logo=\"https://i.imgur.com/wuUNVR5.png\" tvg-country=\"IT\" group-title=\"Italy\",Lucania Tv\nhttps://cdn15.streamshow.it/cloud-lucaniatv/lucaniatv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Made in BO\" tvg-logo=\"https://i.imgur.com/WFnrMS0.png\" tvg-country=\"IT\" group-title=\"Italy\",Made in BO\nhttps://srvx1.selftv.video/dmchannel/live/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Maria Vision\" tvg-logo=\"https://i.imgur.com/fdx5YXi.png\" tvg-country=\"IT\" group-title=\"Italy\",Maria Vision\nhttps://1601580044.rsc.cdn77.org/live/_jcn_/amls:CHANNEL_2/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Matrix Tv\" tvg-logo=\"https://i.imgur.com/m1HeXrn.png\" tvg-country=\"IT\" group-title=\"Italy\",Matrix Tv\nhttps://5f22d76e220e1.streamlock.net/GrandeItalia/GrandeItalia/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Mediterranea Tv\" tvg-logo=\"https://i.imgur.com/GUTOqRt.png\" tvg-country=\"IT\" group-title=\"Italy\",Mediterranea Tv\nhttps://stream1.aswifi.it/mediterraneatv/live/index.m3u8\n#EXTINF:-1 tvg-name=\"Medjugorje Italia Tv\" tvg-logo=\"https://i.imgur.com/hkZScXf.png\" tvg-country=\"IT\" group-title=\"Italy\",Medjugorje Italia Tv\nhttps://5f22d76e220e1.streamlock.net/medjugorjeitaliatv/medjugorjeitaliatv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Medjugorje Tv Puglia\" tvg-logo=\"https://i.imgur.com/IWBeddh.png\" tvg-country=\"IT\" group-title=\"Italy\",Medjugorje Tv Puglia\nhttps://diretta.arcapuglia.it:8080/live/medjugorietv/index.m3u8\n#EXTINF:-1 tvg-name=\"Minformo Tv\" tvg-logo=\"https://i.imgur.com/VJNtnZM.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Minformo Tv\nhttps://5db313b643fd8.streamlock.net:443/MinformoTV/MinformoTV/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Motori Tv\" tvg-logo=\"https://i.imgur.com/NWXQKbl.png\" tvg-country=\"IT\" group-title=\"Italy\",Motori Tv\nhttps://5f22d76e220e1.streamlock.net/servizio01/servizio01/playlist.m3u8\n#EXTINF:-1 tvg-name=\"NTI Canale 271\" tvg-logo=\"https://i.imgur.com/zlmcUe0.jpg\" tvg-country=\"IT\" group-title=\"Italy\",NTI Canale 271\nhttps://www.ntimedia.it/video/S0B/S0B_master.m3u8\n#EXTINF:-1 tvg-name=\"News24 City\" tvg-logo=\"https://i.imgur.com/dak9AtV.png\" tvg-country=\"IT\" group-title=\"Italy\",News24 City\nhttps://dc3.telesveva.com:4433/news24.mp4\n#EXTINF:-1 tvg-name=\"Nuova TV Nazionale\" tvg-logo=\"https://i.imgur.com/QWlRuXg.png\" tvg-country=\"IT\" group-title=\"Italy\",Nuova TV Nazionale\nhttps://stream4.xdevel.com/video0s975955-782/stream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Nuova Tv 1\" tvg-logo=\"https://i.imgur.com/1yqTZhR.png\" tvg-country=\"IT\" group-title=\"Italy\",Nuova Tv 1\nhttps://nuovatv.net:8443/tv/stream.m3u8\n#EXTINF:-1 tvg-name=\"Nuova Tv 2\" tvg-logo=\"https://i.imgur.com/0vauyV3.png\" tvg-country=\"IT\" group-title=\"Italy\",Nuova Tv 2\nhttps://nuovatv.net:8443/tv2/stream.m3u8\n#EXTINF:-1 tvg-name=\"Nuvola Tv\" tvg-logo=\"https://i.imgur.com/EDGez2x.png\" tvg-country=\"IT\" group-title=\"Italy\",Nuvola Tv\nhttps://stream.nuvola.tv:8181/memfs/4aaa6328-1879-4ebf-b18a-498146d0c61c.m3u8\n#EXTINF:-1 tvg-name=\"Odeon 24\" tvg-logo=\"https://i.imgur.com/M1tVBuH.png\" tvg-country=\"IT\" group-title=\"Italy\",Odeon 24\nhttps://streaming.softwarecreation.it/Odeon/Odeon/manifest.m3u8\n#EXTINF:-1 tvg-name=\"Ofanto Tv\" tvg-logo=\"https://i.imgur.com/UCgATWn.png\" tvg-country=\"IT\" group-title=\"Italy\",Ofanto Tv\nhttps://videostream.isgm.it:3276/live/tvofantolive.m3u8\n#EXTINF:-1 tvg-name=\"Onda Novara Tv\" tvg-logo=\"https://i.imgur.com/Qoh9CFy.png\" tvg-country=\"IT\" group-title=\"Italy\",Onda Novara Tv\nhttps://585b674743bbb.streamlock.net/9006/9006/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Onda Tv Sicilia\" tvg-logo=\"https://i.imgur.com/0c5Y6lr.png\" tvg-country=\"IT\" group-title=\"Italy\",Onda Tv Sicilia\nhttps://5926fc9c7c5b2.streamlock.net/9040/9040/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Onda Web Radio\" tvg-logo=\"https://i.imgur.com/3hTvrC8.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Onda Web Radio\nhttp://178.33.224.197:1935/ondaradioweb/ondaradioweb/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Ora Tv\" tvg-logo=\"https://i.imgur.com/clWVrvE.png\" tvg-country=\"IT\" group-title=\"Italy\",Ora Tv\nhttps://5db313b643fd8.streamlock.net/OraTv/OraTv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Orler Tv\" tvg-logo=\"https://i.imgur.com/dBkxD8e.png\" tvg-country=\"IT\" group-title=\"Italy\",Orler Tv\nhttps://w1.mediastreaming.it/orlertv/livestream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Otto Channel\" tvg-logo=\"https://i.imgur.com/HRonD2N.png\" tvg-country=\"IT\" group-title=\"Italy\",Otto Channel\nhttps://ottop-live-meride.akamaized.net/hls/live/2039996/ch1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Padre Pio Tv\" tvg-logo=\"https://i.imgur.com/7ajxEPH.png\" tvg-country=\"IT\" group-title=\"Italy\",Padre Pio Tv\nhttps://600f07e114306.streamlock.net/PadrePioTV/livestream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Paradise Tv\" tvg-logo=\"https://i.imgur.com/okIBfIb.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Paradise Tv\nhttps://tsw.streamingwebtv24.it:1936/paradisetv/paradisetv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Parole di Vita\" tvg-logo=\"https://i.imgur.com/M9mIiZD.png\" tvg-country=\"IT\" group-title=\"Italy\",Parole di Vita\nhttps://64b16f23efbee.streamlock.net/paroledivita/paroledivita/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Partenope Tv\" tvg-logo=\"https://i.imgur.com/FtuWkj1.png\" tvg-country=\"IT\" group-title=\"Italy\",Partenope Tv\nhttps://diretta.arcapuglia.it:8080/live/partenope/index.m3u8\n#EXTINF:-1 tvg-name=\"Peer Tv Alto Adige\" tvg-logo=\"https://www.peer.biz/peertv-iptv/peer-tv-alto-adige.png\" tvg-id=\"PeerTV.it\" tvg-country=\"IT\" group-title=\"Italy\",Peer Tv Alto Adige\nhttps://iptv.peer.biz/live/peertv-it.m3u8\n#EXTINF:-1 tvg-name=\"Peer TV Südtirol\" tvg-logo=\"https://www.peer.biz/peertv-iptv/peer-tv-suedtirol.png\" tvg-id=\"PeerTV.de\" tvg-country=\"IT\" group-title=\"Italy\",Peer TV Südtirol\nhttps://iptv.peer.biz/live/peertv.m3u8\n#EXTINF:-1 tvg-name=\"Pop Tv\" tvg-logo=\"https://i.imgur.com/TeolCu9.png\" tvg-country=\"IT\" group-title=\"Italy\",Pop Tv\nhttps://stream1.aswifi.it/poptelevision/live/index.m3u8\n#EXTINF:-1 tvg-name=\"Prima Tv Napoli\" tvg-logo=\"https://i.imgur.com/yPuQeEy.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Prima Tv Napoli\nhttps://57068da1deb21.streamlock.net/primatvnapoli/primatvnapoli/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Prima Tv Sicilia\" tvg-logo=\"https://i.imgur.com/br45JER.png\" tvg-country=\"IT\" group-title=\"Italy\",Prima Tv Sicilia\nhttps://5db313b643fd8.streamlock.net/PrimaTV/PrimaTV/playlist.m3u8\n#EXTINF:-1 tvg-name=\"PrimaFREE\" tvg-logo=\"https://i.imgur.com/YrSSmOL.png\" tvg-country=\"IT\" group-title=\"Italy\",PrimaFREE\nhttps://5f22d76e220e1.streamlock.net/primafree/primafree/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Primantenna Torino\" tvg-logo=\"https://i.imgur.com/sqEcPFs.gif\" tvg-country=\"IT\" group-title=\"Italy\",Primantenna Torino\nhttps://5f22d76e220e1.streamlock.net/primantenna14/primantenna14/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Primocanale\" tvg-logo=\"https://i.imgur.com/xWF1A1U.png\" tvg-country=\"IT\" group-title=\"Italy\",Primocanale\nhttps://msh0203.stream.seeweb.it/live/flv:stream2.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Promovideo Tv\" tvg-logo=\"https://i.imgur.com/MwK9HVG.png\" tvg-country=\"IT\" group-title=\"Italy\",Promovideo Tv\nhttps://media2021.rtvweb.com/promovideo_web/promovideo/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Quarto Canale Flegreo\" tvg-logo=\"https://i.imgur.com/8RKY3Du.png\" tvg-country=\"IT\" group-title=\"Italy\",Quarto Canale Flegreo\nhttp://live.mariatvcdn.com/dialogos/171e41deedf405f10c7dd6311387fb43.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Radio 3M InBlu\" tvg-logo=\"https://i.imgur.com/d7O7Uqa.png\" tvg-country=\"IT\" group-title=\"Italy\",Radio 3M InBlu\nhttps://stream.mariatvcdn.com/telemistrettaradio/900bfcc0f9012ea272584fd5ff5281b8.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Radio 51 Tv\" tvg-logo=\"https://uaznao.com/wp-content/uploads/2023/03/radio51.png\" tvg-country=\"IT\" group-title=\"Italy\",Radio 51 Tv\nhttps://59d7d6f47d7fc.streamlock.net/canale51/canale51/chunklist_w1193883900.m3u8\n#EXTINF:-1 tvg-name=\"Radio Birikina Tv\" tvg-logo=\"https://uaznao.com/wp-content/uploads/2023/03/radiobirikina.png\" tvg-country=\"IT\" group-title=\"Italy\",Radio Birikina Tv\nhttps://tvd-bk.fluid.stream/RadioBirikinaTV/livestream/chunklist_w84398277.m3u8\n#EXTINF:-1 tvg-name=\"Radio Bruno Tv\" tvg-logo=\"https://i.imgur.com/y4vKE83.png\" tvg-country=\"IT\" group-title=\"Italy\",Radio Bruno Tv\nhttps://router.xdevel.com/video0s975758-473/stream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Radio Ibiza\" tvg-logo=\"https://i.imgur.com/uu0DHY5.png\" tvg-country=\"IT\" group-title=\"Italy\",Radio Ibiza\nhttps://str48.fluid.stream/RadioIbizaTV/livestream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Radio Immagine Tv\" tvg-logo=\"https://i.imgur.com/iQlXRAB.png\" tvg-country=\"IT\" group-title=\"Italy\",Radio Immagine Tv\nhttps://media.velcom.it:8081/RadioImmagineTV/index.fmp4.m3u8\n#EXTINF:-1 tvg-name=\"Radio Italia Cina Tv\" tvg-logo=\"https://i.imgur.com/QGkyrO3.png\" tvg-country=\"IT\" group-title=\"Italy\",Radio Italia Cina Tv\nhttps://585b674743bbb.streamlock.net/9054/9054/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Radio Libertà\" tvg-logo=\"https://i.imgur.com/HRvPlf5.png\" tvg-country=\"IT\" group-title=\"Italy\",Radio Libertà\nhttps://router.xdevel.com/video0s975360-67/stream/playlist_dvr.m3u8\n#EXTINF:-1 tvg-name=\"Radio m2o Tv\" tvg-logo=\"https://i.imgur.com/wl30UFj.png\" tvg-id=\"m2oTV.it\" tvg-country=\"IT\" group-title=\"Italy\",Radio m2o Tv\nhttps://4c4b867c89244861ac216426883d1ad0.msvdn.net/live/S62628868/uhdWBlkC1AoO/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Radio Monte Kronio Tv (R.M.K.)\" tvg-logo=\"https://i.imgur.com/t0I2Shi.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Radio Monte Kronio Tv (R.M.K.)\nhttps://648026e87a75e.streamlock.net/rmktv/rmktv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Radio Norba Tv\" tvg-logo=\"https://i.imgur.com/qftBPM9.png\" tvg-id=\"RadionorbaTV.it\" tvg-country=\"IT\" group-title=\"Italy\",Radio Norba Tv\nhttps://router.xdevel.com/video0s975885-462/stream/playlist_dvr.m3u8\n#EXTINF:-1 tvg-name=\"Radio Piter Pan Tv\" tvg-logo=\"https://uaznao.com/wp-content/uploads/2023/03/radiopiterpan.png\" tvg-country=\"IT\" group-title=\"Italy\",Radio Piter Pan Tv\nhttps://tvd-piter.fluid.stream/RadioPiterpanTV/livestream/chunklist_w1866496033.m3u8\n#EXTINF:-1 tvg-name=\"Radio Radio Tv\" tvg-logo=\"https://i.imgur.com/iKuRg2b.png\" tvg-id=\"RadioRadioTV.it\" tvg-country=\"IT\" group-title=\"Italy\",Radio Radio Tv\nhttps://200912.global.ssl.fastly.net/646b335e2291a2022444bb7c/live_22f84390fe1411ed919df3da85a483cc/rewind-14400.m3u8\n#EXTINF:-1 tvg-name=\"Radio Radiosa Tv\" tvg-logo=\"https://i.imgur.com/8kqyxvz.png\" tvg-country=\"IT\" group-title=\"Italy\",Radio Radiosa Tv\nhttps://stream7.zivoli.it/radiosatv/radiosatv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Radio Roma\" tvg-logo=\"https://i.imgur.com/RKvfStm.png\" tvg-country=\"IT\" group-title=\"Italy\",Radio Roma\nhttps://585b674743bbb.streamlock.net/9044/9044/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Radio Roma Television\" tvg-logo=\"https://i.imgur.com/RKvfStm.png\" tvg-country=\"IT\" group-title=\"Italy\",Radio Roma Television\nhttps://5926fc9c7c5b2.streamlock.net/rtfeunawfu/rtfeunawfu/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Ran Friul\" tvg-logo=\"https://i.imgur.com/Qs5eQPM.png\" tvg-country=\"IT\" group-title=\"Italy\",Ran Friul\nhttps://5f22d76e220e1.streamlock.net/RanFriul/RanFriul/playlist.m3u8\n#EXTINF:-1 tvg-name=\"RDE Tv\" tvg-logo=\"https://i.imgur.com/NiwPlrr.png\" tvg-country=\"IT\" group-title=\"Italy\",RDE Tv\nhttps://rst2.saiuzwebnetwork.it:8081/rdetrieste/index.m3u8\n#EXTINF:-1 tvg-name=\"Reggio Tv\" tvg-logo=\"https://i.imgur.com/merrg2C.png\" tvg-country=\"IT\" group-title=\"Italy\",Reggio Tv\nhttps://cdn10.streamshow.it/cloud-reggiotv/reggiotv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Rei Tv\" tvg-logo=\"https://i.imgur.com/YNRWFOo.png\" tvg-country=\"IT\" group-title=\"Italy\",Rei Tv\nhttps://5f22d76e220e1.streamlock.net/reitv/reitv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Rete 55\" tvg-logo=\"https://i.imgur.com/EsZn2cj.png\" tvg-country=\"IT\" group-title=\"Italy\",Rete 55\nhttps://live1.giocabet.tv/stream/6/index.m3u8\n#EXTINF:-1 tvg-name=\"Rete 8 Vga\" tvg-logo=\"https://i.imgur.com/3wF2AJX.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Rete 8 Vga\nhttps://604e46ac2bdee.streamlock.net:1936/rete8_1/rete8_1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Rete 8\" tvg-logo=\"https://i.imgur.com/bGsjPRh.png\" tvg-country=\"IT\" group-title=\"Italy\",Rete 8\nhttps://64b16f23efbee.streamlock.net/rete8/rete8/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Rete 8 Sport\" tvg-logo=\"https://i.imgur.com/uUAjWlF.png\" tvg-country=\"IT\" group-title=\"Italy\",Rete 8 Sport\nhttps://64b16f23efbee.streamlock.net/rete8sport/rete8sport/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Rete Biella Tv\" tvg-logo=\"https://i.imgur.com/e2ryHx7.png\" tvg-country=\"IT\" group-title=\"Italy\",Rete Biella Tv\nhttps://sb.top-ix.org/retebiella/streaming/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Rete Mia\" tvg-logo=\"https://i.imgur.com/kCJ621Q.png\" tvg-country=\"IT\" group-title=\"Italy\",Rete Mia\nhttps://5db313b643fd8.streamlock.net/rete/rete/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Rete Oro Tv\" tvg-logo=\"https://i.imgur.com/OCxGtwA.png\" tvg-country=\"IT\" group-title=\"Italy\",Rete Oro Tv\nhttps://5926fc9c7c5b2.streamlock.net/9094/9094/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Rete Sole\" tvg-logo=\"https://i.imgur.com/u0ezKgE.png\" tvg-country=\"IT\" group-title=\"Italy\",Rete Sole\nhttps://5926fc9c7c5b2.streamlock.net/9332/9332/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Rete Tv Italia\" tvg-logo=\"https://i.imgur.com/lXGWoV9.png\" tvg-country=\"IT\" group-title=\"Italy\",Rete Tv Italia\nhttps://57068da1deb21.streamlock.net/retetvitalia/retetvitalia/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Rete Veneta\" tvg-logo=\"https://i.imgur.com/cInhQFp.png\" tvg-country=\"IT\" group-title=\"Italy\",Rete Veneta\nhttp://wms.shared.streamshow.it/reteveneta/reteveneta/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Roma Tv 82\" tvg-logo=\"https://i.imgur.com/C3UnlFF.png\" tvg-country=\"IT\" group-title=\"Italy\",Roma Tv 82\nhttps://streaming.softwarecreation.it/RomaCH71/RomaCH71/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Rossini Tv\" tvg-logo=\"https://i.imgur.com/K0Em0nx.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Rossini Tv\nhttps://stream.rossinitv.it/memfs/3bca4ad7-adfc-4610-ac0e-e826743ddc57.m3u8\n#EXTINF:-1 tvg-name=\"RTC Quarta Rete\" tvg-logo=\"https://i.imgur.com/rFGA6qL.png\" tvg-country=\"IT\" group-title=\"Italy\",RTC Quarta Rete\nhttps://msh0232.stream.seeweb.it/live/stream00.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"RTC Telecalabria\" tvg-logo=\"https://i.imgur.com/tTYLcuh.jpg\" tvg-id=\"RTCTelecalabria.it\" tvg-country=\"IT\" group-title=\"Italy\",RTC Telecalabria\nhttps://w1.mediastreaming.it/calabriachannel/livestream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"RTI Calabria\" tvg-logo=\"https://i.imgur.com/hVzEvmo.jpg\" tvg-country=\"IT\" group-title=\"Italy\",RTI Calabria\nhttps://stream.ets-sistemi.it:8081/rticalabria/index.m3u8\n#EXTINF:-1 tvg-name=\"RTL 102.5 + Plus\" tvg-logo=\"https://i.imgur.com/mPqDtCO.png\" tvg-id=\"RTL1025Plus.it\" tvg-country=\"IT\" group-title=\"Italy\",RTL 102.5 + Plus\nhttps://streamcdng14-dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S82929343/cAcsSu4Wecc5/chunklist_b5256000.m3u8\n#EXTINF:-1 tvg-name=\"RTM Manduria\" tvg-logo=\"https://i.imgur.com/WwzU0EP.png\" tvg-country=\"IT\" group-title=\"Italy\",RTM Manduria\nhttps://5f22d76e220e1.streamlock.net/rtm/rtm/playlist.m3u8\n#EXTINF:-1 tvg-name=\"RTR99 Tv\" tvg-logo=\"https://i.imgur.com/mkO95pD.png\" tvg-country=\"IT\" group-title=\"Italy\",RTR99 Tv\nhttps://5e73cf528f404.streamlock.net/RTR99TV/livestream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Rtp Tv\" tvg-logo=\"https://i.imgur.com/I1hYI0C.png\" tvg-country=\"IT\" group-title=\"Italy\",Rtp Tv\nhttp://flash2.xdevel.com/rtptv/rtptv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Rttr\" tvg-logo=\"https://i.imgur.com/z7xMArA.png\" tvg-country=\"IT\" group-title=\"Italy\",Rttr\nhttps://5f204aff97bee.streamlock.net/RTTRlive/livestream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Rtv 38 Toscana\" tvg-logo=\"https://i.imgur.com/xqlhJqK.png\" tvg-country=\"IT\" group-title=\"Italy\",Rtv 38 Toscana\nhttps://845d8509d2cb4f249dd0b2ae5755b6c2.msvdn.net/rtv38/rtv38_live_main/mainabr/playlist_dvr.m3u8\n#EXTINF:-1 tvg-name=\"SL 48 Tv\" tvg-logo=\"https://i.imgur.com/b58oouu.jpg\" tvg-country=\"IT\" group-title=\"Italy\",SL 48 Tv\nhttp://media.velcom.it:1935/sl48/sl48/playlist.m3u8\n#EXTINF:-1 tvg-name=\"ST Europe Channel\" tvg-logo=\"https://i.imgur.com/QpPgSfr.png\" tvg-country=\"IT\" group-title=\"Italy\",ST Europe Channel\nhttps://5f22d76e220e1.streamlock.net/steuropetv/steuropetv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Sardegna 1\" tvg-logo=\"https://i.imgur.com/YNEW2h2.png\" tvg-country=\"IT\" group-title=\"Italy\",Sardegna 1\nhttps://7e1cc2454f2242afabe05cc0a2f483cd.msvdn.net/live/S30721796/ZS3Xu8mn5f0J/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Set Tv Cilento\" tvg-logo=\"https://i.imgur.com/qN5D1jD.png\" tvg-country=\"IT\" group-title=\"Italy\",Set Tv Cilento\nhttps://stream1.aswifi.it/settv/live/index.m3u8\n#EXTINF:-1 tvg-name=\"Sesta Rete\" tvg-logo=\"https://i.imgur.com/0B0S2gI.png\" tvg-country=\"IT\" group-title=\"Italy\",Sesta Rete\nhttps://stream10.xdevel.com/video0s977089-1792/stream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Sicilia 24 Tv\" tvg-logo=\"https://i.imgur.com/GhQX36O.png\" tvg-country=\"IT\" group-title=\"Italy\",Sicilia 24 Tv\nhttps://5f22d76e220e1.streamlock.net/sicilia24/sicilia24/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Sicilia Tv\" tvg-logo=\"https://i.imgur.com/I5FoThW.png\" tvg-country=\"IT\" group-title=\"Italy\",Sicilia Tv\nhttps://stream9.xdevel.com/video0s976441-1226/stream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Sienatv\" tvg-logo=\"https://i.imgur.com/gcysky4.png\" tvg-country=\"IT\" group-title=\"Italy\",Sienatv\nhttps://router.xdevel.com/video0s976727-1441/stream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Sophia Tv\" tvg-logo=\"https://i.imgur.com/fiLNK3b.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Sophia Tv\nhttps://bild-und-ton.stream/sophiatv-it/smil:sophia-tv-it.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Stiletv\" tvg-logo=\"https://i.imgur.com/ZP3cJi7.png\" tvg-country=\"IT\" group-title=\"Italy\",Stiletv\nhttps://proxy.media.convergenze.it/stiletv/streams/oQOFd7JglHjO1631525551097.m3u8\n#EXTINF:-1 tvg-name=\"Super J Tv\" tvg-logo=\"https://i.imgur.com/5oy5Nuu.png\" tvg-country=\"IT\" group-title=\"Italy\",Super J Tv\nhttps://59d39900ebfb8.streamlock.net/SuperJtv/SuperJtv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Super Six\" tvg-logo=\"https://i.imgur.com/kHSuyub.png\" tvg-id=\"SuperSix.it\" tvg-country=\"IT\" group-title=\"Italy\",Super Six\nhttps://5db313b643fd8.streamlock.net/SUPERSIXLombardia/SUPERSIXLombardia/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Supertv\" tvg-logo=\"https://i.imgur.com/7gUZcEh.png\" tvg-country=\"IT\" group-title=\"Italy\",Supertv\nhttp://wms.shared.streamshow.it:1935/supertv/supertv/live.m3u8\n#EXTINF:-1 tvg-name=\"T9\" tvg-logo=\"https://i.imgur.com/XzL05Py.png\" tvg-country=\"IT\" group-title=\"Italy\",T9\nhttps://streaming.softwarecreation.it/tnove/tnove/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TRC Santeramo\" tvg-logo=\"https://i.imgur.com/VbYdS8P.jpg\" tvg-country=\"IT\" group-title=\"Italy\",TRC Santeramo\nhttps://stream7.livinlive.it/trc/trc/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TRL Tele Radio Leo\" tvg-logo=\"https://i.imgur.com/qAagkJT.png\" tvg-country=\"IT\" group-title=\"Italy\",TRL Tele Radio Leo\nhttps://5db313b643fd8.streamlock.net/TRL/TRL/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TSD Tv Arezzo(Tele San Domenico)\" tvg-logo=\"https://i.imgur.com/WQ8eQXc.png\" tvg-country=\"IT\" group-title=\"Italy\",TSD Tv Arezzo(Tele San Domenico)\nhttps://stream.mariatvcdn.com/tsd/7c59373bfdb38201b9215ff86f0ce6af.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TVL (TV Libera Pistoia)\" tvg-logo=\"https://i.imgur.com/07geF0L.png\" tvg-country=\"IT\" group-title=\"Italy\",TVL (TV Libera Pistoia)\nhttp://live.mariatvcdn.com/mariatvcdn/70564e1c6884c007c76f0c128d679eed.sdp/mono.m3u8\n#EXTINF:-1 tvg-name=\"Tcf Tv\" tvg-logo=\"https://i.imgur.com/fiylFs2.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Tcf Tv\nhttps://stream10.xdevel.com/video1s977294-1864/stream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tci\" tvg-logo=\"https://i.imgur.com/lCZTaKs.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Tci\nhttps://tbn-jw.cdn.vustreams.com/live/tci/live.isml/2b7d53c5-b504-4d26-b25f-a70deb8d0faf.m3u8\n#EXTINF:-1 tvg-name=\"Teatro Tv\" tvg-logo=\"https://i.imgur.com/UsvffQL.png\" tvg-country=\"IT\" group-title=\"Italy\",Teatro Tv\nhttps://m.iostream.it/hls/teatrotv/teatrotv.m3u8\n#EXTINF:-1 tvg-name=\"Tele A\" tvg-logo=\"https://i.imgur.com/l7Za9KH.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Tele A\nhttps://lostream.it/hls/telea/video.m3u8\n#EXTINF:-1 tvg-name=\"Tele Abruzzo Tv\" tvg-logo=\"https://i.imgur.com/koB8J4b.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Tele Abruzzo Tv\nhttp://uk4.streamingpulse.com:1935/TeleabruzzoTV/TeleabruzzoTV/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Acras\" tvg-logo=\"https://i.imgur.com/90Lsv8q.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Acras\nhttps://5db313b643fd8.streamlock.net/teleacras/teleacras/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Arena\" tvg-logo=\"https://i.imgur.com/9hsoWMO.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Arena\nhttps://5e73cf528f404.streamlock.net/TeleArena/TeleArena.stream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Bari\" tvg-logo=\"https://i.imgur.com/HYSz4rx.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Bari\nhttps://w1.mediastreaming.it/telebari/livestream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Belluno\" tvg-logo=\"https://i.imgur.com/YiM2Z7E.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Belluno\nhttps://live.mariatvcdn.com/telebelluno/a3b80388da9801906adf885282e73bc3.sdp/mono.m3u8\n#EXTINF:-1 tvg-name=\"Tele Boario\" tvg-logo=\"https://i.imgur.com/LlLD3L6.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Boario\nhttps://stream7.xdevel.com/video0s976425-1244/stream/playlist_dvr.m3u8\n#EXTINF:-1 tvg-name=\"Tele Bruzzano\" tvg-logo=\"https://i.imgur.com/7TWbCDt.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Tele Bruzzano\nhttps://playerssl.telemia.tv/fileadmin/hls/Telebruzzano/telebruzzano_mediachunks.m3u8\n#EXTINF:-1 tvg-name=\"Tele Chiara\" tvg-logo=\"https://i.imgur.com/Q5XpnXR.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Chiara\nhttp://fms.tvavicenza.it:1935/telechiara/diretta/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Telecolor\" tvg-logo=\"https://i.imgur.com/urUG78J.png\" tvg-id=\"TelecolorLombardia.it\" tvg-country=\"IT\" group-title=\"Italy\",Telecolor\nhttps://1aadf145546f475282c5b4e658c0ac4b.msvdn.net/live/324149/hlbAWtl/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Cupole\" tvg-logo=\"https://i.imgur.com/ZmUI9zb.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Cupole\nhttps://nrvideo1.newradio.it/euhsbdamnx/euhsbdamnx/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Estense\" tvg-logo=\"https://i.imgur.com/X7i7DWo.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Estense\nhttps://5e73cf528f404.streamlock.net/TeleEstense/livestream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Foggia\" tvg-logo=\"https://i.imgur.com/M7tqBu9.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Tele Foggia\nhttps://59d7d6f47d7fc.streamlock.net/telefoggia/telefoggia/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Friuli\" tvg-logo=\"https://i.imgur.com/AoQxZxD.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Friuli\nhttps://5757bf2aa08e42248fb9b9d620f5d900.msvdn.net/live/S11646715/pE3ax0lT0rBd/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Ischia\" tvg-logo=\"https://i.imgur.com/vihHVQn.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Tele Ischia\nhttps://rst.saiuzwebnetwork.it:8081/teleischia/index.m3u8\n#EXTINF:-1 tvg-name=\"Tele Jonio\" tvg-logo=\"https://i.imgur.com/qJeDV8R.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Jonio\nhttp://59d7d6f47d7fc.streamlock.net/telejonio/telejonio/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Liberta' HD\" tvg-logo=\"https://i.imgur.com/XzAB5k7.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Tele Liberta' HD\nhttps://streaming.liberta.it/hls/liberta.m3u8\n#EXTINF:-1 tvg-name=\"Tele Liguria Sud\" tvg-logo=\"https://i.imgur.com/BeLAYJ6.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Tele Liguria Sud\nhttps://64b16f23efbee.streamlock.net/teleliguriasud/teleliguriasud/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Mantova\" tvg-logo=\"https://i.imgur.com/bkSPcs4.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Mantova\nhttps://5ce9406b73c33.streamlock.net/TeleMantova/livestream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Mia\" tvg-logo=\"https://i.imgur.com/SdXpCwL.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Mia\nhttps://playerssl.telemia.tv/fileadmin/hls/TelemiaHD/telemia85_mediachunks.m3u8\n#EXTINF:-1 tvg-name=\"Tele Mia Extra\" tvg-logo=\"https://i.imgur.com/upzBG32.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Mia Extra\nhttps://playerssl.telemia.tv/fileadmin/hls/TelemiaExtra/telemiaextra_mediachunks.m3u8\n#EXTINF:-1 tvg-name=\"Tele Mistretta\" tvg-logo=\"https://i.imgur.com/OJ3zUS0.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Mistretta\nhttps://live.mariatvcdn.com/telemistretta/8fbcd205ada81b295ee6c211c3a80dde.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Molise\" tvg-logo=\"https://i.imgur.com/u5VD0x9.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Molise\nhttp://185.202.128.1:1935/Telemolise4K/Telemolise4K/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Nord Genova\" tvg-logo=\"https://i.imgur.com/I6yegEK.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Nord Genova\nhttps://64b16f23efbee.streamlock.net/telenord/telenord/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Nostra\" tvg-logo=\"https://i.imgur.com/FACahKZ.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Nostra\nhttps://13574-8.b.cdn12.com/hls/f099fa8883.ulive/_c/master.m3u8\n#EXTINF:-1 tvg-name=\"Tele Occidente\" tvg-logo=\"https://i.imgur.com/3aOiWKa.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Occidente\nhttps://stream9.xdevel.com/video0s976532-1292/stream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Oltre\" tvg-logo=\"https://i.imgur.com/PxtJAxs.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Oltre\nhttp://1se1.troydesign.eu/np_teleoltre/_definst_/channel1_np_teleoltre/playlist.m3u8?ext=.m3u8\n#EXTINF:-1 tvg-name=\"Tele One\" tvg-logo=\"https://i.imgur.com/9trB6mj.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele One\nhttps://648026e87a75e.streamlock.net/teleone/teleone/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Pace Trento\" tvg-logo=\"https://i.imgur.com/o5sQCpF.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Pace Trento\nhttps://5a1178b42cc03.streamlock.net/telepacetrento/telepacetrento/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Pavia\" tvg-logo=\"https://i.imgur.com/YVodo4T.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Pavia\nhttp://wms.shared.streamshow.it:1935/telepavia/telepavia/live.m3u8\n#EXTINF:-1 tvg-name=\"Tele Pegaso\" tvg-logo=\"https://i.imgur.com/FQkM8Vd.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Pegaso\nhttps://flash2.xdevel.com/telepegasocanale812/telepegasocanale812/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Piadena\" tvg-logo=\"https://i.imgur.com/VqaPuQN.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Piadena\nhttps://stream3.xdevel.com/video0s975441-151/stream/playlist_dvr.m3u8\n#EXTINF:-1 tvg-name=\"Tele Pordenone\" tvg-logo=\"https://i.imgur.com/dbYwXwg.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Pordenone\nhttps://video.wifi4all.it/telepn/telepn.m3u8\n#EXTINF:-1 tvg-name=\"Tele Quattro Trieste\" tvg-logo=\"https://i.imgur.com/MFxQxve.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Quattro Trieste\nhttp://wms.shared.streamshow.it/telequattro/telequattro/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Radio Ercolano\" tvg-logo=\"https://i.imgur.com/YPuoy8N.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Tele Radio Ercolano\nhttps://rst.saiuzwebnetwork.it:19360/teleradioercolano-1/teleradioercolano-1.m3u8\n#EXTINF:-1 tvg-name=\"Tele Radio Pace 1\" tvg-logo=\"https://i.imgur.com/ORkkXM8.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Radio Pace 1\nhttps://jk3lz2bwlw79-hls-live.mariatvcdn.it/teleradiopace1/efcc8fc46cab26315ce3f5845d76008f.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Radio Pace 2\" tvg-logo=\"https://i.imgur.com/U4E3eEr.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Radio Pace 2\nhttps://zkpywrbgdbeg-hls-live.mariatvcdn.it/teleradiopace2/254c9b5c52a73a94ef0f6169cbd05dc2.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Radio Pace 3\" tvg-logo=\"https://i.imgur.com/pTqIxFD.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Radio Pace 3\nhttps://932y4273djv8-hls-live.mariatvcdn.it/teleradiopace3/d2274c22e9ee09eb2eda01ed0496f8f5.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Radio Pace 4\" tvg-logo=\"https://i.imgur.com/KPHHsN5.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Radio Pace 4\nhttps://j78dpr7nyq5r-hls-live.mariatvcdn.it/teleradiopace4/13d74f2cfe921bfbc262697203d47d8f.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Radio Orte\" tvg-logo=\"https://i.imgur.com/uX2uxvN.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Radio Orte\nhttps://flash2.xdevel.com/ortetv/ortetv/index.m3u8\n#EXTINF:-1 tvg-name=\"Tele Radio Sciacca\" tvg-logo=\"https://i.imgur.com/suhz5mE.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Radio Sciacca\nhttps://5db313b643fd8.streamlock.net/teleradiosciaccatv/teleradiosciaccatv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Sirio\" tvg-logo=\"https://i.imgur.com/mDN6QX1.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Sirio\nhttps://www.telesirio.it/live/stream.m3u8\n#EXTINF:-1 tvg-name=\"Tele Spazio Messina\" tvg-logo=\"https://i.imgur.com/Io5w6lT.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Spazio Messina\nhttps://rtm.cyberspazio.cloud:5443/LiveApp/streams/049229794390395765037801.m3u8\n#EXTINF:-1 tvg-name=\"Tele Sud Puglia\" tvg-logo=\"https://i.imgur.com/fqTLtvs.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Sud Puglia\nhttps://64b16f23efbee.streamlock.net/telesud/telesud/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Tricolore\" tvg-logo=\"https://i.imgur.com/A2XouAd.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Tricolore\nhttps://59d7d6f47d7fc.streamlock.net/rs2/rs2/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Tutto\" tvg-logo=\"https://i.imgur.com/sZxMP7g.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Tutto\nhttps://600f07e114306.streamlock.net/TT_TELETUTTO/smil:TT.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Tutto 2\" tvg-logo=\"https://i.imgur.com/mxXbMaw.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Tutto 2\nhttps://600f07e114306.streamlock.net/TT2_TELETUTTO/livestream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Tutto 24\" tvg-logo=\"https://i.imgur.com/weKWQgx.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Tutto 24\nhttps://600f07e114306.streamlock.net/TT24_TELETUTTO/livestream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Venezia\" tvg-logo=\"https://i.imgur.com/SavGpCE.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Tele Venezia\nhttps://59d7d6f47d7fc.streamlock.net/televenezia/televenezia/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele Video Agrigento (T.V.A.)\" tvg-logo=\"https://i.imgur.com/AaPr63E.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele Video Agrigento (T.V.A.)\nhttps://59d7d6f47d7fc.streamlock.net/tva/tva/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tele8 Tv\" tvg-logo=\"https://i.imgur.com/dM0HE6O.png\" tvg-country=\"IT\" group-title=\"Italy\",Tele8 Tv\nhttps://57068da1deb21.streamlock.net/teletv8/teletv8/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TeleAmbiente\" tvg-logo=\"https://i.imgur.com/jxZcQhU.png\" tvg-country=\"IT\" group-title=\"Italy\",TeleAmbiente\nhttps://5f22d76e220e1.streamlock.net/teleambiente2024/teleambiente2024/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Telecampione\" tvg-logo=\"https://i.imgur.com/LhjwmME.png\" tvg-country=\"IT\" group-title=\"Italy\",Telecampione\nhttps://5f22d76e220e1.streamlock.net/telecampione/telecampione/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Telecittà Padova\" tvg-logo=\"https://i.imgur.com/xvVgEaA.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Telecittà Padova\nhttps://tango.wifi4all.it/telecitta/telecitta.m3u8\n#EXTINF:-1 tvg-name=\"Telecity Lombardia\" tvg-logo=\"https://i.imgur.com/ECvJ3ZD.jpeg\" tvg-country=\"IT\" group-title=\"Italy\",Telecity Lombardia\nhttps://64b16f23efbee.streamlock.net/telecitylombardia/telecitylombardia/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Telecity Piemonte\" tvg-logo=\"https://i.imgur.com/CrlzHjv.jpeg\" tvg-country=\"IT\" group-title=\"Italy\",Telecity Piemonte\nhttps://64b16f23efbee.streamlock.net/telecitypiemonte/telecitypiemonte/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Telecity Valle D'Aosta\" tvg-logo=\"https://i.imgur.com/T9EsAOX.jpeg\" tvg-country=\"IT\" group-title=\"Italy\",Telecity Valle D'Aosta\nhttps://64b16f23efbee.streamlock.net/telecityvda/telecityvda/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TeleCostaSmeralda\" tvg-logo=\"https://i.imgur.com/QLqkbss.png\" tvg-country=\"IT\" group-title=\"Italy\",TeleCostaSmeralda\nhttps://7e1cc2454f2242afabe05cc0a2f483cd.msvdn.net/tcs_live/tcs/tcs/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Telegenova\" tvg-logo=\"https://i.imgur.com/D6HC0So.png\" tvg-country=\"IT\" group-title=\"Italy\",Telegenova\nhttps://64b16f23efbee.streamlock.net/telegenova/telegenova/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Teleiblea\" tvg-logo=\"https://i.imgur.com/n1THygZ.png\" tvg-country=\"IT\" group-title=\"Italy\",Teleiblea\nhttps://5f22d76e220e1.streamlock.net/teleiblea/teleiblea/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Teleitalia 41\" tvg-logo=\"https://i.imgur.com/lTuPSOn.png\" tvg-country=\"IT\" group-title=\"Italy\",Teleitalia 41\nhttps://streaming.softwarecreation.it/teleitalia/teleitalia/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Telejato\" tvg-logo=\"https://i.imgur.com/r3Dqzdj.png\" tvg-country=\"IT\" group-title=\"Italy\",Telejato\nhttps://telejato.liberotratto.com/hls/stream.m3u8\n#EXTINF:-1 tvg-name=\"Teleleonessa\" tvg-logo=\"https://i.imgur.com/jq3etlV.png\" tvg-country=\"IT\" group-title=\"Italy\",Teleleonessa\nhttp://wms.shared.streamshow.it:1935/teleleonessa/teleleonessa/live.m3u8\n#EXTINF:-1 tvg-name=\"TeleMajg\" tvg-logo=\"https://i.imgur.com/9tefonp.jpg\" tvg-country=\"IT\" group-title=\"Italy\",TeleMajg\nhttps://59d7d6f47d7fc.streamlock.net/telemajg/telemajg/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Telenova\" tvg-logo=\"https://i.imgur.com/x41IkJK.png\" tvg-id=\"Telenova.it\" tvg-country=\"IT\" group-title=\"Italy\",Telenova\nhttps://64b16f23efbee.streamlock.net/telenova/telenova/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Telerama\" tvg-logo=\"https://i.imgur.com/enfqUlI.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Telerama\nhttps://58d921499d3d3.streamlock.net/TeleRama/livestream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TeleRegione\" tvg-logo=\"https://i.imgur.com/i5WozUP.png\" tvg-country=\"IT\" group-title=\"Italy\",TeleRegione\nhttps://streaming.softwarecreation.it/TR118/TR118/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TeleRegione Color\" tvg-logo=\"https://i.imgur.com/vi5Nf3S.png\" tvg-country=\"IT\" group-title=\"Italy\",TeleRegione Color\nhttps://live.antennasudwebtv.it:9443/hls/vodtele.m3u8\n#EXTINF:-1 tvg-name=\"TeleRegione Live\" tvg-logo=\"https://i.imgur.com/DBrt8L3.png\" tvg-country=\"IT\" group-title=\"Italy\",TeleRegione Live\nhttps://5f22d76e220e1.streamlock.net/galluralive/galluralive/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TeleRent 7Gold\" tvg-logo=\"https://i.imgur.com/YZadq0M.png\" tvg-id=\"7Gold.it\" tvg-country=\"IT\" group-title=\"Italy\",TeleRent 7Gold\nhttps://router.xdevel.com/video0s86-21/stream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Telereporter\" tvg-logo=\"https://i.imgur.com/WIo6SPc.png\" tvg-country=\"IT\" group-title=\"Italy\",Telereporter\nhttps://5f22d76e220e1.streamlock.net/telereporter/telereporter/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Teleromagna\" tvg-logo=\"https://i.imgur.com/4jWadI8.png\" tvg-country=\"IT\" group-title=\"Italy\",Teleromagna\nhttps://livetr.teleromagna.it/teleromagna/live/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Teleromagna 24\" tvg-logo=\"https://i.imgur.com/Bpml478.png\" tvg-country=\"IT\" group-title=\"Italy\",Teleromagna 24\nhttps://livetr.teleromagna.it/mia/live/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TeleRomaDue\" tvg-logo=\"https://i.imgur.com/78hA7ma.png\" tvg-country=\"IT\" group-title=\"Italy\",TeleRomaDue\nhttps://57068da1deb21.streamlock.net/teletibur/teletibur/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Telesud Trapani\" tvg-logo=\"https://i.imgur.com/tpZvU1P.png\" tvg-country=\"IT\" group-title=\"Italy\",Telesud Trapani\nhttps://64b16f23efbee.streamlock.net/telesudtrapani/telesudtrapani/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Telesveva\" tvg-logo=\"https://i.imgur.com/SCDETZC.jpeg\" tvg-country=\"IT\" group-title=\"Italy\",Telesveva\nhttps://dc3.telesveva.com:4433/cmaf/livetv/index.mpd\n#EXTINF:-1 tvg-name=\"Teleuniverso\" tvg-logo=\"https://i.imgur.com/u8E9wBb.png\" tvg-country=\"IT\" group-title=\"Italy\",Teleuniverso\nhttps://stream.ets-sistemi.it:19360/teleuniverso/teleuniverso.m3u8\n#EXTINF:-1 tvg-name=\"Televallo Trapani\" tvg-logo=\"https://i.imgur.com/P6zuiRH.png\" tvg-country=\"IT\" group-title=\"Italy\",Televallo Trapani\nhttps://64b16f23efbee.streamlock.net/televallo/televallo/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TG Norba 24\" tvg-logo=\"https://i.imgur.com/9MhrrJK.png\" tvg-id=\"TGNorba24.it\" tvg-country=\"IT\" group-title=\"Italy\",TG Norba 24\nhttps://router.xdevel.com/video0s976570-1326/stream/playlist_dvr.m3u8\n#EXTINF:-1 tvg-name=\"TLT Molise\" tvg-logo=\"https://i.imgur.com/wgwD7gh.png\" tvg-country=\"IT\" group-title=\"Italy\",TLT Molise\nhttps://5f22d76e220e1.streamlock.net/tltmolise/tltmolise/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Top Calcio 24\" tvg-logo=\"https://i.imgur.com/DnVPKPE.png\" tvg-country=\"IT\" group-title=\"Italy\",Top Calcio 24\nhttps://sportitaliaamd.akamaized.net/live/Telelombardia/hls/1CCCD0BCA2F9C979BC0632230F8E31EAEA41562B/index.m3u8\n#EXTINF:-1 tvg-name=\"Tremedia Tv\" tvg-logo=\"https://i.imgur.com/dqRV1ff.jpeg\" tvg-country=\"IT\" group-title=\"Italy\",Tremedia Tv\nhttps://stream4.xdevel.com/video0s976062-1263/stream/playlist_dvr.m3u8\n#EXTINF:-1 tvg-name=\"Trentino Tv\" tvg-logo=\"https://i.imgur.com/ROKOCR2.png\" tvg-country=\"IT\" group-title=\"Italy\",Trentino Tv\nhttps://5e73cf528f404.streamlock.net/TrentinoTV/livestream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tuscia Sabina 2000Tv\" tvg-logo=\"https://i.imgur.com/Tq5nEAy.png\" tvg-country=\"IT\" group-title=\"Italy\",Tuscia Sabina 2000Tv\nhttp://ts2000tv.streaming.nextware.it:8081/ts2000tv/ts2000tv/chunks.m3u8\n#EXTINF:-1 tvg-name=\"Tv 12\" tvg-logo=\"https://i.imgur.com/oxv08pJ.png\" tvg-country=\"IT\" group-title=\"Italy\",Tv 12\nhttps://59d7d6f47d7fc.streamlock.net/tv12/tv12/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tv Campi Flegrei\" tvg-logo=\"https://i.imgur.com/9d2K1nX.png\" tvg-country=\"IT\" group-title=\"Italy\",Tv Campi Flegrei\nhttps://tv.radiosaiuz.com:3836/live/campiflegreilive.m3u8\n#EXTINF:-1 tvg-name=\"Tv Luna Napoli\" tvg-logo=\"https://i.imgur.com/jxhuoyE.png\" tvg-country=\"IT\" group-title=\"Italy\",Tv Luna Napoli\nhttps://diretta.arcapuglia.it:8080/live/teleluna/index.m3u8\n#EXTINF:-1 tvg-name=\"Tv Prato\" tvg-logo=\"https://i.imgur.com/zDeVpZd.png\" tvg-country=\"IT\" group-title=\"Italy\",Tv Prato\nhttps://live.mariatvcdn.com/tvprato/2db0dd5674586686a867ec52c3aa8e06.sdp/mono.m3u8\n#EXTINF:-1 tvg-name=\"Tv Qui Modena\" tvg-logo=\"https://i.imgur.com/4bOYlfg.png\" tvg-country=\"IT\" group-title=\"Italy\",Tv Qui Modena\nhttps://59d7d6f47d7fc.streamlock.net/tvqui/tvqui/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tv Uno\" tvg-logo=\"https://i.imgur.com/OtCwYsh.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Tv Uno\nhttp://ftp.tiscali.it/francescovernata/TVUNO/monoscopioTvUNOint-1.wmv\n#EXTINF:-1 tvg-name=\"Tv Yes\" tvg-logo=\"https://i.imgur.com/1wsO8U7.png\" tvg-country=\"IT\" group-title=\"Italy\",Tv Yes\nhttps://stream1.aswifi.it/radioyes/live/index.m3u8\n#EXTINF:-1 tvg-name=\"Tva Vicenza\" tvg-logo=\"https://i.imgur.com/FtFuPCC.png\" tvg-country=\"IT\" group-title=\"Italy\",Tva Vicenza\nhttp://fms.tvavicenza.it:1935/live/diretta_1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tvm Palermo\" tvg-logo=\"https://i.imgur.com/uqOdAXB.png\" tvg-country=\"IT\" group-title=\"Italy\",Tvm Palermo\nhttps://stream2.xdevel.com/video1s86-22/stream/playlist_dvr.m3u8\n#EXTINF:-1 tvg-name=\"Tvr Xenon\" tvg-logo=\"https://i.imgur.com/kLzW1Pf.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Tvr Xenon\nhttps://cdn107-ita.azotosolutions.com:8443/cdnedge4/smil:live4.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Tvrs Tv\" tvg-logo=\"https://i.imgur.com/6p7hTmY.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Tvrs Tv\nhttps://cdn8.streamshow.it/cloud-tvrs/tvrs/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Umbria+ TRT\" tvg-logo=\"https://i.imgur.com/CU6BBgs.png\" tvg-country=\"IT\" group-title=\"Italy\",Umbria+ TRT\nhttps://diretta.teleterni.it:8080//show/show.m3u8\n#EXTINF:-1 tvg-name=\"Umbria Tv\" tvg-logo=\"https://i.imgur.com/XKCVEmK.png\" tvg-country=\"IT\" group-title=\"Italy\",Umbria Tv\nhttps://umbriatv.stream.rubidia.it:8083/live/umbriatv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Uno Tv\" tvg-logo=\"https://i.imgur.com/4PNbqqL.png\" tvg-country=\"IT\" group-title=\"Italy\",Uno Tv\nhttps://stream1.aswifi.it/unotv/live/index.m3u8\n#EXTINF:-1 tvg-name=\"Uno4 Tv\" tvg-logo=\"https://i.imgur.com/wfPPpBA.png\" tvg-country=\"IT\" group-title=\"Italy\",Uno4 Tv\nhttps://cdn.uno4.it/index.m3u8\n#EXTINF:-1 tvg-name=\"Vera Tv\" tvg-logo=\"https://i.imgur.com/djMvkvN.png\" tvg-country=\"IT\" group-title=\"Italy\",Vera Tv\nhttp://wms.shared.streamshow.it/veratv/veratv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"VB33\" tvg-logo=\"https://i.imgur.com/ygDuIxU.png\" tvg-country=\"IT\" group-title=\"Italy\",VB33\nhttps://live.ipstream.it/vb33/vb33.stream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Video Calabria\" tvg-logo=\"https://i.imgur.com/Bc2AvIm.png\" tvg-id=\"VideoCalabria.it\" tvg-country=\"IT\" group-title=\"Italy\",Video Calabria\nhttps://a8a02dd9a49a4fc9810743615c65ab73.msvdn.net/live/S76734991/i6NeNqLYaspb/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Video Mediterraneo\" tvg-logo=\"https://i.imgur.com/hJHC3uQ.png\" tvg-country=\"IT\" group-title=\"Italy\",Video Mediterraneo\nhttps://bfbe5f347ac4424faf719dda285bc39e.msvdn.net/live/S54897858/4gWO7tTzpK3N/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Video Nola\" tvg-logo=\"https://i.imgur.com/M5z5UoD.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Video Nola\nhttps://videonola.aswifi.it/videonolaabr/live.m3u8\n#EXTINF:-1 tvg-name=\"Video Regione Sicilia\" tvg-logo=\"https://i.imgur.com/0szwnR3.png\" tvg-country=\"IT\" group-title=\"Italy\",Video Regione Sicilia\nhttps://57214cb172d84f8cb311b91513952b03.msvdn.net/live/S40896499/ZuaLjACsWIL4/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Video Star Tv Sicilia\" tvg-logo=\"https://i.imgur.com/1ddJVZ7.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Video Star Tv Sicilia\nhttps://stream9.xdevel.com/video0s976556-1321/stream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Video Touring Tv\" tvg-logo=\"https://i.imgur.com/E2Feao5.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Video Touring Tv\nhttps://streamingvideo.auranex.cloud/memfs/70baacad-47c6-41a6-aee0-86530c31e080.m3u8\n#EXTINF:-1 tvg-name=\"Videolina\" tvg-logo=\"https://i.imgur.com/bnDZJwd.gif\" tvg-country=\"IT\" group-title=\"Italy\",Videolina\nhttp://livestreaming.videolina.it/live/Videolina/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Videonovara\" tvg-logo=\"https://i.imgur.com/NnO7E5I.png\" tvg-country=\"IT\" group-title=\"Italy\",Videonovara\nhttps://ed04.top-ix.org/avtvlive/videonovara/streaming/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Videotelecarnia\" tvg-logo=\"https://i.imgur.com/r4K9JHW.png\" tvg-country=\"IT\" group-title=\"Italy\",Videotelecarnia\nhttps://rst2.saiuzwebnetwork.it:8081/vtccarnia/index.m3u8\n#EXTINF:-1 tvg-name=\"Vintage Radio Tv\" tvg-logo=\"https://i.imgur.com/n3LtBNT.jpg\" tvg-country=\"IT\" group-title=\"Italy\",Vintage Radio Tv\nhttps://5f22d76e220e1.streamlock.net/vintageradiotv/vintageradiotv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Vuemme Tv\" tvg-logo=\"https://i.imgur.com/x5A0xU6.png\" tvg-country=\"IT\" group-title=\"Italy\",Vuemme Tv\nhttps://5db313b643fd8.streamlock.net/Vuemme/Vuemme/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Webcom Tv\" tvg-logo=\"https://i.imgur.com/KLwj2vj.png\" tvg-country=\"IT\" group-title=\"Italy\",Webcom Tv\nhttps://www.webcomiptv.it/mistserver/passionelotto/index.m3u8\n#EXTINF:-1 tvg-name=\"WLTV\" tvg-logo=\"https://i.imgur.com/aL8jKtU.png\" tvg-country=\"IT\" group-title=\"Italy\",WLTV\nhttps://5db313b643fd8.streamlock.net/WLTV/WLTV/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Yvii Tv\" tvg-logo=\"https://i.imgur.com/yP5AvDo.png\" tvg-country=\"IT\" group-title=\"Italy\",Yvii Tv\nhttps://stream.wired-shop.com/hls/yviitv.m3u8\n#EXTINF:-1 tvg-name=\"Zerouno Tv Music\" tvg-logo=\"https://i.imgur.com/r74lqW8.png\" tvg-country=\"IT\" group-title=\"Italy\",Zerouno Tv Music\nhttps://5f22d76e220e1.streamlock.net/zerounotvmusic/zerounotvmusic/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Zerouno Tv News\" tvg-logo=\"https://i.imgur.com/vxRzyjE.png\" tvg-country=\"IT\" group-title=\"Italy\",Zerouno Tv News\nhttps://5f22d76e220e1.streamlock.net/01news/01news/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Radio Colonna Tv Ⓨ\" tvg-logo=\"https://i.imgur.com/EcQvDfq.png\" tvg-country=\"IT\" group-title=\"Italy\",Radio Colonna Tv Ⓨ\nhttps://www.youtube.com/radiocolonna/live\n#EXTINF:-1 tvg-name=\"TRM h24 Ⓨ\" tvg-logo=\"https://i.imgur.com/d47CdYU.png\" tvg-id=\"TRMh24.it\" tvg-country=\"IT\" group-title=\"Italy\",TRM h24 Ⓨ\nhttps://www.youtube.com/user/trmh24/live\n#EXTINF:-1 tvg-name=\"Euronews Italian Ⓨ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Euronews_2022.svg/640px-Euronews_2022.svg.png\" tvg-id=\"EuronewsItalian.fr\" tvg-country=\"IT\" group-title=\"Italy\",Euronews Italian Ⓨ\nhttps://www.youtube.com/user/euronewsit/live\n#EXTINF:-1 tvg-name=\"Antenna Sicilia Ⓣ\" tvg-logo=\"https://i.imgur.com/8DOdqsE.png\" tvg-country=\"IT\" group-title=\"Italy\",Antenna Sicilia Ⓣ\nhttps://www.twitch.tv/antennasicilia\n#EXTINF:-1 tvg-name=\"Telecolor Ⓣ\" tvg-logo=\"https://i.imgur.com/rfNg6fw.png\" tvg-country=\"IT\" group-title=\"Italy\",Telecolor Ⓣ\nhttps://www.twitch.tv/telecolorlive\n#EXTINF:-1 tvg-name=\"Teleroma 56 Ⓣ\" tvg-logo=\"https://i.imgur.com/wGfpUj8.png\" tvg-country=\"IT\" group-title=\"Italy\",Teleroma 56 Ⓣ\nhttps://www.twitch.tv/teleroma_56\n#EXTINF:-1 tvg-name=\"TeleRadioStereo Ⓣ\" tvg-logo=\"https://i.imgur.com/eRNgqnA.png\" tvg-country=\"IT\" group-title=\"Italy\",TeleRadioStereo Ⓣ\nhttps://www.twitch.tv/teleradiostereo\n"
  },
  {
    "path": "playlists/playlist_japan.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"NHK総合 (東京)\" tvg-logo=\"https://i.imgur.com/fAZ2BEZ.png\" tvg-id=\"JOAKDTV.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",NHK総合 (東京)\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS291&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"NHK Eテレ（東京）\" tvg-logo=\"https://i.imgur.com/WxtftlO.png\" tvg-id=\"JOABDTV.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",NHK Eテレ（東京）\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS292&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"日本テレビ\" tvg-logo=\"https://i.imgur.com/ecbM7QS.png\" tvg-id=\"JOAXDTV.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",日本テレビ\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS294&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"テレビ朝日\" tvg-logo=\"https://i.imgur.com/5XnMfcR.png\" tvg-id=\"JOEXDTV.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",テレビ朝日\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS295&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"TBSテレビ\" tvg-logo=\"https://i.imgur.com/jIZ9TlO.png\" tvg-id=\"JORXDTV.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",TBSテレビ\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS296&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"テレビ東京\" tvg-logo=\"https://i.imgur.com/U8jBxEi.png\" tvg-id=\"JOTXDTV.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",テレビ東京\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS297&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"フジテレビ\" tvg-logo=\"https://i.imgur.com/epJYc7P.png\" tvg-id=\"JOCXDTV.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",フジテレビ\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS298&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"NHK BS\" tvg-logo=\"https://i.imgur.com/t0uZcSR.png\" tvg-id=\"NHKBS.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",NHK BS\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS101&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"NHK BSP4K\" tvg-logo=\"https://i.imgur.com/uvPpFo5.png\" tvg-id=\"NHKBSP4K.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",NHK BSP4K\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS103&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"BS日テレ\" tvg-logo=\"https://i.imgur.com/26ATUNc.png\" tvg-id=\"BSNipponTV.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",BS日テレ\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS141&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"BS朝日\" tvg-logo=\"https://i.imgur.com/Cl68ZMA.png\" tvg-id=\"BSAsahi.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",BS朝日\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS151&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"BS-TBS\" tvg-logo=\"https://i.imgur.com/BSt9UG2.png\" tvg-id=\"BSTBS.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",BS-TBS\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS161&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"BSテレ東\" tvg-logo=\"https://i.imgur.com/LsQlNcz.png\" tvg-id=\"BSTVTokyo.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",BSテレ東\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS171&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"BSフジ\" tvg-logo=\"https://i.imgur.com/N4xeDxJ.png\" tvg-id=\"BSFuji.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",BSフジ\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS181&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"WOWOWプライム\" tvg-logo=\"https://www.lyngsat.com/logo/tv/ww/wowow_prime.png\" tvg-id=\"WOWOWPrime.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",WOWOWプライム\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS191&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"WOWOWライブ\" tvg-logo=\"https://www.lyngsat.com/logo/tv/ww/wowow_live.png\" tvg-id=\"WOWOWLive.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",WOWOWライブ\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS192&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"WOWOWシネマ\" tvg-logo=\"https://www.lyngsat.com/logo/tv/ww/wowow_cinema.png\" tvg-id=\"WOWOWCinema.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",WOWOWシネマ\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS193&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"BS10\" tvg-logo=\"https://i.imgur.com/KPZiuHl.png\" tvg-id=\"jcom_120_110_4\" tvg-country=\"JP\" group-title=\"日本 / Japan\",BS10\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS263&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"BS10スターチャンネル\" tvg-logo=\"https://i.imgur.com/SN0ED0U.png\" tvg-id=\"jcom_120_200_4\" tvg-country=\"JP\" group-title=\"日本 / Japan\",BS10スターチャンネル\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS200&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"アニマックス\" tvg-logo=\"https://i.imgur.com/jO0qUvj.png\" tvg-id=\"AnimaxAsia.sg@Japan\" tvg-country=\"JP\" group-title=\"日本 / Japan\",アニマックス\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS236&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"J SPORTS 1\" tvg-logo=\"https://www.starcat.co.jp/ch/upload/channel/69/jsports1_logo.jpg\" tvg-id=\"JSPORTS1.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",J SPORTS 1\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS242&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"J SPORTS 2\" tvg-logo=\"https://www.starcat.co.jp/ch/upload/channel/70/jsports2_logo.jpg\" tvg-id=\"JSPORTS2.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",J SPORTS 2\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS243&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"J SPORTS 3\" tvg-logo=\"https://www.starcat.co.jp/ch/upload/channel/71/jsports3_logo.jpg\" tvg-id=\"JSPORTS3.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",J SPORTS 3\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS244&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"J SPORTS 4\" tvg-logo=\"https://www.starcat.co.jp/ch/upload/channel/74/jsports4_logo.jpg\" tvg-id=\"JSPORTS4.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",J SPORTS 4\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS245&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"釣りビジョン\" tvg-logo=\"https://i.imgur.com/Yc7JvSK.png\" tvg-id=\"FishingVision.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",釣りビジョン\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS251&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"日本映画専門チャンネル\" tvg-logo=\"https://i.imgur.com/HdC3Hdc.png\" tvg-id=\"NihonEigaSenmonChannel.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",日本映画専門チャンネル\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS255&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"ショップチャンネル\" tvg-logo=\"https://i.imgur.com/CCMAF7W.png\" tvg-id=\"ShopChannel.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",ショップチャンネル\nhttps://stream3.shopch.jp/HLS/master.m3u8\n#EXTINF:-1 tvg-name=\"QVC\" tvg-logo=\"https://i.imgur.com/FznYA39.png\" tvg-id=\"QVC.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",QVC\nhttps://cdn-live1.qvc.jp/iPhone/1501/1501.m3u8\n#EXTINF:-1 tvg-name=\"東映チャンネル\" tvg-logo=\"https://www.lyngsat-logo.com/logo/tv/tt/toei_channel.png\" tvg-id=\"ToeiChannel.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",東映チャンネル\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=CS218&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"チャンネルNECO\" tvg-logo=\"https://www.lyngsat-logo.com/logo/tv/cc/channel-neco-jp.png\" tvg-id=\"ChannelNECO.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",チャンネルNECO\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=CS223&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"ムービープラス\" tvg-logo=\"https://www.lyngsat-logo.com/logo/tv/mm/movie_plus_jp.png\" tvg-id=\"MoviePlus.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",ムービープラス\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=CS240&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"GAORA\" tvg-logo=\"https://i.imgur.com/Myh0PWD.png\" tvg-id=\"GAORASPORTS.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",GAORA\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=CS254&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"日テレジータス\" tvg-logo=\"https://i.imgur.com/xq1VG0E.png\" tvg-id=\"NitteleGPlus.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",日テレジータス\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=CS257&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"ゴルフネットワーク\" tvg-logo=\"https://i.imgur.com/EVd8Vvp.png\" tvg-id=\"GolfNetwork.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",ゴルフネットワーク\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=CS262&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"時代劇専門チャンネル\" tvg-logo=\"https://www.lyngsat-logo.com/logo/tv/jj/jidaigeki.png\" tvg-id=\"JidaigekiSenmonChannel.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",時代劇専門チャンネル\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=CS292&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"ファミリー劇場\" tvg-logo=\"https://i.postimg.cc/k5fXKzj3/o023302751417597653027.jpg\" tvg-id=\"FamilyGekijyo.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",ファミリー劇場\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=CS293&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"ホームドラマチャンネル\" tvg-logo=\"https://www.lyngsat-logo.com/logo/tv/hh/home-drama-channelpng-jp.png\" tvg-id=\"HomeDramaChannel.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",ホームドラマチャンネル\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=CS294&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"チャンネル銀河\" tvg-logo=\"https://www.lyngsat-logo.com/logo/tv/cc/channel_ginga.png\" tvg-id=\"ChannelGinga.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",チャンネル銀河\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=CS305&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"スーパー！ドラマTV\" tvg-logo=\"https://www.lyngsat-logo.com/logo/tv/ss/super_drama_tv.png\" tvg-id=\"SuperDramaTV.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",スーパー！ドラマTV\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=CS310&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"アクションチャンネル\" tvg-logo=\"https://i.imgur.com/K0YyPwC.png\" tvg-id=\"AXN.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",アクションチャンネル\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=CS311&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"Dlife\" tvg-logo=\"https://i.imgur.com/6gJZHPv.png\" tvg-id=\"FOX.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",Dlife\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=CS312&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"LaLa TV\" tvg-logo=\"https://www.lyngsat-logo.com/logo/tv/ll/lala_tv.png\" tvg-id=\"LaLaTV.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",LaLa TV\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=CS314&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"Mnet\" tvg-logo=\"https://www.lyngsat.com/logo/tv/mm/m_net_jp.png\" tvg-id=\"MnetJapan.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",Mnet\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=BS241&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"Music ON TV!（エムオン）\" tvg-logo=\"https://www.lyngsat-logo.com/logo/tv/mm/music_on_tv.png\" tvg-id=\"MUSICONTV.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",Music ON TV!（エムオン）\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=CS325&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"歌謡ポップスチャンネル\" tvg-logo=\"https://www.lyngsat-logo.com/logo/tv/kk/kayo-pops-jp.png\" tvg-id=\"KayoPops.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",歌謡ポップスチャンネル\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=CS329&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"キッズステーション\" tvg-logo=\"https://www.lyngsat-logo.com/logo/tv/kk/kidsstation.png\" tvg-id=\"KidsStation.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",キッズステーション\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=CS330&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"日テレNEWS24\" tvg-logo=\"https://i.imgur.com/jtSYegn.png\" tvg-id=\"NTVNEWS24.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",日テレNEWS24\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=CS349&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"囲碁・将棋チャンネル\" tvg-logo=\"https://www.lyngsat-logo.com/logo/tv/ii/igoshogi.png\" tvg-id=\"IgoShogiChannel.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",囲碁・将棋チャンネル\nhttps://stream01.willfonk.com/live_playlist.m3u8?cid=CS363&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1\n#EXTINF:-1 tvg-name=\"GSTV\" tvg-logo=\"https://i.imgur.com/ECnVG5I.png\" tvg-id=\"GSTV.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",GSTV\nhttps://gstv-tnz-gsmediastreaming.preview-jpea.channel.media.azure.net/dfd06b62-e9d1-4a7f-bcbb-89d2ecbc82ee/preview.ism/manifest(format=mpd-time-csf,audio-only=false)\n#EXTINF:-1 tvg-name=\"NHK WORLD JAPAN\" tvg-logo=\"https://i.imgur.com/Mhw1Ihk.png\" tvg-id=\"NHKWorldJapan.jp\" tvg-country=\"JP\" group-title=\"日本 / Japan\",NHK WORLD JAPAN\nhttps://master.nhkworld.jp/nhkworld-tv/playlist/live.m3u8\n#EXTINF:-1 tvg-name=\"ウェザーニュースLiVE\" tvg-logo=\"https://channel.rakuten.co.jp/service/img/logo/chlogo-with-number/106_whethernews.png\" tvg-id=\"rch_45\" tvg-country=\"JP\" group-title=\"日本 / Japan\",ウェザーニュースLiVE\nhttps://rch01e-alive-hls.akamaized.net/38fb45b25cdb05a1/out/v1/4e907bfabc684a1dae10df8431a84d21/index.m3u8\n#EXTINF:-1 tvg-name=\"TOKYO MX チャンネル\" tvg-logo=\"https://channel.rakuten.co.jp/service/img/logo/chlogo-with-number/108_mx.png\" tvg-id=\"\" tvg-country=\"JP\" group-title=\"日本 / Japan\",TOKYO MX チャンネル\nhttps://cdn-uw2-prod.tsv2.amagi.tv/linear/amg01287-rakutentvjapan-tokyomx-cmaf-rakutenjp/playlist.m3u8\n"
  },
  {
    "path": "playlists/playlist_korea.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"KBS 1TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/d/d5/KBS_1_logo.svg/512px-KBS_1_logo.svg.png\" tvg-id=\"KBS1TV.kr\" tvg-country=\"KR\" group-title=\"Korea\",KBS 1TV\nhttp://mytv.dothome.co.kr/ch/public/1.php\n#EXTINF:-1 tvg-name=\"KBS 2TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/26/KBS_2_logo.svg/512px-KBS_2_logo.svg.png\" tvg-id=\"KBS2TV.kr\" tvg-country=\"KR\" group-title=\"Korea\",KBS 2TV\nhttp://ye23.vip/z7z8/2021/kbs2020.php?id=2\n#EXTINF:-1 tvg-name=\"KBS News D\" tvg-logo=\"https://i.imgur.com/4qKgvHN.png\" tvg-id=\"KBSNewsD.kr\" tvg-country=\"KR\" group-title=\"Korea\",KBS News D\nhttp://ye23.vip/z7z8/2021/kbs2020.php?id=4\n#EXTINF:-1 tvg-name=\"EBS 1 Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/e/e2/EBS_1TV_Logo.svg/512px-EBS_1TV_Logo.svg.png\" tvg-id=\"EBS1TV.kr\" tvg-country=\"KR\" group-title=\"Korea\",EBS 1 Ⓢ\nhttps://ebsonair.ebs.co.kr/ebs1familypc/familypc1m/playlist.m3u8\n#EXTINF:-1 tvg-name=\"EBS 2 Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/d/db/EBS_2TV_Logo.svg/512px-EBS_2TV_Logo.svg.png\" tvg-id=\"EBS2TV.kr\" tvg-country=\"KR\" group-title=\"Korea\",EBS 2 Ⓢ\nhttps://ebsonair.ebs.co.kr/ebs2familypc/familypc1m/playlist.m3u8\n#EXTINF:-1 tvg-name=\"MBC TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/63/Munhwa_Broadcasting_Company.svg/512px-Munhwa_Broadcasting_Company.svg.png\" tvg-id=\"MBCTV.kr\" tvg-country=\"KR\" group-title=\"Korea\",MBC TV\nhttp://123.254.72.24:1935/tvlive/livestream2/playlist.m3u8\n#EXTINF:-1 tvg-name=\"SBS TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/90/SBS_Korea_Logo_%28Word_Only%29.svg/512px-SBS_Korea_Logo_%28Word_Only%29.svg.png\" tvg-id=\"SBSTV.kr\" tvg-country=\"KR\" group-title=\"Korea\",SBS TV\nhttps://allanf181.github.io/adaptive-streams/streams/kr/SBSTV.m3u8\n#EXTINF:-1 tvg-name=\"KNN TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/65/KNN_logo.svg/512px-KNN_logo.svg.png\" tvg-id=\"KNNTV.kr\" tvg-country=\"KR\" group-title=\"Korea\",KNN TV\nhttp://211.220.195.200:1935/live/mp4:KnnTV.sdp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"KBC TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/3/32/KBC_Gwangju_Broadcasting_logo.svg/512px-KBC_Gwangju_Broadcasting_logo.svg.png\" tvg-id=\"KBCTV.kr\" tvg-country=\"KR\" group-title=\"Korea\",KBC TV\nhttp://119.200.131.11:1935/KBCTV/tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TJB TV\" tvg-logo=\"https://i.imgur.com/q9Nx801.png\" tvg-id=\"TJBTV.kr\" tvg-country=\"KR\" group-title=\"Korea\",TJB TV\nhttp://1.245.74.5:1935/live/tv/.m3u8\n#EXTINF:-1 tvg-name=\"UBC TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/thumb/c/c3/Ubc_logo2.svg/512px-Ubc_logo2.svg.png\" tvg-id=\"UBCTV.kr\" tvg-country=\"KR\" group-title=\"Korea\",UBC TV\nhttp://59.23.231.102:1935/live/UBCstream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"JTV TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Jtv_logo.svg/512px-Jtv_logo.svg.png\" tvg-id=\"JTV.kr\" tvg-country=\"KR\" group-title=\"Korea\",JTV TV\nhttps://61ff3340258d2.streamlock.net/jtv_live/myStream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"CJB TV\" tvg-logo=\"https://i.imgur.com/MvxdZhX.png\" tvg-id=\"CJBTV.kr\" tvg-country=\"KR\" group-title=\"Korea\",CJB TV\nhttp://1.222.207.80:1935/live/cjbtv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"JIBS TV\" tvg-logo=\"https://i.imgur.com/RVWpBoz.png\" tvg-id=\"JIBSTV.kr\" tvg-country=\"KR\" group-title=\"Korea\",JIBS TV\nhttp://123.140.197.22/stream/1/play.m3u8\n#EXTINF:-1 tvg-name=\"OBS TV\" tvg-logo=\"https://i.imgur.com/oWB3ApR.png\" tvg-id=\"OBSGyeonginTV.kr\" tvg-country=\"KR\" group-title=\"Korea\",OBS TV\nhttps://allanf181.github.io/adaptive-streams/streams/kr/OBSGyeonginTV.m3u8\n#EXTINF:-1 tvg-name=\"Arirang\" tvg-logo=\"https://i.imgur.com/RuHZ6Dx.png\" tvg-id=\"ArirangTV.kr\" tvg-country=\"KR\" group-title=\"Korea\",Arirang\nhttp://amdlive.ctnd.com.edgesuite.net/arirang_1ch/smil:arirang_1ch.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"EBS Kids Ⓢ\" tvg-logo=\"https://i.imgur.com/62oo8Bx.png\" tvg-id=\"EBSKids.kr\" tvg-country=\"KR\" group-title=\"Korea\",EBS Kids Ⓢ\nhttps://ebsonair.ebs.co.kr/ebsufamilypc/familypc1m/playlist.m3u8\n#EXTINF:-1 tvg-name=\"EBS Plus 1 Ⓢ\" tvg-logo=\"https://i.imgur.com/ImUHRG2.png\" tvg-id=\"EBSPlus1.kr\" tvg-country=\"KR\" group-title=\"Korea\",EBS Plus 1 Ⓢ\nhttps://ebsonair.ebs.co.kr/plus1familypc/familypc1m/playlist.m3u8\n#EXTINF:-1 tvg-name=\"EBS Plus 2 Ⓢ\" tvg-logo=\"https://i.imgur.com/mgFRZFq.png\" tvg-id=\"EBSPlus2.kr\" tvg-country=\"KR\" group-title=\"Korea\",EBS Plus 2 Ⓢ\nhttps://ebsonair.ebs.co.kr/plus2familypc/familypc1m/playlist.m3u8\n#EXTINF:-1 tvg-name=\"EBS English Ⓢ\" tvg-logo=\"https://i.imgur.com/qceaIf7.png\" tvg-id=\"EBSEnglish.kr\" tvg-country=\"KR\" group-title=\"Korea\",EBS English Ⓢ\nhttps://ebsonair.ebs.co.kr/plus3familypc/familypc1m/playlist.m3u8\n#EXTINF:-1 tvg-name=\"KBS Drama\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/f/f2/KBS_DRAMA.svg/512px-KBS_DRAMA.svg.png\" tvg-id=\"KBSDrama.kr\" tvg-country=\"KR\" group-title=\"Korea\",KBS Drama\nhttp://ye23.vip/z7z8/2021/kbs2020.php?id=5\n#EXTINF:-1 tvg-name=\"KBS Joy\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/6b/KBS_JOY.svg/512px-KBS_JOY.svg.png\" tvg-id=\"KBSJoy.kr\" tvg-country=\"KR\" group-title=\"Korea\",KBS Joy\nhttp://ye23.vip/z7z8/2021/kbs2020.php?id=6\n#EXTINF:-1 tvg-name=\"KBS Kids\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/KBS_kids.svg/512px-KBS_kids.svg.png\" tvg-id=\"KBSKids.kr\" tvg-country=\"KR\" group-title=\"Korea\",KBS Kids\nhttp://ye23.vip/z7z8/2021/kbs2020.php?id=9\n#EXTINF:-1 tvg-name=\"KBS Life\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/64/KBS_Life.svg/512px-KBS_Life.svg.png\" tvg-id=\"KBSLife.kr\" tvg-country=\"KR\" group-title=\"Korea\",KBS Life\nhttp://ye23.vip/z7z8/2021/kbs2020.php?id=7\n#EXTINF:-1 tvg-name=\"KBS Story\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/7/7e/KBS_Story.svg/512px-KBS_Story.svg.png\" tvg-id=\"KBSStory.kr\" tvg-country=\"KR\" group-title=\"Korea\",KBS Story\nhttp://ye23.vip/z7z8/2021/kbs2020.php?id=8\n#EXTINF:-1 tvg-name=\"KBS World\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/1/1b/KBS_World_%282009%29.svg/512px-KBS_World_%282009%29.svg.png\" tvg-id=\"KBSWorld.kr\" tvg-country=\"KR\" group-title=\"Korea\",KBS World\nhttp://ye23.vip/z7z8/2021/kbs2020.php?id=3\n#EXTINF:-1 tvg-name=\"KBS Korea Ⓨ\" tvg-logo=\"https://kbsworldimage.kbs.co.kr/images/layout/logo/logo_korea_n.png\" tvg-id=\"KBSKorea.kr\" tvg-country=\"KR\" group-title=\"Korea\",KBS Korea Ⓨ\nhttps://www.youtube.com/c/kbsworldtv/live\n#EXTINF:-1 tvg-name=\"All the K-Pop Ⓨ\" tvg-logo=\"https://i.imgur.com/tBbTTAx.png\" tvg-id=\"AlltheKPop.kr\" tvg-country=\"KR\" group-title=\"Korea\",All the K-Pop Ⓨ\nhttps://www.youtube.com/c/ALLTHEKPOP/live\n"
  },
  {
    "path": "playlists/playlist_kosovo.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"RTK 1\" tvg-logo=\"https://i.imgur.com/KTcWcO6.png\" tvg-id=\"RTK1.xk\" tvg-country=\"XK\" group-title=\"Kosovo\",RTK 1\nhttps://ub1doy938d.gjirafa.net/live/Gfsqdsr7FewrYClU3ACEGZvCHktt2wse/zykxzq.m3u8\n#EXTINF:-1 tvg-name=\"RTK 2\" tvg-logo=\"https://i.imgur.com/g6k6xyO.png\" tvg-id=\"RTK2.xk\" tvg-country=\"XK\" group-title=\"Kosovo\",RTK 2\nhttps://ub1doy938d.gjirafa.net/live/Gfsqdsr7FewrYClU3ACEGZvCHktt2wse/zykxz0.m3u8\n#EXTINF:-1 tvg-name=\"RTK 3\" tvg-logo=\"https://i.imgur.com/Ut9VcT3.png\" tvg-id=\"RTK3.xk\" tvg-country=\"XK\" group-title=\"Kosovo\",RTK 3\nhttps://ub1doy938d.gjirafa.net/live/Gfsqdsr7FewrYClU3ACEGZvCHktt2wse/zykxzk.m3u8\n#EXTINF:-1 tvg-name=\"RTK 4\" tvg-logo=\"https://i.imgur.com/Urm4XDR.png\" tvg-id=\"RTK4.xk\" tvg-country=\"XK\" group-title=\"Kosovo\",RTK 4\nhttps://ub1doy938d.gjirafa.net/live/Gfsqdsr7FewrYClU3ACEGZvCHktt2wse/zykxgt.m3u8\n"
  },
  {
    "path": "playlists/playlist_latvia.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"ReTV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/lv/thumb/d/db/ReTV_Logo_2022.svg/320px-ReTV_Logo_2022.svg.png\" tvg-id=\"ReTV.lv\" tvg-country=\"LV\" group-title=\"Latvia\",ReTV\nhttps://retv2132.bstrm.net/slive/_definst_/retv_retv_channel_5k7_42787_default_891_hls.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TV Jūrmala\" tvg-logo=\"https://i.imgur.com/tQHkHD0.png\" tvg-id=\"TVJurmala.lv\" tvg-country=\"LV\" group-title=\"Latvia\",TV Jūrmala\nhttps://air.star.lv/TV_Jurmala_multistream/index.m3u8\n#EXTINF:-1 tvg-name=\"Vidusdaugavas Televīzija\" tvg-logo=\"https://i.imgur.com/L5U3PQR.png\" tvg-id=\"VidusdaugavasTelevizija.lv\" tvg-country=\"LV\" group-title=\"Latvia\",Vidusdaugavas Televīzija\nhttps://straume.vdtv.lv/vdtv2/index.m3u8\n#EXTINF:-1 tvg-name=\"LTV1\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/4/4a/LTV1_%282022%29.svg/768px-LTV1_%282022%29.svg.png\" tvg-id=\"LTV1.lv\" tvg-country=\"LV\" group-title=\"Latvia\",LTV1\nhttps://ltvlive3167.bstrm.net/slive/_definst_/ltvlive_dzsv1_8wg_43518_default_1710_hls.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"LTV7 Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/f/f2/LTV7_Logo_2021.svg/768px-LTV7_Logo_2021.svg.png\" tvg-id=\"LTV7.lv\" tvg-country=\"LV\" group-title=\"Latvia\",LTV7 Ⓖ\nhttps://ltvlive3167.bstrm.net/slive/_definst_/ltvlive_event_3_pg2_44004_default_2306_hls.smil/playlist.m3u8\n"
  },
  {
    "path": "playlists/playlist_lithuania.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"LRT TV\" tvg-logo=\"https://i.imgur.com/FL2ZuGC.png\" tvg-id=\"LRTTV.lt\" tvg-country=\"LT\" group-title=\"Lithuania\",LRT TV\nhttps://stream-syncwords.lrt.lt/out/v1/channel-group-lrt-portal-prod-01/channel-lrt-portal-prod-01/endpoint-lrt-portal-prod-01/index.m3u8\n#EXTINF:-1 tvg-name=\"LRT Lituanica\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/d/d2/LRT_Lituanica_Logo_2022.svg/640px-LRT_Lituanica_Logo_2022.svg.png\" tvg-id=\"LRTLituanica.lt\" tvg-country=\"LT\" group-title=\"Lithuania\",LRT Lituanica\nhttps://stream-live.lrt.lt/lituanica/master.m3u8\n#EXTINF:-1 tvg-name=\"Lietuvos Rytas TV\" tvg-logo=\"https://i.imgur.com/5wpxVI0.png\" tvg-id=\"LietuvosRytasTV.lt\" tvg-country=\"LT\" group-title=\"Lithuania\",Lietuvos Rytas TV\nhttps://live.lietuvosryto.tv/live/hls/eteris.m3u8\n#EXTINF:-1 tvg-name=\"Delfi TV\" tvg-logo=\"https://i.imgur.com/IFoHP5M.png\" tvg-id=\"DelfiTV.lt\" tvg-country=\"LT\" group-title=\"Lithuania\",Delfi TV\nhttps://s1.dcdn.lt/live/televizija/playlist.m3u8\n"
  },
  {
    "path": "playlists/playlist_luxembourg.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"RTL Télé Lëtzebuerg\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/RTL_Luxembourg_2023.svg/640px-RTL_Luxembourg_2023.svg.png\" tvg-id=\"RTLTeleLuxembourg.lu\" tvg-country=\"LU\" group-title=\"Luxembourg\",RTL Télé Lëtzebuerg\nhttps://live-edge.rtl.lu/channel1/smil:channel1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"RTL Zwee\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/4/43/RTL_Zwee_2023.svg/1024px-RTL_Zwee_2023.svg.png\" tvg-id=\"RTLTeleLuxembourg.lu\" tvg-country=\"LU\" group-title=\"Luxembourg\",RTL Zwee\nhttps://live-edge.rtl.lu/channel2/smil:channel2/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Chamber TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/0/01/Logo_of_the_Chamber_of_Deputies_of_Luxembourg.svg/2560px-Logo_of_the_Chamber_of_Deputies_of_Luxembourg.svg.png\" tvg-id=\"ChamberTV.lu\" tvg-country=\"LU\" group-title=\"Luxembourg\",Chamber TV\nhttps://media02.webtvlive.eu/chd-edge/_definst_/smil:chamber_tv_hd.smil/playlist.m3u8\n"
  },
  {
    "path": "playlists/playlist_macau.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"TDM Ou Mun\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/zh/9/9b/TDM_Ou_Mun.png\" tvg-id=\"TDMOuMun.mo\" tvg-country=\"MO\" group-title=\"Macau\",TDM Ou Mun\nhttps://live4.tdm.com.mo/ch1/ch1.live/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Canal Macau\" tvg-logo=\"https://i.imgur.com/oFPUZ97.png\" tvg-id=\"CanalMacau.mo\" tvg-country=\"MO\" group-title=\"Macau\",Canal Macau\nhttps://live4.tdm.com.mo/ch2/ch2.live/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TDM Sport\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/zh/9/9b/TDM_Ou_Mun.png\" tvg-id=\"TDMSports.mo\" tvg-country=\"MO\" group-title=\"Macau\",TDM Sport\nhttps://live4.tdm.com.mo/ch4/sport_ch4.live/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TDM Information\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/zh/9/9b/TDM_Ou_Mun.png\" tvg-id=\"TDMInformation.mo\" tvg-country=\"MO\" group-title=\"Macau\",TDM Information\nhttps://live4.tdm.com.mo/ch5/info_ch5.live/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TDM Entertainment\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/6/6c/TDM_Entertainment.png\" tvg-id=\"TDMEntertainment.mo\" tvg-country=\"MO\" group-title=\"Macau\",TDM Entertainment\nhttps://live4.tdm.com.mo/ch6/hd_ch6.live/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TDM Ou Mun-Macau\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/zh/8/87/TDM_Ou_Mun_Macau_logo.png\" tvg-id=\"TDMMacauSatellite.mo\" tvg-country=\"MO\" group-title=\"Macau\",TDM Ou Mun-Macau\nhttps://live4.tdm.com.mo/ch3/ch3.live/playlist.m3u8\n"
  },
  {
    "path": "playlists/playlist_malta.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"ONE TV\" tvg-logo=\"https://i.imgur.com/Ym1L7No.png\" tvg-id=\"One.mt\" tvg-country=\"MT\" group-title=\"Malta\",ONE TV\nhttps://2-fss-2.streamhoster.com/pl_124/201830-1293592-1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Smash TV\" tvg-logo=\"https://i.imgur.com/ZKF0fG3.png\" tvg-id=\"SmashTV.mt\" tvg-country=\"MT\" group-title=\"Malta\",Smash TV\nhttp://a3.smashmalta.com/hls/smash/smash.m3u8\n"
  },
  {
    "path": "playlists/playlist_mexico.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"Alcarria TV\" tvg-logo=\"https://i.imgur.com/zNSuxVZ.jpg\" tvg-id=\"AlcarriaTV.es\" tvg-country=\"MX\" group-title=\"Mexico\",Alcarria TV\nhttp://cls.alcarria.tv/live/alcarriatv-livestream.m3u8\n#EXTINF:-1 tvg-name=\"Hipodromo de las Americas\" tvg-logo=\"https://i.imgur.com/wc8MlGw.png\" tvg-id=\"HipodromodelasAmericas.mx\" tvg-country=\"MX\" group-title=\"Mexico\",Hipodromo de las Americas\nhttp://wms30.tecnoxia.com/soelvi/abr_soelvi/playlist.m3u8\n#EXTINF:-1 tvg-name=\"MVM NoticiasⓈ\" tvg-logo=\"https://i.imgur.com/dhLXN9n.png\" tvg-id=\"MVMNoticias.mx\" tvg-country=\"MX\" group-title=\"Mexico\",MVM NoticiasⓈ\nhttp://dcunilive21-lh.akamaihd.net/i/dclive_1@59479/index_1_av-p.m3u8\n#EXTINF:-1 tvg-name=\"RCG 3 Saltillo\" tvg-logo=\"https://i.imgur.com/NefH5qZ.png\" tvg-id=\"RCGTV3.mx\" tvg-country=\"MX\" group-title=\"Mexico\",RCG 3 Saltillo\nhttp://wowzacontrol.com:1936/stream56/stream56/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TeleFormula\" tvg-logo=\"https://i.imgur.com/jR6taXt.png\" tvg-id=\"TeleFormula.mx\" tvg-country=\"MX\" group-title=\"Mexico\",TeleFormula\nhttps://wms60.tecnoxia.com/radiof/abr_radioftele/playlist.m3u8\n#EXTINF:-1 tvg-name=\"NRT 4 Monclova\" tvg-logo=\"https://i.imgur.com/IudKE0n.png\" tvg-id=\"noticiasnrt.com\" tvg-country=\"MX\" group-title=\"Mexico\",NRT 4 Monclova\nhttps://59e88b197fb16.streamlock.net:4443/live/canal4/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Las Estrellas\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/4/41/Las_Estrellas.svg\" tvg-id=\"Lasestrellas.tv\" tvg-country=\"MX\" group-title=\"Mexico\",Las Estrellas\nhttps://linear-416.frequency.stream/416/hls/master/playlist.m3u8\n"
  },
  {
    "path": "playlists/playlist_moldova.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"Moldova 1\" tvg-logo=\"https://i.imgur.com/ZbQY56v.png\" tvg-id=\"Moldova1.md\" tvg-country=\"MD\" group-title=\"Moldova\",Moldova 1\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=Moldova1\n#EXTINF:-1 tvg-name=\"Moldova 2\" tvg-logo=\"https://i.imgur.com/Hv6Nk8A.png\" tvg-id=\"Moldova2.md\" tvg-country=\"MD\" group-title=\"Moldova\",Moldova 2\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=Moldova2\n#EXTINF:-1 tvg-name=\"Publika TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/b/b7/Publika_logo_%282017%29.png\" tvg-id=\"PublikaTV.md\" tvg-country=\"MD\" group-title=\"Moldova\",Publika TV\nhttps://livebeta.publika.md/LIVE/P/6810.m3u8\n#EXTINF:-1 tvg-name=\"Vocea Basarabiei\" tvg-logo=\"https://i.imgur.com/irP8QLs.png\" tvg-id=\"VoceaBasarabieiTV.md\" tvg-country=\"MD\" group-title=\"Moldova\",Vocea Basarabiei\nhttps://storage.voceabasarabiei.md/hls/vocea_basarabiei.m3u8\n#EXTINF:-1 tvg-name=\"Canal 2 Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/ro/7/7f/Logo_Canal_2.png\" tvg-id=\"Canal2.md\" tvg-country=\"MD\" group-title=\"Moldova\",Canal 2 Ⓖ\nhttps://livebeta.publika.md/LIVE/2/index.m3u8\n#EXTINF:-1 tvg-name=\"Canal 3 Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/d/d5/Canal_3.svg/640px-Canal_3.svg.png\" tvg-id=\"Canal3.md\" tvg-country=\"MD\" group-title=\"Moldova\",Canal 3 Ⓖ\nhttps://livebeta.publika.md/LIVE/3/index.m3u8\n#EXTINF:-1 tvg-name=\"Prime Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/7/70/Prime.png\" tvg-id=\"Prime.md\" tvg-country=\"MD\" group-title=\"Moldova\",Prime Ⓖ\nhttps://livebeta.publika.md/LIVE/1/600.m3u8\n#EXTINF:-1 tvg-name=\"TVR Moldova Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/e/e4/TVR_Moldova_Logo_2022.svg/640px-TVR_Moldova_Logo_2022.svg.png\" tvg-id=\"TVRMoldova.md\" tvg-country=\"MD\" group-title=\"Moldova\",TVR Moldova Ⓖ\nhttps://mn-nl.mncdn.com/tvrmoldova_new/smil:tvrmoldova_new.smil/chunklist_b6096000.m3u8\n#EXTINF:-1 tvg-name=\"Sor TV\" tvg-logo=\"https://i.imgur.com/BcfZgD8.png\" tvg-id=\"SorTV.md\" tvg-country=\"MD\" group-title=\"Moldova\",Sor TV\nhttp://188.237.212.16:8888/live/cameraFeed.m3u8\n#EXTINF:-1 tvg-name=\"Bălți TV\" tvg-logo=\"https://i.imgur.com/S1vEqZp.png\" tvg-id=\"BaltiTV.md\" tvg-country=\"MD\" group-title=\"Moldova\",Bălți TV\nhttps://hls.btv.md/hls/live2.m3u8\n"
  },
  {
    "path": "playlists/playlist_monaco.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"TV Monaco\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/4/4b/TVMonaco_2023.svg/320px-TVMonaco_2023.svg.png\" tvg-id=\"TVMonaco.mc\" tvg-country=\"MC\" group-title=\"Monaco\",TV Monaco\nhttps://production-fast-mcrtv.content.okast.tv/channels/2116dc08-1959-465d-857f-3619daefb66b/b702b2b9-aebd-436c-be69-2118f56f3d86/2027/media.m3u8\n#EXTINF:-1 tvg-name=\"MonacoInfo\" tvg-logo=\"https://www.lyngsat.com/logo/tv/mm/monaco_info.png\" tvg-id=\"MonacoInfo.mc\" tvg-country=\"MC\" group-title=\"Monaco\",MonacoInfo\nhttps://webtvmonacoinfo.mc/live/prod_720/index.m3u8\n"
  },
  {
    "path": "playlists/playlist_montenegro.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"TVCG 1\" tvg-logo=\"https://i.imgur.com/QORHrXu.png\" tvg-id=\"TVCG1.me\" tvg-country=\"ME\" group-title=\"Montenegro\",TVCG 1\nhttp://cdn3.bcdn.rs:1935/cg1/smil:cg1.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TVCG 2\" tvg-logo=\"https://i.imgur.com/WECmUKH.png\" tvg-id=\"TVCG2.me\" tvg-country=\"ME\" group-title=\"Montenegro\",TVCG 2\nhttp://cdn3.bcdn.rs:1935/cg2/smil:cg2.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TVCG 3\" tvg-logo=\"https://i.imgur.com/XC7zVog.png\" tvg-id=\"Parlamentarnikanal.me\" tvg-country=\"ME\" group-title=\"Montenegro\",TVCG 3\nhttps://parlament.rtcg.me:1936/pr/smil:parlament.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TVCG MNE\" tvg-logo=\"https://i.imgur.com/pf8VEwf.png\" tvg-id=\"TVCGMNE.me\" tvg-country=\"ME\" group-title=\"Montenegro\",TVCG MNE\nhttp://cdn3.bcdn.rs:1935/cgsat/smil:cgsat.smil/playlist.m3u8\n"
  },
  {
    "path": "playlists/playlist_netherlands.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"NPO 1 Ⓖ\" tvg-logo=\"https://i.imgur.com/pUBy4Pb.png\" tvg-id=\"NPO1.nl\" tvg-country=\"NL\" group-title=\"Netherlands\",NPO 1 Ⓖ\nhttp://resolver.streaming.api.nos.nl/livestream?url=/live/npo/tvlive/npo1/npo1.isml/.m3u8\n#EXTINF:-1 tvg-name=\"NPO 2 Ⓖ\" tvg-logo=\"https://i.imgur.com/Vl2G1H3.png\" tvg-id=\"NPO2.nl\" tvg-country=\"NL\" group-title=\"Netherlands\",NPO 2 Ⓖ\nhttp://resolver.streaming.api.nos.nl/livestream?url=/live/npo/tvlive/npo2/npo2.isml/.m3u8\n#EXTINF:-1 tvg-name=\"NPO 3 Ⓖ\" tvg-logo=\"https://i.imgur.com/dVB4Pqc.png\" tvg-id=\"NPO3.nl\" tvg-country=\"NL\" group-title=\"Netherlands\",NPO 3 Ⓖ\nhttp://resolver.streaming.api.nos.nl/livestream?url=/live/npo/tvlive/npo3/npo3.isml/.m3u8\n#EXTINF:-1 tvg-name=\"Omrop Fryslân\" tvg-logo=\"https://i.imgur.com/0VKJLAK.png\" tvg-id=\"OmropFryslanTV.nl\" tvg-country=\"NL\" group-title=\"Netherlands\",Omrop Fryslân\nhttps://d3pvma9xb2775h.cloudfront.net/live/omropfryslan/f8f68bd5/playlist.m3u8\n#EXTINF:-1 tvg-name=\"RTV Noord\" tvg-logo=\"https://i.imgur.com/pO5Mexa.png\" tvg-id=\"RTVNoord.nl\" tvg-country=\"NL\" group-title=\"Netherlands\",RTV Noord\nhttps://media.rtvnoord.nl/live/rtvnoord/tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"RTV Drenthe\" tvg-logo=\"https://i.imgur.com/GaGqM4z.png\" tvg-id=\"RTVDrenthe.nl\" tvg-country=\"NL\" group-title=\"Netherlands\",RTV Drenthe\nhttps://cdn.rtvdrenthe.nl/live/rtvdrenthe/tv/1080p/prog_index.m3u8\n#EXTINF:-1 tvg-name=\"RTV Oost\" tvg-logo=\"https://i.imgur.com/8ropV29.png\" tvg-id=\"RTVOost.nl\" tvg-country=\"NL\" group-title=\"Netherlands\",RTV Oost\nhttps://d34cg2bnc08ruf.cloudfront.net/live/rtvoost/tv/index.m3u8\n#EXTINF:-1 tvg-name=\"Omroep Gelderland\" tvg-logo=\"https://i.imgur.com/TPlyvUQ.png\" tvg-id=\"OmroepGelderlandTV.nl\" tvg-country=\"NL\" group-title=\"Netherlands\",Omroep Gelderland\nhttps://d2od87akyl46nm.cloudfront.net/live/omroepgelderland/tvgelderland-hls/index.m3u8\n#EXTINF:-1 tvg-name=\"RTV Utrecht\" tvg-logo=\"https://i.imgur.com/c0I24N6.png\" tvg-id=\"RTVUtrecht.nl\" tvg-country=\"NL\" group-title=\"Netherlands\",RTV Utrecht\nhttp://media.rtvutrecht.nl/live/rtvutrecht/rtvutrecht/index.m3u8\n#EXTINF:-1 tvg-name=\"Omroep Flevoland Ⓢ\" tvg-logo=\"https://i.imgur.com/d1CmTcI.png\" tvg-id=\"OmroepFlevolandTV.nl\" tvg-country=\"NL\" group-title=\"Netherlands\",Omroep Flevoland Ⓢ\nhttps://d5ms27yy6exnf.cloudfront.net/live/omroepflevoland/tv/index.m3u8\n#EXTINF:-1 tvg-name=\"NH Nieuws\" tvg-logo=\"https://i.imgur.com/SQPVOwn.png\" tvg-country=\"NL\" group-title=\"Netherlands\",NH Nieuws\nhttps://rrr.sz.xlcdn.com/?account=nhnieuws&file=live&type=live&service=wowza&protocol=https&output=playlist.m3u8\n#EXTINF:-1 tvg-name=\"RTV Rijnmond\" tvg-logo=\"https://i.imgur.com/TNhUVEm.png\" tvg-id=\"RTVRijnmond.nl\" tvg-country=\"NL\" group-title=\"Netherlands\",RTV Rijnmond\nhttps://dcur8bjarl5c2.cloudfront.net/live/rijnmond/tv/index.m3u8\n#EXTINF:-1 tvg-name=\"Omroep West\" tvg-logo=\"https://i.imgur.com/aax1HPH.png\" tvg-id=\"OmroepWestTV.nl\" tvg-country=\"NL\" group-title=\"Netherlands\",Omroep West\nhttps://d1axml5ozykh3g.cloudfront.net/live/omroepwest/tv/index.m3u8\n#EXTINF:-1 tvg-name=\"Omroep Zeeland\" tvg-logo=\"https://i.imgur.com/8aLDyUI.png\" tvg-id=\"OmroepZeelandTV.nl\" tvg-country=\"NL\" group-title=\"Netherlands\",Omroep Zeeland\nhttp://d3isaxd2t6q8zm.cloudfront.net/live/omroepzeeland/tv/index.m3u8\n#EXTINF:-1 tvg-name=\"Omroep Brabant\" tvg-logo=\"https://i.imgur.com/Jv7IjHJ.png\" tvg-id=\"OmroepBrabantTV.nl\" tvg-country=\"NL\" group-title=\"Netherlands\",Omroep Brabant\nhttp://d3slqp9xhts6qb.cloudfront.net/live/omroepbrabant/tv/index.m3u8\n#EXTINF:-1 tvg-name=\"L1 Ⓢ\" tvg-logo=\"https://i.imgur.com/Jyhn1iP.png\" tvg-id=\"L1TV.nl\" tvg-country=\"NL\" group-title=\"Netherlands\",L1 Ⓢ\nhttp://d34pj260kw1xmk.cloudfront.net/live/l1/tv/index.m3u8\n"
  },
  {
    "path": "playlists/playlist_north_korea.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"KCTV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/26/Logo_of_the_Korean_Central_Television.svg/640px-Logo_of_the_Korean_Central_Television.svg.png\" tvg-id=\"KCTV.kp\" tvg-country=\"KP\" group-title=\"North Korea\",KCTV\nhttps://tv.nknews.org/tvdash/stream.mpd\n"
  },
  {
    "path": "playlists/playlist_north_macedonia.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"Телевизија Здравкин\" tvg-logo=\"https://i.imgur.com/kSmcAER.png\" tvg-id=\"Zdravkin\" tvg-country=\"MK\" group-title=\"North Macedonia\",Телевизија Здравкин\nhttp://zdravkin.hugo.mk:1935/live/zdravkin/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Орбис\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/6/6f/Orbis-logo.png\" tvg-id=\"TV Orbis\" tvg-country=\"MK\" group-title=\"North Macedonia\",Орбис\nhttp://tvorbis.hugo.mk:1935/live/orbistv/index.m3u8\n#EXTINF:-1 tvg-name=\"M»Net\" tvg-logo=\"https://i.imgur.com/JWHcGMX.png\" tvg-id=\"mnet.mk\" tvg-country=\"MK\" group-title=\"North Macedonia\",M»Net\nhttp://ares.mnet.mk/hls/mnet.m3u8\n#EXTINF:-1 tvg-name=\"Канал 8\" tvg-logo=\"https://i.imgur.com/5skC7be.png\" tvg-id=\"kanal8.mk\" tvg-country=\"MK\" group-title=\"North Macedonia\",Канал 8\nhttp://kanal8.hugo.mk:1935/live/kanal8/index.m3u8\n#EXTINF:-1 tvg-name=\"ТВ СВЕТ\" tvg-logo=\"https://i.imgur.com/R79xT60.png\" tvg-id=\"tvsvet.com.mk\" tvg-country=\"MK\" group-title=\"North Macedonia\",ТВ СВЕТ\nhttp://tvsvet.hugo.mk:1936/live/tvsvet/stream/3.m3u8\n#EXTINF:-1 tvg-name=\"M»Net Sport\" tvg-logo=\"https://i.imgur.com/q3DV2gP.png\" tvg-id=\"sport.mnet.mk\" tvg-country=\"MK\" group-title=\"North Macedonia\",M»Net Sport\nhttp://ares.mnet.mk/hls/mnet-sport.m3u8\n#EXTINF:-1 tvg-name=\"M»Net Info\" tvg-logo=\"https://i.imgur.com/O26HEyC.png\" tvg-id=\"info.mnet.mk\" tvg-country=\"MK\" group-title=\"North Macedonia\",M»Net Info\nhttp://ares.mnet.mk/hls/mnet-info.m3u8\n#EXTINF:-1 tvg-name=\"TV 24 Ⓖ\" tvg-logo=\"https://i.imgur.com/MFKeNZx.png\" tvg-id=\"24.mk\" tvg-country=\"MK\" group-title=\"North Macedonia\",TV 24 Ⓖ\nhttps://hls.telekabel.com.mk:1936/live/11/playlist.m3u8\n#EXTINF:-1 tvg-name=\"ТВ НОВА 12\" tvg-logo=\"https://i.imgur.com/Qo3Hj3t.png\" tvg-id=\"tvnova12.mk\" tvg-country=\"MK\" group-title=\"North Macedonia\",ТВ НОВА 12\nhttp://151.236.247.171:8080/nova/index.m3u8\n#EXTINF:-1 tvg-name=\"Вардар тв\" tvg-logo=\"https://i.imgur.com/c2JHg9R.png\" tvg-id=\"vardar tv\" tvg-country=\"MK\" group-title=\"North Macedonia\",Вардар тв\nhttps://streaming.iptv.mk/fcvardar/index.fmp4.m3u8\n#EXTINF:-1 tvg-name=\"ЗОНА М1 ТВ\" tvg-logo=\"https://i.imgur.com/yTR7A0d.png\" tvg-id=\"zona m1\" tvg-country=\"MK\" group-title=\"North Macedonia\",ЗОНА М1 ТВ\nhttps://zonam1.ddns.net/hls/stream1.m3u8\n#EXTINF:-1 tvg-name=\"Наша ТВ\" tvg-logo=\"https://i.imgur.com/EOLrXvB.png\" tvg-id=\"NasaTV.mk\" tvg-country=\"MK\" group-title=\"North Macedonia\",Наша ТВ\nhttps://stream.nasatv.com.mk/hls/nasatv_live.m3u8\n#EXTINF:-1 tvg-name=\"Cool TV\" tvg-logo=\"https://i.imgur.com/2tFrjUz.png\" tvg-id=\"CoolTV.mk\" tvg-country=\"MK\" group-title=\"North Macedonia\",Cool TV\nhttps://stream.nasatv.com.mk/cooltv/hls/cooltv_live.m3u8\n#EXTINF:-1 tvg-name=\"Folk TV\" tvg-logo=\"https://i.imgur.com/4b9aZ9P.png\" tvg-id=\"FolkTV.mk\" tvg-country=\"MK\" group-title=\"North Macedonia\",Folk TV\nhttps://stream.nasatv.com.mk/folktv/hls/folktv_live.m3u8\n#EXTINF:-1 tvg-name=\"Jazz TV\" tvg-logo=\"https://i.imgur.com/4U6Ju5G.png\" tvg-id=\"JazzTV.mk\" tvg-country=\"MK\" group-title=\"North Macedonia\",Jazz TV\nhttps://stream.nasatv.com.mk/jazztv/hls/jazztv_live.m3u8\n#EXTINF:-1 tvg-name=\"Love TV\" tvg-logo=\"https://i.imgur.com/B8iaejQ.png\" tvg-id=\"LoveTV.mk\" tvg-country=\"MK\" group-title=\"North Macedonia\",Love TV\nhttps://stream.nasatv.com.mk/lovetv/hls/lovetv_live.m3u8\n#EXTINF:-1 tvg-name=\"Rock TV\" tvg-logo=\"https://i.imgur.com/Y9miDQo.png\" tvg-id=\"RockTV.mk\" tvg-country=\"MK\" group-title=\"North Macedonia\",Rock TV\nhttps://stream.nasatv.com.mk/rocktv/hls/rocktv_live.m3u8\n#EXTINF:-1 tvg-name=\"Стар Фолк\" tvg-logo=\"https://i.imgur.com/7RstQYI.png\" tvg-id=\"StarFolkTV.mk\" tvg-country=\"MK\" group-title=\"North Macedonia\",Стар Фолк\nhttps://live.muzickatv.mk/live/StarMusic.m3u8\n#EXTINF:-1 tvg-name=\"Sky Folk\" tvg-logo=\"https://i.imgur.com/xRw4Hmu.png\" tvg-id=\"SkyFolkTV.mk\" tvg-country=\"MK\" group-title=\"North Macedonia\",Sky Folk\nhttps://skyfolk.mk/live.m3u8\n#EXTINF:-1 tvg-name=\"Хуго 2\" tvg-logo=\"https://i.imgur.com/yb3xjOZ.png\" tvg-id=\"Hugo2.mk\" tvg-country=\"MK\" group-title=\"North Macedonia\",Хуго 2\nhttp://fta.hugo.mk:1935/live/tvhugo/stream/2.m3u8\n#EXTINF:-1 tvg-name=\"Folk Club TV\" tvg-logo=\"https://i.imgur.com/vkGFSl8.png\" tvg-id=\"FolkClubTV.mk\" tvg-country=\"MK\" group-title=\"North Macedonia\",Folk Club TV\nhttp://tv1.intv.mk:1935/live2/folkklub/index.m3u8\n#EXTINF:-1 tvg-name=\"INTV\" tvg-logo=\"https://i.imgur.com/K7BSjqY.png\" tvg-id=\"\" tvg-country=\"MK\" group-title=\"North Macedonia\",INTV\nhttp://tv1.intv.mk:1935/live/intv/index.m3u8\n#EXTINF:-1 tvg-name=\"Macedonian Documentary Channel\" tvg-logo=\"https://i.imgur.com/uYyG2oA.png\" tvg-id=\"\" tvg-country=\"MK\" group-title=\"North Macedonia\",Macedonian Documentary Channel\nhttps://giganet.mk/hls/macdoc.m3u8\n#EXTINF:-1 tvg-name=\"Вистел\" tvg-logo=\"https://i.imgur.com/MbM0E6L.png\" tvg-id=\"\" tvg-country=\"MK\" group-title=\"North Macedonia\",Вистел\nhttps://live.vtv.mk/live/vtv/chunks.m3u8\n#EXTINF:-1 tvg-name=\"Стар Плус\" tvg-logo=\"https://i.imgur.com/01yz22a.png\" tvg-id=\"\" tvg-country=\"MK\" group-title=\"North Macedonia\",Стар Плус\nhttps://live.muzickatv.mk/live/StarMusic2.m3u8\n"
  },
  {
    "path": "playlists/playlist_norway.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"NRK1 Ⓖ\" tvg-logo=\"https://i.imgur.com/9tj8ds7.png\" tvg-id=\"NRK1.no\" tvg-country=\"NO\" group-title=\"Norway\",NRK1 Ⓖ\nhttps://nrk-nrk1.akamaized.net/21/0/hls/nrk_1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"NRK2 Ⓖ\" tvg-logo=\"https://i.imgur.com/SiAdoK9.png\" tvg-id=\"NRK2.no\" tvg-country=\"NO\" group-title=\"Norway\",NRK2 Ⓖ\nhttps://nrk-nrk2.akamaized.net/22/0/hls/nrk_2/playlist.m3u8\n#EXTINF:-1 tvg-name=\"NRK3 Ⓖ\" tvg-logo=\"https://i.imgur.com/TNhV2I7.png\" tvg-id=\"NRK3.no\" tvg-country=\"NO\" group-title=\"Norway\",NRK3 Ⓖ\nhttps://nrk-nrk3.akamaized.net/23/0/hls/nrk_3/playlist.m3u8\n#EXTINF:-1 tvg-name=\"NRK Super Ⓖ\" tvg-logo=\"https://i.imgur.com/xIATe2T.png\" tvg-id=\"NRKSuper.no\" tvg-country=\"NO\" group-title=\"Norway\",NRK Super Ⓖ\nhttps://nrk-nrksuper.akamaized.net/23/0/hls/nrk_super/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TV 2 Sport 1\" tvg-logo=\"https://i.imgur.com/asKHqNZ.png\" tvg-id=\"TV2Sport1.no\" tvg-country=\"NO\" group-title=\"Norway\",TV 2 Sport 1\nhttps://ws31-hls-live.akamaized.net/out/u/1416253.m3u8\n#EXTINF:-1 tvg-name=\"TV 2 Nyheter\" tvg-logo=\"https://i.imgur.com/kkKoY6s.png\" tvg-id=\"TV2Nyhetskanalen.no\" tvg-country=\"NO\" group-title=\"Norway\",TV 2 Nyheter\nhttps://ws15-hls-live.akamaized.net/out/u/1153546.m3u8\n#EXTINF:-1 tvg-name=\"Frikanalen\" tvg-logo=\"https://i.imgur.com/rY3Owxl.png\" tvg-id=\"Frikanalen.no\" tvg-country=\"NO\" group-title=\"Norway\",Frikanalen\nhttps://frikanalen.no/stream/index.m3u8\n#EXTINF:-1 tvg-name=\"Kanal 10 Norge\" tvg-logo=\"https://i.imgur.com/2fOcZfK.png\" tvg-id=\"Kanal10Norway.no\" tvg-country=\"NO\" group-title=\"Norway\",Kanal 10 Norge\nhttps://player-api.new.livestream.com/accounts/29308686/events/10787545/broadcasts/235454817.secure.m3u8\n"
  },
  {
    "path": "playlists/playlist_paraguay.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"Unicanal\" tvg-logo=\"https://i.imgur.com/brlepuX.png\" tvg-id=\"Unicanal.py\" tvg-country=\"PY\" group-title=\"Paraguay\",Unicanal\nhttp://45.55.127.106/live/unicanal.m3u8\n#EXTINF:-1 tvg-name=\"Trece\" tvg-logo=\"https://i.imgur.com/9kcYqk2.png\" tvg-id=\"Trece.py\" tvg-country=\"PY\" group-title=\"Paraguay\",Trece\nhttps://stream.rpc.com.py/live/trece_src.m3u8\n#EXTINF:-1 tvg-name=\"ABC TV\" tvg-logo=\"https://i.imgur.com/tBdgllD.png\" tvg-id=\"ABCTV.py\" tvg-country=\"PY\" group-title=\"Paraguay\",ABC TV\nhttps://d2e809bgs49c6y.cloudfront.net/live/d87c2b7b-9ecf-4e6e-b63b-b32772bd7851/live.isml/d87c2b7b-9ecf-4e6e-b63b-b32772bd7851.m3u8\n"
  },
  {
    "path": "playlists/playlist_peru.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"Panamericana TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/2/26/Panamericana_tv_2009.png\" tvg-id=\"PanamericanaTV.pe\" tvg-country=\"PE\" group-title=\"Peru\",Panamericana TV\nhttps://cdnhd.iblups.com/hls/ptv2.m3u8\n#EXTINF:-1 tvg-name=\"ATV+ Noticias\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/f/f4/Atv_noticias_logo.png\" tvg-id=\"ATVPlus.pe\" tvg-country=\"PE\" group-title=\"Peru\",ATV+ Noticias\nhttps://dysmuyxh5vstv.cloudfront.net/hls/atv2.m3u8\n#EXTINF:-1 tvg-name=\"Karibeña TV\" tvg-logo=\"https://i.pinimg.com/280x280_RS/11/85/b6/1185b667fe3f80d7072359d7ce7ce52d.jpg\" tvg-id=\"Karibena.pe\" tvg-country=\"PE\" group-title=\"Peru\",Karibeña TV\nhttps://cu.onliv3.com/livevd/user1.m3u8\n#EXTINF:-1 tvg-name=\"Top Latino TV\" tvg-logo=\"https://static.mytuner.mobi/media/tvos_radios/fTmfsKeREm.png\" tvg-id=\"TopLatinoTV.pe\" tvg-country=\"PE\" group-title=\"Peru\",Top Latino TV\nhttps://5cefcbf58ba2e.streamlock.net:543/tltvweb/latintv.stream/playlist.m3u8\n"
  },
  {
    "path": "playlists/playlist_poland.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"TVP1\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/4/4a/TVP1_logo.svg/640px-TVP1_logo.svg.png\" tvg-id=\"TVP1.pl\" tvg-country=\"PL\" group-title=\"Poland\",TVP1\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=TVP1\n#EXTINF:-1 tvg-name=\"TVP2\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/TVP2_logo.svg/640px-TVP2_logo.svg.png\" tvg-id=\"TVP2.pl\" tvg-country=\"PL\" group-title=\"Poland\",TVP2\nhttps://strims.top/tv/tvp2.m3u8\n#EXTINF:-1 tvg-name=\"TVP3 Warszawa\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/a/a7/TVP3_%282016%29.svg/640px-TVP3_%282016%29.svg.png\" tvg-id=\"TVP3Warszawa.pl\" tvg-country=\"PL\" group-title=\"Poland\",TVP3 Warszawa\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=TVP3Warszawa\n#EXTINF:-1 tvg-name=\"TVP Polonia\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/1/1a/TVP_Polonia_Logo_2020.svg/640px-TVP_Polonia_Logo_2020.svg.png\" tvg-id=\"TVPPolonia.pl\" tvg-country=\"PL\" group-title=\"Poland\",TVP Polonia\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=TVPPolonia\n#EXTINF:-1 tvg-name=\"Alfa TVP\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/1/1f/Alfa_TVP_%282022%29.svg/640px-Alfa_TVP_%282022%29.svg.png\" tvg-id=\"AlfaTVP.pl\" tvg-country=\"PL\" group-title=\"Poland\",Alfa TVP\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=AlfaTVP\n#EXTINF:-1 tvg-name=\"TVP Info\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/c/ce/TVP_Info_logo.svg/640px-TVP_Info_logo.svg.png\" tvg-id=\"TVPInfo.pl\" tvg-country=\"PL\" group-title=\"Poland\",TVP Info\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=TVPInfo\n#EXTINF:-1 tvg-name=\"Belsat\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/63/Belsat_%282022%29.svg/768px-Belsat_%282022%29.svg.png\" tvg-id=\"BelsatTV.pl\" tvg-country=\"PL\" group-title=\"Poland\",Belsat\nhttp://149.5.17.34:20041/play/a076\n#EXTINF:-1 tvg-name=\"TVP World\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/8/8d/TVP_World_%282021%29.svg/640px-TVP_World_%282021%29.svg.png\" tvg-id=\"TVPWorld.pl\" tvg-country=\"PL\" group-title=\"Poland\",TVP World\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=TVPWorld\n#EXTINF:-1 tvg-name=\"TVP ABC 2\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/thumb/c/cb/TVP_ABC_2_%282022%29.svg/640px-TVP_ABC_2_%282022%29.svg.png\" tvg-id=\"TVPABC2.pl\" tvg-country=\"PL\" group-title=\"Poland\",TVP ABC 2\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=TVPABC2\n#EXTINF:-1 tvg-name=\"TVP Historia 2\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/1/18/TVP_Historia_2_%282021%29.svg/640px-TVP_Historia_2_%282021%29.svg.png\" tvg-id=\"TVPHistoria2.pl\" tvg-country=\"PL\" group-title=\"Poland\",TVP Historia 2\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=TVPHistoria2\n#EXTINF:-1 tvg-name=\"TVP Kultura 2\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/1/13/TVP_Kultura_2_%282020%29.svg/640px-TVP_Kultura_2_%282020%29.svg.png\" tvg-id=\"TVPKultura2.pl\" tvg-country=\"PL\" group-title=\"Poland\",TVP Kultura 2\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=TVPKultura2\n#EXTINF:-1 tvg-name=\"4fun.tv Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/4fun.tv_Logo_%282017%29.svg/640px-4fun.tv_Logo_%282017%29.svg.png\" tvg-id=\"4FunTV.pl\" tvg-country=\"PL\" group-title=\"Poland\",4fun.tv Ⓢ\nhttps://stream.4fun.tv:8888/hls/4f_high/index.m3u8\n#EXTINF:-1 tvg-name=\"TV Republika\" tvg-logo=\"https://i.imgur.com/ljpK6dZ.png\" tvg-id=\"TVRepublika.pl\" tvg-country=\"PL\" group-title=\"Poland\",TV Republika\nhttps://redir.cache.orange.pl/jupiter/o1-cl7/ssl/live/tvrepublika/live.m3u8\n"
  },
  {
    "path": "playlists/playlist_portugal.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"RTP1\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/e/ec/RTP1_-_Logo_2016.svg/640px-RTP1_-_Logo_2016.svg.png\" tvg-id=\"RTP1.pt\" tvg-country=\"PT\" group-title=\"Portugal\",RTP1\nhttps://streaming-live.rtp.pt/liverepeater/smil:rtp1HD.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"RTP2 Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/4/4d/Rtp2_2016_logo.png\" tvg-id=\"RTP2.pt\" tvg-country=\"PT\" group-title=\"Portugal\",RTP2 Ⓖ\nhttps://streaming-live.rtp.pt/liverepeater/rtp2HD.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"SIC\" tvg-logo=\"https://i.imgur.com/SPMqiDG.png\" tvg-id=\"SIC.pt\" tvg-country=\"PT\" group-title=\"Portugal\",SIC\nhttps://d1zx6l1dn8vaj5.cloudfront.net/out/v1/b89cc37caa6d418eb423cf092a2ef970/index.m3u8\n#EXTINF:-1 tvg-name=\"RTP Açores\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/a/aa/RTP_A%C3%A7ores_%282016%29.svg/640px-RTP_A%C3%A7ores_%282016%29.svg.png\" tvg-id=\"RTPAcores.pt\" tvg-country=\"PT\" group-title=\"Portugal\",RTP Açores\nhttps://streaming-live.rtp.pt/liverepeater/smil:rtpacoresHD.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"RTP Madeira Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/a/ac/RTP_Madeira_2016.png\" tvg-id=\"RTPMadeira.pt\" tvg-country=\"PT\" group-title=\"Portugal\",RTP Madeira Ⓢ\nhttps://streaming-live.rtp.pt/liverepeater/smil:rtpmadeira.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"RTP3\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/b/b9/Rtp3.png\" tvg-id=\"RTP3.pt\" tvg-country=\"PT\" group-title=\"Portugal\",RTP3\nhttps://streaming-live.rtp.pt/livetvhlsDVR/rtpnHDdvr.smil/playlist.m3u8?DVR=\n#EXTINF:-1 tvg-name=\"Porto Canal Ⓢ\" tvg-logo=\"https://i.imgur.com/wsyvP2H.png\" tvg-id=\"PortoCanal.pt\" tvg-country=\"PT\" group-title=\"Portugal\",Porto Canal Ⓢ\nhttps://streamer-a01.videos.sapo.pt/live/portocanal/playlist.m3u8\n#EXTINF:-1 tvg-name=\"ADtv Ⓢ\" tvg-logo=\"https://i.imgur.com/FvlcU3z.png\" tvg-country=\"PT\" group-title=\"Portugal\",ADtv Ⓢ\nhttps://playout172.livextend.cloud/liveiframe/_definst_/ngrp:liveartvabr_abr/playlist.m3u8\n#EXTINF:-1 tvg-name=\"CNN Portugal\" tvg-logo=\"https://i.imgur.com/NYH39xs.png\" tvg-id=\"CNNPortugal.pt\" tvg-country=\"PT\" group-title=\"Portugal\",CNN Portugal\nhttps://sktv-forwarders.7m.pl/get.php?x=CNN_Portugal\n#EXTINF:-1 tvg-name=\"Euronews em Português Ⓨ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Euronews_2022.svg/640px-Euronews_2022.svg.png\" tvg-id=\"EuronewsPortuguese.fr\" tvg-country=\"PT\" group-title=\"Portugal\",Euronews em Português Ⓨ\nhttps://www.youtube.com/euronewspt/live\n"
  },
  {
    "path": "playlists/playlist_qatar.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"Qatar Television\" tvg-logo=\"https://i.imgur.com/N5RB4sp.png\" tvg-id=\"QatarTelevision.qa\" tvg-country=\"QA\" group-title=\"Qatar\",Qatar Television\nhttps://qatartv.akamaized.net/hls/live/2026573/qtv1/master.m3u8\n#EXTINF:-1 tvg-name=\"Qatar Television 2\" tvg-logo=\"https://i.imgur.com/iWJxDUm.png\" tvg-id=\"QatarTelevision2.qa\" tvg-country=\"QA\" group-title=\"Qatar\",Qatar Television 2\nhttps://qatartv.akamaized.net/hls/live/2026573/qtv1/master.m3u8\n#EXTINF:-1 tvg-name=\"Al Rayyan\" tvg-logo=\"https://i.imgur.com/Ts3RjTV.png\" tvg-id=\"AlRayyanTV.qa\" tvg-country=\"QA\" group-title=\"Qatar\",Al Rayyan\nhttps://alrayyancdn.vidgyor.com/pub-noalrayy3pwz0l/liveabr/playlist_dvr.m3u8\n#EXTINF:-1 tvg-name=\"Al Rayyan Old TV\" tvg-logo=\"https://i.imgur.com/4qB5iN0.png\" tvg-id=\"AlRayyanOldTV.qa\" tvg-country=\"QA\" group-title=\"Qatar\",Al Rayyan Old TV\nhttps://alrayyancdn.vidgyor.com/pub-nooldraybinbdh/liveabr/playlist_dvr.m3u8\n#EXTINF:-1 tvg-name=\"Al Jazeera Mubasher\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/9/90/Al_Jazeera_Mubasher_logo.png\" tvg-id=\"AlJazeeraMubasher.qa\" tvg-country=\"QA\" group-title=\"Qatar\",Al Jazeera Mubasher\nhttps://live-hls-web-ajm.getaj.net/AJM/index.m3u8\n#EXTINF:-1 tvg-name=\"Alkass One\" tvg-logo=\"https://i.imgur.com/10mmlha.png\" tvg-id=\"AlkassOne.qa\" tvg-country=\"QA\" group-title=\"Qatar\",Alkass One\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=AlkassOne\n#EXTINF:-1 tvg-name=\"Alkass Two\" tvg-logo=\"https://i.imgur.com/8w61kFX.png\" tvg-id=\"AlkassTwo.qa\" tvg-country=\"QA\" group-title=\"Qatar\",Alkass Two\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=AlkassTwo\n#EXTINF:-1 tvg-name=\"Alkass Three\" tvg-logo=\"https://i.imgur.com/d57BdFh.png\" tvg-id=\"AlkassThree.qa\" tvg-country=\"QA\" group-title=\"Qatar\",Alkass Three\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=AlkassThree\n#EXTINF:-1 tvg-name=\"Alkass Four\" tvg-logo=\"https://i.imgur.com/iDL65Wu.png\" tvg-id=\"AlkassFour.qa\" tvg-country=\"QA\" group-title=\"Qatar\",Alkass Four\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=AlkassFour\n#EXTINF:-1 tvg-name=\"Al Araby TV\" tvg-logo=\"https://i.imgur.com/YMqWEe4.png\" tvg-id=\"AlkassFour.qa\" tvg-country=\"QA\" group-title=\"Qatar\",Al Araby TV\nhttps://alaraby.cdn.octivid.com/alaraby/smil:alaraby.stream.smil/chunklist.m3u8\n"
  },
  {
    "path": "playlists/playlist_romania.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"TVR 1 Ⓖ\" tvg-logo=\"https://i.imgur.com/CKQ7mpB.png\" tvg-id=\"TVR1.ro\" tvg-country=\"RO\" group-title=\"Romania\",TVR 1 Ⓖ\nhttps://mn-nl.mncdn.com/tvr1_hd_live/smil:tvr1_hd_live.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TVR 2 Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/4/4c/TVR_2_2022_logo.png\" tvg-id=\"TVR2.ro\" tvg-country=\"RO\" group-title=\"Romania\",TVR 2 Ⓖ\nhttps://mn-nl.mncdn.com/tvr2_test/smil:tvr2_test.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TVR 3 Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/0/0d/TVR3_2022.png\" tvg-id=\"TVR3.ro\" tvg-country=\"RO\" group-title=\"Romania\",TVR 3 Ⓖ\nhttps://mn-nl.mncdn.com/tvr3_test/smil:tvr3_test.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TVR Info Ⓖ\" tvg-logo=\"https://i.imgur.com/7oE7ThR.png\" tvg-id=\"TVRInfo.ro\" tvg-country=\"RO\" group-title=\"Romania\",TVR Info Ⓖ\nhttps://mn-nl.mncdn.com/tvrinfo/tvrinfo_mjuypp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TVR International Ⓖ\" tvg-logo=\"https://i.imgur.com/AlW8jyl.png\" tvg-id=\"TVRInternational.ro\" tvg-country=\"RO\" group-title=\"Romania\",TVR International Ⓖ\nhttps://mn-nl.mncdn.com/tvri_test/smil:tvri_test.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Pro TV\" tvg-logo=\"https://i.imgur.com/aKAfKtW.png\" tvg-id=\"ProTV.ro\" tvg-country=\"RO\" group-title=\"Romania\",Pro TV\nhttps://cmero-ott-live.ssl.cdn.cra.cz/channels/cme-ro-voyo-news/playlist.m3u8?offsetSeconds=0&url=0\n#EXTINF:-1 tvg-name=\"Prima TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/5/5d/Prima_TV_%28Rumaenien%29_Logo.svg/512px-Prima_TV_%28Rumaenien%29_Logo.svg.png\" tvg-id=\"PrimaTV.ro\" tvg-country=\"RO\" group-title=\"Romania\",Prima TV\nhttps://stream1.1616.ro:1945/prima/livestream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"România TV Ⓖ\" tvg-logo=\"https://i.imgur.com/ZIfEp5I.png\" tvg-id=\"RomaniaTV.ro\" tvg-country=\"RO\" group-title=\"Romania\",România TV Ⓖ\nhttps://livestream.romaniatv.net/clients/romaniatv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Telestar1\" tvg-logo=\"https://i.imgur.com/UZQjEsd.png\" tvg-id=\"Telestar1.ro\" tvg-country=\"RO\" group-title=\"Romania\",Telestar1\nhttp://89.47.97.15/telestar/telestar.m3u8\n#EXTINF:-1 tvg-name=\"Euronews România Ⓨ\" tvg-logo=\"https://i.imgur.com/jUOVUXt.png\" tvg-id=\"EuronewsRomania.ro\" tvg-country=\"RO\" group-title=\"Romania\",Euronews România Ⓨ\nhttps://www.youtube.com/euronewsro/live\n#EXTINF:-1 tvg-name=\"TVR Cluj Ⓖ\" tvg-logo=\"https://i.imgur.com/8DqsGHO.png\" tvg-id=\"TVRCluj.ro\" tvg-country=\"RO\" group-title=\"Romania\",TVR Cluj Ⓖ\nhttps://mn-nl.mncdn.com/tvrcluj_new/smil:tvrcluj_new.smil/index.m3u8\n#EXTINF:-1 tvg-name=\"TVR Craiova Ⓖ\" tvg-logo=\"https://i.imgur.com/vxWbQiy.png\" tvg-id=\"TVRCraiova.ro\" tvg-country=\"RO\" group-title=\"Romania\",TVR Craiova Ⓖ\nhttps://mn-nl.mncdn.com/tvrcraiova_new/smil:tvrcraiova_new.smil/index.m3u8\n#EXTINF:-1 tvg-name=\"TVR Iași Ⓖ\" tvg-logo=\"https://i.imgur.com/Kxkihds.png\" tvg-id=\"TVRIasi.ro\" tvg-country=\"RO\" group-title=\"Romania\",TVR Iași Ⓖ\nhttps://mn-nl.mncdn.com/tvriasi_new/smil:tvriasi_new.smil/index.m3u8\n#EXTINF:-1 tvg-name=\"TVR Timișoara Ⓖ\" tvg-logo=\"https://i.imgur.com/Db3DV6H.png\" tvg-id=\"TVRTimisoara.ro\" tvg-country=\"RO\" group-title=\"Romania\",TVR Timișoara Ⓖ\nhttps://mn-nl.mncdn.com/tvrtimisoara_new/smil:tvrtimisoara_new.smil/index.m3u8\n#EXTINF:-1 tvg-name=\"TVR Tîrgu-Mureș Ⓖ\" tvg-logo=\"https://i.imgur.com/9Hptdqj.png\" tvg-id=\"TVRTarguMures.ro\" tvg-country=\"RO\" group-title=\"Romania\",TVR Tîrgu-Mureș Ⓖ\nhttps://mn-nl.mncdn.com/tvrtgmures_new/smil:tvrtgmures_new.smil/index.m3u8\n"
  },
  {
    "path": "playlists/playlist_russia.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"Первый канал\" tvg-logo=\"https://i.imgur.com/1IqCGe9.png\" tvg-id=\"ChannelOne.ru\" tvg-country=\"RU\" group-title=\"Russia\",Первый канал\nhttps://edge1.1internet.tv/dash-live2/streams/1tv-dvr/1tvdash.mpd\n#EXTINF:-1 tvg-name=\"Россия 1\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/64/Russia-1.svg/1024px-Russia-1.svg.png\" tvg-id=\"Russia1.ru\" tvg-country=\"RU\" group-title=\"Russia\",Россия 1\nhttps://player.smotrim.ru/iframe/stream/live_id/2961\n#EXTINF:-1 tvg-name=\"Матч ТВ Ⓢ\" tvg-logo=\"https://i.imgur.com/kFdooR4.png\" tvg-id=\"Match.ru\" tvg-country=\"RU\" group-title=\"Russia\",Матч ТВ Ⓢ\nhttps://streaming.televizor-24-tochka.ru/live/6.m3u8\n#EXTINF:-1 tvg-name=\"НТВ Ⓢ\" tvg-logo=\"https://i.imgur.com/DtQX5P2.png\" tvg-id=\"NTV.ru\" tvg-country=\"RU\" group-title=\"Russia\",НТВ Ⓢ\nhttp://ott-cdn.ucom.am/s17/index.m3u8\n#EXTINF:-1 tvg-name=\"Пятый канал Ⓢ\" tvg-logo=\"https://i.imgur.com/u8Q69D9.png\" tvg-id=\"5Kanal.ru\" tvg-country=\"RU\" group-title=\"Russia\",Пятый канал Ⓢ\nhttps://streaming.televizor-24-tochka.ru/live/8.m3u8\n#EXTINF:-1 tvg-name=\"Россия-Культура Ⓢ\" tvg-logo=\"https://i.imgur.com/S12gaLc.png\" tvg-id=\"RussiaK.ru\" tvg-country=\"RU\" group-title=\"Russia\",Россия-Культура Ⓢ\nhttps://player.smotrim.ru/iframe/stream/live_id/19201\n#EXTINF:-1 tvg-name=\"Россия-24 Ⓢ\" tvg-logo=\"https://i.imgur.com/tpqsFzm.png\" tvg-id=\"Russia24.ru\" tvg-country=\"RU\" group-title=\"Russia\",Россия-24 Ⓢ\nhttps://player.smotrim.ru/iframe/stream/live_id/21\n#EXTINF:-1 tvg-name=\"Карусель Ⓢ\" tvg-logo=\"https://i.imgur.com/4fFMlVq.png\" tvg-id=\"Karusel.ru\" tvg-country=\"RU\" group-title=\"Russia\",Карусель Ⓢ\nhttps://streaming102.interskytech.com/live/232.m3u8\n#EXTINF:-1 tvg-name=\"ОТР Ⓢ\" tvg-logo=\"https://i.imgur.com/QyZvT3e.png\" tvg-id=\"OTR.ru\" tvg-country=\"RU\" group-title=\"Russia\",ОТР Ⓢ\nhttps://streaming.televizor-24-tochka.ru/live/12.m3u8\n#EXTINF:-1 tvg-name=\"ТВ Центр Ⓢ\" tvg-logo=\"https://i.imgur.com/ZP0D6Rd.png\" tvg-id=\"TVCentr.ru\" tvg-country=\"RU\" group-title=\"Russia\",ТВ Центр Ⓢ\nhttp://ott-cdn.ucom.am/s54/index.m3u8\n#EXTINF:-1 tvg-name=\"Рен ТВ Ⓢ\" tvg-logo=\"https://i.imgur.com/18TAzYV.png\" tvg-id=\"RENTV.ru\" tvg-country=\"RU\" group-title=\"Russia\",Рен ТВ Ⓢ\nhttps://streaming.televizor-24-tochka.ru/live/14.m3u8\n#EXTINF:-1 tvg-name=\"Спас Ⓢ\" tvg-logo=\"https://i.imgur.com/A6Cqsom.jpeg\" tvg-id=\"TelekanalSpas.ru\" tvg-country=\"RU\" group-title=\"Russia\",Спас Ⓢ\nhttps://spas.mediacdn.ru/cdn/spas/playlist.m3u8\n#EXTINF:-1 tvg-name=\"СТС Ⓢ\" tvg-logo=\"https://i.imgur.com/y9bpqUD.png\" tvg-id=\"STS.ru\" tvg-country=\"RU\" group-title=\"Russia\",СТС Ⓢ\nhttp://ott-cdn.ucom.am/s52/04.m3u8\n#EXTINF:-1 tvg-name=\"Домашний Ⓢ\" tvg-logo=\"https://i.imgur.com/e8wlMIt.png\" tvg-id=\"Domashniy.ru\" tvg-country=\"RU\" group-title=\"Russia\",Домашний Ⓢ\nhttp://ott-cdn.ucom.am/s88/index.m3u8\n#EXTINF:-1 tvg-name=\"ТВ-3 Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9e/%D0%A2V3_logo_2023.svg/556px-%D0%A2V3_logo_2023.svg.png\" tvg-id=\"TV3.ru\" tvg-country=\"RU\" group-title=\"Russia\",ТВ-3 Ⓢ\nhttps://streaming.televizor-24-tochka.ru/live/18.m3u8\n#EXTINF:-1 tvg-name=\"Пятница! Ⓢ\" tvg-logo=\"https://i.imgur.com/rS11zVB.png\" tvg-id=\"Pyatnitsa.ru\" tvg-country=\"RU\" group-title=\"Russia\",Пятница! Ⓢ\nhttps://streaming.televizor-24-tochka.ru/live/19.m3u8\n#EXTINF:-1 tvg-name=\"Звезда\" tvg-logo=\"https://i.imgur.com/c0L0ncA.png\" tvg-id=\"TelekanalZvezda.ru\" tvg-country=\"RU\" group-title=\"Russia\",Звезда\nhttps://tvchannelstream1.tvzvezda.ru/cdn/tvzvezda/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Мир\" tvg-logo=\"https://i.imgur.com/L2slsbG.png\" tvg-id=\"Mir.ru\" tvg-country=\"RU\" group-title=\"Russia\",Мир\nhttp://hls.mirtv.cdnvideo.ru/mirtv-parampublish/mirtv_2500/playlist.m3u8\n#EXTINF:-1 tvg-name=\"ТНТ Ⓢ\" tvg-logo=\"https://i.imgur.com/1WqIPOB.png\" tvg-id=\"TNT.ru\" tvg-country=\"RU\" group-title=\"Russia\",ТНТ Ⓢ\nhttp://ott-cdn.ucom.am/s19/index.m3u8\n#EXTINF:-1 tvg-name=\"Муз-ТВ Ⓢ\" tvg-logo=\"https://i.imgur.com/Ml3qqOF.png\" tvg-id=\"MuzTV.ru\" tvg-country=\"RU\" group-title=\"Russia\",Муз-ТВ Ⓢ\nhttps://streaming102.interskytech.com/live/618.m3u8\n#EXTINF:-1 tvg-name=\"РБК\" tvg-logo=\"https://i.imgur.com/P2Qii5B.png\" tvg-id=\"RBKTV.ru\" tvg-country=\"RU\" group-title=\"Russia\",РБК\nhttp://92.50.128.180/utv/1358/index.m3u8\n#EXTINF:-1 tvg-name=\"RT Д Русский Ⓖ\" tvg-logo=\"https://i.imgur.com/v5fpEBo.png\" tvg-id=\"RTD.ru\" tvg-country=\"RU\" group-title=\"Russia\",RT Д Русский Ⓖ\nhttps://hls.rt.com/hls/rtdru.m3u8\n#EXTINF:-1 tvg-name=\"CGTN Pусский\" tvg-logo=\"https://i.imgur.com/fMsJYzl.png\" tvg-id=\"CGTNRussian.cn\" tvg-country=\"RU\" group-title=\"Russia\",CGTN Pусский\nhttps://news.cgtn.com/resource/live/russian/cgtn-r.m3u8\n#EXTINF:-1 tvg-name=\"Euronews по-русски Ⓨ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Euronews_2022.svg/640px-Euronews_2022.svg.png\" tvg-id=\"EuronewsRussian.fr\" tvg-country=\"RU\" group-title=\"Russia\",Euronews по-русски Ⓨ\nhttps://www.youtube.com/euronewsru/live\n#EXTINF:-1 tvg-name=\"РТР-Планета Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/8/85/RTR_Planeta_Europe.png\" tvg-id=\"RTRPlaneta.ru\" tvg-country=\"RU\" group-title=\"Russia\",РТР-Планета Ⓢ\nhttps://player.smotrim.ru/iframe/stream/live_id/63251\n#EXTINF:-1 tvg-name=\"Арктика 24 Ⓥ\" tvg-logo=\"https://i.imgur.com/CL0G88u.png\" tvg-id=\"Arktika24.ru\" tvg-country=\"RU\" group-title=\"Russia\",Арктика 24 Ⓥ\nhttps://vk.com/video-213370539_456239018\n#EXTINF:-1 tvg-name=\"Архыз 24\" tvg-logo=\"https://i.imgur.com/mve0sSS.png\" tvg-id=\"Arkhyz24.ru\" tvg-country=\"RU\" group-title=\"Russia\",Архыз 24\nhttps://live.mediacdn.ru/sr1/arhis24/playlist_hdhigh.m3u8\n#EXTINF:-1 tvg-name=\"Астрахан 24\" tvg-logo=\"https://i.imgur.com/9WcnjQN.png\" tvg-id=\"Astrakhan24.ru\" tvg-country=\"RU\" group-title=\"Russia\",Астрахан 24\nhttps://streaming.astrakhan.ru/astrakhan24/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Башкортостан 24\" tvg-logo=\"https://i.imgur.com/FQhWs1M.png\" tvg-id=\"Bashkortostan24.ru\" tvg-country=\"RU\" group-title=\"Russia\",Башкортостан 24\nhttps://vgtrkregion-reg.cdnvideo.ru/vgtrk/ufa/russia1-hd/index.m3u8\n#EXTINF:-1 tvg-name=\"Белгород 24\" tvg-logo=\"https://i.imgur.com/EEirvyx.png\" tvg-id=\"Belgorod24.ru\" tvg-country=\"RU\" group-title=\"Russia\",Белгород 24\nhttp://belnovosti.cdn.easyhoster.ru:8080/stream.m3u8\n#EXTINF:-1 tvg-name=\"Ветта 24\" tvg-logo=\"https://i.imgur.com/zKH1b5k.png\" tvg-id=\"Vetta24.ru\" tvg-country=\"RU\" group-title=\"Russia\",Ветта 24\nhttp://serv24.vintera.tv:8081/vetta/vetta_office/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Волгоград 24 Ⓢ\" tvg-logo=\"https://i.imgur.com/gFMnaU5.png\" tvg-id=\"Volgograd24.ru\" tvg-country=\"RU\" group-title=\"Russia\",Волгоград 24 Ⓢ\nhttps://vgtrkregion-reg.cdnvideo.ru/vgtrk/volgograd/russia1-hd/index.m3u8\n#EXTINF:-1 tvg-name=\"Запад 24\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/f/f8/Zapad_24.jpg\" tvg-id=\"Zapad24.ru\" tvg-country=\"RU\" group-title=\"Russia\",Запад 24\nhttps://vgtrkregion-reg.cdnvideo.ru/vgtrk/kaliningrad/russia1-hd/index.m3u8\n#EXTINF:-1 tvg-name=\"Катунь 24 Ⓞ\" tvg-logo=\"https://i.imgur.com/mr2Peqj.png\" tvg-id=\"Katun24.ru\" tvg-country=\"RU\" group-title=\"Russia\",Катунь 24 Ⓞ\nhttps://ok.ru/video/1166706155179\n#EXTINF:-1 tvg-name=\"Крым 24\" tvg-logo=\"https://i.imgur.com/k4C0uvp.png\" tvg-id=\"Crimea24.ru\" tvg-country=\"RU\" group-title=\"Russia\",Крым 24\nhttps://cdn.1tvcrimea.ru/24tvcrimea.m3u8\n#EXTINF:-1 tvg-name=\"Кубань 24 Ⓞ\" tvg-logo=\"https://i.imgur.com/atzrXcz.png\" tvg-id=\"Kuban24.ru\" tvg-country=\"RU\" group-title=\"Russia\",Кубань 24 Ⓞ\nhttps://ok.ru/video/4157442498242\n#EXTINF:-1 tvg-name=\"Луганск 24\" tvg-logo=\"https://i.imgur.com/YnLFQnt.png\" tvg-id=\"Lugansk24.ua\" tvg-country=\"RU\" group-title=\"Russia\",Луганск 24\nhttps://tv.gtrklnr.ru/hls/Lugansk24.m3u8\n#EXTINF:-1 tvg-name=\"Мир Белогорья\" tvg-logo=\"https://i.imgur.com/CCNAg7R.png\" tvg-id=\"MirBelogorya.ru\" tvg-country=\"RU\" group-title=\"Russia\",Мир Белогорья\nhttp://mirbelogorya.ru:8080/mirbelogorya/index.m3u8\n#EXTINF:-1 tvg-name=\"Москва 24\" tvg-logo=\"https://i.imgur.com/gXbUMVy.png\" tvg-id=\"Moskva24.ru\" tvg-country=\"RU\" group-title=\"Russia\",Москва 24\nhttps://player.smotrim.ru/iframe/stream/live_id/1661\n#EXTINF:-1 tvg-name=\"Нижний Новгород 24\" tvg-logo=\"https://i.imgur.com/ZWgPVIC.png\" tvg-id=\"NizhniyNovgorod24.ru\" tvg-country=\"RU\" group-title=\"Russia\",Нижний Новгород 24\nhttps://live-vestinn.cdnvideo.ru/vestinn/nn24-khl/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Самара 24\" tvg-logo=\"https://i.imgur.com/Xg7Xzna.png\" tvg-id=\"Samara24.ru\" tvg-country=\"RU\" group-title=\"Russia\",Самара 24\nhttps://vgtrkregion.cdnvideo.ru/vgtrk/samara/regionHD/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Саратов 24\" tvg-logo=\"https://i.imgur.com/Y5G3ET6.png\" tvg-id=\"Saratov24.ru\" tvg-country=\"RU\" group-title=\"Russia\",Саратов 24\nhttps://saratov24.tv/online/playlist.php\n#EXTINF:-1 tvg-name=\"Сибирь 24\" tvg-logo=\"https://i.imgur.com/WxU6QUB.png\" tvg-id=\"Sibir24.ru\" tvg-country=\"RU\" group-title=\"Russia\",Сибирь 24\nhttps://vgtrkregion-reg.cdnvideo.ru/vgtrk/novosibirsk/russia1-hd/index.m3u8\n#EXTINF:-1 tvg-name=\"Тольятти 24\" tvg-logo=\"https://i.imgur.com/5jVKopE.png\" tvg-id=\"Tolyatti24.ru\" tvg-country=\"RU\" group-title=\"Russia\",Тольятти 24\nhttps://tvtogliatti24.ru/hls/live1080/index.m3u8\n#EXTINF:-1 tvg-name=\"Урал 24\" tvg-logo=\"https://i.imgur.com/EaxyGh0.png\" tvg-id=\"Ural24.ru\" tvg-country=\"RU\" group-title=\"Russia\",Урал 24\nhttps://vgtrkregion-reg.cdnvideo.ru/vgtrk/chelyabinsk/russia1-hd/index.m3u8\n#EXTINF:-1 tvg-name=\"Якутия 24\" tvg-logo=\"https://i.imgur.com/2BAQklm.png\" tvg-id=\"Yakutiya24.ru\" tvg-country=\"RU\" group-title=\"Russia\",Якутия 24\nhttps://live-saha.cdnvideo.ru/saha2/yak24rtmp_live.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"360 Новости\" tvg-logo=\"https://i.imgur.com/YXDeX8q.png\" tvg-id=\"360News.ru\" tvg-country=\"RU\" group-title=\"Russia\",360 Новости\nhttps://live-vgtrksmotrim.cdnvideo.ru/vgtrksmotrim/smotrim-live-03-srt.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Вести ФМ\" tvg-logo=\"https://cdn-st3.smotrim.ru/vh/pictures/r/371/033/8.png\" tvg-country=\"RU\" group-title=\"Russia\",Вести ФМ\nhttps://player.smotrim.ru/iframe/stream/live_id/52035\n#EXTINF:-1 tvg-name=\"Небеса ТВ7 Ⓢ\" tvg-logo=\"https://www.nebesatv7.com/wp-content/themes/tv7-theme/assets/img/logo_nebesa_short.png\" tvg-id=\"NebesaTV7.ru\" tvg-country=\"RU\" group-title=\"Russia\",Небеса ТВ7 Ⓢ\nhttps://vod.tv7.fi/tv7-ru/tv7-ru.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Север\" tvg-logo=\"https://i.imgur.com/sTOQLYl.png\" tvg-id=\"Sever.ru\" tvg-country=\"RU\" group-title=\"Russia\",Север\nhttps://live.mediacdn.ru/sr1/sever/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Смотрим: Мелодрамы\" tvg-logo=\"https://cdn-st1.smotrim.ru/vh/pictures/r/456/967/6.png\" tvg-country=\"RU\" group-title=\"Russia\",Смотрим: Мелодрамы\nhttps://live-vgtrksmotrim.cdnvideo.ru/vgtrksmotrim/smotrim-live-02.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Смотрим: Тайны\" tvg-logo=\"https://cdn-st3.smotrim.ru/vh/pictures/r/456/396/2.png\" tvg-country=\"RU\" group-title=\"Russia\",Смотрим: Тайны\nhttps://live-vgtrksmotrim.cdnvideo.ru/vgtrksmotrim/smotrim-live-07.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Смотрим: Честный Детектив\" tvg-logo=\"https://cdn-st3.smotrim.ru/vh/pictures/r/444/241/8.png\" tvg-country=\"RU\" group-title=\"Russia\",Смотрим: Честный Детектив\nhttps://live-vgtrksmotrim.cdnvideo.ru/vgtrksmotrim/smotrim-live-01.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Соловьёв Live\" tvg-logo=\"https://i.imgur.com/v0OYe1d.png\" tvg-id=\"SolovyovLive.ru\" tvg-country=\"RU\" group-title=\"Russia\",Соловьёв Live\nhttps://player.smotrim.ru/iframe/stream/live_id/63338\n#EXTINF:-1 tvg-name=\"Ю Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/ru/a/ac/%D0%9B%D0%BE%D0%B3%D0%BE%D1%82%D0%B8%D0%BF_%D1%82%D0%B5%D0%BB%D0%B5%D0%BA%D0%B0%D0%BD%D0%B0%D0%BB%D0%B0_%C2%AB%D0%AE%C2%BB_%28%D1%81_3_%D1%81%D0%B5%D0%BD%D1%82%D1%8F%D0%B1%D1%80%D1%8F_2018_%D0%B3%D0%BE%D0%B4%D0%B0%29.png\" tvg-id=\"U.ru\" tvg-country=\"RU\" group-title=\"Russia\",Ю Ⓢ\nhttps://strm.yandex.ru/kal/utv/utv0.m3u8\n#EXTINF:-1 tvg-name=\"Матч! Планета Ⓢ\" tvg-logo=\"https://i.imgur.com/vhyMb9D.png\" tvg-id=\"MatchPlaneta.ru\" tvg-country=\"RU\" group-title=\"Russia\",Матч! Планета Ⓢ\nhttp://212.0.211.102:9999/play/a00b/index.m3u8\n"
  },
  {
    "path": "playlists/playlist_san_marino.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"San Marino Rtv\" tvg-logo=\"https://i.imgur.com/lJpOlLv.png\" tvg-id=\"SanMarinoRTV.sm\" tvg-country=\"SM\" group-title=\"San Marino\",San Marino Rtv\nhttps://d2hrvno5bw6tg2.cloudfront.net/smrtv-ch01/_definst_/smil:ch-01.smil/chunklist_b2192000_slita.m3u8\n#EXTINF:-1 tvg-name=\"San Marino Rtv Sport\" tvg-logo=\"https://i.imgur.com/PGm944g.png\" tvg-id=\"SanMarinoRTVSport.sm\" tvg-country=\"SM\" group-title=\"San Marino\",San Marino Rtv Sport\nhttps://d2hrvno5bw6tg2.cloudfront.net/smrtv-ch02/_definst_/smil:ch-02.smil/chunklist_b1692000_slita.m3u8\n"
  },
  {
    "path": "playlists/playlist_saudi_arabia.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"Al Saudiya\" tvg-logo=\"https://i.imgur.com/GRQTndk.png\" tvg-id=\"AlSaudiya.sa\" tvg-country=\"SA\" group-title=\"Saudi Arabia\",Al Saudiya\nhttps://shd-gcp-live.edgenextcdn.net/live/bitmovin-saudi-tv/2ad66056b51fd8c1b624854623112e43/index.m3u8\n#EXTINF:-1 tvg-name=\"SBC Saudi Arabia\" tvg-logo=\"https://i.imgur.com/9JSQglj.png\" tvg-id=\"SBC.sa\" tvg-country=\"SA\" group-title=\"Saudi Arabia\",SBC Saudi Arabia\nhttps://shd-gcp-live.edgenextcdn.net/live/bitmovin-sbc/90e09c0c28db26435799b4a14892a167/index.m3u8\n#EXTINF:-1 tvg-name=\"Al Ekhbariya\" tvg-logo=\"https://i.imgur.com/WcRlHQm.png\" tvg-id=\"AlEkhbariya.sa\" tvg-country=\"SA\" group-title=\"Saudi Arabia\",Al Ekhbariya\nhttps://shd-gcp-live.edgenextcdn.net/live/bitmovin-al-ekhbaria/297b3ef1cd0633ad9cfba7473a686a06/index.m3u8\n#EXTINF:-1 tvg-name=\"Al Saudiya Alaan\" tvg-logo=\"https://i.imgur.com/sEOjApe.png\" tvg-id=\"AlSaudiyaAlaan.sa\" tvg-country=\"SA\" group-title=\"Saudi Arabia\",Al Saudiya Alaan\nhttps://shd-gcp-live.edgenextcdn.net/live/bitmovin-ksa-now/71ed3aa814c643306c0a8bc4fcc7d17f/index.m3u8\n#EXTINF:-1 tvg-name=\"Al Quran Al Kareem TV\" tvg-logo=\"https://i.imgur.com/A2fJysM.png\" tvg-id=\"AlQuranAlKareemTV.sa\" tvg-country=\"SA\" group-title=\"Saudi Arabia\",Al Quran Al Kareem TV\nhttps://al-ekhbaria-prod-dub.shahid.net/out/v1/9885cab0a3ec4008b53bae57a27ca76b/index.m3u8\n#EXTINF:-1 tvg-name=\"Rotana Cinema KSA\" tvg-logo=\"https://i.imgur.com/pGgp38I.png\" tvg-id=\"RotanaCinemaKSA.sa\" tvg-country=\"SA\" group-title=\"Saudi Arabia\",Rotana Cinema KSA\nhttps://bcovlive-a.akamaihd.net/9527a892aeaf43019fd9eeb77ad1516e/eu-central-1/6057955906001/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Rotana Classic\" tvg-logo=\"https://i.imgur.com/pMMUvkt.png\" tvg-id=\"RotanaClassic.sa\" tvg-country=\"SA\" group-title=\"Saudi Arabia\",Rotana Classic\nhttps://bcovlive-a.akamaihd.net/0debf5648e584e5fb795c3611c5c0252/eu-central-1/6057955906001/playlist.m3u8\n"
  },
  {
    "path": "playlists/playlist_serbia.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"RTS 1\" tvg-logo=\"https://i.imgur.com/S1pKHSR.png\" tvg-id=\"RTS1.rs\" tvg-country=\"RS\" group-title=\"Serbia\",RTS 1\nhttps://webtvstream.bhtelecom.ba/rts1.m3u8\n#EXTINF:-1 tvg-name=\"RTS 2\" tvg-logo=\"https://i.imgur.com/jltAf5h.png\" tvg-id=\"RTS2.rs\" tvg-country=\"RS\" group-title=\"Serbia\",RTS 2\nhttps://webtvstream.bhtelecom.ba/rts2.m3u8\n#EXTINF:-1 tvg-name=\"Euronews Serbia\" tvg-logo=\"https://i.imgur.com/b24QKcq.png\" tvg-id=\"EuroNewsSerbia.rs\" tvg-country=\"RS\" group-title=\"Serbia\",Euronews Serbia\nhttps://d1ei8ofhgfmkac.cloudfront.net/app-19518-1306/ngrp:QoZfNjsg_all/playlist.m3u8\n#EXTINF:-1 tvg-name=\"RTV 1\" tvg-logo=\"https://i.imgur.com/CG44YT3.png\" tvg-id=\"RTV1.rs\" tvg-country=\"RS\" group-title=\"Serbia\",RTV 1\nrtsp://212.200.255.151/rtv1\n#EXTINF:-1 tvg-name=\"RTV 2\" tvg-logo=\"https://i.imgur.com/skpr66t.png\" tvg-id=\"RTV2.rs\" tvg-country=\"RS\" group-title=\"Serbia\",RTV 2\nrtsp://212.200.255.151/rtv2\n"
  },
  {
    "path": "playlists/playlist_slovakia.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\":Jednotka\" tvg-logo=\"https://i.imgur.com/T7EWAe7.png\" tvg-id=\"Jednotka.sk\" tvg-country=\"SK\" group-title=\"Slovakia\",:Jednotka\nhttps://sktv.plainrock127.xyz/get.php?x=STV1\n#EXTINF:-1 tvg-name=\":Dvojka\" tvg-logo=\"https://i.imgur.com/Ksi25UD.png\" tvg-id=\"Dvojka.sk\" tvg-country=\"SK\" group-title=\"Slovakia\",:Dvojka\nhttps://sktv.plainrock127.xyz/get.php?x=STV2\n#EXTINF:-1 tvg-name=\":24\" tvg-logo=\"https://i.imgur.com/sdSsFU0.png\" tvg-id=\"24.sk\" tvg-country=\"SK\" group-title=\"Slovakia\",:24\nhttps://sktv.plainrock127.xyz/get.php?x=STV24\n#EXTINF:-1 tvg-name=\":Šport\" tvg-logo=\"https://i.imgur.com/YzHipRF.png\" tvg-id=\"Sport.sk\" tvg-country=\"SK\" group-title=\"Slovakia\",:Šport\nhttps://sktv.plainrock127.xyz/get.php?x=SPORT\n#EXTINF:-1 tvg-name=\":O\" tvg-logo=\"https://i.imgur.com/Nf5gEDc.png\" tvg-country=\"SK\" group-title=\"Slovakia\",:O\nhttps://sktv.plainrock127.xyz/get.php?x=STV-O\n#EXTINF:-1 tvg-name=\"STVR\" tvg-logo=\"https://i.imgur.com/Nf5gEDc.png\" tvg-country=\"SK\" group-title=\"Slovakia\",STVR\nhttps://sktv.plainrock127.xyz/get.php?x=RTVS\n#EXTINF:-1 tvg-name=\"NR SR\" tvg-logo=\"https://i.imgur.com/sPDiS5q.png\" tvg-id=\"TVNRSR.sk\" tvg-country=\"SK\" group-title=\"Slovakia\",NR SR\nhttps://sktv.plainrock127.xyz/get.php?x=NR_SR\n#EXTINF:-1 tvg-name=\"JOJ\" tvg-logo=\"https://i.imgur.com/5BAWD0z.png\" tvg-id=\"TVJOJ.sk\" tvg-country=\"SK\" group-title=\"Slovakia\",JOJ\nhttps://live.cdn.joj.sk/live/andromeda/joj-1080.m3u8\n#EXTINF:-1 tvg-name=\"JOJ Plus\" tvg-logo=\"https://i.imgur.com/fKPliTj.png\" tvg-id=\"JOJPlus.sk\" tvg-country=\"SK\" group-title=\"Slovakia\",JOJ Plus\nhttps://live.cdn.joj.sk/live/andromeda/plus-1080.m3u8\n#EXTINF:-1 tvg-name=\"WAU\" tvg-logo=\"https://i.imgur.com/wO5ifff.png\" tvg-id=\"JOJWAU.sk\" tvg-country=\"SK\" group-title=\"Slovakia\",WAU\nhttps://live.cdn.joj.sk/live/andromeda/wau-1080.m3u8\n#EXTINF:-1 tvg-name=\"JOJ 24\" tvg-logo=\"https://i.imgur.com/owEVXRE.png\" tvg-id=\"JOJ24.sk\" tvg-country=\"SK\" group-title=\"Slovakia\",JOJ 24\nhttps://live.cdn.joj.sk/live/andromeda/joj_news-1080.m3u8\n#EXTINF:-1 tvg-name=\"JOJ Šport\" tvg-logo=\"https://i.imgur.com/QWEY2a5.png\" tvg-id=\"JOJSport.sk\" tvg-country=\"SK\" group-title=\"Slovakia\",JOJ Šport\nhttps://live.cdn.joj.sk/live/andromeda/joj_sport-1080.m3u8\n#EXTINF:-1 tvg-name=\"Senzi\" tvg-logo=\"https://i.imgur.com/W82dwzf.png\" tvg-id=\"Senzi.sk\" tvg-country=\"SK\" group-title=\"Slovakia\",Senzi\nhttp://lb.streaming.sk/senzi/stream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TA3 Ⓢ\" tvg-logo=\"https://i.imgur.com/kPFBxc9.png\" tvg-id=\"TA3.sk\" tvg-country=\"SK\" group-title=\"Slovakia\",TA3 Ⓢ\nhttps://sktv.plainrock127.xyz/get.php?x=TA3\n"
  },
  {
    "path": "playlists/playlist_slovenia.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"TV SLO 1\" tvg-logo=\"https://i.imgur.com/YIZOtcm.png\" tvg-id=\"TVSlovenija1.si\" tvg-country=\"SI\" group-title=\"Slovenia\",TV SLO 1\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=TVSLO1\n#EXTINF:-1 tvg-name=\"TV SLO 2\" tvg-logo=\"https://i.imgur.com/mQe9U2h.png\" tvg-id=\"TVSlovenija2.si\" tvg-country=\"SI\" group-title=\"Slovenia\",TV SLO 2\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=TVSLO2\n#EXTINF:-1 tvg-name=\"TV SLO 3\" tvg-logo=\"https://i.imgur.com/WGUyj7r.png\" tvg-id=\"TVSlovenija3.si\" tvg-country=\"SI\" group-title=\"Slovenia\",TV SLO 3\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=TVSLO3\n#EXTINF:-1 tvg-name=\"TV Koper/Capodistria\" tvg-logo=\"https://i.imgur.com/NQvOJNh.png\" tvg-id=\"TVKoperCapodistria.si\" tvg-country=\"SI\" group-title=\"Slovenia\",TV Koper/Capodistria\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=TVKC\n#EXTINF:-1 tvg-name=\"TV Maribor\" tvg-logo=\"https://i.imgur.com/tWf3dgf.png\" tvg-id=\"TVMaribor.si\" tvg-country=\"SI\" group-title=\"Slovenia\",TV Maribor\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=TVMaribor\n#EXTINF:-1 tvg-name=\"MMC TV\" tvg-logo=\"https://i.imgur.com/yzETQJ4.png\" tvg-id=\"MMC.si\" tvg-country=\"SI\" group-title=\"Slovenia\",MMC TV\nhttps://www.tvkaista.net/stream-forwarder/get.php?x=MMCTV\n#EXTINF:-1 tvg-name=\"Nova 24 TV Ⓨ\" tvg-logo=\"https://i.imgur.com/M2207Vh.png\" tvg-id=\"Nova24TV.si\" tvg-country=\"SI\" group-title=\"Slovenia\",Nova 24 TV Ⓨ\nhttps://www.youtube.com/@Nova24TVSlovenija/live\n#EXTINF:-1 tvg-name=\"Folx Slovenija\" tvg-logo=\"https://i.imgur.com/RK1IASU.png\" tvg-id=\"FolxSlovenija.si\" tvg-country=\"SI\" group-title=\"Slovenia\",Folx Slovenija\nhttps://cdne.folxplay.tv/folx-trz/streams/ch-5/master.m3u8\n"
  },
  {
    "path": "playlists/playlist_somalia.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"Dacwa TV Ⓢ\" tvg-logo=\"https://i.imgur.com/rMqrLzV.png\" tvg-id=\"DacwaTV.so\" tvg-country=\"SO\" group-title=\"Somalia\",Dacwa TV Ⓢ\nhttps://ap02.iqplay.tv:8082/iqb8002/d13w1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"MM Somali TV Ⓢ\" tvg-logo=\"https://www.lyngsat.com/logo/tv/mm/mm-somali-tv-so.png\" tvg-id=\"MMSomaliTV.uk\" tvg-country=\"SO\" group-title=\"Somalia\",MM Somali TV Ⓢ\nhttps://cdn.mediavisionuk.com:9000/MMTV/index.m3u8\n#EXTINF:-1 tvg-name=\"Puntland TV Ⓢ\" tvg-logo=\"https://i.imgur.com/C8EvQUo.png\" tvg-id=\"PuntlandTV.so\" tvg-country=\"SO\" group-title=\"Somalia\",Puntland TV Ⓢ\nhttp://cdn.mediavisionuae.com:1935/live/putlandtv2.stream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Saab TV Ⓢ\" tvg-logo=\"https://i.imgur.com/JEC1J89.png\" tvg-id=\"SaabTV.so\" tvg-country=\"SO\" group-title=\"Somalia\",Saab TV Ⓢ\nhttps://ap02.iqplay.tv:8082/iqb8002/s03btv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"SBC Somalia Ⓢ\" tvg-logo=\"https://i.imgur.com/VLhgTIA.png\" tvg-id=\"SBCTV.so\" tvg-country=\"SO\" group-title=\"Somalia\",SBC Somalia Ⓢ\nhttp://cdn.mediavisionuae.com:1935/live/sbctv.stream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"SNTV Daljir Ⓢ\" tvg-logo=\"https://i.imgur.com/Re3ur88.png\" tvg-id=\"SNTVDaljir.so\" tvg-country=\"SO\" group-title=\"Somalia\",SNTV Daljir Ⓢ\nhttps://ap02.iqplay.tv:8082/iqb8002/s2tve/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Somali Cable TV Ⓢ\" tvg-logo=\"https://i.imgur.com/iPkaCts.png\" tvg-id=\"SomaliCableTV.uk\" tvg-country=\"SO\" group-title=\"Somalia\",Somali Cable TV Ⓢ\nhttps://ap02.iqplay.tv:8082/iqb8002/somc131/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Somali National TV Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/d/d6/SNTV_REBRANDED_LOGO.png\" tvg-id=\"SomaliNationalTV.so\" tvg-country=\"SO\" group-title=\"Somalia\",Somali National TV Ⓢ\nhttps://ap02.iqplay.tv:8082/iqb8002/s4ne/playlist.m3u8\n"
  },
  {
    "path": "playlists/playlist_spain.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"La 1\" tvg-logo=\"https://i.imgur.com/NbesiPn.png\" tvg-id=\"La1.es\" tvg-country=\"ES\" group-title=\"Spain\",La 1\nhttps://dh6vo1bovy43s.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-x3gcl32l5ffq2/La_1_ES.m3u8\n#EXTINF:-1 tvg-name=\"La 2\" tvg-logo=\"https://i.imgur.com/DmuTwDw.png\" tvg-id=\"La2.es\" tvg-country=\"ES\" group-title=\"Spain\",La 2\nhttps://di2qeq48iv8ps.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-o8u23e6v7vptv/La_2_ES.m3u8\n#EXTINF:-1 tvg-name=\"Antena 3\" tvg-logo=\"https://i.imgur.com/j3SP4BS.png\" tvg-id=\"Antena3.es\" tvg-country=\"ES\" group-title=\"Spain\",Antena 3\nhttp://185.189.225.150:85/Antena3HD/index.m3u8\n#EXTINF:-1 tvg-name=\"Cuatro\" tvg-logo=\"https://i.imgur.com/zROxNap.png\" tvg-id=\"Cuatro.es\" tvg-country=\"ES\" group-title=\"Spain\",Cuatro\nhttp://185.189.225.150:85/CuatroHD/index.m3u8\n#EXTINF:-1 tvg-name=\"Telecinco\" tvg-logo=\"https://i.imgur.com/JECsKdk.png\" tvg-id=\"Telecinco.es\" tvg-country=\"ES\" group-title=\"Spain\",Telecinco\nhttp://185.189.225.150:85/TeleCincoHD/index.m3u8\n#EXTINF:-1 tvg-name=\"La Sexta\" tvg-logo=\"https://i.imgur.com/b59MxgM.png\" tvg-id=\"LaSexta.es\" tvg-country=\"ES\" group-title=\"Spain\",La Sexta\nhttp://185.189.225.150:85/LaSexta/index.m3u8\n#EXTINF:-1 tvg-name=\"24h\" tvg-logo=\"https://i.imgur.com/ZKR2jKr.png\" tvg-id=\"24h.es\" tvg-country=\"ES\" group-title=\"Spain\",24h\nhttps://d3pfmk89wc0vm9.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-nlow3qkp9tmdm/24H_ES.m3u8\n#EXTINF:-1 tvg-name=\"tdp\" tvg-logo=\"https://i.imgur.com/HliegRJ.png\" tvg-id=\"tdp.es\" tvg-country=\"ES\" group-title=\"Spain\",tdp\nhttps://rtvelivestream.akamaized.net/rtvesec/tdp/tdp_main.m3u8\n#EXTINF:-1 tvg-name=\"clan\" tvg-logo=\"https://i.imgur.com/38xIfQ3.png\" tvg-id=\"clan.es\" tvg-country=\"ES\" group-title=\"Spain\",clan\nhttps://rtvelivestream.akamaized.net/rtvesec/clan/clan_main_dvr.m3u8\n#EXTINF:-1 tvg-name=\"TVE Internacional Europe-Asia\" tvg-logo=\"https://i.imgur.com/ow1HArj.png\" tvg-id=\"TVEInternacionalEuropeAsia.es\" tvg-country=\"ES\" group-title=\"Spain\",TVE Internacional Europe-Asia\nhttps://rtvelivestream.akamaized.net/rtvesec/int/tvei_eu_main_dvr.m3u8\n#EXTINF:-1 tvg-name=\"Neox Ⓢ\" tvg-logo=\"https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/spain/neox-es.png\" tvg-id=\"Neox.es\" tvg-country=\"ES\" group-title=\"Spain\",Neox Ⓢ\nhttp://185.189.225.150:85/neox/index.m3u8\n#EXTINF:-1 tvg-name=\"Nova Ⓢ\" tvg-logo=\"https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/spain/nova-es.png\" tvg-id=\"Nova.es\" tvg-country=\"ES\" group-title=\"Spain\",Nova Ⓢ\nhttp://185.189.225.150:85/nova/index.m3u8\n#EXTINF:-1 tvg-name=\"Mega Ⓢ\" tvg-logo=\"https://i.imgur.com/Udrt2eK.png\" tvg-id=\"Mega.es\" tvg-country=\"ES\" group-title=\"Spain\",Mega Ⓢ\nhttp://185.189.225.150:85/mega/index.m3u8\n#EXTINF:-1 tvg-name=\"Atreseries Ⓢ\" tvg-logo=\"https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/spain/atreseries-es.png\" tvg-id=\"Atreseries.es\" tvg-country=\"ES\" group-title=\"Spain\",Atreseries Ⓢ\nhttp://181.78.109.48:8000/play/a00l/index.m3u8\n#EXTINF:-1 tvg-name=\"FDF\" tvg-logo=\"https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/spain/fdf-es.png\" tvg-id=\"FactoriadeFiccion.es\" tvg-country=\"ES\" group-title=\"Spain\",FDF\nhttp://185.189.225.150:85/fdf/index.m3u8\n#EXTINF:-1 tvg-name=\"Divinity Ⓖ\" tvg-logo=\"https://i.imgur.com/o7fvEr6.png\" tvg-id=\"Divinity.es\" tvg-country=\"ES\" group-title=\"Spain\",Divinity Ⓖ\nhttps://directos.divinity.es/orilinear04/live/linear04/main/main.isml/main-audio_spa=128000-video=1500000.m3u8\n#EXTINF:-1 tvg-name=\"Energy Ⓖ\" tvg-logo=\"https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/spain/energy-es.png\" tvg-id=\"Energy.es\" tvg-country=\"ES\" group-title=\"Spain\",Energy Ⓖ\nhttps://directos.energytv.es/orilinear03/live/linear03/main/main.isml/main-audio_spa=128000-video=1500000.m3u8\n#EXTINF:-1 tvg-name=\"Boing\" tvg-logo=\"https://i.imgur.com/nUYuCAP.png\" tvg-id=\"Boing.es\" tvg-country=\"ES\" group-title=\"Spain\",Boing\nhttp://185.189.225.150:85/boing/index.m3u8\n#EXTINF:-1 tvg-name=\"Be Mad Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/7/70/Be_Mad_TV.svg/512px-Be_Mad_TV.svg.png\" tvg-id=\"BeMad.es\" tvg-country=\"ES\" group-title=\"Spain\",Be Mad Ⓖ\nhttps://directos.bemad.es/orilinear02/live/linear02/main/main.isml/main-audio_spa=128000-video=1500000.m3u8\n#EXTINF:-1 tvg-name=\"Paramount Network\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9f/Paramount_Network.svg/512px-Paramount_Network.svg.png\" tvg-id=\"ParamountNetwork.es\" tvg-country=\"ES\" group-title=\"Spain\",Paramount Network\nhttp://185.189.225.150:85/Paramount/index.m3u8\n#EXTINF:-1 tvg-name=\"RNE para todos\" tvg-logo=\"https://graph.facebook.com/radionacionalrne/picture?width=200&height=200\" tvg-id=\"RNE.es\" tvg-country=\"ES\" group-title=\"Spain\",RNE para todos\nhttps://rtvelivestream.akamaized.net/rtvesec/rne/rne_para_todos_main.m3u8\n#EXTINF:-1 tvg-name=\"euronews\" tvg-logo=\"https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/international/euro-news-int.png\" tvg-id=\"Euronews.es\" tvg-country=\"ES\" group-title=\"Spain\",euronews\nhttps://euronews-live-spa-es.fast.rakuten.tv/v1/master/0547f18649bd788bec7b67b746e47670f558b6b2/production-LiveChannel-6571/bitok/eyJzdGlkIjoiMDA0YjY0NTMtYjY2MC00ZTZkLTlkNzEtMTk3YTM3ZDZhZWIxIiwibWt0IjoiZXMiLCJjaCI6NjU3MSwicHRmIjoxfQ==/26034/euronews-es.m3u8\n#EXTINF:-1 tvg-name=\"El País\" tvg-logo=\"https://graph.facebook.com/elpais/picture?width=200&height=200\" tvg-id=\"ElPaisTV.es\" tvg-country=\"ES\" group-title=\"Spain\",El País\nhttps://d2xqbi89ghm9hh.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-79fx3huimw4xc-ssai-prd/fast-channel-el-pais.m3u8\n#EXTINF:-1 tvg-name=\"Negocios\" tvg-logo=\"https://pbs.twimg.com/profile_images/1321367703731523584/bNMmbetI_200x200.jpg\" tvg-id=\"NegociosTV.es\" tvg-country=\"ES\" group-title=\"Spain\",Negocios\nhttps://streaming013.gestec-video.com/hls/negociostv.m3u8\n#EXTINF:-1 tvg-name=\"Squirrel\" tvg-logo=\"https://i.imgur.com/urF0kYA.png\" tvg-id=\"Squirrel.es\" tvg-country=\"ES\" group-title=\"Spain\",Squirrel\nhttps://tsw.streamingwebtv24.it:1936/inteccdn1/inteccdn1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"BOM Cine\" tvg-logo=\"https://i.imgur.com/cqhofMU.png\" tvg-id=\"BomCine.es\" tvg-country=\"ES\" group-title=\"Spain\",BOM Cine\nhttps://tsw.streamingwebtv24.it:1936/inteccdn3/inteccdn3/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Telemadrid\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/7/71/TeleMadrid.svg/512px-TeleMadrid.svg.png\" tvg-id=\"Telemadrid.es\" tvg-country=\"ES\" group-title=\"Spain\",Telemadrid\nhttps://telemadrid-23-secure2.akamaized.net/master.m3u8\n#EXTINF:-1 tvg-name=\"La Otra\" tvg-logo=\"https://i.imgur.com/W1UZyXH.png\" tvg-id=\"LaOtra.es\" tvg-country=\"ES\" group-title=\"Spain\",La Otra\nhttps://laotra-1-23-secure2.akamaized.net/master.m3u8\n#EXTINF:-1 tvg-name=\"Canal Sur Andalucía\" tvg-logo=\"https://i.imgur.com/WcVOXPr.png\" tvg-id=\"CanalSurAndalucia.es\" tvg-country=\"ES\" group-title=\"Spain\",Canal Sur Andalucía\nhttps://d35x6iaiw8f75z.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-kbwsl0jk1bvoo/canal_sur_andalucia_es.m3u8\n#EXTINF:-1 tvg-name=\"La 8 Mediterráneo\" tvg-logo=\"https://graph.facebook.com/la8mediterraneo/picture?width=200&height=200\" tvg-id=\"La8Mediterraneo.es\" tvg-country=\"ES\" group-title=\"Spain\",La 8 Mediterráneo\nhttps://streaming004.gestec-video.com/hls/8TV.m3u8\n#EXTINF:-1 tvg-name=\"Televisión Canaria Ⓨ\" tvg-logo=\"https://i.imgur.com/68LNS8e.png\" tvg-id=\"TVCanaria.es\" tvg-country=\"ES\" group-title=\"Spain\",Televisión Canaria Ⓨ\nhttps://www.youtube.com/user/TelevisionCanaria/live\n#EXTINF:-1 tvg-name=\"IB3 Global Ⓨ\" tvg-logo=\"https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/spain/ib3-es.png\" tvg-id=\"IB3.es\" tvg-country=\"ES\" group-title=\"Spain\",IB3 Global Ⓨ\nhttps://www.youtube.com/c/ib3/live\n#EXTINF:-1 tvg-name=\"Canal Extremadura\" tvg-logo=\"https://i.imgur.com/xBeywIA.png\" tvg-id=\"CanalExtremadura.es\" tvg-country=\"ES\" group-title=\"Spain\",Canal Extremadura\nhttps://cdnapisec.kaltura.com/p/5581662/sp/558166200/playManifest/entryId/1_1u7ssdy3/protocol/https/format/applehttp/flavorIds/1_8xbndriw/a.m3u8\n#EXTINF:-1 tvg-name=\"Aragón TV Ⓢ\" tvg-logo=\"https://i.imgur.com/8H3Q07b.png\" tvg-id=\"AragonTV.es\" tvg-country=\"ES\" group-title=\"Spain\",Aragón TV Ⓢ\nhttps://cartv.streaming.aranova.es/hls/live/aragontv_canal1.m3u8\n#EXTINF:-1 tvg-name=\"ETB1\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/f/f4/ETB1_2022_logo.svg/512px-ETB1_2022_logo.svg.png\" tvg-id=\"ETB1.es\" tvg-country=\"ES\" group-title=\"Spain\",ETB1\nhttps://multimedia.eitb.eus/live-content/etb1hd-hls/master.m3u8\n#EXTINF:-1 tvg-name=\"ETB2\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/c/c4/ETB2_2022_logo.svg/512px-ETB2_2022_logo.svg.png\" tvg-id=\"ETB2.es\" tvg-country=\"ES\" group-title=\"Spain\",ETB2\nhttps://multimedia.eitb.eus/live-content/etb2hd-hls/master.m3u8\n#EXTINF:-1 tvg-name=\"TV3\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/c/cb/TV3.svg/300px-TV3.svg.png\" tvg-id=\"TV3.es\" tvg-country=\"ES\" group-title=\"Spain\",TV3\nhttp://185.189.225.150:85/tv3/index.m3u8\n#EXTINF:-1 tvg-name=\"TV3Cat Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/97/TV3CAT.svg/512px-TV3CAT.svg.png\" tvg-id=\"TV3CAT.es\" tvg-country=\"ES\" group-title=\"Spain\",TV3Cat Ⓖ\nhttps://directes3-tv-int.3catdirectes.cat/live-content/tvi-hls/master.m3u8\n#EXTINF:-1 tvg-name=\"3/24\" tvg-logo=\"https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/spain/3-24-es.png\" tvg-id=\"324.es\" tvg-country=\"ES\" group-title=\"Spain\",3/24\nhttps://directes-tv-int.3catdirectes.cat/live-origin/canal324-hls/master.m3u8\n#EXTINF:-1 tvg-name=\"Bon Dia\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/4/4f/Logo_Bon_Dia_TV.png\" tvg-id=\"BonDiaTV.es\" tvg-country=\"ES\" group-title=\"Spain\",Bon Dia\nhttps://directes-tv-int.3catdirectes.cat/live-content/bondia-hls/master.m3u8\n#EXTINF:-1 tvg-name=\"SX3 Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/0/01/SX3_logo.svg/2880px-SX3_logo.svg.png\" tvg-id=\"SX3.es\" tvg-country=\"ES\" group-title=\"Spain\",SX3 Ⓖ\nhttps://directes-tv-cat.3catdirectes.cat/live-content/super3-hls/master.m3u8\n#EXTINF:-1 tvg-name=\"El 33 Ⓖ\" tvg-logo=\"https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/spain/el-33-es.png\" tvg-id=\"El33.es\" tvg-country=\"ES\" group-title=\"Spain\",El 33 Ⓖ\nhttps://directes-tv-cat.3catdirectes.cat/live-origin/c33-super3-hls/master.m3u8\n#EXTINF:-1 tvg-name=\"Esport3 Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9a/Esport3.svg/1200px-Esport3.svg.png\" tvg-id=\"Esport3.es\" tvg-country=\"ES\" group-title=\"Spain\",Esport3 Ⓖ\nhttps://directes-tv-es.3catdirectes.cat/live-origin/esport3-hls/master.m3u8\n#EXTINF:-1 tvg-name=\"Canal TE24\" tvg-logo=\"https://i.ibb.co/3ynghbW/logox2.png\" tvg-id=\"CanalTerresdelEbre.es\" tvg-country=\"ES\" group-title=\"Spain\",Canal TE24\nhttps://ingest1-video.streaming-pro.com/esportsteABR/etestream/playlist.m3u8\n#EXTINF:-1 tvg-name=\"À Punt TV\" tvg-logo=\"https://i.imgur.com/M88LoNl.png\" tvg-id=\"APunt.es\" tvg-country=\"ES\" group-title=\"Spain\",À Punt TV\nhttps://bcovlive-a.akamaihd.net/8499d938ef904e39b58a4adec2ddeada/eu-west-1/6057955885001/playlist_dvr.m3u8\n#EXTINF:-1 tvg-name=\"7 Región de Murcia Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/26/La_7_logo.svg/150px-La_7_logo.svg.png\" tvg-id=\"La7.es\" tvg-country=\"ES\" group-title=\"Spain\",7 Región de Murcia Ⓢ\nhttps://rtv-murcia-live.globalmest.com/principal/smil:principal.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Canal 4 Tenerife\" tvg-logo=\"https://i.imgur.com/Egymir4.png\" tvg-id=\"Canal4Tenerife.es\" tvg-country=\"ES\" group-title=\"Spain\",Canal 4 Tenerife\nhttps://videoserver.tmcreativos.com:19360/ccxwhsfcnq/ccxwhsfcnq.m3u8\n#EXTINF:-1 tvg-name=\"Televisión Melilla\" tvg-logo=\"https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/spain/television-melilla-es.png\" tvg-id=\"TelevisionMelilla.es\" tvg-country=\"ES\" group-title=\"Spain\",Televisión Melilla\nhttps://tvmelilla-hls-rm-lw.flumotion.com/playlist.m3u8\n#EXTINF:-1 tvg-name=\"La 1 (Catalunya)\" tvg-logo=\"https://i.imgur.com/NbesiPn.png\" tvg-id=\"La1Catalunya.es\" tvg-country=\"ES\" group-title=\"Spain\",La 1 (Catalunya)\nhttps://rtvelivestream-clnx.rtve.es/rtvesec/cat/la1_cat_main_dvr.m3u8\n#EXTINF:-1 tvg-name=\"La 1 (Canarias)\" tvg-logo=\"https://i.imgur.com/NbesiPn.png\" tvg-id=\"La1Canarias.es\" tvg-country=\"ES\" group-title=\"Spain\",La 1 (Canarias)\nhttps://rtvelivestream-clnx.rtve.es/rtvesec/can/la1_can_main_720.m3u8\n#EXTINF:-1 tvg-name=\"La 2 (Catalunya)\" tvg-logo=\"https://i.imgur.com/DmuTwDw.png\" tvg-id=\"La2Catalunya.es\" tvg-country=\"ES\" group-title=\"Spain\",La 2 (Catalunya)\nhttps://rtvelivestream.akamaized.net/rtvesec/cat/la2_cat_main_dvr.m3u8\n#EXTINF:-1 tvg-name=\"La 2 (Canarias)\" tvg-logo=\"https://i.imgur.com/DmuTwDw.png\" tvg-id=\"La2Canarias.es\" tvg-country=\"ES\" group-title=\"Spain\",La 2 (Canarias)\nhttps://ztnr.rtve.es/ztnr/5468585.m3u8\n"
  },
  {
    "path": "playlists/playlist_spain_vod.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"HQM Arabic\" tvg-logo=\"https://hqm.es/wp-content/uploads/arabic-hqm-logo.png\" tvg-id=\"HQMArabic.es\" tvg-country=\"ES\" group-title=\"Spain VOD\",HQM Arabic\nhttps://livelist01.yowi.tv/lista/39596c72840d27b213caf4e58c39599a6f2ed203/master.m3u8\n#EXTINF:-1 tvg-name=\"HQM Baladas\" tvg-logo=\"https://hqm.es/wp-content/uploads/baladas-hqm-logo.png\" tvg-id=\"HQMBaladas.es\" tvg-country=\"ES\" group-title=\"Spain VOD\",HQM Baladas\nhttps://livelist01.yowi.tv/lista/5d7d2c21e0ec7a8a99fd1fdbc52cbdc0782f77fc/master.m3u8\n#EXTINF:-1 tvg-name=\"HQM Blues\" tvg-logo=\"https://hqm.es/wp-content/uploads/blues-hqm-logo.png\" tvg-id=\"HQMBlues.es\" tvg-country=\"ES\" group-title=\"Spain VOD\",HQM Blues\nhttps://livelist01.yowi.tv/lista/81c601f370e44dc566113fd752204be5f5f53b61/master.m3u8\n#EXTINF:-1 tvg-name=\"HQM Chill Out\" tvg-logo=\"https://hqm.es/wp-content/uploads/chill-out-hqm-logo.png\" tvg-id=\"HQMChillOut.es\" tvg-country=\"ES\" group-title=\"Spain VOD\",HQM Chill Out\nhttps://livelist01.yowi.tv/lista/183a351ddb0e57af6d735256226e6033c32219ab/master.m3u8\n#EXTINF:-1 tvg-name=\"HQM Classic\" tvg-logo=\"https://hqm.es/wp-content/uploads/classic-hqm-logo.png\" tvg-id=\"HQMClassic.es\" tvg-country=\"ES\" group-title=\"Spain VOD\",HQM Classic\nhttps://livelist01.yowi.tv/lista/f04129475945936b248aa723de56519ea2ff10fc/master.m3u8\n#EXTINF:-1 tvg-name=\"HQM Dance\" tvg-logo=\"https://hqm.es/wp-content/uploads/dance-hqm-logo.png\" tvg-id=\"HQMDance.es\" tvg-country=\"ES\" group-title=\"Spain VOD\",HQM Dance\nhttps://livelist01.yowi.tv/lista/57cf2f51b07ff21988a7a6f0270a66d41086d4a4/master.m3u8\n#EXTINF:-1 tvg-name=\"HQM Folk\" tvg-logo=\"https://hqm.es/wp-content/uploads/folk-hqm-logo.png\" tvg-id=\"HQMFolk.es\" tvg-country=\"ES\" group-title=\"Spain VOD\",HQM Folk\nhttps://livelist01.yowi.tv/lista/9f5310c179e8e840188d183be235f755b18cf703/master.m3u8\n#EXTINF:-1 tvg-name=\"HQM Gym\" tvg-logo=\"https://hqm.es/wp-content/uploads/gym-hqm-logo.png\" tvg-id=\"HQMGym.es\" tvg-country=\"ES\" group-title=\"Spain VOD\",HQM Gym\nhttps://livelist01.yowi.tv/lista/abb87f329d0ed03072b1930e9636a53e8076c8d5/master.m3u8\n#EXTINF:-1 tvg-name=\"HQM Hip Hop\" tvg-logo=\"https://hqm.es/wp-content/uploads/hip-hop-hqm-logo.png\" tvg-id=\"HQMHipHop.es\" tvg-country=\"ES\" group-title=\"Spain VOD\",HQM Hip Hop\nhttps://livelist01.yowi.tv/lista/8327abc87895df4c76db1155435fdca6a3607bbd/master.m3u8\n#EXTINF:-1 tvg-name=\"HQM Hits\" tvg-logo=\"https://hqm.es/wp-content/uploads/hits-hqm-logo.png\" tvg-id=\"HQMHits.es\" tvg-country=\"ES\" group-title=\"Spain VOD\",HQM Hits\nhttps://livelist01.yowi.tv/lista/5e2db2017a8fd03f73b40ede363d1a586db4e9a6/master.m3u8\n#EXTINF:-1 tvg-name=\"HQM Jazz\" tvg-logo=\"https://hqm.es/wp-content/uploads/jazz-hqm-logo.png\" tvg-id=\"HQMJazz.es\" tvg-country=\"ES\" group-title=\"Spain VOD\",HQM Jazz\nhttps://livelist01.yowi.tv/lista/f204aa5b3f0691e69851b54b7746ef09ede26f6a/master.m3u8\n#EXTINF:-1 tvg-name=\"HQM Kids\" tvg-logo=\"https://hqm.es/wp-content/uploads/kids-hqm-logo.png\" tvg-id=\"HQMKids.es\" tvg-country=\"ES\" group-title=\"Spain VOD\",HQM Kids\nhttps://livelist01.yowi.tv/lista/e4bc12dafe33c3ceb3e382e3acc0ec2c012cf7fd/master.m3u8\n#EXTINF:-1 tvg-name=\"HQM Latin\" tvg-logo=\"https://hqm.es/wp-content/uploads/latin-hqm-logo.png\" tvg-id=\"HQMLatin.es\" tvg-country=\"ES\" group-title=\"Spain VOD\",HQM Latin\nhttps://livelist01.yowi.tv/lista/9a4da7871ec57b4b63ed49597a13d09869172be0/master.m3u8\n#EXTINF:-1 tvg-name=\"HQM Pop\" tvg-logo=\"https://hqm.es/wp-content/uploads/pop-hqm-logo.png\" tvg-id=\"HQMPop.es\" tvg-country=\"ES\" group-title=\"Spain VOD\",HQM Pop\nhttps://livelist01.yowi.tv/lista/eb2fa68a058a701fa5bd2c80f6c8a6075896f71d/master.m3u8\n#EXTINF:-1 tvg-name=\"HQM Relax\" tvg-logo=\"https://hqm.es/wp-content/uploads/relax-hqm-logo.png\" tvg-id=\"HQMRelax.es\" tvg-country=\"ES\" group-title=\"Spain VOD\",HQM Relax\nhttps://livelist01.yowi.tv/lista/dc1b71c6fda2e687050facaa7242062cbf5a7f2a/master.m3u8\n#EXTINF:-1 tvg-name=\"HQM Remember\" tvg-logo=\"https://hqm.es/wp-content/uploads/remember-hqm-logo.png\" tvg-id=\"HQMRemember.es\" tvg-country=\"ES\" group-title=\"Spain VOD\",HQM Remember\nhttps://livelist01.yowi.tv/lista/57c98e2e295a0b69b52dc5f84edc4b1b68783ba2/master.m3u8\n#EXTINF:-1 tvg-name=\"HQM Rock\" tvg-logo=\"https://hqm.es/wp-content/uploads/rock-hqm-logo.png\" tvg-id=\"HQMRock.es\" tvg-country=\"ES\" group-title=\"Spain VOD\",HQM Rock\nhttps://livelist01.yowi.tv/lista/0d6c7ccfac89946bfd41ae34c527e8d94734065c/master.m3u8\n#EXTINF:-1 tvg-name=\"HQM Spanish\" tvg-logo=\"https://hqm.es/wp-content/uploads/spanish-hqm-logo.png\" tvg-id=\"HQMSpanish.es\" tvg-country=\"ES\" group-title=\"Spain VOD\",HQM Spanish\nhttps://livelist01.yowi.tv/lista/8635ae40f8d1a32eccd63d1f58b55662c9c98f9f/master.m3u8\n"
  },
  {
    "path": "playlists/playlist_sweden.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"SVT 1 Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/1/1b/SVT1_logo_2016.svg/800px-SVT1_logo_2016.svg.png\" tvg-id=\"SVT1.se\" tvg-country=\"SE\" group-title=\"Sweden\",SVT 1 Ⓖ\nhttps://ed2.cdn.svt.se/ed7/d1/c/se/svt1/manifest.mpd?defaultSubLang=1\n#EXTINF:-1 tvg-name=\"SVT 2 Ⓖ\" tvg-logo=\"https://i.imgur.com/iB3veGx.png\" tvg-id=\"SVT2.se\" tvg-country=\"SE\" group-title=\"Sweden\",SVT 2 Ⓖ\nhttps://ed2.cdn.svt.se/ed7/d1/c/se/svt2/manifest.mpd?defaultSubLang=1\n#EXTINF:-1 tvg-name=\"ATG Live Ⓢ\" tvg-logo=\"https://i.imgur.com/bPWFXkL.png\" tvg-id=\"ATGLive.se\" tvg-country=\"SE\" group-title=\"Sweden\",ATG Live Ⓢ\nhttps://httpcache0-00688-cacheliveedge0.dna.qbrick.com/00688-cacheliveedge0/out/u/atg_sdi_1_free.m3u8\n#EXTINF:-1 tvg-name=\"Expressen TV\" tvg-logo=\"https://i.imgur.com/8EjMSr7.png\" tvg-id=\"ExpressenTV.se\" tvg-country=\"SE\" group-title=\"Sweden\",Expressen TV\nhttps://cdn0-03837-liveedge0.dna.ip-only.net/03837-liveedge0/smil:03837-tx2/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Kanal 10 Sverige\" tvg-logo=\"https://i.imgur.com/vlh699v.png\" tvg-id=\"Kanal10.se\" tvg-country=\"SE\" group-title=\"Sweden\",Kanal 10 Sverige\nhttps://rrr.sz.xlcdn.com/?account=cn_kanal10media&file=live_transcoded&type=live&service=wowza&protocol=https&output=playlist.m3u8\n#EXTINF:-1 tvg-name=\"SVT 24 Ⓖ\" tvg-logo=\"https://i.imgur.com/o9M7Tiq.png\" tvg-id=\"SVT24.se\" tvg-country=\"SE\" group-title=\"Sweden\",SVT 24 Ⓖ\nhttps://ed2.cdn.svt.se/ed7/d1/c/se/svtb/manifest.mpd?defaultSubLang=1\n#EXTINF:-1 tvg-name=\"Kunskapskanalen Ⓖ\" tvg-logo=\"https://i.imgur.com/9YBxoGc.png\" tvg-id=\"Kunskapskanalen.se\" tvg-country=\"SE\" group-title=\"Sweden\",Kunskapskanalen Ⓖ\nhttps://ed2.cdn.svt.se/ed7/d1/c/se/svtk/manifest.mpd?defaultSubLang=1\n#EXTINF:-1 tvg-name=\"Di TV\" tvg-logo=\"https://i.imgur.com/zApTDWn.png\" tvg-id=\"DiTV.se\" tvg-country=\"SE\" group-title=\"Sweden\",Di TV\nhttps://cdn0-03837-liveedge0.dna.ip-only.net/03837-liveedge0/smil:03837-tx4/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Öppna Kanalen Stockholm Ⓢ\" tvg-logo=\"https://i.imgur.com/GWlstv5.png\" tvg-id=\"OppnaKanalenStockholm.se\" tvg-country=\"SE\" group-title=\"Sweden\",Öppna Kanalen Stockholm Ⓢ\nhttps://edg03-prd-se-ixn.solidtango.com/edge/451iw2h/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Öppna Kanalen Malmö Ⓢ\" tvg-logo=\"https://i.imgur.com/sjw8dsM.jpg\" tvg-id=\"TVMalmo.se\" tvg-country=\"SE\" group-title=\"Sweden\",Öppna Kanalen Malmö Ⓢ\nhttps://edg01-prd-de-ixn.solidtango.com/edge/_8ynhbua3_/8ynhbua3/manifest.m3u8\n#EXTINF:-1 tvg-name=\"Västmanlands TV\" tvg-logo=\"https://i.imgur.com/EXBaQ88.jpg\" tvg-id=\"VastmanlandsTV.se\" tvg-country=\"SE\" group-title=\"Sweden\",Västmanlands TV\nhttps://edg01-prd-se-dcs.solidtango.com/edge/lo9yf4l5/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Sundskanalen\" tvg-logo=\"https://i.imgur.com/8uT0p3q.jpg\" tvg-id=\"Sundskanalen.se\" tvg-country=\"SE\" group-title=\"Sweden\",Sundskanalen\nhttps://stream.sundskanalen.se/live/view/index.m3u8\n#EXTINF:-1 tvg-name=\"Öppna Kanalen Skövde\" tvg-logo=\"https://i.imgur.com/1LkYbaQ.png\" tvg-id=\"OppnaKanalenSkovde.se\" tvg-country=\"SE\" group-title=\"Sweden\",Öppna Kanalen Skövde\nhttps://edg01-prd-de-ixn.solidtango.com/edge/_c6697zkv_/c6697zkv/manifest.m3u8\n#EXTINF:-1 tvg-name=\"Lokal-TV Uddevalla / Fyrbodal-TV Ⓨ\" tvg-logo=\"https://i.imgur.com/cnLkbOT.png\" tvg-id=\"LTVU.se\" tvg-country=\"SE\" group-title=\"Sweden\",Lokal-TV Uddevalla / Fyrbodal-TV Ⓨ\nhttps://www.youtube.com/@LtvuSeTube/live\n#EXTINF:-1 tvg-name=\"Aryen TV\" tvg-logo=\"https://i.imgur.com/qUg7edz.png\" tvg-id=\"AryenTV.se\" tvg-country=\"SE\" group-title=\"Sweden\",Aryen TV\nhttps://aryen.tv/live/tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Suryoyo Sat\" tvg-logo=\"https://i.imgur.com/naCNjaB.png\" tvg-id=\"SuryoyoSat.se\" tvg-country=\"SE\" group-title=\"Sweden\",Suryoyo Sat\nhttps://player-api.new.livestream.com/accounts/10187302/events/6785118/broadcasts/237816618.secure.m3u8\n"
  },
  {
    "path": "playlists/playlist_switzerland.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"SRF 1\" tvg-logo=\"https://i.imgur.com/KCPHba2.png\" tvg-id=\"SRF1.ch\" tvg-country=\"CH\" group-title=\"Switzerland\",SRF 1\nhttp://51.91.73.99:25461/sweden/PM66f7Y43H/25849\n#EXTINF:-1 tvg-name=\"TVO\" tvg-logo=\"https://i.imgur.com/5QFZ05B.png\" tvg-id=\"TVO.ch\" tvg-country=\"CH\" group-title=\"Switzerland\",TVO\nhttps://cdnapisec.kaltura.com/p/1719221/sp/171922100/playManifest/entryId/1_t5h46v64/format/applehttp/protocol/https/a.m3u8\n#EXTINF:-1 tvg-name=\"RTS Un\" tvg-logo=\"https://i.imgur.com/gWuuBZc.png\" tvg-id=\"RTS1.ch\" tvg-country=\"CH\" group-title=\"Switzerland\",RTS Un\nhttp://hotiptv.site:8080/zkby2013/1d469e6d9e42/67585\n#EXTINF:-1 tvg-name=\"TVM 3\" tvg-logo=\"https://i.imgur.com/3v6iZE6.png\" tvg-id=\"TVM3.ch\" tvg-country=\"CH\" group-title=\"Switzerland\",TVM 3\nhttp://livevideo.infomaniak.com/streaming/livecast/tvm3/playlist.m3u8\n#EXTINF:-1 tvg-name=\"RSI La 1\" tvg-logo=\"https://i.imgur.com/j8ogbli.png\" tvg-id=\"RSILa1.ch\" tvg-country=\"CH\" group-title=\"Switzerland\",RSI La 1\nhttp://190.2.155.162/RSI1/index.m3u8\n#EXTINF:-1 tvg-name=\"RSI La 2\" tvg-logo=\"https://i.imgur.com/vm62h3t.png\" tvg-id=\"RSILa2.ch\" tvg-country=\"CH\" group-title=\"Switzerland\",RSI La 2\nhttp://190.2.155.162/RSI2/index.m3u8\n#EXTINF:-1 tvg-name=\"Teleticino\" tvg-logo=\"https://i.imgur.com/zm2ruqz.png\" tvg-id=\"TeleTicino.ch\" tvg-country=\"CH\" group-title=\"Switzerland\",Teleticino\nhttps://vstream-cdn.ch/hls/teleticino_720p/index.m3u8\n"
  },
  {
    "path": "playlists/playlist_taiwan.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"CTV News Channel (中視新聞台) Ⓨ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/zh/6/67/CTV_News_logo.png\" tvg-id=\"CTVNewsChannel.tw\" tvg-country=\"TW\" group-title=\"Taiwan\",CTV News Channel (中視新聞台) Ⓨ\nhttps://www.youtube.com/watch?v=TCnaIE_SAtM\n#EXTINF:-1 tvg-name=\"PTS Taigi (公視台語台) Ⓨ Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/zh/thumb/8/8a/PTS_Taigi.svg/640px-PTS_Taigi.svg.png\" tvg-id=\"PTSTaigi.tw\" tvg-country=\"TW\" group-title=\"Taiwan\",PTS Taigi (公視台語台) Ⓨ Ⓖ\nhttps://www.youtube.com/watch?v=6KlRR_DGhmI\n#EXTINF:-1 tvg-name=\"TaiwanPlus Ⓨ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/zh/thumb/7/79/Taiwan_Plus_logo.svg/640px-Taiwan_Plus_logo.svg.png\" tvg-id=\"TaiwanPlus.tv\" tvg-country=\"TW\" group-title=\"Taiwan\",TaiwanPlus Ⓨ\nhttps://www.youtube.com/watch?v=dZp87qnWelE\n#EXTINF:-1 tvg-name=\"民視無線台\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/zh/thumb/4/49/FTV_HD_Logo.svg/640px-FTV_HD_Logo.svg.png\" tvg-id=\"FTV.tw\" tvg-country=\"TW\" group-title=\"Taiwan\",民視無線台\nhttp://seb.sason.top/ptv/ftv.php?id=ms\n#EXTINF:-1 tvg-name=\"FTV One (民視第一台)\" tvg-logo=\"https://i.imgur.com/HBT2o0I.png\" tvg-id=\"FTVOne.tw\" tvg-country=\"TW\" group-title=\"Taiwan\",FTV One (民視第一台)\nhttp://seb.sason.top/ptv/ftv.php?id=dy\n#EXTINF:-1 tvg-name=\"FTV News (民視新聞台) Ⓨ\" tvg-logo=\"https://i.imgur.com/j9Gebr5.png\" tvg-id=\"FTVNews.tw\" tvg-country=\"TW\" group-title=\"Taiwan\",FTV News (民視新聞台) Ⓨ\nhttps://www.youtube.com/watch?v=ylYJSBUgaMA\n#EXTINF:-1 tvg-name=\"FTV Taiwan (民視台灣台)\" tvg-logo=\"https://i.imgur.com/p108I5g.png\" tvg-id=\"FTVTaiwan.tw\" tvg-country=\"TW\" group-title=\"Taiwan\",FTV Taiwan (民視台灣台)\nhttp://seb.sason.top/ptv/ftv.php?id=tw\n#EXTINF:-1 tvg-name=\"TTV Main Channel (臺灣電視台) Ⓨ Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/zh/4/43/TTV_Home_Channel_with_HD_2016.png\" tvg-id=\"TTV.tw\" tvg-country=\"TW\" group-title=\"Taiwan\",TTV Main Channel (臺灣電視台) Ⓨ Ⓖ\nhttps://www.youtube.com/watch?v=uDqQo8a7Xmk\n#EXTINF:-1 tvg-name=\"TTV News (台視新聞台) Ⓨ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/zh/3/3f/TTV_News_Channel_with_HD_2016.png\" tvg-id=\"TTVNews.tw\" tvg-country=\"TW\" group-title=\"Taiwan\",TTV News (台視新聞台) Ⓨ\nhttps://www.youtube.com/watch?v=xL0ch83RAK8\n#EXTINF:-1 tvg-name=\"Congress Channel 1 Ⓨ\" tvg-logo=\"https://i.imgur.com/0dVlvsz.png\" tvg-id=\"CongressChannel1.tw\" tvg-country=\"TW\" group-title=\"Taiwan\",Congress Channel 1 Ⓨ\nhttps://www.youtube.com/watch?v=4HysYHJ6GkY\n#EXTINF:-1 tvg-name=\"Congress Channel 2 Ⓨ\" tvg-logo=\"https://i.imgur.com/htGr996.png\" tvg-id=\"CongressChannel2.tw\" tvg-country=\"TW\" group-title=\"Taiwan\",Congress Channel 2 Ⓨ\nhttps://www.youtube.com/watch?v=RAP4h3q6_Sg\n"
  },
  {
    "path": "playlists/playlist_trinidad.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"CNC3\" tvg-logo=\"https://i.imgur.com/1E73l2j.png\" tvg-id=\"CNC3.tt\" tvg-country=\"TT\" group-title=\"Trinidad\",CNC3\nhttps://sktv-forwarders.7m.pl/get.php?x=CNC3\n#EXTINF:-1 tvg-name=\"gayelle\" tvg-logo=\"https://i.imgur.com/GhWdqLq.jpg\" tvg-id=\"\" tvg-country=\"TT\" group-title=\"Trinidad\",gayelle\nhttps://sktv-forwarders.7m.pl/get.php?x=gayelle\n#EXTINF:-1 tvg-name=\"Synergy TV\" tvg-logo=\"https://i.imgur.com/ugAy0UG.jpg\" tvg-id=\"SynergyTV.tt\" tvg-country=\"TT\" group-title=\"Trinidad\",Synergy TV\nhttps://sktv-forwarders.7m.pl/get.php?x=Synergy_TV\n#EXTINF:-1 tvg-name=\"TTT\" tvg-logo=\"https://i.imgur.com/rxf4x8J.jpg\" tvg-id=\"TTT.tt\" tvg-country=\"TT\" group-title=\"Trinidad\",TTT\nhttps://sktv-forwarders.7m.pl/get.php?x=TTT\n#EXTINF:-1 tvg-name=\"IBN\" tvg-logo=\"https://i.imgur.com/hSJGncF.jpg\" tvg-id=\"\" tvg-country=\"TT\" group-title=\"Trinidad\",IBN\nhttps://sktv-forwarders.7m.pl/get.php?x=IBN\n#EXTINF:-1 tvg-name=\"Trinity TV\" tvg-logo=\"https://i.imgur.com/prgVynR.jpg\" tvg-id=\"\" tvg-country=\"TT\" group-title=\"Trinidad\",Trinity TV\nhttps://sktv-forwarders.7m.pl/get.php?x=Trinity_TV\n"
  },
  {
    "path": "playlists/playlist_turkey.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"TRT 1\" tvg-logo=\"https://i.imgur.com/j786OLG.png\" tvg-id=\"TRT1.tr\" tvg-country=\"TR\" group-title=\"Turkey\",TRT 1\nhttps://tv-trt1.medya.trt.com.tr/master.m3u8\n#EXTINF:-1 tvg-name=\"TRT 2 Ⓖ\" tvg-logo=\"https://i.imgur.com/lNWrOE2.png\" tvg-id=\"TRT2.tr\" tvg-country=\"TR\" group-title=\"Turkey\",TRT 2 Ⓖ\nhttps://tv-trt2.medya.trt.com.tr/master.m3u8\n#EXTINF:-1 tvg-name=\"TRT Haber\" tvg-logo=\"https://i.imgur.com/OVfo8Ab.png\" tvg-id=\"TRTHaber.tr\" tvg-country=\"TR\" group-title=\"Turkey\",TRT Haber\nhttps://tv-trthaber.medya.trt.com.tr/master.m3u8\n#EXTINF:-1 tvg-name=\"TRT Spor Ⓖ\" tvg-logo=\"https://i.imgur.com/N2wGZyf.png\" tvg-id=\"TRTSpor.tr\" tvg-country=\"TR\" group-title=\"Turkey\",TRT Spor Ⓖ\nhttps://tv-trtspor1.medya.trt.com.tr/master.m3u8\n#EXTINF:-1 tvg-name=\"TRT Spor 2 Ⓖ\" tvg-logo=\"https://i.imgur.com/ysKteM8.png\" tvg-country=\"TR\" group-title=\"Turkey\",TRT Spor 2 Ⓖ\nhttps://tv-trtspor2.medya.trt.com.tr/master.m3u8\n#EXTINF:-1 tvg-name=\"TRT Çocuk\" tvg-logo=\"https://i.imgur.com/QLFmD6d.png\" tvg-id=\"TRTCocuk.tr\" tvg-country=\"TR\" group-title=\"Turkey\",TRT Çocuk\nhttps://tv-trtcocuk.medya.trt.com.tr/master.m3u8\n#EXTINF:-1 tvg-name=\"TRT Müzik\" tvg-logo=\"https://i.imgur.com/fIVFCEd.png\" tvg-country=\"TR\" group-title=\"Turkey\",TRT Müzik\nhttps://tv-trtmuzik.medya.trt.com.tr/master.m3u8\n#EXTINF:-1 tvg-name=\"TRT Belgesel\" tvg-logo=\"https://i.imgur.com/MGO87pe.png\" tvg-id=\"TRTBelgesel.tr\" tvg-country=\"TR\" group-title=\"Turkey\",TRT Belgesel\nhttps://tv-trtbelgesel.medya.trt.com.tr/master.m3u8\n#EXTINF:-1 tvg-name=\"TRT Avaz\" tvg-logo=\"https://i.imgur.com/VhTwXu5.png\" tvg-id=\"TRTAvaz.tr\" tvg-country=\"TR\" group-title=\"Turkey\",TRT Avaz\nhttps://tv-trtavaz.medya.trt.com.tr/master.m3u8\n#EXTINF:-1 tvg-name=\"TRT Kurdî\" tvg-logo=\"https://i.imgur.com/6BpymfB.png\" tvg-id=\"TRTKurdi.tr\" tvg-country=\"TR\" group-title=\"Turkey\",TRT Kurdî\nhttps://tv-trtkurdi.medya.trt.com.tr/master.m3u8\n#EXTINF:-1 tvg-name=\"TRT Arabi\" tvg-logo=\"https://i.imgur.com/yyhWOZs.png\" tvg-id=\"TRTArabi.tr\" tvg-country=\"TR\" group-title=\"Turkey\",TRT Arabi\nhttps://tv-trtarabi.medya.trt.com.tr/master.m3u8\n#EXTINF:-1 tvg-name=\"TRT World\" tvg-logo=\"https://i.imgur.com/JEA2xpv.png\" tvg-id=\"TRTWorld.tr\" tvg-country=\"TR\" group-title=\"Turkey\",TRT World\nhttps://tv-trtworld.medya.trt.com.tr/master.m3u8\n#EXTINF:-1 tvg-name=\"TRT Türk\" tvg-logo=\"https://i.imgur.com/OSTOQNw.png\" tvg-id=\"TRTTurk.tr\" tvg-country=\"TR\" group-title=\"Turkey\",TRT Türk\nhttps://tv-trtturk.medya.trt.com.tr/master.m3u8\n#EXTINF:-1 tvg-name=\"TRT EBA Ilkokul\" tvg-logo=\"https://i.imgur.com/wDvZfk8.png\" tvg-country=\"TR\" group-title=\"Turkey\",TRT EBA Ilkokul\nhttps://tv-e-okul00.medya.trt.com.tr/master.m3u8\n#EXTINF:-1 tvg-name=\"TRT EBA Ortaokul\" tvg-logo=\"https://i.imgur.com/yfPTvRx.png\" tvg-country=\"TR\" group-title=\"Turkey\",TRT EBA Ortaokul\nhttps://tv-e-okul01.medya.trt.com.tr/master.m3u8\n#EXTINF:-1 tvg-name=\"TRT EBA Lise\" tvg-logo=\"https://i.imgur.com/IebUZx1.png\" tvg-country=\"TR\" group-title=\"Turkey\",TRT EBA Lise\nhttps://tv-e-okul02.medya.trt.com.tr/master.m3u8\n"
  },
  {
    "path": "playlists/playlist_uk.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"BBC One Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/8/8b/BBC_One_logo_2021.svg/640px-BBC_One_logo_2021.svg.png\" tvg-id=\"BBCOne.uk\" tvg-country=\"GB\" group-title=\"UK\",BBC One Ⓖ\nhttps://vs-hls-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_one_yorks/iptv_hd_abr_v1.m3u8\n#EXTINF:-1 tvg-name=\"BBC Two Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/1/15/BBC_Two_logo_2021.svg/640px-BBC_Two_logo_2021.svg.png\" tvg-id=\"BBCTwo.uk\" tvg-country=\"GB\" group-title=\"UK\",BBC Two Ⓖ\nhttps://vs-hls-push-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_two_hd/iptv_hd_abr_v1.m3u8\n#EXTINF:-1 tvg-name=\"Channel 4 Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/thumb/9/9b/Channel_4_%28On_Demand%29_2023.svg/569px-Channel_4_%28On_Demand%29_2023.svg.png\" tvg-id=\"Channel4.uk\" tvg-country=\"GB\" group-title=\"UK\",Channel 4 Ⓢ\nhttp://176.65.146.105:8011/play/a07w/index.m3u8\n#EXTINF:-1 tvg-name=\"S4C Ⓖ\" tvg-logo=\"https://i.imgur.com/vrcbnBv.png\" tvg-id=\"S4C.uk\" tvg-country=\"GB\" group-title=\"UK\",S4C Ⓖ\nhttps://live-uk.s4c-cdn.co.uk/out/v1/a0134f1fd5a2461b9422b574566d4442/live_uk.m3u8\n#EXTINF:-1 tvg-name=\"BBC Alba Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/e/e3/BBC_Alba_2021.svg/640px-BBC_Alba_2021.svg.png\" tvg-id=\"BBCAlba.uk\" tvg-country=\"GB\" group-title=\"UK\",BBC Alba Ⓖ\nhttps://vs-hls-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_alba/iptv_hd_abr_v1.m3u8\n#EXTINF:-1 tvg-name=\"BBC Four Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/6d/BBC_Four_logo_2021.svg/640px-BBC_Four_logo_2021.svg.png\" tvg-id=\"BBCFour.uk\" tvg-country=\"GB\" group-title=\"UK\",BBC Four Ⓖ\nhttps://vs-hls-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_four_hd/iptv_hd_abr_v1.m3u8\n#EXTINF:-1 tvg-name=\"BBC Scotland Ⓢ Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/66/BBC_Scotland_2021_%28channel%29.svg/640px-BBC_Scotland_2021_%28channel%29.svg.png\" tvg-id=\"BBCScotland.uk\" tvg-country=\"GB\" group-title=\"UK\",BBC Scotland Ⓢ Ⓖ\nhttps://vs-hls-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_scotland_hd/pc_hd_abr_v2.m3u8\n#EXTINF:-1 tvg-name=\"E4 Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/thumb/0/06/E4_logo_2018.svg/552px-E4_logo_2018.svg.png\" tvg-id=\"E4.uk\" tvg-country=\"GB\" group-title=\"UK\",E4 Ⓢ\nhttp://176.65.146.105:8011/play/E4HD/index.m3u8\n#EXTINF:-1 tvg-name=\"Film4 Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/thumb/5/53/Film4_logo_2018.svg/805px-Film4_logo_2018.svg.png\" tvg-id=\"Film4.uk\" tvg-country=\"GB\" group-title=\"UK\",Film4 Ⓢ\nhttp://176.65.146.105:8011/play/FILM4SD/index.m3u8\n#EXTINF:-1 tvg-name=\"QVC UK Ⓢ\" tvg-logo=\"https://i.imgur.com/6TWUVrh.png\" tvg-id=\"QVCUK.uk\" tvg-country=\"GB\" group-title=\"UK\",QVC UK Ⓢ\nhttps://qvcuk-live.akamaized.net/hls/live/2097112/qvc/3/3.m3u8\n#EXTINF:-1 tvg-name=\"TJC\" tvg-logo=\"https://i.imgur.com/fk5rEje.png\" tvg-id=\"TJC.uk\" tvg-country=\"GB\" group-title=\"UK\",TJC\nhttps://cdn-shop-lc-01.akamaized.net/Content/HLS_HLS/Live/channel(TJCOTT)/index.m3u8\n#EXTINF:-1 tvg-name=\"BBC Three Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/7/76/BBC_Three_2022.svg/640px-BBC_Three_2022.svg.png\" tvg-id=\"BBCThree.uk\" tvg-country=\"GB\" group-title=\"UK\",BBC Three Ⓖ\nhttps://vs-hls-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_three_hd/iptv_hd_abr_v1.m3u8\n#EXTINF:-1 tvg-name=\"GemsTV Ⓢ\" tvg-logo=\"https://i.imgur.com/IR2sTag.png\" tvg-id=\"GemsTV.uk\" tvg-country=\"GB\" group-title=\"UK\",GemsTV Ⓢ\nhttp://57d6b85685bb8.streamlock.net:1935/abrgemporiaukgfx/livestream_360p/index.m3u8\n#EXTINF:-1 tvg-name=\"4seven Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/thumb/5/5e/4seven_logo_2018.svg/568px-4seven_logo_2018.svg.png\" tvg-id=\"4seven.uk\" tvg-country=\"GB\" group-title=\"UK\",4seven Ⓢ\nhttp://176.65.146.170:8013/play/a06p/index.m3u8\n#EXTINF:-1 tvg-name=\"Ideal World\" tvg-logo=\"https://i.imgur.com/su6GH7i.png\" tvg-id=\"IdealWorldTV.uk\" tvg-country=\"GB\" group-title=\"UK\",Ideal World\nhttps://ythls.armelin.one/channel/UCJbgGTpBWuC87VFIKTTO4RQ.m3u8\n#EXTINF:-1 tvg-name=\"Blaze Ⓖ\" tvg-logo=\"https://i.imgur.com/6UcPWP9.png\" tvg-id=\"Blaze.uk\" tvg-country=\"GB\" group-title=\"UK\",Blaze Ⓖ\nhttps://live.blaze.tv/live7/blaze/bitrate1.isml/live.m3u8\n#EXTINF:-1 tvg-name=\"Jewellery Maker\" tvg-logo=\"https://i.imgur.com/O7SdkBh.png\" tvg-id=\"JewelleryMaker.uk\" tvg-country=\"GB\" group-title=\"UK\",Jewellery Maker\nhttps://lo2-1.gemporia.com/abrjewellerymaker/smil:livestream.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Hobby Maker\" tvg-logo=\"https://i.imgur.com/VWHp5Tl.png\" tvg-id=\"HobbyMaker.uk\" tvg-country=\"GB\" group-title=\"UK\",Hobby Maker\nhttps://lo2-1.gemporia.com/abrhobbymakerukgfx/smil:livestreamFullHD.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"EarthXTV\" tvg-logo=\"https://i.imgur.com/AvJRFKf.png\" tvg-id=\"EarthXUK.uk\" tvg-country=\"GB\" group-title=\"UK\",EarthXTV\nhttps://ov.ottera.tv/live/master.m3u8?channel=earth_et\n#EXTINF:-1 tvg-name=\"PBS America\" tvg-logo=\"https://i.imgur.com/J4zE5z9.jpg\" tvg-id=\"PBSAmerica.uk\" tvg-country=\"GB\" group-title=\"UK\",PBS America\nhttps://pbs-samsunguk.amagi.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Create & Craft\" tvg-logo=\"https://i.imgur.com/n65sk4L.png\" tvg-id=\"CreateandCraft.uk\" tvg-country=\"GB\" group-title=\"UK\",Create & Craft\nhttps://live-hochanda.simplestreamcdn.com/live2/hochanda/bitrate1.isml/live.m3u8\n#EXTINF:-1 tvg-name=\"CBBC Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/3/35/CBBC_%282023%29.svg/640px-CBBC_%282023%29.svg.png\" tvg-id=\"CBBC.uk\" tvg-country=\"GB\" group-title=\"UK\",CBBC Ⓖ\nhttps://vs-hls-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:cbbc_hd/t=3840/v=pv14/b=5070016/main.m3u8\n#EXTINF:-1 tvg-name=\"CBeebies Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/b/b5/CBeebies_2023.svg/640px-CBeebies_2023.svg.png\" tvg-id=\"CBeebies.uk\" tvg-country=\"GB\" group-title=\"UK\",CBeebies Ⓖ\nhttps://vs-hls-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:cbeebies_hd/t=3840/v=pv14/b=5070016/main.m3u8\n#EXTINF:-1 tvg-name=\"BBC Parliament Ⓢ Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/99/BBC_Parliament_2022.svg/640px-BBC_Parliament_2022.svg.png\" tvg-id=\"BBCParliament.uk\" tvg-country=\"GB\" group-title=\"UK\",BBC Parliament Ⓢ Ⓖ\nhttps://vs-hls-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_parliament/pc_hd_abr_v2.m3u8\n#EXTINF:-1 tvg-name=\"Sky News\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/thumb/5/57/Sky_News_logo.svg/1024px-Sky_News_logo.svg.png\" tvg-id=\"SkyNews.uk\" tvg-country=\"GB\" group-title=\"UK\",Sky News\nhttps://linear021-gb-hls1-prd-ak.cdn.skycdp.com/Content/HLS_001_hd/Live/channel(skynews)/index_mob.m3u8\n#EXTINF:-1 tvg-name=\"GB News\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/thumb/3/35/GB_News_Logo.svg/640px-GB_News_Logo.svg.png\" tvg-id=\"GBNews.uk\" tvg-country=\"GB\" group-title=\"UK\",GB News\nhttps://live-gbnews.simplestreamcdn.com/live5/gbnews/bitrate1.isml/manifest.m3u8\n#EXTINF:-1 tvg-name=\"TalkTV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/8/83/TalkTV_logo.png\" tvg-id=\"TalkTV.uk\" tvg-country=\"GB\" group-title=\"UK\",TalkTV\nhttps://live-talktv-ssai.simplestreamcdn.com/v1/master/82267e84b9e5053b3fd0ade12cb1a146df74169a/talktv-live/index.m3u8\n#EXTINF:-1 tvg-name=\"Arise News\" tvg-logo=\"https://i.imgur.com/B5IXKIb.png\" tvg-id=\"AriseNews.uk\" tvg-country=\"GB\" group-title=\"UK\",Arise News\nhttps://liveedge-arisenews.visioncdn.com/live-hls/arisenews/arisenews/arisenews_web/master.m3u8\n#EXTINF:-1 tvg-name=\"France 24\" tvg-logo=\"https://i.imgur.com/61MSiq9.png\" tvg-id=\"France24English.fr\" tvg-country=\"GB\" group-title=\"UK\",France 24\nhttps://ythls.armelin.one/channel/UCQfwfsi5VrQ8yKZ-UWmAEFg.m3u8\n#EXTINF:-1 tvg-name=\"Bloomberg TV\" tvg-logo=\"https://d2n0069hmnqmmx.cloudfront.net/epgdata/1.0/newchanlogos/512/512/skychb1074.png\" tvg-id=\"BloombergTVEurope.uk\" tvg-country=\"GB\" group-title=\"UK\",Bloomberg TV\nhttps://bloomberg.com/media-manifest/streams/eu.m3u8\n#EXTINF:-1 tvg-name=\"NHK World Japan\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/8/8d/NHK_World-Japan_TV.svg/512px-NHK_World-Japan_TV.svg.png\" tvg-id=\"NHKWorldJapan.jp\" tvg-country=\"GB\" group-title=\"UK\",NHK World Japan\nhttps://nhkwlive-ojp.akamaized.net/hls/live/2003459/nhkwlive-ojp-en/index_4M.m3u8\n#EXTINF:-1 tvg-name=\"Arirang World\" tvg-logo=\"https://raw.githubusercontent.com/tv-logo/tv-logos/67cfa9368d2d135744732a3aed3baecb3fadcf13/countries/international/arirang-int.png\" tvg-id=\"ArirangWorld.kr\" tvg-country=\"GB\" group-title=\"UK\",Arirang World\nhttp://amdlive.ctnd.com.edgesuite.net/arirang_1ch/smil:arirang_1ch.smil/chunklist_b2256000_sleng.m3u8\n#EXTINF:-1 tvg-name=\"TRT World\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/TRT_World.svg/512px-TRT_World.svg.png\" tvg-id=\"TRTWorld.tr\" tvg-country=\"GB\" group-title=\"UK\",TRT World\nhttps://api.trtworld.com/livestream/v1/WcM3Oa2LHD9iUjWDSRUI335NkMWVTUV351H56dqC/master.m3u8\n#EXTINF:-1 tvg-name=\"SportyStuff TV\" tvg-logo=\"https://i.imgur.com/uIgxHSY.png\" tvg-id=\"SportyStuffTV.uk\" tvg-country=\"GB\" group-title=\"UK\",SportyStuff TV\nhttps://cdn.rtmp1.vodhosting.com/hls/SportyStuffTV.m3u8\n#EXTINF:-1 tvg-name=\"4Music Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/thumb/4/49/4Music_logo_2018.svg/512px-4Music_logo_2018.svg.png\" tvg-id=\"4Music.uk\" tvg-country=\"GB\" group-title=\"UK\",4Music Ⓖ\nhttps://csm-e-boxplus.tls1.yospace.com/csm/extlive/boxplus01,boxhits-alldev.m3u8?spotxc1=195996&spotxc2=190878&yo.up=https://boxtv.secure.footprint.net/boxhits/\n#EXTINF:-1 tvg-name=\"The Box Ⓖ\" tvg-logo=\"https://i.imgur.com/e1Cf4Li.png\" tvg-id=\"TheBoxUK.uk\" tvg-country=\"GB\" group-title=\"UK\",The Box Ⓖ\nhttps://csm-e-boxplus.tls1.yospace.com/csm/extlive/boxplus01,thebox-alldev.m3u8?yo.up=https://boxtv.secure.footprint.net/thebox/\n#EXTINF:-1 tvg-name=\"KISS Ⓖ\" tvg-logo=\"https://i.imgur.com/47ZkVhO.png\" tvg-id=\"KissTVUK.uk\" tvg-country=\"GB\" group-title=\"UK\",KISS Ⓖ\nhttps://csm-e-boxplus.tls1.yospace.com/csm/extlive/boxplus01,kiss-alldev.m3u8?spotxc1=195996&spotxc2=190878&yo.up=https://boxtv.secure.footprint.net/kiss/\n#EXTINF:-1 tvg-name=\"Magic Ⓖ\" tvg-logo=\"https://i.imgur.com/e1Cf4Li.png\" tvg-id=\"Magic.uk\" tvg-country=\"GB\" group-title=\"UK\",Magic Ⓖ\nhttps://csm-e-boxplus.tls1.yospace.com/csm/extlive/boxplus01,magic-alldev.m3u8?yo.up=https%3A%2F%2Fboxtv.secure.footprint.net%2Fmagic%2F&spotxc1=195996&spotxc2=190878\n#EXTINF:-1 tvg-name=\"Kerrang!\" tvg-logo=\"https://i.imgur.com/3mwf8Uq.png\" tvg-id=\"Kerrang.uk\" tvg-country=\"GB\" group-title=\"UK\",Kerrang!\nhttps://csm-e-boxplus.tls1.yospace.com/csm/extlive/boxplus01,kerrang-alldev.m3u8?yo.up=http://boxtv-origin-elb.cds1.yospace.com/uploads/kerrang/\n#EXTINF:-1 tvg-name=\"QVC Beauty Ⓢ\" tvg-logo=\"https://i.imgur.com/ZBHtqk1.png\" tvg-id=\"QVCBeautyUK.uk\" tvg-country=\"GB\" group-title=\"UK\",QVC Beauty Ⓢ\nhttps://qvcuk-live.akamaized.net/hls/live/2097112/qby/3/3.m3u8\n#EXTINF:-1 tvg-name=\"QVC Extra Ⓢ\" tvg-logo=\"https://i.imgur.com/TIe5T9Z.png\" tvg-id=\"QVCExtraUK.uk\" tvg-country=\"GB\" group-title=\"UK\",QVC Extra Ⓢ\nhttps://qvcuk-live.akamaized.net/hls/live/2097112/qex/3/3.m3u8\n#EXTINF:-1 tvg-name=\"QVC Style Ⓢ\" tvg-logo=\"https://i.imgur.com/6HZlLL3.png\" tvg-id=\"QVCStyleUK.uk\" tvg-country=\"GB\" group-title=\"UK\",QVC Style Ⓢ\nhttps://qvcuk-live.akamaized.net/hls/live/2097112/qst/3/3.m3u8\n#EXTINF:-1 tvg-name=\"Now 70s\" tvg-logo=\"https://i.imgur.com/qiCCX5X.png\" tvg-id=\"Now70s.uk\" tvg-country=\"GB\" group-title=\"UK\",Now 70s\nhttps://lightning-now70s-samsungnz.amagi.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Now 80s\" tvg-logo=\"https://i.imgur.com/8paz37m.png\" tvg-id=\"Now80s.uk\" tvg-country=\"GB\" group-title=\"UK\",Now 80s\nhttps://lightning-now80s-samsunguk.amagi.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Now Rock\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/8/89/NOW_Rock_logo.png\" tvg-id=\"NowRock.uk\" tvg-country=\"GB\" group-title=\"UK\",Now Rock\nhttps://lightning-now90s-samsungnz.amagi.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"BBC World News Ⓢ\" tvg-logo=\"https://i.imgur.com/joD38lo.png\" tvg-country=\"GB\" group-title=\"UK\",BBC World News Ⓢ\nhttp://ott-cdn.ucom.am/s24/index.m3u8\n#EXTINF:-1 tvg-name=\"BBC Radio 1\" tvg-logo=\"https://experiencersinternational.github.io/tvsetup/tvg-ico/bbcrd1-epg.png\" tvg-id=\"BBCRadio1.uk\" tvg-country=\"GB\" group-title=\"UK\",BBC Radio 1\nhttp://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_radio_one/bbc_radio_one.isml/bbc_radio_one-audio%3d96000.norewind.m3u8\n#EXTINF:-1 tvg-name=\"BBC Radio 2\" tvg-logo=\"https://experiencersinternational.github.io/tvsetup/tvg-ico/bbcrd2-epg.png\" tvg-id=\"BBCRadio2.uk\" tvg-country=\"GB\" group-title=\"UK\",BBC Radio 2\nhttp://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_radio_two/bbc_radio_two.isml/bbc_radio_two-audio%3d96000.norewind.m3u8\n#EXTINF:-1 tvg-name=\"BBC Radio 3\" tvg-logo=\"https://experiencersinternational.github.io/tvsetup/tvg-ico/bbcrd3-epg.png\" tvg-id=\"BBCRadio3.uk\" tvg-country=\"GB\" group-title=\"UK\",BBC Radio 3\nhttp://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_radio_three/bbc_radio_three.isml/bbc_radio_three-audio%3d96000.norewind.m3u8\n#EXTINF:-1 tvg-name=\"BBC Radio 4\" tvg-logo=\"https://experiencersinternational.github.io/tvsetup/tvg-ico/bbcrd4-epg.png\" tvg-id=\"BBCRadio4FM.uk\" tvg-country=\"GB\" group-title=\"UK\",BBC Radio 4\nhttp://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_radio_fourfm/bbc_radio_fourfm.isml/bbc_radio_fourfm-audio%3d96000.norewind.m3u8\n#EXTINF:-1 tvg-name=\"BBC Radio 5 Live\" tvg-logo=\"https://experiencersinternational.github.io/tvsetup/tvg-ico/bbcrd5l-epg.png\" tvg-id=\"BBCRadio5Live.uk\" tvg-country=\"GB\" group-title=\"UK\",BBC Radio 5 Live\nhttp://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_radio_five_live/bbc_radio_five_live.isml/bbc_radio_five_live-audio%3d96000.norewind.m3u8\n#EXTINF:-1 tvg-name=\"BBC Radio 6 Music\" tvg-logo=\"https://experiencersinternational.github.io/tvsetup/tvg-ico/bbcrd6-epg.png\" tvg-id=\"BBCRadio6Music.uk\" tvg-country=\"GB\" group-title=\"UK\",BBC Radio 6 Music\nhttp://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_6music/bbc_6music.isml/bbc_6music-audio%3d96000.norewind.m3u8\n#EXTINF:-1 tvg-name=\"BBC Radio 1Xtra\" tvg-logo=\"https://experiencersinternational.github.io/tvsetup/tvg-ico/bbcrd1x-epg.png\" tvg-id=\"BBCRadio1Xtra.uk\" tvg-country=\"GB\" group-title=\"UK\",BBC Radio 1Xtra\nhttp://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_1xtra/bbc_1xtra.isml/bbc_1xtra-audio%3d96000.norewind.m3u8\n#EXTINF:-1 tvg-name=\"BBC Radio 4 Extra\" tvg-logo=\"https://experiencersinternational.github.io/tvsetup/tvg-ico/bbcrd4x-epg.png\" tvg-id=\"BBCRadio4Extra.uk\" tvg-country=\"GB\" group-title=\"UK\",BBC Radio 4 Extra\nhttp://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_radio_four_extra/bbc_radio_four_extra.isml/bbc_radio_four_extra-audio%3d96000.norewind.m3u8\n#EXTINF:-1 tvg-name=\"BBC Radio 5 Sports Extra\" tvg-logo=\"https://experiencersinternational.github.io/tvsetup/tvg-ico/bbcrd5s-epg.png\" tvg-id=\"BBCRadio5SportsExtra.uk\" tvg-country=\"GB\" group-title=\"UK\",BBC Radio 5 Sports Extra\nhttp://as-hls-uk-live.akamaized.net/pool_904/live/uk/bbc_radio_five_live_sports_extra/bbc_radio_five_live_sports_extra.isml/bbc_radio_five_live_sports_extra-audio%3d96000.norewind.m3u8\n#EXTINF:-1 tvg-name=\"BBC Asian Network\" tvg-logo=\"https://experiencersinternational.github.io/tvsetup/tvg-ico/bbcasiannet-epg.png\" tvg-id=\"BBCRadioAsianNetwork.uk\" tvg-country=\"GB\" group-title=\"UK\",BBC Asian Network\nhttp://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_asian_network/bbc_asian_network.isml/bbc_asian_network-audio%3d96000.norewind.m3u8\n#EXTINF:-1 tvg-name=\"BBC World Service\" tvg-logo=\"https://experiencersinternational.github.io/tvsetup/tvg-ico/bbcws-epg.png\" tvg-id=\"BBCRadioWorldService.uk\" tvg-country=\"GB\" group-title=\"UK\",BBC World Service\nhttp://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/nonuk/sbr_low/ak/bbc_world_service.m3u8\n"
  },
  {
    "path": "playlists/playlist_ukraine.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"Pershyi\" tvg-logo=\"https://i.imgur.com/osTQLED.png\" tvg-id=\"Pershyi.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Pershyi\nhttps://ext.cdn.nashnet.tv/228.0.2.45/index.m3u8\n#EXTINF:-1 tvg-name=\"1+1 Ukraina Ⓢ\" tvg-logo=\"https://i.imgur.com/FlG7npq.png\" tvg-id=\"1Plus1Ukraina.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",1+1 Ukraina Ⓢ\nhttp://212.79.122.11:5014/udp/239.255.6.49:1234\n#EXTINF:-1 tvg-name=\"1+1 Marafon\" tvg-logo=\"https://i.imgur.com/smQKa2G.png\" tvg-id=\"1Plus1Marafon.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",1+1 Marafon\nhttps://m3u8.ott.blue/watch/45/index.m3u8?geo=auto&token=94450098895765784220366841698509\n#EXTINF:-1 tvg-name=\"Suspilne Kultura\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/Suspilne_Kultura_%282022%29.svg/640px-Suspilne_Kultura_%282022%29.svg.png\" tvg-id=\"SuspilneKultura.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Suspilne Kultura\nhttps://ext.cdn.nashnet.tv/228.0.0.141/index.m3u8\n#EXTINF:-1 tvg-name=\"Suspilne Sport\" tvg-logo=\"https://i.imgur.com/16IhU0M.png\" tvg-id=\"SuspilneSport.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Suspilne Sport\nhttp://cdnua05.hls.tv/934/hls/8743361621b245838bee193c9ec28322/4856/stream.m3u8\n#EXTINF:-1 tvg-name=\"ICTV2\" tvg-logo=\"https://i.imgur.com/J4zlRGv.png\" tvg-id=\"ICTV2.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",ICTV2\nhttp://cdnua05.hls.tv/919/hls/8743361621b245838bee193c9ec28322/4835/stream.m3u8\n#EXTINF:-1 tvg-name=\"ICTV Serialy\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/7/7a/ICTV_Serialy_%282024%29.png\" tvg-id=\"ICTVSerialy.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",ICTV Serialy\nhttp://cdnua05.hls.tv/624/hls/f62d71219200da4130d13b21d23fb23c/4896/stream.m3u8\n#EXTINF:-1 tvg-name=\"Inter\" tvg-logo=\"https://i.imgur.com/R06gbuT.png\" tvg-id=\"Inter.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Inter\nhttp://212.79.122.11:5014/udp/239.255.6.25:1234\n#EXTINF:-1 tvg-name=\"UNIAN TV\" tvg-logo=\"https://i.imgur.com/Alu78zn.png\" tvg-id=\"UNIANTV.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",UNIAN TV\nhttps://m3u8.ott.blue/watch/236/index.m3u8?geo=auto&token=94450098895765784220366841698509\n#EXTINF:-1 tvg-name=\"Bigudi Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/8/84/Bigudi_%28Ukraine%29_%281-st_logo%29.svg/627px-Bigudi_%28Ukraine%29_%281-st_logo%29.svg.png\" tvg-id=\"Bigudi.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Bigudi Ⓢ\nhttp://212.79.122.11:5014/udp/239.255.6.13:1234\n#EXTINF:-1 tvg-name=\"Армія ТБ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/f/f8/ArmyTV_logo_%282023%29.svg/640px-ArmyTV_logo_%282023%29.svg.png\" tvg-id=\"ArmyTV.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Армія ТБ\nhttps://m3u8.ott.blue/watch/7572/index.m3u8?geo=auto&token=94450098895765784220366841698509%20\n#EXTINF:-1 tvg-name=\"Novyi Kanal\" tvg-logo=\"https://i.imgur.com/4JhqpPM.png\" tvg-id=\"NovyKanal.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Novyi Kanal\nhttp://212.79.122.11:5014/udp/239.255.6.38:1234\n#EXTINF:-1 tvg-name=\"TET Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/3/31/TET_logo.svg/640px-TET_logo.svg.png\" tvg-id=\"TET.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",TET Ⓢ\nhttp://212.79.122.11:5014/udp/239.255.6.11:1234\n#EXTINF:-1 tvg-name=\"2+2 Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/a/a4/2%2B2_logo_2017.svg/640px-2%2B2_logo_2017.svg.png\" tvg-id=\"2Plus2.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",2+2 Ⓢ\nhttp://212.79.122.11:5014/udp/239.255.6.14:1234\n#EXTINF:-1 tvg-name=\"M1\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/a/a9/M1_%28Ukraine%29_%282001-2021%29.svg/768px-M1_%28Ukraine%29_%282001-2021%29.svg.png\" tvg-id=\"M1.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",M1\nhttp://212.79.122.11:5014/udp/239.255.6.28:1234\n#EXTINF:-1 tvg-name=\"M2\" tvg-logo=\"https://i.imgur.com/AfcBWCg.png\" tvg-id=\"M2.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",M2\nhttps://live.m2.tv/hls3/stream.m3u8\n#EXTINF:-1 tvg-name=\"NTN\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/d/d1/NTNUA_logo_%282013%29.svg/640px-NTNUA_logo_%282013%29.svg.png\" tvg-id=\"NTN.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",NTN\nhttps://edge3.iptv.macc.com.ua/img/ntn_3/index.m3u8\n#EXTINF:-1 tvg-name=\"Mega\" tvg-logo=\"https://i.imgur.com/F1v69tn.png\" tvg-id=\"Mega.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Mega\nhttp://212.79.122.11:5014/udp/239.255.6.40:1234\n#EXTINF:-1 tvg-name=\"ПлюсПлюс Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/b/bd/PLUSPLUSUA.svg/640px-PLUSPLUSUA.svg.png\" tvg-id=\"PlusPlus.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",ПлюсПлюс Ⓢ\nhttp://212.79.122.11:5014/udp/239.255.6.12:1234\n#EXTINF:-1 tvg-name=\"Ми — Україна Ⓢ\" tvg-logo=\"https://i.imgur.com/nkatL7Q.png\" tvg-id=\"MyUkrainaTV.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Ми — Україна Ⓢ\nhttp://212.79.122.11:5014/udp/239.255.6.7:1234\n#EXTINF:-1 tvg-name=\"Оце ТБ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/8/8f/OCE_logo_%282017%29.svg/640px-OCE_logo_%282017%29.svg.png\" tvg-id=\"OCE.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Оце ТБ\nhttp://212.79.122.11:5014/udp/239.255.6.4:1234\n#EXTINF:-1 tvg-name=\"K1\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/a/a4/K1_Logo_2014.svg/655px-K1_Logo_2014.svg.png\" tvg-id=\"K1.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",K1\nhttp://212.79.122.11:5014/udp/239.255.6.41:1234\n#EXTINF:-1 tvg-name=\"XSport Ⓢ\" tvg-logo=\"https://i.imgur.com/CHDcfrT.png\" tvg-id=\"XSport.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",XSport Ⓢ\nhttp://cdnua05.hls.tv/946/hls/8743361621b245838bee193c9ec28322/3999/stream.m3u8\n#EXTINF:-1 tvg-name=\"Enter-Film\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/8/8e/Enter-FilmUA_%282013%29.png/819px-Enter-FilmUA_%282013%29.png\" tvg-id=\"EnterFilm.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Enter-Film\nhttp://212.79.122.11:5014/udp/239.255.6.31:1234\n#EXTINF:-1 tvg-name=\"Піксель TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/98/PixelUalogo.svg/640px-PixelUalogo.svg.png\" tvg-id=\"PixelTV.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Піксель TV\nhttp://212.79.122.11:5014/udp/239.255.6.30:1234\n#EXTINF:-1 tvg-name=\"5 Kanal\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/2c/Logo_5_Channel.svg/480px-Logo_5_Channel.svg.png\" tvg-id=\"5Kanal.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",5 Kanal\nhttps://776067.live.tvstitch.com/stream.m3u8?m=aHR0cHM6Ly9jZG4uZHl2eWFwcC5jb20vNS1jaGFubmVsL3ZpZGVvLm0zdTg%2FdG9rZW49ZXlKaGJHY2lPaUpJVXpJMU5pSXNJblI1Y0NJNklrcFhWQ0o5LmV5SnBjQ0k2SWpKaE1EWTZOVGt3TWpveE0yTXdPakE2WlRobFlqbzJNRGM0T2pSa01qcG1OV01pTENKMWMyVnlYMkZuWlc1MElqb2lUVzk2YVd4c1lWd3ZOUzR3SUNoWGFXNWtiM2R6SUU1VUlERXdMakE3SUZkcGJqWTBPeUI0TmpRN0lISjJPakV6Tmk0d0tTQkhaV05yYjF3dk1qQXhNREF4TURFZ1JtbHlaV1p2ZUZ3dk1UTTJMakFpTENKbGVIQWlPakUzTkRFNE1UUTVPVEI5Lkllb2JDR0NtVDVOd1pKSjdzNEhLaVIzb01IZVhpQ2dnZVp5WjZ6YWxodGM%3D&channel=1&u=b048004d-9363-4406-9b23-cb12b731d6e4&gdpr_consent=%7Bgdpr_consent%7D&givn=%7Bgivn%7D\n#EXTINF:-1 tvg-name=\"Суспільне Київ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/66/Suspilne_Kyiv_%282022%29.svg/640px-Suspilne_Kyiv_%282022%29.svg.png\" tvg-id=\"SuspilneKyiv.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Суспільне Київ\nhttps://ext.cdn.nashnet.tv/228.0.0.41/index.m3u8\n#EXTINF:-1 tvg-name=\"Суспільне Дніпро\" tvg-logo=\"https://i.imgur.com/nMHd9FK.png\" tvg-id=\"SuspilneDnipro.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Суспільне Дніпро\nhttp://cdnua05.hls.tv/648/hls/f62d71219200da4130d13b21d23fb23c/4786/stream.m3u8\n#EXTINF:-1 tvg-name=\"Суспільне Житомир Ⓢ\" tvg-logo=\"https://i.imgur.com/lCv1Xaq.png\" tvg-id=\"SuspilneZhytomyr.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Суспільне Житомир Ⓢ\nhttp://cdnua05.hls.tv/647/hls/f62d71219200da4130d13b21d23fb23c/4787/stream.m3u8\n#EXTINF:-1 tvg-name=\"Суспільне Одеса Ⓢ\" tvg-logo=\"https://i.imgur.com/giTdUK9.png\" tvg-id=\"SuspilneOdesa.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Суспільне Одеса Ⓢ\nhttp://cdnua05.hls.tv/653/hls/f62d71219200da4130d13b21d23fb23c/4833/stream.m3u8\n#EXTINF:-1 tvg-name=\"Суспільне Суми Ⓢ\" tvg-logo=\"https://i.imgur.com/U5GQiUz.png\" tvg-id=\"SuspilneSumy.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Суспільне Суми Ⓢ\nhttp://cdnua05.hls.tv/630/hls/f62d71219200da4130d13b21d23fb23c/4798/stream.m3u8\n#EXTINF:-1 tvg-name=\"Суспільне Хмельницький Ⓢ\" tvg-logo=\"https://i.imgur.com/uoTcTbU.png\" tvg-id=\"SuspilneKhmelnytskyi.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Суспільне Хмельницький Ⓢ\nhttp://cdnua05.hls.tv/632/hls/f62d71219200da4130d13b21d23fb23c/4800/stream.m3u8\n#EXTINF:-1 tvg-name=\"Суспільне Чернівці Ⓢ\" tvg-logo=\"https://i.imgur.com/mzYRGp2.png\" tvg-id=\"SuspilneChernivtsi.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Суспільне Чернівці Ⓢ\nhttp://cdnua05.hls.tv/643/hls/f62d71219200da4130d13b21d23fb23c/4790/stream.m3u8\n#EXTINF:-1 tvg-name=\"Суспільне Kropyvnytskyi\" tvg-logo=\"https://i.imgur.com/zzYJr87.png\" tvg-id=\"SuspilneKropyvnytskyi.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Суспільне Kropyvnytskyi\nhttp://cdnua05.hls.tv/650/hls/f62d71219200da4130d13b21d23fb23c/4788/stream.m3u8\n#EXTINF:-1 tvg-name=\"Суспільне Луцьк\" tvg-logo=\"https://i.imgur.com/QIin5nZ.png\" tvg-id=\"SuspilneLutsk.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Суспільне Луцьк\nhttp://193.107.168.98:7006/play/508/index.m3u8\n#EXTINF:-1 tvg-name=\"Суспільне Крим\" tvg-logo=\"https://i.imgur.com/m7znCes.png\" tvg-id=\"SuspilneKrym.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Суспільне Крим\nhttps://ext.cdn.nashnet.tv/228.0.0.71/index.m3u8\n#EXTINF:-1 tvg-name=\"Суспільне Тернопіль\" tvg-logo=\"https://i.imgur.com/rxXyCY7.png\" tvg-id=\"SuspilneTernopil.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Суспільне Тернопіль\nhttp://cdnua05.hls.tv/647/hls/f62d71219200da4130d13b21d23fb23c/4789/stream.m3u8\n#EXTINF:-1 tvg-name=\"Суспільне Чернігів\" tvg-logo=\"https://i.imgur.com/WBChVXj.png\" tvg-id=\"SuspilneChernihiv.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Суспільне Чернігів\nhttp://cdnua05.hls.tv/645/hls/f62d71219200da4130d13b21d23fb23c/4791/stream.m3u8\n#EXTINF:-1 tvg-name=\"FREEДOM\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/f/f2/FreeDOMUAlogo.svg/512px-FreeDOMUAlogo.svg.png\" tvg-id=\"FREEDOM.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",FREEДOM\nhttp://95.67.106.242/mobile-app/main/freedom/master.m3u8\n#EXTINF:-1 tvg-name=\"24 Kanal\" tvg-logo=\"https://pbs.twimg.com/profile_images/1498285886714298374/EMSJzC-0_400x400.jpg\" tvg-id=\"24Kanal.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",24 Kanal\nhttp://streamvideol1.luxnet.ua/news24/smil:news24.stream.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"ДІМ\" tvg-logo=\"https://i.imgur.com/3cjaXIF.png\" tvg-id=\"DIM.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",ДІМ\nhttp://212.79.122.11:5014/udp/239.255.6.18:1234\n#EXTINF:-1 tvg-name=\"Дніпро TV\" tvg-logo=\"https://i.imgur.com/mbPTVh1.png\" tvg-id=\"DniproTV.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Дніпро TV\nhttp://vcdn1.produck.company:1935/out/dtv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"ГІТ\" tvg-logo=\"https://i.imgur.com/b5K5Uwh.png\" tvg-id=\"Git.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",ГІТ\nhttps://stream.uagit.tv/gittv.m3u8\n#EXTINF:-1 tvg-name=\"Telekanal RAI\" tvg-logo=\"https://i.imgur.com/Ouv51WB.png\" tvg-id=\"TelekanalRAI.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Telekanal RAI\nhttps://stream.rai.ua/rai/stream.m3u8\n#EXTINF:-1 tvg-name=\"Тернопіль 1\" tvg-logo=\"https://i.imgur.com/f5EtIzV.png\" tvg-id=\"Ternopil1.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Тернопіль 1\nhttps://ott.columbus.te.ua/ternopil1/index.m3u8\n#EXTINF:-1 tvg-name=\"CK 1\" tvg-logo=\"https://i.imgur.com/XiXwr5h.png\" tvg-id=\"SK1.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",CK 1\nhttp://cdn10.live-tv.od.ua:8081/sk1zt/sk1zt-abr/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Pervyy gorodskoy Odessa\" tvg-logo=\"https://i.imgur.com/8qdc6aO.png\" tvg-id=\"PervyygorodskoyOdessa.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Pervyy gorodskoy Odessa\nhttps://live.1tv.od.ua/stream1/channel1/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Київ 24\" tvg-logo=\"https://i.imgur.com/TVuCY4N.png\" tvg-id=\"Kyiv.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",Київ 24\nhttps://ext.cdn.nashnet.tv/228.0.0.15/index.m3u8\n#EXTINF:-1 tvg-name=\"ITV\" tvg-logo=\"https://i.imgur.com/NZdT9yJ.png\" tvg-id=\"ITV.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",ITV\nhttp://cdn10.live-tv.od.ua:8081/itvrv/abr/playlist.m3u8\n#EXTINF:-1 tvg-name=\"NTK TV\" tvg-logo=\"https://www.ntktv.ua/bitrix/templates/ntk_copy/images/logo.png\" tvg-id=\"NTKTV.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",NTK TV\nhttp://stream.ntktv.ua/s/ntk/ntk.m3u8\n#EXTINF:-1 tvg-name=\"TVA\" tvg-logo=\"https://i.imgur.com/PtTQ5lv.png\" tvg-id=\"TVA.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",TVA\nhttps://hls.cdn.ua/tva.ua_live/livestream/chunklist_.m3u8\n#EXTINF:-1 tvg-name=\"TV7+\" tvg-logo=\"https://i.imgur.com/PcTDZ8e.png\" tvg-id=\"TV7Plus.ua\" tvg-country=\"UA\" group-title=\"Ukraine\",TV7+\nhttps://tv7plus.com/hls/tv7_site.m3u8\n"
  },
  {
    "path": "playlists/playlist_united_arab_emirates.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"Cartoon Network Arabic\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/b/bb/Cartoon_Network_Arabic_logo.png\" tvg-id=\"CartoonNetworkArabic.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Cartoon Network Arabic\nhttps://shls-cartoon-net-prod-dub.shahid.net/out/v1/dc4aa87372374325a66be458f29eab0f/index.m3u8\n#EXTINF:-1 tvg-name=\"Al Arabiya Business\" tvg-logo=\"https://i.imgur.com/eEV4r6J.jpg\" tvg-id=\"AlArabiyaBusiness.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Al Arabiya Business\nhttps://live.alarabiya.net/alarabiapublish/aswaaq.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"MBC 1\" tvg-logo=\"https://i.imgur.com/CiA3plN.png\" tvg-id=\"MBC1.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",MBC 1\nhttps://mbc1-enc.edgenextcdn.net/out/v1/0965e4d7deae49179172426cbfb3bc5e/index.m3u8\n#EXTINF:-1 tvg-name=\"MBC 2 Ⓢ\" tvg-logo=\"https://i.imgur.com/n9mSHuP.png\" tvg-id=\"MBC2.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",MBC 2 Ⓢ\nhttp://37.122.156.107:4000/play/a07g/index.m3u8\n#EXTINF:-1 tvg-name=\"MBC 3\" tvg-logo=\"https://i.imgur.com/PVt8OPN.png\" tvg-id=\"MBC3.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",MBC 3\nhttps://shls-mbc3-prod-dub.shahid.net/out/v1/d5bbe570e1514d3d9a142657d33d85e6/index.m3u8\n#EXTINF:-1 tvg-name=\"MBC 4\" tvg-logo=\"https://i.imgur.com/BcXASJp.png\" tvg-id=\"MBC4.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",MBC 4\nhttps://mbc4-prod-dub-ak.akamaized.net/out/v1/c08681f81775496ab4afa2bac7ae7638/index.m3u8\n#EXTINF:-1 tvg-name=\"MBC 5\" tvg-logo=\"https://i.imgur.com/fRWaDyF.png\" tvg-id=\"MBC5.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",MBC 5\nhttps://shls-mbc5-prod-dub.shahid.net/out/v1/2720564b6a4641658fdfb6884b160da2/index.m3u8\n#EXTINF:-1 tvg-name=\"MBC Action Ⓢ\" tvg-logo=\"https://i.imgur.com/OWZAghw.png\" tvg-id=\"MBCAction.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",MBC Action Ⓢ\nhttp://37.122.156.107:4000/play/a07h/index.m3u8\n#EXTINF:-1 tvg-name=\"MBC Bollywood\" tvg-logo=\"https://i.imgur.com/TTAGFHG.png\" tvg-id=\"MBCBollywood.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",MBC Bollywood\nhttps://shls-mbcbollywood-prod-dub.shahid.net/out/v1/a79c9d7ef2a64a54a64d5c4567b3462a/index.m3u8\n#EXTINF:-1 tvg-name=\"MBC Drama\" tvg-logo=\"https://i.imgur.com/g5PWnqp.png\" tvg-id=\"MBCDrama.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",MBC Drama\nhttps://mbc1-enc.edgenextcdn.net/out/v1/b0b3a0e6750d4408bb86d703d5feffd1/index.m3u8\n#EXTINF:-1 tvg-name=\"MBC Max Ⓢ\" tvg-logo=\"https://i.imgur.com/A02CptP.png\" tvg-id=\"MBCMax.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",MBC Max Ⓢ\nhttp://37.122.156.107:4000/play/a07i/index.m3u8\n#EXTINF:-1 tvg-name=\"MBC Persia\" tvg-logo=\"https://i.imgur.com/4FXiyjn.png\" tvg-id=\"MBCPersia.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",MBC Persia\nhttps://shls-mbcpersia-prod-dub.shahid.net/out/v1/bdc7cd0d990e4c54808632a52c396946/index.m3u8\n#EXTINF:-1 tvg-name=\"Wanasah\" tvg-logo=\"https://i.imgur.com/nLtiXNf.png\" tvg-id=\"Wanasah.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Wanasah\nhttps://shls-wanasah-prod-dub.shahid.net/out/v1/c84ef3128e564b74a6a796e8b6287de6/index.m3u8\n#EXTINF:-1 tvg-name=\"Sky News Arabia\" tvg-logo=\"https://i.imgur.com/SvjU4h6.png\" tvg-id=\"SkyNewsArabia.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Sky News Arabia\nhttps://stream.skynewsarabia.com/hls/sna.m3u8\n#EXTINF:-1 tvg-name=\"Baynounah TV\" tvg-logo=\"https://static.wikia.nocookie.net/logopedia/images/6/60/Baynounah_tv_2023.png\" tvg-id=\"BaynounahTV.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Baynounah TV\nhttps://vo-live.cdb.cdn.orange.com/Content/Channel/Baynounah/HLS/index.m3u8\n#EXTINF:-1 tvg-name=\"Ajman TV\" tvg-logo=\"https://pbs.twimg.com/profile_images/1085187553563561990/KRKuK_iW_400x400.jpg\" tvg-id=\"AjmanTV.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Ajman TV\nhttps://dacastmmd.mmdlive.lldns.net/dacastmmd/8eb0e912b49142d7a01d779c9374aba9/index.m3u8\n#EXTINF:-1 tvg-name=\"Al Aan TV\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/7/76/Al_Aan_TV_new_Logo.png\" tvg-id=\"AlAanTV.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Al Aan TV\nhttps://shls-live-ak.akamaized.net/out/v1/dfbdea4c1bf149629764e58c6ff314c8/index.m3u8\n#EXTINF:-1 tvg-name=\"Abu Dhabi TV\" tvg-logo=\"https://i.imgur.com/7cNke07.png\" tvg-id=\"AbuDhabiTV.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Abu Dhabi TV\nhttp://admdn2.cdn.mangomolo.com/adtv/smil:adtv.stream.smil/chunklist.m3u8\n#EXTINF:-1 tvg-name=\"Abu Dhabi Sports 1\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/7/7a/Abu_Dhabi_Sports_logo_2023.svg/2560px-Abu_Dhabi_Sports_logo_2023.svg.png\" tvg-id=\"AbuDhabiSports2.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Abu Dhabi Sports 1\nhttps://vo-live.cdb.cdn.orange.com/Content/Channel/AbuDhabiSportsChannel1/HLS/index.m3u8\n#EXTINF:-1 tvg-name=\"Abu Dhabi Sports 2\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/7/7a/Abu_Dhabi_Sports_logo_2023.svg/2560px-Abu_Dhabi_Sports_logo_2023.svg.png\" tvg-id=\"AbuDhabiSports2.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Abu Dhabi Sports 2\nhttps://vo-live.cdb.cdn.orange.com/Content/Channel/AbuDhabiSportsChannel2/HLS/index.m3u8\n#EXTINF:-1 tvg-name=\"National Geographic Abu Dhabi\" tvg-logo=\"https://i.imgur.com/fNA00VF.png\" tvg-id=\"NationalGeographicAbuDhabi.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",National Geographic Abu Dhabi\nhttps://admdn2.cdn.mangomolo.com/nagtv/smil:nagtv.stream.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Ajman TV\" tvg-logo=\"https://www.lyngsat.com/logo/tv/aa/ajman-tv-ae.png\" tvg-id=\"AjmanTV.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Ajman TV\nhttps://dacastmmd.mmdlive.lldns.net/dacastmmd/8eb0e912b49142d7a01d779c9374aba9/index.m3u8\n#EXTINF:-1 tvg-name=\"Dubai TV\" tvg-logo=\"https://i.imgur.com/wZMkKF7.png\" tvg-id=\"DubaiTV.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Dubai TV\nhttps://dmisxthvll.cdn.mgmlcdn.com/dubaitvht/smil:dubaitv.stream.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Dubai One\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/7/7d/Dubaione-logo.png\" tvg-id=\"DubaiOne.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Dubai One\nhttps://dminnvll.cdn.mangomolo.com/dubaione/smil:dubaione.stream.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Dubai Sports 1\" tvg-logo=\"https://www.lyngsat.com/logo/tv/dd/dubai-sports-ae.png\" tvg-id=\"DubaiSports1.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Dubai Sports 1\nhttps://dmitnthfr.cdn.mgmlcdn.com/dubaisports/smil:dubaisports.stream.smil/chunklist.m3u8\n#EXTINF:-1 tvg-name=\"Dubai Sports 2\" tvg-logo=\"https://www.lyngsat.com/logo/tv/dd/dubai-sports-ae.png\" tvg-id=\"DubaiSports2.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Dubai Sports 2\nhttps://dmitwlvvll.cdn.mangomolo.com/dubaisportshd/smil:dubaisportshd.smil/index.m3u8\n#EXTINF:-1 tvg-name=\"Dubai Sports 3\" tvg-logo=\"https://www.lyngsat.com/logo/tv/dd/dubai-sports-ae.png\" tvg-id=\"DubaiSports3.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Dubai Sports 3\nhttps://dmitwlvvll.cdn.mangomolo.com/dubaisportshd5/smil:dubaisportshd5.smil/index.m3u8\n#EXTINF:-1 tvg-name=\"Dubai Racing 1\" tvg-logo=\"https://www.lyngsat.com/logo/tv/dd/dubai-racing-ae.png\" tvg-id=\"DubaiRacing1.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Dubai Racing 1\nhttps://dmisvthvll.cdn.mgmlcdn.com/events/smil:events.stream.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Dubai Racing 2\" tvg-logo=\"https://www.lyngsat.com/logo/tv/dd/dubai-racing-ae.png\" tvg-id=\"DubaiRacing2.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Dubai Racing 2\nhttps://dmithrvll.cdn.mangomolo.com/dubairacing/smil:dubairacing.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Dubai Racing 3\" tvg-logo=\"https://www.lyngsat.com/logo/tv/dd/dubai-racing-ae.png\" tvg-id=\"DubaiRacing3.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Dubai Racing 3\nhttps://dmithrvll.cdn.mangomolo.com/dubaimubasher/smil:dubaimubasher.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Dubai Zaman\" tvg-logo=\"https://www.lyngsat.com/logo/tv/dd/dubai-zaman-ae.png\" tvg-id=\"DubaiZaman.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Dubai Zaman\nhttps://dmiffthvll.cdn.mangomolo.com/dubaizaman/smil:dubaizaman.stream.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Sama Dubai\" tvg-logo=\"https://i.imgur.com/bF6I3N1.jpg\" tvg-id=\"SamaDubai.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Sama Dubai\nhttps://dmieigthvll.cdn.mgmlcdn.com/samadubaiht/smil:samadubai.stream.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Noor Dubai\" tvg-logo=\"https://i.imgur.com/DLe7ZuM.png\" tvg-id=\"NoorDubai.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Noor Dubai\nhttps://dmiffthvll.cdn.mangomolo.com/noordubaitv/smil:noordubaitv.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Sharjah TV\" tvg-logo=\"https://www.lyngsat.com/logo/tv/ss/sharjah-tv-ae.png\" tvg-id=\"SharjahTV.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Sharjah TV\nhttps://svs.itworkscdn.net/smc1live/smc1.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Sharjah Sports\" tvg-logo=\"https://i.imgur.com/IaRaabJ.jpg\" tvg-id=\"SharjahSports.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Sharjah Sports\nhttps://svs.itworkscdn.net/smc4sportslive/smc4.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Al Wousta\" tvg-logo=\"https://i5.satexpat.com/cha/ae/al-wousta-95x90.gif\" tvg-id=\"SharjahSports.ae\" tvg-country=\"AE\" group-title=\"United Arab Emirates\",Al Wousta\nhttps://svs.itworkscdn.net/alwoustalive/alwoustatv.smil/playlist.m3u8\n"
  },
  {
    "path": "playlists/playlist_usa.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"Buzzr Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/d/d6/Buzzr_logo.svg/768px-Buzzr_logo.svg.png\" tvg-id=\"Buzzr.us\" tvg-country=\"US\" group-title=\"USA\",Buzzr Ⓖ\nhttps://buzzrota-ono.amagi.tv/playlist1080.m3u8\n#EXTINF:-1 tvg-name=\"Retro TV\" tvg-logo=\"https://i.imgur.com/PNTYOgg.png\" tvg-id=\"RetroTVEast.us\" tvg-country=\"US\" group-title=\"USA\",Retro TV\nhttps://bcovlive-a.akamaihd.net/5e531be3ed6c41229b2af2d9bffba88d/us-east-1/6183977686001/profile_1/chunklist.m3u8\n#EXTINF:-1 tvg-name=\"Stadium\" tvg-logo=\"https://i.imgur.com/6ae9E8d.png\" tvg-id=\"Stadium.us\" tvg-country=\"US\" group-title=\"USA\",Stadium\nhttps://bcovlive-a.akamaihd.net/e64d564b9275484f85981d8c146fb915/us-east-1/5994000126001/profile_1/976f34cf5a614518b7b539cbf9812080/chunklist_ssaiV.m3u8\n#EXTINF:-1 tvg-name=\"Biz TV\" tvg-logo=\"https://i.imgur.com/cbGvXyF.jpg\" tvg-id=\"BizTV.us\" tvg-country=\"US\" group-title=\"USA\",Biz TV\nhttps://thegateway.app/BizTV/BizTV-Tones/chunks.m3u8?nimblesessionid=94690008\n#EXTINF:-1 tvg-name=\"Heartland\" tvg-logo=\"https://i.imgur.com/a67bbag.png\" tvg-id=\"HeartlandEastern.us\" tvg-country=\"US\" group-title=\"USA\",Heartland\nhttps://bcovlive-a.akamaihd.net/1ad942d15d9643bea6d199b729e79e48/us-east-1/6183977686001/profile_1/chunklist.m3u8\n#EXTINF:-1 tvg-name=\"Rev'n\" tvg-logo=\"https://i.imgur.com/VUhqVgG.png\" tvg-id=\"RevnTV.us\" tvg-country=\"US\" group-title=\"USA\",Rev'n\nhttps://bcovlive-a.akamaihd.net/a71236fdda1747999843bd3d55bdd6fa/us-east-1/6183977686001/profile_1/chunklist.m3u8\n#EXTINF:-1 tvg-name=\"CNN\" tvg-logo=\"https://i.imgur.com/vyrc1I1.png\" tvg-id=\"CNN.us\" tvg-country=\"US\" group-title=\"USA\",CNN\nhttps://tve-live-lln.warnermediacdn.com/hls/live/586495/cnngo/cnn_slate/VIDEO_0_3564000.m3u8\n#EXTINF:-1 tvg-name=\"CNBC Ⓨ\" tvg-logo=\"https://i.imgur.com/BTasyOy.png\" tvg-id=\"CNBC.us\" tvg-country=\"US\" group-title=\"USA\",CNBC Ⓨ\nhttps://www.youtube.com/c/CNBC/live\n#EXTINF:-1 tvg-name=\"Bloomberg\" tvg-logo=\"https://i.imgur.com/VnCcH73.png\" tvg-id=\"BloombergTelevision.us\" tvg-country=\"US\" group-title=\"USA\",Bloomberg\nhttps://bloomberg.com/media-manifest/streams/us.m3u8\n#EXTINF:-1 tvg-name=\"ABC News\" tvg-logo=\"https://i.imgur.com/7sJLzKi.png\" tvg-id=\"ABCNews.us\" tvg-country=\"US\" group-title=\"USA\",ABC News\nhttps://content.uplynk.com/channel/3324f2467c414329b3b0cc5cd987b6be.m3u8\n#EXTINF:-1 tvg-name=\"CBS News\" tvg-logo=\"https://i.imgur.com/nki2HDQ.png\" tvg-id=\"CBSNews.us\" tvg-country=\"US\" group-title=\"USA\",CBS News\nhttps://cbsnews.akamaized.net/hls/live/2020607/cbsnlineup_8/master.m3u8\n#EXTINF:-1 tvg-name=\"NBC News\" tvg-logo=\"https://i.imgur.com/v48mMRT.png\" tvg-id=\"NBCNewsNow.us\" tvg-country=\"US\" group-title=\"USA\",NBC News\nhttp://dai2.xumo.com/xumocdn/p=roku/amagi_hls_data_xumo1212A-xumo-nbcnewsnow/CDN/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Reuters TV\" tvg-logo=\"https://i.imgur.com/AbvCnoH.png\" tvg-id=\"ReutersTV.us\" tvg-country=\"US\" group-title=\"USA\",Reuters TV\nhttps://reuters-reutersnow-1-eu.rakuten.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"NASA TV Public\" tvg-logo=\"https://i.imgur.com/rmyfoOI.png\" tvg-id=\"NASATVPublic.us\" tvg-country=\"US\" group-title=\"USA\",NASA TV Public\nhttps://ntv1.akamaized.net/hls/live/2014075/NASA-NTV1-HLS/master_2000.m3u8\n#EXTINF:-1 tvg-name=\"NASA TV Media\" tvg-logo=\"https://i.imgur.com/rmyfoOI.png\" tvg-id=\"NASATVMedia.us\" tvg-country=\"US\" group-title=\"USA\",NASA TV Media\nhttps://ntv2.akamaized.net/hls/live/2013923/NASA-NTV2-HLS/master.m3u8\n#EXTINF:-1 tvg-name=\"BBC Food\" tvg-logo=\"https://i.imgur.com/N3xiz4m.png\" tvg-id=\"BBCFood.us\" tvg-country=\"US\" group-title=\"USA\",BBC Food\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5fb5844bf5514d0007945bda/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"BBC Home\" tvg-logo=\"https://i.imgur.com/Ii8DX1x.png\" tvg-id=\"BBCHome.us\" tvg-country=\"US\" group-title=\"USA\",BBC Home\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5fb5836fe745b600070fc743/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Docurama\" tvg-logo=\"https://i.imgur.com/bNg8mze.png\" tvg-id=\"Docurama.us\" tvg-country=\"US\" group-title=\"USA\",Docurama\nhttps://cinedigm.vo.llnwd.net/conssui/amagi_hls_data_xumo1234A-docuramaA/CDN/master.m3u8\n#EXTINF:-1 tvg-name=\"Drybar Comedy\" tvg-logo=\"https://i.imgur.com/EldlmTp.png\" tvg-id=\"DryBarComedy.us\" tvg-country=\"US\" group-title=\"USA\",Drybar Comedy\nhttps://drybar-drybarcomedy-1-ca.samsung.wurl.com/manifest/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Music Channel\" tvg-logo=\"http://media.boni-records.com/logo.png\" tvg-id=\"Boni-Records.com.us\" tvg-country=\"US\" group-title=\"USA\",Music Channel\nhttp://media.boni-records.com/index.m3u8\n"
  },
  {
    "path": "playlists/playlist_usa_vod.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"Bumblebee TV Aurora Live\" tvg-logo=\"\" tvg-id=\"BumblebeeTVAuroraLive.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV Aurora Live\nhttps://stitcheraws.unreel.me/wse-node02.powr.com/live/5c953819932c837b49397345/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV AutoMoto\" tvg-logo=\"\" tvg-id=\"BumblebeeTVAutoMoto.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV AutoMoto\nhttps://stitcheraws.unreel.me/wse-node01.powr.com/live/5bf220fad5eeee0f5a40941a/playlist.m3u8\n#EXTINF:-1 tvg-name=\"BumblebeeTV Beaches Live\" tvg-logo=\"\" tvg-id=\"BumblebeeTVBeachesLive.us\" tvg-country=\"US\" group-title=\"Usa VOD\",BumblebeeTV Beaches Live\nhttps://stitcheraws.unreel.me/wse-node02.powr.com/live/5c95396f932c837b49397360/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV Classics 2\" tvg-logo=\"\" tvg-id=\"BumblebeeTVClassics2.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV Classics 2\nhttps://stitcheraws.unreel.me/wse-node05.powr.com/live/60f881602da3a5575eceb854/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV CoronaVirus.Gov\" tvg-logo=\"\" tvg-id=\"BumblebeeTVCoronaVirusGov.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV CoronaVirus.Gov\nhttps://stitcheraws.unreel.me/wse-node02.powr.com/live/5e7559e8a46b495a2283c5e8/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV Country Boy Kids Video.us\" tvg-logo=\"\" tvg-id=\"BumblebeeTVCountryBoyKidsVideo.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV Country Boy Kids Video.us\nhttps://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf225aed5eeee0f5a4094bd/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV Cute Zone\" tvg-logo=\"\" tvg-id=\"BumblebeeTVCuteZone.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV Cute Zone\nhttps://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf22518d5eeee0f5a409486/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV Epic M\" tvg-logo=\"\" tvg-id=\"BumblebeeTVEpicM.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV Epic M\nhttps://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf22225d5eeee0f5a40941d/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV FGTV\" tvg-logo=\"\" tvg-id=\"BumblebeeTVFGTV.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV FGTV\nhttps://stitcheraws.unreel.me/wse-node02.powr.com/live/5e2624990145130f25474620/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV Forest Live\" tvg-logo=\"\" tvg-id=\"BumblebeeTVForestLive.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV Forest Live\nhttps://stitcheraws.unreel.me/wse-node02.powr.com/live/5c953836932c837b49397355/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV Fun Zone\" tvg-logo=\"\" tvg-id=\"BumblebeeTVFunZone.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV Fun Zone\nhttps://stitcheraws.unreel.me/wse-node02.powr.com/live/5e2625030145130f25474622/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV Giggle Zone\" tvg-logo=\"\" tvg-id=\"BumblebeeTVGiggleZone.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV Giggle Zone\nhttps://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf22526d5eeee0f5a4094b8/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV Lake Live\" tvg-logo=\"\" tvg-id=\"BumblebeeTVLakeLive.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV Lake Live\nhttps://stitcheraws.unreel.me/wse-node02.powr.com/live/5c95385c932c837b49397356/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV Lego Toons\" tvg-logo=\"\" tvg-id=\"BumblebeeTVLegoToons.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV Lego Toons\nhttps://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf22549d5eeee0f5a4094ba/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV Lets Play Minecraft\" tvg-logo=\"\" tvg-id=\"BumblebeeTVLetsPlayMinecraft.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV Lets Play Minecraft\nhttps://stitcheraws.unreel.me/wse-node02.powr.com/live/5e2625700145130f25474624/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV LifeBae\" tvg-logo=\"\" tvg-id=\"BumblebeeTVLifeBae.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV LifeBae\nhttps://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf22681932c8304fc453418/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV Master Builder\" tvg-logo=\"\" tvg-id=\"BumblebeeTVMasterBuilder.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV Master Builder\nhttps://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf2256ed5eeee0f5a4094bb/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV Mountain Live\" tvg-logo=\"\" tvg-id=\"BumblebeeTVMountainLive.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV Mountain Live\nhttps://stitcheraws.unreel.me/wse-node02.powr.com/live/5c95387b932c837b49397357/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV Now You Know\" tvg-logo=\"\" tvg-id=\"BumblebeeTVNowYouKnow.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV Now You Know\nhttps://stitcheraws.unreel.me/wse-node01.powr.com/live/5b284f40d5eeee07522b775e/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV Recoil TV\" tvg-logo=\"\" tvg-id=\"BumblebeeTVRecoilTV.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV Recoil TV\nhttps://stitcheraws.unreel.me/wse-node02.powr.com/live/5c7dff0f932c8368bdbfd5fd/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV Rivers Live\" tvg-logo=\"\" tvg-id=\"BumblebeeTVRiversLive.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV Rivers Live\nhttps://stitcheraws.unreel.me/wse-node02.powr.com/live/5c95388f932c837b4939735a/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV Smosh\" tvg-logo=\"\" tvg-id=\"BumblebeeTVSmosh.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV Smosh\nhttps://stitcheraws.unreel.me/wse-node02.powr.com/live/5e2625af5748670f12a3bee9/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV Sunset Live\" tvg-logo=\"\" tvg-id=\"BumblebeeTVSunsetLive.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV Sunset Live\nhttps://stitcheraws.unreel.me/wse-node02.powr.com/live/5c9538a5932c837b4939735b/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV Thinknoodles\" tvg-logo=\"\" tvg-id=\"BumblebeeTVThinknoodles.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV Thinknoodles\nhttps://stitcheraws.unreel.me/wse-node04.powr.com/live/5afc8Bumblebee+TV10e932c833522744733/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV Toy Zone\" tvg-logo=\"\" tvg-id=\"BumblebeeTVToyZone.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV Toy Zone\nhttps://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf22491932c8304fc4533e4/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV Trinity Beyond\" tvg-logo=\"\" tvg-id=\"BumblebeeTVTrinityBeyond.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV Trinity Beyond\nhttps://stitcheraws.unreel.me/wse-node02.powr.com/live/5e2626030145130f25474626/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bumblebee TV Tropics Live\" tvg-logo=\"\" tvg-id=\"BumblebeeTVTropicsLive.us\" tvg-country=\"US\" group-title=\"Usa VOD\",Bumblebee TV Tropics Live\nhttps://stitcheraws.unreel.me/wse-node02.powr.com/live/5c9538b9932c837b4939735c/playlist.m3u8\n"
  },
  {
    "path": "playlists/playlist_venezuela.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"Venevisión\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/0/0a/Logotipo_de_Venevisi%C3%B3n.svg/641px-Logotipo_de_Venevisi%C3%B3n.svg.png\" tvg-id=\"Venevision.ve\" tvg-country=\"VE\" group-title=\"Venezuela\",Venevisión\nhttps://venevision.akamaized.net/hls/live/2098814/VENEVISION/master.m3u8\n#EXTINF:-1 tvg-name=\"Venezolana de Televisión Ⓓ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/4/42/Venezolana_de_Televisi%C3%B3n_2018.svg/640px-Venezolana_de_Televisi%C3%B3n_2018.svg.png\" tvg-id=\"VenezolanadeTelevision.ve\" tvg-country=\"VE\" group-title=\"Venezuela\",Venezolana de Televisión Ⓓ\nhttps://www.dailymotion.com/embed/video/x828i6j\n#EXTINF:-1 tvg-name=\"Televen\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/c/c0/Televen_logo.PNG\" tvg-id=\"Televen.ve\" tvg-country=\"VE\" group-title=\"Venezuela\",Televen\nhttps://setp-televen-ssai-mslv4-open.akamaized.net/hls/live/2107128/televen/index.m3u8\n#EXTINF:-1 tvg-name=\"Globovisión\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/4/47/Globovisi%C3%B3n_logo_2013.png\" tvg-id=\"Globovision.ve\" tvg-country=\"VE\" group-title=\"Venezuela\",Globovisión\nhttps://vcp5.myplaytv.com/globovision/globovision/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Vale TV Ⓢ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/9/98/Logo_de_VALE_TV.png\" tvg-id=\"ValeTV.ve\" tvg-country=\"VE\" group-title=\"Venezuela\",Vale TV Ⓢ\nhttps://vcp2.myplaytv.com/valetv/valetv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Telesur\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/8/82/TeleSUR.png\" tvg-id=\"TeleSUR.ve\" tvg-country=\"VE\" group-title=\"Venezuela\",Telesur\nhttps://raw.githubusercontent.com/BellezaEmporium/IPTV_Exception/master/channels/ve/telesur.m3u8\n#EXTINF:-1 tvg-name=\"Latina TV\" tvg-logo=\"https://intervenhosting.net/imagenes/latinatv.jpg\" tvg-id=\"LatinaTV.ve\" tvg-country=\"VE\" group-title=\"Venezuela\",Latina TV\nhttps://streamtv.latinamedios.com:3413/live/latinatvlive.m3u8\n"
  },
  {
    "path": "playlists/playlist_zz_documentaries_ar.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"Al Jazeera Documentary Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/e/e6/Al_Jazeera_Doc.png\" tvg-id=\"AlJazeeraDocumentary.qa\" group-title=\"Documentaries (AR)\",Al Jazeera Documentary Ⓖ\nhttps://live-hls-web-ajd.getaj.net/AJD/index.m3u8\n"
  },
  {
    "path": "playlists/playlist_zz_documentaries_en.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"CGTN Documentary English Ⓢ\" tvg-logo=\"https://i.imgur.com/JHv0WxM.png\" tvg-id=\"CGTNDocumentary.cn\" group-title=\"Documentaries (EN)\",CGTN Documentary English Ⓢ\nhttps://news.cgtn.com/resource/live/document/cgtn-doc.m3u8\n#EXTINF:-1 tvg-name=\"RT Documentary English Ⓖ\" tvg-logo=\"https://i.imgur.com/ZEi1Wgn.png\" tvg-id=\"RTDoc.ru\" group-title=\"Documentaries (EN)\",RT Documentary English Ⓖ\nhttps://rt-rtd.rttv.com/dvr/rtdoc/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Peer TV South Tyrol\" tvg-logo=\"https://www.peer.biz/peertv-iptv/peer-tv-south-tyrol.png\" tvg-id=\"PeerTV.it\" group-title=\"Documentaries (EN)\",Peer TV South Tyrol\nhttps://iptv.peer.biz/live/peertv-en.m3u8\n"
  },
  {
    "path": "playlists/playlist_zz_movies.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"FilmRise Movies\" tvg-logo=\"https://i.imgur.com/jGzMaRD.png\" tvg-id=\"FilmRiseFreeMovies.us\" group-title=\"VOD Movies (EN)\",FilmRise Movies\nhttp://dai2.xumo.com/xumocdn/p=roku/amagi_hls_data_xumo1212A-filmrisefreemovies/CDN/playlist.m3u8\n#EXTINF:-1 tvg-name=\"FilmRise Sci-Fi\" tvg-logo=\"https://i.imgur.com/FcN1OKo.png\" tvg-id=\"FilmRiseSciFi.us\" group-title=\"VOD Movies (EN)\",FilmRise Sci-Fi\nhttp://dai2.xumo.com/xumocdn/p=roku/amagi_hls_data_xumo1212A-rokufilmrisesci-fi/CDN/master.m3u8\n#EXTINF:-1 tvg-name=\"Pluto TV Spotlight\" tvg-logo=\"https://i.imgur.com/AogTmZc.png\" group-title=\"VOD Movies (EN)\",Pluto TV Spotlight\nhttp://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ba3fb9c4b078e0f37ad34e8/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=51&deviceId=5ba3fb9c4b078e0f37ad34e8&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false\n#EXTINF:-1 tvg-name=\"Pluto TV Action\" tvg-logo=\"https://i.imgur.com/g8PCdh6.png\" group-title=\"VOD Movies (EN)\",Pluto TV Action\nhttp://service-stitcher.clusters.pluto.tv/stitch/hls/channel/561d7d484dc7c8770484914a/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=54&deviceId=561d7d484dc7c8770484914a&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false\n#EXTINF:-1 tvg-name=\"Pluto TV Comedy\" tvg-logo=\"https://i.imgur.com/Pjs4lgs.png\" group-title=\"VOD Movies (EN)\",Pluto TV Comedy\nhttp://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5a4d3a00ad95e4718ae8d8db/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=57&deviceId=5a4d3a00ad95e4718ae8d8db&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false\n#EXTINF:-1 tvg-name=\"Pluto TV Drama\" tvg-logo=\"https://i.imgur.com/B9srooj.png\" group-title=\"VOD Movies (EN)\",Pluto TV Drama\nhttp://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4e92e4694c027be6ecece1/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=60&deviceId=5b4e92e4694c027be6ecece1&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false\n#EXTINF:-1 tvg-name=\"Pluto TV Fantastic\" tvg-logo=\"https://i.imgur.com/dOfXc5w.png\" group-title=\"VOD Movies (EN)\",Pluto TV Fantastic\nhttp://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b64a245a202b3337f09e51d/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=66&deviceId=5b64a245a202b3337f09e51d&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false\n#EXTINF:-1 tvg-name=\"Pluto TV Romance\" tvg-logo=\"https://i.imgur.com/j6livg0.png\" group-title=\"VOD Movies (EN)\",Pluto TV Romance\nhttp://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5a66795ef91fef2c7031c599/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=70&deviceId=5a66795ef91fef2c7031c599&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false\n#EXTINF:-1 tvg-name=\"Pluto TV Crime Movies\" tvg-logo=\"https://i.imgur.com/PlAQrIb.png\" group-title=\"VOD Movies (EN)\",Pluto TV Crime Movies\nhttp://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f4d8594eb979c0007706de7/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=73&deviceId=5f4d8594eb979c0007706de7&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false\n#EXTINF:-1 tvg-name=\"Pluto TV Thrillers\" tvg-logo=\"https://i.imgur.com/jyiFzG4.png\" group-title=\"VOD Movies (EN)\",Pluto TV Thrillers\nhttp://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4e69e08291147bd04a9fd7/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=74&deviceId=5b4e69e08291147bd04a9fd7&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false\n#EXTINF:-1 tvg-name=\"Pluto TV Horror\" tvg-logo=\"https://i.imgur.com/An93hAh.png\" group-title=\"VOD Movies (EN)\",Pluto TV Horror\nhttp://service-stitcher.clusters.pluto.tv/stitch/hls/channel/569546031a619b8f07ce6e25/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=75&deviceId=569546031a619b8f07ce6e25&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false\n#EXTINF:-1 tvg-name=\"Pluto TV Terror\" tvg-logo=\"https://i.imgur.com/JLgn5jC.png\" group-title=\"VOD Movies (EN)\",Pluto TV Terror\nhttp://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c6dc88fcd232425a6e0f06e/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=76&deviceId=5c6dc88fcd232425a6e0f06e&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false\n#EXTINF:-1 tvg-name=\"Black Cinema\" tvg-logo=\"https://i.imgur.com/Zh1QGW9.png\" group-title=\"VOD Movies (EN)\",Black Cinema\nhttp://service-stitcher.clusters.pluto.tv/stitch/hls/channel/58af4c093a41ca9d4ecabe96/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=80&deviceId=58af4c093a41ca9d4ecabe96&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false\n#EXTINF:-1 tvg-name=\"Pluto TV Staff Picks\" tvg-logo=\"https://i.imgur.com/DFDHAT8.png\" group-title=\"VOD Movies (EN)\",Pluto TV Staff Picks\nhttp://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f4d863b98b41000076cd061/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=90&deviceId=5f4d863b98b41000076cd061&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false\n#EXTINF:-1 tvg-name=\"Pluto TV Documentaries\" tvg-logo=\"https://i.imgur.com/Mr4ZsNZ.png\" group-title=\"VOD Movies (EN)\",Pluto TV Documentaries\nhttp://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b85a7582921777994caea63/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=91&deviceId=5b85a7582921777994caea63&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false\n#EXTINF:-1 tvg-name=\"90s Throwback\" tvg-logo=\"https://i.imgur.com/sI1o3uK.png\" group-title=\"VOD Movies (EN)\",90s Throwback\nhttp://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f4d86f519358a00072b978e/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=94&deviceId=5f4d86f519358a00072b978e&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false\n#EXTINF:-1 tvg-name=\"80s Rewind\" tvg-logo=\"https://i.imgur.com/0FaLAhK.png\" group-title=\"VOD Movies (EN)\",80s Rewind\nhttp://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca525b650be2571e3943c63/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=95&deviceId=5ca525b650be2571e3943c63&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false\n#EXTINF:-1 tvg-name=\"70s Cinema\" tvg-logo=\"https://i.imgur.com/wk9Baz9.png\" group-title=\"VOD Movies (EN)\",70s Cinema\nhttp://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f4d878d3d19b30007d2e782/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=96&deviceId=5f4d878d3d19b30007d2e782&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false\n#EXTINF:-1 tvg-name=\"Paramount Movie Channel\" tvg-logo=\"https://i.imgur.com/CfqRav0.png\" group-title=\"VOD Movies (EN)\",Paramount Movie Channel\nhttp://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cb0cae7a461406ffe3f5213/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=100&deviceId=5cb0cae7a461406ffe3f5213&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false\n#EXTINF:-1 tvg-name=\"Pluto TV Westerns\" tvg-logo=\"https://i.imgur.com/79R7m0b.png\" group-title=\"VOD Movies (EN)\",Pluto TV Westerns\nhttp://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4e94282d4ec87bdcbb87cd/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=103&deviceId=5b4e94282d4ec87bdcbb87cd&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false\n#EXTINF:-1 tvg-name=\"Classic Movies\" tvg-logo=\"https://i.imgur.com/feWPHep.png\" group-title=\"VOD Movies (EN)\",Classic Movies\nhttp://service-stitcher.clusters.pluto.tv/stitch/hls/channel/561c5b0dada51f8004c4d855/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=106&deviceId=561c5b0dada51f8004c4d855&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false\n#EXTINF:-1 tvg-name=\"Pluto TV Cult Films\" tvg-logo=\"https://i.imgur.com/kD3SkoC.png\" group-title=\"VOD Movies (EN)\",Pluto TV Cult Films\nhttp://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c665db3e6c01b72c4977bc2/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=109&deviceId=5c665db3e6c01b72c4977bc2&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false\n#EXTINF:-1 tvg-name=\"Flicks of Fury\" tvg-logo=\"https://i.imgur.com/yhyzBfb.png\" group-title=\"VOD Movies (EN)\",Flicks of Fury\nhttp://service-stitcher.clusters.pluto.tv/stitch/hls/channel/58e55b14ad8e9c364d55f717/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=112&deviceId=58e55b14ad8e9c364d55f717&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false\n#EXTINF:-1 tvg-name=\"The Asylum\" tvg-logo=\"https://i.imgur.com/rOxQfdG.png\" group-title=\"VOD Movies (EN)\",The Asylum\nhttp://service-stitcher.clusters.pluto.tv/stitch/hls/channel/591105034c1806b47438342c/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=115&deviceId=591105034c1806b47438342c&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false\n#EXTINF:-1 tvg-name=\"Film Detective\" tvg-logo=\"https://i.imgur.com/4aFLH9g.png\" group-title=\"VOD Movies (EN)\",Film Detective\nhttps://dai.google.com/linear/hls/event/OYH9J7rZSK2fabKXWAYcfA/master.m3u8\n"
  },
  {
    "path": "playlists/playlist_zz_news_ar.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"Al Jazeera العربية\" tvg-logo=\"https://i.imgur.com/BB93NQP.png\" tvg-id=\"AlJazeeraChannel.qa\" group-title=\"News (AR)\",Al Jazeera العربية\nhttps://live-hls-web-aja.getaj.net/AJA/index.m3u8\n#EXTINF:-1 tvg-name=\"Al Arabiya العربية\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/e/e0/Al-Arabiya_new_logo.svg/640px-Al-Arabiya_new_logo.svg.png\" tvg-id=\"AlArabiya.ae\" group-title=\"News (AR)\",Al Arabiya العربية\nhttps://live.alarabiya.net/alarabiapublish/alarabiya.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"France 24 العربية Ⓨ\" tvg-logo=\"https://i.imgur.com/61MSiq9.png\" tvg-id=\"France24Arabic.fr\" group-title=\"News (AR)\",France 24 العربية Ⓨ\nhttps://www.youtube.com/c/FRANCE24Arabic/live\n#EXTINF:-1 tvg-name=\"DW العربية\" tvg-logo=\"https://i.imgur.com/A1xzjOI.png\" tvg-id=\"DWArabic.de\" group-title=\"News (AR)\",DW العربية\nhttps://dwamdstream103.akamaized.net/hls/live/2015526/dwstream103/index.m3u8\n#EXTINF:-1 tvg-name=\"CGTN العربية\" tvg-logo=\"https://i.imgur.com/fMsJYzl.png\" tvg-id=\"CGTNArabic.cn\" group-title=\"News (AR)\",CGTN العربية\nhttps://news.cgtn.com/resource/live/arabic/cgtn-a.m3u8\n#EXTINF:-1 tvg-name=\"Sky News العربية\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/thumb/5/57/Sky_News_logo.svg/512px-Sky_News_logo.svg.png\" tvg-id=\"SkyNewsArabia.ae\" group-title=\"News (AR)\",Sky News العربية\nhttps://stream.skynewsarabia.com/hls/sna.m3u8\n#EXTINF:-1 tvg-name=\"RT العربية\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/a/a0/Russia-today-logo.svg/512px-Russia-today-logo.svg.png\" tvg-id=\"RTArabic.ru\" group-title=\"News (AR)\",RT العربية\nhttps://rt-arb.rttv.com/dvr/rtarab/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Sahara 24 صحراء\" tvg-logo=\"https://imgur.com/a/7szNpBp\" tvg-id=\"Sahara-24.mr\" group-title=\"News (AR)\",Sahara 24 صحراء\nhttps://65.108.206.29/sahara24-live/video.m3u8\n"
  },
  {
    "path": "playlists/playlist_zz_news_en.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"Sky News (UK)\" tvg-logo=\"https://d2n0069hmnqmmx.cloudfront.net/epgdata/1.0/newchanlogos/512/512/skychb1404.png\" tvg-id=\"SkyNewsInternational.uk\" group-title=\"News\",Sky News (UK)\nhttps://ythls.armelin.one/channel/UCoMdktPbSTixAyNGwb-UYkQ.m3u8\n#EXTINF:-1 tvg-name=\"Euronews Ⓨ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Euronews_2022.svg/640px-Euronews_2022.svg.png\" tvg-id=\"EuronewsEnglish.fr\" group-title=\"News\",Euronews Ⓨ\nhttps://www.youtube.com/euronews/live\n#EXTINF:-1 tvg-name=\"Africanews Ⓨ\" tvg-logo=\"https://i.imgur.com/xocvePC.png\" tvg-id=\"Africanews.cg\" group-title=\"News\",Africanews Ⓨ\nhttps://www.youtube.com/africanews/live\n#EXTINF:-1 tvg-name=\"France 24 Ⓨ\" tvg-logo=\"https://i.imgur.com/61MSiq9.png\" tvg-id=\"France24English.fr\" group-title=\"News\",France 24 Ⓨ\nhttps://www.youtube.com/france24english/live\n#EXTINF:-1 tvg-name=\"DW\" tvg-logo=\"https://i.imgur.com/A1xzjOI.png\" tvg-id=\"DWEnglish.de\" group-title=\"News\",DW\nhttps://dwamdstream102.akamaized.net/hls/live/2015525/dwstream102/index.m3u8\n#EXTINF:-1 tvg-name=\"Al Jazeera\" tvg-logo=\"https://i.imgur.com/BB93NQP.png\" tvg-id=\"AlJazeeraEnglish.qa\" group-title=\"News\",Al Jazeera\nhttps://live-hls-apps-aje-fa.getaj.net/AJE/index.m3u8\n#EXTINF:-1 tvg-name=\"CGTN\" tvg-logo=\"https://i.imgur.com/fMsJYzl.png\" tvg-id=\"CGTN.cn\" group-title=\"News\",CGTN\nhttps://news.cgtn.com/resource/live/english/cgtn-news.m3u8\n#EXTINF:-1 tvg-name=\"BBC News Ⓖ\" tvg-logo=\"https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/united-kingdom/bbc-news-uk.png\" tvg-id=\"BBCNews.uk\" group-title=\"News\",BBC News Ⓖ\nhttps://vs-hls-push-uk.live.fastly.md.bbci.co.uk/x=4/i=urn:bbc:pips:service:bbc_news_channel_hd/iptv_hd_abr_v1.m3u8\n#EXTINF:-1 tvg-name=\"NBC News NOW\" tvg-logo=\"https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/united-kingdom/nbc-news-now-uk.png\" tvg-id=\"NBCNewsNOW.us\" group-title=\"News\",NBC News NOW\nhttps://dai2.xumo.com/amagi_hls_data_xumo1212A-xumo-nbcnewsnow/CDN/master.m3u8\n#EXTINF:-1 tvg-name=\"Reuters\" tvg-logo=\"https://i.imgur.com/6eQ2nCJ.png\" tvg-id=\"ReutersTV.us\" group-title=\"News\",Reuters\nhttps://reuters-reutersnow-1-nl.samsung.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"The Guardian\" tvg-logo=\"https://i.imgur.com/o9AYq9V.png\" tvg-id=\"TheGuardian.uk\" group-title=\"News\",The Guardian\nhttps://rakuten-guardian-1-ie.samsung.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"CBS News\" tvg-logo=\"https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/united-states/cbs-news-us.png\" tvg-id=\"CBSNews.us\" group-title=\"News\",CBS News\nhttps://dai.google.com/linear/hls/event/Sid4xiTQTkCT1SLu6rjUSQ/master.m3u8\n#EXTINF:-1 tvg-name=\"ABC News Live\" tvg-logo=\"https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/united-states/abc-news-live-hz-us.png\" tvg-id=\"ABCNewsLive.us\" group-title=\"News\",ABC News Live\nhttps://lnc-abc-news.tubi.video/index.m3u8\n#EXTINF:-1 tvg-name=\"LiveNOW from FOX\" tvg-logo=\"https://i.imgur.com/1JnyzHv.png\" tvg-id=\"LiveNOWFromFOX.us\" group-title=\"News\",LiveNOW from FOX\nhttps://lnc-fox-live-now.tubi.video/index.m3u8\n#EXTINF:-1 tvg-name=\"CBC News Network\" tvg-logo=\"https://i.imgur.com/SjTdhvJ.png\" tvg-id=\"CBCNewsNetwork.ca\" group-title=\"News\",CBC News Network\nhttps://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxcbcnews/CDN/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Ticker News\" tvg-logo=\"https://i.imgur.com/z7M0QxV.png\" tvg-id=\"tickerNews.au\" group-title=\"News\",Ticker News\nhttps://cdn-uw2-prod.tsv2.amagi.tv/linear/amg01486-tickernews-tickernewsweb-ono/playlist.m3u8\n#EXTINF:-1 tvg-name=\"India Today\" tvg-logo=\"https://i.imgur.com/koFYddE.png\" tvg-id=\"IndiaToday.in\" group-title=\"News\",India Today\nhttps://indiatodaylive.akamaized.net/hls/live/2014320/indiatoday/indiatodaylive/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Channel News Asia\" tvg-logo=\"https://i.imgur.com/xWglicB.png\" tvg-id=\"CNAInternational.sg\" group-title=\"News\",Channel News Asia\nhttps://ythls.armelin.one/channel/UC83jt4dlz1Gjl58fzQrrKZg.m3u8\n#EXTINF:-1 tvg-name=\"ABC News (AU) Ⓨ\" tvg-logo=\"https://i.imgur.com/BrW7gk8.png\" tvg-id=\"ABCNews.au\" group-title=\"News\",ABC News (AU) Ⓨ\nhttps://www.youtube.com/@abcnewsaustralia/live\n#EXTINF:-1 tvg-name=\"NDTV 24x7\" tvg-logo=\"https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/india/ndtv-24x7-in.png\" tvg-id=\"NDTV24x7.in\" group-title=\"News\",NDTV 24x7\nhttps://ythls.armelin.one/channel/UCZFMm1mMw0F81Z37aaEzTUA.m3u8\n#EXTINF:-1 tvg-name=\"TRT World\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/TRT_World.svg/512px-TRT_World.svg.png\" tvg-id=\"TRTWorld.tr\" group-title=\"News\",TRT World\nhttps://ythls.armelin.one/channel/UC7fWeaHhqgM4Ry-RMpM2YYw.m3u8\n#EXTINF:-1 tvg-name=\"NHK World Japan\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/8/8d/NHK_World-Japan_TV.svg/512px-NHK_World-Japan_TV.svg.png\" tvg-id=\"NHKWorldJapan.jp\" group-title=\"News\",NHK World Japan\nhttps://ythls.armelin.one/channel/UCSPEjw8F2nQDtmUKPFNF7_A.m3u8\n#EXTINF:-1 tvg-name=\"DD India\" tvg-logo=\"https://i.imgur.com/45uptR8.png\" tvg-id=\"DDIndia.in\" group-title=\"News\",DD India\nhttps://ythls.armelin.one/channel/UCGDQNvybfDDeGTf4GtigXaw.m3u8\n#EXTINF:-1 tvg-name=\"WION\" tvg-logo=\"https://i.imgur.com/Wc5Z3iS.png\" tvg-id=\"WION.in\" group-title=\"News\",WION\nhttps://ythls.armelin.one/channel/UC_gUM8rL-Lrg6O3adPW9K1g.m3u8\n#EXTINF:-1 tvg-name=\"Taiwan+\" tvg-logo=\"https://i.imgur.com/SfcZyqm.png\" tvg-id=\"TaiwanPlusTV.tw\" group-title=\"News\",Taiwan+\nhttps://ythls.armelin.one/channel/UC7c6rvyAZLpKGk8ttVnpnLA.m3u8\n#EXTINF:-1 tvg-name=\"Metro Globe Network\" tvg-logo=\"https://i.imgur.com/aiiinzg.png\" tvg-id=\"MetroGlobeNetwork.id\" group-title=\"News\",Metro Globe Network\nhttps://edge.medcom.id/live-edge/smil:mgnch.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"i24 News\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/7/79/LOGO_i24NEWS.png/512px-LOGO_i24NEWS.png\" tvg-id=\"i24NEWSEnglishWorld.il\" group-title=\"News\",i24 News\nhttps://bcovlive-a.akamaihd.net/6e3dd61ac4c34d6f8fb9698b565b9f50/eu-central-1/5377161796001/playlist-all_dvr.m3u8\n#EXTINF:-1 tvg-name=\"Scripps News\" tvg-logo=\"https://i.imgur.com/UfN6aAi.png\" tvg-id=\"ScrippsNews.us\" group-title=\"News\",Scripps News\nhttps://content.uplynk.com/channel/4bb4901b934c4e029fd4c1abfc766c37.m3u8\n#EXTINF:-1 tvg-name=\"USA Today\" tvg-logo=\"https://i.imgur.com/37K0AZX.png\" tvg-id=\"USATODAY.us\" group-title=\"News\",USA Today\nhttps://lnc-usa-today.tubi.video/playlist.m3u8\n#EXTINF:-1 tvg-name=\"TVC News Ⓨ\" tvg-logo=\"https://i.imgur.com/jaSq18B.png\" tvg-id=\"TVCNews.ng\" group-title=\"News\",TVC News Ⓨ\nhttps://www.youtube.com/tvcnewsnigeria/live\n#EXTINF:-1 tvg-name=\"Channels 24 Ⓨ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/7/76/Channels_TV.jpg\" tvg-id=\"Channels24.ng\" group-title=\"News\",Channels 24 Ⓨ\nhttps://www.youtube.com/channelstelevision/live\n#EXTINF:-1 tvg-name=\"Sky News Now (AU)\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/thumb/1/10/Sky_News_Australia_logo_-_2019.svg/512px-Sky_News_Australia_logo_-_2019.svg.png\" tvg-id=\"SkyNewsAustralia.au\" group-title=\"News\",Sky News Now (AU)\nhttps://i.mjh.nz/sky-news-now.m3u8\n#EXTINF:-1 tvg-name=\"Global News\" tvg-logo=\"https://i.imgur.com/xk1QOhW.png\" tvg-id=\"GlobalNews.ca\" group-title=\"News\",Global News\nhttps://live.corusdigitaldev.com/groupd/live/49a91e7f-1023-430f-8d66-561055f3d0f7/live.isml/.m3u8\n#EXTINF:-1 tvg-name=\"Russia Today Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/a/a0/Russia-today-logo.svg/512px-Russia-today-logo.svg.png\" tvg-id=\"RT.ru\" group-title=\"News\",Russia Today Ⓖ\nhttps://rt-glb.rttv.com/live/rtnews/playlist.m3u8\n#EXTINF:-1 tvg-name=\"CNN\" tvg-logo=\"https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/united-states/cnn-us.png\" tvg-id=\"CNN.us\" group-title=\"News\",CNN\nhttps://raw.githubusercontent.com/Alstruit/adaptive-streams/alstruit-10_23_us/streams/us/CNNUSA.us.m3u8\n#EXTINF:-1 tvg-name=\"CNN International\" tvg-logo=\"https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/united-states/cnn-us.png\" tvg-id=\"CNNInternationalEurope.us\" group-title=\"News\",CNN International\nhttps://turnerlive.warnermediacdn.com/hls/live/586495/cnngo/cnn_slate/VIDEO_0_3564000.m3u8\n#EXTINF:-1 tvg-name=\"GB News\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/thumb/3/35/GB_News_Logo.svg/512px-GB_News_Logo.svg.png\" tvg-id=\"GBNews.uk\" group-title=\"News\",GB News\nhttps://ythls.armelin.one/channel/UC0vn8ISa4LKMunLbzaXLnOQ.m3u8\n#EXTINF:-1 tvg-name=\"TalkTV\" tvg-logo=\"https://i.imgur.com/KxHWpQB.png\" tvg-id=\"TalkTV.uk\" group-title=\"News\",TalkTV\nhttps://live-talktv-ssai.simplestreamcdn.com/v1/master/82267e84b9e5053b3fd0ade12cb1a146df74169a/talktv-live/index.m3u8\n#EXTINF:-1 tvg-name=\"Joy News\" tvg-logo=\"https://i.imgur.com/kGuMNmR.png\" tvg-id=\"JoyNews.gh\" group-title=\"News\",Joy News\nhttps://ythls.armelin.one/channel/UChd1DEecCRlxaa0-hvPACCw.m3u8\n#EXTINF:-1 tvg-name=\"SABC News\" tvg-logo=\"https://i.imgur.com/H9q3Q9d.png\" tvg-id=\"SABCNews.gh\" group-title=\"News\",SABC News\nhttps://sabconetanw.cdn.mangomolo.com/news/smil:news.stream.smil/chunklist_b250000_t64MjQwcA==.m3u8\n#EXTINF:-1 tvg-name=\"Cheddar News\" tvg-logo=\"https://i.imgur.com/tuP9GW8.png\" tvg-id=\"CheddarNews.us\" group-title=\"Business\",Cheddar News\nhttps://dbrb49pjoymg4.cloudfront.net/10001/99991220/hls/index.m3u8?ads.xumo_channelId=99991220&ads._fw_ifa_type=dpid&ads._fw_did=43135081-0e2e-2a3f-b10c-4ade81d0e829&ads.amznappId=[AMZN_APP_ID]&ads.lat=[LAT]&ads.lon=[LON]&ads.os=[OS]&ads.osv=[OS_VERSION]&ads.asnw=&ads.caid=Cheddar&ads.csid=xumo_desktopweb_cheddar_ssai&ads._fw_is_lat=0&ads._fw_us_privacy=1YNN&ads._fw_coppa=0&ads.genre=News&ads._fw_content_category=IAB12&ads._fw_content_language=en&ads._fw_content_genre=News&ads._fw_content_rating=TV-PG&ads.xumo_contentId=161&ads.xumo_contentName=Cheddar&ads.xumo_providerId=161&ads.xumo_providerName=Cheddar&ads._fw_deviceMake=&ads._fw_device_model=&ads.channelId=99991220&ads.xumo_platform=desktopweb&ads.site_id=26840&ads.appName=xumo&ads.appVersion=2.18.0&ads._fw_app_bundle=&ads._fw_app_store_url=&ads.site_name=XumoPlay&ads.site_page=https%253A%252F%252Fplay.xumo.com\n#EXTINF:-1 tvg-name=\"Bloomberg TV+\" tvg-logo=\"https://i.imgur.com/xGlToly.png\" tvg-id=\"BloombergTVPlus.us\" group-title=\"Business\",Bloomberg TV+\nhttps://bloomberg.com/media-manifest/streams/phoenix-us.m3u8\n#EXTINF:-1 tvg-name=\"Bloomberg Television (US)\" tvg-logo=\"https://i.imgur.com/OuogLHx.png\" tvg-id=\"BloombergTV.us\" group-title=\"Business\",Bloomberg Television (US)\nhttps://bloomberg.com/media-manifest/streams/us.m3u8\n#EXTINF:-1 tvg-name=\"Bloomberg Television (Europe)\" tvg-logo=\"https://i.imgur.com/OuogLHx.png\" tvg-id=\"BloombergTVEurope.uk\" group-title=\"Business\",Bloomberg Television (Europe)\nhttps://bloomberg.com/media-manifest/streams/eu.m3u8\n#EXTINF:-1 tvg-name=\"Yahoo! Finance\" tvg-logo=\"https://i.imgur.com/43oHsHL.png\" tvg-id=\"YahooFinance.us\" group-title=\"Business\",Yahoo! Finance\nhttps://d1ewctnvcwvvvu.cloudfront.net/playlist.m3u8\n#EXTINF:-1 tvg-name=\"CNBC Europe\" tvg-logo=\"https://d2n0069hmnqmmx.cloudfront.net/epgdata/1.0/newchanlogos/512/512/skychb1088.png\" tvg-id=\"CNBCEurope.uk\" group-title=\"Business\",CNBC Europe\nhttps://amg01079-nbcuuk-amg01079c1-samsung-es-1261.playouts.now.amagi.tv/playlist/amg01079-nbcuukfast-cnbcpe-samsunges/playlist.m3u8\n#EXTINF:-1 tvg-name=\"CNBC Indonesia\" tvg-logo=\"https://i.imgur.com/bUfeG7Y.png\" tvg-id=\"CNBCIndonesia.id\" group-title=\"Business\",CNBC Indonesia\nhttps://live.cnbcindonesia.com/livecnbc/smil:cnbctv.smil/master.m3u8\n#EXTINF:-1 tvg-name=\"Ausbiz\" tvg-logo=\"https://i.imgur.com/8vGGdB0.png\" tvg-id=\"AusbizTV.au\" group-title=\"Business\",Ausbiz\nhttps://d9quh89lh7dtw.cloudfront.net/public-output/index.m3u8\n#EXTINF:-1 tvg-name=\"Moconomy\" tvg-logo=\"https://i.imgur.com/GvqbLZB.png\" tvg-id=\"MoconomyEconomyFinanceInfotainment.us\" group-title=\"Business\",Moconomy\nhttps://amogonetworx-moconomy-2-us.tcl.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"AccuWeather NOW\" tvg-logo=\"https://i.imgur.com/M8wbVYK.png\" tvg-id=\"AccuWeatherNOW.us\" group-title=\"Weather\",AccuWeather NOW\nhttps://cdn-ue1-prod.tsv2.amagi.tv/linear/amg00684-accuweather-accuweather-plex/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Fox Weather\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/b/b9/Fox_Weather_logo.svg/512px-Fox_Weather_logo.svg.png\" tvg-id=\"FoxWeather.us\" group-title=\"Weather\",Fox Weather\nhttps://lnc-fox-weather.tubi.video/index.m3u8\n#EXTINF:-1 tvg-name=\"KTCA-DT5\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/b/be/Twin_Cities_Public_Television_logo_%28PBS%29.png\" tvg-id=\"KTCADT5.us\" group-title=\"Weather\",KTCA-DT5\nhttps://api.new.livestream.com/accounts/12638076/events/8488790/live.m3u8\n#EXTINF:-1 tvg-name=\"WeatherNation\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/d/de/WeatherNation_Logo.svg/512px-WeatherNation_Logo.svg.png\" tvg-id=\"WeatherNation.us\" group-title=\"Weather\",WeatherNation\nhttp://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/5d2cb7ac552e3773bc48982e/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=6c2d1028-30d3-11ef-9cf5-e9ddff8ff496&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=dcca8395-396e-4be0-9049-564f29c5ac9b\n#EXTINF:-1 tvg-name=\"The Weather Network\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/en/thumb/b/bf/TWN_Logo_2011.svg/2560px-TWN_Logo_2011.svg.png\" tvg-id=\"TheWeatherNetwork.ca\" group-title=\"Weather\",The Weather Network\nhttps://d3f6rv2ihfj09x.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-4l4ssesb90374-ssai-prd/playlist.m3u8?ads.device_did=%7BPSID%7D&ads.device_dnt=%7BTARGETOPT%7D&ads.app_domain=%7BAPP_DOMAIN%7D&ads.app_name=%7BAPP_NAME%7D\n#EXTINF:-1 tvg-name=\"Sky News Weather Ⓖ\" tvg-logo=\"https://pbs.twimg.com/profile_images/1604994875459518464/lGt2wEqM_400x400.jpg\" tvg-id=\"SkyNewsWeather.uk\" group-title=\"Weather\",Sky News Weather Ⓖ\nhttps://distro001-gb-hls1-prd.delivery.skycdp.com/easel_cdn/ngrp:weather_loop.stream_all/playlist.m3u8\n"
  },
  {
    "path": "playlists/playlist_zz_news_es.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"Euronews Español Ⓨ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Euronews_2022.svg/640px-Euronews_2022.svg.png\" tvg-id=\"EuronewsSpanish.fr\" group-title=\"News (ES)\",Euronews Español Ⓨ\nhttps://www.youtube.com/euronewses/live\n#EXTINF:-1 tvg-name=\"France 24 Español Ⓨ\" tvg-logo=\"https://i.imgur.com/61MSiq9.png\" tvg-id=\"France24Espanol.fr\" group-title=\"News (ES)\",France 24 Español Ⓨ\nhttps://www.youtube.com/c/FRANCE24Espanol/live\n#EXTINF:-1 tvg-name=\"DW Español Ⓢ\" tvg-logo=\"https://i.imgur.com/A1xzjOI.png\" tvg-id=\"DWEspanol.de\" group-title=\"News (ES)\",DW Español Ⓢ\nhttps://dwamdstream104.akamaized.net/hls/live/2015530/dwstream104/stream04/streamPlaylist.m3u8\n#EXTINF:-1 tvg-name=\"CGTN Español\" tvg-logo=\"https://i.imgur.com/fMsJYzl.png\" tvg-id=\"CGTNSpanish.cn\" group-title=\"News (ES)\",CGTN Español\nhttps://news.cgtn.com/resource/live/espanol/cgtn-e.m3u8\n#EXTINF:-1 tvg-name=\"RT Español Ⓖ\" tvg-logo=\"https://upload.wikimedia.org/wikipedia/commons/thumb/a/a0/Russia-today-logo.svg/512px-Russia-today-logo.svg.png\" tvg-id=\"RTenEspanol.ru\" group-title=\"News (ES)\",RT Español Ⓖ\nhttps://rt-esp.rttv.com/dvr/rtesp/playlist.m3u8\n#EXTINF:-1 tvg-name=\"RTVE 24H\" tvg-logo=\"https://i.imgur.com/WTDKOoM.png\" tvg-id=\"rtve.es\" group-title=\"News (ES)\",RTVE 24H\nhttps://ztnr.rtve.es/ztnr/1694255.m3u8\n"
  },
  {
    "path": "playlists/playlist_zz_vod_it.m3u8",
    "content": "#EXTM3U x-tvg-url=\"https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz, https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz, https://epgshare01.online/epgshare01/locomotiontv.xml.gz\"\n#EXTINF:-1 tvg-name=\"Sportitalia LIVE24\" tvg-logo=\"https://i.imgur.com/hu56Ya5.png\" tvg-id=\"Sportitalia24.it\" group-title=\"VOD Italy\",Sportitalia LIVE24\nhttps://di-g7ij0rwh.vo.lswcdn.net/sportitalia/silive24.smil/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Sport2U\" tvg-logo=\"https://i.imgur.com/WW0lNk1.png\" group-title=\"VOD Italy\",Sport2U\nhttps://stream9.xdevel.com/video0s976916-1685/stream/playlist_dvr.m3u8\n#EXTINF:-1 tvg-name=\"Grande Fratello Vip Regia 1 Ⓢ Ⓖ\" tvg-logo=\"https://i.imgur.com/PBTdU4G.png\" group-title=\"VOD Italy\",Grande Fratello Vip Regia 1 Ⓢ Ⓖ\nhttps://live3.msf.cdn.mediaset.net/content/dash_d0_clr_vos/live/channel(b7)/manifest.mpd\n#EXTINF:-1 tvg-name=\"Grande Fratello Vip Regia 2 Ⓢ Ⓖ\" tvg-logo=\"https://i.imgur.com/FKfwbHD.png\" group-title=\"VOD Italy\",Grande Fratello Vip Regia 2 Ⓢ Ⓖ\nhttps://live3.msf.cdn.mediaset.net/content/dash_d0_clr_vos/live/channel(b8)/manifest.mpd\n#EXTINF:-1 tvg-name=\"Grande Fratello Vip Regia un'ora fa Ⓢ Ⓖ\" tvg-logo=\"https://i.imgur.com/fFZeBnc.png\" group-title=\"VOD Italy\",Grande Fratello Vip Regia un'ora fa Ⓢ Ⓖ\nhttps://live3.msf.cdn.mediaset.net/content/dash_d0_clr_vos/live/channel(b9)/manifest.mpd\n#EXTINF:-1 tvg-name=\"Stories – Rakuten TV\" tvg-logo=\"https://i.imgur.com/tMcUvjI.jpg\" group-title=\"VOD Italy\",Stories – Rakuten TV\nhttps://rakuten-spotlight-6-eu.rakuten.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Classico – Rakuten TV\" tvg-logo=\"https://i.imgur.com/ytN6jfl.jpeg\" group-title=\"VOD Italy\",Classico – Rakuten TV\nhttps://rakuten-classico-1-eu.rakuten.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Thriller – Rakuten TV\" tvg-logo=\"https://i.imgur.com/jJTnBNk.jpeg\" group-title=\"VOD Italy\",Thriller – Rakuten TV\nhttps://rakuten-thriller-6-eu.rakuten.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Commedia – Rakuten TV\" tvg-logo=\"https://i.imgur.com/EKKXdIU.jpg\" group-title=\"VOD Italy\",Commedia – Rakuten TV\nhttps://rakuten-comedymovies-6-eu.rakuten.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Documentari – Rakuten TV\" tvg-logo=\"https://i.imgur.com/rAHBiO8.jpg\" group-title=\"VOD Italy\",Documentari – Rakuten TV\nhttps://rakuten-documentaries-6-eu.rakuten.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Family – Rakuten TV\" tvg-logo=\"https://i.imgur.com/BCC123A.jpg\" group-title=\"VOD Italy\",Family – Rakuten TV\nhttps://rakuten-family-6-eu.rakuten.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Romance – Rakuten TV\" tvg-logo=\"https://i.imgur.com/TiXrzJZ.jpeg\" group-title=\"VOD Italy\",Romance – Rakuten TV\nhttps://rakuten-romance-6-eu.rakuten.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Film Top – Rakuten TV\" tvg-logo=\"https://i.imgur.com/OfD9hM9.jpeg\" group-title=\"VOD Italy\",Film Top – Rakuten TV\nhttps://rakuten-topfree-6-eu.rakuten.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Drammatico – Rakuten TV\" tvg-logo=\"https://i.imgur.com/Nx3JzZK.jpg\" group-title=\"VOD Italy\",Drammatico – Rakuten TV\nhttps://rakuten-tvshows-6-eu.rakuten.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Film d'azione – Rakuten TV\" tvg-logo=\"https://i.imgur.com/KDmDQM6.jpg\" group-title=\"VOD Italy\",Film d'azione – Rakuten TV\nhttps://rakuten-actionmovies-6-eu.rakuten.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Euronews in diretta\" tvg-logo=\"https://i.imgur.com/DUUxsO7.jpeg\" tvg-id=\"EuronewsItalian.fr\" group-title=\"VOD Italy\",Euronews in diretta\nhttps://rakuten-euronews-3-it.samsung.wurl.com/manifest/playlist.m3u8\n#EXTINF:-1 tvg-name=\"FailArmy\" tvg-logo=\"https://i.imgur.com/WupT16d.jpg\" group-title=\"VOD Italy\",FailArmy\nhttps://failarmy-international-it.samsung.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"The Pet Collective\" tvg-logo=\"https://i.imgur.com/daTU44g.jpeg\" group-title=\"VOD Italy\",The Pet Collective\nhttps://the-pet-collective-international-it.samsung.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Canale Europa\" tvg-logo=\"https://i.imgur.com/Zw2ZIfz.jpg\" group-title=\"VOD Italy\",Canale Europa\nhttps://canaleeuropa-canaleeuropa-1-it.samsung.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"People Are Awesome\" tvg-logo=\"https://i.imgur.com/xwz9zKk.jpeg\" group-title=\"VOD Italy\",People Are Awesome\nhttps://jukin-peopleareawesome-2-it.samsung.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Yamato Animation\" tvg-logo=\"https://i.imgur.com/rOl7HfS.png\" group-title=\"VOD Italy\",Yamato Animation\nhttps://yamatovideo-yamatoanimation-1-it.samsung.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"BBC Doctor Who\" tvg-logo=\"https://i.imgur.com/J2B9FjO.jpg\" group-title=\"VOD Italy\",BBC Doctor Who\nhttps://bbceu-doctorwho-1-it.samsung.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"BBC Drama\" tvg-logo=\"https://i.imgur.com/hY1M4hL.jpg\" group-title=\"VOD Italy\",BBC Drama\nhttps://bbceu-bbcdrama-2-it.samsung.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Televisa Telenovelas\" tvg-logo=\"https://i.imgur.com/GaJIRN3.jpg\" group-title=\"VOD Italy\",Televisa Telenovelas\nhttps://televisa-televisa-1-it.samsung.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Humanity Documentari\" tvg-logo=\"https://i.imgur.com/4gwdyar.png\" group-title=\"VOD Italy\",Humanity Documentari\nhttps://cdn-ue1-prod.tsv2.amagi.tv/linear/amg00712-alchimie-humanitydocit-samsungit/playlist.m3u8\n#EXTINF:-1 tvg-name=\"The Boat Show\" tvg-logo=\"https://i.imgur.com/cPTLian.png\" group-title=\"VOD Italy\",The Boat Show\nhttps://d46c0ebf9ef94053848fdd7b1f2f6b90.mediatailor.eu-central-1.amazonaws.com/v1/master/81bfcafb76f9c947b24574657a9ce7fe14ad75c0/live-prod/4bdea6cd-80c1-11eb-908d-533d39655269/0/master.m3u8\n#EXTINF:-1 tvg-name=\"Fashion TV\" tvg-logo=\"https://i.imgur.com/KT3zgc1.png\" tvg-id=\"FashionTVEurope.fr\" group-title=\"VOD Italy\",Fashion TV\nhttps://fashiontv-fashiontv-3-it.samsung.wurl.com/manifest/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Motor1TV\" tvg-logo=\"https://i.imgur.com/UERYhO1.png\" group-title=\"VOD Italy\",Motor1TV\nhttps://motorsportnetwork-motor1tv-1-it.samsung.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"SportOutdoor.tv\" tvg-logo=\"https://i.imgur.com/fwOuEBl.png\" group-title=\"VOD Italy\",SportOutdoor.tv\nhttps://gto2000-sportoutdoortv-1-it.samsung.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Italian Fishing TV\" tvg-logo=\"https://i.imgur.com/Q0jHCdC.png\" tvg-id=\"ItalianFishingTV.it\" group-title=\"VOD Italy\",Italian Fishing TV\nhttps://itftv-italianfishingtv-1-it.samsung.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"FUEL TV\" tvg-logo=\"https://i.imgur.com/4Lzo6M4.png\" tvg-id=\"FuelTV.us\" group-title=\"VOD Italy\",FUEL TV\nhttps://fueltv-fueltv-6-it.samsung.wurl.com/manifest/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Teletubbies\" tvg-logo=\"https://i.imgur.com/tSw1oON.jpeg\" group-title=\"VOD Italy\",Teletubbies\nhttps://dhx-teletubbies-2-it.samsung.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"duckTV\" tvg-logo=\"https://i.imgur.com/BKoAJZV.jpeg\" group-title=\"VOD Italy\",duckTV\nhttps://mmm-ducktv-2-it.samsung.wurl.com/manifest/playlist.m3u8\n#EXTINF:-1 tvg-name=\"SuperToons TV\" tvg-logo=\"https://i.imgur.com/A6vCYsC.png\" group-title=\"VOD Italy\",SuperToons TV\nhttps://kedoo-supertoonstv-4-it.samsung.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Planeta Junior\" tvg-logo=\"https://i.imgur.com/F71WMja.jpg\" group-title=\"VOD Italy\",Planeta Junior\nhttps://deaplaneta-planetakidz-2-it.samsung.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"MONDO TV KIDS\" tvg-logo=\"https://i.imgur.com/DMqKFIM.png\" group-title=\"VOD Italy\",MONDO TV KIDS\nhttps://mondotv-mondotvkids-1-it.samsung.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Vevo Pop\" tvg-logo=\"https://i.imgur.com/DPqMpQC.png\" group-title=\"VOD Italy\",Vevo Pop\nhttps://601820eb2b971a000104f40a-samsung.eu.ssai.zype.com/601820eb2b971a000104f40a_samsung_eu/manifest.m3u8\n#EXTINF:-1 tvg-name=\"Radio Italia Trend\" tvg-logo=\"https://i.imgur.com/ecpfn3e.png\" tvg-id=\"RadioItaliaTrendTV.it\" group-title=\"VOD Italy\",Radio Italia Trend\nhttps://radioitalia-samsungitaly.amagi.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Clubbing TV\" tvg-logo=\"https://i.imgur.com/D1IuAqu.jpg\" group-title=\"VOD Italy\",Clubbing TV\nhttps://clubbingtv-samsunguk.amagi.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Deluxe Lounge HD\" tvg-logo=\"https://i.imgur.com/LzIsXym.png\" group-title=\"VOD Italy\",Deluxe Lounge HD\nhttps://d46c0ebf9ef94053848fdd7b1f2f6b90.mediatailor.eu-central-1.amazonaws.com/v1/master/81bfcafb76f9c947b24574657a9ce7fe14ad75c0/live-prod/9f58b8c3-80c1-11eb-908d-533d39655269/0/master.m3u8\n#EXTINF:-1 tvg-name=\"Trace Latina Ⓖ\" tvg-logo=\"https://i.imgur.com/GHbz8wd.png\" tvg-id=\"TraceLatina.fr\" group-title=\"VOD Italy\",Trace Latina Ⓖ\nhttps://cdn-ue1-prod.tsv2.amagi.tv/linear/amg01131-tracetv-tracelatinait-samsungit/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Trace Urban Ⓖ\" tvg-logo=\"https://i.imgur.com/PAx9qj8.png\" tvg-id=\"TraceUrban.fr\" group-title=\"VOD Italy\",Trace Urban Ⓖ\nhttps://cdn-ue1-prod.tsv2.amagi.tv/linear/amg01131-tracetv-traceurbanit-samsungit/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Full Moon\" tvg-logo=\"https://i.imgur.com/0xT7bZP.jpg\" group-title=\"VOD Italy\",Full Moon\nhttps://minerva-fullmoon-1-it.samsung.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Cinema Segreto\" tvg-logo=\"https://i.imgur.com/pID3ZGx.png\" group-title=\"VOD Italy\",Cinema Segreto\nhttps://minerva-cinemasegreto-1-it.samsung.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Bizzarro Movies\" tvg-logo=\"https://i.imgur.com/EbDLnZB.png\" group-title=\"VOD Italy\",Bizzarro Movies\nhttps://minerva-bizzarromovies-1-it.samsung.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"CGtv\" tvg-logo=\"https://i.imgur.com/6rsLtY7.png\" group-title=\"VOD Italy\",CGtv\nhttps://cgentertainment-cgtv-1-it.samsung.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"WP\" tvg-logo=\"https://i.imgur.com/W5I5yY0.png\" group-title=\"VOD Italy\",WP\nhttps://minerva-wp-1-it.samsung.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Risate all'italiana\" tvg-logo=\"https://i.imgur.com/LCN66Z1.png\" group-title=\"VOD Italy\",Risate all'italiana\nhttps://minerva-risateallitaliana-1-it.samsung.wurl.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Shorts Ⓖ\" tvg-logo=\"https://i.imgur.com/GwM7RHV.jpg\" group-title=\"VOD Italy\",Shorts Ⓖ\nhttps://cdn-ue1-prod.tsv2.amagi.tv/linear/amg00784-shortsinternati-shortstv-fast-italy-samsungit/playlist.m3u8\n#EXTINF:-1 tvg-name=\"Sofy.tv\" tvg-logo=\"https://i.imgur.com/fsJFJeZ.png\" group-title=\"VOD Italy\",Sofy.tv\nhttps://sofytv-samsungit.amagi.tv/playlist.m3u8\n#EXTINF:-1 tvg-name=\"VH1+ Girl Power! – Pluto TV\" tvg-logo=\"https://i.imgur.com/Z4t6fdU.png\" group-title=\"VOD Italy\",VH1+ Girl Power! – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/655208ff53fc9700084a834e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Car Chase – Pluto TV\" tvg-logo=\"https://i.imgur.com/F1jXkhK.png\" group-title=\"VOD Italy\",Car Chase – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/65a939fad77d450008863835/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Monster Jam – Pluto TV\" tvg-logo=\"https://i.imgur.com/jxGhINd.png\" group-title=\"VOD Italy\",Monster Jam – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/65bce7f1d77d450008b3a430/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"MacGyver – Pluto TV\" tvg-logo=\"https://i.imgur.com/bz9IwWU.png\" group-title=\"VOD Italy\",MacGyver – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6245d4511358320007029cdf/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Settimo Cielo – Pluto TV\" tvg-logo=\"https://i.imgur.com/TC5lo6r.png\" group-title=\"VOD Italy\",Settimo Cielo – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6245d3792792150007e20634/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"BBC Drama – Pluto TV\" tvg-logo=\"https://i.imgur.com/CrAqXHJ.png\" group-title=\"VOD Italy\",BBC Drama – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62e7fa5ab5062e0007dcf97d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Le sorelle mcleod – Pluto TV\" tvg-logo=\"https://i.imgur.com/P310ryf.png\" group-title=\"VOD Italy\",Le sorelle mcleod – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60a2837f8154ab0007c4dcdf/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Autostop per il cielo – Pluto TV\" tvg-logo=\"https://i.imgur.com/rpC1qk7.png\" group-title=\"VOD Italy\",Autostop per il cielo – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/638f286445264d00084ec6dc/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Renegade – Pluto TV\" tvg-logo=\"https://i.imgur.com/Qsd9wuS.png\" group-title=\"VOD Italy\",Renegade – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/634926e4b51d2d00077819a2/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Serie – Pluto TV\" tvg-logo=\"https://i.imgur.com/CHBhRZr.png\" tvg-id=\"PlutoTVSerieItaly.it\" group-title=\"VOD Italy\",Serie – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60b9ff2722bfa400072676ef/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Film – Pluto TV\" tvg-logo=\"https://i.imgur.com/QeFc7F3.png\" tvg-id=\"PlutoTVFilmItaly.it\" group-title=\"VOD Italy\",Film – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa17fb9f4490007e6419a/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Film Azione – Pluto TV\" tvg-logo=\"https://i.imgur.com/ZmAuf3H.png\" tvg-id=\"PlutoTVFilmAzioneItaly.it\" group-title=\"VOD Italy\",Film Azione – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa20a2e7f270007c4878d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Film Thriller – Pluto TV\" tvg-logo=\"https://i.imgur.com/hIWMGRW.png\" tvg-id=\"PlutoTVFilmThrillerItaly.it\" group-title=\"VOD Italy\",Film Thriller – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa5e995132a00075f7005/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Horror – Pluto TV\" tvg-logo=\"https://i.imgur.com/zhoHRSE.png\" group-title=\"VOD Italy\",Horror – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61c09e3ac210ed0007606620/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Western – Pluto TV\" tvg-logo=\"https://i.imgur.com/6vmgQBl.png\" group-title=\"VOD Italy\",Western – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62e7fb67478a5b0007e6c50c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Film Classici – Pluto TV\" tvg-logo=\"https://i.imgur.com/jNyZPLV.png\" tvg-id=\"PlutoTVFilmClassiciItaly.it\" group-title=\"VOD Italy\",Film Classici – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa3c446d73500075f0e24/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Cinema Italiano – Pluto TV\" tvg-logo=\"https://i.imgur.com/drDX5DC.png\" tvg-id=\"PlutoTVCinemaItalianoItaly.it\" group-title=\"VOD Italy\",Cinema Italiano – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa7d8359b270007861489/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Totò – Pluto TV\" tvg-logo=\"https://i.imgur.com/wLDteJZ.png\" group-title=\"VOD Italy\",Totò – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/65253f9881f942000833ccd5/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Film Romantici – Pluto TV\" tvg-logo=\"https://i.imgur.com/KxPsLG3.png\" tvg-id=\"PlutoTVFilmRomanticiItaly.it\" group-title=\"VOD Italy\",Film Romantici – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa4a4cc92820007b663af/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Christmas – Pluto TV\" tvg-logo=\"https://i.imgur.com/tQ8lN30.png\" group-title=\"VOD Italy\",Christmas – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/612e05b885183d0007958101/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Film Drama – Pluto TV\" tvg-logo=\"https://i.imgur.com/X8jimKP.png\" tvg-id=\"PlutoTVFilmDramaItaly.it\" group-title=\"VOD Italy\",Film Drama – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa42b5c2b8f0007197529/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Film Commedia – Pluto TV\" tvg-logo=\"https://i.imgur.com/cSKaVHW.png\" tvg-id=\"PlutoTVFilmCommediaItaly.it\" group-title=\"VOD Italy\",Film Commedia – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa512d67fd900072323db/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"East is East – Pluto TV\" tvg-logo=\"https://i.imgur.com/iPGv82f.png\" group-title=\"VOD Italy\",East is East – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/654c955683595c00081d9d87/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"The Asylum – Pluto TV\" tvg-logo=\"https://i.imgur.com/S2jlaiJ.png\" group-title=\"VOD Italy\",The Asylum – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62e8d5369e48940007fc1dc1/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Star Trek: The Original Series – Pluto TV\" tvg-logo=\"https://i.imgur.com/VnUrFqB.png\" group-title=\"VOD Italy\",Star Trek: The Original Series – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6581a09edfed030008e12b39/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Doctor Who – Pluto TV\" tvg-logo=\"https://i.imgur.com/oewPc3b.png\" group-title=\"VOD Italy\",Doctor Who – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62e7f8db27ce19000732d1aa/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Sci-Fi – Pluto TV\" tvg-logo=\"https://i.imgur.com/5B94N8g.png\" tvg-id=\"PlutoTVSciFiItaly.it\" group-title=\"VOD Italy\",Sci-Fi – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61728bb9ee3773000840c1fa/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Mutant X – Pluto TV\" tvg-logo=\"https://i.imgur.com/SptYKFI.png\" group-title=\"VOD Italy\",Mutant X – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60802c209a26320007c92ad5/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Andromeda – Pluto TV\" tvg-logo=\"https://i.imgur.com/2HFhwX9.png\" group-title=\"VOD Italy\",Andromeda – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60802d37ee238e0007c94e64/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Sanctuary – Pluto TV\" tvg-logo=\"https://i.imgur.com/iYyijeJ.png\" group-title=\"VOD Italy\",Sanctuary – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/63eb57d6c111bc0008fe2658/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Forensic Files – Pluto TV\" tvg-logo=\"https://i.imgur.com/hF5maH7.png\" group-title=\"VOD Italy\",Forensic Files – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/64ec5cf50f73a800081310a5/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Squadra Speciale Cobra 11 – Pluto TV\" tvg-logo=\"https://i.imgur.com/HtDoAF2.png\" group-title=\"VOD Italy\",Squadra Speciale Cobra 11 – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/625e6cc905e09f00073addee/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Crime – Pluto TV\" tvg-logo=\"https://i.imgur.com/WRMGIdb.png\" tvg-id=\"PlutoTVCrimeItaly.it\" group-title=\"VOD Italy\",Crime – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa777b907770007e5d05d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Mai dire sì – Pluto TV\" tvg-logo=\"https://i.imgur.com/yIMyhSN.png\" group-title=\"VOD Italy\",Mai dire sì – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6349279ed5023700078f2bc2/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Consulenze illegali – Pluto TV\" tvg-logo=\"https://i.imgur.com/AoOiYJX.png\" group-title=\"VOD Italy\",Consulenze illegali – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60b9dc99521a1400079bdfba/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Il banco dei pugni – Pluto TV\" tvg-logo=\"https://i.imgur.com/2Lj1sdf.png\" group-title=\"VOD Italy\",Il banco dei pugni – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60e4507a06171800072339a3/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Affare Fatto – Pluto TV\" tvg-logo=\"https://i.imgur.com/BuGkGsL.png\" group-title=\"VOD Italy\",Affare Fatto – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/64ec5c6644fe100009d114ae/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Catfish – Pluto TV\" tvg-logo=\"https://i.imgur.com/KajHKoP.png\" group-title=\"VOD Italy\",Catfish – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6093f9ed2c75660007322bb7/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Il Testimone – Pluto TV\" tvg-logo=\"https://i.imgur.com/9NXL9kY.png\" group-title=\"VOD Italy\",Il Testimone – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61fbd3f0733df400076c9a2d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Case Pazzesche – Pluto TV\" tvg-logo=\"https://i.imgur.com/v8IDWwX.png\" group-title=\"VOD Italy\",Case Pazzesche – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/626bb07a58b8dd0007e9f36e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Geordie Shore – Pluto TV\" tvg-logo=\"https://i.imgur.com/y0fkHVi.png\" group-title=\"VOD Italy\",Geordie Shore – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/619263ee9541940007d20d60/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Ex on the beach – Pluto TV\" tvg-logo=\"https://i.imgur.com/IONkdyk.png\" group-title=\"VOD Italy\",Ex on the beach – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60940ebad67fd900072382db/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"#Riccanza – Pluto TV\" tvg-logo=\"https://i.imgur.com/oBpcWEm.png\" group-title=\"VOD Italy\",#Riccanza – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/626baa721c279b00072cbedd/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"The Hills – Pluto TV\" tvg-logo=\"https://i.imgur.com/9SRojGx.png\" group-title=\"VOD Italy\",The Hills – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6466007181844c000967f80a/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Reality – Pluto TV\" tvg-logo=\"https://i.imgur.com/tPEOeTk.png\" tvg-id=\"PlutoTVRealityItaly.it\" group-title=\"VOD Italy\",Reality – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61925f874b1ec000075e700a/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Made – Pluto TV\" tvg-logo=\"https://i.imgur.com/dguQsJ7.png\" group-title=\"VOD Italy\",Made – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6304ee20112ca70007d8accc/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"16 anni e incinta – Pluto TV\" tvg-logo=\"https://i.imgur.com/4BHrbP7.png\" group-title=\"VOD Italy\",16 anni e incinta – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60940a07d88ba90007b9cb71/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Teen Mom – Pluto TV\" tvg-logo=\"https://i.imgur.com/LdiTgeW.png\" group-title=\"VOD Italy\",Teen Mom – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62e7fc8c0d061100083946a9/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Jersey Shore – Pluto TV\" tvg-logo=\"https://i.imgur.com/HIlmQEy.png\" group-title=\"VOD Italy\",Jersey Shore – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/63eb5767da71180008ace8fc/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Top Gear – Pluto TV\" tvg-logo=\"https://i.imgur.com/ZZo7DXQ.png\" group-title=\"VOD Italy\",Top Gear – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/64c109a4798def0008a6e03e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Pimp My Ride – Pluto TV\" tvg-logo=\"https://i.imgur.com/GC2wj2K.png\" group-title=\"VOD Italy\",Pimp My Ride – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/636a4eaf77279a0007f14861/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"World poker tour – Pluto TV\" tvg-logo=\"https://i.imgur.com/AF1ON8u.png\" group-title=\"VOD Italy\",World poker tour – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608016e446d73500075ea7e0/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"PFL MMA – Pluto TV\" tvg-logo=\"https://i.imgur.com/zScgLTv.png\" group-title=\"VOD Italy\",PFL MMA – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/654a299cab05240008a12639/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Robot Wars by MECH+ – Pluto TV\" tvg-logo=\"https://i.imgur.com/vGqha3k.png\" group-title=\"VOD Italy\",Robot Wars by MECH+ – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/651581ba6a84140008593586/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Ultimate Classic Wrestling – Pluto TV\" tvg-logo=\"https://i.imgur.com/QVN5qv3.png\" group-title=\"VOD Italy\",Ultimate Classic Wrestling – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/652516fb7971630008a58e74/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"The Boat Show – Pluto TV\" tvg-logo=\"https://i.imgur.com/aDcwRvj.png\" group-title=\"VOD Italy\",The Boat Show – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/63eb58aa60bc8f0008caa8f8/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Unbeaten Sports – Pluto TV\" tvg-logo=\"https://i.imgur.com/UAiv612.png\" group-title=\"VOD Italy\",Unbeaten Sports – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/64c3b106dac71b00080a26d2/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Sport – Pluto TV\" tvg-logo=\"https://i.imgur.com/o2psAYW.png\" tvg-id=\"PlutoTVSportItaly.it\" group-title=\"VOD Italy\",Sport – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608030eff4b6f70007e1684c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Ridiculousness – Pluto TV\" tvg-logo=\"https://i.imgur.com/Yyj3Dm6.png\" group-title=\"VOD Italy\",Ridiculousness – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61fbd721e5b49e00079bfedc/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Scherzi e risate – Pluto TV\" tvg-logo=\"https://i.imgur.com/kPxGzPI.png\" group-title=\"VOD Italy\",Scherzi e risate – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/609404b0a8ec810007d8de9d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Fail army – Pluto TV\" tvg-logo=\"https://i.imgur.com/SqRDd2U.png\" group-title=\"VOD Italy\",Fail army – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608014d19a26320007c92ab6/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"People are awesome – Pluto TV\" tvg-logo=\"https://i.imgur.com/jn0OeWv.png\" group-title=\"VOD Italy\",People are awesome – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608017cbe375e400070cc981/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"The pet collective – Pluto TV\" tvg-logo=\"https://i.imgur.com/034PrSz.png\" group-title=\"VOD Italy\",The pet collective – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60801317a0ccef00072aaf75/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Just for laughs – Pluto TV\" tvg-logo=\"https://i.imgur.com/VvEz0XX.png\" group-title=\"VOD Italy\",Just for laughs – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6093f48c95132a00075fd859/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"South Park – Pluto TV\" tvg-logo=\"https://i.imgur.com/06wIdRV.png\" group-title=\"VOD Italy\",South Park – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62bc1f502b70e3000706298e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Super! Spongebob – Pluto TV\" tvg-logo=\"https://i.imgur.com/vFiwODM.png\" group-title=\"VOD Italy\",Super! Spongebob – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6093f9281db477000759fce0/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Due Fantagenitori – Pluto TV\" tvg-logo=\"https://i.imgur.com/HOvLgGK.png\" group-title=\"VOD Italy\",Due Fantagenitori – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62b57a6752a0060008bc65cd/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Yu-Gi-Oh! – Pluto TV\" tvg-logo=\"https://i.imgur.com/rmzSC1C.png\" group-title=\"VOD Italy\",Yu-Gi-Oh! – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/63eb82e24e83e70008ab735f/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Anime – Pluto TV\" tvg-logo=\"https://i.imgur.com/rhVF0eC.png\" group-title=\"VOD Italy\",Anime – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/65b90daed77d450008a43345/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Avatar – Pluto TV\" tvg-logo=\"https://i.imgur.com/KDSStnJ.png\" group-title=\"VOD Italy\",Avatar – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/624da1cd2af90c0007c13205/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Inazuma Eleven – Pluto TV\" tvg-logo=\"https://i.imgur.com/2u1ic6X.png\" tvg-id=\"PlutoTVAnimeItaly.it\" group-title=\"VOD Italy\",Inazuma Eleven – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/612375086abc84000738fc03/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Super! Rugrats – Pluto TV\" tvg-logo=\"https://i.imgur.com/QqMQZte.png\" group-title=\"VOD Italy\",Super! Rugrats – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62e8ddbbaed0390007b258a6/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Teenage Mutant Ninja Turtles – Pluto TV\" tvg-logo=\"https://i.imgur.com/bAnyjH7.png\" group-title=\"VOD Italy\",Teenage Mutant Ninja Turtles – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62619405c733e8000732d1fe/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Super! Icarly – Pluto TV\" tvg-logo=\"https://i.imgur.com/Mhl252U.png\" group-title=\"VOD Italy\",Super! Icarly – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/609401db8cf51c00084b592e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Super! Victorious – Pluto TV\" tvg-logo=\"https://i.imgur.com/ArXLm5R.png\" group-title=\"VOD Italy\",Super! Victorious – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/63c012504faf1c0007abfa93/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Super! Zoey 101 – Pluto TV\" tvg-logo=\"https://i.imgur.com/7FCQb1G.png\" group-title=\"VOD Italy\",Super! Zoey 101 – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6304ed62410a4c00083c0291/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Super! POP – Pluto TV\" tvg-logo=\"https://i.imgur.com/jlz31HP.png\" group-title=\"VOD Italy\",Super! POP – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6093f7b5bb49b90007cecaad/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Super! Gaming – Pluto TV\" tvg-logo=\"https://i.imgur.com/UB7xHRQ.png\" group-title=\"VOD Italy\",Super! Gaming – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/626192c51c279b00072c4553/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Super! Girl Power – Pluto TV\" tvg-logo=\"https://i.imgur.com/lzgp9GM.png\" group-title=\"VOD Italy\",Super! Girl Power – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/636a4ce50728d200072eebe7/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Super! Intervallo – Pluto TV\" tvg-logo=\"https://i.imgur.com/jl7ZvE5.png\" group-title=\"VOD Italy\",Super! Intervallo – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62619544b1bf740007b4154b/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Super! Spyders – Pluto TV\" tvg-logo=\"https://i.imgur.com/n89yuZh.png\" group-title=\"VOD Italy\",Super! Spyders – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/655207f8b9c8a700082c7951/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Kids – Pluto TV\" tvg-logo=\"https://i.imgur.com/ybd7A0r.png\" group-title=\"VOD Italy\",Kids – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62444e195d2ab7000861694b/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Kids Ukraine – Pluto TV\" tvg-logo=\"https://i.imgur.com/MrIlypV.png\" group-title=\"VOD Italy\",Kids Ukraine – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/622a2d8da9d8210007d918c2/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Super! Star – Pluto TV\" tvg-logo=\"https://i.imgur.com/YLtqPkF.png\" group-title=\"VOD Italy\",Super! Star – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6093f6f8351eb0000754afb8/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Super! Risate – Pluto TV\" tvg-logo=\"https://i.imgur.com/ALCbqZt.png\" group-title=\"VOD Italy\",Super! Risate – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/63eb573ba99571000897135b/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Super! Brothers and Sisters – Pluto TV\" tvg-logo=\"https://i.imgur.com/KSQvVye.png\" group-title=\"VOD Italy\",Super! Brothers and Sisters – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61925ea79541940007d20881/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"VH1+ Music Legends – Pluto TV\" tvg-logo=\"https://i.imgur.com/kJ1MDVi.png\" group-title=\"VOD Italy\",VH1+ Music Legends – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62e8cc10ca869f00078efca8/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"VH1+ Back to 90's – Pluto TV\" tvg-logo=\"https://i.imgur.com/vGgh3cs.png\" group-title=\"VOD Italy\",VH1+ Back to 90's – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6552085aab05240008b05f6c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"VH1+ Rock! – Pluto TV\" tvg-logo=\"https://i.imgur.com/P1OCuFl.png\" group-title=\"VOD Italy\",VH1+ Rock! – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/636a4173e34fd50007534542/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"VH1+ Canzoni Italiane – Pluto TV\" tvg-logo=\"https://i.imgur.com/fpQBKP2.png\" group-title=\"VOD Italy\",VH1+ Canzoni Italiane – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/63724270c7c2360007b170e8/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"VH1+ Hip Hop & Rap – Pluto TV\" tvg-logo=\"https://i.imgur.com/k1zQpiO.png\" group-title=\"VOD Italy\",VH1+ Hip Hop & Rap – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6465fef47cb4b100086ee7bd/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Deluxe Lounge HD – Pluto TV\" tvg-logo=\"https://i.imgur.com/mTXgaKl.png\" group-title=\"VOD Italy\",Deluxe Lounge HD – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6278ec6c33d85a00077ad814/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"K-Pop – Pluto TV\" tvg-logo=\"https://i.imgur.com/9Vp4rx2.png\" group-title=\"VOD Italy\",K-Pop – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60c8b75fb0a68400074b86fc/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Fireplace – Pluto TV\" tvg-logo=\"https://i.imgur.com/csk1e76.png\" group-title=\"VOD Italy\",Fireplace – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/612ce23f51cce000078eeed5/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Euronews – Pluto TV\" tvg-logo=\"https://i.imgur.com/Zpf2ykM.png\" group-title=\"VOD Italy\",Euronews – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61b86ea479a4390007c6d5fc/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"CBS News – Pluto TV\" tvg-logo=\"https://i.imgur.com/ApsK6Eq.png\" group-title=\"VOD Italy\",CBS News – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6231ec4b62cd1f0007093c7b/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Cucina – Pluto TV\" tvg-logo=\"https://i.imgur.com/KsOhaOn.png\" tvg-id=\"PlutoTVCucinaItaly.it\" group-title=\"VOD Italy\",Cucina – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa718a8ec810007d87fee/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Real life – Pluto TV\" tvg-logo=\"https://i.imgur.com/FpwqJYw.png\" tvg-id=\"PlutoTVRealLifeItaly.it\" group-title=\"VOD Italy\",Real life – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60801976f92a750007a0699c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Naturescape – Pluto TV\" tvg-logo=\"https://i.imgur.com/CGB6qiV.png\" group-title=\"VOD Italy\",Naturescape – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/610a9ebe8c2ac2000734776e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Natura – Pluto TV\" tvg-logo=\"https://i.imgur.com/Pc4gx12.png\" tvg-id=\"PlutoTVNaturaItaly.it\" group-title=\"VOD Italy\",Natura – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60802b37709d6b0007b0c549/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Storia – Pluto TV\" tvg-logo=\"https://i.imgur.com/w5BYvsz.png\" group-title=\"VOD Italy\",Storia – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/65253fdf3fd33c00080214a3/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Documentari – Pluto TV\" tvg-logo=\"https://i.imgur.com/0jYrODf.png\" tvg-id=\"PlutoTVDocumentariItaly.it\" group-title=\"VOD Italy\",Documentari – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa8a5709d6b0007b132fe/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Viaggi – Pluto TV\" tvg-logo=\"https://i.imgur.com/3GJg0uy.png\" group-title=\"VOD Italy\",Viaggi – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/63c923944207be0007fd0887/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"House of Docs – Pluto TV\" tvg-logo=\"https://i.imgur.com/pFLQ18m.png\" group-title=\"VOD Italy\",House of Docs – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6536608b4f123d000876b78b/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n#EXTINF:-1 tvg-name=\"Le vite degli altri – Pluto TV\" tvg-logo=\"https://i.imgur.com/nngMFi5.png\" group-title=\"VOD Italy\",Le vite degli altri – Pluto TV\nhttps://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/653660b4295b840008a70ba3/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel\n"
  }
]