Closed Ram-Z closed 7 years ago
The changes are welcome, but maybe keep both functions as class methods? Dropping the leading _
in their names to indicate they're now a "public" method, used outside of the class.
The reason I pulled them out, is because they are not using any of the member variables of the class. So they have no need to be a member of the classs.
Updated.
Fixes a small issue with output not lining up when more than one download are available.