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
.
server error 403
2 posters
Page 1 of 1
server error 403
This is the link: https://lulu.st/d/09jp4vmcd32x
At first glance it seems easy, but to my surprise the server returns error 403
I have put the link to the head:
https://cdn1016.tnmr.org/hls2/03/00381/09jp4vmcd32x_h/master.m3u8?t=eqZv3fbD7m23xKL5jXEJ_ActzOygUxsMC_Wes_XS5ZA&s=1722791401&e=43200&f=1909343&i=0.3&sp=0|User-Agent=Mozilla/5.0(WindowsNT10.0;Win64;x64)AppleWebKit/537.36(KHTML,likeGecko)Chrome/127.0.0.0Safari/537.36
the result is the Same error 403, and I am desperate, I want to know why this happens since with a simple regex the link is obtained
At first glance it seems easy, but to my surprise the server returns error 403
I have put the link to the head:
https://cdn1016.tnmr.org/hls2/03/00381/09jp4vmcd32x_h/master.m3u8?t=eqZv3fbD7m23xKL5jXEJ_ActzOygUxsMC_Wes_XS5ZA&s=1722791401&e=43200&f=1909343&i=0.3&sp=0|User-Agent=Mozilla/5.0(WindowsNT10.0;Win64;x64)AppleWebKit/537.36(KHTML,likeGecko)Chrome/127.0.0.0Safari/537.36
the result is the Same error 403, and I am desperate, I want to know why this happens since with a simple regex the link is obtained
Mackenzie- Messages : 21
Date d'inscription : 2024-04-21
Re: server error 403
Add Referer=https://lulu.st/&Origin=https://lulu.st to the header along with User-Agent and that should work
gujal- Messages : 174
Date d'inscription : 2018-04-10
Re: server error 403
Thanks for helping me but it doesn't work in <inputstream> and it doesn't work with <link> either. What am I doing wrong?
https://cdn1016.tnmr.org/hls2/03/00381/09jp4vmcd32x_h/master.m3u8?t=S-HMN3SQmNRxH7Nj_eKyBspYe2I9D80qYCAGqoBIPVQ&s=1723182672&e=43200&f=1909343&i=0.3&sp=0|User-Agent=Mozilla/5.0(Android10;Mobile;rv:89.0)Gecko/89.0Firefox/89.0&Referer=https://lulu.st/&Origin=https://lulu.st
https://cdn1016.tnmr.org/hls2/03/00381/09jp4vmcd32x_h/master.m3u8?t=S-HMN3SQmNRxH7Nj_eKyBspYe2I9D80qYCAGqoBIPVQ&s=1723182672&e=43200&f=1909343&i=0.3&sp=0|User-Agent=Mozilla/5.0(Android10;Mobile;rv:89.0)Gecko/89.0Firefox/89.0&Referer=https://lulu.st/&Origin=https://lulu.st
Mackenzie- Messages : 21
Date d'inscription : 2024-04-21
Re: server error 403
the link would have expired, you have to scrape again, you cant hardcode links like that, you have to open the embed page each time and then regex the link out of it and combine with the header.
As you are not doing that, just use <urlsolve> with the embed link.
As you are not doing that, just use <urlsolve> with the embed link.
gujal- Messages : 174
Date d'inscription : 2018-04-10
Re: server error 403
<item>
<title>Petra</title>
<link>$doregex[series]|User-Agent=Mozilla/5.0(Android10;Mobile;rv:89.0)Gecko/89.0Firefox/89.0&Referer=https://lulu.st/&Origin=https://lulu.st</link>
<regex>
<name>series</name>
<expres>$pyFunction:petra.resolver("https://lulu.st/d/09jp4vmcd32x")</expres>
<page></page>
</regex>
<thumbnail></thumbnail>
<fanart></fanart>
</item>
<item>
<title>Petra</title>
<inputstream>$doregex[series]|User-Agent=Mozilla/5.0(Android10;Mobile;rv:89.0)Gecko/89.0Firefox/89.0&Referer=https://lulu.st/&Origin=https://lulu.st</inputstream>
<regex>
<name>series</name>
<expres>:\[{file:"([^"]+)</expres>
<page>https://lulu.st/d/09jp4vmcd32x</page>
</regex>
<thumbnail></thumbnail>
<fanart></fanart>
</item>
None of them work, with <link> and with <inputstream> I get a 403 error, in both cases I used both with <link> and <inputstream>
With <urlsolve> it tells me that the domain is not compatible, in this type of web pages with a simple regex we can easily get the link, which in this specific case urlsolve does not work either
<title>Petra</title>
<link>$doregex[series]|User-Agent=Mozilla/5.0(Android10;Mobile;rv:89.0)Gecko/89.0Firefox/89.0&Referer=https://lulu.st/&Origin=https://lulu.st</link>
<regex>
<name>series</name>
<expres>$pyFunction:petra.resolver("https://lulu.st/d/09jp4vmcd32x")</expres>
<page></page>
</regex>
<thumbnail></thumbnail>
<fanart></fanart>
</item>
<item>
<title>Petra</title>
<inputstream>$doregex[series]|User-Agent=Mozilla/5.0(Android10;Mobile;rv:89.0)Gecko/89.0Firefox/89.0&Referer=https://lulu.st/&Origin=https://lulu.st</inputstream>
<regex>
<name>series</name>
<expres>:\[{file:"([^"]+)</expres>
<page>https://lulu.st/d/09jp4vmcd32x</page>
</regex>
<thumbnail></thumbnail>
<fanart></fanart>
</item>
None of them work, with <link> and with <inputstream> I get a 403 error, in both cases I used both with <link> and <inputstream>
With <urlsolve> it tells me that the domain is not compatible, in this type of web pages with a simple regex we can easily get the link, which in this specific case urlsolve does not work either
Mackenzie- Messages : 21
Date d'inscription : 2024-04-21
Re: server error 403
You need to follow xml rules and encode &
as below.
Proof:
as below.
- Code:
<item>
<title>Petra</title>
<link>$doregex[series]|User-Agent=Mozilla/5.0 (Windows NT 6.1; rv:14.0) Gecko/20100101 Firefox/14.0.1&Referer=https://lulu.st/&Origin=https://lulu.st</link>
<regex>
<name>series</name>
<expres>\[{file:"([^"]+)</expres>
<page>https://lulu.st/e/09jp4vmcd32x</page>
</regex>
<thumbnail></thumbnail>
<fanart></fanart>
</item>
Proof:
gujal- Messages : 174
Date d'inscription : 2018-04-10
Re: server error 403
Thank you for your time in helping me but I still get the same error, 403 failed code, I have made a copy/paste of your <item>, I have also removed my VPN and tried it without my VPN and the error persists
Mackenzie- Messages : 21
Date d'inscription : 2024-04-21
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum