From a019668cbdcfffd122a5c08f5e0a4c792ee478a9 Mon Sep 17 00:00:00 2001 From: John Hawkinson Date: Sat, 25 Mar 2017 12:09:17 -0400 Subject: [PATCH] [cbs.com:playlist] remove test harness commentary --- youtube_dl/extractor/cbs.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/youtube_dl/extractor/cbs.py b/youtube_dl/extractor/cbs.py index 154152a1a..21c2f190a 100644 --- a/youtube_dl/extractor/cbs.py +++ b/youtube_dl/extractor/cbs.py @@ -35,14 +35,6 @@ class CBSShowIE(InfoExtractor): 'title': 'The Late Show with Stephen Colbert', }, 'playlist_mincount': 14, - # If uncommented, the test harness tries to download all 30 playlist entries. - # Even limited to 10KB each, this can take 15 minutes. Not reasonable. - # 'playlist': [{ - # 'info_dict': { - # 'id': 'xxx', - # 'ext': 'xxx.mp4', - # }, - # }], } def carousel_playlist(self, url, type):