mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[gorillavid] Add support for filehoot.com
This commit is contained in:
		| @@ -15,10 +15,10 @@ from ..utils import ( | |||||||
|  |  | ||||||
|  |  | ||||||
| class GorillaVidIE(InfoExtractor): | class GorillaVidIE(InfoExtractor): | ||||||
|     IE_DESC = 'GorillaVid.in, daclips.in, movpod.in, fastvideo.in and realvid.net' |     IE_DESC = 'GorillaVid.in, daclips.in, movpod.in, fastvideo.in, realvid.net and filehoot.com' | ||||||
|     _VALID_URL = r'''(?x) |     _VALID_URL = r'''(?x) | ||||||
|         https?://(?P<host>(?:www\.)? |         https?://(?P<host>(?:www\.)? | ||||||
|             (?:daclips\.in|gorillavid\.in|movpod\.in|fastvideo\.in|realvid\.net))/ |             (?:daclips\.in|gorillavid\.in|movpod\.in|fastvideo\.in|realvid\.net|filehoot\.com))/ | ||||||
|         (?:embed-)?(?P<id>[0-9a-zA-Z]+)(?:-[0-9]+x[0-9]+\.html)? |         (?:embed-)?(?P<id>[0-9a-zA-Z]+)(?:-[0-9]+x[0-9]+\.html)? | ||||||
|     ''' |     ''' | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․