Commit Graph

831 Commits (29de5e348aaa68573364c89afc2cf04e2383eecc)
 

Author SHA1 Message Date
PlaylistBot 29de5e348a Update Playlist (GitHub Actions) 2023-01-21 21:47:44 +00:00
NezbednikSK 8092e2e883 Update china.md 2023-01-21 21:47:34 +00:00
infid0 05dd0e73af Merge pull request #275 from NezbednikSK/master
Add CCTV4 to chinese playlist
2023-01-21 09:38:53 +01:00
PlaylistBot 9c0be4490e Update Playlist (GitHub Actions) 2023-01-21 08:35:57 +00:00
infid0 d067825279 Update india.md
- Added new channels.
2023-01-21 09:35:46 +01:00
PlaylistBot 7588043c93 Update Playlist (GitHub Actions) 2023-01-21 08:01:35 +00:00
NezbednikSK 642b73611e Update china.md 2023-01-21 08:01:25 +00:00
KAMI eca46efeba Merge pull request #268 from robbiebusinessacc/master
Update make_playlist.py
2023-01-19 02:37:54 +01:00
PlaylistBot 30196d49d9 Update Playlist (GitHub Actions) 2023-01-17 04:22:46 +00:00
infid0 041a94294f Update italy.md
- Updated some channel.
2023-01-17 05:22:28 +01:00
PlaylistBot 39c015d793 Update Playlist (GitHub Actions) 2023-01-16 18:14:19 +00:00
infid0 b8dbe94969 Merge pull request #273 from Brenders/master
[zz_vod_it.md] updated
2023-01-16 19:14:01 +01:00
PlaylistBot 96bb2b9b38 Update Playlist (GitHub Actions) 2023-01-16 18:12:52 +00:00
infid0 15a8f6e791 Update italy.md
- Fixed some EPG ID
2023-01-16 19:12:37 +01:00
Brenders eedf2fc050 pluto.tv channels updated on 16-01-2023 2023-01-16 17:38:22 +01:00
PlaylistBot 75be875429 Update Playlist (GitHub Actions) 2023-01-16 14:48:21 +00:00
infid0 a43ee92c1e Update italy.md
- Updated some channel
- Added some channel
2023-01-16 15:48:05 +01:00
PlaylistBot a7bead9e38 Update Playlist (GitHub Actions) 2023-01-14 07:54:17 +00:00
infid0 0731a87abd Update india.md
- Removed "http://free.fullspeed.tv/iptv-query?streaming-ip=" from the YT live channels.
2023-01-14 08:54:07 +01:00
PlaylistBot af95e00309 Update Playlist (GitHub Actions) 2023-01-14 07:52:32 +00:00
infid0 68e879be92 Update hungary.md
- Removed "http://free.fullspeed.tv/iptv-query?streaming-ip=" from the YT live channels.
2023-01-14 08:52:21 +01:00
PlaylistBot 6213c4fea6 Update Playlist (GitHub Actions) 2023-01-14 07:50:05 +00:00
infid0 bda3caa4c2 Update greece.md
- Removed "http://free.fullspeed.tv/iptv-query?streaming-ip=" from the YT live channels.
2023-01-14 08:49:54 +01:00
PlaylistBot 40abb67591 Update Playlist (GitHub Actions) 2023-01-14 07:44:22 +00:00
infid0 d5d9b6ba7b Update italy.md
- Updated some channel.
2023-01-14 08:44:10 +01:00
PlaylistBot ff2fb865bd Update Playlist (GitHub Actions) 2023-01-11 06:44:19 +00:00
infid0 4dc27285ed Merge pull request #272 from Brenders/master
[zz_vod_it.md] updated
2023-01-11 07:44:07 +01:00
Brenders 3f57e6753c pluto.tv channels updated on 10-01-2023 2023-01-10 20:23:55 +01:00
infid0 1ec12c961b Merge pull request #271 from NezbednikSK/master
Add EPG IDs for Canada
2023-01-10 05:46:55 +01:00
PlaylistBot dccdd5daff Update Playlist (GitHub Actions) 2023-01-09 21:42:53 +00:00
NezbednikSK 14b1138569 round 2 aka global news 2023-01-09 22:42:40 +01:00
PlaylistBot f0ab530a39 Update Playlist (GitHub Actions) 2023-01-09 21:25:19 +00:00
NezbednikSK 5cd2b6f7ba first batch 2023-01-09 22:25:08 +01:00
KAMI 4585c593f9 Merge pull request #270 from NezbednikSK/master
Add Schlager Deluxe + Deluxe Lounge HD
2023-01-09 21:22:28 +01:00
PlaylistBot f61c042ddd Update Playlist (GitHub Actions) 2023-01-09 19:51:56 +00:00
NezbednikSK 36c553dc80 Schlager Deluxe + Deluxe Lounge HD 2023-01-09 19:51:45 +00:00
PlaylistBot 19eb7e9d8a Update Playlist (GitHub Actions) 2023-01-04 06:59:15 +00:00
infid0 53f34c324c Update italy.md
- Fixed "20 Mediaset" name
- Fixed "Rai Sport +" and "Cielo TV" EPG ID
2023-01-04 07:59:04 +01:00
PlaylistBot f31c67ca81 Update Playlist (GitHub Actions) 2023-01-02 06:52:21 +00:00
infid0 aeaaf71c1e Update italy.md
Fixed Sportitalia channels
Fixed RDS social tv
Removed Explorer hd channel
2023-01-02 07:52:10 +01:00
PlaylistBot 2e9c29a0e3 Update Playlist (GitHub Actions) 2023-01-02 06:44:55 +00:00
infid0 51d0595d3d Update zz_vod_it.md
Fixed Sportitalia live24
2023-01-02 07:44:42 +01:00
Robert Walmsley de809af78d Update make_playlist.py
I removed the try/except block in the __init__ method. Instead, I split the md_line string into a list of parts and extract the relevant information from the list. If the list has more than 6 elements, then it means that the epg value is present, otherwise it is set to None.
I added a main function to contain the code that reads the input files and generates the output playlist.
I made minor formatting changes, such as adding blank lines between the different sections of the code, and using parentheses to enclose the arguments in the print statements. These changes are not strictly necessary, but they can make the code easier to read and understand.
2022-12-31 00:56:32 +01:00
infid0 9999b8fbe3 Merge pull request #263 from NezbednikSK/master
Add Now 80s + provide proper Sky News link
2022-12-26 13:55:55 +01:00
PlaylistBot 93cc66ec91 Update Playlist (GitHub Actions) 2022-12-26 12:52:06 +00:00
infid0 b42ecd546a Update uk.md 2022-12-26 13:51:54 +01:00
PlaylistBot e18795e41e Update Playlist (GitHub Actions) 2022-12-26 09:15:35 +00:00
NezbednikSK 817cb4196a Add Now 80s + provide proper Sky News link 2022-12-26 09:15:24 +00:00
infid0 5cb6b063e3 Update README.md
- Added Trinidad and Tobago flag
2022-12-26 09:32:12 +01:00
infid0 2e594ac520 Merge pull request #262 from NezbednikSK/master
add Trinidad channels
2022-12-26 09:21:32 +01:00