Advertisement
hieghahzahfazoh

archivebox

Nov 23rd, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. lux@lethuegoo:~/ArchiveBox$ ./bin/archivebox-export-browser-history --chrome /home/elal/.config/google-chrome/Default/History
  2. Chrome history exported to:
  3. output/sources/chrome_history.json
  4. lux@lethuegoo:~/ArchiveBox$ ./archive output/sources/chrome_history.json
  5. [*] [2019-11-23 13:46:06] Parsing new links from output/sources/chrome_history.json...
  6. Traceback (most recent call last):
  7. File "./archive", line 136, in <module>
  8. main(*sys.argv)
  9. File "./archive", line 98, in main
  10. update_archive_data(import_path=import_path, resume=resume)
  11. File "./archive", line 106, in update_archive_data
  12. all_links, new_links = load_links_index(out_dir=OUTPUT_DIR, import_path=import_path)
  13. File "/home/elal/ArchiveBox/archivebox/index.py", line 69, in load_links_index
  14. new_links = validate_links(raw_links)
  15. File "/home/elal/ArchiveBox/archivebox/links.py", line 48, in validate_links
  16. check_link_structure(link)
  17. File "/home/elal/ArchiveBox/archivebox/util.py", line 96, in check_link_structure
  18. assert len(re.findall(URL_REGEX, link['url'])) == 1
  19. AssertionError
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement