diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2014-12-08 15:51:33 +0100 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2014-12-08 15:51:33 +0100 |
commit | 8e1d56c2b8fe53a06857f0d43bd1ff9e2b52eac2 (patch) | |
tree | c09a604a1a1d9f3a36cf87118b40dfafbf1b568e | |
parent | fa08ebb426ff7e71fd2a26786c06384e027655c2 (diff) |
Add meta-info about some scrapers.
-rw-r--r-- | scrapersources/postliste-lenvik | 8 | ||||
-rw-r--r-- | scrapersources/postliste-naroy | 10 |
2 files changed, 16 insertions, 2 deletions
diff --git a/scrapersources/postliste-lenvik b/scrapersources/postliste-lenvik index 66a502d..920ddca 100644 --- a/scrapersources/postliste-lenvik +++ b/scrapersources/postliste-lenvik @@ -1,4 +1,11 @@ # -*- coding: utf-8 -*- +# YAML-tagger: +# Type: kommune +# Status: finished +# Name: Lenvik kommune +# Format: HTML +# Run: daily +# Missingfields: casedesc import scraperwiki import urllib2 @@ -170,4 +177,3 @@ for dayurl in urllist: print 'Fetching ' + dayurl html = postlistelib.fetch_url_harder(dayurl) fetch_postjournal_day(parser=parser, url=dayurl, html=html, saver=saver) - diff --git a/scrapersources/postliste-naroy b/scrapersources/postliste-naroy index f47adb3..4e60765 100644 --- a/scrapersources/postliste-naroy +++ b/scrapersources/postliste-naroy @@ -1,4 +1,12 @@ -# -*- coding: UTF-8 -*- +# -*- coding: utf-8 -*- +# YAML-tagger: +# Type: kommune +# Status: finished +# Name: Nærøy kommune +# Format: PDF +# Datatype: ePhorte +# Vendor: Ergo +# Run: daily import scraperwiki import json |