Giter Club home page Giter Club logo

youtube_downloader's Introduction

What the program does?

  • It's a downloader that lets user download videos from youtube (as the name suggests ^^) using pytube and youtube_dl libraries
  • Has a simple user interface built using Tkinter
  • User has a choice of downloading video (best available quality .mp4), song (best available quality .mp3) or entire playlist of videos
  • Everything is downloaded into "downloads" folder created on first use
  • Logging system is also added so that user can keep track on when exactly specific video/song/playlist has been downloaded

How to use it?

Before first use, you need to make sure you're meeting the requirements from requirements.txt. Will try to figure out ways around that like getting PyInstaller to work on Windows without flagging my compiled binaries as security threats. Using the program is as simple as running the code, waiting for tkinter window to pop up, selecting the type of file/s you want to download, pasting the link and clicking download. Download is completed as soon as the pasted link disappears.

youtube_downloader's People

Contributors

nanobloom avatar

Watchers

 avatar

youtube_downloader's Issues

Formatting problem

Dots are removed from final video name which is unintended, take a look into that

Release a command line version

Make it possible to execute it with parameters straight from command line using sys.argv, for instance:
py main.py -song/video/playlist --logging(On/off)
which is what youtube-dl mostly does anyway but converting one thing into another to convert it back again seems fun

Song playlist

Make it possible to choose between downloading videos in playlist as mp3's and as mp4's

Wrapping functions into decorators

All 3 main functions (Song, Video, Playlist_function) seem to have code partly repeated (mostly the logging part), that might be ideal opportunity for me to practice decorators.

Video tutorial

After making visual changes to UI, make sure to record a video on how it's working so that it can be added to README.md

GNU/Linux testing

As title says, do the testing whether everything is working correctly after recent commits on GNU/Linux system.

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.