[RELEASE] Russia Today News Addon
Still not working .... can anyone suggest an URL extraction tool so i can update stream URLs for RT LIve America - Global etc. Since streams are still running on RT website. Not sure how to pull new URLs from browser.... I do understand how to edit default.py to insert new URLs once I have identified the path....

Thanks again to Kodi Community for all the support!

PS I tried the earlier version 1.10.1 and it too has same issue as newer 2.xx.x

this is the code replaced in default.py file back in Aug 2016 to fix similar issue then.

def getLive():
ilist=[]
rlist = [("http://rt-eng-live.hls.adaptive.level3.net/rt/eng/index%s.m3u8", __language__(30005)),
("http://rt-usa-live.hls.adaptive.level3.net/rt/usa/index%s.m3u8", __language__(30006)),
("http://rt-doc-live.hls.adaptive.level3.net/rt/doc/index%s.m3u8", __language__(30007)),
("http://rt-uk-live.hls.adaptive.level3.net/rt/uk/index%s.m3u8", __language__(30008)),
("http://rt-a.akamaihd.net/ch_02@325606/%s.m3u8", __language__(30009)),
("http://rt-ara-live.hls.adaptive.level3.net/rt/ara/index%s.m3u8", __language__(30010))]


I found this post on working URLs but don't know how to change code to update... (I am somewhat of a newbie to code)

https://nudgedelastic.band/2017/04/how-t...out-flash/


Messages In This Thread
RE: [RELEASE] Russia Today News Addon - by theGuruWithin - 2017-05-24, 17:48
Logout Mark Read Team Forum Stats Members Help
[RELEASE] Russia Today News Addon2