Przeglądaj źródła

[vine] Remove debugging code

Philipp Hagemeister 11 lat temu
rodzic
commit
0049594efb
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      youtube_dl/extractor/vine.py

+ 1 - 1
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'],