Displaying results in terminal table with select, scroll and experimental search. Expanded broken character handling for PervCity scraper.
This commit is contained in:
@@ -5,4 +5,27 @@ module.exports = {
|
||||
'xempire',
|
||||
'pervcity',
|
||||
],
|
||||
columns: [
|
||||
{
|
||||
value: 'date',
|
||||
format: 'MMM DD, YYYY',
|
||||
width: 14,
|
||||
},
|
||||
{
|
||||
value: 'site',
|
||||
width: 20,
|
||||
},
|
||||
{
|
||||
value: 'title',
|
||||
width: 60,
|
||||
},
|
||||
{
|
||||
value: 'actors',
|
||||
width: 40,
|
||||
},
|
||||
{
|
||||
value: 'rating',
|
||||
width: 20,
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user