diff options
author | Sipherdrakon <64430430+Sipherdrakon@users.noreply.github.com> | 2021-07-29 00:25:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-29 09:55:00 +0530 |
commit | 45d1f1572510b4b4cf8c97f204871838c1730996 (patch) | |
tree | 427b53adf0a06669e2493020bbe3fb0cbf9bf41c /yt_dlp/extractor/discoveryplusindia.py | |
parent | a318f59d14792d25b2206c3f50181e03e8716db7 (diff) | |
download | hypervideo-pre-45d1f1572510b4b4cf8c97f204871838c1730996.tar.lz hypervideo-pre-45d1f1572510b4b4cf8c97f204871838c1730996.tar.xz hypervideo-pre-45d1f1572510b4b4cf8c97f204871838c1730996.zip |
[dplay] Add `ScienceChannelIE` (#567)
Authored by: Sipherdrakon
Diffstat (limited to 'yt_dlp/extractor/discoveryplusindia.py')
-rw-r--r-- | yt_dlp/extractor/discoveryplusindia.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/yt_dlp/extractor/discoveryplusindia.py b/yt_dlp/extractor/discoveryplusindia.py index ee57bb2d0..4f2f4f731 100644 --- a/yt_dlp/extractor/discoveryplusindia.py +++ b/yt_dlp/extractor/discoveryplusindia.py @@ -63,8 +63,7 @@ class DiscoveryPlusIndiaShowIE(InfoExtractor): 'info_dict': { 'id': 'how-do-they-do-it', }, - } - ] + }] def _entries(self, show_name): headers = { |