[screenwavemedia] change videoId replace string

This commit is contained in:
remitamine 2015-07-29 11:35:53 +01:00
parent 7c357aad13
commit 3107f63f67

View File

@ -42,7 +42,7 @@ class ScreenwaveMediaIE(InfoExtractor):
"' + thisObj.options.videoserver + '", "' + thisObj.options.videoserver + '",
videoserver videoserver
).replace( ).replace(
"' + thisObj.options.attributes.vidid + '", "' + playerVidId + '",
video_id video_id
) )
), ),