Hello! I am new to N_m3u8DL-RE and I am getting a lot of errors. Video download is fine but when it comes to audio it goes crazy and it says, "Response status code does not indicate success: 429 (Too Many Requests)" 40 times. When I use cmd prompt it gives me the error but in powershell it works fine downloading it individually. mkvtoolvix is in that folder as well.
The code to download urls.txt:
chcp 65001
@echo off
setlocal enabledelayedexpansion
rem 定義輸入文件和輸出目錄
set "input_file=urls.txt"
set "output_dir=downloads"
rem 檢查輸出目錄是否存在,如果不存在則創建
if not exist "%output_dir%" mkdir "%output_dir%"
rem 讀取urls.txt文件的每一行
for /f "tokens=1,* delims=-" %%a in (%input_file%) do (
set "filename=%%a"
set "url=%%b"
rem 使用N_m3u8DL下載
echo Downloading: !url!
N_m3u8DL-RE -H "Origin: https://www.hkanime.com.hk" -H "Referer:https://www.hkanime.com.hk/" -H "By:8964" "!url!" --thread-count 9999999 -sa all -sv all -ss all -M format=mkv:muxer=mkvmerge --save-name "!filename!"
rem 你可以根據需要修改N_m3u8DL命令來適應特定需求
)
echo Download completed.
pause
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
N_m3u8DL-RE: Giving It A Try
By Tom Saurus in forum Video Streaming DownloadingReplies: 104Last Post: 10th Dec 2024, 08:17 -
need help with N_m3u8dl-re
By monk87 in forum Video Streaming DownloadingReplies: 5Last Post: 22nd Nov 2024, 05:58 -
help with N_m3u8DL-RE
By darwin567 in forum Video Streaming DownloadingReplies: 2Last Post: 5th Oct 2024, 01:59 -
Subtitle Edit appears broken...fix OCR errors creates errors on or off??
By Ronstang in forum SubtitleReplies: 9Last Post: 12th Dec 2023, 22:13 -
Tartune keeps giving me errors
By danderson400 in forum Video Streaming DownloadingReplies: 1Last Post: 2nd Mar 2023, 15:18