-
Notifications
You must be signed in to change notification settings - Fork 71
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
[Feature Request] upload video one by one instead of downloading the whole playlist before upload #332
Comments
this was discussed in #317 by me, I just don't really have much time or interest lately :/ addendum: Make sure to not change the functionality of |
I think this is a great feature request, but this requires substantial effort to refactor the logic in the app to change how it operates against a target service. If someone wants to build it, they are welcome to do so, but do know not only does the logic need to be updated, tests must be written, they must pass, and @vxbinaca will need to sign off on merging and shipping. This is why this has not been done yet. |
insert save the file, now run it
theres your one at a time uploads.
Oh you want to do one video? Then do that one video you can get it's URL and do a single video.
it is better to use as a flag do not submit something that changes the default behavior.
Symlink it to larger storage, also consider not downloading entire playlists or just doing one video at a time. |
oh and this an an issue and you blanked it out not following the guidelines |
The issue template for bug |
Read my reply I've given you a solution to your use case, not a bug. Follow the issue submission guidelines. You blanked it I closed it. Try again next time and next time follow the instructions. |
Problem
tubeup download the full playlist before uploading to archive.org
Why that a problem
tubeup make a huge cache file (~100gb for 70 videos in good quality) making it impractical for device/VPS with small storage
Fix
change the way upload_ia() get_resource_basenames() work
Note
The text was updated successfully, but these errors were encountered: