videodownload

Forum italiano degli utenti MX
Message
Author
balarm
Posts: 147
Joined: Thu Dec 07, 2017 3:15 pm

videodownload

#1 Post by balarm »

Buona sera,avendo la necessità di visionare offline dei video, mi potreste consigliare una app da installare come da oggetto????
grazie in anticipo
mx Kernel: 4.19.0-6-amd64 x86_64 bits: 64 Desktop: Xfce 4.14.2
Distro: MX-19.3x64 patito feo October 21 2019
Machine: Type: Laptop System: LENOVO product: 1951A47 v: ThinkPad T60

User avatar
Stevo
Developer
Posts: 12841
Joined: Fri Dec 15, 2006 8:07 pm

Re: videodownload

#2 Post by Stevo »

Clipgrab
SMTube + uGet
youtube-dl-gui

balarm
Posts: 147
Joined: Thu Dec 07, 2017 3:15 pm

Re: videodownload

#3 Post by balarm »

:number1:
chapeau sir
thanks a lot
mx Kernel: 4.19.0-6-amd64 x86_64 bits: 64 Desktop: Xfce 4.14.2
Distro: MX-19.3x64 patito feo October 21 2019
Machine: Type: Laptop System: LENOVO product: 1951A47 v: ThinkPad T60

User avatar
handy
Posts: 611
Joined: Mon Apr 23, 2018 2:00 pm

Re: videodownload

#4 Post by handy »

My method uses a simple ~/.bashrc alias & a tiny little script, that you need to put in the root of your ~/ directory; /usr/bin or in another directory that is in your system's search path like perhaps ~/scripts. You just type dv at the CLI prompt, & it calls the following tiny little script (which gives the alias that I use in its comment section), I call the script dl-youtube though it lives in my ~/scripts directory, so it doesn't confuse me that the name is similar - not the same. ;) You can call it whatever you want (same goes for the alias) :

Code: Select all

#!/bin/bash
#
# I run this from ~/.bashrc with the following alias:
# alias dv="sh ./dl-youtube"
# Use the ~/.config/youtube-dl/config set your default download path. 

echo Please, Enter a URL
read URL
/usr/bin/youtube-dl --prefer-free-formats $URL
After typing in "dv" you are presented with Please, Enter a URL as follows:

Code: Select all

 [handy@madmx ~]$ dv
Please, Enter a URL
Then you can use either the keyboard combination of Ctrl v , OR, you can use the RMB menu of whatever Terminal program you use to past in the URL that you have (usually) copied from your browser's address field. Then hit the Enter key & in most cases your video will download, though, unfortunately, some vid's are locked in a way that prevents youtube-dl (& similar) from being able to download them.
Last edited by handy on Sun Jan 27, 2019 8:27 am, edited 1 time in total.
1_MSI: MAG B560 TORP', i5, RAM 16GB, GTX 1070 Ti 12GB, M2 238GB + USB, MX-23 Fb to Openbox
2_Lenovo: Ideapad 520S, i5, RAM 8GB, GPU i620, HDD 1TB, MX-21 - Openbox
3_Clevo: P150SM-A, i7, RAM 16GB, nVidia 8600, 2x 1TB HDD & M.2 256 GB, MX-21 - Openbox

User avatar
richb
Administrator
Posts: 10345
Joined: Wed Jul 12, 2006 2:17 pm

Re: videodownload

#5 Post by richb »

I have used both youtube.dl and clipgrab. I prefer clipgrab. It has a nice and clear interface.
Forum Rules
Guide - How to Ask for Help

richb Administrator
System: MX 23 KDE
AMD A8 7600 FM2+ CPU R7 Graphics, 16 GIG Mem. Three Samsung EVO SSD's 250 GB

User avatar
Gerson
Posts: 876
Joined: Sun Nov 12, 2017 10:58 am

Re: videodownload

#6 Post by Gerson »

I used Youtube-dl initially but then I found Clipgrab with its wonderful graphical interface is my favorite.
No todos ignoramos las mismas cosas. :confused:

User avatar
KoO
Posts: 491
Joined: Fri Feb 10, 2017 1:21 am

Re: videodownload

#7 Post by KoO »

I use 1-click youtube video downloader with Waterfox. Surf and download I find this to be the fastest easiest way, as I download a lot of videos on i3 and related stuff at 720p. Good speed 3 to 5 mbs
Now and then Youtube-dl
Main : MX 19.1-AHS (i3) 5.4.13-1~mx19+1, Asus B450-i AMD 5 3600 , 32gb Hyper-X 3200 , GTX970 . :linuxlove:
Lenovo T430 : Debian10 antiX17 (i3) , 4.20.12 , i5 , 12gb .
Lenovo X220 : Test Machine (ATM)

User avatar
handy
Posts: 611
Joined: Mon Apr 23, 2018 2:00 pm

Re: videodownload

#8 Post by handy »

I like just typing in dv then pasting the URL; hitting enter & checking out my vids-tmp directory later when I want to view the file. :)

Each to their own eh!
1_MSI: MAG B560 TORP', i5, RAM 16GB, GTX 1070 Ti 12GB, M2 238GB + USB, MX-23 Fb to Openbox
2_Lenovo: Ideapad 520S, i5, RAM 8GB, GPU i620, HDD 1TB, MX-21 - Openbox
3_Clevo: P150SM-A, i7, RAM 16GB, nVidia 8600, 2x 1TB HDD & M.2 256 GB, MX-21 - Openbox

User avatar
KoO
Posts: 491
Joined: Fri Feb 10, 2017 1:21 am

Re: videodownload

#9 Post by KoO »

handy
A Luke smith video on youtube-dl
https://www.youtube.com/watch?v=9A-HLSvtBWc

A post from he's video

Axe Leo
1 month ago
youtube-dl url -f 136+140
136 = video file usually 720p file and 140 = best audio (135=480p video and 137=1080p video and i havent yet seen a youtube link where it is not like that). Any ways, youtube-dl merges the video and the audio you give to the "-f" using ffmpeg(i think). if you straight away give youtube-dl a youtube link it downloads the best video which may be a 1080p or higher resolution video and the file size will be huge. you can also download the video, then the audio and merge them using ffmpeg but this just does that.

I use it mostly if I want to download playlists of movies and the like. Plus I always download in 720p. I like your script will use it in the future and add -f 136+140

Thanks for your post nice info
Main : MX 19.1-AHS (i3) 5.4.13-1~mx19+1, Asus B450-i AMD 5 3600 , 32gb Hyper-X 3200 , GTX970 . :linuxlove:
Lenovo T430 : Debian10 antiX17 (i3) , 4.20.12 , i5 , 12gb .
Lenovo X220 : Test Machine (ATM)

User avatar
handy
Posts: 611
Joined: Mon Apr 23, 2018 2:00 pm

Re: videodownload

#10 Post by handy »

Thanks for that youtube link KoO, it is a great intro' to youtube-dl. Good info' about the size difference between 720p & 1080p too. :) Luke Smith is a good presenter.
1_MSI: MAG B560 TORP', i5, RAM 16GB, GTX 1070 Ti 12GB, M2 238GB + USB, MX-23 Fb to Openbox
2_Lenovo: Ideapad 520S, i5, RAM 8GB, GPU i620, HDD 1TB, MX-21 - Openbox
3_Clevo: P150SM-A, i7, RAM 16GB, nVidia 8600, 2x 1TB HDD & M.2 256 GB, MX-21 - Openbox

Post Reply

Return to “Forum Italiano”