ForceGT / Tata-Sky-IPTV

Generate direct m3u playlist for all the channels subscribed in the Tata Sky portal
652 stars 129 forks source link

One channel has wrong mpd link #58

Closed rockydares closed 9 months ago

rockydares commented 9 months ago

A channel named 'Star Jalsha HD' mpd has wrong url, this starts with "https://delta.tatasky.net" which isn't valid. The right domain name for that channel is "https://bpprod6linear.akamaized.net" Please make correction of that.

ForceGT commented 9 months ago

I think this should be updated with the daily generation!

rockydares commented 9 months ago

But unfortunately it's not getting updated. For about two or more weeks it shows same url. I am manually editing the url to make it work.

Shra1V32 commented 9 months ago

Okay, we'll release a patcher. Any other channels having this issue?

rockydares commented 9 months ago

Okay, we'll release a patcher. Any other channels having this issue?

I can see another channel named 'NKTV BANGLA' has wrong url. But I don't have it's correct mpd link.

ForceGT commented 9 months ago

But, how did you find that it is wrong? What are you comparing it with?

rockydares commented 9 months ago

But, how did you find that it is wrong? What are you comparing it with?

Here https://raw.githubusercontent.com/ForceGT/Tata-Sky-IPTV/master/code_samples/allChannels.json you can see the channel named 'Star Jalsha HD' has an mpd url https://delta.tatasky.net/bpk-tv/irdeto_com_Channel_736/output/manifest.mpd which will redirect to 'This site can’t be reached'. I am comparing with your previous 'allChannels.json' file which had correct link, but changed few weeks ago. https://bpprod6linear.akamaized.net/bpk-tv/irdeto_com_Channel_736/output/manifest.mpd You can download this mpd and see the channel named Star Jalsha HD. It is the correct url for the channel.

gt-rapido commented 9 months ago

All of these are server generated !

rockydares commented 9 months ago

lines = [line.replace('delta.tatasky.net', 'bpprod6linear.akamaized.net') for line in lines] # did the job for now I guess.