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

More automated way of dealing with too-long titles #61

Open
ldang opened this issue Apr 17, 2024 · 0 comments · May be fixed by #63
Open

More automated way of dealing with too-long titles #61

ldang opened this issue Apr 17, 2024 · 0 comments · May be fixed by #63
Assignees
Labels
enhancement New feature or request

Comments

@ldang
Copy link
Collaborator

ldang commented Apr 17, 2024

YouTube has a limit on how long YouTube video titles can be.
The upload.py script knows how to check for that and keep us from uploading that file.

But it seems like it is better caught at the split.py step or maybe a step before that, when we download the JSON.
Because when we find out at the upload.py step, we need to modify the JSON, and possibly rename the already split mp4 files before we can proceed.

Here's an example of a talk with a too-long title that triggered this issue.
https://www.socallinuxexpo.org/scale/21x/presentations/optimal-approaches-real-time-machine-learning-apache-spark-kubernetes-best

@ldang ldang added the enhancement New feature or request label Apr 17, 2024
@destevae destevae self-assigned this Jul 4, 2024
@destevae destevae linked a pull request Jul 4, 2024 that will close this issue
@destevae destevae linked a pull request Jul 4, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants