Skip to content

remove HLS channels #24965

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 12, 2025
Merged

remove HLS channels #24965

merged 2 commits into from
Jul 12, 2025

Conversation

MHSanaei
Copy link
Contributor

@MHSanaei MHSanaei commented Jul 12, 2025

Unfortunately, they add segments to their link.

For example, if you want to open the https://ca-rt.onetv.app/gem/index-0.m3u8, you get this info from the response:

#EXTM3U
#EXT-X-VERSION:3
#EXT-X-TARGETDURATION:10
#EXT-X-MEDIA-SEQUENCE:108
#EXTINF:10.080000,
index-0108.ts
#EXTINF:10.080000,
index-0109.ts
#EXTINF:10.080000,
index-0110.ts
#EXTINF:10.080000,
index-0111.ts
#EXTINF:10.080000,
index-0112.ts
#EXTINF:9.600000,
index-0113.ts

After that, the link will be opened like this:

https://ca-rt.onetv.app/gem/index-0108.ts
https://ca-rt.onetv.app/gem/index-0109.ts
https://ca-rt.onetv.app/gem/index-0110.ts
https://ca-rt.onetv.app/gem/index-0111.ts
https://ca-rt.onetv.app/gem/index-0112.ts
https://ca-rt.onetv.app/gem/index-0113.ts

How to make this automatically? I don't know. There are so many channels like this; if you find a way for it, that will be awesome.

@MHSanaei MHSanaei changed the title now they need catchup remove HLS channels Jul 12, 2025
@BellezaEmporium BellezaEmporium merged commit 924c6de into iptv-org:master Jul 12, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants