diff options
-rw-r--r-- | scrapersources/postliste-difi | 10 | ||||
-rw-r--r-- | scrapersources/postliste-fredrikstad | 10 | ||||
-rw-r--r-- | scrapersources/postliste-lindesnes | 11 |
3 files changed, 29 insertions, 2 deletions
diff --git a/scrapersources/postliste-difi b/scrapersources/postliste-difi index 459327b..aead0bd 100644 --- a/scrapersources/postliste-difi +++ b/scrapersources/postliste-difi @@ -1,4 +1,12 @@ -# -*- coding: UTF-8 -*- +# -*- coding: utf-8 -*- +# YAML-tagger: +# Type: ? +# Status: finished +# Name: Direktoratet for forvaltning og IKT +# Format: PDF +# Datatype: ePhorte +# Vendor: Ergo +# Run: obsolete, moved to OEP import scraperwiki import json diff --git a/scrapersources/postliste-fredrikstad b/scrapersources/postliste-fredrikstad index 7fb5a13..f0300e2 100644 --- a/scrapersources/postliste-fredrikstad +++ b/scrapersources/postliste-fredrikstad @@ -1,3 +1,13 @@ +# -*- coding: utf-8 -*- +# YAML-tagger: +# Type: kommune +# Status: unfinished +# Name: Fredrikstad kommune +# Format: HTML +# Datatype: ? +# Vendor: ? +# Run: not finished + import scraperwiki import json diff --git a/scrapersources/postliste-lindesnes b/scrapersources/postliste-lindesnes index 39e69c0..686877e 100644 --- a/scrapersources/postliste-lindesnes +++ b/scrapersources/postliste-lindesnes @@ -1,4 +1,13 @@ -# -*- coding: UTF-8 -*- +# -*- coding: utf-8 -*- +# YAML-tagger: +# Type: kommune +# Status: unfinished +# Name: Lindesnes kommune +# Format: HTML +# Datatype: ? +# Vendor: ? +# Run: not finished + import scraperwiki import lxml.html import datetime |