diff --git a/youtube_dl/extractor/piczel.py b/youtube_dl/extractor/piczel.py index 38eb86b7f..826c739bf 100644 --- a/youtube_dl/extractor/piczel.py +++ b/youtube_dl/extractor/piczel.py @@ -24,7 +24,7 @@ class PiczelIE(InfoExtractor): 'description': 'Horni Vibin\'', 'is_live': bool, }, - #'skip': 'Stream is offline' + 'skip': 'Stream is offline', 'params': { 'skip_download': True, }, @@ -38,7 +38,7 @@ class PiczelIE(InfoExtractor): 'description': 'GENERAL BUTCH', 'is_live': bool, }, - #'skip': 'Stream is offline' + 'skip': 'Stream is offline', 'params': { 'skip_download': True, }, @@ -52,7 +52,7 @@ class PiczelIE(InfoExtractor): 'description': u'(ノ´ヮ`)ノ*: ・゚', 'is_live': bool, }, - #'skip': 'Stream is offline' + 'skip': 'Stream is offline', 'params': { 'skip_download': True, },