[pastealacon] fix : url changed
This commit is contained in:
parent
878befe03a
commit
a85c73da34
2 changed files with 6 additions and 6 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue