SouthParkDownloader
SouthParkDownloader copied to clipboard
Dockerize
The ability to use the downloader with docker. The advantage is that you don't have to install any more services on your system. It can be further simplified in the future.
Works perfectly, thanks. Please merge.
Did not work for me with alpine:3.6
.
PHP Warning: file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages:
error:14007086:SSL routines:CONNECT_CR_CERT:certificate verify failed in /southpark/app/SouthParkDownloader.php on line 642
PHP Warning: file_get_contents(): Failed to enable crypto in /southpark/app/SouthParkDownloader.php on line 642
PHP Warning: file_get_contents(http://www.southpark.de/alle-episoden): failed to open stream: operation failed in /southpark/app/SouthParkDownloader.php on line 642
PHP Warning: DOMDocument::loadHTML(): Empty string supplied as input in /southpark/app/SouthParkDownloader.php on line 642
It worked fine with :latest
PHP Warning: file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages: error:14007086:SSL routines:CONNECT_CR_CERT:certificate verify failed in /southpark/app/SouthParkDownloader.php on line 642 PHP Warning: file_get_contents(): Failed to enable crypto in /southpark/app/SouthParkDownloader.php on line 642 PHP Warning: file_get_contents(http://www.southpark.de/alle-episoden): failed to open stream: operation failed in /southpark/app/SouthParkDownloader.php on line 642 PHP Warning: DOMDocument::loadHTML(): Empty string supplied as input in /southpark/app/SouthParkDownloader.php on line 642
That error i tried to solve in PR #20. It is either related to PHP version used, or the trusted certificates in the container.