how can i download all youtube shorts from a channel?

Discussion in 'Internet for Musician' started by stav, Oct 29, 2024 at 6:27 PM.

  1. stav

    stav Member

    Joined:
    May 25, 2024
    Messages:
    96
    Likes Received:
    8
    how can i download all youtube shorts from a channel? in youtube

    thanks

     
  2.  
  3. xorome

    xorome Audiosexual

    Joined:
    Sep 28, 2021
    Messages:
    1,116
    Likes Received:
    832
    • Agree Agree x 1
    • Useful Useful x 1
    • List
  4. jhagen

    jhagen Platinum Record

    Joined:
    Apr 9, 2013
    Messages:
    499
    Likes Received:
    183
    ...the disturbing thing is why.
     
  5. zadiac

    zadiac Kapellmeister

    Joined:
    Jun 9, 2022
    Messages:
    116
    Likes Received:
    56
    Maybe he likes the content. Why is it disturbing?
     
  6. Radio

    Radio Platinum Record

    Joined:
    Sep 20, 2024
    Messages:
    503
    Likes Received:
    256
  7. Will Kweks

    Will Kweks Rock Star

    Joined:
    Oct 31, 2023
    Messages:
    539
    Likes Received:
    319
    But yeah, as @xorome said, yt-dlp is the best way.

    Wrap them inside a CODE block.

    Code:
    yt-dlp "https://www.youtube.com/@SOMECHANNEL/shorts"
    
    [youtube:tab] Extracting URL: https://www.youtube.com/@SOMECHANNEL/shorts
    [youtube:tab] @SOMECHANNEL/shorts: Downloading webpage
    [download] Downloading playlist: SOMECHANNEL - Shorts
    [youtube:tab] Playlist SOMECHANNEL - Shorts: Downloading 351 items of 351
    [download] Downloading item 1 of 351
    [...]
    
     
    Last edited: Oct 29, 2024 at 10:42 PM
    • Like Like x 1
    • Useful Useful x 1
    • List
  8. BasedPirate

    BasedPirate Kapellmeister

    Joined:
    Sep 1, 2023
    Messages:
    81
    Likes Received:
    48
  9. stav

    stav Member

    Joined:
    May 25, 2024
    Messages:
    96
    Likes Received:
    8
    what do i do with all these? I don't know coding
     
  10. stav

    stav Member

    Joined:
    May 25, 2024
    Messages:
    96
    Likes Received:
    8
  11. xorome

    xorome Audiosexual

    Joined:
    Sep 28, 2021
    Messages:
    1,116
    Likes Received:
    832
    Best Answer
    Nothing, that's just the program's output after launching it.

    Download "yt-dl.exe"
    Put "yt-dl.exe" in some folder, say "C:\YT"
    Open your start menu, type in "command" and launch "Command Prompt"

    Type in:
    Code:
    C:
    cd \YT
    .\yt-dlp.exe https://www.youtube.com/@SOMECHANNEL/shorts
    Read documentation if you want to pick specific formats.
     
  12. stav

    stav Member

    Joined:
    May 25, 2024
    Messages:
    96
    Likes Received:
    8
    thanks its downloading

    when do you use this github things usually?

    they seem to be great shortcuts...just making sure i'm not missing out on things

    are u using it for anything else?

    thanks
     
  13. Will Kweks

    Will Kweks Rock Star

    Joined:
    Oct 31, 2023
    Messages:
    539
    Likes Received:
    319
    Github is just a place to share code and collaborate on code, and sharing the results of that code (like yt-dlp). There's plenty of stuff there so just think of it as a software repository.

    Sometimes people share documents and such as well, like everybody's favourite https://shakil-shahadat.github.io/awesome-piracy/
     
  14. Strat4ever

    Strat4ever Rock Star

    Joined:
    Aug 17, 2019
    Messages:
    561
    Likes Received:
    352
    StreamFab should do the trick easily
     
Loading...
Similar Threads - download youtube shorts Forum Date
Downloading paid Youtube Films Lounge Oct 21, 2024
Self made Youtube Audio/Video Downloader in Delphi Software Jun 12, 2024
How do you rip audio from videos on YouTube with jDownloader? [solved] Lounge Dec 10, 2023
Reference songs downloaded from youtube? Working with Sound Oct 20, 2020
Youtube Downloader in original quality? Internet for Musician Aug 31, 2020
Loading...