docs: link updates in readme

master
Vishnunarayan K I 2020-03-27 18:17:22 +05:30
parent 1cfb9233ad
commit fbd96ec2aa
3 changed files with 14 additions and 9 deletions

View File

@ -40,7 +40,7 @@ Yeah. Me too! That's why this tool exists.
- Save yourselves from those malicious ads.
- Add any anime to your watch list using `anime watch` and let anime downloader take care of everything for you.
- Download using external downloader ([aria2](https://aria2.github.io/) recommended).
- Configurable using `config.json`. See [documentation](https://github.com/vn-ki/anime-downloader/wiki/Config).
- Configurable using `config.json`. See [documentation](https://anime-downlader.readthedocs.io/en/latest/usage/config.html).
## Supported Sites
@ -61,9 +61,9 @@ Yeah. Me too! That's why this tool exists.
## Installation
[**Installation instructions***](https://github.com/vn-ki/anime-downloader/wiki/Installation)
[**Installation instructions***](https://anime-downlader.readthedocs.io/en/latest/usage/installation.html)
If you have trouble installing, see extended installation instructions [here](https://github.com/vn-ki/anime-downloader/wiki/Installation) or join the [discord server](https://discord.gg/Qn2nWGm) for help.
If you have trouble installing, see extended installation instructions [here](https://anime-downlader.readthedocs.io/en/latest/usage/installation.html) or join the [discord server](https://discord.gg/Qn2nWGm) for help.
**Note**:
- For cloudflare scraping [cfscrape](https://github.com/Anorov/cloudflare-scrape) is used. It depends on [`node-js`](https://nodejs.org/en/). So if you want to use cloudflare, make sure you have [node-js](https://nodejs.org/en/) installed.
@ -71,21 +71,21 @@ If you have trouble installing, see extended installation instructions [here](ht
## Usage
See [wiki](https://github.com/vn-ki/anime-downloader/wiki).
See [docs](https://anime-downlader.readthedocs.io/en/latest/usage/dl.html).
Anime downloader has two sub commands, `dl` and `watch`.
- [dl](https://github.com/vn-ki/anime-downloader/wiki/dl-command): `dl` can download anime.
- [watch](https://github.com/vn-ki/anime-downloader/wiki/watch-command): `watch` can manage your anime watch list. Needs [mpv](https://mpv.io). With `watch` you'll never have to go to any anime sites ever again.
- [dl](https://anime-downlader.readthedocs.io/en/latest/usage/dl.html): `dl` can download anime.
- [watch](https://anime-downlader.readthedocs.io/en/latest/usage/watch.html): `watch` can manage your anime watch list. Needs [mpv](https://mpv.io). With `watch` you'll never have to go to any anime sites ever again.
**To use `anime_downloader` in your package:**
This tool can be used as a library. This means you can import it into your own application and search for anime and do many other wonderful things.
See [documentation](https://github.com/vn-ki/anime-downloader/wiki/Package-documentation).
See [documentation](https://anime-downlader.readthedocs.io/en/latest/usage/api.html).
**Development Instructions:**
See [development instructions](https://github.com/vn-ki/anime-downloader/wiki/Development-Instructions).
See [development instructions](https://anime-downlader.readthedocs.io/en/latest/advanced/custom_site.html).
## Related Projects

View File

@ -5,6 +5,11 @@ Installation
The following are extended installation instructions for Windows and
Linux users. (For windows choco users, scroll to last)
Windows
~~~~~~~
Please see this video: https://www.youtube.com/watch?v=gC2tctOL5I8
Windows via ``choco``
~~~~~~~~~~~~~~~~~~~~~

View File

@ -5,4 +5,4 @@ The following are the sites with configs. These can be configured using the conf
.. autoclass:: anime_downloader.sites.animeflv.Animeflv
.. autoclass:: anime_downloader.sites.anistream.Anistream
.. autoclass:: anime_downloader.sites.nineanime.NineAnime
.. autoclass:: anime_downloader.sites.gogoanime.Gogoanime