mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 09:47:07 -05:00 
			
		
		
		
	[streamcloud] Modernize
This commit is contained in:
		@@ -40,8 +40,7 @@ class StreamcloudIE(InfoExtractor):
 | 
				
			|||||||
            ''', orig_webpage)
 | 
					            ''', orig_webpage)
 | 
				
			||||||
        post = compat_urllib_parse.urlencode(fields)
 | 
					        post = compat_urllib_parse.urlencode(fields)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        self.to_screen('%s: Waiting for timeout' % video_id)
 | 
					        self._sleep(12, video_id)
 | 
				
			||||||
        time.sleep(12)
 | 
					 | 
				
			||||||
        headers = {
 | 
					        headers = {
 | 
				
			||||||
            b'Content-Type': b'application/x-www-form-urlencoded',
 | 
					            b'Content-Type': b'application/x-www-form-urlencoded',
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user