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 (
|
||||
parse_duration,
|
||||
@@ -95,7 +92,6 @@ class SWRMediathekIE(InfoExtractor):
|
||||
'vcodec': codec if media_type == 'Video' else 'none',
|
||||
'acodec': codec if media_type == 'Audio' else None,
|
||||
})
|
||||
self._sort_formats(formats)
|
||||
|
||||
upload_date = None
|
||||
entry_pdatet = attr.get('entry_pdatet')
|
||||
|
||||
Reference in New Issue
Block a user