mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-16 06:15:46 +00:00
[piczel] Add new extractor
This commit is contained in:
parent
b9b3231316
commit
d3850e8c7f
1 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue