mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-12 22:25:44 -04:00
fix pinboard RSS parser
This commit is contained in:
parent
61ec4971e9
commit
f9a7c530b9
2 changed files with 5 additions and 5 deletions
|
@ -413,7 +413,7 @@ def derived_link_info(link):
|
|||
'is_archived': os.path.exists(os.path.join(
|
||||
ARCHIVE_DIR,
|
||||
link['timestamp'],
|
||||
wget_output_path(link) or domain(url)
|
||||
domain(url),
|
||||
)),
|
||||
'num_outputs': len([entry for entry in link['latest'].values() if entry]) if 'latest' in link else 0,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue