DhanushNehru / Python-Scripts

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

Added support to download audio output only #268

Closed shailesh-vaidya closed 1 month ago

shailesh-vaidya commented 2 months ago

Added support to download audio output only

Summary

First of all thanks for providing awesone python scripts. Sometime we need to download youtube video as audio files only. I have added that support in youtubeDownloader.py. I also observed "UnicodeEncodeError" error for few videos. Added fix for that also.

Description

Added option to download only audio output of youtube video

The changes are as follows:

Checks

Validated downloads with multiple videos.

in the repository

in the PR

Thank You,

Shailesh Vaidya