Skip to content

Commit

Permalink
fix ascii character
Browse files Browse the repository at this point in the history
  • Loading branch information
Lovi-0 committed May 16, 2024
1 parent f98fbe1 commit 67bbb9a
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 453 deletions.
2 changes: 1 addition & 1 deletion Src/Api/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import os
import sys
import logging
from unidecode import unidecode as transliterate
from typing import List


Expand All @@ -12,7 +13,6 @@
from Src.Util.table import TVShowManager
from Src.Util.message import start_message
from Src.Util.os import remove_special_characters
from Src.Lib.Unidecode import transliterate
from Src.Util.file_validation import can_create_file
from Src.Lib.FFmpeg.my_m3u8 import Downloader
from Src.Util.mapper import map_episode_title
Expand Down
151 changes: 0 additions & 151 deletions Src/Lib/Unidecode/__init__.py

This file was deleted.

Loading

0 comments on commit 67bbb9a

Please sign in to comment.