mu-fazil-vk / FluxTube

A powerful and ad-free YouTube client built using Flutter. Watch YouTube videos without ads, subscribe to channels, retrieve video dislikes, read comments, save videos, and much more.
GNU General Public License v3.0
308 stars 11 forks source link

Proper handling of escape sequences in comment section #26

Closed un-logic closed 1 month ago

un-logic commented 1 month ago

Version 0.6.9 YouTube comments HTML code contains escaping characters that are not being properly converted into corresponding characters (e.g. & is & and ' is '). See screenshot below: 20240801_140027 This sequences makes it hard to read comments. Please fix the code to perform proper conversion.

mu-fazil-vk commented 1 month ago

Its fixed on latest release

un-logic commented 1 month ago

Indeed, v0.7.0 fixed the issue.