Browse Source
[vine] Remove superfluous whitespace
totalwebcasting
Sergey M․
8 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
1 additions and
1 deletions
-
youtube_dl/extractor/vine.py
|
|
@ -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 = [{ |
|
|
|