youtubedownloader

download video and audio from YouTube

https://github.com/git-ginwook/youtubedownloader

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.5%) to scientific vocabulary
Last synced: 9 months ago · JSON representation ·

Repository

download video and audio from YouTube

Basic Info
  • Host: GitHub
  • Owner: git-ginwook
  • Language: Python
  • Default Branch: main
  • Size: 7.81 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 3 years ago · Last pushed over 3 years ago
Metadata Files
Readme Citation

README.md

YouTube Downloader

Features

  • Download YouTube video or audio using youTubeDownloader.py
  • Use a text editor (e.g., .txt) to list up multiple YouTube URLs for download

Conda environment

1. create conda environment

conda create -n ytdown python=3.11 -y pip install -U yt-dlp conda install -c conda-forge ffmpeg -y

2. acvitate conda environment

conda activate ytdown

User Guide

1. Run the Python script

Run ytDownloader.py in an IDE of your choice or in a terminal python3 ytDownloader.py

2. Select download format

Enter 1 for audio or 2 for video

3. Specify whether to download multiple files

Enter 1 for a single download or 2 for multiple downloads

3-1. Paste the YouTube URL for a single download

Enter the YouTube link to start downloading

3-2. Paste the YouTube URLs for multiple downloads

Open YouTubeList.txt file and paste each YouTube link on a new line

Multiple YouTube links should be listed in the text file before running the python script

Owner

  • Name: GinWook Lee
  • Login: git-ginwook
  • Kind: user
  • Location: Atlanta, GA
  • Company: Georgia Institute of Technology

MS CS at Georgia Tech

Citation (CITATION.cff)

cff-version: 1.0.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Lee"
  given-names: "GinWook"
title: "YouTube Downloader"
version: 1.0.0
date-released: 2022-12-31
url: "https://github.com/git-ginwook/youTubeDownloader"

GitHub Events

Total
Last Year