Skip to content

Commit

Permalink
Merge pull request #13 from nandan645/patch-1
Browse files Browse the repository at this point in the history
Update downloader.py
  • Loading branch information
debakarr authored Jul 13, 2023
2 parents e90ca84 + b815f82 commit 3133d0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/kisskh_downloader/downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def download_video_from_stream_url(self, video_stream_url: str, filepath: str, q
"outtmpl": f"{filepath}.%(ext)s",
"http_headers": {"Referer": self.referer},
"verbose": logger.getEffectiveLevel() == logging.DEBUG,
"retries": 10,
}
logger.debug(f"Calling download with following options: {ydl_opts}")
with yt_dlp.YoutubeDL(ydl_opts) as ydl:
Expand Down

0 comments on commit 3133d0d

Please sign in to comment.