1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-06-01 22:50:09 +08:00

Add coding for python 2

This commit is contained in:
Lucas
2019-12-23 15:56:03 +01:00
Unverified
parent 02a64d2449
commit caffa836fd
+2
View File
@@ -1,3 +1,5 @@
# coding: utf-8
from __future__ import unicode_literals
from .common import InfoExtractor