This is a search plugin for qBittorrent that allows you to search for anime torrents on AnimeTosho directly from the qBittorrent interface.
- Seamless integration with qBittorrent.
- Search for anime torrents on AnimeTosho without leaving the qBittorrent application.
- Quickly find and add anime torrents to your download queue.
- Open qBittorrent.
- Navigate to the "Search" tab.
- Click on the "Search Plugins" button.
- In the Search Plugins window, click on the "Install a new one".
- Click on the "Web link" tab
- Paste the following web link:
https://raw.githubusercontent.com/AlaaBrahim/qBitTorrent-animetosho-search-plugin/main/animetosho.py
and click "OK".
- Open qBittorrent.
- Navigate to the search view and select the plugin Anime Tosho.
- Enter your search query in the search bar.
- Press Enter to initiate the search.
- Browse the search results and click on a result to view more details.
- Click the "Add" button to add the selected torrent to your download queue.
We use GitHub Actions to ensure the code quality of this plugin. On every pull request and push, the following checks are performed:
- Linting with PyFlakes.
- Security analysis with Bandit.
- Code formatting with Pycodestyle.
The workflow configuration can be found in the CI workflow file.
If you would like to contribute to the development of this plugin, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature/new-feature
orgit checkout -b bugfix/fix-description
. - Make your changes and commit them:
git commit -m 'Your commit message'
. - Push to the branch:
git push origin feature/new-feature
. - Open a pull request on the GitHub repository.
If you encounter any issues or have suggestions, please open an issue on the GitHub repository.
This project is licensed under the [MIT License].
Happy torrenting!