Browse Source

[vine] Remove debugging code

master
Philipp Hagemeister 10 years ago
parent
commit
0049594efb
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl/extractor/vine.py

2
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'],

Loading…
Cancel
Save