Plugin cleanup and tweaks
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
# coding: utf-8
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from .common import InfoExtractor
|
||||
from ..utils import (
|
||||
ExtractorError,
|
||||
@@ -45,7 +42,6 @@ class ProjectVeritasIE(InfoExtractor):
|
||||
raise ExtractorError('No video on the provided url.', expected=True)
|
||||
playback_id = traverse_obj(mux_asset, 'playbackId', ('en-US', 'playbackId'))
|
||||
formats = self._extract_m3u8_formats(f'https://stream.mux.com/{playback_id}.m3u8', video_id)
|
||||
self._sort_formats(formats)
|
||||
return {
|
||||
'id': video_id,
|
||||
'title': main_data['title'],
|
||||
|
Reference in New Issue
Block a user