♾️ Added german "umlaute" support

pull/632/head
CoasterFreakDE 3 years ago
parent 5cbd62054d
commit 5aaac48d07
No known key found for this signature in database
GPG Key ID: 05AC02A2DB97BC3A

@ -8,7 +8,7 @@ from utils.subreddit import get_subreddit_undone
from utils.videos import check_done from utils.videos import check_done
from praw.models import MoreComments from praw.models import MoreComments
TEXT_WHITELIST = set("abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ 1234567890") TEXT_WHITELIST = set("abcdefghijklmnopqrstuvwxyzäüö ABCDEFGHIJKLMNOPQRSTUVWXYZÄÜÖß 1234567890")
def textify(text): def textify(text):

Loading…
Cancel
Save