Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit

Permalink
updated code quality, fixed issue with calling of download subtitle m…
Browse files Browse the repository at this point in the history
…ethod..
  • Loading branch information
r0oth3x49 committed Sep 24, 2020
1 parent ec726cf commit 0f4537a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion udemy-dl.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ def course_download(
if dl_assets:
self.download_assets(lecture_assets, filepath)
if dl_subtitles:
self.downalod_subtitles(
self.download_subtitles(
lecture_subtitles,
filepath,
language=language,
Expand Down

0 comments on commit 0f4537a

Please sign in to comment.