aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/muenchentv.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dl/extractor/muenchentv.py')
-rw-r--r--youtube_dl/extractor/muenchentv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/muenchentv.py b/youtube_dl/extractor/muenchentv.py
index d9f1761..2cc2bf2 100644
--- a/youtube_dl/extractor/muenchentv.py
+++ b/youtube_dl/extractor/muenchentv.py
@@ -22,7 +22,7 @@ class MuenchenTVIE(InfoExtractor):
'ext': 'mp4',
'title': 're:^münchen.tv-Livestream [0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}$',
'is_live': True,
- 'thumbnail': 're:^https?://.*\.jpg$'
+ 'thumbnail': r're:^https?://.*\.jpg$'
},
'params': {
'skip_download': True,