reddit: add support for user post links & clean up (#484)

This commit is contained in:
wukko
2024-05-03 14:09:46 +06:00
committed by GitHub
parent 080fc043ea
commit a5a01cc0c6
4 changed files with 49 additions and 17 deletions

View File

@@ -12,7 +12,7 @@
},
"reddit": {
"alias": "reddit videos & gifs",
"patterns": ["r/:sub/comments/:id/:title"],
"patterns": ["r/:sub/comments/:id/:title", "user/:user/comments/:id/:title"],
"subdomains": "*",
"enabled": true
},