diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-12-25 04:57:12 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-12-25 05:09:07 +0530 |
commit | 0f86a1cd590b3e9ab6dc392fb9dbe62a0e6303b9 (patch) | |
tree | 826f744e4fc0abd9bb183de5b9ccb97969a5efb4 /yt_dlp/extractor/extractors.py | |
parent | d80d98e7d45ff001aef12a1055d0c3920e6b70b0 (diff) | |
download | hypervideo-pre-0f86a1cd590b3e9ab6dc392fb9dbe62a0e6303b9.tar.lz hypervideo-pre-0f86a1cd590b3e9ab6dc392fb9dbe62a0e6303b9.tar.xz hypervideo-pre-0f86a1cd590b3e9ab6dc392fb9dbe62a0e6303b9.zip |
[dplay] Temporary fix for `discoveryplus.com/it`
Closes #2073
Diffstat (limited to 'yt_dlp/extractor/extractors.py')
-rw-r--r-- | yt_dlp/extractor/extractors.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/extractor/extractors.py b/yt_dlp/extractor/extractors.py index cde4ac318..9dd7543cf 100644 --- a/yt_dlp/extractor/extractors.py +++ b/yt_dlp/extractor/extractors.py @@ -357,6 +357,7 @@ from .dplay import ( AnimalPlanetIE, DiscoveryPlusIndiaIE, DiscoveryNetworksDeIE, + DiscoveryPlusItalyIE, DiscoveryPlusItalyShowIE, DiscoveryPlusIndiaShowIE, ) |