forked from DebaucheryLibrarian/traxxx
Added parameters column to sites database, fixes Perv City scraper. Getting shoot ID from all existing scrapers.
This commit is contained in:
@@ -32,15 +32,15 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
value: 'title',
|
||||
width: 60,
|
||||
width: 100,
|
||||
},
|
||||
{
|
||||
value: 'actors',
|
||||
width: 40,
|
||||
width: 60,
|
||||
},
|
||||
{
|
||||
value: 'rating',
|
||||
width: 20,
|
||||
width: 30,
|
||||
},
|
||||
],
|
||||
filename: {
|
||||
|
||||
Reference in New Issue
Block a user