feat: sanitize all yaml #28

Merged
knoflook merged 3 commits from knoflook/lumbunglib:master into master 2022-04-12 11:44:35 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit cf8b1ff7e9 - Show all commits

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):