From 1508c6a37d6b0f1dae9db27dd4577777fb023a89 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 5 May 2017 10:54:18 -0400 Subject: [PATCH] add sample input comment --- archive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: