1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-01-24 13:22:55 +08:00

Add Oddshot extractor

This commit is contained in:
Chris Tian 2017-06-17 22:25:09 -04:00 committed by GitHub
parent da37cc320a
commit cb97671171

View File

@ -724,6 +724,7 @@ from .nytimes import (
from .nuvid import NuvidIE from .nuvid import NuvidIE
from .nzz import NZZIE from .nzz import NZZIE
from .odatv import OdaTVIE from .odatv import OdaTVIE
from .oddshot import OddshotIE
from .odnoklassniki import OdnoklassnikiIE from .odnoklassniki import OdnoklassnikiIE
from .oktoberfesttv import OktoberfestTVIE from .oktoberfesttv import OktoberfestTVIE
from .ondemandkorea import OnDemandKoreaIE from .ondemandkorea import OnDemandKoreaIE