Update dplay.py

This commit is contained in:
Sipherdrakon 2021-07-25 01:13:47 -04:00 committed by GitHub
parent 2903eb524f
commit db0c502236
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -368,6 +368,7 @@ class HGTVDeIE(DPlayIE):
return self._get_disco_api_info(
url, display_id, 'eu1-prod.disco-api.com', 'hgtv', 'de')
class ScienceChannelIE(DPlayIE):
_VALID_URL = r'https?://(?:www\.)?sciencechannel\.com/video' + DPlayIE._PATH_REGEX
_TESTS = [{