Browse Source

[extractors] add tvp:embed import

Remita Amine 9 years ago
parent
commit
a7d2953073
1 changed files with 1 additions and 0 deletions
  1. 1 0
      youtube_dl/extractor/extractors.py

+ 1 - 0
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,
 )