Age | Commit message (Collapse) | Author |
|
xboxclips has misconfigured certificates
|
|
|
|
Used by MinistryGridIE
|
|
|
|
|
|
|
|
|
|
RTSP stream fails to download. Seems it's a mpv bug as direct playback
works well:
$ mpv --ytdl-format rtsp https://lecture2go.uni-hamburg.de/veranstaltungen/-/v/17473
|
|
|
|
|
|
The server serves malformed header "Content Type: text/xml" for the XML
request (it should be Content-Type but not Content Type). Python 3.x,
which uses email.feedparser rejects such headers. As a result,
Content-Encoding header is not parsed, so the returned content is kept
not decompressed, and thus XML parsing error.
|
|
Closes #9180.
|
|
|
|
|
|
|
|
|
|
ttml is now served instead of srt
|
|
|
|
description may be absent
|
|
|
|
|
|
isFamilyFriendly no longer exists in the webpage and I can't find
another indicator.
|
|
|
|
This reverts commit 13267a2be37371bd3e8aea0bc7549f4ed2465c03.
|
|
|
|
|
|
|
|
|
|
Phaeilo-presstv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Seen in PBSIE tests
|
|
|
|
|
|
|
|
Fixes #7060
|