1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-06-07 13:03:34 +08:00

[screenwavemedia] remove unnecessary import

This commit is contained in:
remitamine
2015-07-22 15:20:30 +01:00
Unverified
parent 39af6282a4
commit 7c357aad13
-3
View File
@@ -1,8 +1,6 @@
# encoding: utf-8
from __future__ import unicode_literals
import re
from .common import InfoExtractor
from ..utils import (
int_or_none,
@@ -40,7 +38,6 @@ class ScreenwaveMediaIE(InfoExtractor):
self._search_regex(
r"sources\s*:\s*(\[[^\]]+?\])", playerconfig,
'sources',
flags=re.DOTALL
).replace(
"' + thisObj.options.videoserver + '",
videoserver