mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	Merge pull request #815 from JohnyMoSwag/master
Update for new source links on worldstarhiphop.com
This commit is contained in:
		| @@ -3625,7 +3625,7 @@ class WorldStarHipHopIE(InfoExtractor): | ||||
|     IE_NAME = u'WorldStarHipHop' | ||||
|  | ||||
|     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 = webpage_src.decode('utf-8') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jaime Marquínez Ferrándiz
					Jaime Marquínez Ferrándiz