Posts: 89
Stuart O'mahony
Joined: 07 Mar 2010
#1

Code: Select all

stuart@stuart:~/Downloads/elltube-0.3$ dpkg-query -s python-qt4 | grep installed
Status: install ok installed
stuart@stuart:~/Downloads/elltube-0.3$ dpkg-query -s python2.6 | grep installed
Status: install ok installed
stuart@stuart:~/Downloads/elltube-0.3$ elltube 
Traceback (most recent call last):
  File"elltube.py", line 1624, in <module>
    window = MainWindow()
  File"elltube.py", line 224, in __init__
    self.ffmpegsupport()
  File"elltube.py", line 401, in ffmpegsupport
    outcodecs=outcodecs[1].split("\n")
IndexError: list index out of range
The version requirements are fine, so i'm not sure which deps i'm missing.


========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://elltube.sourceforge.net/download"
linktext was:"http://elltube.sourceforge.net/download"
====================================
Posts: 1,228
secipolla
Joined: 15 Jun 2008
#2
If you're a programmer I got this on Google:

========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.daniweb.com/forums/thread88437.html"
linktext was:"http://www.daniweb.com/forums/thread88437.html"
====================================


========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.daniweb.com/forums/thread273478.html"
linktext was:"http://www.daniweb.com/forums/thread273478.html"
====================================


Anyway, there are so many ways to download YouTube videos nowadays, do you need Elltube for some reason?
Posts: 89
Stuart O'mahony
Joined: 07 Mar 2010
#3
I do have cclive with the abby frontend, but this has been playing up, hence my reverting back to elltube -- an app i'm familiar with having used it in Mandriva long ago.

The above error I remember getting before in Mandi too, but overcame it by installing some python dep, although obv. not those cited above.

And I just like elltube, it's no more simple than this really.
Posts: 1,228
secipolla
Joined: 15 Jun 2008
#4
You can use
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://addons.mozilla.org/en-US/firefox/addon/201/"
linktext was:"DownThemAll"
====================================
Iceweasel extension or
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://addons.mozilla.org/en-US/seamonkey/addon/3006/"
linktext was:"Video DownloadHelper"
====================================
for Iceweaasel/Iceape.

I installed today DownThemAll beta in Iceweasel to have a download manager (the browser's built-in one gets 100% of the band and leaves nothing for browsing) and I'm just starting with it but it seems to be great.

- Just adding here that
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://addons.mozilla.org/en-US/seamonkey/addon/220/"
linktext was:"FlashGot"
====================================
works with Iceape and it's compatible with some external download managers. But lagopus knows about Python (see below) and may help with getting Elltube to work.
Last edited by secipolla on 05 Aug 2010, 13:52, edited 1 time in total.
Posts: 200
lagopus
Joined: 15 Oct 2008
#5
Stuart

Check if the command ffmpeg is installed and in the path.

Try:

$ ffmpeg -versions

This command should return the list of available codecs.

You can also run elltube.py with the verbose option:

$ elltube.py -v

Hope this will help

Yves
Posts: 89
Stuart O'mahony
Joined: 07 Mar 2010
#6
lagopus wrote:Stuart

Check if the command ffmpeg is installed and in the path.

Try:

$ ffmpeg -versions

This command should return the list of available codecs.

You can also run elltube.py with the verbose option:

$ elltube.py -v

Hope this will help

Yves

Code: Select all

 --enable-libopencore-amrwb --enable-libx264 --enable-libtheora --enable-libspeex --enable-nonfree --disable-stripping --enable-avfilter --enable-libdirac --disable-decoder=libdirac --enable-libschroedinger --disable-encoder=libschroedinger --enable-avfilter-lavf --enable-libopenjpeg --enable-version3 --cpu=i686 --disable-static --disable-ffmpeg --disable-ffplay --shlibdir=/usr/lib/i686/cmov
  libpostproc configuration: --enable-libdc1394 --prefix=/usr --extra-cflags='-Wall -g ' --cc='ccache cc' --enable-shared --enable-libmp3lame --enable-gpl --enable-libfaad --enable-libvorbis --enable-pthreads --enable-libfaac --enable-libxvid --enable-postproc --enable-x11grab --enable-libgsm --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libx264 --enable-libtheora --enable-libspeex --enable-nonfree --disable-stripping --enable-avfilter --enable-libdirac --disable-decoder=libdirac --enable-libschroedinger --disable-encoder=libschroedinger --enable-avfilter-lavf --enable-libopenjpeg --enable-version3 --cpu=i686 --disable-static --disable-ffmpeg --disable-ffplay --shlibdir=/usr/lib/i686/cmov
  libavutil     50. 9. 0 / 50. 9. 0
  libavcodec    52.52. 0 / 52.52. 0
  libavformat   52.51. 0 / 52.51. 0
  libavdevice   52. 2. 0 / 52. 2. 0
  libavfilter    1.17. 0 /  1.17. 0
  libswscale     0.10. 0 /  0.10. 0
  libpostproc   51. 2. 0 / 51. 2. 0
FFmpeg SVN-r21686
libavutil     50. 9. 0 / 50. 9. 0
libavcodec    52.52. 0 / 52.52. 0
libavformat   52.51. 0 / 52.51. 0
libavdevice   52. 2. 0 / 52. 2. 0
libavfilter    1.17. 0 /  1.17. 0
libswscale     0.10. 0 /  0.10. 0
libpostproc   51. 2. 0 / 51. 2. 0

Code: Select all

stuart@stuart:~$ elltube -v
Detecting codecs from ffmpeg
Traceback (most recent call last):
  File"elltube.py", line 1624, in <module>
    window = MainWindow()
  File"elltube.py", line 224, in __init__
    self.ffmpegsupport()
  File"elltube.py", line 401, in ffmpegsupport
    outcodecs=outcodecs[1].split("\n")
IndexError: list index out of range
I'm afraid this output makes little sense to me, you've any idea lagopus?