iptv-org / iptv

Collection of publicly available IPTV channels from all over the world
https://iptv-org.github.io
The Unlicense
84.28k stars 2.42k forks source link

Replace: Telepetróleo #6187

Closed dcuervog92 closed 2 years ago

dcuervog92 commented 2 years ago

Channel Name

Telepetróleo

What happened to the stream?

It is disappeared from the playlist

Playlist

https://iptv-org.github.io/iptv/countries/co.m3u

Broken Link

https://iptv-all.lanesh4d0w.repl.co/colombia/telepetroleo.m3u8

Possible Replacement

No response

Notes

This channel and Enlace Television, are not working anymore. Any solution for that?

BellezaEmporium commented 2 years ago

They both need to be scraped from the teveo.co scripts to get them.

https://api.teveo.com.co/1.1/player/resource?e=AeAAAgAIAAE7A1IAyADIXOgAZJgAAAAAA -> https://edge.teveo.com.co/live/AeAAAgAIAAE7A1IAyADIXOgAZJgAAAAAAmHutUtWaQl0AAAA/playlist.m3u8

script :

fetch("https://api.teveo.com.co/1.1/player/resource?e=AeAAAgAIAAE7A1IAyADIXOgAZJgAAAAAA", function(req,res)) {
        (response => response.json())
        (stream => stream.source.src())
});

I'll maybe see to create a streamlink plugin especially for teveo.co, so that @dct-infra may include it in his files. I'll try to catch the teveo iframe when I can.

freearhey commented 2 years ago

https://github.com/iptv-org/iptv/blob/a4c2ca1dd8142efd17cd8f2a6f82bf2bfb46691c/streams/co.m3u#L131-L132

BellezaEmporium commented 2 years ago

Now can be put with free.fullspeed.tv, i've managed to make the correct fixes it seems, dct's streamlink source is now aligned with mine.