View Single Post
  #54  
Old 07-20-2010, 04:37 AM
ret ret is offline
Junior Member
 
Join Date: Jul 2010
Posts: 2
ret is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


$DEITY helps those who help themselves, it seems

The following patch to iv.js seems to have fixed it:

Code:
OK-Computer:content ret$ pwd
/Users/ret/Library/Application Support/Firefox/Profiles/iaqewbwz.default/extensions/iViewFox@forboden.com/chrome/content
OK-Computer:content ret$ diff -u iv.js.orig iv.js
--- iv.js.orig  2010-07-15 08:37:22.000000000 +1000
+++ iv.js   2010-07-20 20:11:27.000000000 +1000
@@ -160,7 +160,7 @@
                    '-r', 
                    'rtmp://cp53909.edgefcs.net////flash/playback/_definst_/'+epDS, 
                    '-a', 
-                   'ondemand?auth='+xStore.token, 
+                   "'ondemand?auth="+xStore.token+"'", 
                    '-o',
                    filePathAndName,
                    '-W',
@@ -177,7 +177,7 @@
                        '-r', 
                        'rtmp://203.18.195.10/',
                        '-a',
-                       'ondemand?auth='+xStore.token,
+                        "'ondemand?auth="+xStore.token+"'", 
                        '-y', 
                        fileEx+fTypeSplit[0], 
                        '-o',
OK-Computer:content ret$
Hope this helps.

cheers
RET
Reply With Quote