mps-youtube / yewtube

yewtube, forked from mps-youtube , is a Terminal based YouTube player and downloader. No Youtube API key required.
GNU General Public License v3.0
8.07k stars 648 forks source link

List of dependencies in Readme? #1040

Closed vol-2 closed 1 year ago

vol-2 commented 4 years ago

Issue / Suggestion

Is there some list of programs or packages that I must install before mps youtube?

Your Environment

Running on a raspberry pi 4 with raspbian buster.

mandaputtra commented 4 years ago

youtube-dl

vol-2 commented 4 years ago

youtube-dl

this is the one and only dependency for mps-youtube?

iamtalhaasghar commented 1 year ago

See requirements.txt file.

vol-2 commented 1 year ago

Thanks!

Can I assume that lines 2 and 6 are only necessary for Windows environment?

Also, youtube-search-python is on 1.6.6, but the reqs file say 1.6.5. Does it matter which one I use?

As a side note, youtube-search-python says that it is no longer maintained because the code is bad and it's too buggy to fix. https://github.com/alexmercerind/youtube-search-python/issues/189

Might be worth looking into.

iamtalhaasghar commented 1 year ago

You dont have to worry about minor details of dependencies. Just create a new venv and do pip install -r requirements.txt.

Yeah i know youtube-search-python is not being maintained. Thanks for your concern. We would have to maintain it or change our backend to something like pytube.