mirror of https://gitlab.com/bashrc2/epicyon
Extra donation string
parent
13049c095c
commit
ce69d66739
|
@ -50,8 +50,9 @@ def get_donation_url(actor_json: {}) -> str:
|
|||
continue
|
||||
name_value_lower = name_value.lower()
|
||||
if name_value_lower not in donation_type:
|
||||
if 'support' not in name_value_lower:
|
||||
if 'buy me ' not in name_value_lower:
|
||||
if 'support' not in name_value_lower and \
|
||||
'buy me ' not in name_value_lower and \
|
||||
'fund' not in name_value_lower:
|
||||
continue
|
||||
if not property_value.get('type'):
|
||||
continue
|
||||
|
|
Loading…
Reference in New Issue