Age | Commit message (Collapse) | Author |
|
|
|
|
|
(closes #11113)
|
|
|
|
|
|
|
|
|
|
#11079)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- add --ap-username and --ap-password option to specify
TV provider username and password in the cmd line
- add --ap-retries option to limit the number of retries
- add --list-ap-msi-ids to list the supported TV Providers
|
|
|
|
This fixes an error in _parse_html5_media_entries in case
an audio or video tag directly uses a src attribute insted
of <source> elements in it's body.
|
|
|
|
in _extract_m3u8_formats (Closes #10522)
|
|
|
|
|
|
Helper functions should have consistent default values
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Most of the time the RtspFD fail to download videos but it report
success of the download with this output:
[mpv] 0 bytes
[download] 100% of 0.00B
|
|
|
|
In order to fix breakage introduced by a3aa814b774a413d9e7f4fbfadf06fe6dcc59b25
|
|
|
|
|
|
[extractor/common] add helper method to extract html5 media entries
|
|
|
|
|
|
|
|
|
|
And deprecate the former one
Since commit f1388739002a7fd1e8e9c41b642734786fc6c391, this option is
not limited to China websites, so rename it.
|