Compare commits

..

No commits in common. "master" and "master" have entirely different histories.

3 changed files with 1 additions and 4 deletions

1
.gitignore vendored
View file

@ -2,4 +2,3 @@ app/config.yml
composer.lock
tags
*.swp
vendor

View file

@ -1,5 +1,3 @@
**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.

View file

@ -13,7 +13,7 @@ class Client
public function __construct()
{
$this->client = new GuzzleClient(['base_url' => 'https://api.t411.al']);
$this->client = new GuzzleClient(['base_url' => 'https://api.t411.ai']);
}
public function getAuthorization($username, $password)