mirror of
				https://github.com/devine-dl/devine.git
				synced 2025-11-04 03:44:49 +00:00 
			
		
		
		
	Fix storing of DRM to be before preparation on URL tracks
This commit is contained in:
		
							parent
							
								
									32c118ab57
								
							
						
					
					
						commit
						d73256f1b3
					
				@ -795,8 +795,8 @@ class dl:
 | 
			
		||||
                            # it might not have Widevine DRM, or might not have found the PSSH
 | 
			
		||||
                            self.log.warning("No Widevine PSSH was found for this track, is it DRM free?")
 | 
			
		||||
                        else:
 | 
			
		||||
                            prepare_drm(drm)
 | 
			
		||||
                            track.drm = [drm]
 | 
			
		||||
                            prepare_drm(drm)
 | 
			
		||||
 | 
			
		||||
                    asyncio.run(aria2c(
 | 
			
		||||
                        uri=track.url,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user