-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnyaaconfig.json
86 lines (85 loc) · 2.68 KB
/
nyaaconfig.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"feeds": [
{
"number": 1,
"name": "Judas",
"xml_file_name": "nyaa.xml",
"link": "https://nyaa.land/",
"api_link": "https://nyaa.si/?page=rss&q=1080p+-Batch&c=1_2&f=0&u=Judas",
"include_regex": "S\\d+E\\d+",
"exclude_regex": ""
},
{
"number": 2,
"name": "AkihitoSubsWeeklies",
"xml_file_name": "nyaa.xml",
"link": "https://nyaa.land/",
"api_link": "https://nyaa.si/?page=rss&q=1080p+-batch&c=1_2&f=0&u=AkihitoSubsWeeklies",
"include_regex": "\\s-\\s\\d+",
"exclude_regex": ""
},
{
"number": 3,
"name": "NanDesuKa",
"xml_file_name": "nyaa.xml",
"link": "https://nyaa.land/",
"api_link": "https://nyaa.si/?page=rss&q=1080p+b+global+-h.264&c=1_2&f=0&u=NanDesuKa",
"include_regex": "(?i)(1080p.*(h\\.265|x265|hevc|av1)|(h\\.265|x265|hevc|av1).*1080p)",
"exclude_regex": ""
},
{
"number": 4,
"name": "Erai-HEVC",
"xml_file_name": "nyaa.xml",
"link": "https://nyaa.land/",
"api_link": "https://nyaa.si/?page=rss&q=1080p+hevc+-batch+-bd&c=1_2&f=0&u=Erai-raws",
"include_regex": "",
"exclude_regex": "\\d+\\s~\\s\\d+"
},
{
"number": 5,
"name": "DKB",
"xml_file_name": "nyaa.xml",
"link": "https://nyaa.land/",
"api_link": "https://nyaa.si/?page=rss&q=week&c=1_2&f=0&u=DKB0512",
"include_regex": "",
"exclude_regex": ""
},
{
"number": 6,
"name": "Ember",
"xml_file_name": "nyaa.xml",
"link": "https://nyaa.land/",
"api_link": "https://nyaa.si/?page=rss&q=-batch+-bd&c=1_2&f=0&u=Ember_Encodes",
"include_regex": "S\\d+E\\d",
"exclude_regex": ""
},
{
"number": 7,
"name": "Ironclad",
"xml_file_name": "nyaa.xml",
"link": "https://nyaa.land/",
"api_link": "https://nyaa.si/?page=rss&q=week+-batch+-bd&c=1_2&f=0&u=Ironclad",
"include_regex": "",
"exclude_regex": ""
},
{
"number": 8,
"name": "[New]-Raws",
"xml_file_name": "nyaa.xml",
"link": "https://nyaa.land/",
"api_link": "https://nyaa.si/?page=rss&q=%22%5BNew-raws%5D%22&c=1_2&f=0",
"include_regex": "",
"exclude_regex": "\\d+\\s*~\\s*\\d+"
},
{
"number": 9,
"name": "New-[Raws]",
"xml_file_name": "nyaa.xml",
"link": "https://nyaa.land/",
"api_link": "https://nyaa.si/?page=rss&q=%22%5BNew-raws%5D%22&c=1_4&f=0",
"include_regex": "",
"exclude_regex": "\\d+\\s*~\\s*\\d+"
}
]
}