1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-05-31 03:39:50 +08:00

added unicode_literals in generic cognito extractor

This commit is contained in:
wernerkarlheisenberg
2018-01-27 14:26:35 +01:00
Unverified
parent 7e645e9063
commit d9c4aaa5a0
+2
View File
@@ -1,3 +1,5 @@
from __future__ import unicode_literals
from .common import InfoExtractor
from ..utils import ExtractorError