lutim: a wrong link to the paste was used
This commit is contained in:
parent
e6c15479c4
commit
2e70511ad0
1 changed files with 1 additions and 1 deletions
|
|
@ -31,6 +31,6 @@ class PageAll(BasePage):
|
|||
def get_info(self):
|
||||
for link in self.browser.links():
|
||||
linkurl = link.absolute_url
|
||||
m = re.match(re.escape(self.url) + '([a-zA-Z0-9]+)$', linkurl)
|
||||
m = re.match(re.escape(self.url) + r'([a-zA-Z0-9]+)\?dl$', linkurl)
|
||||
if m:
|
||||
return {'id': m.group(1)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue