Skip to content

Commit

Permalink
update(MotorTrendIE): #7680 _VALID_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirAflak committed Jul 23, 2023
1 parent 86aea0d commit b565160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yt_dlp/extractor/dplay.py
Expand Up @@ -746,7 +746,7 @@ class MotorTrendIE(DiscoveryPlusBaseIE):


class MotorTrendOnDemandIE(DiscoveryPlusBaseIE):
_VALID_URL = r'https?://(?:www\.)?motortrendondemand\.com/detail' + DPlayBaseIE._PATH_REGEX
_VALID_URL = r'https?://(?:www\.)?motortrend(?:ondemand\.com|\.com/plus)/detail' + DPlayBaseIE._PATH_REGEX
_TESTS = [{
'url': 'https://www.motortrendondemand.com/detail/wheelstanding-dump-truck-stubby-bobs-comeback/37699/784',
'info_dict': {
Expand Down

0 comments on commit b565160

Please sign in to comment.