[pornhub:gif] extract 'viewkey' and 'timestamp' metadata (#4463)
https://github.com/mikf/gallery-dl/issues/4463#issuecomment-2014550302
This commit is contained in:
@@ -143,6 +143,9 @@ class PornhubGifExtractor(PornhubExtractor):
|
|||||||
"url" : extr('"contentUrl": "', '"'),
|
"url" : extr('"contentUrl": "', '"'),
|
||||||
"date" : text.parse_datetime(
|
"date" : text.parse_datetime(
|
||||||
extr('"uploadDate": "', '"'), "%Y-%m-%d"),
|
extr('"uploadDate": "', '"'), "%Y-%m-%d"),
|
||||||
|
"viewkey" : extr('From this video: '
|
||||||
|
'<a href="/view_video.php?viewkey=', '"'),
|
||||||
|
"timestamp": extr('lass="directLink tstamp" rel="nofollow">', '<'),
|
||||||
"user" : text.remove_html(extr("Created by:", "</div>")),
|
"user" : text.remove_html(extr("Created by:", "</div>")),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -62,9 +62,11 @@ __tests__ = (
|
|||||||
"hardcore sex",
|
"hardcore sex",
|
||||||
"babes 18 year",
|
"babes 18 year",
|
||||||
],
|
],
|
||||||
|
"timestamp": "5:07",
|
||||||
"title" : "Intense sloppy blowjob of Danika Mori",
|
"title" : "Intense sloppy blowjob of Danika Mori",
|
||||||
"url" : "https://el.phncdn.com/pics/gifs/043/726/891/43726891a.webm",
|
"url" : "https://el.phncdn.com/pics/gifs/043/726/891/43726891a.webm",
|
||||||
"user" : "Danika Mori",
|
"user" : "Danika Mori",
|
||||||
|
"viewkey" : "64367c8c78a4a",
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user