diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-02-19 22:15:19 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-02-19 22:15:19 +0600 |
commit | e66e1a0046ca804461c4c9c3e890165ec9d865e1 (patch) | |
tree | e5b3c3cec76f69357c2caed143af443b5c0d3b24 /youtube_dl/extractor/__init__.py | |
parent | d5c69f1da41f3e370c500482303196ae845472ed (diff) |
[pornhub] Add support for playlists (Closes #4995)
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index c2424ed48..9b5855768 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -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 |