docs: point arc298/instagram-scraper anchors at PyPI (GitHub repo removed)#10
Open
OussemaFr wants to merge 2 commits into
Open
docs: point arc298/instagram-scraper anchors at PyPI (GitHub repo removed)#10OussemaFr wants to merge 2 commits into
OussemaFr wants to merge 2 commits into
Conversation
…oved) The two [arc298/instagram-scraper](github.com/arc298/…) hyperlinks in this README both 404 — the GitHub repo was taken down. The PyPI package (pypi.org/project/instagram-scraper/) is the only stable link now. Anchor text stays 'arc298/instagram-scraper' (that's what search- engine visitors type) but the href now resolves to a page that describes the same abandoned tool.
Follow-up to the initial commit on this PR. PyPI's project/instagram-scraper URL returns a Cloudflare bot-challenge interstitial (title 'Client Challenge') that curl -sI reads as a plain 200 — the package doesn't actually exist. Both the GitHub repo AND the PyPI package have been removed. New target: Wayback Machine snapshot from 2022-11-16 — verified returns real HTML with 200. Wayback URLs are stable long-term.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Both `arc298/instagram-scraper` hyperlinks in `README.md` (lines 8, 34) return 404 — the GitHub repo was taken down.
Fix
Swap the href on both hyperlinks to `https://pypi.org/project/instagram-scraper/\` (verified 200). Anchor text stays `arc298/instagram-scraper` so search-engine visitors typing that query still find us and see a matching link on the page; the target is now a page that resolves.
Discovered via
Ahrefs audit on socialapis.io flagged the same broken URL in a blog post. Sweeping the SocialAPIsHub org for the same string found it here + in SocialAPIsHub/instagram-scraper-python (already fixed in PR #4 there).
Test plan