Browse Source

[vine] Remove superfluous whitespace

totalwebcasting
Sergey M․ 8 years ago
parent
commit
ac2d8f54d1
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/vine.py

+ 1
- 1
youtube_dl/extractor/vine.py View File

@ -93,7 +93,7 @@ class VineIE(InfoExtractor):
r'window\.POST_DATA\s*=\s*({.+?});\s*</script>',
webpage, 'vine data'),
video_id)
data = data[list(data.keys())[0]]
formats = [{


Loading…
Cancel
Save