diff options
Diffstat (limited to 'yt_dlp/extractor/pr0gramm.py')
-rw-r--r-- | yt_dlp/extractor/pr0gramm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/pr0gramm.py b/yt_dlp/extractor/pr0gramm.py index 3e0ccba17..f2c4e12e6 100644 --- a/yt_dlp/extractor/pr0gramm.py +++ b/yt_dlp/extractor/pr0gramm.py @@ -198,6 +198,6 @@ class Pr0grammIE(InfoExtractor): 'dislike_count': ('down', {int}), 'timestamp': ('created', {int}), 'upload_date': ('created', {int}, {dt.date.fromtimestamp}, {lambda x: x.strftime('%Y%m%d')}), - 'thumbnail': ('thumb', {lambda x: urljoin('https://thumb.pr0gramm.com', x)}) + 'thumbnail': ('thumb', {lambda x: urljoin('https://thumb.pr0gramm.com', x)}), }), } |