Skip to content

Commit

Permalink
Added some extensions for subtitles
Browse files Browse the repository at this point in the history
  • Loading branch information
yashoswalyo committed Nov 9, 2022
1 parent 7d0752f commit ad33048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

VIDEO_EXTENSIONS = ["mkv", "mp4", "webm", "ts", "wav", "mov"]
AUDIO_EXTENSIONS = ["aac", "ac3", "eac3", "m4a", "mka", "thd", "dts", "mp3"]
SUBTITLE_EXTENSIONS = ["srt", "ass"]
SUBTITLE_EXTENSIONS = ["srt", "ass", "mka", "mks"]

w = open("mergebotlog.txt", "w")
w.truncate(0)
Expand Down

0 comments on commit ad33048

Please sign in to comment.