mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-29 21:54:22 +01:00
The dots need to escape from tinyurl
This commit is contained in:
parent
4ce677bc6e
commit
965d8e0b5f
@ -156,7 +156,7 @@ class URL(callbacks.Privmsg, plugins.Configurable, plugins.ChannelDBHandler):
|
||||
self.nextMsgs.setdefault(key, []).append((url, added))
|
||||
db.commit()
|
||||
|
||||
_tinyRe = re.compile(r'(http://tinyurl.com/\w+)</blockquote>')
|
||||
_tinyRe = re.compile(r'(http://tinyurl\.com/\w+)</blockquote>')
|
||||
def _getTinyUrl(self, url, cmd=False):
|
||||
try:
|
||||
#debug.printf('Trying to get tinyurl for %r' % url)
|
||||
|
Loading…
Reference in New Issue
Block a user