Hi,
Here is the batch I run sometimes to download the latest videos of this Odysee channel
And here is the errors I got always :Code:yt-dlp -N 32 --referer -S "res:480" "https://odysee.com/" https://odysee.com/@AgoraTVNEWS:5 --download-archive FILE.txt
[Attachment 63577 - Click to enlarge]
The 2 problems, if anyone has an idea how to solve them please :
- it downloads only the first video with a very good speed, thanks to N 32 and download many small parts at the same time, then all the next videos download very slowly (not anymore downloading many small parts) as if N 32 was not written in the batch
- it's still download videos at the best pixel resolution, me I just need the resolution 480p, or if it's not possible I prefer it download the worst resolution than the best one
I don't dare to edit my batch until I find how to do, because each time i stop YTDLP before it finish to download all the videos I have the winerror 10054 and prevent me to download anything during random hours or days (somtimes turnoff antivirus and firewall fix it, but seems sometimes not)
Bonus question :
When i got the winerror 10054 with this batch, is there a command line to write it to a Text file ?
For example me I use "date /t > DATE.txt" at the end of my batch, in this way I know when the video channel has been updated for the last time, but actually it's completely useless if i have the winerror 10054 and download nothing.
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 1 to 3 of 3
-
-
Your error is because you have -S "res:480" between --referer and the referer URL. For speed get the aria2c downloader then try:
Code:yt-dlp --no-check-certificate -S "res:480" --external-downloader aria2c --referer "https://odysee.com/" https://odysee.com/@AgoraTVNEWS:5 --download-archive FILE.txt
Last edited by jagabo; 27th Feb 2022 at 19:21.
-
thanks Jagabo, I will try your 2 advices next time
and for the speed, actually sometimes it comes back to fast for some videos, then switch again to the one file slow speed, so this N32 seems to not work with every videos, hope I will have more chance with aria2c
Similar Threads
-
High speed (double speed) VHS scope
By RajkoBizjak in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 7Last Post: 21st Mar 2021, 13:45 -
Speed up video to restore original playback speed?
By nekrosoft13 in forum Video ConversionReplies: 6Last Post: 30th Nov 2019, 00:16 -
How to convert Compact Disc Audio speed to a Blu-ray (24fps) Audio speed?
By Gwar in forum AudioReplies: 13Last Post: 12th Feb 2019, 06:21 -
How to speed up a .MKV to match YouTube Speed?
By NukeyDoo in forum Video ConversionReplies: 2Last Post: 27th Jul 2017, 04:03 -
change the very low resolution of video to high resolution
By idi0t in forum Newbie / General discussionsReplies: 22Last Post: 1st Jul 2017, 09:51