Implemented API

This commit is contained in:
Peng-YM
2020-08-19 10:45:03 +08:00
parent 0ef1161ec4
commit 2d72f810f0
4 changed files with 103 additions and 49 deletions

27
sub.json Normal file
View File

@@ -0,0 +1,27 @@
{
"name": "The Name of Subscription",
"url": "The URL of Subscription",
"filters": [
{
"type": "Useless Filter"
},
{
"type": "Keyword Filter",
"args": ["IEPL", "IPLC"]
},
{
"type": "Region Filter",
"args": ["HK", "TW", "JP"]
}
],
"operators": [
{
"type": "Flag Operator",
"args": [1]
},
{
"type": "Keyword Sort Operator",
"args": ["HK", "TW", "JP"]
}
]
}