diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2014-12-07 23:04:36 +0100 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2014-12-07 23:04:36 +0100 |
commit | 757e2de0aca1108cfa28fd532ebf9136e57e4ad7 (patch) | |
tree | 9fd644bd724a5cdc0c1346f225b6dc7988aea8bc | |
parent | 391bc7246af20b228e4f4eda36d4f0f5c350fe43 (diff) |
More details.
-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 |