[nudostarforum] add extractor for nudostar.com/forum
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
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.
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]