Compare commits
7 commits
dev-master
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 0bb857a288 | |||
| b820ea0813 | |||
| f80ce1a915 | |||
| 942c1a880f | |||
| cd4fdf7927 | |||
| ecb6b89518 | |||
| f174796f74 |
3 changed files with 4 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,3 +2,4 @@ app/config.yml
|
|||
composer.lock
|
||||
tags
|
||||
*.swp
|
||||
vendor
|
||||
|
|
@ -1,3 +1,5 @@
|
|||
**This project is abandoned. T411 is down since 2017-06-26.**
|
||||
|
||||
# t411-console
|
||||
|
||||
t411-console provides a console line tool for searching torrents on the tracker t411.me.
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ class Client
|
|||
|
||||
public function __construct()
|
||||
{
|
||||
$this->client = new GuzzleClient(['base_url' => 'https://api.t411.ch']);
|
||||
$this->client = new GuzzleClient(['base_url' => 'https://api.t411.al']);
|
||||
}
|
||||
|
||||
public function getAuthorization($username, $password)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue