diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2014-12-07 22:47:02 +0100 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2014-12-07 22:47:02 +0100 |
commit | 3fe8f4b6269ad94cf01dbd1c61e92c6568dea4ac (patch) | |
tree | 85bf3bc658e7a2e6cbc314402a69152cec4fb864 | |
parent | ac6a9141c78935710c8dfce377dea1a23f8964ea (diff) |
Add meta-info about some scrapers.
-rw-r--r-- | scrapersources/postliste-ruter | 10 | ||||
-rw-r--r-- | scrapersources/postliste-storfjord | 11 |
2 files changed, 19 insertions, 2 deletions
diff --git a/scrapersources/postliste-ruter b/scrapersources/postliste-ruter index 61808a2..96818b4 100644 --- a/scrapersources/postliste-ruter +++ b/scrapersources/postliste-ruter @@ -1,4 +1,12 @@ -# -*- coding: UTF-8 -*- +# -*- coding: utf-8 -*- +# YAML-tagger: +# Type: unknown +# Status: finished +# Name: Ruter AS +# Format: PDF +# Datatype: ePhorte +# Vendor: Ergo +# Publish duration: 12 weeks import scraperwiki import json diff --git a/scrapersources/postliste-storfjord b/scrapersources/postliste-storfjord index 4702f8d..b129aca 100644 --- a/scrapersources/postliste-storfjord +++ b/scrapersources/postliste-storfjord @@ -1,4 +1,13 @@ -# -*- coding: UTF-8 -*- +# -*- coding: utf-8 -*- +# YAML-tagger: +# Type: kommune +# Status: finished +# Name: Storfjord kommune +# 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 |