]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/sportdeutschland.py
[ie/youtube] Extract upload timestamp if available (#9856)
[yt-dlp.git] / yt_dlp / extractor / sportdeutschland.py
index 6490f42030ab06fcde3eebd742d8dc3c3ad4610a..30dbcf370a80aaae700454f425b9dd9de283000f 100644 (file)
@@ -130,7 +130,7 @@ def _real_extract(self, url):
                                   'channel_url': 'channel_url', 'was_live': 'was_live'}),
             **self._process_video(info['id'], video),
         } for i, video in enumerate(parts, 1)]
-        print(entries[0]['duration'])
+
         return {
             '_type': 'multi_video',
             **info,