Update dl.py

master
Arjix 2020-07-23 21:30:01 +03:00 committed by GitHub
parent a5a549bb96
commit 97bab26edb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ def command(ctx, anime_url, episode_range, url, player, skip_download, quality,
util.print_episodeurl(episode)
if player:
util.play_episode(episode, player=player)
util.play_episode(episode, player=player, title=f'{anime.title} - Episode {episode.ep_no}')
if not skip_download:
if external_downloader: