Just check now. im using 2.8.1.. where i can get the 2.8.2.. i check in shani and also your repo, there are also 2.8.1?Check your version again, are you running v2.8.2 or v2.8.1?
This is with v2.8.2
![]()
![]()
![]()
Just check now. im using 2.8.1.. where i can get the 2.8.2.. i check in shani and also your repo, there are also 2.8.1?Check your version again, are you running v2.8.2 or v2.8.1?
This is with v2.8.2
![]()
![]()
![]()
My repo has 2.8.2 but looks like some github caching is in play. Get the zip directly if not showingJust check now. im using 2.8.1.. where i can get the 2.8.2.. i check in shani and also your repo, there are also 2.8.1?
https://raw.githubusercontent.com/Gujal00/GujalKodiWork/master/zips/plugin.video.live.streamspro/plugin.video.live.streamspro-2.8.2.zip
Thank you kabcasa,if you use youtube plugin you can try this
with your regexCode:<item> <title>UT2</title> <utube>KTNClassics </utube> </item>
Code:https://pastebin.com/uv7g6P4G
<item>
<title>UT2</title>
<utube>KTNClassics </utube>
</item>
https://pastebin.com/uv7g6P4G
WOW I wonder I'm still running LSP 1.7.1My repo has 2.8.2 but looks like some github caching is in play. Get the zip directly if not showing
Code:https://raw.githubusercontent.com/Gujal00/GujalKodiWork/master/zips/plugin.video.live.streamspro/plugin.video.live.streamspro-2.8.2.zip
Try this:hi master,
anyone know how to play live youtube video. im using this code but not working now
Code:<item> <title>KTN Kenya LIVE STREAM</title> <thumbnail></thumbnail> <info>Live</info> <SetViewMode>503</SetViewMode> <link>https://www.tvaddons.co/forums/$doregex[url]</link> <regex> <name>url</name> <expres>$pyFunction:'$doregex[jsonurl]'.replace('\/','/')</expres> <page></page> </regex> <regex> <name>jsonurl</name> <expres>hlsvp":"(.*?)"</expres> <page>https://www.youtube.com/watch?v=4i-wR_4MeUE</page> </regex> <thumbnail></thumbnail> </item>
<item>
<title>KTN Kenya LIVE STREAM</title>
<link>plugin://plugin.video.youtube/play/?video_id=-t6bp9Goizo</link>
</item>
1.71. is like 2 years old! 2.8.1 was the last release in TVA.ag repo and even that was released a year ago. Why are you still on 1.7.1 @streamwatcher2013WOW I wonder I'm still running LSP 1.7.1![]()
LOL That why I wonder when doing some code it wont play with LSP. I did not pay attention much on LSP. This part just for fun and have some challenging.1.71. is like 2 years old! 2.8.1 was the last release in TVA.ag repo and even that was released a year ago. Why are you still on 1.7.1 @streamwatcher2013
Try this:hi master,
anyone know how to play live youtube video. im using this code but not working now
Code:<item> <title>KTN Kenya LIVE STREAM</title> <thumbnail></thumbnail> <info>Live</info> <SetViewMode>503</SetViewMode> <link>https://www.tvaddons.co/forums/$doregex[url]</link> <regex> <name>url</name> <expres>$pyFunction:'$doregex[jsonurl]'.replace('\/','/')</expres> <page></page> </regex> <regex> <name>jsonurl</name> <expres>hlsvp":"(.*?)"</expres> <page>https://www.youtube.com/watch?v=4i-wR_4MeUE</page> </regex> <thumbnail></thumbnail> </item>
<item>
<title>KTN Kenya NEWS</title>
<link>$doregex[getUrl]</link>
<regex>
<name>getUrl</name>
<expres><![CDATA[#$pyFunction
import re,requests
def GetLSProData(page_data,Cookie_Jar,m):# streamwatcher2013
return 'plugin://plugin.video.youtube/play/?video_id='+re.findall('feature=c4-live-promo".*?watch\?v=(.*?)".*?LIVE',requests.get('https://www.youtube.com/channel/UCkWr5PLM8hp8M4WNIkjpKsQ').content.decode('ascii','ignore'))[0]
]]></expres>
<page></page>
</regex>
<thumbnail>https://yt3.ggpht.com/-4c3BpnVtuLw/AAAAAAAAAAI/AAAAAAAAAAA/VTedIif8Pyc/s288-mo-c-c0xffffffff-rj-k-no/photo.jpg</thumbnail>
</item>
[/QUOTE]Thank you kabcasa,
this code does not work with live stream
for this one, do you know how i can set to higher max resolution?Code:<item> <title>UT2</title> <utube>KTNClassics </utube> </item>
Code:https://pastebin.com/uv7g6P4G
hxxp://sport-stream365.com/football
<item>Code:https://www.tata.to/channel/natgeo-wild
Hmmm I tried, but it did not work. What am I doing wrong?<item>
<title>NaGe</title>
<link>$doregex[getUrl]</link>
<regex>
<name>getUrl</name>
<expres><![CDATA[#$pyFunction
import re
def GetLSProData(page_data,Cookie_Jar,m):#EAREW
info=re.search('"tv-play".data-src="(h.*)embed.*?(token.*?)(?:\n|")',page_data);return info.group(1)+'index.m3u8?'+info.group(2)+'|User-Agent=iPad'
]]></expres>
<page>hxxp://www.tata.to/channel/natgeo-wild</page>
<agent>iPad</agent>
</regex>
</item>
It was my code. Don't replace my name in it. The code won't work cause a space in between r and e of returnHmmm I tried, but it did not work. What am I doing wrong?
It was my code. Don't replace my name in it. The code won't work cause a space in between r and e of return
You did not changed it. Still have space between both letter r and e. Also the url must be httpI changed that, but it still does not work. I do not understand that.
<item>
<title>NaGe</title>
<link>$doregex[getUrl]</link>
<regex>
<name>getUrl</name>
<expres><![CDATA[#$pyFunction
import re
def GetLSProData(page_data,Cookie_Jar,m):#EAREW
info=re.search('"tv-play".data-src="(h.*)embed.*?(token.*?)(?:\n|")',page_data);return info.group(1)+'index.m3u8?'+info.group(2)+'|User-Agent=iPad'
]]></expres>
<page>hxxp://www.tata.to/channel/natgeo-wild</page>
<agent>iPad</agent>
</regex>
</item>
<item>
<title>NaGe</title>
<link>$doregex[getUrl]</link>
<regex>
<name>getUrl</name>
<expres><![CDATA[#$pyFunction
import re
def GetLSProData(page_data,Cookie_Jar,m):#[COLOR="#FF0000"]YOU CAN DELETE MY NAME BUT DO NOT REPLACE BY YOUR NAME[/COLOR]
info=re.search('"tv-play".data-src="(h.*)embed.*?(token.*?)(?:\n|")',page_data);return info.group(1)+'index.m3u8?'+info.group(2)+'|User-Agent=iPad'
]]></expres>
<page>http://www.tata.to/channel/natgeo-wild</page>
<agent>iPad</agent>
</regex>
</item>
You did not changed it. Still have space between both letter r and e. Also the url must be http
Anyway the stream is downed
Try this
Code:<item> <title>NaGe</title> <link>$doregex[getUrl]</link> <regex> <name>getUrl</name> <expres><![CDATA[#$pyFunction import re def GetLSProData(page_data,Cookie_Jar,m):#[COLOR="#FF0000"]YOU CAN DELETE MY NAME BUT DO NOT REPLACE BY YOUR NAME[/COLOR] info=re.search('"tv-play".data-src="(h.*)embed.*?(token.*?)(?:\n|")',page_data);return info.group(1)+'index.m3u8?'+info.group(2)+'|User-Agent=iPad' ]]></expres> <page>hxxtp://www.tata.to/channel/natgeo-wild</page> <agent>iPad</agent> </regex> </item>
I'm sorry I did not know it's offline. Once the stream is back online I will test the code again. Could you maybe help me with this link as an alternative?You did not changed it. Still have space between both letter r and e. Also the url must be http
Anyway the stream is downed
Try this
Code:<item> <title>NaGe</title> <link>$doregex[getUrl]</link> <regex> <name>getUrl</name> <expres><![CDATA[#$pyFunction import re def GetLSProData(page_data,Cookie_Jar,m):#[COLOR="#FF0000"]YOU CAN DELETE MY NAME BUT DO NOT REPLACE BY YOUR NAME[/COLOR] info=re.search('"tv-play".data-src="(h.*)embed.*?(token.*?)(?:\n|")',page_data);return info.group(1)+'index.m3u8?'+info.group(2)+'|User-Agent=iPad' ]]></expres> <page>http://www.tata.to/channel/natgeo-wild</page> <agent>iPad</agent> </regex> </item>
http://www.kostenloslivetv.com/rtl/
Thread starter | Similar threads | Forum | Replies | Date |
---|---|---|---|---|
P | Request someone can helpme please, a like have this regex to livestreampor pleas | Addon Requests | 0 | |
A | Need help with regex | Kodi Support | 2 | |
A | [help]Regex in Python | Kodi Support | 2 |