Add Unicode compatibility header

pull/31206/head
dirkf 3 years ago committed by GitHub
parent 0201ee1082
commit 6dd45b8d43
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
import re
from .common import InfoExtractor

Loading…
Cancel
Save