Vishnunarayan K I 2018-06-09 20:54:49 +05:30
commit e51a629e2c
3 changed files with 4 additions and 3 deletions

View File

@ -7,7 +7,7 @@
Ever dreamt about watching anime for free effortlessly without all those unbearable ads? Ever dreamt of downloading your favourite anime for that long trip?
![kawaii](https://media.giphy.com/media/f0yOYF0EtwSVa/giphy.gif)
![kawaii](https://thumbs.gfycat.com/IgnorantYoungDowitcher-size_restricted.gif)
Yeah. Me too! That's why this tool exists.

View File

@ -99,7 +99,8 @@ def dl(ctx, anime_url, episode_range, url, player, skip_download, quality,
util.play_episode(episode)
if not skip_download:
util.download_episode(episode)
util.download_episode(episode, force_download=force_download,
download_dir=download_dir)

View File

@ -75,7 +75,7 @@ def split_anime(anime, episode_range):
return anime
def print_epiosdeurl(episode):
def print_episodeurl(episode):
print(episode.stream_url)