Giter VIP home page Giter VIP logo

Comments (9)

garfield69 avatar garfield69 commented on May 28, 2024

We are not responsible for what therarbg delivers, we are not the maintainers of that web site.
If you use the Jackett indexer via a torznab query then you will get magnets.
if you are fetching the json response from therarbg directly then you have to build your own magnet by using the infohash and adding your own trackers, we source ours from https://github.com/ngosang/trackerslist/blob/master/trackers_best.txt

from jackett.

cnstephen avatar cnstephen commented on May 28, 2024

Yes, the results obtained from this link do not have magnet links
http://127.0.0.1/api/v2.0/indexers/therarbg/results/torznab/api?apikey=****&t=search&cat=&q=
<item> <title>Muse Dash v4 3 0</title> <guid>https://therarbg.to/post-detail/764ad1/muse-dash-v4-3-0/?format=json</guid> <jackettindexer id="therarbg">TheRARBG</jackettindexer> <type>public</type> <comments>https://therarbg.to/post-detail/764ad1/muse-dash-v4-3-0/</comments> <pubDate>Thu, 02 May 2024 07:33:21 +0800</pubDate> <size>3006477056</size> <description /> <link>http://127.0.0.1:9117/dl/therarbg/?jackett_apikey=&amp;path=Q2ZESjhBZVBXeWdWb1NWTGp4WS0wRHgyY29XUUV3UlcxMkRPOEFLZE8yMk9HVlhwWFJvQkMxRlozSXZJR2RDRTl1VXI0OUNSRGlvWk9ZTjJ2b1lxdFlpQjNVQnY5N0tYaGo5MW9ocDR0NWZNSXI5NEkwSTg5MU9nWGN1S09iVERNNzhYdFhWWlU1OG5KNlhMV281XzZnOU9oM2E5dkJRMTBWRVVnNkxJMU5UeEJKbTdvWm5qa00xXzhpdXJKUDFERWNfR3lqTWVyUGU5OTB1bDdzV1c2TkRPUDJv&amp;file=Muse+Dash+v4+3+0</link> <category>4050</category> <category>136409</category> <enclosure url="http://127.0.0.1:9117/dl/therarbg/?jackett_apikey=&amp;path=Q2ZESjhBZVBXeWdWb1NWTGp4WS0wRHgyY29XUUV3UlcxMkRPOEFLZE8yMk9HVlhwWFJvQkMxRlozSXZJR2RDRTl1VXI0OUNSRGlvWk9ZTjJ2b1lxdFlpQjNVQnY5N0tYaGo5MW9ocDR0NWZNSXI5NEkwSTg5MU9nWGN1S09iVERNNzhYdFhWWlU1OG5KNlhMV281XzZnOU9oM2E5dkJRMTBWRVVnNkxJMU5UeEJKbTdvWm5qa00xXzhpdXJKUDFERWNfR3lqTWVyUGU5OTB1bDdzV1c2TkRPUDJv&amp;file=Muse+Dash+v4+3+0" length="3006477056" type="application/x-bittorrent" /> <torznab:attr name="category" value="4050" /> <torznab:attr name="category" value="136409" /> <torznab:attr name="genre" value="" /> <torznab:attr name="seeders" value="20" /> <torznab:attr name="peers" value="53" /> <torznab:attr name="downloadvolumefactor" value="0" /> <torznab:attr name="uploadvolumefactor" value="1" /> </item>

from jackett.

garfield69 avatar garfield69 commented on May 28, 2024

if you follow the link tag you will be delivered a magnet.
we cannot return a magnet directly in the results because we have to build one from the infohash in the details page, as the magnet is not available in the search results returned by therarbg.

from jackett.

cnstephen avatar cnstephen commented on May 28, 2024

Yes, because of cloudflare, I can't curl to get information. It would be too troublesome to get infohash from one link to another. thank you for your reply!

from jackett.

garfield69 avatar garfield69 commented on May 28, 2024

We cannot help you.
We are obliged to use therarbg json response so that we avoid performing HTML GETs to therarbg website (a request by the admin to reduce the impact that Jackett was having on their website).
Unfortunately the detail page in json format only has the infohash.
and because the details page in json format is fetched only when you click on the DL link, we cannot pre-build a magnet ahead of time and provided that in the initial search results.

from jackett.

cnstephen avatar cnstephen commented on May 28, 2024

If only the infohash value, can the infohash value be displayed on this page?

from jackett.

ilike2burnthing avatar ilike2burnthing commented on May 28, 2024

We'd need to perform up to an additional 100 requests every search to return all the infohashes, so no.

from jackett.

garfield69 avatar garfield69 commented on May 28, 2024

I have made a request to therarbg admin about adding the infohash to the search query results, see #14685 (comment) , and we shall see if that bears fruit.

from jackett.

cnstephen avatar cnstephen commented on May 28, 2024

I have made a request to therarbg admin about adding the infohash to the search query results, see #14685 (comment) , and we shall see if that bears fruit.

thank you.

from jackett.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.