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
@@ -38,7 +38,7 @@
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:------------:|:------:|:----:|:------:|
|
||||
| 1 | ICI RDI | [>](https://rcavlive.akamaized.net/hls/live/704025/xcanrdi/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/0a/ICI_RDI_logo.svg/640px-ICI_RDI_logo.svg.png"/> | IciRDI.ca |
|
||||
| 1 | ICI RDI | [>](https://rcavlive.akamaized.net/hls/live/704025/xcanrdi/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/0a/ICI_RDI_logo.svg/500px-ICI_RDI_logo.svg.png"/> | IciRDI.ca |
|
||||
| 2 | ICI Télé HD Ⓖ | [>](https://rcavlive.akamaized.net/hls/live/696615/xcancbft/master.m3u8) | <img height="20" src="https://i.imgur.com/HsSi3NV.png"/> |
|
||||
| 3 | TVA Ⓖ | [>](https://tvalive-dai01.akamaized.net/Content/HLS/Live/channel(575b93c5-be31-ee34-6285-14620fd14048)/index.m3u8) | <img height="20" src="https://i.imgur.com/1GR8Szn.png"/> |
|
||||
| 4 | Noovo | [>](https://pe-ak-lp04a-9c9media.akamaized.net/live/NOOVO/p/dash/00000001/f481c583dbd06b6c/manifest.mpd) | <img height="20" src="https://i.imgur.com/BL9ziSJ.png"/> |
|
||||
|
||||
Reference in New Issue
Block a user