1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-07 07:07:15 +08: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 .common import InfoExtractor