Compare commits

..

No commits in common. "4c503a317794ee185707dbfbe15eab7ca9042723" and "7f11d0ca91037c51e70b06377bdca402308a42cd" have entirely different histories.

4 changed files with 4392 additions and 4 deletions

4388
evilangel_urls Normal file

File diff suppressed because it is too large Load Diff

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "traxxx",
"version": "1.204.10",
"version": "1.204.9",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "traxxx",
"version": "1.204.10",
"version": "1.204.9",
"license": "ISC",
"dependencies": {
"@casl/ability": "^5.2.2",

View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.204.10",
"version": "1.204.9",
"description": "All the latest porn releases in one place",
"main": "src/app.js",
"scripts": {

View File

@ -685,7 +685,7 @@ function getUpcomingUrl(site) {
async function fetchLatest(site, page = 1) {
const url = getLatestUrl(site, page);
const res = await qu.getAll(url, 'li[data-itemtype=scene], div[data-itemtype*=scene]');
const res = await qu.getAll(url, 'li[data-itemtype=scene], div[data-itemtype*=scene], div[]');
if (res.ok) {
return scrapeAll(res.items, site);