Skip to content

Commit

Permalink
[24video] Add support for porn.24video.net (closes #23779, closes #23…
Browse files Browse the repository at this point in the history
…784)
  • Loading branch information
dstftw authored and pareronia committed Jun 22, 2020
1 parent c7e3f8b commit 1a1dbe1
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 @@ -17,7 +17,7 @@ class TwentyFourVideoIE(InfoExtractor):
_VALID_URL = r'''(?x)
https?://
(?P<host>
(?:(?:www|porno)\.)?24video\.
(?:(?:www|porno?)\.)?24video\.
(?:net|me|xxx|sexy?|tube|adult|site|vip)
)/
(?:
Expand Down Expand Up @@ -62,6 +62,9 @@ class TwentyFourVideoIE(InfoExtractor):
}, {
'url': 'https://www.24video.vip/video/view/1044982',
'only_matching': True,
}, {
'url': 'https://porn.24video.net/video/2640421-vsya-takay',
'only_matching': True,
}]

def _real_extract(self, url):
Expand Down

0 comments on commit 1a1dbe1

Please sign in to comment.