trix7777 / m2strm

Creates STRM-files from M3U8-file.
GNU General Public License v3.0
19 stars 1 forks source link

ApolloTV IPTV Support #6

Open 3v3rm4rt3lL opened 2 years ago

3v3rm4rt3lL commented 2 years ago

Hello, when you got some time, maybe you can check if it possible get work this program with the IPTV ApolloTV provider this is some details.

they doesnt have xtream code access they url to get channels, VODS, and TVShows is like this.

https://tv4.live/api/list/YOUR_EMAIL/YOURPASSWORD/m3u8/livetv
https://tv4.live/api/list/YOUR_EMAIL/YOURPASSWORD/m3u8/movies
https://tv4.live/api/list/YOUR_EMAIL/YOURPASSWORD/m3u8/tvshows/1

m3u channel like this:

#EXTM3U
#EXTINF:-1 tvg-id="coronavirus.us" tvg-name="coronavirus.us" tvg-type="live" group-title="US" tvg-logo="https://media.tv4.live/coronavirus.us.png",*Coronavirus Pandemic*
https://tv4.live/api/stream/xxx/xxx/livetv.epg/coronavirus.us.m3u8
#EXTINF:-1 tvg-id="5.star.max.eastern.us" tvg-name="5.star.max.eastern.us" tvg-type="live" group-title="US" tvg-logo="https://media.tv4.live/5.star.max.eastern.us.png",5 Star Max (East)
https://tv4.live/api/stream/xxx/xxxx/livetv.epg/5.star.max.eastern.us.m3u8

m3u VODS like this:

#EXTM3U
#EXTINF:-1 tvg-id="tt2180339" tvg-name="tt2180339" tvg-type="movies" group-title="Movies 2022" ,Deep Water (2022)
https://tvnow.best/api/stream/xxx/xxxx/movie/tt2180339

m3u TV SHOWS like this:

#EXTM3U
#EXTINF:-1 tvg-id="tt9813792" tvg-name="tt9813792" tvg-type="tvshows" group-title="From (2022)" ,From (2022) S01 E01
https://tvnow.best/api/stream/xxx/xxxx/tvshow/tt9813792/1/1

For more information about they page. https://help.apollogroup.tv/support/solutions/articles/48000563606-tivimate-installation-instructions

This for all. Great day.

trix7777 commented 2 years ago

Sorry can't help with that. Too busy IRL and that would take a lot of changes to the code. Maybe you could use an automatic search and replace script to change your m3u8 to be compatible.

trix7777 commented 2 years ago

https://help.apollogroup.tv/support/solutions/articles/48000563606-tivimate-installation-instructions

We are sorry. This portal is not available at your location. You have been restricted from accessing this helpdesk. Please try again later.

3v3rm4rt3lL commented 2 years ago

Oh, no problem, thanks, your quick reply my friend.

bruor commented 2 years ago

@3v3rm4rt3lL if you're still looking for a solution I just wrote something. https://github.com/bruor/Apollo_m3u_to_strm/blob/main/getstreams.py

3v3rm4rt3lL commented 2 years ago

@bruor Yes. Today I will check it out. Thank so much.

3v3rm4rt3lL commented 2 years ago

@3v3rm4rt3lL if you're still looking for a solution I just wrote something. https://github.com/bruor/Apollo_m3u_to_strm/blob/main/getstreams.py

, I tested and it works perfect. Simple but great.. Thank you for take time doing this.