Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Daemon Mode #713

Open
ghost opened this issue Feb 25, 2013 · 2 comments
Open

Daemon Mode #713

ghost opened this issue Feb 25, 2013 · 2 comments
Labels

Comments

@ghost
Copy link

@ghost ghost commented Feb 25, 2013

http://stackoverflow.com/questions/3632919/simple-queue-for-youtube-dl-in-the-linux-shell/3633283#3633283

mentions a patch which would allow youtube-dl to run as a daemon and query a batchfile for new items. Possibly due to code restructuring, the patch will not work. I would be interested in both any help getting it working as well as seeing this eventually become a standard feature. Thanks to either.

@phihag
Copy link
Contributor

@phihag phihag commented Feb 26, 2013

Yeah, that certainly would be interesting. However, to correctly implementing the daemon mode is not as easy as this patch makes it to be. In particular, we must ensure that FileDownloader.download works correctly when called multiple times, so this will most likely require an API restructuring (see #710 among others).

@ghost
Copy link
Author

@ghost ghost commented Feb 26, 2013

Thanks for your reply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.