Age | Commit message (Collapse) | Author |
|
HTTP requests
Useful when some non-success (2xx) HTTP status codes should be considered normal. Previously this required to manually catch corresponding exceptions and read the response.
|
|
|
|
|
|
|
|
|
|
|
|
- add support for audio and live streams(closes #11923)(closes #9638)
- extract HLS, DASH and all HTTP formats
- extract subtitles
- fixup specific http urls(fixes #16101)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#16704)(closes #12354)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Specific videos appear to use a newer/different player, this requires a
second request for the video data as the initial request is missing the
specified data.
Additionally these videos have different page content for the uploader
value, which is stored in the `<meta property="og:title"...>` element of
the initial request.
|
|
|
|
|
|
|
|
|
|
|
|
|