spotify-downloader icon indicating copy to clipboard operation
spotify-downloader copied to clipboard

Main Piped instance (https://pipedapi.kavin.rocks) now needs authentication

Open j3bx opened this issue 1 year ago • 0 comments

System OS

Linux

Python Version

3.11 (CPython)

Install Source

pip / PyPi

Install version / commit hash

4.2.7

Expected Behavior vs Actual Behavior

Every file now throws a KeyError: 'items' error, this is due to piped returning an 403 forbidden every download.

Steps to reproduce - Ensure to include actual links!

Use --audio piped on any spotify link Example: spotdl https://open.spotify.com/playlist/3HYK6ri0GkvRcM6GkKh0hJ --audio piped

Traceback

Processing query: https://open.spotify.com/playlist/3HYK6ri0GkvRcM6GkKh0hJ
Found 302 songs in The Sound of Classical (Playlist)
KeyError: 'items'
KeyError: 'items'
KeyError: 'items'
KeyError: 'items'
KeyError: 'items'
KeyError: 'items'
KeyError: 'items'
KeyError: 'items'
KeyError: 'items'
KeyError: 'items'
KeyError: 'items'

Other details

It seems piped.video still works so maybe use that instead of this instance

j3bx avatar Aug 26 '24 18:08 j3bx