stck-lzm / badown

badown (bash-downloader for mediafire, zippyshare & mega)
GNU General Public License v3.0
60 stars 15 forks source link

Zippyshare changed algo #4

Closed miguelvillanma closed 4 years ago

miguelvillanma commented 4 years ago

Hi, It seems like Zippy changed something internally and your approach is not working anymore.

Found this https://github.com/ffluegel/zippyshare/blob/master/zippyshare.sh, and it's updated to this new algorithm. Maybe you can fork it somehow.

Thank you

stck-lzm commented 4 years ago

Hello,

I have quickly look at your link and it appear they do adapt the algo with zippy update, which is what is happening with badown atm (with a lot of delay :/). If I have to fix this once again I would like to implement something more stable, more permanent. Since everything is just simple mathematical operation over couple of line there is 2 path of reflexion:

If you have more information, please share :) lzm

stck-lzm commented 4 years ago

ok, fixed, here 5728d4c but its just temporary fix :/