GithubHelp home page GithubHelp logo

fengqiangboy / qq-music-list-to-kwl Goto Github PK

View Code? Open in Web Editor NEW
17.0 1.0 7.0 4 KB

导出qq音乐歌单的小工具,导出格式为.kwl,可以把.kwl导入到网易云、酷我里面去。

Python 100.00%
qqmusic netease-cloud-music list songs kwl

qq-music-list-to-kwl's Introduction

qq-music-list-to-kwl

导出qq音乐歌单的小工具,导出格式为.kwl,可以把.kwl导入到网易云、酷我里面去。

##1、使用步骤:

  1. 安装python3
  2. 获取qq音乐歌单列表id
  3. 修改qq-music-list-export.py中的歌单id
  4. 在命令行中运行qq-music-list-export.py
  5. 将生成的文件上传到网易云音乐

具体使用方法可以看我的博客:一个导出qq音乐歌单的小工具

貌似现在失效了

qq-music-list-to-kwl's People

Contributors

fengqiangboy avatar

Stargazers

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

Watchers

 avatar

qq-music-list-to-kwl's Issues

语句错误

soup = BeautifulSoup(html.text, "html5lib")
这条语句有误会出现
bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: html5lib. Do you need to install a parser library?
所以我将上述语句修改成
soup = BeautifulSoup(html.text, "html.parser")
成功运行但是导出歌单为0

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.