-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Clarify that Title should be max 30 characters long #777
Comments
The limit is a recommendation of the spec. See log. We've decided to enforce our own recommendation at scraperlib's level. What's left is:
|
This would probably be the most efficient |
As explained in another ticket ; we'd still need to discuss and adapt the scrapers that uses dynamic metadata: YT, TED for instance |
Now TED and Youtube are not creating anymore ZIMs with titles longer than 30 characters, this is true, and this is correct that it should be reflected in the Zimfarm configuration. We probably have other scrapers in the same situation, to be checked when this issue will be implemented. I propose to move this to prio1 |
(it is already prio1, sorry ^^) |
Removed from zimit2 project unfortunately |
I've moved the part around displaying current number of characters used in #1025 |
Creating a zim file whose title is longer than 30 characters will cause the job to crash. This should either be explicitely indicated in the
Title
field (with a small counter to indicate where one is) or if there is no particular reason for this limit then extend to something along the lines of 60 characters.The text was updated successfully, but these errors were encountered: