chore: update Python syntax check workflow and add browser helper script

This commit is contained in:
Space-Banane
2026-04-06 23:07:57 +02:00
parent b817f34607
commit 002533044a
3 changed files with 43 additions and 5 deletions

View File

@@ -90,8 +90,11 @@ python batch.py
- `with_ui.py` — Flask UI server and job manager.
- `frontend.html` — browser interface.
- `batch.py` — command-line batch downloader (now supports JSON input).
- `urls.sample.json` — example JSON file.
- `requirements.txt` — Python dependencies.
- `urls.sample.json` — example JSON file.
## Browser helper
Use the included `get_urls.js` helper to extract post URLs from a Patreon page via the browser console. Paste and run the script in the console while viewing a page with posts; the script logs an array of URLs which you can right-click and "Copy Object" on.
## License
- MIT No Attribution — see `MIT-0.txt`.