View Single Post
  #55  
Old 07-20-2010, 06:44 AM
Yansky Yansky is offline
Member
 
Join Date: May 2010
Posts: 92
Yansky is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


Quote:
Originally Posted by ret View Post
$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
I've made the change with the latest version.
Note: sometimes it takes a while for the latest version to make it to the front page. Check the versions page for the latest updates - https://addons.mozilla.org/en-US/fir...0505/versions/
Reply With Quote