Skip to content

Commit

Permalink
workflow configure
Browse files Browse the repository at this point in the history
  • Loading branch information
darshitlimbad committed Sep 3, 2024
1 parent 7c81449 commit 5d403a1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Install dependencies
run: |
pip install -r requirements.txt
pip install -U --force-reinstall https://github.com/yt-dlp/yt-dlp/archive/master.tar.gz
- name: Create config.json from secrets
run: |
Expand Down
12 changes: 10 additions & 2 deletions requirements.txt
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

0 comments on commit 5d403a1

Please sign in to comment.