We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I got error error: download "seg-{1..50}-v1-a1.ts", please try again! failed! while I was doing download the video by bash download-FC2-PPV-1017101.sh
error: download "seg-{1..50}-v1-a1.ts", please try again! failed!
bash download-FC2-PPV-1017101.sh
I was on VPN but even without VPN I got same error.
I tested by URL here: https://avgle.com/video/9s7GjGCikG9/%E6%B1%97%E3%81%A7%E3%81%90%E3%81%A3%E3%81%97%E3%82%87%E3%82%8A%E6%BF%A1%E3%82%8C%E3%81%9F%E5%A4%8F%E6%9C%8D%E5%B0%91%E5%A5%B3-%E9%80%8F%E3%81%91%E3%82%8B%E4%B8%8B%E7%9D%80-%E7%B4%A0%E8%82%8C%E3%81%AB%E5%BC%B5%E3%82%8A%E4%BB%98%E3%81%8F%E5%88%B6%E6%9C%8D%E3%82%92%E7%9D%80%E3%81%95%E3%81%9B%E3%81%9F%E3%81%BE%E3%81%BE%E3%83%8F%E3%83%A1%E3%81%BE%E3%81%8F%E3%82%8B-%E9%88%B4%E6%9C%A8%E5%BF%83%E6%98%A5-ssni-251
The text was updated successfully, but these errors were encountered:
I got same error on mac, but actually the files are successfully downloaded.
It seems that _download return false by mistake.
_download with_referer "$2" "$3" || download_ok=false;
I just change it to
_download with_referer "$2" "$3" || download_ok=true;
Then the script runs successfully.
Sorry, something went wrong.
@brendonjkding @vide0 followed like you said and have this error at the end
Status Legend: (OK):download completed. -e >> ok: downloaded {1402..1409}/1409 -e >> ok: all files are downloaded! -e >> ok: Concat file concat.list generated -e >> start: Converting ts file to mp4 files ... [concat @ 0x7fba1d801c00] Line 1: unknown keyword '-e' concat.list: Invalid data found when processing input -e >> error: ffmpeg convert response exception!
I had this error and installed aria2 then start working perfectly
No branches or pull requests
I got error
error: download "seg-{1..50}-v1-a1.ts", please try again! failed!
while I was doing download the video bybash download-FC2-PPV-1017101.sh
I was on VPN but even without VPN I got same error.
I tested by URL here: https://avgle.com/video/9s7GjGCikG9/%E6%B1%97%E3%81%A7%E3%81%90%E3%81%A3%E3%81%97%E3%82%87%E3%82%8A%E6%BF%A1%E3%82%8C%E3%81%9F%E5%A4%8F%E6%9C%8D%E5%B0%91%E5%A5%B3-%E9%80%8F%E3%81%91%E3%82%8B%E4%B8%8B%E7%9D%80-%E7%B4%A0%E8%82%8C%E3%81%AB%E5%BC%B5%E3%82%8A%E4%BB%98%E3%81%8F%E5%88%B6%E6%9C%8D%E3%82%92%E7%9D%80%E3%81%95%E3%81%9B%E3%81%9F%E3%81%BE%E3%81%BE%E3%83%8F%E3%83%A1%E3%81%BE%E3%81%8F%E3%82%8B-%E9%88%B4%E6%9C%A8%E5%BF%83%E6%98%A5-ssni-251
The text was updated successfully, but these errors were encountered: