Added missing Bang sites, updated channel URLs.

This commit is contained in:
DebaucheryLibrarian
2026-02-01 04:50:29 +01:00
parent 2e9e678c51
commit 85fbc9d2f2
4 changed files with 56 additions and 45 deletions

View File

@@ -229,6 +229,7 @@ const actors = [
{ entity: 'meidenvanholland', name: 'Izzy Bizzy Bang Bang', fields: ['avatar', 'description'] },
{ entity: 'karups', name: 'Peach Lollypop', fields: ['avatar'] },
{ entity: 'boyfun', name: 'Amahd Passer', fields: ['avatar', 'age', 'height', 'weight', 'penisLength', 'isCircumcised'] },
{ entity: 'bang', name: 'Riley Reid', fields: ['avatar', 'dateOfBirth', 'birthPlace', 'ethnicity', 'hairColor', 'eyes'] },
];
const actorScrapers = scrapers.actors;