diff --git a/.gitignore b/.gitignore index 5dd6f3e..75eb339 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,3 @@ app/config.yml composer.lock tags *.swp -vendor \ No newline at end of file diff --git a/README.md b/README.md index 79d5818..bf9a6c1 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/src/Api/Client.php b/src/Api/Client.php index f9adfdd..3eec534 100644 --- a/src/Api/Client.php +++ b/src/Api/Client.php @@ -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)