mirror of
				https://github.com/ytdl-org/youtube-dl
				synced 2025-11-04 03:33:46 +00:00 
			
		
		
		
	Small update for additon of new video source links
This commit is contained in:
		
							parent
							
								
									aed523ecc1
								
							
						
					
					
						commit
						6ccff79594
					
				@ -3625,7 +3625,7 @@ class WorldStarHipHopIE(InfoExtractor):
 | 
				
			|||||||
    IE_NAME = u'WorldStarHipHop'
 | 
					    IE_NAME = u'WorldStarHipHop'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def _real_extract(self, url):
 | 
					    def _real_extract(self, url):
 | 
				
			||||||
        _src_url = r"""(http://hw-videos.*(?:mp4|flv))"""
 | 
					        _src_url = r"""(http://(hw-videos|hw-post1).*(?:mp4|flv))"""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        webpage_src = compat_urllib_request.urlopen(url).read()
 | 
					        webpage_src = compat_urllib_request.urlopen(url).read()
 | 
				
			||||||
        webpage_src = webpage_src.decode('utf-8')
 | 
					        webpage_src = webpage_src.decode('utf-8')
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user