Giter Site home page Giter Site logo

xmly-exporter's Introduction

Intro

xmly crawler in pure Rust

The goal of this project is learning conrod.

Installation

  1. Complie from source (recommend)
  • git clone https://github.com/AurevoirXavier/xmly-exporter.git
  • cargo build --release (rust version 1.33.0 nightly)
  1. Download release

Usage

  1. cargo run --release or xml-exporter or xmly-exporter.exe
  2. Copy the url (https://www.ximalaya.com/toutiao/4308484/, https://www.ximalaya.com/toutiao/4308484/147135825). Album and Track are supported
  3. Fetch: Just click and it will read the url from your clipboard to start fetching
  4. Export All: Export all tracks’ detail to a *.ax file which for aria2’s -i flag. Cause some problem with Async, download are not supported now.
  5. List select: Click to get the track’s detail as below
  6. Button: Color change when click
    • Click to copy download link: Just as it told (also copy the track’s title)
    • Track id, Album, Album id: Click to copy
  7. Text: Category,Nickname, Duration, Plays, Comments, Shares, Likes

Screenshot

screenshot

Issue

One of these fonts(path) is needed.

if cfg!(target_os = "windows") {
    ui.fonts.insert_from_file(Path::new("C:/Windows/Fonts/SIMFANG.ttf")).unwrap();
} else {
    ui.fonts.insert_from_file(Path::new("/Library/Fonts/Arial Unicode.ttf")).unwrap();
}

xmly-exporter's People

Contributors

aurevoirxavier avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

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