diff --git a/nevernote.py b/nevernote.py index ee5ec47..885420e 100755 --- a/nevernote.py +++ b/nevernote.py @@ -41,7 +41,6 @@ def download_content(url, depth=0): headers = { "Host": up.netloc, - "Content-Type": "text/html; charset=utf-8", "Connection": "keep-alive", }