- added kwargs to `fromUri` function
v3 (2024-04-26)
- major changes:
- renamed `searchTag` to `findall`
- renamed `getTagContents` to `getInnerHtml`
- removed `searchTagExists`
- removed `htmlFormat` from `searchTag`
- removed `titleFromHtml`
- new functions:
- fixSpacing: removes additional spaces and optionally newlines
- fixElementSpacing: fixes the spacing of an html element opening tag
- find: finds html elements via advanced searching
- metadataFromUri: retrieves the metadata from an html page via the uri
- encodeURI: encodes text into a uri format
- decodeURI: decodes a uri format text into regular text
- enhancements:
- tag searches are now faster
- new parsing method which increases speed
- regex patterns
- changes:
- module `timeoutcall` is no longer required
- patch:
- fixed exception's docstrings