aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2014-12-14 07:16:03 +0100
committerPetter Reinholdtsen <pere@hungry.com>2014-12-14 07:16:03 +0100
commit134a9db27fefdc4b2c8ca61a4194d30e3461ecc3 (patch)
treed784cd98ce2c687033b1c62b64c04d6be481faa5
parenteab5f8a092b1321f957b2d1f0b3f52f895313951 (diff)
Typo.
-rw-r--r--scrapersources/postliste-luftambulanse4
1 files changed, 2 insertions, 2 deletions
diff --git a/scrapersources/postliste-luftambulanse b/scrapersources/postliste-luftambulanse
index 480d4e2..4c8d32e 100644
--- a/scrapersources/postliste-luftambulanse
+++ b/scrapersources/postliste-luftambulanse
@@ -88,8 +88,8 @@ parser = postlistelib.PDFJournalParser(agency=agency)
#process_page_queue(parser, errors)
process_journal_pdfs(parser, "http://www.luftambulanse.no/postjournal-2014", errors)
-process_journal_pdfs(parser, "http://www.luftambulanse.no/postjournal_2013", errors)
-process_journal_pdfs(parser, "http://www.luftambulanse.no/postjournal_2012", errors)
+process_journal_pdfs(parser, "http://www.luftambulanse.no/postjournal-2013", errors)
+process_journal_pdfs(parser, "http://www.luftambulanse.no/postjournal-2012", errors)
process_journal_pdfs(parser, "http://www.luftambulanse.no/postjournal_2011.aspx", errors)
process_journal_pdfs(parser, "http://www.luftambulanse.no/postjournal_2010.aspx", errors)
process_journal_pdfs(parser, "http://www.luftambulanse.no/postjournal_2009.aspx", errors)