From 79e784c5a43c4905db9899116a94381ae8645d6d Mon Sep 17 00:00:00 2001 From: Parmjit Virk Date: Thu, 6 Sep 2018 18:49:18 -0500 Subject: [PATCH] [PornHub] Updated test url --- youtube_dl/extractor/pornhub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/pornhub.py b/youtube_dl/extractor/pornhub.py index 31ead787c..db4160fd1 100644 --- a/youtube_dl/extractor/pornhub.py +++ b/youtube_dl/extractor/pornhub.py @@ -348,7 +348,7 @@ class PornHubPlaylistIE(PornHubPlaylistBaseIE): class PornHubUserVideosIE(PornHubPlaylistBaseIE): _VALID_URL = r'https?://(?:[^/]+\.)?pornhub\.com/(?:(?:user|channel)s|model|pornstar)/(?P[^/]+)' _TESTS = [{ - 'url': 'http://www.pornhub.com/users/zoe_ph/videos/public', + 'url': 'https://www.pornhub.com/model/zoe_ph/videos/upload', 'info_dict': { 'id': 'zoe_ph', },