mirror of
https://framagit.org/tom79/nitterizeme
synced 2025-01-03 12:09:30 +01:00
Fix Twitter ref_url parameter (#68)
This commit is contained in:
parent
4757e2c116
commit
63d837796a
@ -214,7 +214,8 @@
|
||||
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-]*\\.)?(twitter)(\\.[a-zA-Z]{2,})(.*\\?.*)",
|
||||
"completeProvider": false,
|
||||
"rules": [
|
||||
"(ref_)?src=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
|
||||
"src=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
|
||||
"ref_[a-z_]+=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
|
||||
],
|
||||
"exceptions": [],
|
||||
"redirections": []
|
||||
|
Loading…
Reference in New Issue
Block a user