fantia-dl

command module
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 11, 2022 License: GPL-3.0 Imports: 4 Imported by: 0

README

Fantia DL

日本語

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL