diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2014-12-07 21:52:24 +0100 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2014-12-07 21:52:24 +0100 |
commit | d7bd2c100e1e490d75c161624ad29e68cf4f26a3 (patch) | |
tree | fd9eb52c65ee88222c0dbb92d3d49ed0a03b49a2 | |
parent | 508e9cbd8241ea0bfa500e96253d53ffd78c7a6c (diff) |
Add YAML metainfo to two scrapers.
-rw-r--r-- | scrapersources/postliste-ballangen | 5 | ||||
-rw-r--r-- | scrapersources/postliste-lunner-kommune | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/scrapersources/postliste-ballangen b/scrapersources/postliste-ballangen index 1becd43..13b258f 100644 --- a/scrapersources/postliste-ballangen +++ b/scrapersources/postliste-ballangen @@ -1,4 +1,9 @@ # -*- coding: utf-8 -*- +# YAML-tagger: +# Type: kommune +# Status: finished +# Name: Ballangen kommune +# Run: daily import scraperwiki import urllib2 diff --git a/scrapersources/postliste-lunner-kommune b/scrapersources/postliste-lunner-kommune index e58731b..5abb7b9 100644 --- a/scrapersources/postliste-lunner-kommune +++ b/scrapersources/postliste-lunner-kommune @@ -1,4 +1,9 @@ # -*- coding: utf-8 -*- +# YAML-tagger: +# Type: kommune +# Status: finished +# Name: Lunner kommune +# Run: daily import scraperwiki import urllib2 |