GaretJax/phpbrowscap

_getRemoteData doesn't always check all the possible ways to download the source file.

Opened this issue · 0 comments

The logic in _getRemoteData() is faulty. No matter which update style I choose all the update methods should be checked if my chosen way fails.
Either that or NONE (an option should be added).

There is a nice _getUpdateMethod() method which can be used to fix this mess along with #15 issue.