Update TVN and TVMax from Panama #1888
Replies: 16 comments
-
TVMax Panama only broadcasts in YouTube certain football matches and other national sports, not the rest of the programming such as movies, series and own programs |
Beta Was this translation helpful? Give feedback.
-
maybe getting a script to get token or that no possible? |
Beta Was this translation helpful? Give feedback.
-
its possible do a script that changes the stream link in the playlist , what i don't know how easy get the token stream to a file |
Beta Was this translation helpful? Give feedback.
-
i can make a script for that :) |
Beta Was this translation helpful? Give feedback.
-
hmm, it looks like the token in the api is being generated and iframed. thats how it works. but ima check later. |
Beta Was this translation helpful? Give feedback.
-
Okay, so i checked it out and it is google api. Basically you need a token to send a request for the essential info to run the stream. example: https://securetoken.googleapis.com/v1/token?key=KEY and you will receive something like this: { but you need only the access token to run the stream, so yeah. btw it is google api so idk. and i dont know where the key comes from for the google api. |
Beta Was this translation helpful? Give feedback.
-
import requests headers = { params = { data = { response = requests.post('https://securetoken.googleapis.com/v1/token', params=params, headers=headers, data=data) |
Beta Was this translation helpful? Give feedback.
-
Ok thats python script?, it gets token numbers letters then replace token letters on the expired one? I just think get toke stream in x.xxx file then use a replacing text script on the playlist , running each x time on crontab |
Beta Was this translation helpful? Give feedback.
-
Describe your issue
Channels are not playing in lists
The channels are available in https://tvnpass.com/
Contributing Guide
Beta Was this translation helpful? Give feedback.
All reactions