yt-dlp/youtube_dl
Grom PE 6ac4e8065a Fix utils.py for PyPy on Windows
The line
```python
from __future__ import unicode_literals
```
introduced in commit [ecc0c5ee01f0e5bdd6af0c32cb5b4adcb2a2f78c](ecc0c5ee01) broke youtube-dl for PyPy on Windows, making it unable to locate WinAPI functions.
Error: "TypeError: function name must be a string or integer"

Adding "b" prefix to strings with WinAPI function names fixes it.
2014-12-06 20:15:41 +07:00
..
2014-11-23 22:21:46 +01:00
2014-11-26 11:48:09 +01:00
2014-11-21 17:09:22 +08:00
2014-11-23 20:41:03 +01:00
2014-11-26 12:37:45 +01:00
2014-12-06 20:15:41 +07:00
2014-12-06 00:48:34 +01:00