mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-16 14:25:47 +00:00
Update dplay.py
This commit is contained in:
parent
2903eb524f
commit
db0c502236
1 changed files with 1 additions and 0 deletions
|
@ -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 = [{
|
||||
|
|
Loading…
Reference in a new issue