[aenetworks] add support for show and season for A&E Network sites and History topics(closes #9816)

This commit is contained in:
Remita Amine 2016-06-29 15:49:17 +01:00
parent 97124e572d
commit 42362fdb5e
2 changed files with 135 additions and 51 deletions

View file

@ -20,7 +20,10 @@ from .adobetv import (
AdobeTVVideoIE,
)
from .adultswim import AdultSwimIE
from .aenetworks import AENetworksIE
from .aenetworks import (
AENetworksIE,
HistoryTopicIE,
)
from .afreecatv import AfreecaTVIE
from .aftonbladet import AftonbladetIE
from .airmozilla import AirMozillaIE