Skip to content

MahmoudKEA/youtube-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

What is Youtube-Downloader ?

- Youtube-Downloader is a simple and easy console-tool to help
  students download their study materials from YouTube.
  
- Powered by Eng.Mahmoud Khaled

How to Use ?

It's very easy to use, just follow this steps below...

1 - Open the "Config.json" file to configure it with any editor

- First, Set your preferred extension ( Default=mp4 )
- Second, Set your directory to save
- Third, Set your videos URL in the list

For example :
    {
      "extension": "mp4",
      "save_folder_dir": "save/folder/directory",
      "videos_url_list": [
        "video_url_1",
        "video_url_2",
        "video_url_3",
        "video_url_4"
      ]
    }
    
- Note: Don't remove or change the script syntax like this ( {}[]",: ) chars,
        because this may cause errors
- Finally save your changes

2 - Run the python script or execute the exe file to get started

2020-12-10-184140

Requirements

- Python 3 or above in case run as scripting

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages