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

View File

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