ageitgey / node-unfluff

Automatically extract body content (and other cool stuff) from an html document

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extract author

PetrKaleta opened this issue · comments

Find first valid value (trimmed length in interval 0..100) of:

  1. meta[name="author"]
  2. [rel="author"]
  3. [class="author"], [class="writer"], [class="writtenby"]
  4. [id="author"], [id="writer"], [id="writtenby"]

Looks like we're getting support in #49

Check out v1.0.0 and see if it meets your needs! :)