From d3850e8c7fd9c4db0f311d48f7563a5ef2f278c7 Mon Sep 17 00:00:00 2001 From: God Date: Mon, 26 Jul 2021 16:06:21 -0400 Subject: [PATCH] [piczel] Add new extractor --- youtube_dl/extractor/piczel.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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, },