Amazing-Python-Scripts

Форк
0

README.md

About this YouTube Downloader

this YouTube Downloader has been written by pytube and tkinter library.

first it takes the number of youtube videos you want to download. then it asks you to Enter every one of the links in individual line to store it to a list. In third part, it starts Showing you all the details like (Video's Title, Number of views, video's Length) for videos and starts downloading them one by one It also shows you all the availabe itags for you to choose what quality you want to download your videos.

Instructions

  1. install pytube library To install pytube, run the following command in your terminal:
$ pip install pytube

Get the Source Code

pytube is actively developed on GitHub, where the source is available.

You can either clone the public repository:

$ git clone git://github.com/pytube/pytube.git

Or, download the tarball:

$ curl -OL https://github.com/pytube/pytube/tarball/master
# optionally, zipball is also available (for Windows users).

Once you have a copy of the source, you can embed it in your Python package, or install it into your site-packages by running:

$ cd pytube
$ python -m pip install .
  1. install tkinter library Tkinter can be installed using pip. The following command is run in the command prompt to install Tkinter.
$ pip install tk
  1. then you can run the program and see the result
$ pyhon3 YouTube_Donlowder.py

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.