youtubedlapi-server-infusiblecoder¶
Run the API server
- -p <port>, --port <port>¶
The port the server will use. The default port is 9191
- --host HOST¶
The host the server will use. The default host is localhost
- --number-processes NUMBER_PROCESSES¶
The number of processes the server will use. The default is: 5
- -h, --help¶
Display the help text
- --version¶
Print the version of the server
- final example¶
youtubedlapi-server-infusiblecoder -p 8000 –host 127.0.0.1 –number-processes 1