mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-09-12 07:10:46 +02:00
fix flake8 errors
This commit is contained in:
@@ -84,7 +84,7 @@ def parse_pocket_export(html_file):
|
||||
'base_url': base_url(fixed_url),
|
||||
'timestamp': str(datetime.now().timestamp()),
|
||||
'tags': match.group(3),
|
||||
'title': match.group(4).replace(' — Readability', '').replace('http://www.readability.com/read?url=', '') or fetch_page_title(url),
|
||||
'title': match.group(4).replace(' — Readability', '').replace('http://www.readability.com/read?url=', '') or fetch_page_title(fixed_url),
|
||||
'sources': [html_file.name],
|
||||
}
|
||||
info['type'] = get_link_type(info)
|
||||
|
@@ -1,3 +1,5 @@
|
||||
from sys import maxsize
|
||||
from itertools import islice
|
||||
from collections import deque
|
||||
|
||||
_marker = object()
|
||||
|
Reference in New Issue
Block a user