]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/mtv.py
[adobepass] Add MSO Sling TV (#596)
[yt-dlp.git] / yt_dlp / extractor / mtv.py
index 510f1439e5a7e618ff619a9a770db892f6edae03..303f71cf828ba21153d6a1f97dadd0bedbe53763 100644 (file)
@@ -249,6 +249,7 @@ def _get_videos_info_from_url(self, url, video_id, use_hls=True):
             if info:
                 entries.append(info)
 
+        # TODO: should be multi-video
         return self.playlist_result(
             entries, playlist_title=title, playlist_description=description)