[screenwavemedia] remove unnecessary import
This commit is contained in:
parent
39af6282a4
commit
7c357aad13
@ -1,8 +1,6 @@
|
|||||||
# encoding: utf-8
|
# encoding: utf-8
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
import re
|
|
||||||
|
|
||||||
from .common import InfoExtractor
|
from .common import InfoExtractor
|
||||||
from ..utils import (
|
from ..utils import (
|
||||||
int_or_none,
|
int_or_none,
|
||||||
@ -40,7 +38,6 @@ class ScreenwaveMediaIE(InfoExtractor):
|
|||||||
self._search_regex(
|
self._search_regex(
|
||||||
r"sources\s*:\s*(\[[^\]]+?\])", playerconfig,
|
r"sources\s*:\s*(\[[^\]]+?\])", playerconfig,
|
||||||
'sources',
|
'sources',
|
||||||
flags=re.DOTALL
|
|
||||||
).replace(
|
).replace(
|
||||||
"' + thisObj.options.videoserver + '",
|
"' + thisObj.options.videoserver + '",
|
||||||
videoserver
|
videoserver
|
||||||
|
Loading…
x
Reference in New Issue
Block a user