diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2014-12-08 16:03:36 +0100 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2014-12-08 16:03:36 +0100 |
commit | 0e0af47680383248d52c5baed949f09b5d534788 (patch) | |
tree | 79f31f9faeaeb862ab4bd0c43cfb1588e0c972f4 | |
parent | c222b7f8575a9c684825ef30cb32b830cab27175 (diff) |
Add meta-info about some scrapers.
-rw-r--r-- | scrapersources/postliste-hoegskolen-i-gjoevik | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/scrapersources/postliste-hoegskolen-i-gjoevik b/scrapersources/postliste-hoegskolen-i-gjoevik index cdf007e..e8d0684 100644 --- a/scrapersources/postliste-hoegskolen-i-gjoevik +++ b/scrapersources/postliste-hoegskolen-i-gjoevik @@ -1,4 +1,13 @@ -# -*- coding: UTF-8 -*- +# -*- coding: utf-8 -*- +# YAML-tagger: +# Type: høgskole +# Status: finished +# Name: Høgskolen i Gjøvik +# Format: PDF +# Datatype: ePhorte +# Publish duration: unlimited +# Run: daily + # 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 @@ -24,7 +33,7 @@ scraperwiki.scrape("http://www.hig.no/om_hig/offentleg_journal") lazycache=scraperwiki.swimport('lazycache') postlistelib=scraperwiki.swimport('postliste-python-lib') -agency = 'Høgskolen i Gjøvik' +agency = u'Høgskolen i Gjøvik' def report_errors(errors): if 0 < len(errors): |