forked from DebaucheryLibrarian/traxxx
Added Blowpass scraper. Split shootId and pageId.
This commit is contained in:
@@ -11,6 +11,10 @@ const formatters = {
|
||||
return '\x1b[90mUnrated\x1b[0m';
|
||||
}
|
||||
|
||||
if (rating.likes !== undefined && rating.dislikes === undefined) {
|
||||
return `\x1b[93m★\x1b[0m N/A \x1b[92m▲\x1b[0m ${String(rating.likes).padEnd(3)}`;
|
||||
}
|
||||
|
||||
if (rating.stars) {
|
||||
return `\x1b[93m★ ${rating.stars.toFixed(2)}\x1b[0m`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user