Browse Source

[polskieradio] Fix regex in _TESTS

totalwebcasting
Yen Chi Hsuan 8 years ago
parent
commit
2e32ac0b9a
No known key found for this signature in database GPG Key ID: 3FDDD575826C5C30
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/polskieradio.py

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

@ -33,7 +33,7 @@ class PolskieRadioIE(InfoExtractor):
'timestamp': 1456594200, 'timestamp': 1456594200,
'upload_date': '20160227', 'upload_date': '20160227',
'duration': 2364, 'duration': 2364,
'thumbnail': 're:^https?://static.prsa.pl/images/.*\.jpg$'
'thumbnail': 're:^https?://static\.prsa\.pl/images/.*\.jpg$'
}, },
}], }],
}, { }, {


Loading…
Cancel
Save