sahilsehwag / pluralsight-downloader-chrome-extension

[WIP] A chrome extension to download and track Pluralsight courses. 😈
The Unlicense
301 stars 67 forks source link

Improve removeInvalidCharacters method. Change subtitles extension to .vtt. #29

Closed alextnull closed 3 years ago

alextnull commented 3 years ago

The removeInvalidCharacters method changes: 1) double quotes are replaced with square brackets. 2) the colon character is replaced with an indented hyphen. 3) old invalid characters replaced with \ / *? <> | ' and are replaced with an empty string.

Subtitles are now saved with the correct .vtt extension.