Releases: pionxzh/Pornhub.js
Releases Β· pionxzh/Pornhub.js
v1.7.2
1.7.2 (2023-08-26)
Bug Fixes
- deps: update dependency node-fetch to ^2.6.13 (960c5c1)
- deps: update dependency node-fetch to ^2.7.0 (66c97ff)
- fix video premium detection (af6994b)
v1.7.1
1.7.1 (2023-07-28)
Bug Fixes
- fix request might not bring cookies correctly (044709c)
v1.7.0
1.7.0 (2023-07-27)
Features
- add
uploadDate
to VideoPage (#76) (6d42235)
- add most recent uploaded video list to ModelPage, add method to get all model videos, fix Pager.isEnd (#75) (4e7880d)
- expose cookie manipulation API set (6c72ca7)
Bug Fixes
- add cookies for age confirmation bypass (a3a6217)
- add missing
url
for randomVideo
(8a3b17f)
- error handling for ld+json parsing (e62a063)
- prevent NaN in paging (b3435f2)
v1.6.0
1.6.0 (2023-07-20)
Features
- add
id
to video search response to align with video page (88ebf8b)
- add
preview
for video page response to align with video search (6f888b9)
- add
url
to video page response to align with video search (d6d585f)
- HttpStatusError now will contains url (c9400ae)
Bug Fixes
rating
shouldn't be NaN
when vote is 0 (9f26392)
v1.5.1
1.5.1 (2023-07-13)
Bug Fixes
- bypass age confirmation for european users (c672702), closes #67
v1.5.0
1.5.0 (2023-07-08)
Features
- support
.recommendedVideos()
to parse videos from /recommended
(f1f3cbf)
- support
/gay
sexualOrientation for .searchPornstar()
(c8d92f4)
- support
/gay
sexualOrientation for .videoList()
, .searchVideo()
and .recommendedVideos()
(8976edb), closes #54
Bug Fixes
- add missing
country
prop for .videoList()
(bf80129)
v1.4.0
1.4.0 (2023-07-07)
Features
- convert
id
type in webMaster.getCategories
from string
to number
(050f12e)
- convert
id
type in webMaster.getCategories
to string | number
(e2ee66e)
- support
.randomVideo
to parse video from /random
(f1f929b), closes #62
- support
.videoList()
to parse videos from /video
(4c51fb2)
- support passing
period
to searchVideo
(0237070), closes #59
Bug Fixes
- deps: update dependency node-fetch to ^2.6.11 (24f57e4)
- deps: update dependency node-fetch to ^2.6.12 (6d03346)
- prevent detect incorrect social link from nav bar for
.model
and .pornstar
(57f57fd)
v1.3.2
1.3.2 (2023-04-07)
Bug Fixes
- mark
videos
video download as deprecated (304f221)
v1.3.1
1.3.1 (2023-03-18)
Bug Fixes
cup
should be lowercase in pornstarList
(422e463)
- deps: update dependency urlcat to v3 (#48) (2647d10)
- support search for gay pornstar list (908d0f2)
v1.3.0
1.3.0 (2023-03-18)
Features
- support pornstar list
pornstarList
(e4480af), closes #44