Coder Social home page Coder Social logo

lupenlive / dwytsongs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from an0nimia/dwytsongs

0.0 0.0 0.0 20 KB

This project has been created to download songs, albums or playlists with spotify or deezer link from youtube.

License: Apache License 2.0

Python 100.00%

dwytsongs's Introduction

dwytsongs

This project has been created to download songs, albums or playlists with spotify or deezer link from youtube. The songs are similar at 75%.

Download song

Download track by spotify link

import dwytsongs
dwytsongs.download_trackspo("Insert the spotify link of the track to download", output="SELECT THE PATH WHERE SAVE YOUR SONGS", check=True) #Or check=False for not check if song already exist

Download track by deezer link

import dwytsongs
dwytsongs.download_trackdee("Insert the deezer link of the track to download", output="SELECT THE PATH WHERE SAVE YOUR SONGS", check=True) #Or check=False for not check if song already exist

Download album

Download album by spotify link

import dwytsongs
dwytsongs.download_albumspo("Insert the spotify link of the album to download", output="SELECT THE PATH WHERE SAVE YOUR SONGS", check=True) #Or check=False for not check if song already exist

Download album from deezer link

import dwytsongs
dwytsongs.download_albumdee("Insert the deezer link of the album to download", output="SELECT THE PATH WHERE SAVE YOUR SONGS", check=True) #Or check=False for not check if song already exist

Download playlist

Download playlist by spotify link

import dwytsongs
dwytsongs.download_playlistspo("Insert the spotify link of the playlist to download", output="SELECT THE PATH WHERE SAVE YOUR SONGS", check=True) #Or check=False for not check if song already exist

Download playlist from deezer link

import dwytsongs
dwytsongs.download_playlistdee("Insert the deezer link of the playlist to download", output="SELECT THE PATH WHERE SAVE YOUR SONGS", check=True) #Or check=False for not check if song already exist

Download name

Download by name

import dwytsongs
dwytsongs.download_name(artist="Eminem", song="Berzerk", output="SELECT THE PATH WHERE SAVE YOUR SONGS", check=True) #Or check=False for not check if song already exist

dwytsongs's People

Contributors

an0nimia avatar

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.