Skip to content

Commit

Permalink
Merge pull request #720 from sreekaransrinath/master
Browse files Browse the repository at this point in the history
  • Loading branch information
ArjixWasTaken committed Oct 3, 2021
2 parents b28dffe + 0806d69 commit d16aebd
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 14 deletions.
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Contributing to Support

Thank you for taking the time to contribute.
As a contributor, here are the guidelines we would like you to follow:

---

## Commit Message Guidelines 😎

Nothing much honestly, just briefly describe the changes you made and you're good to go.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<strong><i>A simple yet powerful tool for downloading anime.</i></strong>
<br>
<br>
<a href="https://travis-ci.com/vn-ki/anime-downloader">
<img src="https://img.shields.io/travis/com/vn-ki/anime-downloader.svg?style=for-the-badge&logo=Travis%20CI">
<a href="https://travis-ci.com/anime-dl/anime-downloader">
<img src="https://img.shields.io/travis/com/anime-dl/anime-downloader.svg?style=for-the-badge&logo=Travis%20CI">
</a>
<a href="https://codecov.io/gh/vn-ki/anime-downloader">
<img src="https://img.shields.io/codecov/c/github/vn-ki/anime-downloader.svg?logo=codecov&style=for-the-badge">
<a href="https://codecov.io/gh/anime-dl/anime-downloader">
<img src="https://img.shields.io/codecov/c/github/anime-dl/anime-downloader.svg?logo=codecov&style=for-the-badge">
</a>
<a href="https://pypi.org/project/anime-downloader/">
<img src="https://img.shields.io/pypi/v/anime-downloader.svg?logo=python&style=for-the-badge">
Expand Down Expand Up @@ -52,7 +52,7 @@ Yeah. Me too! That's why this tool exists.
* Instructions for Mobile Operating Systems can be found in the [Installation Documentation Page](https://anime-downlader.readthedocs.io/en/latest/usage/installation.html)

## Supported Sites
**Details about the sites can be found in [FAQ](https://github.com/vn-ki/anime-downloader/wiki/FAQ)**
**Details about the sites can be found in [FAQ](https://github.com/anime-dl/anime-downloader/wiki/FAQ)**


- AnimePahe
Expand Down
2 changes: 1 addition & 1 deletion anime_downloader/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def cli(log_level):
"""
util.setup_logger(log_level)
# if not util.check_in_path('aria2c'):
# raise logger.ERROR("Aria2 is not in path. Please follow installation instructions: https://github.com/vn-ki/anime-downloader/wiki/Installation")
# raise logger.ERROR("Aria2 is not in path. Please follow installation instructions: https://github.com/anime-dl/anime-downloader/wiki/Installation")


def main():
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Features
- Search and download.
- Save yourselves from those malicious ads.
- Download using external downloader ([aria2](https://aria2.github.io/) recommended).
- Configurable using `config.json`. See [doc](https://github.com/vn-ki/anime-downloader/wiki/Config).
- Configurable using `config.json`. See [doc](https://github.com/anime-dl/anime-downloader/wiki/Config).

Supported Sites
---------------
Expand Down
12 changes: 6 additions & 6 deletions docs/usage/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ Add the following to a file named install.bat and then run it as Administrator;
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command " [System.Net.ServicePointManager]::SecurityProtocol = 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
choco install -y git mpv python3 aria2 nodejs
refreshenv && pip3 install -U git+https://github.com/vn-ki/anime-downloader.git && echo Testing providers, the install is done && anime test
refreshenv && pip3 install -U git+https://github.com/anime-dl/anime-downloader.git && echo Testing providers, the install is done && anime test
Windows via ``choco``
~~~~~~~~~~~~~~~~~~~~~

Contributed by @CodaTheOtaku
**NOTE** Ensure the Command Prompt (cmd) is being ran as Administrator.
**NOTE:** Ensure the Command Prompt (cmd) is being ran as Administrator.

- Install `Chocolatey`_ Package manager.

Expand All @@ -35,7 +35,7 @@ Windows via ``choco``
choco install -y git mpv python3 aria2 nodejs
- Once these are installed; ::

pip3 install -U git+https://github.com/vn-ki/anime-downloader.git
pip3 install -U git+https://github.com/anime-dl/anime-downloader.git

- Then, the commands to view a show would be; ::

Expand Down Expand Up @@ -65,7 +65,7 @@ all the following ``pip`` with ``pip3``.

- To install the bleeding-edge version of Anime-Downloader use this alternative command;:

pip3 install -U git+https://github.com/vn-ki/anime-downloader.git
pip3 install -U git+https://github.com/anime-dl/anime-downloader.git
- Enjoy.


Expand Down Expand Up @@ -98,7 +98,7 @@ This does not require a rooted device to work.
- Install Anime-Downloader via the following command after python and git are installed; ::

pip3 install -U git+https://github.com/vn-ki/anime-downloader.git
pip3 install -U git+https://github.com/anime-dl/anime-downloader.git
- The usage commands should now match the commands used on PC.

Expand All @@ -123,7 +123,7 @@ The following steps install Anime-Downloader;

- Firstly, clone the repository via this command; ::

git clone https://github.com/vn-ki/anime-downloader.git
git clone https://github.com/anime-dl/anime-downloader.git
- Next, change your directory into the cloned repo. To do so, use the following case-sensitive command; ::

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
author_email='vishnunarayan6105@gmail.com',
description='Download your favourite anime',
packages=find_packages(),
url='https://github.com/vn-ki/anime-downloader',
url='https://github.com/anime-dl/anime-downloader',
keywords=['anime', 'downloader', '9anime', 'download', 'kissanime'],
install_requires=[
'pySmartDL>=1.3.4',
Expand Down

0 comments on commit d16aebd

Please sign in to comment.