Description
Metadata
Settings
owl:sameAs
Inference Rule:
b3s
b3sifp
facets
http://www.w3.org/2002/07/owl#
ldp
oplweb
skos-trans
virtrdf-label
None
About:
dbkwik:resource/_g-12e62xFin8V9npqL6eA==
Sponge
Permalink
An Entity of Type :
owl:Thing
, within Data Space :
134.155.108.49:8890
associated with source
dataset(s)
Attributes
Values
rdfs:label
Yahoopho.dms
rdfs:comment
Irvineを使ってYahoo! Photoの画像を落とすためのスクリプト。サムネイル画像が表示されるページから「IrvineへすべてのURLを送る」で使う。本画像が落とせない場合にプレビュー画像を落とすように改良。 1. * ここからIrvineとDorothy2.zipをDL、インストールする 2. * 「(Irvineが有るフォルダ)¥Dorothy2¥program¥」に「yahoopho.dms」を以下の内容で作成する 3. * Irvineを起動後、上記サイトに出てる設定を行う 4. 1. * 「ツール」→「メインメニュー」→「動画ダウンロード2設定」で「Yahoo! Photo」にチェックを入れて、「ファイル」→「保存して終了」をクリック、それ以外は同様 5. * 後は、ほぼ上記サイトの説明通り //Dorothy2 //caption=Yahoo! Photo //version=0.05 //hint=「Hires」があるページのURLを渡してください //match=http://photos.yahoo.co.jp/ph/ //author=Abcdefgh //path=program //priority=500 //end //created 20,Dec.,2010 by Abcdefgh //modified 23,Dec.,2010 by Abcdefgh //modified 29,Dec.,2010 by Abcdefgh //modified 30,Jan.,2011 by Abcdefgh //ファイル名の単純変換が不可能な為 function(){ println('yahoopho.dms start'); // 渡されたURLをHiresページのURLに変換 var
dcterms:subject
dbkwik:resource/2mlzq_zIPnlnOwIWcwtJ_Q==
abstract
Irvineを使ってYahoo! Photoの画像を落とすためのスクリプト。サムネイル画像が表示されるページから「IrvineへすべてのURLを送る」で使う。本画像が落とせない場合にプレビュー画像を落とすように改良。 1. * ここからIrvineとDorothy2.zipをDL、インストールする 2. * 「(Irvineが有るフォルダ)¥Dorothy2¥program¥」に「yahoopho.dms」を以下の内容で作成する 3. * Irvineを起動後、上記サイトに出てる設定を行う 4. 1. * 「ツール」→「メインメニュー」→「動画ダウンロード2設定」で「Yahoo! Photo」にチェックを入れて、「ファイル」→「保存して終了」をクリック、それ以外は同様 5. * 後は、ほぼ上記サイトの説明通り //Dorothy2 //caption=Yahoo! Photo //version=0.05 //hint=「Hires」があるページのURLを渡してください //match=http://photos.yahoo.co.jp/ph/ //author=Abcdefgh //path=program //priority=500 //end //created 20,Dec.,2010 by Abcdefgh //modified 23,Dec.,2010 by Abcdefgh //modified 29,Dec.,2010 by Abcdefgh //modified 30,Jan.,2011 by Abcdefgh //ファイル名の単純変換が不可能な為 function(){ println('yahoopho.dms start'); // 渡されたURLをHiresページのURLに変換 var title=unescape(urlinfo.url); if (!title.match(/(^.+dnm=[0-9a-f]{4}[.][a-z]+)/)) { println('error---> HiresページURLが見つかりません'); exit(); } var title=unescape(RegExp.$1 + '&.hires=t'); var url = new URL(title); urlinfo.url = url.url; headers.host = url.host; // Hiresページをダウンロード common_load('download'); var http = download(urlinfo.url); if(http.responseHeader.code != 200){ return retry('error--->' + http.responseHeader.code); } // 本画像URLを抽出 if (!http.data.match(/ オリジナルサイズの画像が見つかりません'); exit(); } var title=RegExp.$1; var url = new URL(title); urlinfo.url = url.url; headers.host = url.host; //ファイル名を抽出 if (!title.match(/([0-9a-f]{4}[.][a-z]+)/)) { println('error---> 画像ファイル名が見つかりません'); exit(); } Dorothy.fileName = RegExp.$1; }
Alternative Linked Data Views:
ODE
Raw Data in:
CXML
|
CSV
| RDF (
N-Triples
N3/Turtle
JSON
XML
) | OData (
Atom
JSON
) | Microdata (
JSON
HTML
) |
JSON-LD
About
OpenLink Virtuoso
version 07.20.3217, on Linux (x86_64-pc-linux-gnu), Standard Edition
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2012 OpenLink Software