diff options
| -rw-r--r-- | youtube_dl/extractor/extractors.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 28858cfea..fec560ba3 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -892,6 +892,7 @@ from .tvc import (  from .tvigle import TvigleIE  from .tvland import TVLandIE  from .tvp import ( +    TVPEmbedIE,      TVPIE,      TVPSeriesIE,  ) | 
