Return page content as a HTML string.
(self)
| 16481 | return val |
| 16482 | |
| 16483 | def extractHTML(self) -> str: |
| 16484 | """Return page content as a HTML string.""" |
| 16485 | return self._extractText(1) |
| 16486 | |
| 16487 | def extractIMGINFO(self, hashes=0): |
| 16488 | """Return a list with image meta information.""" |
no test coverage detected