diff --git a/donate.py b/donate.py index 02ceb7266..121d13c56 100644 --- a/donate.py +++ b/donate.py @@ -15,7 +15,9 @@ from utils import remove_html def _get_donation_types() -> []: return ('patreon', 'paypal', 'gofundme', 'liberapay', 'kickstarter', 'indiegogo', 'crowdsupply', - 'subscribestar', 'kofi') + 'subscribestar', 'kofi', 'fundly', 'crowdrise', + 'justgiving', 'globalgiving', 'givedirectly', + 'fundrazr', 'kiva', 'thebiggive', 'donorbox') def _get_website_strings() -> []: