mcrapet / plowshare

Command-line tool and engine for managing sharing websites
GNU General Public License v3.0
850 stars 88 forks source link

bug with uploaded.net #58

Closed mikrob closed 8 years ago

mikrob commented 8 years ago

Hi,

When i try to download to uploaded.net with a valid account (work in browser and in jdownloader) i have a parsing error.

Command : plowdown -a "XXXXX:YYYYYYY" http://uploaded.net/file/abcdefghi

Result :

Starting download (uploaded_net): http://uploaded.net/fileabcdefghi
Starting login process: XXXXXXX/********
parse failed (sed): "/Status:/ s/^.*<em>\(.*\)</em>.*$/\1/p" (skip 1)
Failed inside uploaded_net_login(), line 73, uploaded_net.sh
Failed inside uploaded_net_download() [1]

Is it a bad use or a bug?

Raziel-23 commented 8 years ago

It only means that you didn't update your modules, it's already fixed here.

mcrapet commented 8 years ago

plowmod -u should do the job.

mcrapet commented 8 years ago

As it is related to modules, next time, open issue here: https://github.com/mcrapet/plowshare-modules-legacy/issues Thanks.