Added VineUserIE extractor for vine user timeline
Added vine user timeline extractor using unofficial vine api user profile and timeline api endpoints.
This commit is contained in:
parent
b7d73595dc
commit
ea783d01e1
3 changed files with 48 additions and 1 deletions
|
@ -305,7 +305,10 @@ from .vimeo import (
|
|||
VimeoReviewIE,
|
||||
VimeoWatchLaterIE,
|
||||
)
|
||||
from .vine import VineIE
|
||||
from .vine import (
|
||||
VineIE,
|
||||
VineUserIE,
|
||||
)
|
||||
from .viki import VikiIE
|
||||
from .vk import VKIE
|
||||
from .vube import VubeIE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue