[aol] imporve extraction

- add support for aol features
- remove support for legacy urls
This commit is contained in:
remitamine 2016-03-04 10:42:58 +01:00
parent d48352fb5d
commit 1d4c9ed90c
2 changed files with 27 additions and 48 deletions

View file

@ -23,7 +23,10 @@ from .alphaporno import AlphaPornoIE
from .animeondemand import AnimeOnDemandIE
from .anitube import AnitubeIE
from .anysex import AnySexIE
from .aol import AolIE
from .aol import (
AolIE,
AolFeaturesIE,
)
from .allocine import AllocineIE
from .aparat import AparatIE
from .appleconnect import AppleConnectIE