[youtube] Add an extractor for Youtube recommended videos (":ytrec" keyword) (closes #476)

The new extractor and YoutubeSubscriptionsIE are subclasses of YoutubeFeedsInfoExtractor, which allows to fetch videos from http://www.youtube.com/feed_ajax
This commit is contained in:
Jaime Marquínez Ferrándiz 2013-07-20 19:33:40 +02:00
parent 0382435990
commit d7ae0639b4
2 changed files with 31 additions and 9 deletions

View file

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