Advertisement
Guest User

Untitled

a guest
Nov 20th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. youtube-dl -f bestaudio https://www.youtube.com/user/TAFAQQUHVIDEO/videos -o /Download/%(title)s.%(ext)s --ffmpeg-location %CD%\ffmpeg\bin
  2.  
  3. youtube-dl -f best https://www.youtube.com/watch?v=3t7FXlSkreI -o /Download/%(title)s.%(ext)s --ffmpeg-location %CD%\ffmpeg\bin
  4.  
  5. youtube-dl -f m4a --playlist-items 76-80 https://www.youtube.com/user/TAFAQQUHVIDEO/videos -o /Download/%(title)s.%(ext)s --ffmpeg-location %CD%\ffmpeg\bin
  6.  
  7. youtube-dl -f m4a --playlist-items 81-85 -r 2.5M https://www.youtube.com/user/TAFAQQUHVIDEO/videos -o /Download/%(title)s.%(ext)s --ffmpeg-location %CD%\ffmpeg\bin
  8.  
  9. youtube-dl -f m4a --match-title "musibah" -r 2.5M https://www.youtube.com/user/TAFAQQUHVIDEO/videos -o /Download/%(title)s.%(ext)s --ffmpeg-location %CD%\ffmpeg\bin
  10.  
  11. youtube-dl --download-archive tafaqquhe.txt https://www.youtube.com/user/TAFAQQUHVIDEO/videos
  12. youtube-dl --download-archive archive.txt "https://www.youtube.com/playlist?list=PLwiyx1dc3P2JR9N8gQaQN_BCvlSlap7re"
  13. youtube-dl --flat-playlist https://www.youtube.com/user/TAFAQQUHVIDEO/videos -o
  14. youtube-dl --batch-file bakekok.txt https://www.youtube.com/user/TAFAQQUHVIDEO/videos -o
  15.  
  16. listing the videos:
  17. youtube-dl -j --flat-playlist https://www.youtube.com/user/TAFAQQUHVIDEO/videos > cocot.txt
  18. youtube-dl -j --flat-playlist --match-filter 'duration > 420' https://www.youtube.com/user/POCOYOUSA/videos > pocoyoUSA.txt
  19. youtube-dl --reject-title "Arts*" -j --flat-playlist https://www.youtube.com/user/POCOYOUSA/videos > pop.txt
  20. C:\YT>youtube-dl --reject-title "Pocoyo Arts & Crafts*" -j --flat-playlist https://www.youtube.com/user/POCOYOUSA/videos > pocoyoNoArts.txt
  21.  
  22. C:\YT>youtube-dl --match-title "Pocoyo Arts & Crafts*" -j --flat-playlist https://www.youtube.com/user/POCOYOUSA/videos > pocoyoWithArts.txt
  23.  
  24. youtube-dl --match-title "*musibah*" -j --flat-playlist https://www.youtube.com/user/TAFAQQUHVIDEO/videos > musibah.txt
  25.  
  26.  
  27. youtube-dl --yes-playlist https://www.youtube.com/user/TAFAQQUHVIDEO/videos > playlist.txt
  28.  
  29. youtube-dl -g -e https://www.youtube.com/user/TAFAQQUHVIDEO/videos > mokom.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement