torrent-search-api-for-barbaroussa
Version:
Yet another node torrent scraper based on x-ray for barbaroussa. (Support iptorrents, torrentleech, torrent9, Yyggtorrent, ThePiratebay, torrentz2, 1337x, KickassTorrent, Rarbg, TorrentProject, Yts, Limetorrents, Eztv)
29 lines • 1.02 kB
JSON
{
"name": "KickassTorrents",
"baseUrl": "kickasstorrents.cr",
"searchUrl": "/usearch/{query}",
"categories": {
"All": "",
"Movies": "url:{query}/category/movies/1",
"TV": "url:/category/tv/",
"Music": "url:/category/music/1",
"Games": "url:/category/games/1",
"Books": "url:/category/books/1",
"Applications": "url:/category/applications/1",
"Anime": "url:/category/anime/1"
},
"defaultCategory": "All",
"resultsPerPageCount": 25,
"itemsSelector": ".data tbody tr.odd",
"itemSelectors": {
"title": ".torrentname@text | trim",
"time": "td[data-title=\"Age\"]",
"seeds": "td[data-title=\"Seed\"] | int",
"peers": "td[data-title=\"Leech\"] | int",
"size": "td[data-title=\"Size\"]",
"link": "a[title=\"Download torrent file\"]@href",
"desc": ".torrents_table__torrent_title@href"
},
"paginateSelector": "a:contains(Next)@href",
"torrentDetailsSelector": ".col@html"
}