Skip to content

Instantly share code, notes, and snippets.

@klaxa
Created June 5, 2014 02:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save klaxa/ad8267bb213ce7626eca to your computer and use it in GitHub Desktop.
Save klaxa/ad8267bb213ce7626eca to your computer and use it in GitHub Desktop.
Mangatrader Downloader (Centralized)
CTRL+C to end at any time
Traceback (most recent call last):
File "dlc.py", line 157, in <module>
url_request = (base64.b64decode("aHR0cDovLzE0Ni4xODUuMTM3LjE5NS9tdC9Eb3dubG9hZFJhbmRvbVNlcmllcw==")).decode("utf-8");
File "/usr/lib/python3.2/base64.py", line 83, in b64decode
raise TypeError("expected bytes, not %s" % s.__class__.__name__)
TypeError: expected bytes, not str
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment