Sponsored Content
Operating Systems OS X (Apple) Are you sure you want to quit Safari? Post 303032437 by Neo on Monday 18th of March 2019 07:28:46 AM
Old 03-18-2019
Quote:
Originally Posted by hicksd8
I appreciate that what I pointed to is really old stuff but I do know that a top design agency which uses lots of Macs and Linux workstations has UPS's installed that, when a power outage occurs, runs the whole studio on battery backup for an hour and then lands all the boxes gracefully. Failure to land gracefully is not an option. They use Safari all the time so how does that work? The APC service runs a script to shutdown.

That has little to do with the issue I am having with Safari, Dennis, and the preferences switches in a 2008 has nearly zero to do with a Mac in 2019.

ROTFL Eleven years... that was Mac OS X 10.5, Leopard. , now it is Mac OS 10.14, Mojave.... the OS is very different animal, the preferences are very different. Eleven years!

Honestly, I can Google as well as the next guy and saw that 2009 link you shared before I asked the question. That's why I asked the question; because I could not find the answer on the net. What I need is info some some modern day MacOS user who knows how to get Mojave set up so Safari quits without a popup warning.

Thanks anyway Smilie
 
WWW::NicoVideo::Download(3pm)				User Contributed Perl Documentation			     WWW::NicoVideo::Download(3pm)

NAME
WWW::NicoVideo::Download - Download FLV/MP4/SWF files from nicovideo.jp SYNOPSIS
use WWW::NicoVideo::Download; my $client = WWW::NicoVideo::Download->new( email => 'your-email@example.com', password => 'PASSWORD', ); $client->download("smNNNNNN", &callback); DESCRIPTION
WWW::NicoVideo::Download is a module to login, request and download video files from Nico Nico Douga. METHODS
new $client = WWW::NicoVideo::Download->new(%options); Creates a new WWW::NicoVideo::Download instance. %options can take the following parameters and they can also be set and get using accessor methods. email, password Sets and gets email and password to login Nico Nico Douga. Required if the User Agent object doesn't have the valid session or cookie to login to the site. user_agent Sets and gets LWP::UserAgent object to use to send HTTP requests to nicovideo.jp server. If you want to reuse the browser Cookie that has the signed-in state, you can set the Cookie to the UserAgent object here. # use Safari sesssions use HTTP::Cookies::Safari; my $cookie_jar = HTTP::Cookies::Safari->new( file => "$ENV{HOME}/Library/Cookies/Cookies.plist", ); my $client = WWW::NicoVideo::Download->new; $client->user_agent->cookie_jar( $cookie_jar ); download $client->download($video_id, $file_path); Prepares the download by logging in and requesting the FLV API, and then download the video file. The second parameter is passed to LWP::UserAgent's request() method, so you can pass either local file path to be saved, or a callback function. prepare_download my $url = $client->prepare_download($video_id); Prepares the download and returns the URL of the actual video. See eg/fetch-video.pl how to make use of this method. AUTHOR
Tatsuhiko Miyagawa <miyagawa@cpan.org> Original download code for Plagger was written by Yusuke Wada and the command line tool written by woremacx. LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSO
perl v5.10.1 2010-03-26 WWW::NicoVideo::Download(3pm)
All times are GMT -4. The time now is 03:32 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy