Skip to content
This repository was archived by the owner on Nov 8, 2025. It is now read-only.
This repository was archived by the owner on Nov 8, 2025. It is now read-only.

sort bug #109

@GekoCH

Description

@GekoCH

on line 70 in the file extract.py there is a small bug.
When the list gets displayed from my channels it is not well sorted.

With this dirty fix the sorting is now correct

if published:
            publishedTemp = f"{__date__(published)}"
            publishedText = (
                f"{publishedText} ({publishedTemp})" if publishedText else published

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions