About: dbkwik:resource/f6FI_hV0wJzkFNX1e8zvFQ==   Sponge Permalink

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

AttributesValues
rdfs:label
  • T-co.dms
rdfs:comment
  • Irvineを使ってTwitterに貼られた静止画を落とすためのスクリプト。「t.co」のURLが貼られたTwitter・Twilogのページから「IrvineへすべてのURLを送る」で使う。現バージョンは「t.co」の転送先が「twitter.com」、「twitpic.com」「yfrog.com」「pict.am」「p.twipple.jp」「instagr.am」「photozou.jp」「tou.ch」となる場合に有効。
dcterms:subject
abstract
  • Irvineを使ってTwitterに貼られた静止画を落とすためのスクリプト。「t.co」のURLが貼られたTwitter・Twilogのページから「IrvineへすべてのURLを送る」で使う。現バージョンは「t.co」の転送先が「twitter.com」、「twitpic.com」「yfrog.com」「pict.am」「p.twipple.jp」「instagr.am」「photozou.jp」「tou.ch」となる場合に有効。 1. * ここからIrvineとDorothy2.zipをDL、インストールする 2. * 「(Irvineが有るフォルダ)¥Dorothy2¥program¥」に「t-co.dms」を以下の内容で作成する 3. * Irvineを起動後、上記サイトに出てる設定を行う 4. 1. * 「ツール」→「メインメニュー」→「動画ダウンロード2設定」で「twitter-t.co」にチェックを入れて、「ファイル」→「保存して終了」をクリック、それ以外は同様 5. 2. * 「twitter.dms」「twitpic.dms」等も上記同様に用意しておく 6. * 後は、ほぼ上記サイトの説明通り //Dorothy2 //caption=twitter-t.co //version=0.01 //hint=twitter.com・twilog.orgのページからURLを渡してください //match=http://t.co/ //author=Abcdefgh //path=program //priority=500 //end //created 12,Dec.,2011 by Abcdefgh //t.coからの転送先に対応したスクリプトを呼び出す function(){ println('t-co.dms start'); // 転送ページをダウンロード urlinfo.referer = 'http://twitter.com'; common_load('download'); var http = download(urlinfo.url); if(http.responseHeader.code != 200){ return retry('error--->' + http.responseHeader.code); } // 転送先ページURLを抽出 if (!http.data.match(/\"(https?:\/\/[^"]+)\"/)) { println('error---> 転送先ページが見つかりません'); exit(); } var title = RegExp.$1; urlinfo.url = title; if (title.match(/twitter[.]com/)) { eval(program_load('twitter'))(); } else if (title.match(/twitpic[.]com/)){ eval(program_load('twitpic'))(); } else if (title.match(/yfrog[.]com/)){ eval(program_load('yfrog'))(); } else if (title.match(/pict[.]am/)){ eval(program_load('pictam'))(); } else if (title.match(/p[.]twipple[.]jp/)){ eval(program_load('twipple'))(); } else if (title.match(/instagr[.]am/)){ eval(program_load('instagra'))(); } else if (title.match(/photozou.(com|jp)/)){ eval(program_load('photozou'))(); } else if (title.match(/tou.ch/)){ eval(program_load('tou-ch'))(); } else { println('error---> 目的のページが見つかりません'); println('転送先>' + title); exit(); } }
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