On Sun, 2009-08-23 at 22:11 +1000, Erik de Castro Lopo wrote:
> That looks interesting, but:
> 
>     e...@mingus > ./iview-cli --download catch_up/webwarriors_09_xx_xx
>     Traceback (most recent call last):
>       File "./iview-cli", line 56, in <module>
>         download(a)
>       File "./iview-cli", line 38, in download
>         iview.fetch_program(url, execvp=True)
>       File "/home/erik/Bzr/python-iview/iview/fetch.py", line 33, in 
> fetch_program
>         execvp
>       File "/home/erik/Bzr/python-iview/iview/fetch.py", line 18, in 
> flvstreamer_x86
>         os.execvp(args[0], args)
>       File "/usr/lib/python2.6/os.py", line 344, in execvp
>         _execvpe(file, args)
>       File "/usr/lib/python2.6/os.py", line 380, in _execvpe
>         func(fullname, *argrest)
>     OSError: [Errno 2] No such file or directory

Oh, whoops. Sorry, you also need to download and compile FLVStreamer,
and place the resulting executable somewhere within $PATH (/usr/local).

Linky: http://savannah.nongnu.org/projects/flvstreamer/

Sid now has FLVStreamer packaged. Might work on various *buntus as well.
Give it a try here: http://packages.debian.org/sid/flvstreamer

> I also tried webwarriors_09_21_08 and webwarriors_09_08_21 instead of
> webwarriors_09_xx_xx.

Nope, webwarriors_09_xx_xx is the actual name. Run
`./iview-cli --programme` (yes, the Aussie spelling!) to get an index of
all the videos available on iView. Be warned: it will take a very long
time (because Python's urllib doesn't support HTTP Keep-Alive nor gzip).

Attachment: signature.asc
Description: This is a digitally signed message part

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to