Latest topics
» Help Regexby efradncr Tue 22 Oct 2024 - 19:12
» Regex please.
by skyhigh Fri 13 Sep 2024 - 19:34
» server error 403
by Mackenzie Thu 15 Aug 2024 - 7:45
» changed web structure
by Mackenzie Sun 4 Aug 2024 - 19:52
» How to view the running time of a movie
by Mackenzie Sat 27 Jul 2024 - 1:38
» help to get to the download link
by Admin Wed 24 Jul 2024 - 16:21
» I don't know how to solve ReCAPTCHA
by Mackenzie Tue 9 Jul 2024 - 20:05
*** GiTHUB ***
..
'Kodi Work' Gujal
ResolveURL Gujal
ResolveURL JSergio
'resolvers' tvA.
Repo Youtube Beta jdf76
Youtube Addon jdf76
& API-keys jdf76
.
.
.
*** Doc. Kodi & PYthon ***
..
Python & Modules PY
.
.
.
.
(Video) Cache Kodi
.
.
.
Addons Kodi
.
.
.
Addons Kodi
.
.
*** £$π Functions (WIKI) ***
..
- 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
- F4M
- Inputstream
- Widevine DRM
- Rijndael decryption
- SLProxy
- Encryption
.
Help Regex
2 posters
Page 1 of 1
Help Regex
Podrían ayudarme con un regex para este canal
- Code:
hxxxs://photocall.site/c8eg/if?if=dm&ch=telemetro
efradncr- Messages : 88
Date d'inscription : 2018-02-02
Re: Help Regex
Enjoy!
- Code:
<item>
<title>Telemetro</title>
<link>$doregex[get-url]</link>
<regex>
<name>get-url</name>
<expres>m3u8\s*=\s*"([^"]+)</expres>
<page>https://photocall.site/c8eg/dm?ch=telemetro</page>
<referer>https://photocall.site/</referer>
</regex>
</item>
gujal- Messages : 174
Date d'inscription : 2018-04-10
Re: Help Regex
wow... gracias gujal todo lo haces tan sencillo y me explota la cabeza
efradncr- Messages : 88
Date d'inscription : 2018-02-02
Re: Help Regex
Hay alguna forma de entrar en modo desarrollador web para
- Code:
hxxps://photocall.site/c8eg/dm?ch=telemetro
efradncr- Messages : 88
Date d'inscription : 2018-02-02
Re: Help Regex
Enjoy!
- Code:
<item>
<title>Telemetro</title>
<link>$doregex[get-url]</link>
<regex>
<name>get-url</name>
<expres>$pyFunction:base64.b64decode('$doregex[get-eurl]').decode('utf-8')</expres>
<page></page>
</regex>
<regex>
<name>get-eurl</name>
<expres>atob\("([^"]+)</expres>
<page>http://photocall.site/v8rh/dm?ch=telemetro</page>
<referer>http://photocall.site/</referer>
</regex>
</item>
gujal- Messages : 174
Date d'inscription : 2018-04-10
efradncr likes this post
Re: Help Regex
Thank you! Gujal, can I know what tool you use so that the developer mode does not close?
efradncr- Messages : 88
Date d'inscription : 2018-02-02
Re: Help Regex
I do not use developer mode in browser as most sites have js blocking it from working.
I use Fiddler Classic (mitm proxy)
Get it here
I use Fiddler Classic (mitm proxy)
Get it here
gujal- Messages : 174
Date d'inscription : 2018-04-10
efradncr likes this post
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum