]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/nbc.py
[ie/brilliantpala] Fix login (#9788)
[yt-dlp.git] / yt_dlp / extractor / nbc.py
index 2d3aa26ec9a913fa866fb8fbd5249785ab6c5d2a..267fa8353231aebbe8c0e8dbceae060a45a0d547 100644 (file)
@@ -53,6 +53,8 @@ class NBCIE(ThePlatformIE):  # XXX: Do not subclass from concrete IE
                 'chapters': 'count:1',
                 'tags': 'count:4',
                 'thumbnail': r're:https?://.+\.jpg',
+                'categories': ['Series/The Tonight Show Starring Jimmy Fallon'],
+                'media_type': 'Full Episode',
             },
             'params': {
                 'skip_download': 'm3u8',
@@ -131,6 +133,8 @@ class NBCIE(ThePlatformIE):  # XXX: Do not subclass from concrete IE
                 'tags': 'count:10',
                 'age_limit': 0,
                 'thumbnail': r're:https?://.+\.jpg',
+                'categories': ['Series/Quantum Leap 2022'],
+                'media_type': 'Highlight',
             },
             'params': {
                 'skip_download': 'm3u8',