Skip to content

Instantly share code, notes, and snippets.

@henryjfry
Created February 8, 2020 11:41
Show Gist options
  • Save henryjfry/c771d14cbcfb702cf437749642aa02a8 to your computer and use it in GitHub Desktop.
Save henryjfry/c771d14cbcfb702cf437749642aa02a8 to your computer and use it in GitHub Desktop.
a4kScrapers - urls.json - /home/osmc/.kodi/userdata/addon_data/plugin.video.seren/providerModules/a4kScrapers/urls.json
{
"trackers": {
"cached": { "search": "", "domains": [{ "base": "" }] },
"bitlord": {
"search": "/get_list",
"domains": [
{ "base": "https://bitlordsearch.com" }
]
},
"btdb": {
"search": "/?s=%s&sort=popular",
"domains": [
{ "base": "https://btdb.io" }
]
},
"eztv": {
"search": "/search/%s",
"domains": [
{ "base": "https://eztv.re" },
]
},
"kickass": {
"search": "/usearch/%s category:{{category}}/",
"cat_movie": "movies",
"cat_episode": "tv",
"domains": [
{ "base": "https://kickass.vc" },
{ "base": "https://kickass2.biz" },
{ "base": "https://kat.how" },
{ "base": "https://kat.li" },
{ "base": "https://kickass.cm" },
{ "base": "https://kickass2.st" },
{ "base": "https://thekat.info" },
{ "base": "https://kat.sx" }
]
},
"lime": {
"search": "/search/{{category}}/%s",
"cat_movie": "movies",
"cat_episode": "tv",
"domains": [
{ "base": "https://www.limetorrents.zone" }
]
},
"magnetdl": {
"search": "/%s/%s/",
"domains": [
{ "base": "https://www.magnetdl.com" },
{ "base": "https://torrentquest.com" }
]
},
"movcr": {
"search": "/search/search.php?q=%s",
"domains": [
{ "base": "https://movcr.tv" }
]
},
"nyaa": {
"search": "/?f=0&c=1_0&q=%s",
"domains": [
{ "base": "https://nyaa.si" }
]
},
"showrss": {
"search": "/browse",
"domains": [
{ "base": "https://showrss.info" }
]
},
"skytorrents": {
"search": "/?query=%s&type=video",
"domains": [
{ "base": "https://www.skytorrents.lol" }
]
},
"solidtorrents": {
"search": "/api/v1/search?q=%s&category=video&sort=seeders",
"domains": [
{ "base": "https://solidtorrents.net" }
]
},
"torrentapi": {
"search": "&mode=search&search_string=%s&token=%s&sort=seeders&ranked=0&limit=100&format=json_extended",
"domains": [
{ "base": "https://torrentapi.org/pubapi_v2.php?app_id=Torapi" }
]
},
"torrentdownloads": {
"search": "/search/?new=1&s_cat={{category}}&search=%s",
"cat_movie": "4",
"cat_episode": "8",
"domains": [
{ "base": "https://www.torrentdownloads.info" }
]
},
"torrentgalaxy": {
"search": "/torrents.php?&search=%s&nox=1&sort=seeders&order=desc",
"domains": [
{ "base": "https://torrentgalaxy.to" },
{ "base": "https://torrentgalaxy.org" },
{ "base": "https://torrentgalaxy.pw" }
]
},
"torrentz2": {
"search": "/search?f=%s&safe=1",
"domains": [
{ "base": "https://torrentz2.tv" }
]
},
"yts": {
"search": "/api/v2/list_movies.json?query_term=%s",
"domains": [
{ "base": "https://yts.am" },
{ "base": "https://yts.pm" },
{ "base": "https://yts.gs" },
{ "base": "https://yts.unblocked.vet" },
{ "base": "https://yts.unblocked.krd" },
{ "base": "https://ytss.unblocked.is" }
]
},
"zooqle": {
"search": "/search?q=%s+category%%3A{{category}}",
"cat_movie": "Movies",
"cat_episode": "TV",
"domains": [
{ "base": "https://zooqle.com" },
{ "base": "https://zooqle.unblocked.win" },
{ "base": "https://zooqle.nocensor.xyz" },
{ "base": "https://zooqle.unblocked.llc" },
{ "base": "https://zooqle.unblocked.krd" },
{ "base": "https://zooqle.p4y.info" }
]
}
},
"hosters": {
"rlsbb": {
"search": "/lib/search%s?phrase=%s&pindex=1&code=%s",
"domains": [
{ "base": "http://rlsbb.to",
"search": "" },
{ "base": "https://search.rlsbb.ru" },
{ "base": "https://rlsbb.unblocked.krd/searchp" }
]
},
"directdl": {
"search": "/api?key=4B0BB862F24C8A29&keyword=%s",
"domains": [
{ "base": "https://directdownload.tv" }
]
},
"scenerls": {
"search": "/?s=%s",
"domains": [
{ "base": "http://scene-rls.net" }
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment