projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f8c197
)
[vine] Remove debugging code
author
Philipp Hagemeister
<phihag@phihag.de>
Wed, 30 Apr 2014 12:12:30 +0000
(14:12 +0200)
committer
Philipp Hagemeister
<phihag@phihag.de>
Wed, 30 Apr 2014 12:12:30 +0000
(14:12 +0200)
youtube_dl/extractor/vine.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/vine.py
b/youtube_dl/extractor/vine.py
index 689b8dc2a32cdf44b68ce001227b4316858ebc0d..5136ec466e608ca76f7cd68bfca3275d3f012f33 100644
(file)
--- a/
youtube_dl/extractor/vine.py
+++ b/
youtube_dl/extractor/vine.py
@@
-31,7
+31,7
@@
class VineIE(InfoExtractor):
data = json.loads(self._html_search_regex(
r'window\.POST_DATA = { %s: ({.+?}) }' % video_id, webpage, 'vine data'))
- print(json.dumps(data, indent=2))
+
formats = [
{
'url': data['videoLowURL'],