Content deleted Content added
Updating published sources: DatedCategoryCreator: * Stop creating categories older than 2010. It seems "200X" as a typo for "202X" is fairly common. |
Updating published sources: DatedCategoryCreator: * Use correct key from allcategories response. |
||
Line 173:
next unless $c->{'category'} =~ / $monthre \d{4}$/;
next if $c->{'hidden'} || $c->{'size'} <= 0;
next if exists( $did{'Category:' . $c->{'
$did{'Category:' . $c->{'
$res = $self->make_dated_cat( $api, 'Category:' . $c->{'category'}, 'non-empty month' );
return $res if $res;
|