Open csprl opened 6 years ago
Seconded, I have a subscription but none of my devices have MOTD apps available so it would be nice to be able to download the streams and view them via Plex.
If there's any additional information I can provide please let me know.
Please follow the guide below
x
into all the boxes [ ] relevant to your issue (like this:[x]
)Make sure you are using the latest version: run
youtube-dl --version
and ensure your version is 2018.04.16. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Add the
-v
flag to your command line you run youtube-dl with (youtube-dl -v <your command line>
), copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):If the purpose of this issue is a site support request please provide all kinds of example URLs support for which should be included (replace following example URLs by yours):
Note that youtube-dl does not support sites dedicated to copyright infringement. In order for site support request to be accepted all provided example URLs should not violate any copyrights.
Description of your issue, suggested solution and other information
The site uses Kaltura to stream the video but the Kaltura extractor doesn't seem to recognize/support it. This results in
ERROR: Unsupported URL
. This could be fixed by either modifying the existing Kaltura extractor (I think) or by creating a new one specifically for this site. The generic extractor seems to be able to download the video if a direct m3u8 link is passed (inspect element -> network tab -> seta.m3u8
as filter and copy URL). The recent commit e30991f9206f98605ba6c4880ed40ad5556fa0b8 did not address this issue either.Note: The site likes to prompt users who use adblocking software to login/create an account, pausing or whitelisting the site should get past it.