docs: point arc298/instagram-scraper anchors at PyPI (GitHub repo removed)#4
Open
OussemaFr wants to merge 2 commits into
Open
docs: point arc298/instagram-scraper anchors at PyPI (GitHub repo removed)#4OussemaFr 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 landing 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 are looking for) but the href now resolves to a page that describes the same abandoned tool.
3 tasks
Follow-up to the initial commit on this PR. PyPI's project/instagram-scraper page returns a Cloudflare bot-challenge interstitial (title 'Client Challenge') that curl reads as a plain 200 — the actual package doesn't 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 regardless of what happens upstream.
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
The two `arc298/instagram-scraper` hyperlinks in the landing README both 404 — the GitHub repo was taken down. Any dev clicking through from this repo lands on a missing page.
Fix
Swap the href on both hyperlinks to `https://pypi.org/project/instagram-scraper/\` (verified 200). Anchor text stays `arc298/instagram-scraper` — that's what search-engine visitors type — but the target is now a page that actually resolves and still describes the same abandoned tool. The "sporadically maintained for years" prose framing still holds; PyPI's release history confirms it.
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 + on socialapis-python (separate PR for that one).
Test plan