Skip to content

Commit

Permalink
Fix for #2
Browse files Browse the repository at this point in the history
Check Changelog for more info.
  • Loading branch information
Xonshiz committed Mar 6, 2017
1 parent a4dc0d0 commit 9b8710a
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,4 @@ Temporary Items
*.iml
anime_dl/build/__main__/warn__main__.txt
*.ass
*.mp4
4 changes: 3 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#Changelog

- Site support for Crunchyroll.com [2017.03.05]
- Fix for #1 [2017.03.06]
- Fix for #1 [2017.03.06]
- Fix for #2 [2017.03.06]
- ReadMe updated for Python Script execution [2017.03.06]
6 changes: 4 additions & 2 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,12 @@ The instructions for all the OS would remain same. Download [`THIS REPOSITORY`](
**Linux/Debian** users make sure that this script is executable.just run this command, if you run into problem(s) :

`chmod +x anime-dl.py`
`chmod +x __main__.py`

and then, execute with this :

`./anime-dl.py`
`./__main__.py`

## Python Support
This script supports only Pythom 3 currently..
Expand Down Expand Up @@ -94,7 +96,7 @@ After you've saved this script in a directory/folder, you need to open `command

*If you're using the Python Script :*

`anime-dl.py -i "<URL TO THE ANIME>" -u "YourUsername" -p "Password" -r "Resolution"`
`__main__.py -i "<URL TO THE ANIME>" -u "YourUsername" -p "Password" -r "Resolution"`

URL can be any URL of the [supported websites](https://github.com/Xonshiz/anime-dl/blob/master/Supported_Sites.md).

Expand All @@ -104,7 +106,7 @@ After you've saved this script in a directory/folder, you need to open `command
* Now, change the current working directory of the terminal to the one where you've downloaded this repository.
* Now, in the Terminal, type this :

`anime-dl.py -i "<URL TO THE ANIME>" -u "YourUsername" -p "Password" -r "Resolution"`
`__main__.py -i "<URL TO THE ANIME>" -u "YourUsername" -p "Password" -r "Resolution"`

URL can be any URL of the [supported websites](https://github.com/Xonshiz/anime-dl/blob/master/Supported_Sites.md).

Expand Down
4 changes: 3 additions & 1 deletion docs/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#Changelog

- Site support for Crunchyroll.com [2017.03.05]
- Fix for #1 [2017.03.06]
- Fix for #1 [2017.03.06]
- Fix for #2 [2017.03.06]
- ReadMe updated for Python Script execution [2017.03.06]
6 changes: 4 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,12 @@ The instructions for all the OS would remain same. Download [`THIS REPOSITORY`](
**Linux/Debian** users make sure that this script is executable.just run this command, if you run into problem(s) :

`chmod +x anime-dl.py`
`chmod +x __main__.py`

and then, execute with this :

`./anime-dl.py`
`./__main__.py`

## Python Support
This script supports only Pythom 3 currently..
Expand Down Expand Up @@ -94,7 +96,7 @@ After you've saved this script in a directory/folder, you need to open `command

*If you're using the Python Script :*

`anime-dl.py -i "<URL TO THE ANIME>" -u "YourUsername" -p "Password" -r "Resolution"`
`__main__.py -i "<URL TO THE ANIME>" -u "YourUsername" -p "Password" -r "Resolution"`

URL can be any URL of the [supported websites](https://github.com/Xonshiz/anime-dl/blob/master/Supported_Sites.md).

Expand All @@ -104,7 +106,7 @@ After you've saved this script in a directory/folder, you need to open `command
* Now, change the current working directory of the terminal to the one where you've downloaded this repository.
* Now, in the Terminal, type this :

`anime-dl.py -i "<URL TO THE ANIME>" -u "YourUsername" -p "Password" -r "Resolution"`
`__main__.py -i "<URL TO THE ANIME>" -u "YourUsername" -p "Password" -r "Resolution"`

URL can be any URL of the [supported websites](https://github.com/Xonshiz/anime-dl/blob/master/Supported_Sites.md).

Expand Down

0 comments on commit 9b8710a

Please sign in to comment.