try hashtags and see what happens

pull/195/head
Aevann 2023-08-20 04:02:11 +03:00
parent b60deb44f1
commit c89bcc3f43
1 changed files with 1 additions and 1 deletions

View File

@ -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