Giter Club home page Giter Club logo

jsrloader's Introduction

JSRLoader

JSRLoader is a downloader for the online radio station JetSetRadio.live.

How does it work?

You'd expect most online radio stations to play songs server-side and stream that to you via an M3U playlist file. With JetSetRadio.live, that isn't the case. JSRL streams the songs directly to you as MP3 files and keeps track of song names by storing them in a JS array. While this makes things easier server-side, it also means that we can download the songs directly from JSRL for free! To accomplish this, we use urllib.request to download the array, and requests to download the songs.

Downloading and usage

Before downloading JSRLoader, please ensure you have installed Python 3.

Perform a git clone, navigate to the cloned directory, and run pip install -r requirements.txt to install everything JSRLoader needs to run.

Once everything is installed, run JSRLoader by running the following command:

Windows: py jsrloader.py

Linux: python3 jsrloader.py

Songs will be downloaded into [Clone directory]/Downloaded music/[Station name].

Support

For help with JSRLoader, please reach out to me either via the GitHub issue tracker or directly through one of the below channels.

Discord: PrincessLillie#2523

Telegram

Twitter

Email: [email protected]

jsrloader's People

Contributors

sks316 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

jsrloader's Issues

JSRLTV downloader

If I can figure out how it works, I may add a downloader for JSRLTV to the next release.

JSRLoader is BROKEN!!! (and outdated at that!)

JetSetRadio.live recently did a new update to their site and changed a bunch of shit around. They moved files from the audioplayer endpoint to the radio endpoint and changed the way the JS arrays work, which broke JSRLoader. It's fixable, but as of now it's broken.
In addition to this, a slew of new stations were added to the site. I'll be adding these to JSRLoader after the downloader fix is implemented.
No completion date for the update is estimated as of writing.

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.