auouymous
|
2011-12-13
, 01:29
|
Posts: 875 |
Thanked: 918 times |
Joined on Sep 2010
|
#431
|
The Following User Says Thank You to auouymous For This Useful Post: | ||
|
2011-12-13
, 01:48
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#432
|
|
2011-12-13
, 03:31
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#433
|
|
2011-12-13
, 05:28
|
Posts: 875 |
Thanked: 918 times |
Joined on Sep 2010
|
#434
|
I got this file name as well "Destination: Jeremy_Camp_Walk_by_Faith_acoustic-dEkh_KxKao0.flv"
This so doesn't even really concern me, but is there a way to truncate the "-dEkh_KxKao0" part in the name for the videos I download?
youtube-dl-x -f 5 -o "%(stitle)s.%(ext)s" $1
The Following User Says Thank You to auouymous For This Useful Post: | ||
|
2011-12-13
, 08:18
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#435
|
|
2011-12-13
, 09:15
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#436
|
|
2011-12-14
, 00:16
|
Posts: 875 |
Thanked: 918 times |
Joined on Sep 2010
|
#437
|
Say I Copy the url for a video in Tear or Microb... Is it possible to launch this script, from say Personal Launcher, and Paste that address somehow at the end of it?
apt-get install libxmu6
#!/bin/sh cd /media/mmc1/Videos youtube-dl-x --no-part -f 5 -o "%(stitle)s.%(ext)s" `xclip -out`
|
2011-12-14
, 00:22
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#438
|
|
2011-12-14
, 00:44
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#439
|
|
2011-12-14
, 01:01
|
Posts: 875 |
Thanked: 918 times |
Joined on Sep 2010
|
#440
|
The Following User Says Thank You to auouymous For This Useful Post: | ||