hi
i have a question about this script
https://github.com/mal1k-me/bunny-cdn-drm-video-dl
how i can set the quality .. i need 480 or 360p only video
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 4 of 4
			
		- 
	
- 
	many thanks 
 it give me error
 ERROR: [generic] video: Requested format is not available. Use --list-formats for a list of available formats
 with some edbug i get the message
 DEBUG - Available resolutions: ['1280x720', '842x480', '640x360', '352x240']
 i try to play with the script
 'format': 'bv*[height<=480]+ba/b[height<=480] / wv*+ba/w',
 but i get the 720p res everytime
- 
	found it 
 changed return resolutions[0] # highest resolution, -1 for lowest
 to
 return '640x360' if '640x360' in resolutions else resolutions[0]
 thanks again
Similar Threads
- 
  Bunny Stream Question AboutBy cinamews in forum Video ConversionReplies: 3Last Post: 6th Jul 2024, 01:50
- 
  help downloading from bunny.net (python script gives error)By monk87 in forum Video Streaming DownloadingReplies: 3Last Post: 2nd Apr 2024, 13:18
- 
  Video download from Bunny (b-cdn.net or mediadelivery.net)By tadkozh in forum Video Streaming DownloadingReplies: 6Last Post: 27th Nov 2023, 17:01
- 
  restreaming to non-drm m3u8 from drm mpdBy grabyea in forum Video Streaming DownloadingReplies: 1Last Post: 8th Aug 2022, 01:35
- 
  Download DRM protected video and decrypt it with a drm licence urlBy vikral in forum Video Streaming DownloadingReplies: 9Last Post: 9th Feb 2021, 03:14


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			
 Quote
 Quote 
			