Add Unicode compatibility header

This commit is contained in:
dirkf
2022-07-08 06:54:01 +01:00
committed by GitHub
parent 951aa74cbe
commit 129cfb174c

View File

@@ -1,3 +1,6 @@
# coding: utf-8
from __future__ import unicode_literals
from .common import InfoExtractor
import json
import time