Added a Playlist Info Extractor for WebOfStories

This commit is contained in:
Shadab Zafar 2015-06-26 21:27:43 +05:30
parent 2988835af5
commit 2028c6e03d
2 changed files with 29 additions and 1 deletions

View file

@ -693,7 +693,10 @@ from .wdr import (
WDRMobileIE,
WDRMausIE,
)
from .webofstories import WebOfStoriesIE
from .webofstories import (
WebOfStoriesIE,
WebOfStoriesPlaylistIE,
)
from .weibo import WeiboIE
from .wimp import WimpIE
from .wistia import WistiaIE