Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yt-dlp option -o has to be without extension #38

Open
tokon2000 opened this issue Mar 31, 2022 · 1 comment
Open

yt-dlp option -o has to be without extension #38

tokon2000 opened this issue Mar 31, 2022 · 1 comment

Comments

@tokon2000
Copy link

live-dl/live-dl

Line 1289 in a16f899

$YTDL_ARGS -o "$OUTPUT_PATH.ts" \

$YTDL_ARGS -o "$OUTPUT_PATH"

live-dl/live-dl

Line 1329 in a16f899

$YTDL_ARGS -o "$OUTPUT_PATH.ts" \

$YTDL_ARGS -o "$OUTPUT_PATH"

live-dl/live-dl

Line 1343 in a16f899

$YTDL_ARGS -o "$OUTPUT_PATH.mp4" \

$YTDL_ARGS -o "$OUTPUT_PATH"

@tokon2000
Copy link
Author

I have noticed that it has to be without extension if the option --live-from-start is used.
Otherwise the filename is filename.ts.mp4 and so the check of existing filenames is "false".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant