mirror of
https://github.com/pajamian/Pastebin2cpaste.git
synced 2025-04-27 21:41:12 -05:00
Added support for irccloud pastebin.
This commit is contained in:
parent
c55998bfc1
commit
6afce29612
@ -60,6 +60,10 @@ class Pastebin2cpaste(callbacks.Plugin):
|
|||||||
'hastebin.com': {
|
'hastebin.com': {
|
||||||
'regex': re.compile(r'/([a-z]+)(?:\.[a-z]+)?[.:?!,]*$'),
|
'regex': re.compile(r'/([a-z]+)(?:\.[a-z]+)?[.:?!,]*$'),
|
||||||
'url': 'https://hastebin.com/raw/%s'
|
'url': 'https://hastebin.com/raw/%s'
|
||||||
|
},
|
||||||
|
'www.irccloud.com': {
|
||||||
|
'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