Initial commit

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Todd
2026-03-29 22:42:55 -04:00
commit 0d7b2b1aab
389 changed files with 280296 additions and 0 deletions

5
scripts/run-with-xvfb.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
# Run media-downloader with Xvfb virtual display
# This allows headed browsers (ImgInn, Toolzu) to run without a GUI
env DISPLAY=:100 HOME=/root XAUTHORITY= "$@"