Add an extractor for downloading the Youtube favorite videos(closes #127)

This commit is contained in:
Jaime Marquínez Ferrándiz 2013-07-24 20:45:19 +02:00
parent b2e8bc1b20
commit c626a3d9fa
2 changed files with 15 additions and 2 deletions

View file

@ -93,6 +93,7 @@ from .youtube import (
YoutubeShowIE,
YoutubeSubscriptionsIE,
YoutubeRecommendedIE,
YoutubeFavouritesIE,
)
from .zdf import ZDFIE