Skip to content

Commit 28c6ef3

Browse files
committed
Add a couple more keywords
1 parent 71f8813 commit 28c6ef3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Refresh.Common/Constants/LevelPrefixes.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ public static Dictionary<string, string> ExtractAttributes(string description)
2828
/// </summary>
2929
public static readonly string[] ReuploadKeywords = {
3030
"(reupload)", "[reupload]",
31+
"(reuploaded)", "[reuploaded]",
3132
"(archive)", "[archive]",
33+
"(archived)", "[archived]",
3234
"(republish)", "[republish]",
3335
"(republished)", "[republished]",
3436
};

0 commit comments

Comments
 (0)