-
Notifications
You must be signed in to change notification settings - Fork 3
/
nextorrent.json
42 lines (42 loc) · 1.32 KB
/
nextorrent.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"nextorrent": {
"anime_extra": "",
"anime_keywords": "{title} {episode}",
"anime_query": "",
"base_url": "http://www.nextorrent.pw/recherche/QUERYEXTRA",
"color": "FFDADADA",
"general_extra": "",
"general_keywords": "{title:fr}",
"general_query": "",
"language": "fr",
"login_failed": "",
"login_object": "",
"login_path": null,
"movie_extra": "",
"movie_keywords": "{title:fr} {year}",
"movie_query": "",
"name": "Nextorrent",
"parser": {
"infohash": "",
"name": "item('a', order=1)",
"peers": "item(tag='td', order=4)",
"row": "find_once(tag='body').find_all('tr')",
"seeds": "item(tag='td', order=3)",
"size": "item(tag='td', order=2)",
"torrent": "item(tag='a', attribute='href', order=1)"
},
"private": false,
"season_extra": "",
"season_extra2": "",
"season_keywords": "{title:fr} saison {season}",
"season_keywords2": "",
"season_query": "",
"separator": "%20",
"show_query": "",
"subpage": true,
"tv_extra": "",
"tv_extra2": "",
"tv_keywords": "{title} s{season:2}e{episode:2}",
"tv_keywords2": ""
}
}