Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YggTorrent : error from cloudsolver.php on line 13 #7

Open
Draky50110 opened this issue Mar 31, 2024 · 1 comment
Open

YggTorrent : error from cloudsolver.php on line 13 #7

Draky50110 opened this issue Mar 31, 2024 · 1 comment

Comments

@Draky50110
Copy link

Hello.

I tried to retrieve a RSS feed from YggTorrent.

Here is the source of the feed : https://pastebin.com/3P3Rcu8w

Error message :

Erreur d’analyse XML : données incompréhensibles après l’élément de document Emplacement : https://rss.ouahouah.eu/p/api/cloudsolver.php?feed=https://www3.yggtorrent.qa/rss?action=generate&type=subcat&id=2182&passkey=XXXXXXXXXx Numéro de ligne 2, Colonne 1 : <b>Warning</b>: Undefined array key "viahtml" in <b>/home/XXXXXXXX/frss/p/api/cloudsolver.php</b> on line <b>13</b><br /> ^

Any idea of the problem ?

Flaresolverr is running ok.

@JoshuaArus
Copy link

Hello,

There is a confusion between the extension url, and your feed url (which contains the symbol &).

You have to encode your feed url (urlencoder.org can help you with that).

The correct feed to use would be

https://rss.ouahouah.eu/p/api/cloudsolver.php?feed=https%3A%2F%2Fwww3.yggtorrent.qa%2Frss%3Faction%3Dgenerate%26type%3Dsubcat%26id%3D2183%26passkey%3DXXXXXXXXXx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants