We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to remove all 'Uploads from' that precede the google drive folder name. what should I do?
The text was updated successfully, but these errors were encountered:
Hi @abcd167943, it sounds like you removed the --restrict-filenames option for youtube-dl?
--restrict-filenames
youtube-dl
ytdlrc/ytdlrc
Line 220 in 63667ba
If so, in order for ytdlrc to trim off that Uploads from string, you'll need to edit line 540:
ytdlrc
Uploads from
Line 540 in 63667ba
Change that to:
string_to_trim="Uploads from "
As for your current google drive folders, you'll just have to rename them manually before executing ytdlrc with the changes above.
Sorry, something went wrong.
No branches or pull requests
I want to remove all 'Uploads from' that precede the google drive folder name. what should I do?
The text was updated successfully, but these errors were encountered: