]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/tver.py
[ie/matchtv] Fix extractor (#10190)
[yt-dlp.git] / yt_dlp / extractor / tver.py
index cebd027c832fa8e15056ee85f1f367e952b3c837..8105db41cd707c40f35706c93c1802f16381914f 100644 (file)
@@ -21,8 +21,6 @@ class TVerIE(InfoExtractor):
             'episode': '売り場席巻のチーズSP&財前直見×森泉親子の脱東京暮らし密着!',
             'alt_title': '売り場席巻のチーズSP&財前直見×森泉親子の脱東京暮らし密着!',
             'channel': 'テレビ朝日',
-            'onair_label': '5月3日(火)放送分',
-            'ext_title': '家事ヤロウ!!! 売り場席巻のチーズSP&財前直見×森泉親子の脱東京暮らし密着! テレビ朝日 5月3日(火)放送分',
         },
         'add_ie': ['BrightcoveNew'],
     }, {
@@ -62,7 +60,7 @@ def _real_extract(self, url):
                 'platform_uid': self._PLATFORM_UID,
                 'platform_token': self._PLATFORM_TOKEN,
             }, headers={
-                'x-tver-platform-type': 'web'
+                'x-tver-platform-type': 'web',
             })
         episode_content = traverse_obj(
             episode_info, ('result', 'episode', 'content')) or {}