[pastealacon] fix : url changed

This commit is contained in:
Bezleputh 2015-07-06 15:12:55 +02:00
commit a85c73da34
2 changed files with 6 additions and 6 deletions

View file

@ -75,7 +75,7 @@ class PostPage(HTMLPage):
class PastealaconBrowser(PagesBrowser):
BASEURL = 'http://pastealacon.com/'
BASEURL = 'http://paste.alacon.org/'
paste = URL(r'(?P<id>\d+)', PastePage)
captcha = URL(r'%s' % re.escape('pastebin.php?captcha=1'), CaptchaPage)