Skip to content

karimelgazar/youtube-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

39 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation


Youtube Downloader for the blind πŸ‘¨β€πŸ¦― and the sighted 🚢

Download Any Link whether a single video, a playlist, or a whole channel Using Internet Download Manger

The Index

NVDA Addon (For the blind) Β |Β  Terminal Version (for the sighted) Β |Β  Settings File Β |Β  Special Thanks

NVDA Addon πŸ‘¨β€πŸ¦―

🌟 You can download the addon from this direct link

🌟 The addon has 3 shortcuts:

  1. alt+control+y : "To Start Downloading The Seleceted Link"
  2. alt+control+r : "To Rename Non English Videos Titles To Its Orignal Ones After Downloadding",
  3. alt+control+l : "To Configure The Addon Settings"

πŸ’ How To Use:

  1. Choose the link you want to download whether a single video, a playlist, or a whole channel
    ⚠ The channel url must ends with "/videos" so you need to select the videos tab in the channel page and then select the url

    ⚠ If you downloaded a single video it will be inside a folder this folder name is the same as the original video title and same for channels or playlists

  2. Press ctrl+l then alt+control+y and the download will begin in IDM
    ⚠ The addon will beign downloading depending on the default settings unless you change it please see this

  3. The addon can't name non-english vidos with their original names due to some limitation on windows so after downloading your non-english titled videos you need to press the shortcut alt+control+r and select the video or playlist or channel folder to rename the videos inside this folder with its original names

Terminal Version 🚢

🌟 You need to download the repo from here

🌟 All what you need is inside the folder main_youtube_downloader

πŸ’ How To Use:

  1. You copy the link to download then pass it to the main_youtube_downloader/original_script.py in the terminal

    ⚠ The channel url must ends with "/videos" so you need to select the videos tab in the channel page and then copy the url

    ⚠ If you downloaded a single video it will be inside a folder this folder name is the same as the original video title and same for channels or playlists

  2. The script will beign downloading depending on the default settings unless you change it please see this

  3. The addon can't name non-english vidos with their original names due to some limitation on windows so after downloading your non-english titled videos you need to run main_youtube_downloader/terminal_vidoes_renamer.py and select the video or playlist or channel folder to rename the videos inside this folder with its original names

Settings File πŸ“‘

🌟 This is a txt file that contains user configuration purpose of each line in the file (in order) as follows:

  1. The path to the idman.exe file
    ⚠ in future uptdates new dowloaders will be added like Uget
  2. The path where all downloads will be saved to.
  3. If you want to download in video format
    ⚠ True OR False use the word with the same punctuation
  4. The quality of the video you want to download
    ⚠ Choose From:144p, 240p, 360p, 480p, 720p use the word with the same punctuation

🌟 If you use NVDA Addon πŸ‘¨β€πŸ¦―: press the shortcut alt+control+l and you will have a windows to set the info above

🌟 If you use the Terminal Version 🚢: run the script main_youtube_downloader/terminal_configure_settings.py and you will set the info above in the terminal

Special Thanks 🀝

Thanks to eng. Wafiq Taher for helping me in cofiguring the scripts with NVDA