1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-10 08:27:15 +08:00

1 Commits

Author SHA1 Message Date
Aksel Eromeeter
56493ba5b1 [sexdotcom] Add new extractor
Three different cases are handled:
1. Most video pages use the Video.js framework. I extract the arguments
   of the JavaScript `player.updateSrc()` call to get the video details
   (one or two different formats)
2. Some video pages include an iframe which embeds a video from another
   site, such as YouTube, XHamster, XVideos and possibly more.
3. Also supports `<img>` tag for gifs or plain simple pictures.

This does not yet extract any metadata besides the essentials.
2019-12-12 00:32:54 +02:00