Skip to content

Commit

Permalink
fix #335 #334
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyThink committed Jan 22, 2024
1 parent 09352a1 commit aa66ecd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ If you need more downloads, you can buy download tokens.
9. celery worker distribution - faster than before.
10. subscriptions to YouTube Channels
11. cache mechanism - download once for the same video.
12. instagram posts
12. instagram posts(only available for my bot)
13. 4 GiB file size support with Telegram Premium

> If you download files larger than 2 GiB, you agreed that this file will be uploaded by me. I know who you are and what
Expand Down
11 changes: 11 additions & 0 deletions ytdlbot/keep_alive.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env python3
# coding: utf-8

# ytdlbot - keep_alive.py
# 2024-01-22 17:59

import time

while True:
print("I'm still alive")
time.sleep(10)

0 comments on commit aa66ecd

Please sign in to comment.