Skip to content
Mort Yao edited this page Nov 7, 2015 · 7 revisions
  • Q: I got encoding issues on Windows.

  • A: Change your Windows code page to UTF-8, using chcp 65001.

  • Q: I don't know how to install it on Windows.

  • A: Then don't do it. Just put your you-get folder into system %PATH%.

  • Q: I got something like UnicodeDecodeError: 'gbk' codec can't decode byte 0xb0 in position 1012: illegal multibyte sequence.

  • A: Run set PYTHONIOENCODING=utf-8.

  • Q: Special characters in the URL (such as ?, &) are interpreted by my shell. How to prevent this?

  • A: Use noglob.

Clone this wiki locally