Git Product home page Git Product logo

radigo's Introduction

radigo

Record the radiko.jp program.

godoc go report CircleCI

Docker Stars Docker Build Status Docker Automated build

Please do not use this project for commercial use. Only for your personal, non-commercial use.
ๅ€‹ไบบใงใฎ่ฆ–่ดใฎ็›ฎ็š„ไปฅๅค–ใงๅˆฉ็”จใ—ใชใ„ใงใใ ใ•ใ„.

Installation

Docker images

$ docker pull yyoshiki41/radigo

You can launch a radigo container and exec radigo command.

# Mount the volume `"$PWD"/output`(default output path) into `/output` in the container
$ docker run -it \
    -v "$(pwd)"/output:/output \
    yyoshiki41/radigo rec -id=LFR -s=20180401010000
Now downloading..
/
+------------+---------------------------------+
| STATION ID |              TITLE              |
+------------+---------------------------------+
| LFR        |ใ€€ใ€€  ใ‚ชใƒผใƒ‰ใƒชใƒผใฎใ‚ชใƒผใƒซใƒŠใ‚คใƒˆใƒ‹ใƒƒใƒใƒณใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€|
+------------+---------------------------------+
| Completed!
/output/20180401010000-LFR.aac

Open the output file created by the container on your local machine.

$ open $PWD/output/20180401010000-LFR.aac

Build the binary from source

ใƒปGo 1.11 or higher

$ make installdeps
$ make build
$ radigo help

Or release binaries are available on the releases page.

Requirements

  • ffmpeg

Build docker image from source

$ make docker-build
$ docker run -it yyoshiki41/radigo help

Usage

$ radigo help
usage: radigo [--version] [--help] <command> [<args>]

Available commands are:
    area           Get available station ids
    browse         Browse radiko.jp
    browse-live    Browse radiko.jp live
    rec            Record a radiko program
    rec-live       Record a live program

โ–  area

$ radigo area
Area ID: JP13
+----------------------+----------------+
|         NAME         |   STATION ID   |
+----------------------+----------------+
| TBSใƒฉใ‚ธใ‚ช         ใ€€ใ€€ใ€€   | TBS            |
| ๆ–‡ๅŒ–ๆ”พ้€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€| QRR            |
| ใƒ‹ใƒƒใƒใƒณๆ”พ้€            | LFR            |
| ใƒฉใ‚ธใ‚ชNIKKEI็ฌฌ1        | RN1            |
| ใƒฉใ‚ธใ‚ชNIKKEI็ฌฌ2        | RN2            |
| interfm              | INT            |
| TOKYO FM             | FMT            |
| J-WAVE               | FMJ            |
| ใƒฉใ‚ธใ‚ชๆ—ฅๆœฌใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€| JORF           |
| bayfm78              | BAYFM78        |
| NACK5                | NACK5          |
| ๏ผฆ๏ผญใƒจใ‚ณใƒใƒžใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€| YFM            |
| LuckyFM ่ŒจๅŸŽๆ”พ้€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€| IBS            |
| ๆ”พ้€ๅคงๅญฆใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€| HOUSOU-DAIGAKU |
| NHKใƒฉใ‚ธใ‚ช็ฌฌ1๏ผˆๆฑไบฌ๏ผ‰ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€| JOAK           |
| NHK-FM๏ผˆๆฑไบฌ๏ผ‰ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€| JOAK-FM        |
+----------------------+----------------+

Note

Area ID is ISO 3166-2 code that is defined for 47 prefectures.

c.f. ISO 3166-2:JP - Wikipedia

โ–  rec

Record the program using the timefree.

$ radigo rec -id=LFR -s=20161126010000
Now downloading..
+------------+---------------------------------+
| STATION ID |              TITLE              |
+------------+---------------------------------+
| LFR        |ใ€€ใ€€  ใ‚ชใƒผใƒ‰ใƒชใƒผใฎใ‚ชใƒผใƒซใƒŠใ‚คใƒˆใƒ‹ใƒƒใƒใƒณใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€|
+------------+---------------------------------+
Completed!
/tmp/output/20161126010000-LFR.aac

โ–  rec-live

Record the live streaming program.

$ radigo rec-live -id=LFR -t=3600
Now downloading..
+------------+---------------+
| STATION ID | DURATION(SEC) |
+------------+---------------+
| LFR        |          3600 |
+------------+---------------+
Completed!
/tmp/output/20161205083547-LFR.aac

โ–  browse / browse-live

Browse radiko.jp.

$ radigo browse -id=LFR -s=20161126010000
$ radigo browse-live -id=LFR

Optional

- working dir

Default: ${PWD}/output

If you want to change the working dir, set the environment variables.

  • RADIGO_HOME

- radiko premium

If use the area free, set the environment variables.

  • RADIKO_MAIL
  • RADIKO_PASSWORD
e.g.
# export RADIKO_MAIL="[email protected]" && export RADIKO_PASSWORD="password"
$ radigo rec -a=JP13 -id=LFR -s=20161126010000

Known Issues

ERROR: Failed to concat aac files

(caused by the limitation of file descriptors maybe.)

Increase the number of file descriptors.

$ ulimit -n 16384

Resources

License

radigo is licensed under the GPLv3 license for all open source applications.

Please do not use this project for commercial use, it is not intended to be used for commercial use.

Author

Yoshiki Nakagawa

radigo's People

Contributors

yyoshiki41 avatar poccariswet avatar garaemon avatar mattn avatar turndn avatar kangaechu 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.