forked from ruangrupa/konfluks
fix: don't escape some characters
This commit is contained in:
parent
2fbc952a72
commit
cf8b1ff7e9
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user