1
0
miroir de https://code.hackerspace.pl/q3k/youtube-dl synchronisé 2025-03-16 11:43:02 +00:00

[gorillavid] Add support for filehoot.com

Cette révision appartient à :
Sergey M․ 2015-09-06 07:24:47 +06:00
Parent e213c98df1
révision e94cb5ae7e

Voir le fichier

@ -15,10 +15,10 @@ from ..utils import (
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)
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)?
'''