Add Unicode compatibility header

This commit is contained in:
dirkf 2022-08-29 19:53:51 +01:00 committed by GitHub
parent 0201ee1082
commit 6dd45b8d43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

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