Max Dallabetta
Max Dallabetta
@addie9800 It seems like someone added the date by hand, otherwise I can't think about how the `Z` ended up there. I overwrote the test case.
#101 Adds tests for library and pipeline architecture.
Hey @DiTo97 thanks for the proposal :) Fundus uses manual-written heuristics to optimize for accuracy and recall. Our library aims to yield artifact-free extractions for every supported publisher. I will...
Hey @hamz0640 thanks for the work and trying to add a new publisher 👍 Judging by the link you send me you're using the wrong key and data source. Try...
Thanks @addie9800 @Hussnain178 Could you try running your code as admin?
@addie9800 Thanks for pushing this idea 👍 I think this would be an awesome addition to Fundus! 🚀 It looks like you accidentally pushed a lot of unrelated files to...
@addie9800 You can eliminate the URL parameter using the following selector on the HTML file. ```python url_selector = XPath("//meta[@property='og:url']/@content]") ``` Further, I would like to hear your opinion on this:...
@ruggsea Thanks for catching that. While the `Image` object is serializable, we missed a bug in the articles' `to_json` method causing these issues. I will work on a fix for...
@ruggsea I opened a "quick" fix for the image serialization within articles. > Is there a particular reason for why when saving articles to json (for example by specifying save_to_file...
@bucheben Thanks so much for your work so far! > Was I just unlucky with my choice of news site, or am I missing some key knowledge about DOM navigation?...