[youtube] Add an extractor for downloading the watch history (closes #1821)

This commit is contained in:
Jaime Marquínez Ferrándiz 2013-11-24 14:33:50 +01:00
parent dc65dcbb6d
commit f459d17018
3 changed files with 16 additions and 0 deletions

View file

@ -186,6 +186,7 @@ from .youtube import (
YoutubeTruncatedURLIE,
YoutubeWatchLaterIE,
YoutubeFavouritesIE,
YoutubeHistoryIE,
)
from .zdf import ZDFIE