|
|
@@ -200,7 +200,8 @@ def filter_name(name : str) -> str:
|
|
|
"☆": "\☆"
|
|
|
}
|
|
|
|
|
|
- return replace_all(name, dic)
|
|
|
+ # return replace_all(name, dic)
|
|
|
+ return name
|
|
|
|
|
|
# Check if the show's name ends with a show type and truncate it
|
|
|
def truncate_end_show(media_name : str):
|