Closed LearningToF1y closed 6 years ago
1 LOL 2 weird that generic extractor cant pick up src element from ordinary VIDEO tag?
<video class="jw-video jw-reset" x-webkit-airplay="allow" webkit-playsinline="" src="https://lg-cdn-ssl.xpagemedia.com/media/xpage/ef/a8/efa8869e-d6f2-4d59-8ae4-436e0db866ba/public/video/240p.mp4?stime=1473143528&etime=1473147188&hash=0cacb9844a3d91e2ee6d3"></video>
even primitive bruteforce method of searching website source for .mp4 string would yield result.
The
The example video looks like from passion-hd.com. If pornnspot reupload videos downloaded from passion-hd.com, youtube-dl won't support it as it violates copyright. Do you have other examples?
@yan12125 just so you know, a lot of the content on this site is paid for content and scraping it would copyright
It would copyright what?
@Hrxn apologies - I mean that a lot of the content on that site is paid for and copyrighted content so there are legal issues - just adding to what @yan12125 was saying
OK, here is one without copyright: https://www.pornspot.com/video48461/mi-verga
Looks like the domain is parked now. I think we can close this ticket.
Make sure you are using the latest version: run
youtube-dl --version
and ensure your version is 2016.09.04.1. 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
-v
flag to your command line you run youtube-dl with, 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):
Description of your issue, suggested solution and other information
It looks like the download URL is directly in the source of the video, check source for: data-video
Also thanks for running youtube-dl I use it for all my videos I hope I can help by making site support request!