20lives / FrontendMastersDownloader

FrontendMasters Downloader - A tool to keep offline copy of frontendmasters courses
199 stars 41 forks source link

Updated utils.js - Enhanced sanitization #29

Closed Ali-Shaikh closed 3 years ago

Ali-Shaikh commented 3 years ago

String

"Some Name (ft. Apple, Banana & Mango 56)" "Test string, this is,"

Before

"Some Name -ft. Apple- Banana - Mango 56-" "Test string- this is-"

After

"Some Name ft. Apple - Banana - Mango 56" "Test string - this is"

20lives commented 3 years ago

Thanks.