mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-06-29 23:35:26 +08:00
25 lines
541 B
JSON
25 lines
541 B
JSON
{
|
|
"name": "The Name of Subscription",
|
|
"url": "The URL of Subscription",
|
|
"process": [
|
|
{
|
|
"type": "Flag Operator",
|
|
"args": [1]
|
|
},
|
|
{
|
|
"type": "Useless Filter"
|
|
},
|
|
{
|
|
"type": "Keyword Sort Operator",
|
|
"args": ["HK", "TW", "JP"]
|
|
},
|
|
{
|
|
"type": "Keyword Filter",
|
|
"args": ["IEPL", "IPLC"]
|
|
},
|
|
{
|
|
"type": "Region Filter",
|
|
"args": ["HK", "TW", "JP"]
|
|
}
|
|
]
|
|
} |