v0.1.1

ictnlp/LLaMA-Omniv0.1.1Jul 13, 2026by soxoj

AI Summary

A minor feature update for the socid-extractor adding support for social media platforms and academic schemes, along with fixes for existing extractors.

Key Highlights

  • Added extraction support for BuyMeACoffee, Weibo, Instagram, Snapchat, Faceit, and bio.site.
  • Added 5 ORCID-keyed academic schemes (ORCID, OpenAlex, arXiv, DBL, etc.).
  • Fixed LeetCode GraphQL extraction with newer API endpoints.
  • Improved DeviantArt and Weibo extraction.

New Features

  • BuyMeACoffee extraction
  • Weibo test docstring fixes
  • Instagram GraphQL extractor
  • 5 ORCID-keyed academic schemes
  • DeviantArt fixes
  • Snapchat extraction
  • bio.site extraction
  • Faceit extraction

Full Release Notes

## What's Changed
* Add extraction for BuyMeACoffee and fix Weibo test docstring by @kaifcodec in https://github.com/soxoj/socid-extractor/pull/251
* fix: LeetCode GraphQL extraction with newer api endpoint query by @kaifcodec in https://github.com/soxoj/socid-extractor/pull/252
* add: instagram grphql extractor by @kaifcodec in https://github.com/soxoj/socid-extractor/pull/253
* feat: add 5 ORCID-keyed academic schemes (ORCID, OpenAlex, arXiv, DBL… by @soxoj in https://github.com/soxoj/socid-extractor/pull/254
* DeviantArt fixes by @soxoj in https://github.com/soxoj/socid-extractor/pull/256
* added snapchat.com by @ayxkaddd in https://github.com/soxoj/socid-extractor/pull/257
* added bio.site by @ayxkaddd in https://github.com/soxoj/socid-extractor/pull/258
* Added Faceit by @ayxkaddd in https://github.com/soxoj/socid-extractor/pull/259

## New Contributors
* @kaifcodec made their first contribution in https://github.com/soxoj/socid-extractor/pull/251

**Full Changelog**: https://github.com/soxoj/socid-extractor/compare/v0.1.0..v0.1.1