mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-01-17 15:22:36 -08:00
feat(cli):improve anilist interfaces api
This commit is contained in:
@@ -7,6 +7,11 @@ from datetime import datetime
|
||||
# from .kivy_markup_helper import color_text
|
||||
|
||||
|
||||
def remove_html_tags(text):
|
||||
clean = re.compile("<.*?>")
|
||||
return re.sub(clean, "", text)
|
||||
|
||||
|
||||
# utility functions
|
||||
def write_crash(e: Exception):
|
||||
index = datetime.today()
|
||||
|
||||
Reference in New Issue
Block a user