apub2gmi/config.json

8 lines
100 B
JSON
Raw Normal View History

2024-05-04 04:38:10 +00:00
{
"url_re": "^/some_pattern/(.*)$",
"title_res": [
"^(.*?)\\.\\s*(.*)$",
"^(.*?): (.*)$"
]
}