Rapid account: LBeckX

LBeckX / LBeckX

Tartışmalar

28
Title
Created at (Click to sort ascending)
A
17
2023-04-15 Add image response options to porn star api - see `/docs` ``` "?responseProfileImage": 1, "?responseProfileImageBase64": 1, "?responseImages": 1, "?responseImagesBase64": 1 ``` Sat 11:53 15/4/23
A
1
Sorry but in my response is all well. could you pls. describe the problem? Thu 10:00 30/3/23
A
7
The problem is that you have to call each page, each link once. My API returns about 380 video links per request, which means you would have to make 380 requests afterwards. That probably takes a long time even if I cache the videos, since new videos are constantly being added. But why do you need the player links of 380 videos at the same time. Surely any browser would crash? Do you have your code on GitHub? I assume that you have written your code in PHP. In my opinion PHP is not that good for asychrone requests. Therefore I would rather recommend NodeJS. If you want to do it with PHP, I found something here: https://www.geeksforgeeks.org/how-to-make-asynchronous-http-requests-in-php/ With this you could theoretically make 380 requests at the same time and that would be much faster than with synchronous requests. Because you don't have to wait for the answer of each request until you can start the next one. Sat 7:48 25/3/23
A
1
25.03.2023 Fix pornhub accessAgeDisclaimerPH cookie; Sat 7:31 25/3/23
A
17
2023-04-15 Add image response options to porn star api - see `/docs` ``` "?responseProfileImage": 1, "?responseProfileImageBase64": 1, "?responseImages": 1, "?responseImagesBase64": 1 ``` Sat 11:53 15/4/23
A
17
2023-04-15 Add image response options to porn star api - see `/docs` ``` "?responseProfileImage": 1, "?responseProfileImageBase64": 1, "?responseImages": 1, "?responseImagesBase64": 1 ``` Sat 11:53 15/4/23