much better encoding detection

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-02-26 18:14:50 -05:00
parent 53d1e2abd5
commit 8f30583bcc
4 changed files with 20 additions and 16 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ VERSION = '0.3.2'
# What packages are required for this module to be executed?
REQUIRED = [
'requests', 'pyquery', 'fake-useragent', 'parse', 'bs4'
'requests', 'pyquery', 'fake-useragent', 'parse', 'bs4', 'w3lib'
]
# The rest you shouldn't have to touch too much :)