-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7c81449
commit 5d403a1
Showing
2 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
discord.py | ||
yt_dlp | ||
logging | ||
colorlog | ||
PyNaCl | ||
|
||
# for UBUNTU | ||
PyNaCl | ||
|
||
|
||
yt_dlp | ||
# If using this package youtube responds something like this: | ||
# ERROR: [youtube] sAzlWScHTc4: Sign in to confirm you’re not a bot. This helps protect our community. | ||
# then try downloading yt_dlp nightly by running this in your bash | ||
# pip install -U --force-reinstall https://github.com/yt-dlp/yt-dlp/archive/master.tar.gz |