1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-05-24 05:59:48 +08:00

[comcarcoff] Add unicode_literals declaration

This commit is contained in:
Philipp Hagemeister
2014-12-12 20:37:58 +01:00
Unverified
parent 6a1b20de2a
commit 19bf2b4e88
+2
View File
@@ -1,4 +1,6 @@
# encoding: utf-8
from __future__ import unicode_literals
import json
from .common import InfoExtractor