This repository has been archived on 2024-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
HentaiSnatcher/src/test.ts

6 lines
230 B
TypeScript
Raw Normal View History

2021-10-22 00:29:12 +03:00
import {runTest as runRule34XXX} from "./test/rule34xxx";
2021-10-22 00:29:12 +03:00
console.log(`Testing Rule34.xxx`);
2021-10-22 00:29:12 +03:00
// Running the rule34 test with "Most popular" page
2021-10-22 01:36:15 +03:00
runRule34XXX(`https://rule34.xxx/index.php?page=post&s=list&tags=cyancapsule`, 30);