Re: How to use iView (ABC Australia) downloadersQuote:
...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 |
Re: How to use iView (ABC Australia) downloadersQuote:
![]() hope this helps |
Re: How to use iView (ABC Australia) downloadersThanks, 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. |
Re: How to use iView (ABC Australia) downloadersQuote:
|
Re: How to use iView (ABC Australia) downloaders2 Attachment(s)
Quote:
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 |
Re: How to use iView (ABC Australia) downloaders2 Attachment(s)
Quote:
Is there a need for the MP4 button, Attachment 379, which shows the download folder? |
Re: How to use iView (ABC Australia) downloadersQuote:
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:
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:
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... :( |
Re: How to use iView (ABC Australia) downloadersQuote:
|
Re: How to use iView (ABC Australia) downloadersLots 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:
|
Re: How to use iView (ABC Australia) downloadersQuote:
|
Re: How to use iView (ABC Australia) downloadersQuote:
|
Re: How to use iView (ABC Australia) downloadersIt took a while, but it looks like MCE has passed on the baton. Well done to Lameboyadvance and M3M1E for your efforts. Now SBS...;)
|
Re: How to use iView (ABC Australia) downloadersiViewRipper 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 |
Re: How to use iView (ABC Australia) downloadersI'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 |
Re: How to use iView (ABC Australia) downloadersThis 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 |
Re: How to use iView (ABC Australia) downloadersQuote:
That looks good will it have variable download rate not fixed to 1500k could use 1000k at times thanks for you work Jamesboy70 |
Re: How to use iView (ABC Australia) downloadersiViewRipper:
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. |
Re: How to use iView (ABC Australia) downloadersQuote:
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. |
Re: How to use iView (ABC Australia) downloadersQuote:
I haven't tried your iView v0.2, because I probably need to review its prerequisites again. |
Re: How to use iView (ABC Australia) downloadersQuote:
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). |
Re: How to use iView (ABC Australia) downloadersMy 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?
|
Re: How to use iView (ABC Australia) downloadersQuote:
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. |
Re: How to use iView (ABC Australia) downloadersIn 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.
|
Re: How to use iView (ABC Australia) downloadersQuote:
|
Re: How to use iView (ABC Australia) downloadershey 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. |
Re: How to use iView (ABC Australia) downloaders |
Re: How to use iView (ABC Australia) downloadersI 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) |
Re: How to use iView (ABC Australia) downloadersQuote:
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. |
Re: How to use iView (ABC Australia) downloadersQuote:
- 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. |
Re: How to use iView (ABC Australia) downloadersRecommendation for an easy-to-use Youtube downloader (free)? Preferably standalone (not a browser add-in).
|
Re: How to use iView (ABC Australia) downloadersQuote:
|
Re: How to use iView (ABC Australia) downloadersQuote:
|
Re: How to use iView (ABC Australia) downloadersQuote:
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. |
Re: How to use iView (ABC Australia) downloadersQuote:
Have the latest .net and iviewripper (running Win7 64pro). |
Re: How to use iView (ABC Australia) downloadersQuote:
http://any-video-converter.com/download-avc-free.php |
Re: How to use iView (ABC Australia) downloadersQuote:
It cleared up after about 18:30 AEST |
Re: How to use iView (ABC Australia) downloadersQuote:
|
Re: How to use iView (ABC Australia) downloadersHi 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/ |
Re: How to use iView (ABC Australia) downloadersQuote:
Code:
https://rg3.github.io/youtube-dl/ Code:
https://github.com/rg3/youtube-dl/ Code:
youtube-dl -F "https://www.youtube.com/watch?v=DVwHCGAr_OE" |
All times are GMT -6. The time now is 06:52 PM. |