Maximilian Stroh

Results 36 comments of Maximilian Stroh

they don't work in textmate 2, too

Why not faking a typical iPhone signature? I think some sites whitelist on UA strings

Yes, my very naive implementation seems to get the job done in many cases. I personally use the plaintext just for word analysis stuff, so I didn't even notice this...

Hey, we are in the process of customizing the used readability alogrithm ( #10 ), so this feature should be included in the next major version.

May you provide an example feed an the desired results you want?

No, this package _isn't_ using the google feeds api, and I don't want to. As you can see here: https://github.com/Anonyfox/meteor-scrape/blob/master/lib/parse-feed.coffee.md , the parsing of the RSS XML is very simple...

This library is intended to extract the _essential_ data pieces from feeds/websites, so if you basically want to have _everything_ in just another data format, have a look at the...

Would it suffice for you if we include an additional field in the response called `originalTags`, which includes the hardcoded tags from the page (or nothing if not found)?

Good Idea, thanks. Seems quite easy to implement.

**title**: yes, the current behaviour tries to find the best "title" from the page, be it the `` tag, parts of it, or the first headline ``, and so on....