diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2014-12-13 10:06:51 +0100 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2014-12-13 10:06:51 +0100 |
commit | ee69cd43debba7f1724f6761f937808477f27c21 (patch) | |
tree | 3adbce1f9dd1d84a09ff4e4c17de254f0fd74ff6 | |
parent | 2114508750c818731af33ef3939d2a82078e18db (diff) |
Mer meta-info.
-rw-r--r-- | scrapersources/postliste-hoegskolen-i-hamar | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/scrapersources/postliste-hoegskolen-i-hamar b/scrapersources/postliste-hoegskolen-i-hamar index 890eed3..3fb8a19 100644 --- a/scrapersources/postliste-hoegskolen-i-hamar +++ b/scrapersources/postliste-hoegskolen-i-hamar @@ -1,4 +1,12 @@ -# -*- coding: UTF-8 -*- +# -*- coding: utf-8 -*- +# YAML-tagger: +# Type: høgskole +# Status: ? +# Name: Høgskolen i Hamar +# Format: ? +# Datatype: ? +# Run: ? + # Based on the scraper advanced-scraping-pdf # See also # https://views.scraperwiki.com/run/pdf-to-html-preview-1/?url=http%3A%2F%2Fwww.stortinget.no%2FGlobal%2Fpdf%2Fpostjournal%2Fpj-2012-05-09.pdf @@ -20,7 +28,7 @@ scraperwiki.scrape("http://www.hihm.no/Hovedsiden/Om-Hoegskolen/Offentlig-journa lazycache=scraperwiki.swimport('lazycache') postlistelib=scraperwiki.swimport('postliste-python-lib') -agency = 'Høgskolen i Hamar' +agency = u'Høgskolen i Hamar' def report_errors(errors): if 0 < len(errors): |