Browse Source

[LifeNews] update thumbnail in test

master
Petr Půlpán 10 years ago
parent
commit
896bf55352
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl/extractor/lifenews.py

2
youtube_dl/extractor/lifenews.py

@ -24,7 +24,7 @@ class LifeNewsIE(InfoExtractor):
'ext': 'mp4',
'title': 'МВД разыскивает мужчин, оставивших в IKEA сумку с автоматом',
'description': 'Камеры наблюдения гипермаркета зафиксировали троих мужчин, спрятавших оружейный арсенал в камере хранения.',
'thumbnail': 'http://lifenews.ru/static/posts/2014/1/126342/.video.jpg',
'thumbnail': 're:http://.*\.jpg',
'upload_date': '20140130',
}
}

Loading…
Cancel
Save