diff options
| author | Sergey M․ <dstftw@gmail.com> | 2018-11-18 11:14:46 +0700 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2018-11-18 11:14:46 +0700 | 
| commit | f97c099131f625104f64a99a02a8c9894620171a (patch) | |
| tree | 1d2a8626b6a4dbccc45feaaa01685c4f6c8f381a | |
| parent | 1febf99da1924c46a491790639371f4ee9069193 (diff) | |
[pornhub] Move test to correct place
| -rw-r--r-- | youtube_dl/extractor/pornhub.py | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/youtube_dl/extractor/pornhub.py b/youtube_dl/extractor/pornhub.py index 7ee64dbf6..c9c884095 100644 --- a/youtube_dl/extractor/pornhub.py +++ b/youtube_dl/extractor/pornhub.py @@ -121,6 +121,9 @@ class PornHubIE(InfoExtractor):      }, {          'url': 'http://www.pornhub.com/video/show?viewkey=648719015',          'only_matching': True, +    }, { +        'url': 'https://www.pornhub.net/view_video.php?viewkey=203640933', +        'only_matching': True,      }]      @staticmethod @@ -393,9 +396,6 @@ class PornHubUserVideosIE(PornHubPlaylistBaseIE):      }, {          'url': 'https://www.pornhub.com/pornstar/jenny-blighe/videos/upload',          'only_matching': True, -    }, { -        'url': 'https://www.pornhub.net/view_video.php?viewkey=203640933', -        'only_matching': True,      }]      def _real_extract(self, url):  | 
