TOOLSP
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Latest topics
» Help Regex
by 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
.
.
*** Associated ***
.
Pastebin Your list online
.
mediafire Upload Files
.
imgur Upload Pics
lyngsat TV logos collection

server error 403

2 posters

Go down

server error 403 Empty server error 403

Post by Mackenzie Sun 4 Aug 2024 - 19:59

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

Mackenzie

Messages : 21
Date d'inscription : 2024-04-21

Back to top Go down

server error 403 Empty Re: server error 403

Post by gujal Fri 9 Aug 2024 - 6:07

Add Referer=https://lulu.st/&Origin=https://lulu.st to the header along with User-Agent and that should work
gujal
gujal

Messages : 174
Date d'inscription : 2018-04-10

Back to top Go down

server error 403 Empty Re: server error 403

Post by Mackenzie Fri 9 Aug 2024 - 8:00


Mackenzie

Messages : 21
Date d'inscription : 2024-04-21

Back to top Go down

server error 403 Empty Re: server error 403

Post by gujal Sun 11 Aug 2024 - 23:53

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.
gujal
gujal

Messages : 174
Date d'inscription : 2018-04-10

Back to top Go down

server error 403 Empty Re: server error 403

Post by Mackenzie Mon 12 Aug 2024 - 13:11

<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

Mackenzie

Messages : 21
Date d'inscription : 2024-04-21

Back to top Go down

server error 403 Empty Re: server error 403

Post by gujal Thu 15 Aug 2024 - 4:33

You need to follow xml rules and encode &
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&amp;Referer=https://lulu.st/&amp;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:
server error 403 5UPHJ1s
gujal
gujal

Messages : 174
Date d'inscription : 2018-04-10

Back to top Go down

server error 403 Empty Re: server error 403

Post by Mackenzie Thu 15 Aug 2024 - 7:45

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

Back to top Go down

server error 403 Empty Re: server error 403

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum