chiark
/
gitweb
/
~yarrgweb
/
ypp-sc-tools.main.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecf2c01
)
yppedia scraper: ignore "{{testing}}"
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Fri, 6 Jan 2012 00:49:55 +0000
(
00:49
+0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Fri, 6 Jan 2012 00:49:55 +0000
(
00:49
+0000)
yarrg/CommodsScrape.pm
patch
|
blob
|
history
diff --git
a/yarrg/CommodsScrape.pm
b/yarrg/CommodsScrape.pm
index d6951cf6b905e99c792a280013cd94395b1ba521..4b027f185f76b9ed1dcb9ca44a92c68c90c8fb9c 100644
(file)
--- a/
yarrg/CommodsScrape.pm
+++ b/
yarrg/CommodsScrape.pm
@@
-55,6
+55,7
@@
sub yppedia_chart_parse ($$ $$$$ $) {
s/^\s*//; chomp; s/\s+$//; s/\s+/ /g;
s/\<\/?(?:b|em)\>//g;
s/\{\{(?:chart\ style|Chart league difficulty)\|[^{}]*\}\}//gi;
+ s/^\{\{testing\}\}//;
next unless m/\{\{/; # only interested in chart template stuff
if (($x,$y,$arch) =