From 0721d62f54666a5141f3f3e991a44cfb4698a90e Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 31 May 2021 17:33:43 +0300 Subject: [PATCH 1/7] Delete ----feature-request.md --- .github/ISSUE_TEMPLATE/----feature-request.md | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/----feature-request.md diff --git a/.github/ISSUE_TEMPLATE/----feature-request.md b/.github/ISSUE_TEMPLATE/----feature-request.md deleted file mode 100644 index 378d29ed0..000000000 --- a/.github/ISSUE_TEMPLATE/----feature-request.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -name: '✨ Feature Request' -about: For any ideas or feature requests -title: 'Propose: xxx' -labels: discussion -assignees: '' ---- - - From 333681988d09f9b65c6acf5ee81965c734f2f533 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 31 May 2021 17:33:46 +0300 Subject: [PATCH 2/7] Delete ---ask-a-question.md --- .github/ISSUE_TEMPLATE/---ask-a-question.md | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/---ask-a-question.md diff --git a/.github/ISSUE_TEMPLATE/---ask-a-question.md b/.github/ISSUE_TEMPLATE/---ask-a-question.md deleted file mode 100644 index d588ea715..000000000 --- a/.github/ISSUE_TEMPLATE/---ask-a-question.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: "❓Ask a question" -about: Ask questions about this project -title: 'Question: xxx' -labels: question -assignees: '' - ---- - - From 1b44d48dd7c302154f36bdfa94d9461163a5d39c Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 31 May 2021 17:33:59 +0300 Subject: [PATCH 3/7] Create config.yml --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..b07f8cac2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: 💡 Feature Request + url: https://github.com/iptv-org/iptv/discussions/new + about: For any ideas or feature requests + - name: ❓ Ask a question + url: https://github.com/iptv-org/iptv/discussions/new + about: Ask questions about this project From 0b1762f2609cc48b76ca548967117ad8da46c33b Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 31 May 2021 17:34:03 +0300 Subject: [PATCH 4/7] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 11d5bebdb..fff605106 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,10 +9,6 @@ Before submitting your contribution, please make sure to take a moment and read ## Issue Reporting Guidelines -### Feature Requests - -If you have an idea how to improve the project create an [issue](https://github.com/iptv-org/iptv/issues/new?assignees=&labels=discussion&template=----feature-request.md&title=Propose%3A+xxx) with a detailed description of your idea. - ### Request a Channel To request a channel, create an [issue](https://github.com/iptv-org/iptv/issues/new?assignees=&labels=channel+request&template=------channel-request.md&title=Add%3A+xxx) and complete all details requested. (**IMPORTANT:** the issue should contain a request for only one channel, otherwise it will be closed immediately). Understand that our community of volunteers will try to help you, but if a public link cannot be found, there is little we can do. From 0c51faa1911ab3239ed51c16a70d58b060f1d56a Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Mon, 31 May 2021 10:07:36 -0500 Subject: [PATCH 5/7] Update pe.m3u Add Super Canal, OmegaTV and RadioTV Oriente --- channels/pe.m3u | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/channels/pe.m3u b/channels/pe.m3u index f6c3f4849..a755340ad 100644 --- a/channels/pe.m3u +++ b/channels/pe.m3u @@ -117,3 +117,9 @@ https://query-streamlink.lanesh4d0w.repl.co/iptv-query?streaming-ip=https://www. https://dc1.webstream.eu/hls/hls/jnetvhdstreaming_high/index.m3u8 #EXTINF:-1 tvg-id="" tvg-name="" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/rtvtotal/picture?width=320&height=320" group-title="News",RTV Total (Yurimaguas) [Not 24/7] https://7.innovatestream.pe:19360/rtvtotal/rtvtotal.m3u8 +#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/supercanalyuri/picture?width=320&height=320" group-title="Local",Super Canal (Yurimaguas) [Not 24/7] +https://7.innovatestream.pe:19360/supercanal/supercanal.m3u8 +#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/omegatvyurimaguas/picture?width=320&height=320" group-title="Local",Omega TV (Yurimaguas) [Not 24/7] +https://7.innovatestream.pe:19360/omega/omega.m3u8 +#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/www.roriente.org/picture?width=320&height=320" group-title="Local",RadioTV Oriente (Yurimaguas) [Not 24/7] +https://cp.sradiotv.com:1936/8034/8034/playlist.m3u8 From c8c25c1cc2c8e578e5ab401084a46e0f8d77385c Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Mon, 31 May 2021 10:29:07 -0500 Subject: [PATCH 6/7] Update pe.m3u Add Radio Uno Tacna --- channels/pe.m3u | 2 ++ 1 file changed, 2 insertions(+) diff --git a/channels/pe.m3u b/channels/pe.m3u index a755340ad..c745f0233 100644 --- a/channels/pe.m3u +++ b/channels/pe.m3u @@ -123,3 +123,5 @@ https://7.innovatestream.pe:19360/supercanal/supercanal.m3u8 https://7.innovatestream.pe:19360/omega/omega.m3u8 #EXTINF:-1 tvg-id="" tvg-name="" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/www.roriente.org/picture?width=320&height=320" group-title="Local",RadioTV Oriente (Yurimaguas) [Not 24/7] https://cp.sradiotv.com:1936/8034/8034/playlist.m3u8 +#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/radiouno.pe/picture?width=320&height=320" group-title="Local",Radio Uno (Tacna) [Not 24/7] +https://query-streamlink.lanesh4d0w.repl.co/iptv-query?streaming-ip=https://www.youtube.com/channel/UCK0lpuL9PQb3I5CDcu7Y7bA From f0245910fe06479b37b65ac07a26cffc548e6984 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Mon, 31 May 2021 10:37:54 -0500 Subject: [PATCH 7/7] Update pe.m3u Add Nuestra TV Lima --- channels/pe.m3u | 2 ++ 1 file changed, 2 insertions(+) diff --git a/channels/pe.m3u b/channels/pe.m3u index c745f0233..1c4932b66 100644 --- a/channels/pe.m3u +++ b/channels/pe.m3u @@ -125,3 +125,5 @@ https://7.innovatestream.pe:19360/omega/omega.m3u8 https://cp.sradiotv.com:1936/8034/8034/playlist.m3u8 #EXTINF:-1 tvg-id="" tvg-name="" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/radiouno.pe/picture?width=320&height=320" group-title="Local",Radio Uno (Tacna) [Not 24/7] https://query-streamlink.lanesh4d0w.repl.co/iptv-query?streaming-ip=https://www.youtube.com/channel/UCK0lpuL9PQb3I5CDcu7Y7bA +#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/NUESTRATVPERU/picture?width=320&height=320" group-title="Local",Nuestra TV (Lima) [Not 24/7] +https://query-streamlink.lanesh4d0w.repl.co/iptv-query?streaming-ip=https://www.twitch.tv/nuestratvlima