UNPKG

torrent-search-api

Version:

Yet another node torrent scraper based on x-ray. (Support iptorrents, torrentleech, torrent9, Yyggtorrent, ThePiratebay, torrentz2, 1337x, KickassTorrent, Rarbg, TorrentProject, Yts, Limetorrents, Eztv)

29 lines 926 B
{ "name": "Limetorrents", "baseUrl": "https://www.limetorrents.info", "enableCloudFareBypass": true, "searchUrl": "/search/{cat}/{query}/seeds/1/", "categories": { "All": "all", "Movies": "movies", "TV": "tv", "Games": "games", "Music": "music", "Applications": "applications", "Anime": "anime" }, "defaultCategory": "All", "resultsPerPageCount": 40, "itemsSelector": ".table2 tr", "itemSelectors": { "title": ".tt-name > a:nth-child(2)@text", "link": "a.csprite_dl14@href", "seeds": ".tdseed | int", "peers": ".tdleech | int", "time": "td.tdnormal:nth-child(2)@text | match:\"(.+?) -\"", "size": "td.tdnormal:nth-child(3)@text", "desc": ".tt-name > a:nth-child(2)@href" }, "paginateSelector": "a:contains(Next page)@href", "torrentDetailsSelector": "#content@html" }