Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Issue downloading from Telemundo (ThePlatform) #16559
Comments
|
I had recently a similar problem when trying to download a video from youtube-dl --add-header 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:66.0) Gecko/20100101 Firefox/66.0' <my_URL>You can of course get your own |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like this:[x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2018.05.26. 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
-vflag 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
I've marked this as both a bug report and site support request because although Telemundo uses ThePlatform which is already supported, maybe it's still considered a new site.
Telemundo's site is freely accessible to everyone at least in the US, I'm not sure if a VPN is needed outside it. No account or registration is needed to view the videos.
From what I can see, youtube-dl looks up the link URL (http://link.theplatform.com/s/0L7ZPC/7fEp8BzPeTNl?mbr=true for the video above) and gets a SMIL xml file, with the video links of the type:
But none of those are accessible, which is why you get a whole list of video URL is invalid missing errors. I also tried running youtube-dl on the master.m3u8 and got an error.
There's a similar result with the index_*_av.m3u8 files.