gallery-dl icon indicating copy to clipboard operation
gallery-dl copied to clipboard

[nudostarforum] add extractor for nudostar.com/forum

Open SpiffyChatterbox opened this issue 2 weeks ago • 1 comments

Add support for nudostar.com forum (XenForo-based forum site). This is separate from the existing nudostar.py which handles nudostar.tv.

Supports:

  • Thread extraction with pagination
  • Individual post extraction
  • Authentication via xf_user cookie or username/password
  • Internal attachments (both linked and embedded images)
  • External image host URLs (queued for recursive processing)

As requested in https://github.com/mikf/gallery-dl/issues/8333

SpiffyChatterbox avatar Dec 08 '25 23:12 SpiffyChatterbox

Since this site is also a XenForo forum, why didn't you just copy-paste most of the simpcity code for this? Your code is more or less the same, but there are quite a lot of unnecessary differences all over the place, from what I can tell.

Also, use scripts/init and scripts/generate_test_result if possible when adding support for new sites and tests.

mikf avatar Dec 09 '25 17:12 mikf

I think I found the reason why there are "a lot of unnecessary differences" all over the place. I just had to read the git log entries.

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.5 [email protected]

mikf avatar Dec 10 '25 20:12 mikf