Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
D
deemix
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 13
    • Issues 13
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 0
    • Merge Requests 0
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

and though bugs are the bane of my existence, rest assured the wretched thing will get the best of care here

  • RemixDev
  • deemix
  • Merge Requests
  • !3

Merged
Opened Dec 29, 2020 by hicksel h@hickselContributor

Fixed downloading of private playlists

  • Overview 2
  • Commits 1
  • Pipelines 2
  • Changes 1

This commit fixes the download of private playlist links. The issue was that fetching the playlistAPI using dz.gw.get_playlist_page(id) yields a dict structure that is completely different from the public api call to dz.api.get_playlist(id). Mapping the api with map_user_playlist() from deezer-py fixes the problem. Since deemix expects the creation_date key to be present deezer-py!2 (merged) has to be merged first.

Ideally playlistAPI should be a custom data type since that would mitigate further compatibility issues.

Edited Dec 29, 2020 by hicksel h
Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: RemixDev/deemix!3
Source branch: main