Revert "fix: don't escape some characters"

This reverts commit cf8b1ff7e9.
This commit is contained in:
decentral1se 2022-04-13 12:48:20 +02:00
parent 58afd189a7
commit f6a1a684c0
No known key found for this signature in database
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ from bs4 import BeautifulSoup
from slugify import slugify
from re import compile as re_compile
from re import sub
yamlre = re_compile('[_\'\[\]\{\}\#\&\*\!\|\>\`\"\%]')
yamlre = re_compile('[_\?:\'\[\]\{\}\#\&\*\!\|\>\`\"\%]')
def write_etag(feed_name, feed_data):