1
0
Fork 0
mirror of https://github.com/blackjack4494/yt-dlc.git synced 2024-12-23 00:07:49 +00:00

[extractors] add tvp:embed import

This commit is contained in:
Remita Amine 2016-08-05 10:11:59 +01:00
parent fdd0b8f8e0
commit a7d2953073

View file

@ -892,6 +892,7 @@ from .tvc import (
from .tvigle import TvigleIE
from .tvland import TVLandIE
from .tvp import (
TVPEmbedIE,
TVPIE,
TVPSeriesIE,
)