aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2014-12-14 00:07:41 +0100
committerPetter Reinholdtsen <pere@hungry.com>2014-12-14 00:07:41 +0100
commiteab5f8a092b1321f957b2d1f0b3f52f895313951 (patch)
tree0aa7d2b2306117bddb2531cecf07eab6f1fa6f07
parentcead925114ac5e8396402303ac339a766fdcd9d0 (diff)
Correct URLs.
-rw-r--r--scrapersources/postliste-luftambulanse15
1 files changed, 13 insertions, 2 deletions
diff --git a/scrapersources/postliste-luftambulanse b/scrapersources/postliste-luftambulanse
index df28d6b..480d4e2 100644
--- a/scrapersources/postliste-luftambulanse
+++ b/scrapersources/postliste-luftambulanse
@@ -1,4 +1,13 @@
-# -*- coding: UTF-8 -*-
+# -*- coding: utf-8 -*-
+# YAML-tagger:
+# Type: unknown
+# Status: unfinished
+# Name: Norsk Luftambulanse
+# Format: PDF
+# Datatype: ePhorte
+# Vendor: Ergo
+# Run: daily
+# Publish duration: unlimited
import scraperwiki
import json
@@ -78,7 +87,9 @@ parser = postlistelib.PDFJournalParser(agency=agency)
#test_small_pdfs(parser)
#process_page_queue(parser, errors)
-process_journal_pdfs(parser, "http://www.luftambulanse.no/postjournal_2012.aspx", 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_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)