LINUXOPOLIS # 1,082 ~ YOUTUBE-DOWNLOADER

in #linux4 years ago (edited)

YOUTUBE

Building a Linux Habitat
willi glenz @ telegram
Published with SteemPeak
home

screenshot by willi glenz

vim ~/.config/fish/functions/gyoutube-downloader.fish

function gyoutube-downloader --description 'update youtube-downloader'
    clear; echo
    echo '=========================================================================='
    echo '                            YOUTUBE-DOWNLOADER                            '
    echo '=========================================================================='
    echo '                                                                          '
    echo ' $ sudo -H pip3 install --upgrade youtube-dl                              '
    echo '                                                                          '
    echo '=========================================================================='
    echo; read
    sudo -H pip3 install --upgrade youtube-dl   
end
SOURCES
 homepage ........ ytdl-org.github.io/youtube-dl/index.html
 installation .... github.com/ytdl-org/youtube-dl/blob/master/README.md#installation
 faq ............. github.com/ytdl-org/youtube-dl/blob/master/README.md#faq
 documentation ... github.com/ytdl-org/youtube-dl/blob/master/README.md#readme
 fish ............ fishshell.com/docs/current/index.html
 picture ......... screenshot by me ~ my gnome-desktop
Sort:  



Join the community in our migration to Hive, a community built blockchain for the community. All Steem account holders will receive equivalent stake on the new Hive blockchain.

Please follow @innerhive on twitter for more information.