1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-06-30 11:02:54 -05:00

[godtv] Add extractor

[GodTV] Improvements
This commit is contained in:
TRox1972
2016-05-27 13:37:40 +02:00
committed by Sergey M․
parent 21efee5f8b
commit bb1e44cc8e
2 changed files with 30 additions and 0 deletions

View File

@ -292,6 +292,7 @@ from .globo import (
GloboArticleIE,
)
from .godtube import GodTubeIE
from .godtv import GodTVIE
from .goldenmoustache import GoldenMoustacheIE
from .golem import GolemIE
from .googledrive import GoogleDriveIE