About: dbkwik:resource/WJfXzC4hgxePBXsndupAxQ==   Sponge Permalink

An Entity of Type : owl:Thing, within Data Space : 134.155.108.49:8890 associated with source dataset(s)

AttributesValues
rdfs:label
  • Twipple.dms
rdfs:comment
  • Irvineを使ってついっぷるフォトの静止画を落とすためのスクリプト。Twitter・Twilogのページから「IrvineへすべてのURLを送る」で使う。本スクリプトは「t-co.dms」からの呼び出しにも使われる。 1. * ここからIrvineとDorothy2.zipをDL、インストールする 2. * 「(Irvineが有るフォルダ)¥Dorothy2¥program¥」に「twipple.dms」を以下の内容で作成する 3. * Irvineを起動後、上記サイトに出てる設定を行う 4. 1. * 「ツール」→「メインメニュー」→「動画ダウンロード2設定」で「twipple」にチェックを入れて、「ファイル」→「保存して終了」をクリック、それ以外は同様 5. 2. * 呼び出し元の「t-co.dms」も上記同様に用意しておく 6. * 後は、ほぼ上記サイトの説明通り //Dorothy2 //caption=twipple //version=0.01 //hint=Twippleのサムネイルページ・Twitter・TwilogのページからURLを渡してください //match=http://p.twipple.jp/ //author=Abcdefgh //path=program //priority=500 //end //created 14,Dec.,2011 by Abcdefgh ////t-co.dmsから呼び出される function(){ println('twipple.dms start'); // 画像紹介ページをダウンロード common_load('download'); var http = download(urlinfo.url); if(http.respon
dcterms:subject
abstract
  • Irvineを使ってついっぷるフォトの静止画を落とすためのスクリプト。Twitter・Twilogのページから「IrvineへすべてのURLを送る」で使う。本スクリプトは「t-co.dms」からの呼び出しにも使われる。 1. * ここからIrvineとDorothy2.zipをDL、インストールする 2. * 「(Irvineが有るフォルダ)¥Dorothy2¥program¥」に「twipple.dms」を以下の内容で作成する 3. * Irvineを起動後、上記サイトに出てる設定を行う 4. 1. * 「ツール」→「メインメニュー」→「動画ダウンロード2設定」で「twipple」にチェックを入れて、「ファイル」→「保存して終了」をクリック、それ以外は同様 5. 2. * 呼び出し元の「t-co.dms」も上記同様に用意しておく 6. * 後は、ほぼ上記サイトの説明通り //Dorothy2 //caption=twipple //version=0.01 //hint=Twippleのサムネイルページ・Twitter・TwilogのページからURLを渡してください //match=http://p.twipple.jp/ //author=Abcdefgh //path=program //priority=500 //end //created 14,Dec.,2011 by Abcdefgh ////t-co.dmsから呼び出される function(){ println('twipple.dms start'); // 画像紹介ページをダウンロード common_load('download'); var http = download(urlinfo.url); if(http.responseHeader.code != 200){ return retry('error--->' + http.responseHeader.code); } // 本画像URLを抽出 if (!http.data.match(/img_a_origin\" href=\"([^"]+)\"/)) { println('error---> オリジナルサイズの画像が見つかりません'); exit(); } var title = RegExp.$1; if(!title.match(/http:\/\//)) title = "http://p.twipple.jp" + title; var url = new URL(title); urlinfo.url = url.url; headers.host = url.host; //ファイル名を抽出 if (!title.match(/([^\/]+)$/)) { println('error---> ファイル名が見つかりません'); exit(); } Dorothy.fileName = RegExp.$1 + ".jpg"; }
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   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
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