v0.0.28

makehumancommunity/mpfb2v0.0.28Apr 9, 2026by soxoj

AI Summary

A major update adding support for over 20 new social media platforms including YouTube, Wikipedia, Threads, Chess.com, Roblox, and Habr. The release also introduces plugins support, migrates the project configuration to pyproject.toml, and changes the license to MIT.

Key Highlights

  • Added support for 20+ new social media platforms (Threads, Chess.com, Roblox, Habr, etc.)
  • Introduced plugins support
  • Migrated to pyproject.toml
  • License change to MIT
  • Added Crypto/Web3 platform extractors

New Features

  • New extractors (Threads, Chess.com, Roblox, Habr, Product Hunt, etc.)
  • Plugins support
  • URL hint pre-check
  • Pinterest link extraction and URL mutation support
  • Weibo API scheme for JSON profile extraction

Full Release Notes

## What's Changed
* A few improvements, tests fixed by @soxoj in https://github.com/soxoj/socid-extractor/pull/204
* Additional tests by @soxoj in https://github.com/soxoj/socid-extractor/pull/205
* added duolingo.com by @ayxkaddd in https://github.com/soxoj/socid-extractor/pull/199
* feat(schemes): TwitchTracker, Chess.com API, Roblox user/lookup, MAL,… by @soxoj in https://github.com/soxoj/socid-extractor/pull/206
* Bump pytest from 8.3.4 to 9.0.2 by @dependabot[bot] in https://github.com/soxoj/socid-extractor/pull/203
* Bump pytest-xdist from 3.6.1 to 3.8.0 by @dependabot[bot] in https://github.com/soxoj/socid-extractor/pull/192
* Update beautifulsoup4 requirement from ~=4.12.3 to ~=4.14.3 by @dependabot[bot] in https://github.com/soxoj/socid-extractor/pull/202
* Bump pytest-rerunfailures from 15.0 to 16.1 by @dependabot[bot] in https://github.com/soxoj/socid-extractor/pull/198
* feat(cli): optional URL hint pre-check by @soxoj in https://github.com/soxoj/socid-extractor/pull/207
* Add Pinterest link extraction and URL mutation support by @Copilot in https://github.com/soxoj/socid-extractor/pull/208
* Add 6 new extractors: Fandom, Substack, Hashnode, Rarible, CSSBattle,… by @soxoj in https://github.com/soxoj/socid-extractor/pull/211
* Add Periscope (pscp.tv) extraction test and broadcasts_count field by @Copilot in https://github.com/soxoj/socid-extractor/pull/212
* Fix BuzzFeed extraction: update stale page flag by @Copilot in https://github.com/soxoj/socid-extractor/pull/210
* Add YouTube, Wikipedia, Lesswrong, Bluesky, Scratch, DailyMotion, Sli… by @soxoj in https://github.com/soxoj/socid-extractor/pull/213
* Add Habr, Taplink, Product Hunt, Threads extractors; improve XVideos,… by @soxoj in https://github.com/soxoj/socid-extractor/pull/215
* Add Chess.com and Roblox by @soxoj in https://github.com/soxoj/socid-extractor/pull/216
* Fix broken Facebook profile parsing by @Copilot in https://github.com/soxoj/socid-extractor/pull/217
* Add Stack Exchange API, LeetCode GraphQL, Boosty API by @soxoj in https://github.com/soxoj/socid-extractor/pull/220
* Pyproject toml migration by @soxoj in https://github.com/soxoj/socid-extractor/pull/221
* Add Smule profile extraction by @Copilot in https://github.com/soxoj/socid-extractor/pull/219
* License change to MIT by @soxoj in https://github.com/soxoj/socid-extractor/pull/222
* Fix Threads and Chess parsing by @soxoj in https://github.com/soxoj/socid-extractor/pull/224
* Crypto/Web3 platform extractors with crosslinks by @soxoj in https://github.com/soxoj/socid-extractor/pull/225
* Fix Threads parsing by @soxoj in https://github.com/soxoj/socid-extractor/pull/226
* Add Weibo API scheme for JSON profile extraction by @Copilot in https://github.com/soxoj/socid-extractor/pull/214
* Add plugins support by @soxoj in https://github.com/soxoj/socid-extractor/pull/227
* Fix descr extraction for Boosty by @soxoj in https://github.com/soxoj/socid-extractor/pull/228
* Fix Vimeo extraction by @soxoj in https://github.com/soxoj/socid-extractor/pull/229
* Bump to 0.0.28 by @soxoj in https://github.com/soxoj/socid-extractor/pull/231

## New Contributors
* @ayxkaddd made their first contribution in https://github.com/soxoj/socid-extractor/pull/199
* @Copilot made their first contribution in https://github.com/soxoj/socid-extractor/pull/208

**Full Changelog**: https://github.com/soxoj/socid-extractor/compare/v0.0.27...v0.0.28