forked from MarseyWorld/MarseyWorld
force darkdeity posts in mnn
parent
7f18940836
commit
5cbb95689b
|
@ -433,6 +433,9 @@ def submit_post(v, sub=None):
|
|||
if SITE == 'rdrama.net' and (v.chud == 1 or v.id == 253):
|
||||
sub = 'chudrama'
|
||||
|
||||
if SITE == 'rdrama.net' and v.id == 10947:
|
||||
sub = 'mnn'
|
||||
|
||||
title_html = filter_emojis_only(title, graceful=True, count_emojis=True)
|
||||
|
||||
if v.marseyawarded and not marseyaward_title_regex.fullmatch(title_html):
|
||||
|
|
Loading…
Reference in New Issue