[downloader/external] curl: Add the '--location' flag
[youtube-dl] / youtube_dl / extractor / __init__.py
index 13292073c2499d9b74a9157f1f80fc108a1762e2..7d0909b5dac9f76b06b373905d4e2963b96ecfe7 100644 (file)
@@ -371,7 +371,7 @@ from .rottentomatoes import RottenTomatoesIE
 from .roxwel import RoxwelIE
 from .rtbf import RTBFIE
 from .rte import RteIE
-from .rtlnl import RtlXlIE
+from .rtlnl import RtlNlIE
 from .rtlnow import RTLnowIE
 from .rtl2 import RTL2IE
 from .rtp import RTPIE
@@ -579,6 +579,7 @@ from .yahoo import (
     YahooIE,
     YahooSearchIE,
 )
+from .yam import YamIE
 from .yesjapan import YesJapanIE
 from .ynet import YnetIE
 from .youjizz import YouJizzIE