mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	added StatigrIE
This commit is contained in:
		| @@ -4565,7 +4565,6 @@ class StatigrIE(InfoExtractor): | ||||
|         thumbnail_url = re.search(r'<meta property="og:image" content="(.+?)" />',webpage).group(1) | ||||
|         title = (re.search(r'<title>(.+?)</title>',webpage).group(1)).strip("| Statigram") | ||||
|         uploader = re.search(r'@(.+) \(Videos\)',title).group(1) | ||||
|         print uploader | ||||
|         ext = "mp4" | ||||
|         return [{ | ||||
|             'id':        video_id, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 M.Yasoob Khalid
					M.Yasoob Khalid