forked from spypen/script.quasar.burst-provider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
yggtorrent.json
42 lines (42 loc) · 1.44 KB
/
yggtorrent.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
{
"yggtorrent": {
"anime_extra": "",
"anime_keywords": "{title} {episode}",
"anime_query": "",
"base_url": "https://yggtorrent.com/engine/search?q=QUERYEXTRA",
"color": "FFF7A62D",
"general_extra": "",
"general_keywords": "{title:fr}",
"general_query": "",
"language": "fr",
"login_failed": "Ces identifiants sont invalides",
"login_object": "{'id': 'USERNAME', 'pass': 'PASSWORD', 'submit' : ''}",
"login_path": "/user/login",
"movie_extra": "",
"movie_keywords": "{title:fr} {year}",
"movie_query": "",
"name": "Yggtorrent",
"parser": {
"infohash": "",
"name": "item('a')",
"peers": "item(tag='td', order=5)",
"row": "find_all('tr', start=2)",
"seeds": "item(tag='td', order=4)",
"size": "item(tag='td', order=3)",
"torrent": "item(tag='a', select=('target', '_blank'), attribute='href', order=1)"
},
"private": true,
"season_extra": "",
"season_extra2": "",
"season_keywords": "{title:fr} saison {season}",
"season_keywords2": "{title:fr} S{season:2}",
"season_query": "",
"separator": "+",
"show_query": "",
"subpage": false,
"tv_extra": "",
"tv_extra2": "",
"tv_keywords": "{title} s{season:2}e{episode:2}",
"tv_keywords2": ""
}
}