Enutrof commited on
Commit
8ea4b76
Β·
1 Parent(s): b8fd3a0

Updated README with new tasks.

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -27,15 +27,18 @@ Usage:
27
  (Time format: HH:MM:SS or MM:SS)
28
 
29
  Notes:
30
- - Telegram has a file size limit for bots sending files (usually 50MB).
31
- This bot attempts to download a suitable format but might fail for very large videos.
32
  - Ensure ffmpeg is installed if yt-dlp requires it for merging formats or conversions.
33
  (yt-dlp often bundles it or can use a system-wide ffmpeg).
34
 
35
  Tasks:
36
  - Deployment
37
  - Set up docker first. βœ…
 
38
  - Switch to using a subprocess βœ…
39
  - Test to see which argument for constraining size works for youtube videos. πŸ—‘οΈ
40
  - Fix name extraction from file info
41
- - get around size limit (https://stackoverflow.com/a/77654947) βœ…
 
 
 
27
  (Time format: HH:MM:SS or MM:SS)
28
 
29
  Notes:
30
+ - Telegram has a file size limit for bots sending files (usually 50MB) but this works around that.
31
+ This bot attempts to download a suitable format but might fail for extremely large videos.
32
  - Ensure ffmpeg is installed if yt-dlp requires it for merging formats or conversions.
33
  (yt-dlp often bundles it or can use a system-wide ffmpeg).
34
 
35
  Tasks:
36
  - Deployment
37
  - Set up docker first. βœ…
38
+ - Deploy to the cloud
39
  - Switch to using a subprocess βœ…
40
  - Test to see which argument for constraining size works for youtube videos. πŸ—‘οΈ
41
  - Fix name extraction from file info
42
+ - get around size limit (https://stackoverflow.com/a/77654947) βœ…
43
+ - confirm that timestamped URLs do not break the bot
44
+ - integrate [cobalt](https://github.com/imputnet/cobalt) as a fall back for short video download. Maybe replax instagram download altogether with it.