summaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/peertv.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/peertv.py')
-rw-r--r--yt_dlp/extractor/peertv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/peertv.py b/yt_dlp/extractor/peertv.py
index a709e21..726d5e1 100644
--- a/yt_dlp/extractor/peertv.py
+++ b/yt_dlp/extractor/peertv.py
@@ -48,5 +48,5 @@ class PeerTVIE(InfoExtractor):
'title': self._html_search_regex(r'<h1>(.+?)</h1>', webpage, 'title').replace('\xa0', ' '),
'formats': formats,
'description': self._html_search_meta(('og:description', 'description'), webpage),
- 'thumbnail': self._html_search_meta(('og:image', 'image'), webpage)
+ 'thumbnail': self._html_search_meta(('og:image', 'image'), webpage),
}