Fixed the encoding
This commit is contained in:
parent
78b296b0ff
commit
66420a2db4
BIN
youtube-dl
BIN
youtube-dl
Binary file not shown.
|
@ -1,3 +1,5 @@
|
|||
# coding: utf-8
|
||||
from __future__ import unicode_literals
|
||||
import re
|
||||
|
||||
from .common import InfoExtractor
|
||||
|
|
Loading…
Reference in New Issue