Skip to content

Commit

Permalink
Fix for #26
Browse files Browse the repository at this point in the history
Fix for #26
  • Loading branch information
Xonshiz committed Dec 27, 2017
1 parent 1599a1a commit 8f50ddd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,4 @@ anime_dl/build/__main__/warn__main__.txt
anime_dl/sites/funimation - Copy.py
*.old
*.ttf
*.html
2 changes: 1 addition & 1 deletion anime_dl/sites/crunchyroll.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def singleEpisode(self, url, cookies, token, resolution):
subtitles_files.append("--track-name 0:Italiano --ui-language it --default-track 0:no --sub-charset 0:utf-8 " + '"' + str(
os.path.realpath(sub_file)) + '" ')
elif sub_file.endswith(".trTR.ass"):
subtitles_files.append("--track-name 0:Turkce--ui-language tr --default-track 0:no --sub-charset 0:utf-8 " + '"' + str(
subtitles_files.append("--track-name 0:Turkce --ui-language tr --default-track 0:no --sub-charset 0:utf-8 " + '"' + str(
os.path.realpath(sub_file)) + '" ')
else:
subtitles_files.append("--track-name 0:und --default-track 0:no --sub-charset 0:utf-8 " + '"' + str(
Expand Down

0 comments on commit 8f50ddd

Please sign in to comment.