1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-25 21:29:35 +00:00

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

View file

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