Skip to content

A Youtube Downloader implemented with Java and Python.

License

Notifications You must be signed in to change notification settings

cromega08/jatube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jatube

A youtube downloader make with java and python. It's an application that, as said before, allow you to download files from youtube.

Usage

After copy the repository in you local machine:

  1. Move to the dir where is the project:

    cd /path/to/jatube/src
  2. Compile the file:

    javac App.java
  3. Run:

    java App
  • Simplified:

    cd /path/to/jatube/src && javac App.java && java App

Or just execute one of the binaries in the bin dir:

cd /path/to/jatube/bin && java App
  • Note: The Current project was designed and only used on linux system. Feel free to modify the scripts to use and upload any update for this cases.

Requirements

To use it you need the following languages installed:

  • Java (JVM 17+)
  • Python (3.10+)

For Python, you need to download the following packages:

  • Pytube

Important: Until date (20-06-2022) Pytube has a bug with the Cypher.py script, if you have problems, could try this solution:

Pytube Solution Click on image to go to the discussion

Authors

License