projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a1b20d
)
[comcarcoff] Add unicode_literals declaration
author
Philipp Hagemeister
<phihag@phihag.de>
Fri, 12 Dec 2014 19:37:58 +0000
(20:37 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Fri, 12 Dec 2014 19:37:58 +0000
(20:37 +0100)
youtube_dl/extractor/comcarcoff.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/comcarcoff.py
b/youtube_dl/extractor/comcarcoff.py
index 67724139c86be69eda1862d63b65335d644f9003..a2211ee4495eabdc3cc8bada7b4197c84544a0ff 100644
(file)
--- a/
youtube_dl/extractor/comcarcoff.py
+++ b/
youtube_dl/extractor/comcarcoff.py
@@
-1,4
+1,6
@@
# encoding: utf-8
+from __future__ import unicode_literals
+
import json
from .common import InfoExtractor