Giter Site home page Giter Site logo

How to Download video about libvideo HOT 2 CLOSED

omansak avatar omansak commented on August 20, 2024
How to Download video

from libvideo.

Comments (2)

jkw117 avatar jkw117 commented on August 20, 2024

James-Ko,

Is there a way to support downloading restricted content. I’ve seen several blogs which use youtube to secure their video's by content rating as well as restricting specified user accounts to access them (paid content). How easy do you think that would be to enable downloading of this content? I have an app that downloads videos/images from Tumblr and youtube is a major one. And I’ve seen a few apps on the stores that say they do this, I’m just trying to see how to enable this content.

I currently use youtubextractor, but plan on testing out your libvideo, and probably switching to it.

from libvideo.

jamesqo avatar jamesqo commented on August 20, 2024

@SwethaMadhu Sure, it's easy. Have you checked the docs?

Here's a two-liner to download a video and drop it into a file:

var video = new YouTubeService().GetVideo("[video link goes here]");
File.WriteAllBytes(video.GetBytes(), Path.Combine("[folder you need to save it to]", video.Title + video.Extension));

@jkw117 Probably not. libvideo scans the page source for any encoded links, and downloads the videos from them. With restricted content, it's likely that YouTube simply won't include the links at all.

It might be possible if we introduced some kind of authorization scheme and fiddled around with the HTTP request headers a little bit, though. You can open a new issue and we'll talk about it there.

from libvideo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.