Compare commits

..

5 commits

Author SHA1 Message Date
Simon Vieille 0bb857a288 Update 'README.md' 2017-06-28 23:02:23 +02:00
Simon Vieille b820ea0813 Update 'README.md'
This project is abandoned, T411 is down.
2017-06-28 23:01:52 +02:00
Simon Vieille f80ce1a915 Merge branch 'bugfix' of synyster0fa7x/t411-console into master 2017-06-08 21:34:00 +02:00
Anthony Tournier 942c1a880f Ignore vendor directory 2017-06-08 21:13:22 +02:00
Anthony Tournier cd4fdf7927 Update API URL 2017-06-08 21:13:11 +02:00
3 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View file

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

View file

@ -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.

View file

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