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.
Please add support for higher quality videos from xvideos #10356
Comments
|
Thanks! I will upload this to Debian tomorrow (or by this weekend). (I'm the package maintainer downstream). |
Description of the issue, suggested solution and other information
xvideos.com has now started offering videos in higher resolutions (actually, multiple resolutions) via HLS. Currently, youtube-dl is only downloading, via the URLs taken by the regexp, things via straight HTTP.
See, for example, the following video: http://www.xvideos.com/video22833069/anal_queen_from_brazil
The relevant HTML snippet is the following (yes, the indenting is messy):
If I manually grab the HLS URL and use ffmpeg with something like (the hashes may, of course, change due to timestamps being embedded in the URLs):
I determined the substreams/programs in the HLS, manually. It would be nice to have the option of downloading higher quality files via ffmpeg than with pure HTTP. The difference in resolution is huge.
Thanks,
Rogério Brito.
P.S.: I believe that the amount of information that I provided is enough for understanding the problem. If not, please don't hesitate to ask for more details.