Skip to content

Commit

Permalink
Change username
Browse files Browse the repository at this point in the history
  • Loading branch information
stoneo committed Apr 14, 2017
1 parent addc351 commit 6fc1f98
Show file tree
Hide file tree
Showing 5 changed files with 347 additions and 313 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016 jcherqui
Copyright (c) 2016 stoneo

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ Rdcli
===

[![npm version](https://badge.fury.io/js/rdcli.svg)](https://badge.fury.io/js/rdcli)
[![Build Status](https://travis-ci.org/jcherqui/rdcli.svg?branch=master)](https://travis-ci.org/jcherqui/rdcli/)
[![Build Status](https://travis-ci.org/stoneo/rdcli.svg?branch=master)](https://travis-ci.org/stoneo/rdcli/)
[![npm download](https://img.shields.io/npm/dt/rdcli.svg)](https://www.npmjs.com/package/rdcli)
[![Code Climate](https://codeclimate.com/github/jcherqui/rdcli/badges/gpa.svg)](https://codeclimate.com/github/jcherqui/rdcli)
[![Code Climate](https://codeclimate.com/github/stoneo/rdcli/badges/gpa.svg)](https://codeclimate.com/github/stoneo/rdcli)

> A simple CLI tool to unrestrict links with real-debrid.com
Download DDL links, magnets and torrent files.

[![asciicast](https://raw.githubusercontent.com/jcherqui/rdcli/master/screencast.gif)](https://raw.githubusercontent.com/jcherqui/rdcli/master/screencast.gif)
[![asciicast](https://raw.githubusercontent.com/stoneo/rdcli/master/screencast.gif)](https://raw.githubusercontent.com/stoneo/rdcli/master/screencast.gif)

## Installation

Expand Down
2 changes: 2 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ TODO
- [x] Add [request-promise](https://www.npmjs.com/package/request-promise)
- [x] Handle error message for free accounts
- [x] Add in AUR repository
- [ ] Authorize remote download flag
- [ ] Handle Ctrl+u and backspace in prompt password
- [ ] Handle multi-link
- [ ] Update token after expiration
Expand All @@ -20,3 +21,4 @@ TODO
- [ ] https://github.com/jaredhanson/passport
- [ ] Yaourt repository rdcli-git
- [ ] https://github.com/ivanseidel/node-draftlog draftlog
- [ ] Deplace constants torrentList, torrentInfos on fixtures directory
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "rdcli",
"version": "1.4.0",
"description": "A simple CLI tool to unrestrict links with real-debrid.com",
"homepage": "https://github.com/jcherqui/rdcli",
"homepage": "https://github.com/stoneo/rdcli",
"repository": {
"type": "git",
"url": "https://github.com/jcherqui/rdcli.git"
"url": "https://github.com/stoneo/rdcli.git"
},
"bugs": {
"url": "https://github.com/jcherqui/rdcli/issues"
"url": "https://github.com/stoneo/rdcli/issues"
},
"preferGlobal": true,
"scripts": {
Expand All @@ -18,7 +18,7 @@
"bin": {
"rdcli": "build/rdcli.js"
},
"author": "jcherqui",
"author": "stoneo",
"license": "MIT",
"dependencies": {
"async-file": "^2.0.2",
Expand All @@ -28,7 +28,7 @@
"co-prompt": "^1.0.0",
"co-sleep": "0.0.1",
"commander": "^2.9.0",
"config": "git+https://github.com/jcherqui/node-config",
"config": "git+https://github.com/stoneo/node-config",
"debug": "^2.6.3",
"fs": "^0.0.2",
"humanize": "^0.0.9",
Expand Down
Loading

0 comments on commit 6fc1f98

Please sign in to comment.