aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2016-10-06 21:08:22 +0200
committerPetter Reinholdtsen <pere@hungry.com>2016-10-06 21:08:22 +0200
commitec60a70ab16681b0499918057a13179d1b90352b (patch)
tree411b7547df0f130424e91ccc06215bc2bbdd0b7e
parent94dd4958b6d9d0f0e69864493faaebc290093114 (diff)
Drop obsolete URL.
-rw-r--r--scrapersources/list-nuug-postliste-scrapers6
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&lt;br&gt;
&lt;!-- nuug-postliste-endyaml --&gt;
</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: