[pornhub:playlist] Allow alphanumeric viewkeys (Closes #7695)

This commit is contained in:
Sergey M․ 2015-11-30 03:47:01 +06:00
parent 2e1b928540
commit d53a4af1a4
1 changed files with 2 additions and 1 deletions

View File

@ -147,7 +147,8 @@ class PornHubPlaylistIE(InfoExtractor):
entries = [
self.url_result('http://www.pornhub.com/%s' % video_url, 'PornHub')
for video_url in set(re.findall('href="/?(view_video\.php\?viewkey=\d+[^"]*)"', webpage))
for video_url in set(re.findall(
r'href="/?(view_video\.php\?.*\bviewkey=[\da-z]+[^"]*)"', webpage))
]
playlist = self._parse_json(