Add an extractor for downloading the Youtube favorite videos(closes #127)
[youtube-dl] / youtube_dl / extractor / __init__.py
index 6de48c34190c9ee2a4913ed26114d26ac8c64b05..40dc1c1e49fe2a1c3bd8f07d39fd2ff86ecca95a 100644 (file)
@@ -93,6 +93,7 @@ from .youtube import (
     YoutubeShowIE,
     YoutubeSubscriptionsIE,
     YoutubeRecommendedIE,
+    YoutubeFavouritesIE,
 )
 from .zdf import ZDFIE