diff options
-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): |