Compare commits
No commits in common. "c1c58f659d43c52e9d308eda449193c38a045ed4" and "c0347eed50726177b120e97befe09d067e49eef2" have entirely different histories.
c1c58f659d
...
c0347eed50
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.172.3",
|
"version": "1.172.2",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.172.3",
|
"version": "1.172.2",
|
||||||
"description": "All the latest porn releases in one place",
|
"description": "All the latest porn releases in one place",
|
||||||
"main": "src/app.js",
|
"main": "src/app.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
|
|
@ -200,8 +200,6 @@ function scrapeAll(html, site, networkUrl, hasTeaser = true) {
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(release);
|
|
||||||
|
|
||||||
return release;
|
return release;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
@ -254,10 +252,7 @@ async function scrapeScene(html, url, site, baseRelease, mobileHtml, options) {
|
||||||
|
|
||||||
const channel = data?.productionCompany?.name
|
const channel = data?.productionCompany?.name
|
||||||
|| $('.studioLink a, .siteLink a').attr('title')?.trim()
|
|| $('.studioLink a, .siteLink a').attr('title')?.trim()
|
||||||
|| $('.siteNameSpan').text()
|
|| $('.siteNameSpan').text()?.trim().toLowerCase().replace('.com', '')
|
||||||
?.trim()
|
|
||||||
.toLowerCase()
|
|
||||||
.replace('.com', '')
|
|
||||||
|| $('meta[name="twitter:domain"]').attr('content')?.replace('.com', '');
|
|| $('meta[name="twitter:domain"]').attr('content')?.replace('.com', '');
|
||||||
|
|
||||||
if (channel) release.channel = slugify(channel, '');
|
if (channel) release.channel = slugify(channel, '');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue