html - Convert div to table; extract div or table -


i parsed website containing main content in table using html::tableextract. works fine. website has main content in div tags stored.

i to:

  1. convert div table using html::tableextract or
  2. parsing div tags html::tableextract

the major goal not find/parse html file classes , tags, because website changing layout (html classes) in little ways every week, parsing would fail @ points. using html::tableextract , parse coords of table, more independency.

does has idea?


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -