utils.decode_file()
: add switch for full detection or GZip only
#595
Labels
enhancement
New feature or request
The use cases differ, it is not always necessary to test a binary string against all possible compression methods:
downloads
andspider
modules: Run full detectionutils.load_html()
: Just test if it's a GZip file (i.e. downloaded and archived by Trafilatura)The text was updated successfully, but these errors were encountered: