1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2026-05-06 05:33:29 +00:00

[extractor/common] Recognize m3u8 manifests in HTML5 multimedia tags

This commit is contained in:
Yen Chi Hsuan
2016-08-19 23:53:47 +08:00
parent 55af45fcab
commit 520251c093
2 changed files with 26 additions and 11 deletions
+1
View File
@@ -1,6 +1,7 @@
version <unreleased>
Core
* Support m3u8 manifests in HTML5 multimedia tags
* Fix js_to_json(): correct octal or hexadecimal number detection
Extractors