-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* allow custom http server base url by passing argument `getpot_bgutil_baseurl` (defaults to `http://127.0.0.1:4416`) * Code formatting(use single quotes): be consistent, remove trailing whitespaces * Use `yt_dlp.utils.Popen` instead of `subprocess.Popen` * Add cause to several `RequestError`'s * Do not use bare `except` [server] add options to main.ts, misc * generate_once.ts: Remove repeated logging * main.ts: allow custom http server port by passing `-p, --port <PORT>` (defaults to 4416) * main.ts: allow verbose logging for `SessionManager` by passing argument `--verbose` * main.ts: return a JSON object when it fails to generate a visitordata
- Loading branch information
Showing
3 changed files
with
47 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters