hartator / wayback-machine-downloader

Download an entire website from the Wayback Machine.
Other
5.16k stars 677 forks source link

Cannot run wayback_machine_downloader on windows - 'wayback_machine_downloader' is not recognized as an internal or external command, #255

Open nicolasvahidzein opened 10 months ago

nicolasvahidzein commented 10 months ago

Hello,

Can someone help me please. I successfully installed Ruby on Rails on my windows system:

C:\Users\UsernameHere\.local\share\gem\ruby\3.2.0>ruby -v
ruby 3.2.2 (2023-03-30 revision e51014f9c0) [x64-mingw-ucrt]

I try to run the software as instructed and it is not working:

C:\>wayback_machine_downloader http://example.com
'wayback_machine_downloader' is not recognized as an internal or external command,
operable program or batch file.
lastlament commented 9 months ago

run it with "wayback_machine_downloader.ruby3.2 https://examplesite.com"

Then-Terence commented 6 months ago

Do make sure you have run the following line:

gem install wayback_machine_downloader