diff --git a/archive.py b/archive.py index 99cecd71..a77d4de9 100755 --- a/archive.py +++ b/archive.py @@ -28,7 +28,7 @@ def check_dependencies(): def parse_pocket_export(html): - pattern = re.compile("^\\s*
  • (.+)
  • ", re.UNICODE) + pattern = re.compile("^\\s*
  • (.+)
  • ", re.UNICODE) # see sample input in ./example_ril_export.html for line in html: match = pattern.search(line) if match: