[periscope:user] Add new extractor for user pages

Closes #9388
This commit is contained in:
Yen Chi Hsuan 2016-05-06 02:14:39 +08:00
parent 109db8ea64
commit 6f59aa934b
No known key found for this signature in database
GPG key ID: 3FDDD575826C5C30
2 changed files with 41 additions and 1 deletions

View file

@ -561,7 +561,10 @@ from .parliamentliveuk import ParliamentLiveUKIE
from .patreon import PatreonIE
from .pbs import PBSIE
from .people import PeopleIE
from .periscope import PeriscopeIE
from .periscope import (
PeriscopeIE,
PeriscopeUserIE,
)
from .philharmoniedeparis import PhilharmonieDeParisIE
from .phoenix import PhoenixIE
from .photobucket import PhotobucketIE