projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85bf26c
)
add missing __future__ import unicode_literals
author
Petr Vaněk
<arkamar@atlas.cz>
Sat, 12 Feb 2022 14:27:10 +0000
(15:27 +0100)
committer
dirkf
<fieldhouse@gmx.net>
Mon, 14 Feb 2022 07:07:05 +0000
(07:07 +0000)
youtube_dl/extractor/streamcz.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/streamcz.py
b/youtube_dl/extractor/streamcz.py
index 179bdcabaf6657af04ca3691a0cb73be718bf401..060ba32e0401ade6259992686e32296995343c0f 100644
(file)
--- 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