Age | Commit message (Collapse) | Author |
|
Ref: #10625
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
|
|
|
|
|
|
|
|
|
|
Thanks to @daniel100097 for providing a working version
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#10642)(closes #10222)(closes #10519)
|
|
|
|
|
|
Main page does not contain profile videos anymore
|
|
I didn't add a test case as the one in #10682 looks like a copyrighted
product.
|
|
|
|
|
|
|
|
(Closes #10646)
|
|
|
|
|
|
- Eliminate segment_urls and initialization_url
+ Introduce manifest_url (manifest may contain unfragmented data in this case url will be used for direct media URL and manifest_url for manifest itself correspondingly)
* Rewrite dashsegments downloader to use fragments data
* Improve generic mpd extraction
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
codec(#5591)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In order to better emphasize it's relation to Adobe Pass
|
|
|
|
|
|
|
|
|
|
|
|
|