Compare commits
2 Commits
4925295798
...
215528171d
Author | SHA1 | Date |
---|---|---|
|
215528171d | |
|
889a13f206 |
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.238.4",
|
||||
"version": "1.238.5",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "traxxx",
|
||||
"version": "1.238.4",
|
||||
"version": "1.238.5",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@aws-sdk/client-s3": "^3.458.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.238.4",
|
||||
"version": "1.238.5",
|
||||
"description": "All the latest porn releases in one place",
|
||||
"main": "src/app.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -62,7 +62,7 @@ function scrapeScene({ query }, { url }) {
|
|||
}
|
||||
|
||||
async function fetchLatest(channel, page = 1) {
|
||||
const url = `${channel.url}/all-videos/${page}/`;
|
||||
const url = `${channel.url}/all-videos/page/${page}/`;
|
||||
const res = await unprint.get(url, { selectAll: '.catposts > div:not(.clearfix):not(.flexcont)' });
|
||||
|
||||
if (res.ok) {
|
||||
|
|
Loading…
Reference in New Issue