Browse Source

[playwire] Fix test

totalwebcasting
Sergey M․ 9 years ago
parent
commit
06368a232a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/playwire.py

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

@ -19,7 +19,7 @@ class PlaywireIE(InfoExtractor):
'id': '3353705',
'ext': 'mp4',
'title': 'S04_RM_UCL_Rus',
'thumbnail': 're:^http://.*\.png$',
'thumbnail': 're:^https?://.*\.png$',
'duration': 145.94,
},
}, {


Loading…
Cancel
Save