[go90] Add new extractor(closes #10127)

This commit is contained in:
Remita Amine 2017-04-13 12:27:28 +01:00
parent f59746372a
commit b2fff30817
2 changed files with 93 additions and 0 deletions

View file

@ -384,6 +384,7 @@ from .globo import (
GloboArticleIE,
)
from .go import GoIE
from .go90 import Go90IE
from .godtube import GodTubeIE
from .godtv import GodTVIE
from .golem import GolemIE