diff --git a/README.md b/README.md index cb0916b7af..839ee689e4 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,7 @@ If the app does not support nested playlists you can instead use a special "all | New Zealand | 10 | `https://raw.githubusercontent.com/freearhey/iptv/master/channels/nz.m3u` | Nicaragua | 1 | `https://raw.githubusercontent.com/freearhey/iptv/master/channels/ni.m3u` | Nigeria | 6 | `https://raw.githubusercontent.com/freearhey/iptv/master/channels/ng.m3u` +| North Korea | 1 | `https://raw.githubusercontent.com/freearhey/iptv/master/channels/kp.m3u` | Norway | 5 | `https://raw.githubusercontent.com/freearhey/iptv/master/channels/no.m3u` | Oman | 9 | `https://raw.githubusercontent.com/freearhey/iptv/master/channels/om.m3u` | Pakistan | 23 | `https://raw.githubusercontent.com/freearhey/iptv/master/channels/pk.m3u` diff --git a/channels/kp.m3u b/channels/kp.m3u new file mode 100644 index 0000000000..c63b47c680 --- /dev/null +++ b/channels/kp.m3u @@ -0,0 +1,3 @@ +#EXTM3U +#EXTINF:-1 logo="https://pbs.twimg.com/profile_images/811423180854149121/7iTj7-5h_400x400.jpg" group-title="North Korea(조선)",Korean Central Television +https://tv.nknews.org/tvhls/stream.m3u8 diff --git a/index.m3u b/index.m3u index 95b997d7d0..77bab89be8 100644 --- a/index.m3u +++ b/index.m3u @@ -181,6 +181,8 @@ channels/nz.m3u channels/ni.m3u #EXTINF:-1,Nigeria channels/ng.m3u +#EXTINF:-1,North Korea +channels/kp.m3u #EXTINF:-1,Norway channels/no.m3u #EXTINF:-1,Oman