openzim / youtube

Create a ZIM file from a Youtube channel/username/playlist
GNU General Public License v3.0
39 stars 26 forks source link

Fail early if ZIM cannot be created at given location / name #204

Closed benoit74 closed 1 week ago

benoit74 commented 1 month ago

Currently, if given output location or ZIM name are incorrect, we fail very late, after all stuff has been scraped.

We should fail way earlier.

We should use https://github.com/openzim/python-scraperlib/issues/163 (once implemented) for these checks.

Playlist mode where ZIM name is dynamically computed is probably going to be a bit more complex / not possible, but we will live without that (especially since anyway we do not use playlist mode in Zimfarm anymore)

benoit74 commented 3 weeks ago

3.4.0 has been released, we now need to use the utility in our codebase