Replies: 2 comments 1 reply
-
Its an fix for Twitter Downloads, because the Filename is too long |
Beta Was this translation helpful? Give feedback.
0 replies
-
That "fix" breaks other downloads. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issue
This builds the container correctly - but the application ON the container doesn't work as expected.
It truncates file names.
Found and removed this line from my .env folder in /opt/metube
YTDL_OPTIONS={"trim_file_name":10}
Rebuilt and the application is now running correctly.
Suggestion
Remove the line
bash YTDL_OPTIONS={"trim_file_name":10}
from metube.sh
ProxmoxVE/install/metube-install.sh
Line 68 in b4f2594
Beta Was this translation helpful? Give feedback.
All reactions