aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2014-12-14 07:32:46 +0100
committerPetter Reinholdtsen <pere@hungry.com>2014-12-14 07:32:46 +0100
commit91ea93eb886e664007148144d96c2e5cfb6a88c3 (patch)
tree3b3b561d968bfebd217a6ac07c169766804fa91a
parent134a9db27fefdc4b2c8ca61a4194d30e3461ecc3 (diff)
Disable missing pages.
-rw-r--r--scrapersources/postliste-luftambulanse12
1 files changed, 6 insertions, 6 deletions
diff --git a/scrapersources/postliste-luftambulanse b/scrapersources/postliste-luftambulanse
index 4c8d32e..3d7c3f2 100644
--- a/scrapersources/postliste-luftambulanse
+++ b/scrapersources/postliste-luftambulanse
@@ -90,12 +90,12 @@ parser = postlistelib.PDFJournalParser(agency=agency)
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_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)
-process_journal_pdfs(parser, "http://www.luftambulanse.no/postjournal_2008.aspx", errors)
-process_journal_pdfs(parser, "http://www.luftambulanse.no/postjournal_2007.aspx", errors)
-process_journal_pdfs(parser, "http://www.luftambulanse.no/postjournal.aspx", errors)
+process_journal_pdfs(parser, "http://www.luftambulanse.no/postjournal-2011", errors)
+process_journal_pdfs(parser, "http://www.luftambulanse.no/postjournal-2010", errors)
+#process_journal_pdfs(parser, "http://www.luftambulanse.no/postjournal_2009.aspx", errors)
+#process_journal_pdfs(parser, "http://www.luftambulanse.no/postjournal_2008.aspx", errors)
+#process_journal_pdfs(parser, "http://www.luftambulanse.no/postjournal_2007.aspx", errors)
+#process_journal_pdfs(parser, "http://www.luftambulanse.no/postjournal.aspx", errors)
process_page_queue(parser, errors)
report_errors(errors)