We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently this downloads the files through file_get_contents() and doesn't have good error handling.
file_get_contents()
Change to use Guzzle for the calls (with the sink method).
sink
The text was updated successfully, but these errors were encountered:
Merge tag 'v0.2.0' into develop
be67def
Fix minor issue and use Guzzle for torrents Closes #4
246999a
No branches or pull requests
Currently this downloads the files through
file_get_contents()
and doesn't have good error handling.Change to use Guzzle for the calls (with the
sink
method).The text was updated successfully, but these errors were encountered: