slevin48 / ami

Artificial Market Intelligence App 🤖
https://conseil-dami.streamlit.app/
MIT License
0 stars 0 forks source link

Not valid file name from article title #11

Closed slevin48 closed 4 months ago

slevin48 commented 4 months ago
image
slevin48 commented 4 months ago
import re
title = re.sub(r'[<>:"/\\|?*]', '-', title)