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.6.tar.gz (14.0 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.6-py2.py3-none-any.whl (7.1 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

File hashes

Hashes for youtubedlapi_server_infusiblecoder-3.6.tar.gz
Algorithm Hash digest
SHA256 6bc42e06d672fd9c1d5688231c43beccb00de650a829dc72f00fc2c398979683
MD5 bfe95ab2479fd146e9a3782d03fd9cce
BLAKE2b-256 d235139a404ee7f0aa9cb02fa55ac990292275c61c7928a84e744076de9ee37f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for youtubedlapi_server_infusiblecoder-3.6-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 b6eb2abc941374221911df1cddb8165f19809e57d08660e6f92fc38435f7216c
MD5 58352b776cb075e555baa2e6978586fd
BLAKE2b-256 c577441494ddc4e813ecf14b6c746f72ed46c1206a3677ed8367839440eb8d62

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