VeezStreamBot icon indicating copy to clipboard operation
VeezStreamBot copied to clipboard

Change pip packages to their forked source code in `requirements.txt`

Open chankitsaini opened this issue 3 years ago • 1 comments

Heroku and Okteto bans anything related to youtube downloading thing. More likely maybe Heroku filter out repositories based on their requirements, same goes for railway. They don't allow youtube pip packages, change:

yt-dlp youtube-search youtube-search-python

to their forked source code, from github and use git+forked_repo_link in requirements.txt. I have tested this bypass, this works perfectly with both railway and Heroku.

chankitsaini avatar Jul 27 '22 03:07 chankitsaini