Skip to content

Commit

Permalink
[24video] Add support for 24video.vip (closes #23753)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstftw committed Jan 18, 2020
1 parent d9a2f86 commit a4b2769
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion youtube_dl/extractor/twentyfourvideo.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class TwentyFourVideoIE(InfoExtractor):
https?://
(?P<host>
(?:(?:www|porno)\.)?24video\.
(?:net|me|xxx|sexy?|tube|adult|site)
(?:net|me|xxx|sexy?|tube|adult|site|vip)
)/
(?:
video/(?:(?:view|xml)/)?|
Expand Down Expand Up @@ -59,6 +59,9 @@ class TwentyFourVideoIE(InfoExtractor):
}, {
'url': 'https://porno.24video.net/video/2640421-vsya-takaya-gibkaya-i-v-masle',
'only_matching': True,
}, {
'url': 'https://www.24video.vip/video/view/1044982',
'only_matching': True,
}]

def _real_extract(self, url):
Expand Down

0 comments on commit a4b2769

Please sign in to comment.