mcrapet / plowshare-modules-legacy

Plowshare legacy & unmaintained modules
GNU General Public License v3.0
121 stars 77 forks source link

filejoker update to handle premium accounts. #259

Closed apark263 closed 3 years ago

apark263 commented 3 years ago

For premium downloads, an additional form request needs to be submitted in order to generate the download link.

The download link itself can only used if appropriate cookie variables have been set (joker_cook and xip), otherwise the curl command will fail with 'Wrong IP' message.

This PR both allows the true download link to be generated and subsequently sets the cookie variables to allow the curl command to complete.

Should close #248.