Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

How to use iView (ABC Australia) downloaders

(http://stream-recorder.com/forum/showthread.php?t=7039)

lameboyadvance 04-27-2015 06:56 PM

Re: How to use iView (ABC Australia) downloaders


 
Quote:

Originally Posted by Jamesboy70 (Post 76155)
Ok downloaded it to a new folder when it downloads the xml file I get Run-Time error 13 Type Mismatch and locks up the program

I'll look into it.

...So you say it happens when you click the "Download XML File" button?

Can you give me a bit more information? What OS? 32 or 64 bit? (EDIT:I see you said Win7/64 earlier) Are you trying to download the default (sony) XML file? Does it actually say "Download complete." in the textbox before it crashes? (It might be too quick to see.)

Its working fine for me here. Only thing that comes to mind is the fact I didn't include the Wine version of WININET.DLL this time around, maybe the API calls on later OS versions changed something the Wine version didn't have. The code for the download section didn't change much between this and the last version, I just rearranged a bit and added code for the download cancel button.

Here is a link to the Wine DLL. http://s000.tinyupload.com/index.php...64101474840650

Jamesboy70 04-27-2015 10:48 PM

Re: How to use iView (ABC Australia) downloaders


 
Quote:

Originally Posted by lameboyadvance (Post 76156)
I'll look into it.

...So you say it happens when you click the "Download XML File" button?

Can you give me a bit more information? What OS? 32 or 64 bit? (EDIT:I see you said Win7/64 earlier) Are you trying to download the default (sony) XML file? Does it actually say "Download complete." in the textbox before it crashes? (It might be too quick to see.)

Its working fine for me here. Only thing that comes to mind is the fact I didn't include the Wine version of WININET.DLL this time around, maybe the API calls on later OS versions changed something the Wine version didn't have. The code for the download section didn't change much between this and the last version, I just rearranged a bit and added code for the download cancel button.

Here is a link to the Wine DLL. http://s000.tinyupload.com/index.php...64101474840650

It did say download complete very fast I added the WININET.DLL enclosed a screen shot the old version is working fine ffmpeg is the 64bit version but had the same run-time error with the 32 bit ffmpeg version


hope this helps

lameboyadvance 04-28-2015 02:26 AM

Re: How to use iView (ABC Australia) downloaders


 
Thanks, the picture helps a lot.

One thing that immediately stands out is that the Show images checkbox is selected, the textbox has shrunk to fit the preview image, but the image box is missing entirely.
Upon startup, if the Show image option is checked there should be an Image element visible in that gap (with a 3d/sunken effect). Is the area always bare/blank?

...Another thing that annoys me is how windows cuts off the right/bottom sides. Seems window sizes have changed since the "Windows Classic" theme.

I'll see what I can do.

Jamesboy70 04-28-2015 05:10 AM

Re: How to use iView (ABC Australia) downloaders


 
Quote:

Originally Posted by lameboyadvance (Post 76168)
Thanks, the picture helps a lot.

One thing that immediately stands out is that the Show images checkbox is selected, the textbox has shrunk to fit the preview image, but the image box is missing entirely.
Upon startup, if the Show image option is checked there should be an Image element visible in that gap (with a 3d/sunken effect). Is the area always bare/blank?

...Another thing that annoys me is how windows cuts off the right/bottom sides. Seems window sizes have changed since the "Windows Classic" theme.

I'll see what I can do.

The image is there on start up I tried various combinations of the tick boxes but all gave the run-time error

m4rk01 04-28-2015 07:30 PM

Re: How to use iView (ABC Australia) downloaders


 
2 Attachment(s)
Quote:

Originally Posted by lameboyadvance (Post 76168)
...
One thing that immediately stands out is that the Show images checkbox is selected, the textbox has shrunk to fit the preview image, but the image box is missing entirely.
Upon startup, if the Show image option is checked there should be an Image element visible in that gap (with a 3d/sunken effect). Is the area always bare/blank?

Here's what happened when I ran version.0.1:
Attachment 375

Then, with Show Images box unchecked, I ran it successfully.
But, trying to load an image after selecting a show gives the following:
Attachment 377

m4rk01 04-28-2015 07:45 PM

Re: How to use iView (ABC Australia) downloaders


 
2 Attachment(s)
Quote:

Originally Posted by M3M1E (Post 76141)
New iViewRipper BETA version released tonight, download link on here:

Can we have the iView button, Attachment 378, added back to the final version?
Is there a need for the MP4 button, Attachment 379, which shows the download folder?

lameboyadvance 04-29-2015 02:26 AM

Re: How to use iView (ABC Australia) downloaders


 
Quote:

Originally Posted by Jamesboy70 (Post 76161)

Firstly, I took another look at your screenshot and then at my code. The description textbox is filled out, but the creation/etc dates are not. Considering these happen right after one another means it is probably failing while trying to generate the dates. In order to shrink the date textboxes down to make room for the image checkboxes, I included a system call to get your timezone information in this version, using this information it then displays the dates as local times.
The logical assumption is it is failing at this point, however the MS documentation says it should work on all OS since Windows 2000.
What time zone are you in Jamesboy70?
...Of course that blank/missing preview image box still has me worried.
...Any chance you can go into your windows temp folder (can usually be accessed by opening an Explorer window and typing %temp% in the location bar), and seeing if there are any temporary preview images downloaded? Since that is the first entry of the XML at the time that screenshot was taken, the preview image would be called 'iviewer.0001.jpg'. If it exists, the preview has been successfully downloaded. Still doesn't handle the issue of the vanishing preview window, seeing as the image is loaded prior to filling out the description box... :confused:

Quote:

Originally Posted by m4rk01 (Post 76182)
Here's what happened when I ran version.0.1:
Attachment 375

Again, another failure to display the preview image. :confused:
This one is different to the previous problem. The earlier one would suggest it downloaded (and displayed??) successfully, but failed when getting timezone information/converting the times. This suggests that its failed at the point when it has downloaded the preview image to its temp location, and is now trying to display that file. If I fudge an incorrect file location for the image, I get an error 53. Only way I can get an error 481 is by either trying to load a PNG image, or hexediting a JPEG so its bad.
...could I also get you to view your %temp% directory and see if the images exist? Also, tell me what filename they have? Currently iViewer saves the image as either jpg, gif, png (which I now know doesn't work), or .tif if its none of the above (which is also likely to fail in the same manner).

Quote:

Originally Posted by m4rk01 (Post 76182)
Then, with Show Images box unchecked, I ran it successfully.
But, trying to load an image after selecting a show gives...

This is the standard behaviour. While iViewer is running, it downloads individual preview images as you select a list item, temporarily storing them in your windows Temp directory in the format 'iviewer.####.jpg', #### being the position of the video list entry (non-sorted), starting at 0001.
If Show Images is disabled when you select an item, the preview is not downloaded. When Show Images is checked while an item is selected, if the entry exists previously (iViewer should (hopefully) keep track of which images it has downloaded previously for that session, and clear them all once it is closed) it will show the image. If a copy doesn't exist locally when Show Images is checked, it will default to the 'preview failed' window (also displayed when a preview download times out) until you make another selection, at which point it will either show that one using its previously stored temp image, or download it and temporarily store it for future retrieval.

...Argh, this is why I don't make stuff for other peoples use. Works fine for me, but not for others... :(

Jamesboy70 04-29-2015 04:07 AM

Re: How to use iView (ABC Australia) downloaders


 
Quote:

Originally Posted by lameboyadvance (Post 76188)
Firstly, I took another look at your screenshot and then at my code. The description textbox is filled out, but the creation/etc dates are not. Considering these happen right after one another means it is probably failing while trying to generate the dates. In order to shrink the date textboxes down to make room for the image checkboxes, I included a system call to get your timezone information in this version, using this information it then displays the dates as local times.
The logical assumption is it is failing at this point, however the MS documentation says it should work on all OS since Windows 2000.
What time zone are you in Jamesboy70?
...Of course that blank/missing preview image box still has me worried.
...Any chance you can go into your windows temp folder (can usually be accessed by opening an Explorer window and typing %temp% in the location bar), and seeing if there are any temporary preview images downloaded? Since that is the first entry of the XML at the time that screenshot was taken, the preview image would be called 'iviewer.0001.jpg'. If it exists, the preview has been successfully downloaded. Still doesn't handle the issue of the vanishing preview window, seeing as the image is loaded prior to filling out the description box... :confused:



Again, another failure to display the preview image. :confused:
This one is different to the previous problem. The earlier one would suggest it downloaded (and displayed??) successfully, but failed when getting timezone information/converting the times. This suggests that its failed at the point when it has downloaded the preview image to its temp location, and is now trying to display that file. If I fudge an incorrect file location for the image, I get an error 53. Only way I can get an error 481 is by either trying to load a PNG image, or hexediting a JPEG so its bad.
...could I also get you to view your %temp% directory and see if the images exist? Also, tell me what filename they have? Currently iViewer saves the image as either jpg, gif, png (which I now know doesn't work), or .tif if its none of the above (which is also likely to fail in the same manner).


This is the standard behaviour. While iViewer is running, it downloads individual preview images as you select a list item, temporarily storing them in your windows Temp directory in the format 'iviewer.####.jpg', #### being the position of the video list entry (non-sorted), starting at 0001.
If Show Images is disabled when you select an item, the preview is not downloaded. When Show Images is checked while an item is selected, if the entry exists previously (iViewer should (hopefully) keep track of which images it has downloaded previously for that session, and clear them all once it is closed) it will show the image. If a copy doesn't exist locally when Show Images is checked, it will default to the 'preview failed' window (also displayed when a preview download times out) until you make another selection, at which point it will either show that one using its previously stored temp image, or download it and temporarily store it for future retrieval.

...Argh, this is why I don't make stuff for other peoples use. Works fine for me, but not for others... :(

Location Brisbane +10 hours GMT temp folder is clear program has stopped working all together time out when loading the xml file can load the xml file in a browser I leave it I can use the IDM way of getting a program just need to convert the fly to mp4 no problems

M3M1E 04-29-2015 05:19 PM

Re: How to use iView (ABC Australia) downloaders


 
Lots more work has been done on iViewRipper, i've fixed subtitles and added some more information like file sizes and extra sort functionality. Another version will be posted on the FB page later this week. Cheers :D M3M1E

@m4rk01
There is no longer an "iView" category, that's why I took the iView button away.. I never understood what that category was for exactly anyway. As for the MP4 button, I like a quick way to access the downloads folder but you'll see in the next version i've changed the layout of things slightly and I think it looks heaps better..


Quote:

Originally Posted by m4rk01 (Post 76184)
Can we have the iView button, Attachment 378, added back to the final version?
Is there a need for the MP4 button, Attachment 379, which shows the download folder?


m4rk01 04-29-2015 11:02 PM

Re: How to use iView (ABC Australia) downloaders


 
Quote:

Originally Posted by M3M1E (Post 76204)
There is no longer an "iView" category, that's why I took the iView button away.. I never understood what that category was for exactly anyway.

"iview" just means programs exclusive to online viewing and not for free-to-air broadcast.

melmac 05-05-2015 07:23 AM

Re: How to use iView (ABC Australia) downloaders


 
Quote:

Originally Posted by M3M1E (Post 76204)
Lots more work has been done on iViewRipper, i've fixed subtitles and added some more information like file sizes and extra sort functionality. Another version will be posted on the FB page later this week. Cheers :D M3M1E

Long time user of iview napper now that it appears to be completely dead I've come looking for an alternative what can I say wow :) I was really surprised that iviewripper was so easy and just worked thank you very very much!!

spin35 05-06-2015 03:53 AM

Re: How to use iView (ABC Australia) downloaders


 
It took a while, but it looks like MCE has passed on the baton. Well done to Lameboyadvance and M3M1E for your efforts. Now SBS...;)

Brogar 05-07-2015 11:38 PM

Re: How to use iView (ABC Australia) downloaders


 
iViewRipper is a great app ! :) Worked perfectly first time. I'm a Mac OS X user and so can't run Windows apps (currently running iViewRipper in Win8.1 Enterprise trial in a VM).

I use WINE to run a lot of Windows apps under OS X. But, when I tried iViewRipper it terminated badly saying:

System.TypeInitializationException: An exception was thrown by the type initializer for ﺌ벨특�걗 ---> System.ArgumentOutOfRangeException: Token 0x40000e6 is not valid in the scope of module iViewRipper.exe

This is probably because I'm missing critical dlls in my WINE prefix. Can you advise on what dependencies iViewRipper has ? For example, does it require a particular version of .NET ?

Many thanks.

Garry

lameboyadvance 05-09-2015 07:53 AM

Re: How to use iView (ABC Australia) downloaders


 
I've updated iViewer to 0.2. I started out trying to 'bugfix' the problems others were having, and by the time I'd rewritten the image preview handling I figured I'd keep on going and add a few more extras.

Apart from the (almost completely) rewritten image loading/displaying listed above, the other feature added is the ability to now sort the xml list in order, alphabetically or reverse alphabetically, and also by create, start or expire dates, ascending or descending. I also added the ability to save a copy of the loaded xml file, so you can download the xml at a time when iView isn't being super-laggy (I've found midnight/early hours to be a good time to do so), then save a copy that you can load from your HDD at a later date. Hiding preview images will also greatly speed up your ability to scroll through the video list as it won't have to try and download the preview image for each one (if you scroll too fast the previous downloading preview image will prevent the current/next images from downloading, in which case the preview will fail. Assuming iView isn't having a lag moment you can click the image reload button to try and download the preview again.
I also added the option of a log file like iViewer (enabled by default, can be disabled if you don't need a log of what you've downloaded).

Finally, I added the choice of using either FFmpeg or cURL as your video downloader of choice. I was hoping to also add multiple-part downloaders such as RTMPDump or RTFLV, but they only seem to work on RTMP/FLV video streams and not direct HTTP downloading.

I also added a couple of debug options. I couldn't figure out why Jamesboy70 was having issues with (what I assume was) the timezone conversion, so if you add 'DebugTimeZone=True' to the 'iViewer.ini' config file it will disable the timezone conversion and leave the times as GMT/UTC. Also I couldn't figure out why m4rk01 got the invalid picture error. I did add (basic) image file checking to ensure the preview image has downloaded entirely, but in case it was something to do with where the image was temporarily being downloaded to I added the option of changing the directory that iViewer uses as a temp folder. Add the directory of your choice to the DebugTempDir option (eg 'DebugTempDir=C:\iViewerTemp\' - make sure the directory exists first) to iViewer.ini and it will override using your windows Temp folder and instead place all temp working files in that directory instead.

iViewer 0.2 http://s000.tinyupload.com/index.php...54764591890063

M3M1E 05-09-2015 07:09 PM

Re: How to use iView (ABC Australia) downloaders


 
This is what SBSRipper looks like so far:

http://bit.ly/1H5WDMK

Work-in-progress, ironing some stuff out but it's look OK I think !

M3M1E

Jamesboy70 05-10-2015 12:32 AM

Re: How to use iView (ABC Australia) downloaders


 
Quote:

Originally Posted by M3M1E (Post 76475)
This is what SBSRipper looks like so far:

http://bit.ly/1H5WDMK

Work-in-progress, ironing some stuff out but it's look OK I think !

M3M1E

Thanks M3M1E
That looks good will it have variable download rate not fixed to 1500k could use 1000k at times thanks for you work
Jamesboy70

gxdata 05-10-2015 05:14 PM

Re: How to use iView (ABC Australia) downloaders


 
iViewRipper:
I have just arrived back in Australia, so I'm out of date with 'Ripper versions. The one I have is 31 March 2015, 64-bit.

Is that the latest?

And, what's the situation with iView downloads now? When I last tried, 'Napper and 'Ripper wouldn't work at all, and I hadn't time to try the other alternatives.

lameboyadvance 05-10-2015 07:41 PM

Re: How to use iView (ABC Australia) downloaders


 
Quote:

Originally Posted by gxdata (Post 76503)
...what's the situation with iView downloads now?..

Around about the 10th/11th April iView downloads were revamped. The old URLs the old versions of Napper/Ripper used won't work on videos posted after that date.

Ripper has now been updated, but I also released a small program called iViewer (see a couple of posts above) that originally started out as a way of automating the 'XML download' method, but now has a few unique features of its own.

Napper is now all but useless.

gxdata 05-11-2015 12:16 AM

Re: How to use iView (ABC Australia) downloaders


 
Quote:

Originally Posted by lameboyadvance (Post 76506)
Around about the 10th/11th April iView downloads were revamped. The old URLs the old versions of Napper/Ripper used won't work on videos posted after that date.

Ripper has now been updated, but I also released a small program called iViewer (see a couple of posts above) that originally started out as a way of automating the 'XML download' method, but now has a few unique features of its own.

Napper is now all but useless.

OK and thanks. Using this board's facility to find all posts by M3M1E, I got to the Facebook page and the URL for the 1May version. I will try that.
I haven't tried your iView v0.2, because I probably need to review its prerequisites again.

lameboyadvance 05-11-2015 01:51 AM

Re: How to use iView (ABC Australia) downloaders


 
Quote:

Originally Posted by gxdata (Post 76521)
I haven't tried your iView v0.2, because I probably need to review its prerequisites again.

It seems to run on anything XP 32bit onwards. I've had reports of Win 7 64bit, don't know about Win8 yet though. Will probably also play nice with Wine, as long as it supports the system calls iViewer uses (2 of which can be bypassed by using the debug INI file settings listed in the 0.2 post above).

You also need to download the Windows version of either FFmpeg or cURL as well, and select which of those you wish to use as your video downloader in the settings (displayed by stretching the iViewer window until it appears in the gap between the time boxes and the image settings box).

spin35 05-11-2015 07:23 AM

Re: How to use iView (ABC Australia) downloaders


 
My Chrome browser Version 42.0.2311.135m on my machine reckons that Iviewer V0.2 is "Malicious" even though Trend AV says its OK. Anyone else getting this?

lameboyadvance 05-11-2015 07:40 PM

Re: How to use iView (ABC Australia) downloaders


 
Quote:

Originally Posted by spin35 (Post 76530)
My Chrome browser Version 42.0.2311.135m on my machine reckons that Iviewer V0.2 is "Malicious" even though Trend AV says its OK. Anyone else getting this?

Link works fine on my version of Chrome (41.something).
Is it saying the zip file is mailicous, or that tinyupload.com is? If its the latter its probably because its a not-so-well-known file upload site, and someone has probably uploaded something malicious there in the past, and Google's bot has happened to scan that file and is now saying the entire site is malicious.
The zip file is just the iViewer exe and the VB5 runtime dll inside a zip file created by 7zip.

BNW 05-15-2015 03:11 AM

Re: How to use iView (ABC Australia) downloaders


 
In my case my AV blocked the d/l (the file, not the site), so I retrieved it at work and transferred it on a stick .. and oddly enuf my AV was happy with it on the stick.

spin35 05-15-2015 04:15 PM

Re: How to use iView (ABC Australia) downloaders


 
Quote:

Originally Posted by lameboyadvance (Post 76549)
Link works fine on my version of Chrome (41.something).
Is it saying the zip file is mailicous, or that tinyupload.com is? If its the latter its probably because its a not-so-well-known file upload site, and someone has probably uploaded something malicious there in the past, and Google's bot has happened to scan that file and is now saying the entire site is malicious.
The zip file is just the iViewer exe and the VB5 runtime dll inside a zip file created by 7zip.

Thanks, I've pulled it down with IE (must be good for something :) ) then the AV gave it a thumbs up. I guess it was the site that Chrome was getting nervous about.

PaleWing 05-17-2015 04:34 PM

Re: How to use iView (ABC Australia) downloaders


 
hey guys ^_^ Thanks for all your continued work on these programs!

I just got Iviewer & it d/l ok, but when i try to use it, it's not working.
I click the 'DL XML file from web' button and it say's it's downloading, but then says 'download incomplete, retrying'
It does this for a while, but i click x to close it & it says it's not responding.

M3M1E 05-17-2015 09:01 PM

Re: How to use iView (ABC Australia) downloaders


 
SBSRipper first available BETA is ready:

https://www.facebook.com/SBSRipper

M3M1E :)

PaleWing 05-18-2015 02:59 AM

Re: How to use iView (ABC Australia) downloaders


 
I just downloaded the latest 32bit IviewRipper & it also seems to have the same problem Iviewer has - It says it's loading the iview database, but nothing happens in 10+ minutes (i left it over night & it still hadn't done anything)

What's wrong? I could access the database in firefox ok (though one time it came up with some error, retrying it a few minutes later fixed it)

lameboyadvance 05-18-2015 03:00 AM

Re: How to use iView (ABC Australia) downloaders


 
Quote:

Originally Posted by PaleWing (Post 76704)
I click the 'DL XML file from web' button and it say's it's downloading, but then says 'download incomplete, retrying'
It does this for a while, but i click x to close it & it says it's not responding.

The code I use to download data means iViewer is basically at the mercy of the sender. I did add cancel buttons, but since iViewer pretty much hangs while it is waiting for a reply means you have to sit there with your mouse pressed on the cancel (or close) buttons until such time as it finally receives data and can actually do things like registering mouse clicks.

I have found that iView does have 'laggy periods'. During these times data seems to download sporadically in 8kb chunks or so, if at all.

I have found the best time to try grabbing the XML file is late night (around midnight/early morning, in my timezone anyway [EST]). There may be other times, but this is the one when I am usually awake at my computer so I haven't tried others. 'Peak times' (after school, primetime etc) seem to be a bad time to try downloading.
In v0.2 I added the option of saving a local copy of the XML file once you have managed to download a copy. Once you have a local copy of the XML file saved you can click the 'X' button to clear the file textbox, then the 'download xml' button should change to a 'open xml' button. Click it and select the copy you downloaded/saved earlier to load the local copy.
...One thing I have realised, since iViewer saves the contents of the file textbox if you load a local file it will show up next time you open iViewer. To get the XML file URL back you either need to close iViewer with the file texbox blank then reopen it, or copy https://tviview.abc.net.au/iview/feed/sony/?keyword=0-Z into the texbox again.

Once the XML file is downloaded/loaded from hdd, I have found disabling images will make browsing the video list quite fast, as it doesn't need to get any other data from the web until you decide to actually download a video.

gxdata 05-19-2015 01:24 AM

Re: How to use iView (ABC Australia) downloaders


 
Quote:

Originally Posted by PaleWing (Post 76722)
I just downloaded the latest 32bit IviewRipper & it also seems to have the same problem Iviewer has - It says it's loading the iview database, but nothing happens in 10+ minutes (i left it over night & it still hadn't done anything)

What's wrong? I could access the database in firefox ok (though one time it came up with some error, retrying it a few minutes later fixed it)

With iViewRipper, could it be that you haven't installed Microsoft's .NET Framework v4.51? It is a requirement (prerequisite).
- though I would have thought just running the .EXE w/o .NET 4.51 would give an error, and quit.

M3M1E would be able to advise us. Perhaps with the new version of 'Ripper, which installs under Windows (rather than just copy/unpack), a check for the .NET Framework would be helpful to some new users?

Incidentally, I would highly recommend the free, small utility from ASoft, that allows you to determine what Microosft .NET versions are installed on your Windows computer.
http://www.asoft.be/prod_netver.html
Since .NET is as ubiquitous as Java, it is useful to know that information.

Note that I am using the 64-bit version, so I'm not really testing in the environment you're using.

gxdata 05-21-2015 01:38 AM

Re: How to use iView (ABC Australia) downloaders


 
Recommendation for an easy-to-use Youtube downloader (free)? Preferably standalone (not a browser add-in).

spin35 05-24-2015 01:32 AM

Re: How to use iView (ABC Australia) downloaders


 
Quote:

Originally Posted by gxdata (Post 76749)
M3M1E would be able to advise us. Perhaps with the new version of 'Ripper, which installs under Windows (rather than just copy/unpack), a check for the .NET Framework would be helpful to some new users?

I'm getting User Account Control dialogs before the 'Rippers run i.e. the Admin Shield is showing. Anyone else getting this? I could change my settings to tell the system to ignore these things but I'm guessing this increases vulnerability to unauthorised/unexpected system changes.

merlin2004 05-25-2015 05:04 PM

Re: How to use iView (ABC Australia) downloaders


 
Quote:

Originally Posted by gxdata (Post 76799)
Recommendation for an easy-to-use Youtube downloader (free)? Preferably standalone (not a browser add-in).

JDownloader2 beta is excellent.

gxdata 05-28-2015 04:12 AM

Re: How to use iView (ABC Australia) downloaders


 
Quote:

Originally Posted by merlin2004 (Post 76950)
JDownloader2 beta is excellent.

I installed the release (pre the beta you recommended) by mistake, but have the web installer for the beta2.
Despite my aversion to java applications, I will give it a try - though it looks like peer-to-peer (BitTorrent) and will take over an hour to add what look like dubious plugins. My firewall is blocking stuff (Java SE) that wants to use my private networks.

Jamesboy70 05-28-2015 11:36 PM

Re: How to use iView (ABC Australia) downloaders


 
Quote:

Originally Posted by gxdata (Post 77014)
I installed the release (pre the beta you recommended) by mistake, but have the web installer for the beta2.
Despite my aversion to java applications, I will give it a try - though it looks like peer-to-peer (BitTorrent) and will take over an hour to add what look like dubious plugins. My firewall is blocking stuff (Java SE) that wants to use my private networks.

I have used Jdownloader2 with no trouble its mainly for bitlocker sites but will download youtube with no trouble has frequent updates
On another subject I download my ABC iwiew using IDM go to the program find what you require start it after the adverts and IDM (internet download manager)will popup on the top right hand click on the green arrow it gives you a number of options mostly a number of short 15-20 second adverts chose the main file and IDM will down load the file fast ,you can pause the picture whilst it downloads , this also works with SBS but not with the encrypted links

BNW 05-31-2015 06:26 AM

Re: How to use iView (ABC Australia) downloaders


 
Quote:

Originally Posted by PaleWing (Post 76722)
I just downloaded the latest 32bit IviewRipper & it also seems to have the same problem Iviewer has - It says it's loading the iview database, but nothing happens in 10+ minutes (i left it over night & it still hadn't done anything)
What's wrong? I could access the database in firefox ok (though one time it came up with some error, retrying it a few minutes later fixed it)

I've got the same issue .. manually doing it via FF and the XML file works fine but iviewripper just sits there .. gets up to about 11KB after 10-15mins and then gives and error "failed to load".

Have the latest .net and iviewripper (running Win7 64pro).

spin35 06-01-2015 02:18 AM

Re: How to use iView (ABC Australia) downloaders


 
Quote:

Originally Posted by gxdata (Post 76799)
Recommendation for an easy-to-use Youtube downloader (free)? Preferably standalone (not a browser add-in).

I just noticed that Any Video Converter - free has Youtube Download. I've used it to convert vids to good effect, but I'm not a big Youtube user, so can't comment on how well it does this.
http://any-video-converter.com/download-avc-free.php

gxdata 06-01-2015 05:14 AM

Re: How to use iView (ABC Australia) downloaders


 
Quote:

Originally Posted by BNW (Post 77081)
I've got the same issue .. manually doing it via FF and the XML file works fine but iviewripper just sits there .. gets up to about 11KB after 10-15mins and then gives and error "failed to load".

Have the latest .net and iviewripper (running Win7 64pro).

I had a similar problem yesterday, which was actually due to a widespread problem that the ISP had (iiNet, Qld to VIC or more).
It cleared up after about 18:30 AEST

gxdata 06-01-2015 05:16 AM

Re: How to use iView (ABC Australia) downloaders


 
Quote:

Originally Posted by spin35 (Post 77099)
I just noticed that Any Video Converter - free has Youtube Download. I've used it to convert vids to good effect, but I'm not a big Youtube user, so can't comment on how well it does this.
http://any-video-converter.com/download-avc-free.php

Thanks, I will try that. jDownloader is an overkill for me (not that I'm new to running/writing complex software).

Yansky 06-01-2015 10:35 PM

Re: How to use iView (ABC Australia) downloaders


 
Hi guys, I haven't posted here in a while, but I made a simple Greasemonkey userscript for grabbing the video download on iView: https://greasyfork.org/en/scripts/10...-download-link

It's based on Adammw's chrome extension: https://github.com/adammw/iview-html...rome-extension

BTW, if you're on OSX, a good youtube downloader is iPull: http://ipull.arjones.com/

nullacht 06-02-2015 12:31 AM

Re: How to use iView (ABC Australia) downloaders


 
Quote:

Originally Posted by gxdata (Post 76799)

Recommendation for an easy-to-use Youtube downloader (free)? Preferably standalone (not a browser add-in).

I would suggest youtube-dl:

Code:

https://rg3.github.io/youtube-dl/
Code:

https://github.com/rg3/youtube-dl/
It's totally free and easy to use. Runs on any Unix [Linux, OSX] or Windows system.

Code:

youtube-dl -F "https://www.youtube.com/watch?v=DVwHCGAr_OE"
[youtube] DVwHCGAr_OE: Downloading webpage
[youtube] DVwHCGAr_OE: Extracting video information
[youtube] DVwHCGAr_OE: Downloading DASH manifest
[info] Available formats for DVwHCGAr_OE:
format code  extension  resolution note
171          webm      audio only DASH audio  125k , audio@128k (44100Hz), 1.28MiB
140          m4a        audio only DASH audio  127k , m4a_dash container, aac  @128k (44100Hz), 1.40MiB
141          m4a        audio only DASH audio  255k , m4a_dash container, aac  @256k (44100Hz), 2.80MiB
278          webm      256x144    DASH video  93k , webm container, VP9, 12fps, video only, 856.29KiB
160          mp4        256x144    DASH video  111k , 12fps, video only, 1.18MiB
242          webm      426x240    DASH video  232k , 24fps, video only, 1.79MiB
133          mp4        426x240    DASH video  247k , 24fps, video only, 2.65MiB
243          webm      640x360    DASH video  436k , 24fps, video only, 3.29MiB
134          mp4        640x360    DASH video  611k , 24fps, video only, 3.87MiB
244          webm      854x480    DASH video  764k , 24fps, video only, 5.76MiB
135          mp4        854x480    DASH video 1119k , 24fps, video only, 7.49MiB
247          webm      1280x720  DASH video 1515k , 24fps, video only, 11.36MiB
136          mp4        1280x720  DASH video 2239k , 24fps, video only, 13.87MiB
248          webm      1920x1080  DASH video 2808k , 24fps, video only, 20.65MiB
137          mp4        1920x1080  DASH video 3718k , 24fps, video only, 24.75MiB
17          3gp        176x144
36          3gp        320x240
5            flv        400x240
43          webm      640x360
18          mp4        640x360
22          mp4        1280x720  (best)



All times are GMT -6. The time now is 06:52 PM.