All Projects → smallmuou → Xmlyfetcher

smallmuou / Xmlyfetcher

喜马拉雅音频下载工具

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Xmlyfetcher

anghamify
Anghami Downloader | Download Anghami songs with full meta-tags.
Stars: ✭ 22 (-89.16%)
Mutual labels:  download, mp3
MusicDownloader
It is a tool to download the music files such as .mp3 from netease cloud
Stars: ✭ 63 (-68.97%)
Mutual labels:  download, mp3
yt2mp3
⬇️ Search, Download, and Convert YouTube videos to MP3
Stars: ✭ 89 (-56.16%)
Mutual labels:  download, mp3
Android Youtubemp3
Download videos as mp3 directly from Youtube Android App
Stars: ✭ 124 (-38.92%)
Mutual labels:  mp3, download
Alltomp3 App
Download and Convert YouTube, SoundCloud & Spotify in MP3 with full tags (title, artist, genre, cover, lyrics 🔥)
Stars: ✭ 920 (+353.2%)
Mutual labels:  mp3, download
mmdl
MMDL (Mega Music Downloader) - A tool to easily download music.
Stars: ✭ 29 (-85.71%)
Mutual labels:  download, mp3
Youtube-DL-GUI
Graphical User Interace built around youtube-dl CLI
Stars: ✭ 38 (-81.28%)
Mutual labels:  download, mp3
Pantheon
The fastest YouTube downloader.
Stars: ✭ 32 (-84.24%)
Mutual labels:  download, mp3
Youtubedownloader
Downloads videos and playlists from YouTube
Stars: ✭ 2,202 (+984.73%)
Mutual labels:  mp3, download
Youget
YouGet - YouTube Video/Playlist Downloader/Cutter - MP3 Converter
Stars: ✭ 169 (-16.75%)
Mutual labels:  mp3, download
Ounotes
An Application built for students to access Notes , Question Papers , Syllabus and Resources for all Subjects of O.U (Osmania University) 📘👨‍🎓
Stars: ✭ 173 (-14.78%)
Mutual labels:  download
R upgrade
🆙🚀 Flutter application upgrade / download Plug-in (with notice bar progress), supports full upgrade, hot update and incremental upgrade
Stars: ✭ 177 (-12.81%)
Mutual labels:  download
Ytdl
Get youtube video download url
Stars: ✭ 185 (-8.87%)
Mutual labels:  download
Downloader
Powerful and flexible Android file downloader
Stars: ✭ 193 (-4.93%)
Mutual labels:  download
Muzonchik
iOS Music App that let you search, download and play music
Stars: ✭ 170 (-16.26%)
Mutual labels:  download
Pyload
The free and open-source Download Manager written in pure Python
Stars: ✭ 2,393 (+1078.82%)
Mutual labels:  download
Peardownloader.js
一个支持多协议、多源、混合P2P-CDN的下载器
Stars: ✭ 170 (-16.26%)
Mutual labels:  download
Youtube Downloader For Macos
Simple menu bar app to download YouTube movies on your Mac
Stars: ✭ 185 (-8.87%)
Mutual labels:  download
Tiercel
简单易用、功能丰富的纯 Swift 下载框架
Stars: ✭ 2,241 (+1003.94%)
Mutual labels:  download
Idt
Image Dataset Tool (idt) is a cli tool designed to make the otherwise repetitive and slow task of creating image datasets into a fast and intuitive process.
Stars: ✭ 202 (-0.49%)
Mutual labels:  download

xmlyfetcher

该工具用于下载喜马拉雅歌曲资源,可以下载单个音频资源,也可以下载整个专辑. 喜欢的请打个红心!!!

asciicast

安装

  1. 确认是否安装Python,一般系统会自带
python -V
  1. 安装该工具
wget https://raw.githubusercontent.com/smallmuou/xmlyfetcher/master/xmlyfetcher
sudo cp xmlyfetcher /usr/local/bin
sudo chmod +x /usr/local/bin/xmlyfetcher

使用

xmlyfetcher 网页路径,可以直接从浏览器中复制

# 下载专辑
xmlyfetcher https://www.ximalaya.com/ertong/12891461/

# 下载专辑单页(带pxx)
xmlyfetcher https://www.ximalaya.com/ertong/12891461/p2/

# 下载单个曲目
xmlyfetcher https://www.ximalaya.com/ertong/12891461/211393643

# 下载到指定目录
xmlyfetcher -o ~/Downloads https://www.ximalaya.com/ertong/12891461/211393643

PS: 可以使用xmlyfetcher -h查看更详细的帮助,注意以上地址是当前有效地址,可能会失效,请从喜马拉雅官网获取最新地址

版本记录

  • 1.0.0

    • 支持下载单个歌曲和专辑
  • 1.0.1

    • 支持下载一个专辑的所有歌曲(支持翻页)
  • 1.0.2

    • 修复无法获取专辑问题
  • 1.0.3(2019.9.10)

    • 移除了jshon依赖
    • 修复无法获取专辑问题
  • 1.1.0(2019.9.12)

    • 改为接口获取专辑信息,而不是解析HTML
  • 1.1.1(2019.9.29)

    • 修复下载资源名称包括非法字母,导致"没有那个文件或目录"问题

许可

该开源工具具有MIT许可协议. 本工具仅限个人学习,不用于商业等用途. 所涉及的音视频资源版权归喜马拉雅所有.

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].