mirror of https://github.com/yt-dlp/yt-dlp.git
lazy extractors: specify the encoding
When building with python3 the unicode characters are not escaped, python2 needs to know the encoding.
This commit is contained in:
parent
779822d945
commit
0d778b1db9
|
@ -1,3 +1,4 @@
|
|||
# encoding: utf-8
|
||||
# flake8: noqa
|
||||
from __future__ import unicode_literals
|
||||
|
||||
|
|
Loading…
Reference in New Issue