[SOLVED] Download Dropbox Webpage
by pedropt from LinuxQuestions.org on (#58SNG)
Hello , i have benn trying with wget and lynx to view or download the entire webpage and somehow it appears empty .
Is there anyway to dump the webpage ?
example link with 3 wav files from windows
https://www.dropbox.com/sh/amaeuqdkb...oZikkUpda?dl=0
Not working
Code:wget --no-check-cert -q --refer=http://google.com user-agent="Mozilla/61.0 Firefox/61.0.0" https://www.dropbox.com/sh/amaeuqdkb2sgddv/AACd9zfKF7PgGyPtoZikkUpda/ -O tmpfileCode:lynx -dump -listonly https://www.dropbox.com/sh/amaeuqdkb2sgddv/AACd9zfKF7PgGyPtoZikkUpda/Any ideas ?
Note : Dont even think in writing here "Why dont you install the dropbox tool from their website".
Thank you


Is there anyway to dump the webpage ?
example link with 3 wav files from windows
https://www.dropbox.com/sh/amaeuqdkb...oZikkUpda?dl=0
Not working
Code:wget --no-check-cert -q --refer=http://google.com user-agent="Mozilla/61.0 Firefox/61.0.0" https://www.dropbox.com/sh/amaeuqdkb2sgddv/AACd9zfKF7PgGyPtoZikkUpda/ -O tmpfileCode:lynx -dump -listonly https://www.dropbox.com/sh/amaeuqdkb2sgddv/AACd9zfKF7PgGyPtoZikkUpda/Any ideas ?
Note : Dont even think in writing here "Why dont you install the dropbox tool from their website".
Thank you