mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2026-05-06 21:53:27 +00:00
[piczel] Add new extractor
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user