Git Product home page Git Product logo

fantia-dl's Introduction

Fantia DL

GitHub GitHub release (latest SemVer) GitHub all releases Deploy to GitHub Release CodeFactor Snyk Vulnerabilities for GitHub Repo

日本語

CLI tool to download contents from Fantia

Install

fantia-dl does not require any installation. You can download the executable from releases and use it directly by specifying the path. Otherwise, you can install it via go cli

go install github.com/KleinChiu/fantia-dl

Usage

Usage:

        fantia-dl <post|backnumber> [arguments]

Post

You can download all contents of a post with its url

fantia-dl post --url https://fantia.jp/posts/1 --session your_session_string

Backnumber

You can download all contents of a backnumber with its url

fantia-dl backnumber --url https://fantia.jp/fanclubs/1/backnumbers?month=201811&plan=1 --session your_session_string

The url to download backnumber is a bit different to the url shown in the URL field sometime. You can copy the url from the right hand side.

Q&A

Where is the Session ID, how do I find it?

Session ID is a string that represent your login state. fantia-dl need it to download content from Fantia, and will only use it to download contents. Some contents are member only, please copy the value after you logged in.

For Google Chrome / Microsoft Edge,

  1. Press F12 to open "Developer Tools"
  2. Switch to "Application" tab
  3. Copy the value of "_session_id" under Cookies > https://fantia.jp

For Firefox,

  1. press F12 to open "Web Developer Tools"
  2. Switch to "Storage" tab
  3. Copy the value of "_session_id" under Cookie > https://fantia.jp

fantia-dl's People

Contributors

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