How to play video from source like 'src=blob:http://....'
#16
hi.
thanks it work!!!

how do i use the json.loads()?

this does not work:


r = requests.get('http://reshet.tv/general/programs/')
data= json.loads(r.content)
Reply
#17
hi.
thanks it works!!!.

by the way how do i use the json.loads()?

this does not work:

r = requests.get('http://reshet.tv/general/programs/')

json.loads(r.content)

i am almost done , but some of the tv shows use a differen site (mood) and there the "YDStreamExtractor" does not work (http://mood.reshet.tv/travel/shows-the-a...es/s5_e36/)
any idea maybe?
thanks for everything.
Reply
#18
use re.compile(...) to get the json object then feed it to json.loads()
Reply
#19
Quote:(http://mood.reshet.tv/travel/shows-the-a...es/s5_e36/)
you could post it on the youtube-dl forum and hopefully someone will fix it.
then wait for the youtube-dl addon for kodi will get updated to a version that can play it.
or
do it the hard way and figure out why it isn't resolving by reading the javascript on the page.
looks like it has something to do with "item"
Reply
#20
hi.
every thing work!!!
thank you so much.

it in my repo if you want it.
just one more question.
if i install from my repo it installs but does not say any message and if i check in my addon i can see it but it is not enabled.
any idea as to why is that?
Reply
#21
Somebody else should answer this question.
I've no experience with repos.
Reply
#22
hi.
found the problem thanks for your help.
now i am trying to play a link :
http://nana10-hdv-il-sw.ctedgecdn.net/Na...00000.m3u8
it plays great in media player but not in KODI 17 on windows,
in KODI 16 on android it works.
any idea why?
thanks for all your help.
Reply
#23
no idea
Reply
#24
hi.
need some help.
maybe you know how to play this:
http://10tv.nana10.co.il/Video/?VideoID=...313&pid=48
in kodi
thanks for your help.
Reply

Logout Mark Read Team Forum Stats Members Help
How to play video from source like 'src=blob:http://....'0