mirror of
https://github.com/Free-TV/IPTV.git
synced 2026-09-25 03:21:20 +02:00
Fix Wikimedia thumbnail links using disallowed 640px size
Wikimedia only serves fixed thumbnail widths (20/40/60/120/250/330/ 500/960/1280/1920/3840px); 640px returns a 400 error. Switched all occurrences to the nearest allowed size, 500px. Fixes #1135
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||
| 1 | KCTV | [>](https://kctv.koryofront.org/stream/index.m3u8) | <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 |
|
||||
| 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 |
|
||||
| 1 | KCTV | [>](https://kctv.koryofront.org/stream/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/26/Logo_of_the_Korean_Central_Television.svg/500px-Logo_of_the_Korean_Central_Television.svg.png"/> | KCTV.kp |
|
||||
| 2 | Mansudae TV | [x]() | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/2a/Mansudae_TV_Logo_NK.svg/500px-Mansudae_TV_Logo_NK.svg.png"/> | MansudaeTV.kp |
|
||||
| 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 |
|
||||
|
||||
Reference in New Issue
Block a user