Hello, I created the automation according to the README.md file but some are written with two dots before the extension.

I've even tried to run a replace function to try to alleviate this but it didn't work.
service: downloader.download_file
data:
url: '{{ trigger.event.data.url }}'
filename: '{{ trigger.event.data.label | replace(''.'','''') }}.mp4'
Any suggestions?