diff options
Diffstat (limited to 'yt_dlp/extractor/dangalplay.py')
-rw-r--r-- | yt_dlp/extractor/dangalplay.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/dangalplay.py b/yt_dlp/extractor/dangalplay.py index 50e4136b5..f7b243234 100644 --- a/yt_dlp/extractor/dangalplay.py +++ b/yt_dlp/extractor/dangalplay.py @@ -40,7 +40,7 @@ class DangalPlayBaseIE(InfoExtractor): 'id': ('content_id', {str}), 'title': ('display_title', {str}), 'episode': ('title', {str}), - 'series': ('show_name', {str}, {lambda x: x or None}), + 'series': ('show_name', {str}, filter), 'series_id': ('catalog_id', {str}), 'duration': ('duration', {int_or_none}), 'release_timestamp': ('release_date_uts', {int_or_none}), |