youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit a7d29530732574554cd20324fda0faa17979a1ae
parent fdd0b8f8e044adf61da95fe85bc9414724f1d835
Author: Remita Amine <remitamine@gmail.com>
Date:   Fri,  5 Aug 2016 10:11:59 +0100

[extractors] add tvp:embed import

Diffstat:
Myoutube_dl/extractor/extractors.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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, )