VideoHelp Forum



Support our site by donate $5 directly to us Thanks!!!

Try StreamFab Downloader and download streaming video from Netflix, Amazon!



+ Reply to Thread
Results 1 to 3 of 3
  1. Hi,

    Here is the batch I run sometimes to download the latest videos of this Odysee channel

    Code:
    yt-dlp   -N 32 --referer -S "res:480" "https://odysee.com/"  https://odysee.com/@AgoraTVNEWS:5 --download-archive FILE.txt
    And here is the errors I got always :
    Image
    [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.
    Quote Quote  
  2. 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.
    Quote Quote  
  3. 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
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!