mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 10:21:10 +02:00
YT use htmlEntityDecode with title
This commit is contained in:
@@ -636,6 +636,7 @@ std::string& htmlEntityDecode(std::string& text)
|
||||
{"„", "„"},
|
||||
{"•", "•"},
|
||||
{"…", "…"},
|
||||
{"'", "'"},
|
||||
{NULL, NULL}
|
||||
};
|
||||
for (int i = 0; dt[i].code != NULL; i++)
|
||||
|
Reference in New Issue
Block a user