-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
How to download only pages of a category? #2066
Comments
Where are you getting the param In general, mwoffliner does not have the concept of wiki "categories", it only operates on "article lists". However you could use WP1 to do this.
|
@audiodude thank you for the link to wp1.openzim.org, someone send me there yesterday. It can help me. And for the
|
Petscan takes a list of categories. They are formatted just as the category name. So for instance: https://en.wikipedia.org/wiki/Thekla_(daughter_of_Theophilos) Has the categories: 9th-century births | 9th-century deaths | (and others....) You can put either or both of these on https://petscan.wmcloud.org/ in the "Categories" box. If you want everything from all of the categories, use the "Union" button under Combination. Also be sure to set the "Depth" to the appropriate value in order to get subcategories. As for:
This is an experimental feature in an older version of mwoffliner that was never fully developed. I also believe, from looking at the code, that the intent was to fetch the "Category pages" of articles, not to download articles based on a given category. Hope this helps. |
I would like to create a file with all the page with the Ancien_Testament category. I run this:
But it seems to download much more! How to have only the page of this category and how to add more then 1 category. By instance I would like to have the Ancien_Testament, and Nouveau_Testament categories together...
The text was updated successfully, but these errors were encountered: