Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

[FEATURE] Option to have untitled coomer links pull content text #899

Open
swishspencor opened this issue May 11, 2024 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@swishspencor
Copy link

Is your feature request related to a problem? Please describe.
I would like Coomer links to pull content text instead of 'untitled' if the post doesn't have a title.

Describe the solution you'd like
Change coomer scraper to this:

    post_title = post["title"]
    if not post_title:
        post_title = post["content"]

Opposed to:

    post_title = post["title"]
    if not post_title:
        post_title = "Untitled"

Additional context
It would be good if this could be a toggle in the settings if people would like it to say untitled

@swishspencor swishspencor added the enhancement New feature or request label May 11, 2024
@swishspencor swishspencor changed the title [FEATURE] Option to have untitled coomer links have pull content text [FEATURE] Option to have untitled coomer links pull content text May 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants