12 lines
502 B
TypeScript
12 lines
502 B
TypeScript
import {runTest as runRule34XXX} from "./test/rule34xxx";
|
|
import {runTest as inkbunnytest} from "./test/inkbunny";
|
|
|
|
console.log(`Testing Rule34.xxx`);
|
|
|
|
// Running the rule34 test with "Most popular" page
|
|
runRule34XXX(`https://rule34.xxx/index.php?page=post&s=list&tags=-male%2fmale+-furry+-yaoi+-male_focus+-male_only+-anthro+-3d+-cum+-my_little_pony+-vore+-unknown_species+-fur+-animal`, 50);
|
|
|
|
// !
|
|
runRule34XXX(`https://rule34.xxx/index.php?page=post&s=list&tags=superbusty`, 50);
|
|
|
|
// inkbunnytest();
|