7
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-02-22 17:29:48 +00:00
youtube-dl/youtube_dl
Yen Chi Hsuan 5968d7d2fe
[extractor/common] Improved support for HTML5 subtitles
Ref: 

In a strict sense, <track>s with kind=captions are not subtitles. [1]
openload misuses this attribute, and I guess there will be more
examples, so I add it to common.py.

Also allow extracting information for subtitles-only <video> or <audio>
tags, which is the case of openload.

[1] https://www.w3.org/TR/html5/embedded-content-0.html#attr-track-kind
2016-09-24 14:20:42 +08:00
..
downloader
extractor [extractor/common] Improved support for HTML5 subtitles 2016-09-24 14:20:42 +08:00
postprocessor
__init__.py
__main__.py
aes.py
cache.py
compat.py
jsinterp.py
options.py
socks.py
swfinterp.py
update.py
utils.py
version.py release 2016.09.24 2016-09-24 02:16:47 +07:00
YoutubeDL.py