Fix cytube rejecting JSON for not correctly formatted videoHeight #1
Loading…
Reference in a new issue
No description provided.
Delete branch "grumbulon/cytube-json-generator:master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Tried uploading a file with videoHeight of 544 or something like that, and it was rejected by cytube with the following error
unacceptable source quality "544"
Adding this little bit of code allowed the file to be parsed by cytube correctly.