[vine] Remove debugging code
authorPhilipp Hagemeister <phihag@phihag.de>
Wed, 30 Apr 2014 12:12:30 +0000 (14:12 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Wed, 30 Apr 2014 12:12:30 +0000 (14:12 +0200)
youtube_dl/extractor/vine.py

index 689b8dc2a32cdf44b68ce001227b4316858ebc0d..5136ec466e608ca76f7cd68bfca3275d3f012f33 100644 (file)
@@ -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'],