Skip to content

Commit

Permalink
[ie/Rule34Video] Fix _VALID_URL (#9044)
Browse files Browse the repository at this point in the history
Authored by: gmes78
  • Loading branch information
gmes78 committed Jan 21, 2024
1 parent 3e08319 commit c0eccee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yt_dlp/extractor/rule34video.py
Expand Up @@ -18,10 +18,10 @@


class Rule34VideoIE(InfoExtractor):
_VALID_URL = r'https?://(?:www\.)?rule34video\.com/videos/(?P<id>\d+)'
_VALID_URL = r'https?://(?:www\.)?rule34video\.com/videos?/(?P<id>\d+)'
_TESTS = [
{
'url': 'https://rule34video.com/videos/3065157/shot-it-mmd-hmv/',
'url': 'https://rule34video.com/video/3065157/shot-it-mmd-hmv/',
'md5': 'ffccac2c23799dabbd192621ae4d04f3',
'info_dict': {
'id': '3065157',
Expand Down

0 comments on commit c0eccee

Please sign in to comment.