aboutsummaryrefslogtreecommitdiffstats
path: root/fetchyoutube.js
diff options
context:
space:
mode:
Diffstat (limited to 'fetchyoutube.js')
-rw-r--r--fetchyoutube.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchyoutube.js b/fetchyoutube.js
index a19c823..dd8d9e2 100644
--- a/fetchyoutube.js
+++ b/fetchyoutube.js
@@ -22,7 +22,7 @@
(function () {
function fixFilename (filename) {
- const badChars = /[\\\/:;*?"<>|]/g;
+ const badChars = /[\\\/:;*?"`|]/g;
return filename.replace(badChars, '_');
}