1
1
mirror of https://github.com/ytdl-org/youtube-dl synced 2024-07-17 09:14:04 +02:00

[SpankBang] Use python2.6 compatible string formatting spec

This commit is contained in:
newtonelectron 2015-04-05 13:43:21 -07:00
parent 6410229681
commit 2e7daef502

View File

@ -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 {