about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--yt/src/videos/display/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/src/videos/display/mod.rs b/yt/src/videos/display/mod.rs
index 8464d72..4e5ee50 100644
--- a/yt/src/videos/display/mod.rs
+++ b/yt/src/videos/display/mod.rs
@@ -163,7 +163,7 @@ impl Video {
             "thumbnail URL",
             (|url: &Url| url.to_string())
         );
-        let title = self.title.replace(['"', '„', '”'], "'");
+        let title = self.title.replace(['"', '„', '”', '“'], "'");
         let url = self.url.as_str().replace('"', "\\\"");
 
         let video_options = {