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:
+1
-1
@@ -2,6 +2,6 @@
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||
| 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 |
|
||||
| 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/500px-RTL_Luxembourg_2023.svg.png"/> | RTLTeleLuxembourg.lu |
|
||||
| 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 |
|
||||
| 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 |
|
||||
|
||||
Reference in New Issue
Block a user