1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2026-04-25 16:23:24 +00:00

[cda] Fix extraction (closes #13935)

This commit is contained in:
Yen Chi Hsuan
2017-08-19 21:44:47 +08:00
parent 95f3f7c20a
commit f8f18f332f
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,6 +1,7 @@
version <unreleased>
Core
* [cda] Fix extraction (closes #13935)
* [utils] Fix unescapeHTML for misformed string like "&a&quot;" (#13935)