Displaying results in terminal table with select, scroll and experimental search. Expanded broken character handling for PervCity scraper.

This commit is contained in:
2019-03-11 04:19:36 +01:00
parent 4fe7fd06e8
commit 02c421b737
9 changed files with 638 additions and 193 deletions

View File

@@ -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,
},
],
};