Tyler Barrus
Tyler Barrus
There is an issue in the goose/extractors/images.py file, around line 336 where the link_hash is not correct (if I remember correctly) but it has been fixed in a python3 version...
adding this markdown-it package should enable it, similar to #40 https://www.npmjs.com/package/markdown-it-task-lists I'm happy to help implement this and #40 but I don't know what the dev process is to add...
This was looked into and resolved in the python3 port of the library (also maintained): [goose3](https://github.com/goose3/goose3) **Full Disclosure:** I help maintain goose3
This has to do with the query parameters not being correct for when the page is title based. In a fork of this code base I fixed the issue (https://github.com/barrust/Wikipedia)...
@anisayari This repo doesn't seem to be maintained any more. The empty sections is a common issue in the issues log (#77 #95 #168 #119) As such, about a year...
It looks like there is a markdown-it to support footnotes: [markdown-it-footnote](https://github.com/markdown-it/markdown-it-footnote) There likely would also need to be a change to the default css theme to add formatting.
If there is anything I can do to help implement this, please let me know! I think I understand the how to make the changes, but I don't know how...
In addition to needing to add the following: ``` javascript const markdownItFootnote = require('markdown-it-footnote'); ... md.use(markdownItFootnote); ``` It will also require updating the CSS file to have the footnote classes...
I am glad that you find the package useful! I haven't been able to find an API to pull information from tables directly from the wiki api, but you could...
Sadly, not that I know of as I haven't been able to find an [MediaWiki API](https://www.mediawiki.org/wiki/API:Query) that can help with that. I will have to look at the `contents` or...