mathsgrinds / ustvnow-iptv-m3u-playlist

Using your login details this script can grab the m3u8 links from the USTVNOW website
29 stars 26 forks source link

Only works in browser tried different user agents to no aval #8

Closed mrpromo999 closed 7 years ago

mrpromo999 commented 7 years ago

Script works great , But even using the following user agents I cannot get the links to play in any player or even on my flussonic

"AppleCoreMedia/1.0.0.8C148 (iPad; U; CPU OS 4_2_1 like Mac OS X; en_us)" Mozilla/5.0 (iPad; CPU OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) CriOS/30.0.1599.12 Mobile/11A465 Safari/8536.25 (3B92C18B-D9DE-4CB7-A02A-22FD2AF17C8F)

Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393

thank you any advice

mathsgrinds commented 7 years ago

Yeah, I don't know, a few weeks ago I noticed the USTVnow addon stopped working and my script couln't scrape anymore. You think it is an user-agent problem? I've not looked into fixing this yet.

mrpromo999 commented 7 years ago

script works fine ! yeh its user agent but listen I can get the links I have another script I'm working on maybe we can work together on it it works and pulls the mp4 links and can play without useragent but I need little help do you have skype ill send u a copy

mathsgrinds commented 7 years ago

Hi there, I do indeed have Skype, we’ll try to work something out, what timezone are you in? I’m in Ireland.

mrpromo999 commented 7 years ago

I'm in London my script is working fine just needs a quick look and get missing channels

TVGPlayer commented 7 years ago

Hello, I'm new to running Python scripts. Is your ustvnow script still working? How can I get video links to all the channels? Thanks!

mathsgrinds commented 7 years ago

Hi there, I’ll be online at around about 9 if you want to skype, my username is stepheneasley-walsh

Thanks J

mathsgrinds commented 7 years ago

Hi, something changed with the USTVnow website a few weeks ago, so problems.

mrpromo999 commented 7 years ago

excellent added you message me when you are free

TVGPlayer commented 7 years ago

Is your ustvnow script still working? How can I get video links to all the channels? Thanks!

mathsgrinds commented 7 years ago

Great, thanks, got swamped last night with house stuff.

mathsgrinds commented 7 years ago

At the moment not, but TVGPlayer things he might get it working again. We will work on it sometime.

Wolverine2018 commented 7 years ago

hi, is script working? i get the following errors

Traceback (most recent call last): File "main.py", line 98, in Ustvnow(username, password) File "main.py", line 62, in Ustvnow j = json.loads(html) File "/usr/lib/python2.7/json/init.py", line 338, in loads return _default_decoder.decode(s) File "/usr/lib/python2.7/json/decoder.py", line 366, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python2.7/json/decoder.py", line 384, in raw_decode raise ValueError("No JSON object could be decoded") ValueError: No JSON object could be decoded