*** £$π Functions (WIKI) ***
..
- HomePage
- Setup
- Basics
-
Functions
- Items
- Channels
- Listrepeat
- Multilink
- EPG
- External links
- External calls
- Regex
- Conditional DoRegex
- Python function
- Python codeblock
- Unpacker
- UnWise
- Sawlive
- Cloud Flare
- Sucuri Proxy
- Captcha
- Plugins
- JSON-RPC
- Rawpost
- Headers
- Proxy
- Cookies & Sessions
- Redirection
- Parental block
- ViewMode
- LSDirect
- LiveResolver
- ResolveUrl
- F4µ
- Inputstream
- SLProxy
- Encryption
- Examples
- FAQ?
- Developers
- Release Notes?
- ChangeLog
.
*** Doc. Kodi & PYthon ***
..
Python & Modules PY
.
.
.
.
(Video) Cache Kodi
.
.
.
Addons Kodi
.
.
.
Addons Kodi
.
.
*** GITHUB ***
..
URLresolver (J.S.) [GIT] +
.
.
.
URLresolver (elD.) [GIT] -
.
.
URLresolver (tvA.) [GIT] -
.
.
.
.
Cloudflare (external) [GIT]
.
.
.
*** Associated ***
.Pastebin Your list online
.
mediafire Upload Files
.
imgur Upload Pics
lyngsat TV logos collection
transparent .png
.
http://hola.org free? VPN
Hola.apk free? VPN App.
.
hidester- free Proxy
.
webgrabplus EPG - Eng
xmltv EPG - Fr
kazer EPG - Fr
.
.wordreference Traduction
.
mail.com (fast sign-in)
.
.
world cup : schedule broadcasters & replay
world cup : schedule broadcasters & replay
- Code:
<channel> <name>[COLOR gold] WORLD CUP 2018
[ SCHEDULE & REPLAY ] [/COLOR]</name>
<info> </info> <thumbnail>https://vectors.pro/wp-content/uploads/2017/10/fifa-world-cup-2018-logo-vector.png</thumbnail> <items>
http://arbroathroundtable.org.uk/wp-content/uploads/2014/12/nextevent.png http://liveonsat.com/images/LJ_banner_2014_main.jpg
https://www.discount-wholesale.co.uk/csi/327680/i/art/comingsoon.jpg?_t=174289943
<item>
<title> </title>
<thumbnail>http://arbroathroundtable.org.uk/wp-content/uploads/2014/12/nextevent.png</thumbnail>
<link>NA</link>
</item>
<item> V5.2 15/6
<title> [COLOR gold] WORLD CUP 2018 [/COLOR] [LiveOnSat
GROUPS, SCHEDULE & BROADCASTERS </title>
<thumbnail>http://liveonsat.com/images/LJ_banner_2014_main.jpg</thumbnail>
<link>$doregex[makelist0]</link>
<regex>
<name>makelist0</name>
<listrepeat><![CDATA[
<title>[makelist0.param2] = [makelist0.param3] + [makelist0.param4] + [makelist0.param5] + [makelist0.param6] </title>
<link>$doregex[makelist]</link>
<thumbnail>NA</thumbnail>
]]></listrepeat>
<expres>_self" href="(.*?)">.*?">([^<]+).*?\n.*?">([^<]+).br>\n\s*([^<]+).br>\n\s*([^<]+).br>\n\s*([^<]+)</expres>
<page>http://liveonsat.com/los_foot_int_M_wc2018.html</page>
</regex>
<regex>
<name>makelist</name>
<listrepeat><![CDATA[
<title>[COLOR cyan] [makelist.param1] [/COLOR][COLOR yellow] [makelist.param3][/COLOR] [makelist.param4]</title>
<link>NA</link>
<thumbnail>http://liveonsat.com/[makelist.param2]</thumbnail>
]]></listrepeat>
<expres>time_head>(.*?)<|(?s)img src="(\/fix\/fix_.*?)".*?ST: (\d\d:\d\d)|onmouseout="return nd..;">(.*?)<</expres>
<page>http://liveonsat.com/[makelist0.param1]?selTZ=2</page> 0 HIVER - 1 ETE
</regex>
</item>
<item>
<title> </title>
<link>no</link>
</item>
<item>
<title>[COLOR gold] WORLD CUP 2018 [/COLOR] [Goals Arena v5.5
GOALS & EXTENDED HIGHLIGHTS [<<] </title>
<link>$doregex[makelist]</link>
<thumbnail>http://www.mcclatchy-wires.com/incoming/i57svj/picture184108606/alternates/FREE_320/Soccer_WCup_2018_Sweden_Italy_79966.jpg</thumbnail>
<regex>
<name>makelist</name>
<listrepeat><![CDATA[
<title>[makelist.param1]
[COLOR blue] [makelist.param2][/COLOR] </title>
<link>plugin://plugin.video.f4mTester/?$doregex[getUrl]</link>
<link>plugin://plugin.video.f4mTester/?$doregex[getUrl2]</link>
<thumbnail>http://www.goalsarena.org/templates/goalsarena/images/logo.png.pagespeed.ce.5zXMeaMkJW.png</thumbnail>
]]></listrepeat>
<expres><![CDATA[flags sprite-3116" style="float:left; "[^"]+"(\d+.*?)" href="(.*?)"]]></expres>
<page>http://www.goalsarena.org/en</page>
<referer>http://www.goalsarena.org/</referer>
<agent>Mozilla/5.0 (Windows NT 6.3; rv:36.0) Gecko/20100101 Firefox/36.04</agent>
<cookieJar></cookieJar>
</regex>
<regex>
<name>getUrl</name>
<expres><![CDATA[#$pyFunction
import requests,re,urllib
def GetLSProData(page_data,Cookie_Jar,m):
ua='Mozilla/5.0 (Windows NT 6.3; rv:36.0) Gecko/20100101 Firefox/36.04'
link=re.findall('iframe src="(.*?)"',page_data)[0]
fulllink= "http:" + link
sourcecode=requests.get(fulllink,headers={'User-Agent':ua,'Referer':'[makelist.param2]','Accept':'/*','Connection':'keep-alive'}).text
finallink=re.findall('hls:"(\/\/[^"]+)"',sourcecode)[0]
url='http:' + finallink
name= "[makelist.param1]"
u = 'streamtype=HLSRETRY&name=' + urllib.quote_plus(name) + '&url=' + urllib.quote_plus(url)
return u
]]></expres>
<page>[makelist.param2]</page>
<referer>http://www.goalsarena.org/en</referer>
<cookieJar></cookieJar>
</regex>
<regex>
<name>getUrl2</name>
<expres><![CDATA[#$pyFunction
import requests,re,urllib
def GetLSProData(page_data,Cookie_Jar,m):
ua='Mozilla/5.0 (Windows NT 6.3; rv:36.0) Gecko/20100101 Firefox/36.04'
link2=re.findall('Extended Highlights\n.*?iframe src="(.*?)"',page_data)[0]
fulllink2= "http:" + link2
sourcecode=requests.get(fulllink2,headers={'User-Agent':ua,'Referer':'[makelist.param2]','Accept':'/*','Connection':'keep-alive'}).text
finallink2=re.findall('hls:"(\/\/[^"]+)"',sourcecode)[0]
url2='http:' + finallink2
name= "[makelist.param1]"
u2 = 'streamtype=HLSRETRY&name=' + urllib.quote_plus(name) + '&url=' + urllib.quote_plus(url2)
return u2
]]></expres>
<page>[makelist.param2]</page>
<referer>http://www.goalsarena.org/en</referer>
<cookieJar></cookieJar>
</regex>
</item>
<item>
<title> </title>
<link>no</link>
</item>
</items>
</channel>
GL !
jujuuj- Messages : 249
Date d'inscription : 2017-03-28

» The Official Unoffical Guide to World of Bleach
» Baldur's Gate: BiG World
» Night World! [open pleas join]
» Hogwarts Yearly Schedule
» Big Mam (whats your opinion on her , her ability and her role in the new world?) SPOILERS
» Baldur's Gate: BiG World
» Night World! [open pleas join]
» Hogwarts Yearly Schedule
» Big Mam (whats your opinion on her , her ability and her role in the new world?) SPOILERS
Permissions in this forum:
You cannot reply to topics in this forum
|
|