Jackett: New tracker request - https://torrent-paradise.ml/

Created on 4 Feb 2019  路  5Comments  路  Source: Jackett/Jackett

New decentralised tracker appear last days, is it possible to add it in Jackett ?

Info : https://torrentfreak.com/torrent-paradise-creates-decentralized-pirate-bay-with-ipfs-190120/

Tracker website : https://torrent-paradise.ml/

Help wanted Needs C# New Public Tracker

All 5 comments

the resultspage is dynamically generated, so this site is not suitable for a cardigann definition as there is no html to scrape.
support would require a native c# indexer

@garfield69 able to reopen and implement this one now?

It is more Jackett friendly now, there's a HTTP API:
https://torrent-paradise.ml/api/search?q=URLENCODED_QUERY

will still need a volunteer to code the indexer in c#

@garfield69 able to reopen and implement this one now?

It is more Jackett friendly now, there's a HTTP API:
https://torrent-paradise.ml/api/search?q=URLENCODED_QUERY

Thanks for telling that! But the API return something like

[
    {
        "id": "040db0d55f379bd0a3a27b65ad806f4233a9639e",
        "l": 2,
        "len": 209162168,
        "s": 3,
        "text": "[ OxTorrent.com ] Star.Wars.The.Clone.Wars.S07E08.iNTERNAL.VOSTFR.WEB.XviD-EXTREME.avi"
    },
    {
        "id": "0675d877981bf75bfb96cbc5022a6ddf0c9fa758",
        "l": 0,
        "len": 8034010616,
        "s": 0,
        "text": "Star Wars Republic Commando"
    },
]

How can we trigger to torrent downloads with only theses keys ? Maybe I miss something ?

id=magnet hashkey
l=leechers
len=size
s=seeders
text=title
the c# indexer will need to construct the magnet URI, similar to how the YTS indexer does
https://github.com/Jackett/Jackett/blob/e00861b9ec495bc3bcd104f74109d2321479e51f/src/Jackett.Common/Indexers/YTS.cs#L155-L168

Was this page helpful?
0 / 5 - 0 ratings