aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/extractors.py
diff options
context:
space:
mode:
authorPaul Wise <pabs3@bonedaddy.net>2021-12-20 10:48:41 +0800
committerGitHub <noreply@github.com>2021-12-20 08:18:41 +0530
commit6839d02cb666bd9f8ed6e9a97337c02ce1b19368 (patch)
tree15abe03b6881a29ea635ae759e0db99fe77d5312 /yt_dlp/extractor/extractors.py
parent2aae2c91ff0608d02c43058485224b10d30b892d (diff)
downloadhypervideo-pre-6839d02cb666bd9f8ed6e9a97337c02ce1b19368.tar.lz
hypervideo-pre-6839d02cb666bd9f8ed6e9a97337c02ce1b19368.tar.xz
hypervideo-pre-6839d02cb666bd9f8ed6e9a97337c02ce1b19368.zip
[ABC:iview] Add show extractor (#1630)
Authored by: pabs3
Diffstat (limited to 'yt_dlp/extractor/extractors.py')
-rw-r--r--yt_dlp/extractor/extractors.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/extractor/extractors.py b/yt_dlp/extractor/extractors.py
index 258426050..da6f5d00f 100644
--- a/yt_dlp/extractor/extractors.py
+++ b/yt_dlp/extractor/extractors.py
@@ -4,6 +4,7 @@ from __future__ import unicode_literals
from .abc import (
ABCIE,
ABCIViewIE,
+ ABCIViewShowSeriesIE,
)
from .abcnews import (
AbcNewsIE,