GithubHelp home page GithubHelp logo

ytcatcher's Introduction

#YTCatcher ##A YouTube video downloader for Android devices

###Overview This simple YouTube video downloader is made for a university project. It's completely written in Java for Android devices (I used Android Studio). With my little program now you don't even have to paste the URL of the video somewhere in order to get it! When launched or resumed, the system clipboard is checked to see what's in it: if there is a YouTube video URL, the program automatically detects the formats in which it is avaliable and enumerates them. You only have to choose the format you want and wait for the video to download.

###How it works The program checks the clipboard and parse it with a Regex. If it matches, an AsyncTask is executed, in which the program downloads the page source file in order to get the desired informations about the video, such as the title or the various avaliable format. When the user choose the desired format, a new AsyncTask is launched: this time it opens an input stream directly with the desired video file and, passing through an output stream, saves it on a file.

###Author Castellini Jacopo

ytcatcher's People

Contributors

opocaj92 avatar

Watchers

 avatar  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.