Skip to content

Tried to download the website - nothing saved :( #196

@vitaly-zdanevich

Description

@vitaly-zdanevich

Installed by

$ python -m venv .venv && . .venv/bin/activate
(.venv) vitaly@thinkpad-t430 /tmp/website $ pip install waybackpy -U
Collecting waybackpy
  Downloading waybackpy-3.0.6-py3-none-any.whl.metadata (9.9 kB)
Collecting click (from waybackpy)
  Downloading click-8.3.0-py3-none-any.whl.metadata (2.6 kB)
Collecting requests (from waybackpy)
  Downloading requests-2.32.5-py3-none-any.whl.metadata (4.9 kB)
Collecting urllib3 (from waybackpy)
  Downloading urllib3-2.5.0-py3-none-any.whl.metadata (6.5 kB)
Collecting charset_normalizer<4,>=2 (from requests->waybackpy)
  Downloading charset_normalizer-3.4.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (37 kB)
Collecting idna<4,>=2.5 (from requests->waybackpy)
  Downloading idna-3.11-py3-none-any.whl.metadata (8.4 kB)
Collecting certifi>=2017.4.17 (from requests->waybackpy)
  Downloading certifi-2025.10.5-py3-none-any.whl.metadata (2.5 kB)
Downloading waybackpy-3.0.6-py3-none-any.whl (34 kB)
Downloading click-8.3.0-py3-none-any.whl (107 kB)
Downloading requests-2.32.5-py3-none-any.whl (64 kB)
Downloading charset_normalizer-3.4.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (153 kB)
Downloading idna-3.11-py3-none-any.whl (71 kB)
Downloading urllib3-2.5.0-py3-none-any.whl (129 kB)
Downloading certifi-2025.10.5-py3-none-any.whl (163 kB)
Installing collected packages: urllib3, idna, click, charset_normalizer, certifi, requests, waybackpy
Successfully installed certifi-2025.10.5 charset_normalizer-3.4.4 click-8.3.0 idna-3.11 requests-2.32.5 urllib3-2.5.0 waybackpy-3.0.6
$ waybackpy --url gamerspulse.com --user_agent "my-user-agent" --known_urls --near --year 2004 --month 8
/tmp/website/.venv/lib/python3.13/site-packages/click/core.py:1213: UserWarning: The parameter -l is used more than once. Remove its duplicate as parameters should be unique.
  parser = self.make_parser(ctx)
/tmp/website/.venv/lib/python3.13/site-packages/click/core.py:1213: UserWarning: The parameter -f is used more than once. Remove its duplicate as parameters should be unique.
  parser = self.make_parser(ctx)
/tmp/website/.venv/lib/python3.13/site-packages/click/core.py:1213: UserWarning: The parameter -st is used more than once. Remove its duplicate as parameters should be unique.
  parser = self.make_parser(ctx)
/tmp/website/.venv/lib/python3.13/site-packages/click/core.py:1206: UserWarning: The parameter -l is used more than once. Remove its duplicate as parameters should be unique.
  self.parse_args(ctx, args)
/tmp/website/.venv/lib/python3.13/site-packages/click/core.py:1206: UserWarning: The parameter -f is used more than once. Remove its duplicate as parameters should be unique.
  self.parse_args(ctx, args)
/tmp/website/.venv/lib/python3.13/site-packages/click/core.py:1206: UserWarning: The parameter -st is used more than once. Remove its duplicate as parameters should be unique.
  self.parse_args(ctx, args)
Archive URL:
https://web.archive.org/web/20040805044726/http://gamerspulse.com:80/

On Gentoo Linux.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions