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

Commit

Permalink
updated code quality ..
Browse files Browse the repository at this point in the history
  • Loading branch information
r0oth3x49 committed Sep 12, 2020
1 parent 1da8f41 commit a676393
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions udemy-dl.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ def course_listdown(
logger.info(
indent=indent, msg=msg, new_line=True, cc=15,
)
print("")

def course_download(
self,
Expand Down Expand Up @@ -364,6 +365,7 @@ def course_download(
language=language,
keep_vtt=keep_vtt,
)
print("")


def main():
Expand Down

0 comments on commit a676393

Please sign in to comment.