From 2fd7640a9ef1a06534b9934a5569802350fd7526 Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Wed, 26 May 2021 22:49:59 +0200 Subject: [PATCH] Add more TBC asset regexes. --- wau/providers/github.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wau/providers/github.py b/wau/providers/github.py index a4acf65..90240cf 100644 --- a/wau/providers/github.py +++ b/wau/providers/github.py @@ -30,9 +30,10 @@ class GitHub(Web): ).json() asset_priorities = [ + r"[._-]tbc[._-]", + r"[._-]tbcc[._-]", r"[._-]bcc[._-]", r"[._-]bc[._-]", - r"[._-]tbc[._-]", r"[._-]classic[._-]", r".*", ]