mirror of https://gitlab.com/bashrc2/epicyon
Extra donation sites
parent
c189244f1c
commit
203a2389c7
|
@ -15,7 +15,9 @@ from utils import remove_html
|
||||||
def _get_donation_types() -> []:
|
def _get_donation_types() -> []:
|
||||||
return ('patreon', 'paypal', 'gofundme', 'liberapay',
|
return ('patreon', 'paypal', 'gofundme', 'liberapay',
|
||||||
'kickstarter', 'indiegogo', 'crowdsupply',
|
'kickstarter', 'indiegogo', 'crowdsupply',
|
||||||
'subscribestar', 'kofi')
|
'subscribestar', 'kofi', 'fundly', 'crowdrise',
|
||||||
|
'justgiving', 'globalgiving', 'givedirectly',
|
||||||
|
'fundrazr', 'kiva', 'thebiggive', 'donorbox')
|
||||||
|
|
||||||
|
|
||||||
def _get_website_strings() -> []:
|
def _get_website_strings() -> []:
|
||||||
|
|
Loading…
Reference in New Issue