j0k3r / graby

Graby helps you extract article content from web pages
MIT License
363 stars 73 forks source link

Graby: keep empty td and th elements #289

Closed Kdecherf closed 2 years ago

Kdecherf commented 2 years ago

Empty td and th must be kept to prevent any layout breakage, e.g.:

    <table>
      <tr>
        <td></td>
        <td>Header</td>
      </tr>
      <tr>
        <td>Foo</td>
        <td>Bar</td>
      </tr>
    </table>
coveralls commented 2 years ago

Coverage Status

Coverage remained the same at 95.102% when pulling 9f52007bf682dcbb9577f8d8189162e88001ab7d on Kdecherf:fix/table into 6ed01641205b7fbdea4ce9ba15a34989af9edc1a on j0k3r:master.