hi mateCheck your PM. It should work for both urlresolver and resolveurl
hi mate
what i need change in py file to get work again streamango wiith urlresolver
thks for the help
Hello friens,
I need regex for this video. please try help.
I had tried this without working solution.Code:https://bs.to/serie/24/1/1-Tag-1-24-00-01-00-Uhr/Streamango
Code:<item> <title>test</title> <urlsolve>$doregex[getstream]</urlsolve> <regex> <name>getstream</name> <expres>iframe.*src='(.*?)'</iframe></expres> <page>https://bs.to/serie/24/1/1-Tag-1-24-00-01-00-Uhr/Streamango</page> </regex> <cookieJar></cookieJar> <agent>Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0</agent> </item>
http://livestreamspro.pe.hu/wiki/index.php?n=Functions.Captcha
@vbprofi
bs.to is using Google Recaptcha v2, nothing can be done about it
try thisplease need help with this link thank you
Code:hxxps://www.americatv.com.ar/?1528131836145
<item>
<title>americatv</title>
<link>https://dai.google.com/linear/hls/event/OY2i_lL4SMyXE5Zaj4ULEg/master.m3u8|User-Agent=Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Mobile Safari/537.36</link>
</item>
Here u goHi all,
can any body help me creat a makelist for this..
Thanks in AdvanceCode:https://www.trt.tv/dirilis-ertugrul/bolumler/20196
<item>
<title>https://www.trt.tv/dirilis-ertugrul/bolumler/20196</title>
<link>$doregex[makelist]</link>
<regex>
<name>makelist</name>
<listrepeat><![CDATA[
<title>[COLOR gold]Diriliş Ertuğrul [makelist.param3].Bölüm[/COLOR]</title>
<link>$doregex[getUrl]</link>
<thumbnail>https://img.trt.tv/erimage/320x180/ItemImage/[makelist.param1]/Thumbnail.jpg</thumbnail>
<info>[makelist.param4]</info>
]]></listrepeat>
<expres><![CDATA[#$pyFunction
import re,requests
def GetLSProData(page_data,Cookie_Jar,m):
pcount=re.findall('totalCount.*?(\d+)',page_data)[0]
source=requests.post('https://api.trt.tv/api/GetFilteredVideos',headers={'Referer':'https://www.trt.tv/dirilis-ertugrul/bolumler/20196'},data={'categories':'20196','genres':'1','direction':'DESC','type':'Custom','CustomSortField':'bolum_sirasi','pageIndex':'0','count':pcount}).text
return re.findall('"Id":(\d+)."EncodedURL":"(.*?)"."Name".*?(\d+).*?<p>(.*?)</',source)
]]></expres>
<page>https://www.trt.tv/dirilis-ertugrul/bolumler/20196</page>
</regex>
<regex>
<name>getUrl</name>
<expres><![CDATA[#$pyFunction
import re,requests,urllib
def GetLSProData(page_data,Cookie_Jar,m):
ua='Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0'
source=requests.get('https://www.trt.tv/izle/[makelist.param1]/[makelist.param2]',headers={'Referer':'https://www.trt.tv/dirilis-ertugrul/bolumler/20196','User-Agent':ua,'Cache-Control':'no-cache'})
inf=re.search('RequestVerificationToken".*?value="(.*?)"[\w\W]*?var.link.*?"(.*?)"',source.content.decode('ascii','ignore'))
source=requests.post('https://www.trt.tv/Web/Watch/GetToken',headers={'Referer':'https://www.trt.tv/izle/[makelist.param1]/[makelist.param2]','Host':'www.trt.tv','User-Agent':ua,'X-Requested-With':'XMLHttpRequest','Accept':'application/json, text/javascript, */*; q=0.01','Cache-Control':'no-cache'},cookies=source.cookies,data={'baseurl':urllib.quote_plus(inf.group(2)),'__RequestVerificationToken':inf.group(1)}).content.decode('ascii','ignore')
return re.findall('"url":"([^\'"]+)',source)[0].replace('\/u0026','&')+'|User-Agent=iPad&Referer=https://www.trt.tv/izle/[makelist.param1]/[makelist.param2]'
]]></expres>
<page></page>
</regex>
<thumbnail>https://www.trt.tv/Content/img/trt-logo.png</thumbnail>
</item>
Please Streamwatcher, may I have These two regex ? If still working ?Check your PM
I think both of them is downed. Check their url... Total-sport / canal
... hXXp://www.mytvonline.org/fr/Beinsport1-fr.html ?
Please Streamwatcher, may I have These two regex ? If still working ?
Thank You VM
Here u goHi, I need help, I want a regex for:
hxxp: //www.thenightfilmes.net/terminal/
it's possible?
thank you so much
<item>
<title>http://www.thenightfilmes.net/terminal/</title>
<link>$doregex[getUrl]</link>
<regex>
<name>getUrl</name>
<expres><![CDATA[#$pyFunction
import re,requests
def GetLSProData(page_data,Cookie_Jar,m):
return re.findall('"file":"([^\'"]+)',requests.get('http://www.thenightfilmes.net/player/?t=0&v='+re.findall('class="lbp_float".*?v3=(nc.*?)"',page_data)[0]).text)[0]
]]></expres>
<page>http://www.thenightfilmes.net/terminal/</page>
</regex>
</item>
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 |