forked from MarseyWorld/MarseyWorld
try hashtags and see what happens
parent
b60deb44f1
commit
c89bcc3f43
|
@ -719,7 +719,7 @@ def filter_emojis_only(title, golden=True, count_emojis=False, graceful=False, i
|
|||
if is_post_title:
|
||||
soup = BeautifulSoup(title, 'lxml')
|
||||
text = soup.html.body.text.strip()
|
||||
if not text: title = f'--- {title} ---'
|
||||
if not text: title = f'### {title} ###'
|
||||
|
||||
return title
|
||||
|
||||
|
|
Loading…
Reference in New Issue