From cc7a886a68dcd1b8bd87b933afdeced1d890a87e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 19 Feb 2012 13:56:12 +0000 Subject: [PATCH] chart scraper: cope with {{current}} --- yarrg/CommodsScrape.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarrg/CommodsScrape.pm b/yarrg/CommodsScrape.pm index 4b027f1..ccc2d98 100644 --- a/yarrg/CommodsScrape.pm +++ b/yarrg/CommodsScrape.pm @@ -55,7 +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\}\}//; + s/^\{\{(?:testing|current)\}\}//; next unless m/\{\{/; # only interested in chart template stuff if (($x,$y,$arch) = -- 2.30.2