[vimeo] Add an extractor for the watch later list (closes #2787)

This commit is contained in:
Jaime Marquínez Ferrándiz
2014-04-24 21:51:20 +02:00
parent a55c8b7aac
commit efb7e11988
2 changed files with 51 additions and 22 deletions

View File

@ -292,6 +292,7 @@ from .vimeo import (
VimeoAlbumIE,
VimeoGroupsIE,
VimeoReviewIE,
VimeoWatchLaterIE,
)
from .vine import VineIE
from .viki import VikiIE