Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getSetInfo() artwork_url always null #169

Open
BDT-4248 opened this issue Mar 8, 2024 · 0 comments
Open

getSetInfo() artwork_url always null #169

BDT-4248 opened this issue Mar 8, 2024 · 0 comments

Comments

@BDT-4248
Copy link

BDT-4248 commented Mar 8, 2024

Apparently each time doing scdl.getSetInfo() will always get this:

{
    artwork_url: null,
    created_at: '2022-11-03T01:10:39Z',
    description: null,
    duration: 379115,
    embeddable_by: 'all',
    genre: '',
    id: 1521503137,
    kind: 'playlist',
    label_name: null,
    last_modified: '2022-11-03T01:10:39Z',
    license: 'all-rights-reserved',
    likes_count: 7,
    managed_by_feeds: false,
    permalink: 'natasha-bedingfield-unwritten',
    permalink_url: 'https://soundcloud.com/matthibbertmusic/sets/natasha-bedingfield-unwritten',
    public: true,
    purchase_title: null,
    purchase_url: null,
    release_date: null,
    reposts_count: 0,
    secret_token: null,
    sharing: 'public',
    tag_list: '',
    title: 'Natasha Bedingfield - Unwritten (Matt Hibbert Edit) (Filtered for SC, full vocal in DL)',
    ...
}

everything else is fine except for artwork_url, why is that??? it's very annoying to always get null for this when clearly playlists like this one has an artwork_url

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant