You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed in #109, we can benefit from creating a less generic subclass of StaticItem with more strongly typed arguments than the very generic **kwargs we have in StaticItem.
This less generic class would serve >80% of the scraper needs.
The text was updated successfully, but these errors were encountered:
@rgaudin do you think there is something left to do on this issue after #132 last changes?
I had a look at all openZIM codebase and did not find anything which is not covered.
Most scrapers are using either add_item_for or add_redirect anyway.
The only thing we forgot to perform is the modification of add_item_for to use new StaticItem parameters. But this is not really related to this issue.
As discussed in #109, we can benefit from creating a less generic subclass of StaticItem with more strongly typed arguments than the very generic
**kwargs
we have in StaticItem.This less generic class would serve >80% of the scraper needs.
The text was updated successfully, but these errors were encountered: