diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2014-12-08 11:06:56 +0100 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2014-12-08 11:06:56 +0100 |
commit | 43bbd3199374a32962fd4265bb57b494b3a12d32 (patch) | |
tree | 8de0e3e6555fab13c0f0d8f500f4f16f46d468cd | |
parent | 7c4cd08f1a031b564ad62d8aa75c4f44ca16b3c4 (diff) |
Add meta-info about some scrapers.
-rw-r--r-- | scrapersources/postliste-hadsel | 10 | ||||
-rw-r--r-- | scrapersources/postliste-oslo-bydel-ullern | 12 | ||||
-rw-r--r-- | scrapersources/postliste-oslo-gravferdsetaten | 10 | ||||
-rw-r--r-- | scrapersources/postliste-oslo-havn | 11 | ||||
-rw-r--r-- | scrapersources/postliste-sivilombudsmannen | 11 |
5 files changed, 49 insertions, 5 deletions
diff --git a/scrapersources/postliste-hadsel b/scrapersources/postliste-hadsel index a175048..1f27b48 100644 --- a/scrapersources/postliste-hadsel +++ b/scrapersources/postliste-hadsel @@ -1,4 +1,12 @@ -# -*- coding: UTF-8 -*- +# -*- coding: utf-8 -*- +# YAML-tagger: +# Type: kommune +# Status: finished +# Name: Hadsel kommune +# Format: PDF +# Datatype: ePhorte +# Vendor: Ergo +# Run: daily import scraperwiki from BeautifulSoup import BeautifulSoup diff --git a/scrapersources/postliste-oslo-bydel-ullern b/scrapersources/postliste-oslo-bydel-ullern index 614b12f..ee9450d 100644 --- a/scrapersources/postliste-oslo-bydel-ullern +++ b/scrapersources/postliste-oslo-bydel-ullern @@ -1,4 +1,14 @@ -# -*- coding: UTF-8 -*- +# -*- coding: utf-8 -*- +# YAML-tagger: +# Type: kommune +# Status: unfinished +# Name: Oslo kommune, Ullern Bydel +# Format: PDF +# Datatype: ePhorte +# Vendor: Ergo +# Publish duration: 3 months +# Run: daily + # Based on the scraper advanced-scraping-pdf # See also # https://views.scraperwiki.com/run/pdf-to-html-preview-1/?url=http%3A%2F%2Fwww.stortinget.no%2FGlobal%2Fpdf%2Fpostjournal%2Fpj-2012-05-09.pdf diff --git a/scrapersources/postliste-oslo-gravferdsetaten b/scrapersources/postliste-oslo-gravferdsetaten index 7becd10..7fd4f5c 100644 --- a/scrapersources/postliste-oslo-gravferdsetaten +++ b/scrapersources/postliste-oslo-gravferdsetaten @@ -1,4 +1,12 @@ -# -*- coding: UTF-8 -*- +# -*- coding: utf-8 -*- +# YAML-tagger: +# Type: kommune +# Status: finished +# Name: Oslo kommune, Gravferdsetaten +# Format: PDF +# Datatype: ePhorte +# Vendor: Ergo +# Run: daily import scraperwiki import json diff --git a/scrapersources/postliste-oslo-havn b/scrapersources/postliste-oslo-havn index 1139b81..a490865 100644 --- a/scrapersources/postliste-oslo-havn +++ b/scrapersources/postliste-oslo-havn @@ -1,4 +1,13 @@ -# -*- coding: UTF-8 -*- +# -*- coding: utf-8 -*- +# YAML-tagger: +# Type: kommune +# Status: finished +# Name: Oslo kommune, Oslo Havn +# Format: PDF +# Datatype: ePhorte +# Vendor: Ergo +# Run: daily + # Based on the scraper advanced-scraping-pdf # See also # https://views.scraperwiki.com/run/pdf-to-html-preview-1/?url=http%3A%2F%2Fwww.stortinget.no%2FGlobal%2Fpdf%2Fpostjournal%2Fpj-2012-05-09.pdf diff --git a/scrapersources/postliste-sivilombudsmannen b/scrapersources/postliste-sivilombudsmannen index 0bf5914..10c01e6 100644 --- a/scrapersources/postliste-sivilombudsmannen +++ b/scrapersources/postliste-sivilombudsmannen @@ -1,4 +1,13 @@ -# -*- coding: UTF-8 -*- +# -*- coding: utf-8 -*- +# YAML-tagger: +# Type: unknown +# Status: finished +# Name: Sivilombudsmannen +# Format: PDF +# Datatype: ePhorte +# Vendor: Ergo +# Publish duration: 10 days +# Run: daily import scraperwiki import json |