Skip to content

Commit

Permalink
Don't copy categories /(DjVU|PDF) files/ per #198
Browse files Browse the repository at this point in the history
  • Loading branch information
danmichaelo committed Jul 29, 2024
1 parent f3e230a commit 9a72baf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/php/WikiText.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ class WikiText
*/
protected $categoriesNotToBeCopied = array(
'(valued|quality)[_ ]images[_ ](by|of)[^\]]+',
'(DjVu|PDF) files.*', // https://github.com/danmichaelo/croptool/issues/198
);

/*
Expand Down

0 comments on commit 9a72baf

Please sign in to comment.