norkunas / youtube-dl-php

A PHP wrapper for youtube-dl or yt-dlp.
MIT License
450 stars 155 forks source link

usage in mutual server #190

Closed raharinjatovo closed 1 year ago

raharinjatovo commented 1 year ago

it is possible to call youtubedl exe in mutual server?

norkunas commented 1 year ago

I think so :) Implement a custom ProcessBuilderInterface and run your logic there where you'd call the mutual server :)