google scraper fix

This commit is contained in:
2026-08-01 20:04:04 -04:00
parent 8e7fe83774
commit db90a39c4f
5 changed files with 2115 additions and 60 deletions

View File

@@ -24,15 +24,21 @@ class config{
const API_ENABLED = true;
//
// 4play (session provider)
// 4play settings
//
// Enable 4play API?
const FPLAY_ENABLE_API = true;
// Enable 4get's /api/v2/provide_sesh endpoint
const FPLAY_ENABLE_API = false;
// 4play password. Please set this to something secure if you enable the 4play API.
// 4play password. Please set this to something secure if you use this extension.
// This password is used to POST sessions to /api/v2/provide_sesh
// It's also used as the external endpoint password.
const FPLAY_PASSWORD = "cnc";
// Endpoint 4get hits to render webpages
// Eg: null=no endpoint provided
// Or "https://your-endpoint.com/my-endpoint" (excluding get parameters like &pw)
const FPLAY_EXTERNAL_ENDPOINT = null;
//
// BOT PROTECTION
//