diff options
author | Lukáš Lalinský <lukas@oxygene.sk> | 2015-10-17 22:29:49 +0200 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-10-18 09:20:54 +0600 |
commit | 10c38c7ca248d06c2c0f069c5a810e27e207c61e (patch) | |
tree | 43df3c5087f20f69aa45d2b17df7c0e7c40534b0 | |
parent | 94a773feb94a20be66526348a57ebe20495eba3f (diff) |
[vine] Fix download tests
-rw-r--r-- | youtube_dl/extractor/vine.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/extractor/vine.py b/youtube_dl/extractor/vine.py index d80b580a0..d1dbec893 100644 --- a/youtube_dl/extractor/vine.py +++ b/youtube_dl/extractor/vine.py @@ -29,10 +29,10 @@ class VineIE(InfoExtractor): 'id': 'MYxVapFvz2z', 'ext': 'mp4', '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', 'upload_date': '20140815', - 'uploader': 'Luna', + 'uploader': 'Mars Ruiz', 'uploader_id': '1102363502380728320', }, }, { |