1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2024-11-22 16:44:32 +01:00

Add coding for python 2

This commit is contained in:
Lucas 2019-12-23 15:56:03 +01:00
parent 02a64d2449
commit caffa836fd

View File

@ -1,3 +1,5 @@
# coding: utf-8
from __future__ import unicode_literals from __future__ import unicode_literals
from .common import InfoExtractor from .common import InfoExtractor