mirror of
https://github.com/pajamian/Pastebin2cpaste.git
synced 2025-04-25 12:31:07 -05:00
Fix regex for irccloud
This commit is contained in:
parent
22eb243b30
commit
b730961ba3
@ -62,7 +62,7 @@ class Pastebin2cpaste(callbacks.Plugin):
|
||||
'url': 'https://hastebin.com/raw/%s'
|
||||
},
|
||||
'www.irccloud.com': {
|
||||
'regex': re.compile(r'/pastebin(?:/raw)/([0-9a-zA-Z]+)(?:/.*)?[.:?!,]*$'),
|
||||
'regex': re.compile(r'/pastebin(?:/raw)?/([0-9a-zA-Z]+)(?:/.*)?[.:?!,]*$'),
|
||||
'url': 'https://www.irccloud.com/pastebin/raw/%s'
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user