Run lsblk to see what is your pendrive
dd if= of=/dev/sd status="progress"| set ignorecase | |
| set smartcase | |
| set scrolloff=3 " 3 lines above/below cursor when scrolling | |
| " Emulated Plugins | |
| set surround | |
| " Copy to system clipboard as well | |
| set clipboard+=unnamed |
| # Basic Download: | |
| youtube-dl URL | |
| # Download Playlist, put in folder, and index with order: | |
| youtube-dl -o '%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s' URL | |
| # Download to /$uploader/$date/$title.$ext: | |
| youtube-dl -o '%(uploader)s/%(date)s/%(title)s.%(ext)s' URL | |
| # Download playlist starting from certain video: |