[pornhub] Add support for playlists (Closes #4995)

This commit is contained in:
Sergey M․ 2015-02-19 22:15:19 +06:00
parent d5c69f1da4
commit e66e1a0046
2 changed files with 34 additions and 1 deletions

View file

@ -353,7 +353,10 @@ from .playfm import PlayFMIE
from .playvid import PlayvidIE
from .podomatic import PodomaticIE
from .pornhd import PornHdIE
from .pornhub import PornHubIE
from .pornhub import (
PornHubIE,
PornHubPlaylistIE,
)
from .pornotube import PornotubeIE
from .pornoxo import PornoXOIE
from .promptfile import PromptFileIE