mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-22 10:11:52 +00:00
Fixed the encoding
This commit is contained in:
parent
78b296b0ff
commit
66420a2db4
2 changed files with 2 additions and 0 deletions
BIN
youtube-dl
BIN
youtube-dl
Binary file not shown.
|
@ -1,3 +1,5 @@
|
||||||
|
# coding: utf-8
|
||||||
|
from __future__ import unicode_literals
|
||||||
import re
|
import re
|
||||||
|
|
||||||
from .common import InfoExtractor
|
from .common import InfoExtractor
|
||||||
|
|
Loading…
Reference in a new issue