mirror of
https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-10 00:52:40 +00:00
27 lines
566 B
JSON
27 lines
566 B
JSON
{
|
|
"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"]
|
|
}
|
|
]
|
|
} |