Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vamsich30/YouTube-Converter
Youtube converter which accepts youtube url and downloads it in user desired format.This project helps us to download your desired url in three formats .mp3, WEBM, .mp4 and helps user to download the file in desired location and checks the file if it is already downloaded in the desired location or not.
https://github.com/vamsich30/YouTube-Converter
Last synced: 3 months ago
JSON representation
Youtube converter which accepts youtube url and downloads it in user desired format.This project helps us to download your desired url in three formats .mp3, WEBM, .mp4 and helps user to download the file in desired location and checks the file if it is already downloaded in the desired location or not.
- Host: GitHub
- URL: https://github.com/vamsich30/YouTube-Converter
- Owner: vamsich30
- Created: 2021-06-07T12:59:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-15T12:51:55.000Z (over 3 years ago)
- Last Synced: 2024-07-18T12:03:23.888Z (4 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: change_to_mp3.py
Awesome Lists containing this project
README
# YouTube Converter
# Description :
Youtube converter which accepts youtube url and downloads it in user desired format.This project helps us to download your desired url in three formats .mp3, WEBM, .mp4 and helps user to download the file in desired location and checks the file if it is already downloaded in the desired location or not.
# Requirements :
- Python 3.7
- pytube
- os
- datetime
- time
- tkinter# Installation :
- pip install pytube# To make this code work :
- First, You will need to run main.py file.
- Import os, pytube, time, datetime
- Then it asks the user for URL i.e; the link of YouTube video.
- User can choose what format the file is to be downloaded.
- You will need to choose the directory where to download the file.
- Please wait while your file is downloading.# Important points :
- Please make sure you installed pytube.
- Active internet connection
- Connection interruption in between will also raise an error and video will not be downloaded.