Add Unicode compatibility header

pull/31057/head
dirkf 3 years ago committed by GitHub
parent 951aa74cbe
commit 129cfb174c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save