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)
22 lines • 687 B
JSON
{
"name": "Eztv",
"baseUrl": "https://eztv.io",
"searchUrl": "/search/{query}",
"categories": {
"All": ""
},
"defaultCategory": "All",
"resultsPerPageCount": 50,
"itemsSelector": "tr.forum_header_border",
"itemSelectors": {
"title": "a.epinfo@text",
"link": "a.download_1@href",
"magnet": "a.magnet@href",
"time": "td.forum_thread_post:nth-child(5)@text",
"seeds": "td.forum_thread_post_end | int",
"size": "td.forum_thread_post:nth-child(4)@text",
"desc": "a.epinfo@href"
},
"paginateSelector": "a:contains( next page)@href",
"torrentDetailsSelector": ".section_thread_post@html"
}