Skip to main content

An API server based on yt-dlp

Project description

PyPI Downloads Downloads Downloads License

youtubedlapi-server-infusiblecoder

A REST API server for getting the info for videos from different sites, powered by yt-dlp. The installation instructions and the documentation are available at Read the Docs.

About

youtubedlapi-server-infusiblecoder is released to the public domain, read the License for more info.

Example

youtubedlapi-server-infusiblecoder -p 8000 --host 127.0.0.1 --number-processes 1

or

youtubedlapi-server-infusiblecoder -p 9191 --host 0.0.0.0 --number-processes 1

or for running in bacground

nohup youtubedlapi-server-infusiblecoder -p 9191 --host 0.0.0.0 --number-processes 1 &

Run in BG with A Repeted Job To Restart Server When Its Down

create a script named 'bgapi.sh' add below code in the file

while true
do
youtubedlapi-server-infusiblecoder -p 9191 --host 0.0.0.0 --number-processes 1
sleep 2500
done

save it then run this command to run it in the BG

nohup ./bgapi.sh &

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

youtubedlapi_server_infusiblecoder-3.7.2.tar.gz (14.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

youtubedlapi_server_infusiblecoder-3.7.2-py2.py3-none-any.whl (7.6 kB view details)

Uploaded Python 2Python 3

File details

Details for the file youtubedlapi_server_infusiblecoder-3.7.2.tar.gz.

File metadata

File hashes

Hashes for youtubedlapi_server_infusiblecoder-3.7.2.tar.gz
Algorithm Hash digest
SHA256 72892ebbe93a1d8d1b877ce5926888e5a86bd52bb31ee58b5a304914f9f3b36a
MD5 48c18ce8d9f1a7255233525d26c5ae63
BLAKE2b-256 269a884003b4f7b94c687195eb43cdbd8fb24144bbcfc0be62afe9c497919ac9

See more details on using hashes here.

File details

Details for the file youtubedlapi_server_infusiblecoder-3.7.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for youtubedlapi_server_infusiblecoder-3.7.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 5a62588592cf61356dd4f2b0643bfa8d762b461ebb4d1823f31abcf7f0cdf0d2
MD5 92b2e55166b2efded54f30a9ec4ebdfc
BLAKE2b-256 8f25bc66df3085103b2d4894bf5b1ab1d8e7f2d4b185182bc6bb0c3d8c47b440

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page