DhanushNehru / Python-Scripts

A curated list of python scripts for automating your tasks
https://dhanushnehru.github.io/Python-Scripts/
MIT License
185 stars 114 forks source link

My branch #231

Closed andycapaldo closed 1 month ago

andycapaldo commented 2 months ago

PR Title

Fixed Typos, updated Youtube Downloader

Summary

summary...

Description

The old Youtube Downloader script depended on the package 'youtube-search-python', which was deprecated on June 23rd, 2022. When attempting to run this script, it was riddled with errors, as pafy relied on youtube-search-python.

This updated script uses yt-dlp, a regularlay maintained library. This package relies on ffmpeg for audio and video merging, and I included the Windows files necessary for this, as well as a link in the README for users of other OS's to download their compatible version.

The changes are as follows:

Checks

in the repository

in the PR

Thank You,

Andy Capaldo