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

youtube-dl wrapper breaks when using absolute paths #19

Closed
msglm opened this issue Jan 17, 2021 · 1 comment
Closed

youtube-dl wrapper breaks when using absolute paths #19

msglm opened this issue Jan 17, 2021 · 1 comment

Comments

@msglm
Copy link

msglm commented Jan 17, 2021

when working with absolute paths (and tools that require them like tsp), the tool will break due to an appending of skrubbed- to the begining of the URI. This causes issues by making the URI for mv or ffmpeg to be skrubbed-/home/user/.... The reason for this is that the wrapper relies on youtube-dl's exec command and appending directly to the end of the file. A fix could be appending skrubbed to the middle of the file (i.e test-skrubbed.mp4 from test.mp4). The current nature of how this tool is set up makes it impossible to use with non-relative paths or tools that reqire them without tons of hacking.

@msglm msglm closed this as completed Jan 17, 2021
@msglm
Copy link
Author

msglm commented Jan 17, 2021

duplicate of #18

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