Spaces:
No application file
No application file
Updated README with new tasks.
Browse files
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
|
| 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.
|