add missing __future__ import unicode_literals
authorPetr Vaněk <arkamar@atlas.cz>
Sat, 12 Feb 2022 14:27:10 +0000 (15:27 +0100)
committerdirkf <fieldhouse@gmx.net>
Mon, 14 Feb 2022 07:07:05 +0000 (07:07 +0000)
youtube_dl/extractor/streamcz.py

index 179bdcabaf6657af04ca3691a0cb73be718bf401..060ba32e0401ade6259992686e32296995343c0f 100644 (file)
@@ -1,4 +1,6 @@
 # coding: utf-8
+from __future__ import unicode_literals
+
 import json
 import re