youtube-dl/youtube_dl
Grom PE 6ac4e8065a Fix utils.py for PyPy on Windows
The line
```python
from __future__ import unicode_literals
```
introduced in commit [ecc0c5ee01](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
..
downloader [ffmpeg] Improve version check and call it from hls (Fixes #4377) 2014-12-06 12:14:26 +01:00
extractor Allow iterators for playlist result entries 2014-12-06 14:02:19 +01:00
postprocessor [ffmpeg] Improve version check and call it from hls (Fixes #4377) 2014-12-06 12:14:26 +01:00
__init__.py
__main__.py
aes.py
cache.py
compat.py
jsinterp.py
options.py
swfinterp.py
update.py
utils.py Fix utils.py for PyPy on Windows 2014-12-06 20:15:41 +07:00
version.py release 2014.12.06.1 2014-12-06 00:48:34 +01:00
YoutubeDL.py Allow iterators for playlist result entries 2014-12-06 14:02:19 +01:00