diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-07-02 07:04:34 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-07-02 07:04:34 +0900 |
| commit | a6229e7d5aa50a8e12e637fdb417b79f0f44887d (patch) | |
| tree | c162be654b5ec9520166742aa34e9db9d10b5972 | |
| parent | a6b19514cb6fd3551669ca50f6af3afc33778d19 (diff) | |
modified bin/qndl
| -rwxr-xr-x | ar/.local/bin/qndl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.local/bin/qndl b/ar/.local/bin/qndl index 270ed72..6b65600 100755 --- a/ar/.local/bin/qndl +++ b/ar/.local/bin/qndl @@ -106,7 +106,7 @@ case $url in ;; esac -simulation_cmd="$simulation_cmd $url" +simulation_cmd="$simulation_cmd --cookies-from-browser $cookies $url" ytdl_cmd="$ytdl_cmd_base --output \"$ytdl_output_format\" \"$url\"" # Notify and perform simulation to get filename (feedback to user) |
