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