mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[SpankBang] Use python2.6 compatible string formatting spec
This commit is contained in:
		| @@ -25,7 +25,7 @@ class SpankBangIE(InfoExtractor): | ||||
|                 "format_id": q, | ||||
|                 "format": q, | ||||
|                 "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 { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 newtonelectron
					newtonelectron