aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Fourchan.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-06-19 00:15:20 +0200
committerdec05eba <dec05eba@protonmail.com>2022-06-19 00:15:20 +0200
commit42891df4c3c184b7123ba44693c489f489de10e3 (patch)
tree121256b497cb6468c8fa2f070baaf240a7af9949 /src/plugins/Fourchan.cpp
parentad2685624cf233456623c5fa34083412df53873c (diff)
Youtube: ignore broken itag 22 until youtube fixes it
Diffstat (limited to 'src/plugins/Fourchan.cpp')
-rw-r--r--src/plugins/Fourchan.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/Fourchan.cpp b/src/plugins/Fourchan.cpp
index c11e13e..051acc3 100644
--- a/src/plugins/Fourchan.cpp
+++ b/src/plugins/Fourchan.cpp
@@ -442,6 +442,7 @@ namespace QuickMedia {
author_str = author.asString();
author_str += " #" + std::to_string(post_num.asInt64());
+ html_unescape_sequences(author_str);
std::string comment_text = html_to_text(sub_begin, sub_end - sub_begin, comment_by_postno, result_items, body_item_index);
if(!comment_text.empty())