unicode_literals

This commit is contained in:
dzikie drożdże 2016-01-10 05:47:57 +01:00
parent e8784b6787
commit 3fb7f85dd4

View File

@ -1,4 +1,6 @@
# -*- encoding: utf-8 -*-
from __future__ import unicode_literals
from .common import InfoExtractor, ExtractorError