commit: bf23bc0489cf304b2a8ab756f2f63b2cfa5586fe parent 85bf26c1d01f94b83476703e5c70022f01164ccf Author: Petr Vaněk <arkamar@atlas.cz> Date: Sat, 12 Feb 2022 15:27:10 +0100 add missing __future__ import unicode_literalsDiffstat:
M | youtube_dl/extractor/streamcz.py | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/youtube_dl/extractor/streamcz.py b/youtube_dl/extractor/streamcz.py @@ -1,4 +1,6 @@ # coding: utf-8 +from __future__ import unicode_literals + import json import re