Maximilian Stroh

Results 24 issues of Maximilian Stroh

When I try the snippet from the README (with my settings of course) to show the comment count, I get the following javascript error: `Uncaught TypeError: Cannot call method 'appendChild'...

when scraping the website http://www.bostonherald.com, the "http:" part gets stripped out. The site has `` in it's HTML, so the "//" symbol must be resolved to "http" by default.

bug

sometimes just wrong, example: http://www.bostonstandard.co.uk/news returns the domain itself. The title is false, too.

bug

The used readability module often returns garbage from the parsed HTML sites, which leads not only to unusable fulltext properties, but also to awful wrong matches in the tagging engine...

bug
enhancement

Sometimes the "summary" property of articles is just garbage. After a more precise fulltext is achieved through #10 , use algorithms like node-nlpsum to generate a good snippet consisting of...

bug
enhancement

A new API method should just take any given url, and return the website's data, along with all fully parsed articles it found through RSS feeds in one go. Since...

enhancement

Add an additional method to request images, resize them if wanted and return them as either binary or base64 string

enhancement

Looks like I need a karma-node-webkit-launcher.

bug

https://github.com/greenheartgames/greenworks looks good.

enhancement

Is it possible to have commands which work as usual, but are NOT listed when a user uses `-h` or similar listings?

feature-request