1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-19 11:39:28 +00:00

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

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 = [{