Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyThink committed Jun 23, 2023
1 parent af322dc commit b85b559
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Websites [supported by youtube-dl](https://ytdl-org.github.io/youtube-dl/support

Due to limitations on servers and bandwidth, there are some restrictions on this free service.

* Each user is limited to 10 free downloads per 24-hour period
* Each user is limited to 20 free downloads per 24-hour period
* there is a maximum of three subscriptions allowed for YouTube channels.

If you need more downloads, you can purchase additional tokens. Additionally, you have the option of deploying your
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
pyrogram==1.4.16
tgcrypto==1.2.5
yt-dlp==2023.3.4
yt-dlp==2023.6.22
APScheduler==3.10.1
beautifultable==1.1.0
ffmpeg-python==0.2.0
PyMySQL==1.0.3
celery==5.3.0
celery==5.3.1
filetype==1.2.0
flower==1.2.0
flower==2.0.0
psutil==5.9.5
influxdb==5.3.1
beautifulsoup4==4.12.2
fakeredis==2.14.1
fakeredis==2.15.0
supervisor==4.2.5
tgbot-ping==1.0.7
redis==4.5.4
Expand All @@ -22,4 +22,4 @@ ffpb==0.4.1
youtube-search-python==1.6.6
token-bucket==0.3.0
coloredlogs==15.0.1
sentry-sdk==1.25.0
sentry-sdk==1.26.0
2 changes: 1 addition & 1 deletion ytdlbot/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
PLAYLIST_SUPPORT = os.getenv("PLAYLIST_SUPPORT", False)
ENABLE_ARIA2 = os.getenv("ENABLE_ARIA2", False)

FREE_DOWNLOAD = os.getenv("FREE_DOWNLOAD", 10)
FREE_DOWNLOAD = os.getenv("FREE_DOWNLOAD", 20)
TOKEN_PRICE = os.getenv("BUY_UNIT", 20) # one USD=20 credits

RATE_LIMIT = os.getenv("RATE_LIMIT", 20)
Expand Down

0 comments on commit b85b559

Please sign in to comment.