Giter VIP home page Giter VIP logo

spotify-playlist-downloader's People

Contributors

ashishmadeti avatar hiteshgarg14 avatar jeffcarpenter avatar jortegon avatar wobfan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

spotify-playlist-downloader's Issues

_csv.Error: iterator should return strings, not bytes (did you open the file in text mode?)

Under Python v3.9.2:

PS C:\Users\user\Music\spotify> download_spotify_playlist-script.py -csv .\spook_1_10.csv
Traceback (most recent call last):
 File "C:\Users\user\AppData\Roaming\Python\Python39\Scripts\download_spotify_playlist-script.py", line 33, in <module>
   sys.exit(load_entry_point('download-spotify-playlist', 'console_scripts', 'download_spotify_playlist')())
 File "c:\users\user\src\download-spotify-playlist\download_spotify_playlist\download.py", line 135, in main
   songs = get_songs_from_csvfile(csvfile, args)
 File "c:\users\user\src\download-spotify-playlist\download_spotify_playlist\download.py", line 17, in get_songs_from_csvfile
   next(reader)  # Skip the first line
_csv.Error: iterator should return strings, not bytes (did you open the file in text mode?)

Noob Help

I'm really don't have knowledge of Python, so i don't know exactly how to "Install dependencies: pip install youtube_dl eyed3 unidecode (May require root priveleges)", hehe. Any tips?

This is awesome!

Only thing is the export to CSV site only displays like my 10 or so most recent playlists. Any idea how to show all? Saw a tip on that repo's issue page about pasting some custom js in console while on the site, but no luck.

Great little tool! Thanks!

Btw, not sure exactly how they're doing it, but these guys are able to pull the album art in so you may want to have a look: https://github.com/Ritiek/Spotify-Downloader

fail to download playlist with 2-digit serial number

I tried to download playlist number 13, however due code has a n[i], it splits the 13 in 1 and 3, making it imposible to download a playlist with a 2-digit number.
a possible solution is to change "replace" for "split"
n = raw_input("Enter S.N. of playlist (seprated by comma): ").split(",")

get error message "TypeError: Cannot read property 'csrftoken' of undefined"

Hello,

I'm using debian buster and get the following error message, when I start this programm.

Downloader App Started..
/usr/local/lib/node_modules/spotify-playlist-downloader/node_modules/spotify-web/lib/spotify.js:256
  debug('login CSRF token: %j, tracking ID: %j', args.csrftoken, args.trackingId);
                                                      ^

TypeError: Cannot read property 'csrftoken' of undefined
    at Spotify._onsecret (/usr/local/lib/node_modules/spotify-playlist-downloader/node_modules/spotify-web/lib/spotify.js:256:55)
    at Request.callback (/usr/local/lib/node_modules/spotify-playlist-downloader/node_modules/superagent/lib/node/index.js:584:30)
    at Request.<anonymous> (/usr/local/lib/node_modules/spotify-playlist-downloader/node_modules/superagent/lib/node/index.js:133:10)
    at Request.emit (events.js:194:15)
    at Request.EventEmitter.emit (domain.js:441:20)
    at Stream.<anonymous> (/usr/local/lib/node_modules/spotify-playlist-downloader/node_modules/superagent/lib/node/index.js:714:12)
    at Stream.emit (events.js:194:15)
    at Stream.EventEmitter.emit (domain.js:441:20)
    at Unzip.<anonymous> (/usr/local/lib/node_modules/spotify-playlist-downloader/node_modules/superagent/lib/node/utils.js:120:12)
    at Unzip.emit (events.js:194:15)
    at Unzip.EventEmitter.emit (domain.js:441:20)
    at endReadableNT (_stream_readable.js:1103:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)

can you see what's wrong here ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.