ytdl-org / youtube-dl

Command-line program to download videos from YouTube.com and other video sites
http://ytdl-org.github.io/youtube-dl/
The Unlicense
132.45k stars 10.04k forks source link

add support for volafile.io - rip entire room / all movie files #9671

Open ghost opened 8 years ago

ghost commented 8 years ago

example URL

https://volafile.io/r/08wJOs warning URL only temporary and will expire

yan12125 commented 8 years ago

How to always get a valid URL?

Hrxn commented 8 years ago

Good question. Maybe it isn't possible at all, site looks like it's always temporary. But if you can provide a working example, we can look into it, maybe it's comparatively easy to get some links.

ghost commented 8 years ago

AWF posts new Valafile.io links. Sadly most links don't have video content, only pics

TRox1972 commented 8 years ago

@CiscoPress there is an ongoing discussion about if youtube-dl should support images too. After a quick look, it seems like content is stored at /get/<some_id>/<filename>, though I found nothing but the extension that (may) reveal what the content is.

yan12125 commented 8 years ago

To developers: this website uses WebSocket to fetch filenames. Need a public domain Python WebSocket implementation.

ghost commented 8 years ago

@TRox1972 can you please post links to this discussion. It would be awesome if youtube-dl can rip images of Twitter, Insta and others. I love this tool.

yan12125 commented 8 years ago

See: #9337

TRox1972 commented 8 years ago

@yan12125 Should a new issue be opened for the public domain WebSockets implementation?

yan12125 commented 8 years ago

Seems this site is the only one with WebSocket, so discussing here is just fine.