diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2016-10-06 21:08:22 +0200 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2016-10-06 21:08:22 +0200 |
commit | ec60a70ab16681b0499918057a13179d1b90352b (patch) | |
tree | 411b7547df0f130424e91ccc06215bc2bbdd0b7e | |
parent | 94dd4958b6d9d0f0e69864493faaebc290093114 (diff) |
Drop obsolete URL.
-rw-r--r-- | scrapersources/list-nuug-postliste-scrapers | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scrapersources/list-nuug-postliste-scrapers b/scrapersources/list-nuug-postliste-scrapers index 462422e..f917488 100644 --- a/scrapersources/list-nuug-postliste-scrapers +++ b/scrapersources/list-nuug-postliste-scrapers @@ -23,7 +23,7 @@ Run: daily<br> <!-- nuug-postliste-endyaml --> </pre></p> <table id="myTable" class="tablesorter"> -<thead><tr><th>Name</th><th>type</th><th>status</th><th>schedule</th><th>format</th><th>datatype</th><th>created</th><th>URL</th></tr></thead><tbody> +<thead><tr><th>Name</th><th>type</th><th>status</th><th>schedule</th><th>format</th><th>datatype</th><th>created</th></tr></thead><tbody> ''' counter = {} @@ -55,8 +55,8 @@ for scrapername in glob.glob("scrapersources/postlist*"): else: Type = 'unknown' - print '<tr><td>%s</td><td>%s</td><td>%s</td><td>%s</td><td>%s</td><td>%s</td><td>%s</td><td><a href="https://scraperwiki.com/scrapers/%s/">URL</a></td></tr>' % \ - (data['Name'],data['Type'],data['Status'], Run, Format, Type, "unknown", scrapername) + print '<tr><td>%s</td><td>%s</td><td>%s</td><td>%s</td><td>%s</td><td>%s</td><td>%s</td></tr>' % \ + (data['Name'],data['Type'],data['Status'], Run, Format, Type, "unknown") print '''</tbody></table><table id="myTable2" class="tablesorter"><thead><tr><th>type</th><th>count</th></tr></thead><tbody>''' for key in counter: |