Python-Scripts icon indicating copy to clipboard operation
Python-Scripts copied to clipboard

My branch

Open andycapaldo opened this issue 1 year ago • 0 comments

PR Title

Fixed Typos, updated Youtube Downloader

Summary

summary...

  • Fixed typos on two scripts
  • Replaced the Youtube Downloader script with an updated and supported library
  • Added Windows ffmpeg files as it is a prerequisite of running the script

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:

  • Fixed typos on the compound interest calculator and chess board scripts
  • Updated the Youtube Downloader script, it's readme, and added ffmpeg dependencies

Checks

in the repository

  • [X ] Made no changes that degrades the functioning of the repository
  • [X ] Gave each commit a better title (unlike updated README.md)

in the PR

  • [X ] Followed the format of the pull_request_template
  • [X ] Made the Pull Request in a small level (for the creator's wellfare)
  • [X ] Tested the changes you made

Thank You,

Andy Capaldo

andycapaldo avatar Apr 19 '24 22:04 andycapaldo