From 45d1f1572510b4b4cf8c97f204871838c1730996 Mon Sep 17 00:00:00 2001 From: Sipherdrakon <64430430+Sipherdrakon@users.noreply.github.com> Date: Thu, 29 Jul 2021 00:25:00 -0400 Subject: [dplay] Add `ScienceChannelIE` (#567) Authored by: Sipherdrakon --- yt_dlp/extractor/discoveryplusindia.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'yt_dlp/extractor/discoveryplusindia.py') 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 = { -- cgit v1.2.3