[vlive] refactor: delete dead function code

This commit is contained in:
exwm 2020-11-03 20:59:23 -05:00
parent 130599af94
commit be5d6c213c
1 changed files with 0 additions and 10 deletions

View File

@ -202,16 +202,6 @@ class VLiveIE(NaverBaseIE):
self._get_common_fields(webpage, params),
self._extract_video_info(video_id, long_video_id, key))
def _download_init_page(self, video_id):
return self._download_webpage(
'https://www.vlive.tv/video/init/view',
video_id, note='Downloading live webpage',
data=urlencode_postdata({'videoSeq': video_id}),
headers={
'Referer': 'https://www.vlive.tv/video/%s' % video_id,
'Content-Type': 'application/x-www-form-urlencoded'
})
class VLiveChannelIE(InfoExtractor):
IE_NAME = 'vlive:channel'