Skip to content

Commit

Permalink
Update: Add debug line when run func_download
Browse files Browse the repository at this point in the history
  • Loading branch information
herowinb committed May 13, 2022
1 parent e3fe095 commit 4e4dfa2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions live-dl
Original file line number Diff line number Diff line change
Expand Up @@ -1437,6 +1437,8 @@ function func_archive_chat() {
}

function func_download_youtube() {
__debug "start func_download_youtube"

__info "Start downloading $FILENAME"

# Log tail inspired by https://github.com/printempw/live-stream-recorder
Expand Down Expand Up @@ -1525,6 +1527,8 @@ function func_download_youtube() {
}

function func_download_twitch() {
__debug "start func_download_twitch"

__info "Start downloading $FILENAME"

# Log tail inspired by https://github.com/printempw/live-stream-recorder
Expand Down

0 comments on commit 4e4dfa2

Please sign in to comment.