Browse Source

[vine] Fix download tests

master
Lukáš Lalinský 9 years ago
committed by Sergey M․
parent
commit
10c38c7ca2
1 changed files with 2 additions and 2 deletions
  1. 4
      youtube_dl/extractor/vine.py

4
youtube_dl/extractor/vine.py

@ -29,10 +29,10 @@ class VineIE(InfoExtractor):
'id': 'MYxVapFvz2z', 'id': 'MYxVapFvz2z',
'ext': 'mp4', 'ext': 'mp4',
'title': 'Fuck Da Police #Mikebrown #justice #ferguson #prayforferguson #protesting #NMOS14', 'title': 'Fuck Da Police #Mikebrown #justice #ferguson #prayforferguson #protesting #NMOS14',
'alt_title': 'Vine by Luna',
'alt_title': 'Vine by Mars Ruiz',
'description': 'Fuck Da Police #Mikebrown #justice #ferguson #prayforferguson #protesting #NMOS14', 'description': 'Fuck Da Police #Mikebrown #justice #ferguson #prayforferguson #protesting #NMOS14',
'upload_date': '20140815', 'upload_date': '20140815',
'uploader': 'Luna',
'uploader': 'Mars Ruiz',
'uploader_id': '1102363502380728320', 'uploader_id': '1102363502380728320',
}, },
}, { }, {

Loading…
Cancel
Save