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 1.05 kB
{ "name": "KickassTorrents", "baseUrl": "https://katcr.co", "searchUrl": "/katsearch/page/1/{query}", "categories": { "All": "", "Movies": "url:/category/movies/page/1", "TV": "url:/category/tv/page/1", "Music": "url:/category/music/page/1", "Games": "url:/category/games/page/1", "Books": "url:/category/books/page/1", "Applications": "url:/category/applications/page/1", "Anime": "url:/category/anime/page/1" }, "defaultCategory": "All", "resultsPerPageCount": 25, "itemsSelector": "tbody tr", "itemSelectors": { "title": ".torrents_table__torrent_title@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" }