diff options
-rw-r--r-- | scrapersources/postliste-lier | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/scrapersources/postliste-lier b/scrapersources/postliste-lier index ef30f94..5f39eb1 100644 --- a/scrapersources/postliste-lier +++ b/scrapersources/postliste-lier @@ -1,13 +1,15 @@ # -*- coding: utf-8 -*- # YAML-tagger: # Type: kommune -# Status: finished +# Status: unfinished # Name: Lier kommune -# Format: PDF -# Datatype: ? -# Vendor: ? +# Format: HTML +# Datatype: ePhorte +# Vendor: Ergo # Run: daily +# Before 2014-09 the format was PDF + import scraperwiki import json from BeautifulSoup import BeautifulSoup |