Skip to content

Conversation

@S1NJED
Copy link
Contributor

@S1NJED S1NJED commented Sep 1, 2025

I have fixed a little bug where liked list where treated as a movie (User.get_activity())

from this:

"9714176250": {
    "activity_type": "basic",
    "timestamp": "2025-09-01T01:14:09.687000Z",
    "content": {
        "action": "liked",
        "description": "oooguuh liked Vesey\u2019s Rotoscoping list",
        "movie": {
            "title": "Rotoscoping",
            "slug": "rotoscoping",
            "url": "https://letterboxd.com/film/rotoscoping/"
        }
    }
}

to this:

"9714176250": {
    "activity_type": "basic",
    "timestamp": "2025-09-01T01:14:09.687000Z",
    "content": {
        "action": "liked",
        "description": "oooguuh liked Vesey\u2019s Rotoscoping list",
        "list": {
            "title": "Rotoscoping",
            "url": "https://letterboxd.com/vesey/list/rotoscoping/"
        }
    }
}

@fastfingertips fastfingertips force-pushed the fix-liked branch 3 times, most recently from bdaf7aa to 4c81084 Compare January 30, 2026 03:29
@fastfingertips fastfingertips added bug Something isn't working refactor mprove code structure and readability without changing functionality. scraper test-ok labels Jan 30, 2026
@fastfingertips fastfingertips changed the title fix liked list entries refactor: overhaul user activity extraction and fix review spoiler detection Jan 30, 2026
@fastfingertips fastfingertips merged commit e56b871 into nmcassa:main Jan 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working refactor mprove code structure and readability without changing functionality. scraper test-ok

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants