diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2016-07-08 19:34:53 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2016-07-08 19:34:53 +0800 |
commit | 2e32ac0b9a64f500fded1bd96b4d16965d4c9092 (patch) | |
tree | 16977d9d1f1f8dd8780116b83e719e91cf73eebd /youtube_dl/extractor/polskieradio.py | |
parent | 672f01c37083dfc112f5baed2e76786693c1950d (diff) |
[polskieradio] Fix regex in _TESTS
Diffstat (limited to 'youtube_dl/extractor/polskieradio.py')
-rw-r--r-- | youtube_dl/extractor/polskieradio.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/polskieradio.py b/youtube_dl/extractor/polskieradio.py index 9e7eab12e..f559b899f 100644 --- a/youtube_dl/extractor/polskieradio.py +++ b/youtube_dl/extractor/polskieradio.py @@ -33,7 +33,7 @@ class PolskieRadioIE(InfoExtractor): 'timestamp': 1456594200, 'upload_date': '20160227', 'duration': 2364, - 'thumbnail': 're:^https?://static.prsa.pl/images/.*\.jpg$' + 'thumbnail': 're:^https?://static\.prsa\.pl/images/.*\.jpg$' }, }], }, { |