mirror of https://github.com/Free-TV/IPTV
Compare commits
6 Commits
cf3371dc12
...
ec7a1a89b8
Author | SHA1 | Date |
---|---|---|
|
ec7a1a89b8 | |
|
e0b7b48977 | |
|
d3c7b14759 | |
|
a56ded2a72 | |
|
6b279b582d | |
|
cbe79bfd87 |
73
README.md
73
README.md
|
@ -1,7 +1,19 @@
|
||||||
Free TV
|
IPTV Playlist Project
|
||||||
=======
|
======
|
||||||
|
|
||||||
This is an M3U playlist for free TV channels around the World.
|
Welcome to the IPTV project! This repository offers a curated collection of free TV playlists for IPTV players, providing access to various channels from around the world.
|
||||||
|
|
||||||
|
Table of Contents
|
||||||
|
======
|
||||||
|
|
||||||
|
1. Introduction
|
||||||
|
2. Philosophy
|
||||||
|
3. Installation & Usage
|
||||||
|
4. Feed Sources
|
||||||
|
5. Format
|
||||||
|
7. Contributing
|
||||||
|
8. Pull Requests
|
||||||
|
9. License
|
||||||
|
|
||||||
Either free locally (over the air):
|
Either free locally (over the air):
|
||||||
|
|
||||||
|
@ -95,6 +107,10 @@ Or free on the Internet:
|
||||||
|
|
||||||
To use it point your IPTV player to https://raw.githubusercontent.com/Free-TV/IPTV/master/playlist.m3u8.
|
To use it point your IPTV player to https://raw.githubusercontent.com/Free-TV/IPTV/master/playlist.m3u8.
|
||||||
|
|
||||||
|
Introduction
|
||||||
|
======
|
||||||
|
This project provides a collection of free IPTV playlists, allowing users to stream live TV channels thorugh compatible IPTV players. The playlists are community-driven, regularly updated, and intended for users looking for a wide range of channels.Channels are free-to-air or sourced from free online platforms, ensuring that users only access legal content.
|
||||||
|
|
||||||
Philosophy
|
Philosophy
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
@ -124,19 +140,38 @@ This is a playlist for everybody.
|
||||||
- No channels dedicated to any particular political party
|
- No channels dedicated to any particular political party
|
||||||
- No channels made for a country and funded by a different country
|
- No channels made for a country and funded by a different country
|
||||||
|
|
||||||
|
Installation and Usage
|
||||||
|
======
|
||||||
|
|
||||||
|
**To use playlists**
|
||||||
|
|
||||||
|
1. Download or clone this repository
|
||||||
|
2. Use any IPTV player (e.g. VLC, Kodi, IPTV Smarters) to load the '.m3u' file or copy the URL into your player.
|
||||||
|
|
||||||
|
**Reccomended Players:**
|
||||||
|
|
||||||
|
- VLC Media Player
|
||||||
|
- Kodi
|
||||||
|
- IPTV Smarters
|
||||||
|
|
||||||
|
**How to Use:**
|
||||||
|
|
||||||
|
1. Open your IPTV player.
|
||||||
|
Import the playlist file or URL.
|
||||||
|
Start streaming live TV channels!
|
||||||
|
|
||||||
Feed sources
|
Feed sources
|
||||||
============
|
============
|
||||||
|
|
||||||
It can be quite hard to find up to date URLs, here's a list of sources:
|
Finding up-to-date URLs can be difficult. Here are some useful sources:
|
||||||
|
|
||||||
- https://github.com/iptv-org/iptv/tree/master/streams
|
- https://github.com/iptv-org/iptv/tree/master/streams
|
||||||
- Youtube: As long as the channel is live and its URL doesn't change (check the age of the stream, the number of viewers..)
|
- Live streams from platforms like YouTube and Dailymotion, ensuring the stream is active and stable.
|
||||||
- Dailymotion: Same criteria as for youtube
|
|
||||||
|
|
||||||
Format
|
Format
|
||||||
======
|
======
|
||||||
|
|
||||||
The m3u8 playlist is generated by `make_playlist.py`, using the `.md` files located in `lists`.
|
The m3u8 playlist is generated by `make_playlist.py`, using the `.md` files in the `lists` directory.
|
||||||
|
|
||||||
Each .md file represesnts a group. The `<h1>` line is used as the group title.
|
Each .md file represesnts a group. The `<h1>` line is used as the group title.
|
||||||
|
|
||||||
|
@ -153,7 +188,16 @@ Issues
|
||||||
|
|
||||||
Only create issues for bugs and feature requests.
|
Only create issues for bugs and feature requests.
|
||||||
|
|
||||||
Do not create issues to add/edit or to remove channels. If you want to add/edit/remove channels, create a pull request directly.
|
Do not create issues for adding, editing, or removing channels. For these, please submit a pull request.
|
||||||
|
|
||||||
|
Contributing
|
||||||
|
======
|
||||||
|
|
||||||
|
**Contributions are welcome! To contribute:**
|
||||||
|
|
||||||
|
1. Fork the repository.
|
||||||
|
2. Create a new branch for your changes.
|
||||||
|
3. Submit a pull request with your updates.
|
||||||
|
|
||||||
Pull Requests
|
Pull Requests
|
||||||
=============
|
=============
|
||||||
|
@ -175,10 +219,15 @@ To add a new channel, make a Pull Request.
|
||||||
|
|
||||||
**Removing a Channel**
|
**Removing a Channel**
|
||||||
|
|
||||||
To remove a channel, make a Pull Request.
|
- To remove a channel, make a Pull Request.
|
||||||
|
|
||||||
In your Pull Request you need to provide information to show that the channel is only available via a private paid subscription.
|
- In your Pull Request you need to provide information to show that the channel is only available via a private paid subscription.
|
||||||
|
|
||||||
Note: Public taxes (whether national or regional, whether called TV License or not) do not constitute a private paid subscription.
|
- Note: Public taxes (whether national or regional, whether called TV License or not) do not constitute a private paid subscription.
|
||||||
|
|
||||||
If a stream is broken, simply move the channel to the invalid category and replace `[>]` with `[x]` in the url column.
|
- If a stream is broken, simply move the channel to the invalid category and replace `[>]` with `[x]` in the url column.
|
||||||
|
|
||||||
|
License
|
||||||
|
======
|
||||||
|
|
||||||
|
This project currently does not have a license. Please clarify the licensing terms before using or contributing.
|
||||||
|
|
|
@ -7,7 +7,7 @@ https://en.wikipedia.org/wiki/List_of_television_stations_in_Argentina#Major_bro
|
||||||
|
|
||||||
| # | Channel | Link | Logo | EPG id |
|
| # | Channel | Link | Logo | EPG id |
|
||||||
|:----:|:--------------:|:-----:|:----:|:------:|
|
|:----:|:--------------:|:-----:|:----:|:------:|
|
||||||
| 3 | TN Todo Noticias | [>](https://live-01-01-tn.vodgc.net/TN24/index.m3u8) | <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 |
|
| 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 |
|
||||||
| 22.1 | Encuentro Ⓨ Ⓖ | [>](https://www.youtube.com/user/encuentro/live) | <img height="20" src="https://i.imgur.com/IyP2UIx.png"/> | Encuentro.ar |
|
| 22.1 | Encuentro Ⓨ Ⓖ | [>](https://www.youtube.com/user/encuentro/live) | <img height="20" src="https://i.imgur.com/IyP2UIx.png"/> | Encuentro.ar |
|
||||||
| 22.2 | Pakapaka Ⓨ Ⓖ | [>](https://www.youtube.com/user/CanalPakapaka/live) | <img height="20" src="https://i.imgur.com/Q4zaCuM.png"/> | Pakapaka.ar |
|
| 22.2 | Pakapaka Ⓨ Ⓖ | [>](https://www.youtube.com/user/CanalPakapaka/live) | <img height="20" src="https://i.imgur.com/Q4zaCuM.png"/> | Pakapaka.ar |
|
||||||
| 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 |
|
| 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 |
|
||||||
|
@ -15,7 +15,7 @@ https://en.wikipedia.org/wiki/List_of_television_stations_in_Argentina#Major_bro
|
||||||
| 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 |
|
| 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 |
|
||||||
| 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 |
|
| 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 |
|
||||||
| 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 |
|
| 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 |
|
||||||
| 24.2 | Canal 26 | [>](https://live-edge01.telecentro.net.ar/live/smil:c26.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/xDjOUuz.png"/> | Canal26.ar |
|
| 24.2 | Canal 26 Ⓨ | [>](https://www.youtube.com/c/canal26/live) | <img height="20" src="https://i.imgur.com/xDjOUuz.png"/> | Canal26.ar |
|
||||||
| 24.4 | Crónica TV Ⓨ | [>](https://www.youtube.com/c/cronicatv/live) | <img height="20" src="https://i.imgur.com/k2Ku8Ib.png"/> | CronicaTV.ar |
|
| 24.4 | Crónica TV Ⓨ | [>](https://www.youtube.com/c/cronicatv/live) | <img height="20" src="https://i.imgur.com/k2Ku8Ib.png"/> | CronicaTV.ar |
|
||||||
|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|
|
|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|
|
||||||
|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|
|
|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|
|
||||||
|
|
|
@ -8,14 +8,15 @@ https://en.wikipedia.org/wiki/List_of_4K_channels_in_India
|
||||||
| # | Channel | Link | Logo | EPG id |
|
| # | Channel | Link | Logo | EPG id |
|
||||||
|:---:|:----------------:|:-----:|:----:|:------:|
|
|:---:|:----------------:|:-----:|:----:|:------:|
|
||||||
| 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 |
|
| 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 |
|
||||||
| 2 | ABP News | [>](https://abplivetv.akamaized.net/hls/live/2043010/hindi/master.m3u8) | <img height="20" src="https://i.imgur.com/DKHUFVQ.png" /> | ABPNews.in |
|
| 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 |
|
||||||
| 3 | DD National Ⓨ | [>](https://www.youtube.com/doordarshan/live) | <img height="20" src="https://i.imgur.com/MohlE5B.png" /> | DDNational.in |
|
| 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 |
|
||||||
| 4 | DD News Ⓨ | [>](https://www.youtube.com/c/ddnews/live) | <img height="20" src="https://i.imgur.com/znnVCEf.png" /> | DDNews.in |
|
| 4 | DD National Ⓨ | [>](https://www.youtube.com/doordarshan/live) | <img height="20" src="https://i.imgur.com/MohlE5B.png" /> | DDNational.in |
|
||||||
| 5 | DD India Ⓨ | [>](https://www.youtube.com/DDIndia/live) | <img height="20" src="https://i.imgur.com/45uptR8.png" /> | DDIndia.in |
|
| 5 | DD News Ⓨ | [>](https://www.youtube.com/c/ddnews/live) | <img height="20" src="https://i.imgur.com/znnVCEf.png" /> | DDNews.in |
|
||||||
| 6 | DD Bharati Ⓨ | [>](https://www.youtube.com/@ddbharati/live) | <img height="20" src="https://i.imgur.com/4tfUIEo.png" /> | DDBharati.in |
|
| 6 | DD India Ⓨ | [>](https://www.youtube.com/DDIndia/live) | <img height="20" src="https://i.imgur.com/45uptR8.png" /> | DDIndia.in |
|
||||||
| 7 | DD Kisan Ⓨ | [>](https://www.youtube.com/@DDKisan/live) | <img height="20" src="https://i.imgur.com/x56WJEa.png" /> | DDKisan.in |
|
| 7 | DD Bharati Ⓨ | [>](https://www.youtube.com/@ddbharati/live) | <img height="20" src="https://i.imgur.com/4tfUIEo.png" /> | DDBharati.in |
|
||||||
| 8 | DD Urdu Ⓨ | [>](https://www.youtube.com/@DDUrdu/live) | <img height="20" src="https://i.imgur.com/OiQPS34.png" /> | DDUrdu.in |
|
| 8 | DD Kisan Ⓨ | [>](https://www.youtube.com/@DDKisan/live) | <img height="20" src="https://i.imgur.com/x56WJEa.png" /> | DDKisan.in |
|
||||||
| 9 | India Today Ⓨ | [>](https://www.youtube.com/watch?v=sYZtOFzM78M) | <img height="20" src="https://i.imgur.com/C7KK3Fd.png" /> | IndiaToday.in |
|
| 9 | DD Urdu Ⓨ | [>](https://www.youtube.com/@DDUrdu/live) | <img height="20" src="https://i.imgur.com/OiQPS34.png" /> | DDUrdu.in |
|
||||||
|
| 10 | India Today Ⓨ | [>](https://www.youtube.com/watch?v=sYZtOFzM78M) | <img height="20" src="https://i.imgur.com/C7KK3Fd.png" /> | IndiaToday.in |
|
||||||
|
|
||||||
|
|
||||||
<h2>Invalid</h2>
|
<h2>Invalid</h2>
|
||||||
|
|
|
@ -35,8 +35,8 @@ https://live.apollon.tv/Apollon-WEB/video.m3u8?token=tnt3u76re30d2
|
||||||
https://fe.tring.al/delta/105/out/u/rdghfhsfhfshs.m3u8
|
https://fe.tring.al/delta/105/out/u/rdghfhsfhfshs.m3u8
|
||||||
#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" group-title="Andorra",Andorra TV
|
#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" group-title="Andorra",Andorra TV
|
||||||
https://videos.rtva.ad/live/rtva/playlist.m3u8
|
https://videos.rtva.ad/live/rtva/playlist.m3u8
|
||||||
#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" group-title="Argentina",TN Todo Noticias
|
#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" group-title="Argentina",TN Todo Noticias Ⓨ
|
||||||
https://live-01-01-tn.vodgc.net/TN24/index.m3u8
|
https://www.youtube.com/c/todonoticias/live
|
||||||
#EXTINF:-1 tvg-name="Encuentro Ⓨ Ⓖ" tvg-logo="https://i.imgur.com/IyP2UIx.png" tvg-id="Encuentro.ar" group-title="Argentina",Encuentro Ⓨ Ⓖ
|
#EXTINF:-1 tvg-name="Encuentro Ⓨ Ⓖ" tvg-logo="https://i.imgur.com/IyP2UIx.png" tvg-id="Encuentro.ar" group-title="Argentina",Encuentro Ⓨ Ⓖ
|
||||||
https://www.youtube.com/user/encuentro/live
|
https://www.youtube.com/user/encuentro/live
|
||||||
#EXTINF:-1 tvg-name="Pakapaka Ⓨ Ⓖ" tvg-logo="https://i.imgur.com/Q4zaCuM.png" tvg-id="Pakapaka.ar" group-title="Argentina",Pakapaka Ⓨ Ⓖ
|
#EXTINF:-1 tvg-name="Pakapaka Ⓨ Ⓖ" tvg-logo="https://i.imgur.com/Q4zaCuM.png" tvg-id="Pakapaka.ar" group-title="Argentina",Pakapaka Ⓨ Ⓖ
|
||||||
|
@ -51,8 +51,8 @@ https://tv.initium.net.ar:3939/live/tectvmainlive.m3u8
|
||||||
https://www.youtube.com/user/TVPublicaArgentina/live
|
https://www.youtube.com/user/TVPublicaArgentina/live
|
||||||
#EXTINF:-1 tvg-name="DeporTV" tvg-logo="https://i.imgur.com/iyYLNRt.png" tvg-id="DeporTV.ar" group-title="Argentina",DeporTV
|
#EXTINF:-1 tvg-name="DeporTV" tvg-logo="https://i.imgur.com/iyYLNRt.png" tvg-id="DeporTV.ar" group-title="Argentina",DeporTV
|
||||||
https://5fb24b460df87.streamlock.net/live-cont.ar/deportv/playlist.m3u8
|
https://5fb24b460df87.streamlock.net/live-cont.ar/deportv/playlist.m3u8
|
||||||
#EXTINF:-1 tvg-name="Canal 26" tvg-logo="https://i.imgur.com/xDjOUuz.png" tvg-id="Canal26.ar" group-title="Argentina",Canal 26
|
#EXTINF:-1 tvg-name="Canal 26 Ⓨ" tvg-logo="https://i.imgur.com/xDjOUuz.png" tvg-id="Canal26.ar" group-title="Argentina",Canal 26 Ⓨ
|
||||||
https://live-edge01.telecentro.net.ar/live/smil:c26.smil/playlist.m3u8
|
https://www.youtube.com/c/canal26/live
|
||||||
#EXTINF:-1 tvg-name="Crónica TV Ⓨ" tvg-logo="https://i.imgur.com/k2Ku8Ib.png" tvg-id="CronicaTV.ar" group-title="Argentina",Crónica TV Ⓨ
|
#EXTINF:-1 tvg-name="Crónica TV Ⓨ" tvg-logo="https://i.imgur.com/k2Ku8Ib.png" tvg-id="CronicaTV.ar" group-title="Argentina",Crónica TV Ⓨ
|
||||||
https://www.youtube.com/c/cronicatv/live
|
https://www.youtube.com/c/cronicatv/live
|
||||||
#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" group-title="Argentina",IP Noticias Ⓨ
|
#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" group-title="Argentina",IP Noticias Ⓨ
|
||||||
|
@ -986,7 +986,9 @@ https://althingi-live.secure.footprint.net/althingi/live/index.m3u8
|
||||||
#EXTINF:-1 tvg-name="NDTV India" tvg-logo="https://i.imgur.com/QjJYohG.png" tvg-id="NDTVIndia.in" group-title="India",NDTV India
|
#EXTINF:-1 tvg-name="NDTV India" tvg-logo="https://i.imgur.com/QjJYohG.png" tvg-id="NDTVIndia.in" group-title="India",NDTV India
|
||||||
https://ndtvindiaelemarchana.akamaized.net/hls/live/2003679/ndtvindia/master.m3u8
|
https://ndtvindiaelemarchana.akamaized.net/hls/live/2003679/ndtvindia/master.m3u8
|
||||||
#EXTINF:-1 tvg-name="ABP News" tvg-logo="https://i.imgur.com/DKHUFVQ.png" tvg-id="ABPNews.in" group-title="India",ABP News
|
#EXTINF:-1 tvg-name="ABP News" tvg-logo="https://i.imgur.com/DKHUFVQ.png" tvg-id="ABPNews.in" group-title="India",ABP News
|
||||||
https://abplivetv.akamaized.net/hls/live/2043010/hindi/master.m3u8
|
https://abplivetv.pc.cdn.bitgravity.com/httppush/abp_livetv/abp_abpnews/master.m3u8
|
||||||
|
#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" group-title="India",ABP Ananda
|
||||||
|
https://abplivetv.pc.cdn.bitgravity.com/httppush/abp_livetv/abp_ananda/master.m3u8
|
||||||
#EXTINF:-1 tvg-name="DD National Ⓨ" tvg-logo="https://i.imgur.com/MohlE5B.png" tvg-id="DDNational.in" group-title="India",DD National Ⓨ
|
#EXTINF:-1 tvg-name="DD National Ⓨ" tvg-logo="https://i.imgur.com/MohlE5B.png" tvg-id="DDNational.in" group-title="India",DD National Ⓨ
|
||||||
https://www.youtube.com/doordarshan/live
|
https://www.youtube.com/doordarshan/live
|
||||||
#EXTINF:-1 tvg-name="DD News Ⓨ" tvg-logo="https://i.imgur.com/znnVCEf.png" tvg-id="DDNews.in" group-title="India",DD News Ⓨ
|
#EXTINF:-1 tvg-name="DD News Ⓨ" tvg-logo="https://i.imgur.com/znnVCEf.png" tvg-id="DDNews.in" group-title="India",DD News Ⓨ
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -2,7 +2,9 @@
|
||||||
#EXTINF:-1 tvg-name="NDTV India" tvg-logo="https://i.imgur.com/QjJYohG.png" tvg-id="NDTVIndia.in" group-title="India",NDTV India
|
#EXTINF:-1 tvg-name="NDTV India" tvg-logo="https://i.imgur.com/QjJYohG.png" tvg-id="NDTVIndia.in" group-title="India",NDTV India
|
||||||
https://ndtvindiaelemarchana.akamaized.net/hls/live/2003679/ndtvindia/master.m3u8
|
https://ndtvindiaelemarchana.akamaized.net/hls/live/2003679/ndtvindia/master.m3u8
|
||||||
#EXTINF:-1 tvg-name="ABP News" tvg-logo="https://i.imgur.com/DKHUFVQ.png" tvg-id="ABPNews.in" group-title="India",ABP News
|
#EXTINF:-1 tvg-name="ABP News" tvg-logo="https://i.imgur.com/DKHUFVQ.png" tvg-id="ABPNews.in" group-title="India",ABP News
|
||||||
https://abplivetv.akamaized.net/hls/live/2043010/hindi/master.m3u8
|
https://abplivetv.pc.cdn.bitgravity.com/httppush/abp_livetv/abp_abpnews/master.m3u8
|
||||||
|
#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" group-title="India",ABP Ananda
|
||||||
|
https://abplivetv.pc.cdn.bitgravity.com/httppush/abp_livetv/abp_ananda/master.m3u8
|
||||||
#EXTINF:-1 tvg-name="DD National Ⓨ" tvg-logo="https://i.imgur.com/MohlE5B.png" tvg-id="DDNational.in" group-title="India",DD National Ⓨ
|
#EXTINF:-1 tvg-name="DD National Ⓨ" tvg-logo="https://i.imgur.com/MohlE5B.png" tvg-id="DDNational.in" group-title="India",DD National Ⓨ
|
||||||
https://www.youtube.com/doordarshan/live
|
https://www.youtube.com/doordarshan/live
|
||||||
#EXTINF:-1 tvg-name="DD News Ⓨ" tvg-logo="https://i.imgur.com/znnVCEf.png" tvg-id="DDNews.in" group-title="India",DD News Ⓨ
|
#EXTINF:-1 tvg-name="DD News Ⓨ" tvg-logo="https://i.imgur.com/znnVCEf.png" tvg-id="DDNews.in" group-title="India",DD News Ⓨ
|
||||||
|
|
Loading…
Reference in New Issue