[SpankBang] Use python2.6 compatible string formatting spec
This commit is contained in:
parent
6410229681
commit
2e7daef502
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class SpankBangIE(InfoExtractor):
|
||||||
"format_id": q,
|
"format_id": q,
|
||||||
"format": q,
|
"format": q,
|
||||||
"ext": "mp4",
|
"ext": "mp4",
|
||||||
"url": "http://spankbang.com/_{}/{}/title/{}__mp4".format(video_id, stream_key, q)
|
"url": "http://spankbang.com/_{0}/{1}/title/{2}__mp4".format(video_id, stream_key, q)
|
||||||
})
|
})
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Reference in a new issue