Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[safari] extract free and preview videos(#7491)
|
|
|
|
|
|
|
|
_extract_smil_formats
|
|
|
|
[extractor/common] simplify using data, headers and query params with _download_* methods
|
|
|
|
|
|
|
|
|
|
This function is orignally used for determining file extensions of DASH
formats. Now in DASH, ext is determined by mime_type. See #8766 for more
information.
|
|
|
|
|
|
|
|
Detect file extensions of DASH formats from their codecs
|
|
Viewing/Downloading videos in groups requires logging in, even for
those in public groups.
Fixes #6951.
|
|
|
|
|
|
Fixes #8713
|
|
|
|
Fixes #8713
|
|
|
|
|
|
|
|
|
|
|
|
[twitch] Support for "Audio_Only" format
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BBC uses avc3. Here's an example (thanks to @remitamine for this example)
http://rdmedia.bbc.co.uk/dash/ondemand/bbb/2/client_manifest-common_init.mpd
See also https://trac.ffmpeg.org/ticket/5217
|
|
|
|
|
|
|
|
Fixes #8778
|
|
At the beginning of every segment there was a drop to Unknown speed due to timeslice being too small to calculate speed.
Now last speed from the previous fragment is used.
|