yt-dlp-proxy/yt-dlp-proxy_link
0n1cOn3 8cab8a9341 Summary of Changes:
- Enhanced Error Handling: Added error handling in fetch_proxies and save_proxies_to_file.
- Improved Progress Function: download_with_progress was refined for clarity and fixed the progress speed display.
- Concatenation Fix in execute_yt_dlp_command: Corrected the command string concatenation.
- Cleanup: Removed tempout after checking its contents in execute_yt_dlp_command.
- Retry Delay in run_yt_dlp: Added a small delay to avoid rapid retries on proxy errors.
2024-11-06 09:01:36 +01:00

4 lines
154 B
Bash
Executable file

#!/bin/bash
# Get the directory where the script is located
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
python3 "$SCRIPT_DIR/main.py" "$@"