All Projects β†’ abhshkdz β†’ 8tracks-downloader

abhshkdz / 8tracks-downloader

Licence: other
🎼 Bash script to download playlists from 8tracks

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to 8tracks-downloader

hanime
πŸ“₯ Command-line tool to download videos from hanime.tv
Stars: ✭ 32 (-28.89%)
Mutual labels:  downloader
doc crawler.py
Explore a website recursively and download all the wanted documents (PDF, ODT…)
Stars: ✭ 22 (-51.11%)
Mutual labels:  downloader
multi-downloader-nx
Download videos from Funimation a nd Crunchyroll via cli.
Stars: ✭ 43 (-4.44%)
Mutual labels:  downloader
Atomic
An android restful api/networking library using okhttp library as backbone.
Stars: ✭ 13 (-71.11%)
Mutual labels:  downloader
futurelearn-dl
A script to download materials from the FutureLearn website (for enrolled courses)
Stars: ✭ 35 (-22.22%)
Mutual labels:  downloader
BocchiBot
BocchiBot is a multipurpose WhatsApp bot using wa-automate-nodejs library!
Stars: ✭ 228 (+406.67%)
Mutual labels:  downloader
fbdl
πŸ“₯ Download publicly shared videos from Facebook with an ease!
Stars: ✭ 29 (-35.56%)
Mutual labels:  downloader
habbo-downloader
⚑A tiny script to download various files directly from Habbo.
Stars: ✭ 47 (+4.44%)
Mutual labels:  downloader
ota downloader
The firmware downloader which using on RT-Thread OTA component.
Stars: ✭ 54 (+20%)
Mutual labels:  downloader
SciDownl
An unofficial api for downloading papers from SciHub via DOI, PMID
Stars: ✭ 103 (+128.89%)
Mutual labels:  downloader
Floatplane-Downloader
Project for automatically organizing and downloading Floatplane videos for plex.
Stars: ✭ 94 (+108.89%)
Mutual labels:  downloader
download
Dateidownloads von Files aus dem Medienpool ΓΌber PHP oder X-SendFile
Stars: ✭ 30 (-33.33%)
Mutual labels:  downloader
openMIC
Meter Information Collection System
Stars: ✭ 15 (-66.67%)
Mutual labels:  downloader
fansly
Simply scrape / download all the media from an fansly account
Stars: ✭ 351 (+680%)
Mutual labels:  downloader
saveddit
Bulk Downloader for Reddit
Stars: ✭ 130 (+188.89%)
Mutual labels:  downloader
artifact-resolver
Standalone jar executable client Maven 2 artifact resolver based on Eclipse Aether.
Stars: ✭ 13 (-71.11%)
Mutual labels:  downloader
nyaascraper
An application to scrape and open magnet links for fansub groups from nyaa.si where batches don't already exist.
Stars: ✭ 34 (-24.44%)
Mutual labels:  downloader
qobuz-dl
A complete Lossless and Hi-Res music downloader for Qobuz
Stars: ✭ 531 (+1080%)
Mutual labels:  downloader
vsco-scraper
Easily allows for scraping a VSCO
Stars: ✭ 106 (+135.56%)
Mutual labels:  downloader
mtv dl
MediathekView Downloader
Stars: ✭ 49 (+8.89%)
Mutual labels:  downloader

#8tracks-downloader

A bash script to download playlists from 8tracks. It's a very hackish way of doing it, but works for me.

##Usage

./script.sh <mix-url> <play-token>

##Requirements

##Steps

  1. Go to an 8tracks mix page (like this) in a new incognito window (basically none of the tracks should have been played earlier) and open up Chrome developer tools.
  2. Copy the url. This is the mix-url in the command above.
  3. Get the play-token from the console (you may need to enable XHR logging) or the network tab, where it typically appears as .../sets/<play-token>/...
  4. Execute the above command and tracks from the mix are downloaded in a new folder with the same name as the mix.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].