Added youtube video example profile.

This commit is contained in:
Jakob Friedl
2025-11-07 20:22:13 +01:00
parent 4907639848
commit 0149a82f60
6 changed files with 135 additions and 3 deletions

View File

@@ -18,6 +18,7 @@ port = 37573
user-agent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36"
# Defines URI endpoints for HTTP GET requests
# This has to be an array, even if it only has one member
endpoints = [
"/get",
"/api/v1.2/status.js"
@@ -83,6 +84,7 @@ placement = { type = "body" }
user-agent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36"
# Defines URI endpoints for HTTP POST requests
# This has to be an array, even if it only has one member
endpoints = [
"/post",
"/api/v2/get.js"