Re: How to use iView (ABC Australia) downloadersQuote:
|
Re: How to use iView (ABC Australia) downloadersSlightly OT, but check this out - http://forums.whirlpool.net.au/forum....cfm?t=1656227
I have to pay now to get the gcc compiler for OSX. |
Re: How to use iView (ABC Australia) downloadersQuote:
Code:
wget --accept "text/html;level=1" -O index.json http://tviview.abc.net.au/iview/api2/?seriesIndex |
Re: How to use iView (ABC Australia) downloadersI've had the switching during my development too.
At one point there, 3 out of 5 requests were gzip the others plain. |
Re: How to use iView (ABC Australia) downloadersQuote:
Quote:
Thanks for that! |
Re: How to use iView (ABC Australia) downloadersAny reason you guys use wget instead of curl ? Nothing against wget, just curious.
(i love curl ) :p |
Re: How to use iView (ABC Australia) downloadersQuote:
I did use it in the SBS_DL_LINUX downloader... Should probably have another look at it - pretty sure it does gzip. [edit: Looking at a 386KB version right now...] |
Re: How to use iView (ABC Australia) downloadersQuote:
Thank you Yansky for the reminder!!! I'll just pack this up into an archive with the newer RTMPdump and the edited batch file. |
Re: How to use iView (ABC Australia) downloadersNewer version of iView Downloader (batch file version) - v15.82 is here.
iView_GetSRT has been updated too. You can get it from here. Updated iView_Later to v1.2. You can get it from here. (Note that the web page download titles appear to be wrong. The files you download are updated but the page titles haven't filtered to all the servers just yet.) |
Re: How to use iView (ABC Australia) downloadersQuote:
I have used your ungzip.exe with both gzip-format and 'proper' JSON files: it plays well with text (uncompressed) catalog files - I can save a (text) JSON file as catalog.gz and ungzip.exe catalog.gz catalog.json results in a usable file. |
Re: How to use iView (ABC Australia) downloadersI'm slow to release an updated iVN this time as I changed from WebClient() to HttpWebRequest() and the bugger is timing out 10% of the time now. :(
|
Re: How to use iView (ABC Australia) downloadersQuote:
|
Re: How to use iView (ABC Australia) downloadersUpdate to iViewNapper:
Version 20110312. * Fix for change to gzip encoding of web pages. * Resume working again. Now using RTMPDUMP V2.3r557. Thanks to all in this thread for ideas. :) |
Re: How to use iView (ABC Australia) downloadersQuote:
Even if it is actually text-format json, the ungzip.exe utility produces a nice json file (text to text, if you get what I mean). Not pretty, but it works. Besides that, I couldn't get the HttpWebRequest to work. They seem to be using the text format consistently now (not that I have kept track since mid Saturday). The series and episode naming stinks - almost as bad as Plus7. I think regular iView Player users will get p*ssed off pretty soon. |
Re: How to use iView (ABC Australia) downloadersQuote:
Quote:
|
Re: How to use iView (ABC Australia) downloadersQuote:
|
Re: How to use iView (ABC Australia) downloadersQuote:
Perhaps best to just remove the messagebox on 404? |
Re: How to use iView (ABC Australia) downloadersThanks Anywho and gxdata for identifying and countering the latest defense by iview, and thanks mce for the quick patch to iviewnapper.
------------------------------------------------------------------------ mce, I thought it was about time I reiterated my feature request list, I remember I was supposed to a few months ago to remind you.... 1)I still would like a way of defining the default action of iviewnapper's srt download, preferably without the need for a new external file, so a parse exe name with a switch on the end eg iviewnapper.exe = srt iviewnapper-ns.exe = no srt 2) for sbs and p7 nappers to be brought up to/to look for the same version of rmtpdump as iviewnapper so can go from 3 versions to 1. 3)to remove or at least reduce the focus lock on iviewnapper so at the very least can minimise the program without having to use "show desktop" or the hit an miss alt+tab. (you seemed to like this the first time round as you said it simplified the code for you) hope I didn't come off too pushy :) |
Re: How to use iView (ABC Australia) downloadersQuote:
#1 - There is a setting in iViewNapper for subtitles - it is ON by default. I guess a command-line switch might be used (one application, you create a shortcut with the appropriate switch), but again I would favour user settings. #3 - Would you want to minimize the rtmpdump black box, too? |
Re: How to use iView (ABC Australia) downloadersQuote:
Quote:
Quote:
|
Re: How to use iView (ABC Australia) downloadersQuote:
I have confidence that v2.3 works OK for all 3 nappers. With user settings, the programmer allows some flexibility to change, over time. The exact name and location of the rtmpdump file to be used is stored in a settings file. Its location can be secured so that inexperiened users don't kill the settings, or change them to make the application unuseable. I can understand why mce might be reluctant to take this approach, but it can be made foolproof. If all 3 nappers expected to see rtmpdump.exe in the working folder (ie, there is none of the win32-2.2c stuff in the filename), then as a new rtmpdump is released and recommended, you would download it (for arguments' sake, let us say it is v2.3a) and name it as rtmpdump.exe, replacing the older file (which might actually be v2.2c). Is this more than obvious? |
Re: How to use iView (ABC Australia) downloadersQuote:
With a commandline switch, you would make a shortcut that in effect determined the default captions option - iVN /captions=ON or if you preferred it, iVN /captions=OFF (I'm using a shorthand, not the actual stuff that would go into a shortcut - but it is super-easy, and saves mce having to compile 2 versions of each release). Unfortunately, I can't insert or attach an image to illustrate this with a partial screenshot. |
Re: How to use iView (ABC Australia) downloadersI've been away for a while. Good news is that I've just updated the Linux Script to combat the new changes made to iView. New script is v6.9 and it's available on the wiki. Thanks to Anywho and gxdata for figuring out what was done. I'll see about an OSX version tomorrow, it should be as simple as changing the rtmpdump binary.
|
Re: How to use iView (ABC Australia) downloadersQuote:
if name = "iviewnapper.exe" then srt=on if name = "iviewnapper-ns.exe" then srt = off *of course "iveiwnapper" would be replaced with either the current version number or a wildcard. |
Re: How to use iView (ABC Australia) downloadersQuote:
Quote:
|
Re: How to use iView (ABC Australia) downloadersQuote:
Actually, over the last year I have suggested a few things to mce - including the single rtmpdump.exe, probably - but his experience (and that of others here) with the changes of iView/SBS/Plus!7 over that time count for more than mine, so whatever the community can come up with is fine by me. Others can take on board what you've written. |
Re: How to use iView (ABC Australia) downloadersblood.eaglz & gxdata
Yes something has to be done, it was supposed to be a simple little program that did one thing and worked well. Sometimes I wonder if I achieved any of that. :) 1. I'll implement cross session settings (?) soon. 2. As new versions of the Nappers come out they get the latest rtmpdump that works for them at that time. Due to the way the other Nappers don't need much updating, they can seem like they are left behind. If *someone* can tell me that the newest rtmpdump works on all the Nappers just fine it will save me a weekend of testing and speed up the process a bit. 3. Thanks gxdata for the 404 bug report, I'll fix it tonight if possible. 4. Regarding the focus lock problem, I haven't forgot about it, indeed it is a constant worry, but I will continue to look for a way to fix it. |
Re: How to use iView (ABC Australia) downloadersSomething I have noticed is that the double hyphen crash seems to be back.
for example: Four Corners 14/03/11 : BP: Billion Blowout will not download correctly and the Subtitles files if they are zero bytes are not deleted. |
Re: How to use iView (ABC Australia) downloadersVersion 20110315.
* Fix 404 error box for no .srt file. * Subtitles state remembered between sessions. [Edit] Four Corners BP file OK on the Nappers. |
Re: How to use iView (ABC Australia) downloadersQuote:
Same goes for iViewFox plugin ;) |
Re: How to use iView (ABC Australia) downloadersGreat mce thanks
I have done some light testing on the other nappers and so far they are working perfectly with rtmpdump-win32-2.3r557.exe edit: testing done so far SBSnapper - partial downloads 5, full downloads 2, resumes 0. all at 1000k quality p7napper - partial downloads 3, full downloads 1, resumes 0. |
Re: How to use iView (ABC Australia) downloadersQuote:
|
Re: How to use iView (ABC Australia) downloadersLooks like they've made further changes to the names in the XML - they've now stripped out the series names completely. :(
|
Re: How to use iView (ABC Australia) downloadersQuote:
Edit: Interestingly it also appears that none of the series indexes are gzipped anymore either. |
Re: How to use iView (ABC Australia) downloadersQuote:
|
Re: How to use iView (ABC Australia) downloadersQuote:
*also have posted a guess as to why SBS new videos have the audio spike in the SBSnapper whirlpool thread |
Re: How to use iView (ABC Australia) downloadersSome more updates to the Linux & OSX command line downloaders:
- Files are now saved with the actual episode name instead of the rather meaningless server name. - Fix for the new JSON format (Series names being moved). - Completed files are removed from the download list. Linux v7.0 OSX v7.0 The OSX one is untested since I don't have a Mac handy but the Linux one works for me on Fedora 14. |
Re: How to use iView (ABC Australia) downloadersUpdated iView Downloader batch file to v15.84. Full version here, minimal (batch file only) version here.
Also updated GetSRT as well. "Adds series name to filename." |
Re: How to use iView (ABC Australia) downloadersI've made another firefox extension to make it easier to extract the mp4 video from the flv files.
https://addons.mozilla.org/en-US/fir...lvuncontainer/ It basically is just a front end for the "ffmpeg -i filename -vcodec copy -acodec copy newfilename" command. Lemme know how it goes. I don't have a windows machine atm, so if anyone could confirm that it works ok on windows, that'd be great. Note: it only works on Firefox 4. |
Re: How to use iView (ABC Australia) downloadersQuote:
|
All times are GMT -6. The time now is 06:52 PM. |