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".*", ]