-
Notifications
You must be signed in to change notification settings - Fork 40
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
Script exits uploading video's over 60 sec #50
Comments
What do you think is the right strategy? Skip the upload or clip the video at 60s? |
For me it is better to intercept the specific error and move on (I see any modification or truncation of the original video as complex and risky), waiting for the limit to be raised, at which point we can try to reimport those specific tweets. |
@marcomaroni-github The script should warn and skip. Exiting is ugly and the workaround to set "min_date" is too hard to work around for normal users, IMO. Videos seem to be a general source of trouble. |
Agreed. Just hit this after a decade of tweets LOL...skip and move on @marcomaroni-github LOVE this utility and THANK YOI for your service |
I agree with you @clemensv and @shanselman and in fact I just merged this PR by @schlazor that mitigate this problem . |
Thanks for fixing this so quickly! |
When trying to import a video which has a length over 60 seconds the script fails and exits.
The text was updated successfully, but these errors were encountered: