diff options
Diffstat (limited to 'yt_dlp/extractor/hollywoodreporter.py')
-rw-r--r-- | yt_dlp/extractor/hollywoodreporter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/hollywoodreporter.py b/yt_dlp/extractor/hollywoodreporter.py index 1f7eb89..52db5e5 100644 --- a/yt_dlp/extractor/hollywoodreporter.py +++ b/yt_dlp/extractor/hollywoodreporter.py @@ -53,7 +53,7 @@ class HollywoodReporterPlaylistIE(InfoExtractor): 'info_dict': { 'id': '57822', 'title': 'heat-vision-breakdown', - } + }, }] def _fetch_page(self, slug, pl_id, page): |