Giter VIP home page Giter VIP logo

libvideo's Introduction

libvideo

icon

license

libvideo (aka VideoLibrary) is a modern .NET library for downloading YouTube videos. It is portable to most platforms and is very lightweight. This is a fork of i3arnon/libvideo, it includes a few fixes to address some issues with youtube decryption.

Installation

This fork has no nuget package but can be downloaded from releases instead. Alternatively, you can try building the repo if you like your assemblies extra-fresh.

Supported Platforms

  • .NET Standard 2.0

Getting Started

Here's a small sample to help you get familiar with libvideo:

using VideoLibrary;

void SaveVideoToDisk(string link)
{
    var youTube = YouTube.Default; // starting point for YouTube actions
    var video = youTube.GetVideo(link); // gets a Video object with info about the video
    File.WriteAllBytes(@"C:\" + video.FullName, video.GetBytes());
}

If you'd like to check out some more of our features, take a look at our docs. You can also refer to our example application (named Valks, yes, I know, it's a silly name) if you're looking for a more comprehensive sample.

License

libvideo is licensed under the BSD 2-clause license.

FAQ

What is the difference in this fork?

Since i have a gui based on this, i try to keep it up-to-date as much as possible however other forks are also active and at times may be ahead of this one so feel free to swap alot! If you need the specifics you can check my badly-commented commits

Where do i submit any issues?

If its an issue on this fork you can do that right here. If it is for the main repo/other forks, please don't use this issue tracker.

What do i submit in the issue?

At the very least the youtube id that doesn't work, any errors or extra info is always handy. Make sure however the video is not region-locked nor age-restricted as that will never work.

Do you accept pull-requests?

Try and see ;)

libvideo's People

Contributors

grimitsu avatar i3arnon avatar jamesqo avatar levi--g avatar

Watchers

 avatar

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.