Skip to content

Commit

Permalink
Fixed ytd bug
Browse files Browse the repository at this point in the history
  • Loading branch information
krateng committed Jan 19, 2021
1 parent fa07dc5 commit 3469d29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion yeonji/__pkginfo__.py
Expand Up @@ -7,7 +7,7 @@
"github":"krateng"
}
desc = "Collection of command line tools"
version = 0,6,1
version = 0,6,2


requires = [
Expand Down
2 changes: 1 addition & 1 deletion yeonji/ytd.py
Expand Up @@ -52,7 +52,7 @@ def main(preset=None,url=None,new=None):
else:
break

os.chdir(selected["path"])
os.chdir(folder)
os.system("youtube-dl " + " ".join(options) + " " + url)

elif new is not None:
Expand Down

0 comments on commit 3469d29

Please sign in to comment.