aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorRemita Amine <remitamine@gmail.com>2017-01-06 12:10:47 +0100
committerRemita Amine <remitamine@gmail.com>2017-01-06 12:10:47 +0100
commit32b7c2a57e67b8406de13b735e335679936ef393 (patch)
tree974e6c6e83e0ffd1fec8f36d79b3015ccccbb472 /youtube_dl/extractor/extractors.py
parent221ce325296657ebb50719f64914ab63a3238d4b (diff)
downloadyoutube-dl-32b7c2a57e67b8406de13b735e335679936ef393.tar.xz
[aol] remove AolFeaturesIE
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r--youtube_dl/extractor/extractors.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py
index 923fb6f60..3d9e30693 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -38,10 +38,7 @@ from .amcnetworks import AMCNetworksIE
from .animeondemand import AnimeOnDemandIE
from .anitube import AnitubeIE
from .anysex import AnySexIE
-from .aol import (
- AolIE,
- AolFeaturesIE,
-)
+from .aol import AolIE
from .allocine import AllocineIE
from .aparat import AparatIE
from .appleconnect import AppleConnectIE