You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mercury-parser/fixtures/takagi-hiromitsu.jp.html

1073 lines
278 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="ja-JP">
<head>
<meta http-equiv="Content-Type" value="text/html; charset=EUC-JP">
<meta name="generator" value="tDiary 2.0.0">
<meta http-equiv="Last-Modified" value="Sun, 17 Feb 2019 14:34:06 GMT">
<meta http-equiv="Content-Script-Type" value="text/javascript; charset=EUC-JP">
<meta name="author" value="&#x9AD8;&#x6728;&#x6D69;&#x5149;">
<meta name="twitter:site" value="@HiromitsuTakagi">
<meta name="twitter:creator" value="@HiromitsuTakagi">
<meta name="twitter:card" value="summary">
<link rev="made" href="mailto:blog@takagi-hiromitsu.jp">
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<link rel="prev" title="&#x524D;&#x306E;&#x65E5;&#x8A18;(2018&#x5E74;12&#x6708;31&#x65E5;)" href="./20181231.html">
<link rel="next" title="&#x6B21;&#x306E;&#x65E5;&#x8A18;(2019&#x5E74;02&#x6708;19&#x65E5;)" href="./20190219.html">
<link rel="start" title="&#x6700;&#x65B0;" href="./">
<link rel="canonical" href="http://takagi-hiromitsu.jp/diary/20190211.html">
<meta http-equiv="content-style-type" value="text/css">
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<link rel="stylesheet" href="theme/base.css" type="text/css" media="all">
<link rel="stylesheet" href="theme/takagi/takagi.css" title="takagi" type="text/css" media="all">
<title>&#x9AD8;&#x6728;&#x6D69;&#x5149;&#xFF20;&#x81EA;&#x5B85;&#x306E;&#x65E5;&#x8A18; - &#x6539;&#x6B63;NICT&#x6CD5;&#x304C;&#x30D7;&#x30C1;&#x708E;&#x4E0A;&#x3001;&#x5DE5;&#x5834;&#x51FA;&#x8377;&#x6642;&#x5171;&#x901A;&#x521D;&#x671F;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x304C;&#x8B58;&#x5225;&#x7B26;&#x53F7;&#x306B;&#x5F53;&#x305F;&#x3089;&#x306A;&#x3044;&#x3053;&#x3068;&#x304C;&#x7406;&#x89E3;&#x3055;&#x308C;&#x3066;&#x3044;&#x306A;&#x3044;</title>
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://takagi-hiromitsu.jp/diary/index.rdf">
<meta name="robots" value="index,follow">
</head>
<body>
<div class="adminmenu">
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<span class="adminmenu"><a href="./20181226.html">&lt;&#x524D;&#x306E;&#x65E5;&#x8A18;(2018&#x5E74;12&#x6708;26&#x65E5;)</a></span>
<span class="adminmenu"><a href="./20190219.html">&#x6B21;&#x306E;&#x65E5;&#x8A18;(2019&#x5E74;02&#x6708;19&#x65E5;)&gt;</a></span>
<span class="adminmenu"><a href="./">&#x6700;&#x65B0;</a></span>
<span class="adminmenu"><a href="update.rb?edit=true;year=2019;month=2;day=11">&#x7DE8;&#x96C6;</a></span>
</div>
<h1>&#x9AD8;&#x6728;&#x6D69;&#x5149;&#xFF20;&#x81EA;&#x5B85;&#x306E;&#x65E5;&#x8A18;</h1>
<div class="contents">
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<span class="contents"><a href="20140105.html#toc">&#x76EE;&#x6B21;</a></span>
<span class="contents"><a href="20041112.html">&#x306F;&#x3058;&#x3081;&#x306B;</a></span>
<span class="contents"><b>&#x9023;&#x7D61;&#x5148;:blog@takagi-hiromitsu.jp</b></span>
</div>
<div class="counter">
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<a href="20041112.html#p04">&#x8A2A;&#x554F;&#x8005;&#x6570;</a> &#x672C;&#x65E5;: <span class="counter-today"><span class="counter-0"><span class="counter-num-8">8</span></span><span class="counter-1"><span class="counter-num-0">0</span></span></span> &#xA0; &#x6628;&#x65E5;: <span class="counter-yesterday"><span class="counter-0"><span class="counter-num-1">1</span></span><span class="counter-1"><span class="counter-num-0">0</span></span><span class="counter-2"><span class="counter-num-8">8</span></span><span class="counter-3"><span class="counter-num-8">8</span></span></span>
</div>
<hr class="sep">
<div class="day">
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<h2><span class="date"><a href="./20190211.html">2019&#x5E74;02&#x6708;11&#x65E5;</a></span> <span class="title"></span>
</h2>
<div class="body">
<div class="section">
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<h3><a name="p01" href="./20190211.html#p01"><span class="sanchor">&#x25A0;</span> </a>&#x6539;&#x6B63;NICT&#x6CD5;&#x304C;&#x30D7;&#x30C1;&#x708E;&#x4E0A;&#x3001;&#x5DE5;&#x5834;&#x51FA;&#x8377;&#x6642;&#x5171;&#x901A;&#x521D;&#x671F;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x304C;&#x8B58;&#x5225;&#x7B26;&#x53F7;&#x306B;&#x5F53;&#x305F;&#x3089;&#x306A;&#x3044;&#x3053;&#x3068;&#x304C;&#x7406;&#x89E3;&#x3055;&#x308C;&#x3066;&#x3044;&#x306A;&#x3044;</h3>
<p>
</p>
<p>
&#x5148;&#x6708;&#x306E;&#x3053;&#x3068;&#x3001;NHK&#x30CB;&#x30E5;&#x30FC;&#x30B9;&#x304C;&#x300C;&#x7DCF;&#x52D9;&#x7701; IoT&#x6A5F;&#x5668;&#x306B;&#x7121;&#x5DEE;&#x5225;&#x4FB5;&#x5165;&#x300D;&#x3068;&#x5831;&#x3058;&#x305F;&#x304A;&#x304B;&#x3052;&#x3067;&#x3001;&#x4E00;&#x90E8;&#x306E;&#x30E1;&#x30C7;&#x30A3;&#x30A2;&#x304C;&#x5F8C;&#x8FFD;&#x3044;&#x3057;&#x3001;&#x30D7;&#x30C1;&#x708E;&#x4E0A;&#x3057;&#x3066;&#x6C17;&#x306E;&#x6BD2;&#x306A;&#x3053;&#x3068;&#x306B;&#x306A;&#x3063;&#x3066;&#x3044;&#x305F;&#x3002;&#x305D;&#x306E;&#x5F8C;&#x3082;&#x3058;&#x308F;&#x3058;&#x308F;&#x3068;&#x5EF6;&#x713C;&#x3057;&#x3001;&#x6628;&#x65E5;&#x306B;&#x306A;&#x3063;&#x3066;&#x3001;&#x3072;&#x308D;&#x3086;&#x304D;&#x6C0F;&#x304B;&#x3089;&#x300C;<a href="https://nikkan-spa.jp/1549339">&#x7DCF;&#x52D9;&#x7701;&#x306E;&#x30BB;&#x30AD;&#x30E5;&#x30EA;&#x30C6;&#x30A3;&#x8ABF;&#x67FB;&#x306B;&#x300C;&#x56FD;&#x304C;&#x4E0D;&#x6B63;&#x30ED;&#x30B0;&#x30A4;&#x30F3;&#x300D;&#x3068;&#x9A12;&#x3050;&#x982D;&#x306E;&#x60AA;&#x3044;&#x4EBA;&#x305F;&#x3061;</a>&#x300D;&#x3068;&#x306E;&#x30C8;&#x30C9;&#x30E1;&#x8A18;&#x4E8B;&#x304C;&#x51FA;&#x308B;&#x306B;&#x81F3;&#x3063;&#x305F;&#x3002;&#x3053;&#x308C;&#x306F;&#x6700;&#x521D;&#x306E;NHK&#x5831;&#x9053;&#x304C;&#x7D20;&#x4EBA;&#x8003;&#x3048;&#x3067;&#x504F;&#x5411;&#x3057;&#x3066;&#x3044;&#x305F;&#x3068;&#x3053;&#x308D;&#x306B;&#x539F;&#x56E0;&#x304C;&#x3042;&#x308B;&#x3002;
</p>
<p>
<ul>
<li><a href="https://www3.nhk.or.jp/news/html/20190125/k10011791591000.html">&#x7DCF;&#x52D9;&#x7701; IoT&#x6A5F;&#x5668;&#x306B;&#x7121;&#x5DEE;&#x5225;&#x4FB5;&#x5165;&#x3057;&#x8ABF;&#x67FB;&#x3078; &#x524D;&#x4F8B;&#x306A;&#x3044;&#x8ABF;&#x67FB;&#x306B;&#x61F8;&#x5FF5;&#x3082;</a>, NHK&#x30CB;&#x30E5;&#x30FC;&#x30B9;, 2019&#x5E74;1&#x6708;25&#x65E5;
<ul>
<li style="width: 47%; display: inline-block; vertical-align: top;"><blockquote class="twitter-tweet"><p lang="ja" dir="ltr">&#x5168;&#x56FD;&#x306E;&#x5BB6;&#x5EAD;&#x3084;&#x4F01;&#x696D;&#x306B;&#x3042;&#x308B;&#x30A4;&#x30F3;&#x30BF;&#x30FC;&#x30CD;&#x30C3;&#x30C8;&#x5BB6;&#x96FB;&#x306A;&#x3069;&#x3044;&#x308F;&#x3086;&#x308B; <a href="https://twitter.com/hashtag/Iot%E6%A9%9F%E5%99%A8?src=hash&amp;ref_src=twsrc%5Etfw">#Iot&#x6A5F;&#x5668;</a> &#x306B;&#x56FD;&#x304C;&#x7121;&#x5DEE;&#x5225;&#x306B;&#x4FB5;&#x5165;&#x3092;&#x8A66;&#x307F;&#x308B;&#x3002;&#x305D;&#x3093;&#x306A;&#x4E16;&#x754C;&#x3067;&#x3082;&#x4F8B;&#x306E;&#x306A;&#x3044;&#x8ABF;&#x67FB;&#x304C;&#x6765;&#x6708;&#x304B;&#x3089;&#x59CB;&#x307E;&#x308A;&#x307E;&#x3059;&#x3002; <a href="https://twitter.com/hashtag/%E3%82%B5%E3%82%A4%E3%83%90%E3%83%BC%E6%94%BB%E6%92%83?src=hash&amp;ref_src=twsrc%5Etfw">#&#x30B5;&#x30A4;&#x30D0;&#x30FC;&#x653B;&#x6483;</a> &#x5BFE;&#x7B56;&#x306E;&#x4E00;&#x74B0;&#x3060;&#x3068;&#x3044;&#x3046;&#x3053;&#x3068;&#x3067;&#x3059;&#x304C;&#x3001;&#x5B9F;&#x8CEA;&#x7684;&#x306B;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x3068;&#x5909;&#x308F;&#x3089;&#x306A;&#x3044;&#x884C;&#x70BA;&#x3092;&#x7279;&#x4F8B;&#x7684;&#x306B;&#x56FD;&#x304C;&#x884C;&#x3046;&#x3053;&#x3068;&#x306B;&#x61F8;&#x5FF5;&#x306E;&#x58F0;&#x3082;&#x3042;&#x304C;&#x3063;&#x3066;&#x3044;&#x307E;&#x3059;&#x3002; <a href="https://twitter.com/hashtag/nhk?src=hash&amp;ref_src=twsrc%5Etfw">#nhk</a> <a href="https://twitter.com/hashtag/NW9?src=hash&amp;ref_src=twsrc%5Etfw">#NW9</a> <a href="https://t.co/9dX6bIoQIF">pic.twitter.com/9dX6bIoQIF</a></p>&#x2014; &#x30CB;&#x30E5;&#x30FC;&#x30B9;&#x30A6;&#x30AA;&#x30C3;&#x30C1;&#xFF19; (@nhk_nw9) <a href="https://twitter.com/nhk_nw9/status/1088755839102418944?ref_src=twsrc%5Etfw">January 25, 2019</a></blockquote></li>
<li style="width: 47%; display: inline-block; vertical-align: top;"><blockquote class="twitter-tweet"><p lang="ja" dir="ltr">&#x300C;&#x901A;&#x4FE1;&#x306E;&#x79D8;&#x5BC6;&#x306B;&#x62B5;&#x89E6;&#x3059;&#x308B;&#x304A;&#x305D;&#x308C;&#x3082;&#x300D;&#x5C02;&#x9580;&#x5BB6; &#x7DCF;&#x52D9;&#x7701;&#x304C;&#xFF29;&#xFF4F;&#xFF34;&#x6A5F;&#x5668;&#x306B;&#x7121;&#x5DEE;&#x5225;&#x4FB5;&#x5165;&#x3057;&#x8ABF;&#x67FB;&#x3078; /&#x3010;&#x6CE8;&#x76EE;&#x767A;&#x8A00;&#x3011;NHK&#x653F;&#x6CBB;&#x30DE;&#x30AC;&#x30B8;&#x30F3; <a href="https://twitter.com/hashtag/%E6%94%BF%E6%B2%BB?src=hash&amp;ref_src=twsrc%5Etfw">#&#x653F;&#x6CBB;</a> <a href="https://twitter.com/hashtag/nhk?src=hash&amp;ref_src=twsrc%5Etfw">#nhk</a> <a href="https://t.co/5ejCsed1mz">https://t.co/5ejCsed1mz</a></p>&#x2014; NHK&#x30CB;&#x30E5;&#x30FC;&#x30B9; (@nhk_news) <a href="https://twitter.com/nhk_news/status/1089840528357814278?ref_src=twsrc%5Etfw">January 28, 2019</a></blockquote></li>
<li style="width: 47%; display: inline-block; vertical-align: top;"><blockquote class="twitter-tweet"><p lang="ja" dir="ltr">&#x306A;&#x306B;&#x3053;&#x308C;&#x3002;&#x4F8B;&#x3048;&#x308B;&#x306A;&#x3089;&#x300C;&#x9375;&#x306E;&#x304B;&#x304B;&#x3063;&#x3066;&#x306A;&#x3044;&#x5BB6;&#x304C;&#x591A;&#x3044;&#x3089;&#x3057;&#x3044;&#x304B;&#x3089;&#x3001;&#x56FD;&#x304C;&#x4E00;&#x8ED2;&#x305A;&#x3064;&#x30C9;&#x30A2;&#x3092;&#x958B;&#x3051;&#x3066;&#x4FB5;&#x5165;&#x3057;&#x3066;&#x307F;&#x307E;&#x3059;&#x300D;&#x3068;&#x3044;&#x3046;&#x3053;&#x3068;&#x4F55;&#x3067;&#x3059;&#x304C;&#x3002;<br><br>&#x3053;&#x3093;&#x306A;&#x6CD5;&#x6539;&#x6B63;&#x304C;&#x8A71;&#x984C;&#x306B;&#x306A;&#x3089;&#x305A;&#x306B;&#x901A;&#x3063;&#x3066;&#x305F;&#x3063;&#x3066;&#x3001;&#x30DE;&#x30B9;&#x30B3;&#x30DF;&#x3068;&#x91CE;&#x515A;&#x4F55;&#x3084;&#x3063;&#x3066;&#x3093;&#x3060;&#x3088;&#xFF01;<br><br>&#x7DCF;&#x52D9;&#x7701; &#xFF29;&#xFF4F;&#xFF34;&#x6A5F;&#x5668;&#x306B;&#x7121;&#x5DEE;&#x5225;&#x4FB5;&#x5165;&#x3057;&#x8ABF;&#x67FB;&#x3078; &#x524D;&#x4F8B;&#x306A;&#x3044;&#x8ABF;&#x67FB;&#x306B;&#x61F8;&#x5FF5;&#x3082; NHK <a href="https://t.co/MsU3noh0Iq">https://t.co/MsU3noh0Iq</a></p>&#x2014; &#x5F01;&#x8B77;&#x58EB;&#x3000;&#x5C0F;&#x53E3;&#x3000;&#x5E78;&#x4EBA; (@oguchilaw) <a href="https://twitter.com/oguchilaw/status/1089081689366642688?ref_src=twsrc%5Etfw">January 26, 2019</a></blockquote></li>
<li style="width: 47%; display: inline-block; vertical-align: top;"><blockquote class="twitter-tweet"><p lang="ja" dir="ltr">&#x300C;&#x3044;&#x3064;&#x306E;&#x307E;&#x306B;&#x305D;&#x3093;&#x306A;&#x6CD5;&#x6848;&#x304C;!?&#x3000;&#x500B;&#x4EBA;&#x5BB6;&#x5EAD;&#x306E;&#xFF29;&#xFF4F;&#xFF34;&#x6A5F;&#x5668;&#x3078;&#x306E;&#x3001;&#x56FD;&#x306E;&#x7121;&#x5DEE;&#x5225;&#x4FB5;&#x5165;&#x300C;&#x7279;&#x5B9A;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x300D;&#x3092;&#x8A31;&#x3059;&#x6CD5;&#x6848;&#x306F;&#x3053;&#x308C;&#x3067;&#x3057;&#x305F;&#x3002;&#x300D;&#x3092;&#x30C8;&#x30A5;&#x30AE;&#x30E3;&#x308A;&#x307E;&#x3057;&#x305F;&#x3002; <a href="https://t.co/lwGKWrDvqV">https://t.co/lwGKWrDvqV</a></p>&#x2014; &#x52A0;&#x85E4;&#x90C1;&#x7F8E; (@katoikumi) <a href="https://twitter.com/katoikumi/status/1089308700261593088?ref_src=twsrc%5Etfw">January 26, 2019</a></blockquote> </li>
</ul>
</li><li><a href="https://www.nikkan-gendai.com/articles/view/news/246373">&#x3042;&#x306A;&#x305F;&#x306E;PC&#x306B;&#x52DD;&#x624B;&#x306B;&#x4FB5;&#x5165; &#x653F;&#x5E9C;&#x304C;&#x201C;&#x9055;&#x6CD5;&#x30CF;&#x30C3;&#x30AB;&#x30FC;&#x201D;&#x306B;&#x306A;&#x308B;&#x65E5;</a>, &#x65E5;&#x520A;&#x30B2;&#x30F3;&#x30C0;&#x30A4;, 2019&#x5E74;1&#x6708;29&#x65E5;
<ul>
<li style="width: 47%; display: inline-block; vertical-align: top;"><blockquote class="twitter-tweet"><p lang="ja" dir="ltr">&#x3042;&#x306A;&#x305F;&#x306E;PC&#x306B;&#x52DD;&#x624B;&#x306B;&#x4FB5;&#x5165; &#x653F;&#x5E9C;&#x304C;&#x201C;&#x9055;&#x6CD5;&#x30CF;&#x30C3;&#x30AB;&#x30FC;&#x201D;&#x306B;&#x306A;&#x308B;&#x65E5; <a href="https://t.co/xq0lguPNGO">https://t.co/xq0lguPNGO</a> <a href="https://twitter.com/hashtag/%E6%97%A5%E5%88%8A%E3%82%B2%E3%83%B3%E3%83%80%E3%82%A4DIGITAL?src=hash&amp;ref_src=twsrc%5Etfw">#&#x65E5;&#x520A;&#x30B2;&#x30F3;&#x30C0;&#x30A4;DIGITAL</a></p>&#x2014; &#x65E5;&#x520A;&#x30B2;&#x30F3;&#x30C0;&#x30A4; (@nikkan_gendai) <a href="https://twitter.com/nikkan_gendai/status/1089996539030851590?ref_src=twsrc%5Etfw">January 28, 2019</a></blockquote></li>
</ul>
</li><li><a href="https://abematimes.com/posts/5633386">&#x56FD;&#x304C;IoT&#x6A5F;&#x5668;&#x3092;&#x201C;&#x7121;&#x5DEE;&#x5225;&#x8ABF;&#x67FB;&#x201D;&#x3078;&#x3001;&#x6539;&#x6B63;&#x6CD5;&#x3067;&#x5BB9;&#x8A8D;&#x3082;&#x30CD;&#x30C3;&#x30C8;&#x3067;&#x306F;&#x53CD;&#x767A;&#x306E;&#x58F0;</a>, AbemaTIMES, 2019&#x5E74;1&#x6708;29&#x65E5;
<ul>
<li style="width: 47%; display: inline-block; vertical-align: top;"><blockquote class="twitter-tweet"><p lang="ja" dir="ltr">&#x3069;&#x3046;&#x3084;&#x3063;&#x3066;&#x8ABF;&#x67FB;&#x3059;&#x308B;&#x306E;&#x304B;&#x3001;&#x305D;&#x306E;&#x65B9;&#x6CD5;&#x6B21;&#x7B2C;&#x3058;&#x3083;&#x306A;&#x3044;&#x306E;&#xFF1F;<br><br>&#x3010;&#x56FD;&#x304C;IoT&#x6A5F;&#x5668;&#x3092;&#x201C;&#x7121;&#x5DEE;&#x5225;&#x8ABF;&#x67FB;&#x201D;&#x3078;&#x3001;&#x6539;&#x6B63;&#x6CD5;&#x3067;&#x5BB9;&#x8A8D;&#x3082;&#x4E09;&#x4E0A;&#x6D0B;&#x6C0F;&#x300C;&#x56FD;&#x304C;&#x3084;&#x308B;&#x3079;&#x304D;&#x3053;&#x3068;&#x3067;&#x306F;&#x306A;&#x3044;&#x300D; | AbemaTIMES&#x3011; <a href="https://t.co/ONsrLJr4u1">https://t.co/ONsrLJr4u1</a></p>&#x2014; Justy (@i_justy) <a href="https://twitter.com/i_justy/status/1089897577057636352?ref_src=twsrc%5Etfw">January 28, 2019</a></blockquote></li>
<li style="width: 47%; display: inline-block; vertical-align: top;"><blockquote class="twitter-tweet"><p lang="ja" dir="ltr">&#x30B3;&#x30E1;&#x30F3;&#x30C8;&#x306E;&#x304A;&#x8A6B;&#x3073;&#x30FB;&#x8A02;&#x6B63;&#x3092;&#x30D6;&#x30ED;&#x30B0;&#x306B;&#x66F8;&#x304D;&#x307E;&#x3057;&#x305F;&#xFF0F;IoT&#x6A5F;&#x5668;&#x306E;&#x8ABF;&#x67FB;&#x306B;&#x3064;&#x3044;&#x3066;&#x306E;&#x30B3;&#x30E1;&#x30F3;&#x30C8;&#x8A18;&#x4E8B;&#x306E;&#x304A;&#x8A6B;&#x3073; <a href="https://t.co/1wadJUOP1I">https://t.co/1wadJUOP1I</a></p>&#x2014; &#x4E09;&#x4E0A;&#x6D0B; (@mikamiyoh) <a href="https://twitter.com/mikamiyoh/status/1090237534968283137?ref_src=twsrc%5Etfw">January 29, 2019</a></blockquote></li>
</ul>
</li><li><a href="http://www.tokyo-np.co.jp/article/tokuho/list/CK2019020202000168.html">&#x3010;&#x7279;&#x5831;&#x3011;&#x7DCF;&#x52D9;&#x7701;&#x304C;&#xFF29;&#xFF4F;&#xFF34;&#x6A5F;&#x5668;&#x3092;&#x7121;&#x5DEE;&#x5225;&#x8ABF;&#x67FB;&#x3000;&#x300C;&#x56FD;&#x306B;&#x3088;&#x308B;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x300D;&#x306E;&#x6307;&#x6458;</a>, &#x6771;&#x4EAC;&#x65B0;&#x805E;, 2019&#x5E74;2&#x6708;2&#x65E5;
<ul>
<li style="width: 47%; display: inline-block; vertical-align: top;"><blockquote class="twitter-tweet"><p lang="ja" dir="ltr">&#x7DCF;&#x52D9;&#x7701;&#x304C;&#xFF29;&#xFF4F;&#xFF34;&#x6A5F;&#x5668;&#x3092;&#x7121;&#x5DEE;&#x5225;&#x8ABF;&#x67FB;&#x3000;&#x300C;&#x56FD;&#x306B;&#x3088;&#x308B;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x300D;&#x306E;&#x6307;&#x6458;(&#x6771;&#x4EAC;&#x65B0;&#x805E;&#x7279;&#x5831;&#x9762;)<a href="https://twitter.com/hashtag/%E7%B7%8F%E5%8B%99%E7%9C%81%E3%81%AB%E3%82%88%E3%82%8BIOT%E6%A9%9F%E5%99%A8%E7%84%A1%E5%B7%AE%E5%88%A5%E8%AA%BF%E6%9F%BB?src=hash&amp;ref_src=twsrc%5Etfw">#&#x7DCF;&#x52D9;&#x7701;&#x306B;&#x3088;&#x308B;IOT&#x6A5F;&#x5668;&#x7121;&#x5DEE;&#x5225;&#x8ABF;&#x67FB;</a><a href="https://twitter.com/hashtag/%E5%9B%BD%E5%AE%B6%E3%81%AB%E3%82%88%E3%82%8B%E4%B8%8D%E6%AD%A3%E3%82%A2%E3%82%AF%E3%82%BB%E3%82%B9?src=hash&amp;ref_src=twsrc%5Etfw">#&#x56FD;&#x5BB6;&#x306B;&#x3088;&#x308B;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;</a> <a href="https://twitter.com/hashtag/1984%E3%81%AE%E4%B8%96%E7%95%8C%E3%81%AE%E5%85%B7%E7%8F%BE%E5%8C%96?src=hash&amp;ref_src=twsrc%5Etfw">#1984&#x306E;&#x4E16;&#x754C;&#x306E;&#x5177;&#x73FE;&#x5316;</a> <a href="https://twitter.com/hashtag/%E6%9D%B1%E4%BA%AC%E6%96%B0%E8%81%9E%E7%89%B9%E5%A0%B1%E9%9D%A2?src=hash&amp;ref_src=twsrc%5Etfw">#&#x6771;&#x4EAC;&#x65B0;&#x805E;&#x7279;&#x5831;&#x9762;</a> <a href="https://twitter.com/hashtag/NSA%E3%81%A8%E3%81%AE%E9%80%A3%E6%90%BA%E3%81%8B?src=hash&amp;ref_src=twsrc%5Etfw">#NSA&#x3068;&#x306E;&#x9023;&#x643A;&#x304B;</a><br> <a href="https://t.co/425CHR4v18">https://t.co/425CHR4v18</a></p>&#x2014; &#x900F;&#x6790;&#x30C6;&#x30C4;(&#x8131;&#x88AB;&#x66DD;) (@tohsekitetsu) <a href="https://twitter.com/tohsekitetsu/status/1091693165764009984?ref_src=twsrc%5Etfw">February 2, 2019</a></blockquote></li>
</ul>
</li><li><a href="http://www.itmedia.co.jp/news/articles/1902/04/news089.html">&#x56FD;&#x306B;&#x3088;&#x308B;IoT&#x6A5F;&#x5668;&#x201D;&#x4FB5;&#x5165;&#x201D;&#x8ABF;&#x67FB;&#x3001;&#x305D;&#x306E;&#x540D;&#x3082;&#x300C;NOTICE&#x300D;&#x30B5;&#x30A4;&#x30C8;&#x516C;&#x958B;&#x3000;&#x300C;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x3067;&#x306F;&#x306A;&#x3044;&#x300D;&#x3068;&#x7406;&#x89E3;&#x6C42;&#x3081;&#x308B;</a>, ITmedia&#x30CB;&#x30E5;&#x30FC;&#x30B9;, 2019&#x5E74;2&#x6708;4&#x65E5;
<ul>
<li style="width: 47%; display: inline-block; vertical-align: top;"><blockquote class="twitter-tweet"><p lang="ja" dir="ltr">&#x56FD;&#x306B;&#x3088;&#x308B;IoT&#x6A5F;&#x5668;&#x4FB5;&#x5165;&#x8ABF;&#x67FB;&#x3001;&#x305D;&#x306E;&#x540D;&#x3082;&#x300C;NOTICE&#x300D;&#x30B5;&#x30A4;&#x30C8;&#x516C;&#x958B;&#x3000;&#x300C;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x3067;&#x306F;&#x306A;&#x3044;&#x300D;&#x3068;&#x7406;&#x89E3;&#x6C42;&#x3081;&#x308B;<a href="https://t.co/xi7XJZrQsi">https://t.co/xi7XJZrQsi</a> <a href="https://t.co/95D8ZY5mT4">pic.twitter.com/95D8ZY5mT4</a></p>&#x2014; ITmedia NEWS (@itmedia_news) <a href="https://twitter.com/itmedia_news/status/1092262735423856642?ref_src=twsrc%5Etfw">February 4, 2019</a></blockquote></li>
</ul>
</li><li><a href="https://cybersecurity-jp.com/laws/29660">IoT&#x6A5F;&#x5668;&#x7121;&#x5DEE;&#x5225;&#x8ABF;&#x67FB;NOTICE&#x306E;&#x5148;&#x306B;&#x5728;&#x308B;&#x5371;&#x967A;&#x3001;&#x901A;&#x4FE1;&#x306E;&#x79D8;&#x5BC6;&#x304C;&#x8105;&#x304B;&#x3055;&#x308C;&#x308B;&#x672A;&#x6765;&#x3068;&#x306F;</a>, &#x30B5;&#x30A4;&#x30D0;&#x30FC;&#x30BB;&#x30AD;&#x30E5;&#x30EA;&#x30C6;&#x30A3;.com, 2019&#x5E74;2&#x6708;4&#x65E5;
</li><li><a href="https://boxil.jp/beyond/a6051/">&#x653F;&#x5E9C;&#x201C;IoT&#x6A5F;&#x5668;2&#x5104;&#x53F0;&#x306B;&#x30B5;&#x30A4;&#x30D0;&#x30FC;&#x653B;&#x6483;&#x201D;&#x304C;&#x7591;&#x554F;&#x8996;&#x3055;&#x308C;&#x308B;4&#x3064;&#x306E;&#x7406;&#x7531; - &#x300C;NOTICE&#x300D;20&#x65E5;&#x304B;&#x3089;&#x5B9F;&#x65BD;</a>, Beyond, 2019&#x5E74;2&#x6708;10&#x65E5;
</li><li><a href="https://nikkan-spa.jp/1549339">&#x7DCF;&#x52D9;&#x7701;&#x306E;&#x30BB;&#x30AD;&#x30E5;&#x30EA;&#x30C6;&#x30A3;&#x8ABF;&#x67FB;&#x306B;&#x300C;&#x56FD;&#x304C;&#x4E0D;&#x6B63;&#x30ED;&#x30B0;&#x30A4;&#x30F3;&#x300D;&#x3068;&#x9A12;&#x3050;&#x982D;&#x306E;&#x60AA;&#x3044;&#x4EBA;&#x305F;&#x3061;</a>, &#x3072;&#x308D;&#x3086;&#x304D;, &#x65E5;&#x520A;SPA!, 2019&#x5E74;2&#x6708;10&#x65E5;
<ul>
<li style="width: 47%; display: inline-block; vertical-align: top;"><blockquote class="twitter-tweet"><p lang="ja" dir="ltr">&#x7DCF;&#x52D9;&#x7701;&#x306E;&#x30BB;&#x30AD;&#x30E5;&#x30EA;&#x30C6;&#x30A3;&#x8ABF;&#x67FB;&#x306B;&#x300C;&#x56FD;&#x304C;&#x4E0D;&#x6B63;&#x30ED;&#x30B0;&#x30A4;&#x30F3;&#x300D;&#x3068;&#x9A12;&#x3050;&#x982D;&#x306E;&#x60AA;&#x3044;&#x4EBA;&#x305F;&#x3061;&#xFF0F;&#x3072;&#x308D;&#x3086;&#x304D; <a href="https://twitter.com/hashtag/%E3%81%B2%E3%82%8D%E3%82%86%E3%81%8D?src=hash&amp;ref_src=twsrc%5Etfw">#&#x3072;&#x308D;&#x3086;&#x304D;</a> <a href="https://twitter.com/hashtag/%E7%B7%8F%E5%8B%99%E7%9C%81?src=hash&amp;ref_src=twsrc%5Etfw">#&#x7DCF;&#x52D9;&#x7701;</a> <a href="https://twitter.com/hashtag/%E3%83%8F%E3%83%83%E3%82%AB%E3%83%BC?src=hash&amp;ref_src=twsrc%5Etfw">#&#x30CF;&#x30C3;&#x30AB;&#x30FC;</a> <a href="https://t.co/EZeRDZhmHI">https://t.co/EZeRDZhmHI</a></p>&#x2014; &#x9031;&#x520A;SPA! (@weekly_SPA) <a href="https://twitter.com/weekly_SPA/status/1094494305513889793?ref_src=twsrc%5Etfw">February 10, 2019</a></blockquote></li>
</ul>
</li></ul>
</p>
<p>
&#x6700;&#x521D;&#x306E;NHK&#x30CB;&#x30E5;&#x30FC;&#x30B9;&#x304C;&#x7D20;&#x4EBA;&#x306E;&#x504F;&#x5411;&#x5831;&#x9053;&#x3060;&#x3068;&#x3044;&#x3046;&#x306E;&#x306F;&#x3001;&#x4EE5;&#x4E0B;&#x306E;&#x70B9;&#x304C;&#x3067;&#x3042;&#x308B;&#x3002;
</p>
<p>
<blockquote id="quote1">
</blockquote></p>
<p>
&#x30B5;&#x30A4;&#x30D0;&#x30FC;&#x653B;&#x6483;&#x5BFE;&#x7B56;&#x306E;&#x4E00;&#x74B0;&#x3068;&#x3057;&#x3066;&#x3001;&#x7DCF;&#x52D9;&#x7701;&#x306F;&#x5BB6;&#x5EAD;&#x3084;&#x4F01;&#x696D;&#x306B;&#x3042;&#x308B;&#x30A4;&#x30F3;&#x30BF;&#x30FC;&#x30CD;&#x30C3;&#x30C8;&#x5BB6;&#x96FB;&#x306A;&#x3069;&#x306E;&#x3044;&#x308F;&#x3086;&#x308B;&#x300C;IoT&#x6A5F;&#x5668;&#x300D;&#x306B;&#x7121;&#x5DEE;&#x5225;&#x306B;<strong>&#x4FB5;&#x5165;&#x3057;&#x3066;</strong>&#x5BFE;&#x7B56;&#x304C;&#x4E0D;&#x5341;&#x5206;&#x306A;&#x6A5F;&#x5668;&#x3092;&#x6D17;&#x3044;&#x51FA;&#x3059;&#x3001;&#x4E16;&#x754C;&#x3067;&#x3082;&#x4F8B;&#x306E;&#x306A;&#x3044;&#x8ABF;&#x67FB;&#x3092;&#x884C;&#x3046;&#x3053;&#x3068;&#x306B;&#x306A;&#x308A;&#x307E;&#x3057;&#x305F;&#x3002;&#x3057;&#x304B;&#x3057;&#x3001;<strong>&#x5B9F;&#x8CEA;&#x7684;&#x306B;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x3068;&#x5909;&#x308F;&#x3089;&#x306A;&#x3044;&#x884C;&#x70BA;</strong>&#x3092;&#x7279;&#x4F8B;&#x7684;&#x306B;&#x56FD;&#x304C;&#x884C;&#x3046;&#x3053;&#x3068;&#x306B;&#x61F8;&#x5FF5;&#x306E;&#x58F0;&#x3082;&#x3042;&#x304C;&#x3063;&#x3066;&#x3044;&#x307E;&#x3059;&#x3002;
</p>
<p>
&#xFF08;&#x7565;&#xFF09;
</p>
<p>
&#x305D;&#x308C;&#x306B;&#x3088;&#x308A;&#x307E;&#x3059;&#x3068;&#x3001;&#x8ABF;&#x67FB;&#x306F;&#x5BB6;&#x5EAD;&#x3084;&#x4F1A;&#x793E;&#x306A;&#x3069;&#x306B;&#x3042;&#x308B;&#x30EB;&#x30FC;&#x30BF;&#x30FC;&#x3084;&#x30A6;&#x30A7;&#x30D6;&#x30AB;&#x30E1;&#x30E9;&#x306A;&#x3069;&#x306E;IoT&#x6A5F;&#x5668;&#x304A;&#x3088;&#x305D;2&#x5104;&#x53F0;&#x3092;&#x5BFE;&#x8C61;&#x306B;&#x6765;&#x6708;&#x4E2D;&#x65EC;&#x306B;&#x958B;&#x59CB;&#x3057;&#x3001;&#x7121;&#x5DEE;&#x5225;&#x306B;<strong>&#x4FB5;&#x5165;&#x3092;&#x8A66;&#x307F;&#x3066;</strong>&#x3001;&#x521D;&#x671F;&#x8A2D;&#x5B9A;&#x306E;&#x307E;&#x307E;&#x306B;&#x306A;&#x3063;&#x3066;&#x3044;&#x308B;&#x306A;&#x3069;&#x30BB;&#x30AD;&#x30E5;&#x30EA;&#x30C6;&#x30A3;&#x30FC;&#x5BFE;&#x7B56;&#x306E;&#x4E0D;&#x5341;&#x5206;&#x306A;&#x6A5F;&#x5668;&#x3092;&#x6D17;&#x3044;&#x51FA;&#x3057;&#x3001;&#x30E6;&#x30FC;&#x30B6;&#x30FC;&#x306B;&#x6CE8;&#x610F;&#x3092;&#x4FC3;&#x3059;&#x3068;&#x3057;&#x3066;&#x3044;&#x307E;&#x3059;&#x3002;
</p>
<p>
&#xFF08;&#x7565;&#xFF09;
</p>
<p>
&#x4E00;&#x65B9;&#x3001;&#x8ABF;&#x67FB;&#x3067;&#x306F;&#x4E88;&#x60F3;&#x3055;&#x308C;&#x308B;ID&#x3068;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x3092;&#x5B9F;&#x969B;&#x306B;&#x5165;&#x529B;&#x3057;&#x3066;&#x6A5F;&#x5668;&#x306B;&#x4FB5;&#x5165;&#x3059;&#x308B;&#x8A08;&#x753B;&#x3067;&#x3001;<strong>&#x672C;&#x6765;&#x306F;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x7981;&#x6B62;&#x6CD5;&#x3067;&#x7981;&#x3058;&#x3089;&#x308C;&#x3066;&#x3044;&#x308B;&#x884C;&#x70BA;</strong>&#x3060;&#x3051;&#x306B;&#x5C02;&#x9580;&#x5BB6;&#x304B;&#x3089;&#x306F;&#x61F8;&#x5FF5;&#x306E;&#x58F0;&#x3082;&#x3042;&#x304C;&#x3063;&#x3066;&#x3044;&#x307E;&#x3059;&#x3002;
</p>
<p>
&#xFF08;&#x7565;&#xFF09;
</p>
<p>
&#x4ECA;&#x56DE;&#x306E;&#x8ABF;&#x67FB;&#x306F;&#x3001;<strong>&#x5B9F;&#x8CEA;&#x7684;&#x306B;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x3068;&#x5909;&#x308F;&#x3089;&#x306A;&#x3044;&#x884C;&#x70BA;&#x3092;&#x884C;&#x3046;</strong>&#x3053;&#x3068;&#x304B;&#x3089;&#x3001;&#x56FD;&#x306F;&#x53BB;&#x5E74;&#xFF15;&#x6708;&#x3001;&#x60C5;&#x5831;&#x901A;&#x4FE1;&#x7814;&#x7A76;&#x6A5F;&#x69CB;&#x306E;&#x696D;&#x52D9;&#x3092;&#x5B9A;&#x3081;&#x308B;&#x6CD5;&#x5F8B;&#x3092;&#x6539;&#x6B63;&#x3057;&#x3001;5&#x5E74;&#x9593;&#x306B;&#x9650;&#x3063;&#x3066;&#x884C;&#x3046;&#x3068;&#x3057;&#x3066;&#x3044;&#x307E;&#x3059;&#x3002;
</p>
<p>
&#x6539;&#x6B63;&#x3055;&#x308C;&#x305F;&#x6CD5;&#x5F8B;&#x306F;&#x53BB;&#x5E74;11&#x6708;&#x306B;&#x65BD;&#x884C;&#x3055;&#x308C;&#x3001;&#x4ED6;&#x4EBA;&#x306E;IoT&#x6A5F;&#x5668;&#x306B;ID&#x3068;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x3092;&#x5165;&#x529B;&#x3059;&#x308B;&#x3068;&#x3044;&#x3046;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x7981;&#x6B62;&#x6CD5;&#x3067;&#x7981;&#x3058;&#x3089;&#x308C;&#x305F;&#x884C;&#x70BA;&#x306B;&#x3064;&#x3044;&#x3066;&#x3001;&#x4ECA;&#x56DE;&#x306E;&#x8ABF;&#x67FB;&#x306B;&#x9650;&#x308B;&#x5F62;&#x3067;&#x8A8D;&#x3081;&#x3066;&#x3044;&#x307E;&#x3059;&#x3002;
</p>
<p>
<cite><a href="http://web.archive.org/web/20190125110512/https://www3.nhk.or.jp/news/html/20190125/k10011791591000.html">&#x7DCF;&#x52D9;&#x7701; IoT&#x6A5F;&#x5668;&#x306B;&#x7121;&#x5DEE;&#x5225;&#x4FB5;&#x5165;&#x3057;&#x8ABF;&#x67FB;&#x3078; &#x524D;&#x4F8B;&#x306A;&#x3044;&#x8ABF;&#x67FB;&#x306B;&#x61F8;&#x5FF5;&#x3082;</a>, NHK&#x30CB;&#x30E5;&#x30FC;&#x30B9;, 2019&#x5E74;1&#x6708;25&#x65E5;</cite>
</p>
<p>
&#x300C;&#x61F8;&#x5FF5;&#x306E;&#x58F0;&#x3082;&#x3042;&#x304C;&#x3063;&#x3066;&#x3044;&#x307E;&#x3059;&#x3002;&#x300D;&#x3068;&#x3044;&#x3046;&#x306E;&#x304C;&#x3001;&#x3044;&#x3063;&#x305F;&#x3044;&#x8AB0;&#x304C;&#x8A00;&#x3063;&#x3066;&#x3044;&#x308B;&#x8A71;&#x306A;&#x306E;&#x304B;&#x660E;&#x3089;&#x304B;&#x306B;&#x3055;&#x308C;&#x3066;&#x3044;&#x306A;&#x3044;&#x304C;&#x3001;&#x300C;&#x5B9F;&#x8CEA;&#x7684;&#x306B;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x3068;&#x5909;&#x308F;&#x3089;&#x306A;&#x3044;&#x884C;&#x70BA;&#x300D;&#x300C;&#x672C;&#x6765;&#x306F;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x7981;&#x6B62;&#x6CD5;&#x3067;&#x7981;&#x3058;&#x3089;&#x308C;&#x3066;&#x3044;&#x308B;&#x884C;&#x70BA;&#x300D;&#x3068;&#x7E70;&#x308A;&#x8FD4;&#x3057;&#x66F8;&#x304B;&#x308C;&#x3066;&#x3044;&#x308B;&#x306E;&#x306F;&#x3001;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x7981;&#x6B62;&#x6CD5;&#x306E;&#x57FA;&#x790E;&#x3092;&#x7406;&#x89E3;&#x3057;&#x3066;&#x3044;&#x306A;&#x3044;&#x3002;
</p>
<p>
&#x5DE5;&#x5834;&#x51FA;&#x8377;&#x6642;&#x306E;&#x300C;ID:admin Password: admin&#x300D;&#x3068;&#x3044;&#x3063;&#x305F;&#x521D;&#x671F;&#x8A2D;&#x5B9A;&#x306E;&#x307E;&#x307E;&#x306B;&#x306A;&#x3063;&#x3066;&#x3044;&#x308B;ID&#x30FB;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x306F;&#x3001;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x7981;&#x6B62;&#x6CD5;&#x306E;&#x300C;&#x8B58;&#x5225;&#x7B26;&#x53F7;&#x300D;&#xFF08;2&#x6761;2&#x9805;&#xFF09;&#x306B;&#x5F53;&#x305F;&#x3089;&#x305A;&#x3001;&#x305D;&#x306E;&#x3088;&#x3046;&#x306A;IoT&#x6A5F;&#x5668;&#x306F;&#x300C;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x5236;&#x5FA1;&#x6A5F;&#x80FD;&#x300D;&#xFF08;2&#x6761;3&#x9805;&#xFF09;&#x306B;&#x3088;&#x308B;&#x5229;&#x7528;&#x306E;&#x5236;&#x9650;&#x304C;&#x3042;&#x308B;&#x3068;&#x306F;&#x8A00;&#x3048;&#x306A;&#x3044;&#x306E;&#x3067;&#x3042;&#x308A;&#x3001;&#x3053;&#x306E;&#x3053;&#x3068;&#x304C;&#x7406;&#x89E3;&#x3055;&#x308C;&#x3066;&#x3044;&#x306A;&#x3044;&#x3002;&#x79C1;&#x306B;&#x3072;&#x3068;&#x3053;&#x3068;&#x78BA;&#x8A8D;&#x306E;&#x96FB;&#x8A71;&#x304C;&#x3042;&#x3063;&#x305F;&#x306A;&#x3089;&#x3001;&#x305D;&#x3046;&#x8AAC;&#x660E;&#x3057;&#x3066;&#x3044;&#x305F;&#x3060;&#x308D;&#x3046;&#x3002;
</p>
<p>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
&#x300C;&#x4FB5;&#x5165;&#x300D;&#x3068;&#x3044;&#x3046;&#x8868;&#x73FE;&#xFF08;&#x300C;&#x4E2D;&#x306B;&#x5165;&#x308B;&#x300D;&#x306E;&#x610F;&#xFF09;&#x3082;&#x3088;&#x308D;&#x3057;&#x304F;&#x306A;&#x3044;&#x3002;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x7981;&#x6B62;&#x6CD5;&#x304C;&#x7981;&#x6B62;&#x3057;&#x3066;&#x3044;&#x308B;&#x884C;&#x70BA;&#x3092;&#x4F4F;&#x5C45;&#x4FB5;&#x5165;&#x306B;&#x55A9;&#x3048;&#x308B;&#x7D20;&#x6734;&#x306A;&#x611F;&#x60F3;&#x304C;&#x6614;&#x304B;&#x3089;&#x5F8C;&#x3092;&#x7D76;&#x305F;&#x306A;&#x3044;&#x304C;&#x3001;&#x3053;&#x308C;&#x3089;&#x306F;&#x540C;&#x4E00;&#x8996;&#x3067;&#x304D;&#x308B;&#x3082;&#x306E;&#x3067;&#x306F;&#x306A;&#x3044;&#x3002;&#x306A;&#x305C;&#x306A;&#x3089;&#x3001;&#x4F4F;&#x5C45;&#x4FB5;&#x5165;&#x7F6A;&#x306B;&#x304A;&#x3051;&#x308B;&#x56F2;&#x7E5E;&#x5730;&#x3068;&#x306F;&#x9055;&#x3063;&#x3066;&#x3001;&#x3069;&#x3053;&#x304B;&#x3089;&#x304C;&#x5165;&#x3063;&#x3066;&#x306F;&#x3044;&#x3051;&#x306A;&#x3044;&#x9818;&#x57DF;&#x306A;&#x306E;&#x304B;&#x306E;&#x533A;&#x5206;&#x3051;&#xFF08;&#x305D;&#x3082;&#x305D;&#x3082;&#x3069;&#x3053;&#x304B;&#x3089;&#x304C;&#x300C;&#x5165;&#x3063;&#x305F;&#x300D;&#x3068;&#x8A00;&#x3048;&#x308B;&#x306E;&#x304B;&#xFF09;&#x304C;&#x3001;&#x30A4;&#x30F3;&#x30BF;&#x30FC;&#x30CD;&#x30C3;&#x30C8;&#x306B;&#x63A5;&#x7D9A;&#x3055;&#x308C;&#x305F;&#x6A5F;&#x5668;&#x306B;&#x304A;&#x3044;&#x3066;&#x306F;&#xFF08;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x5236;&#x5FA1;&#x6A5F;&#x80FD;&#x306B;&#x7740;&#x76EE;&#x3057;&#x306A;&#x3044;&#x9650;&#x308A;&#xFF09;&#x660E;&#x78BA;&#x306B;&#x3059;&#x308B;&#x3053;&#x3068;&#x304C;&#x56F0;&#x96E3;<span class="footnote"><a name="fm01" href="./20190211.html#f01" title="&#x3082;&#x3057;&#x3001;&#x30A4;&#x30F3;&#x30BF;&#x30FC;&#x30CD;&#x30C3;&#x30C8;&#x306E;&#x4E16;&#x754C;&#x3092;&#x3001;&#x4F4F;&#x5C45;&#x4FB5;&#x5165;&#x7F6A;&#x306B;&#x304A;&#x3051;&#x308B;&#x56F2;&#x7E5E;&#x5730;&#x306E;&#x3088;&#x3046;&#x306B;&#x6349;&#x3048;&#x308B;&#x3068;&#x3059;&#x308C;&#x3070;&#x3001;&#x5BB6;&#x5EAD;&#x3084;&#x4F1A;&#x793E;&#x306E;LAN&#x5185;&#x306B;&#x3042;&#x308B;&#x6A5F;&#x5668;&#x3092;&#x5BFE;&#x8C61;&#x3068;&#x3059;&#x308B;&#x3068;&#x3044;&#x3063;&#x305F;&#x3053;&#x3068;&#x304C;&#x8003;&#x3048;&#x3089;&#x308C;&#x308B;&#x304C;&#x3001;&#x305D;&#x3053;&#x306B;&#x3042;&#x308B;&#x6A5F;&#x5668;&#x306E;&#x4E00;&#x90E8;&#x304C;&#x30A4;&#x30F3;&#x30BF;&#x30FC;&#x30CD;&#x30C3;&#x30C8;&#x5074;&#x306B;&#x9732;&#x51FA;&#x3057;&#x3066;&#x3044;&#x308B;&#x5834;&#x5408;&#x3001;&#x305D;&#x308C;&#x306F;&#x6A5F;&#x80FD;&#x3068;&#x3057;&#x3066;&#x3042;&#x3048;&#x3066;&#x30A4;&#x30F3;&#x30BF;&#x30FC;&#x30CD;&#x30C3;&#x30C8;&#x5074;&#x304B;&#x3089;&#x63A5;&#x7D9A;&#x3067;&#x304D;&#x308B;&#x3088;&#x3046;&#x306B;&#x3057;&#x3066;&#x3044;&#x308B;&#x5834;&#x5408;&#x3068;&#x533A;&#x5225;&#x304C;&#x3067;&#x304D;&#x306A;&#x3044;&#x3002;">*1</a></span>&#x3060;&#x304B;&#x3089;&#x3067;&#x3042;&#x308B;&#x3002;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x5236;&#x5FA1;&#x6A5F;&#x80FD;&#x306B;&#x3088;&#x3063;&#x3066;&#x305D;&#x306E;&#x533A;&#x5206;&#x3051;&#x3092;&#x3059;&#x308B;&#x3057;&#x304B;&#x306A;&#x304B;&#x3063;&#x305F;&#x306E;&#x3067;&#x3042;&#x308B;&#x304B;&#x3089;&#x3001;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x5236;&#x5FA1;&#x6A5F;&#x80FD;&#x304C;&#x306A;&#x3044;&#x6A5F;&#x5668;&#x306F;&#x533A;&#x5206;&#x3051;&#x3057;&#x3088;&#x3046;&#x304C;&#x306A;&#x3044;&#xFF08;&#x300C;&#x4FB5;&#x5165;&#x300D;&#x306E;&#x6982;&#x5FF5;&#x304C;&#x6210;&#x308A;&#x7ACB;&#x3061;&#x5F97;&#x306A;&#x3044;&#xFF09;&#x306E;&#x3067;&#x3042;&#x308B;&#x3002;
</p>
<p>
&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x7981;&#x6B62;&#x6CD5;&#x304C;&#x5236;&#x5B9A;&#x3055;&#x308C;&#x308B;&#xFF08;1999&#x5E74;&#x5236;&#x5B9A;&#xFF09;&#x307E;&#x3067;&#x306E;&#x7D4C;&#x7DEF;&#x3092;&#x8FBF;&#x308B;&#x3068;&#x3001;&#x3053;&#x306E;&#x6CD5;&#x306E;&#x8DA3;&#x65E8;&#x304C;&#x7406;&#x89E3;&#x3067;&#x304D;&#x308B;&#x3002;
</p>
<p>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
1980&#x5E74;&#x4EE3;&#x304B;&#x3089;&#x3001;&#x65E5;&#x672C;&#x3067;&#x3082;&#x3001;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x30CD;&#x30C3;&#x30C8;&#x30EF;&#x30FC;&#x30AF;&#xFF08;&#x96FB;&#x8A71;&#x63A5;&#x7D9A;&#x3092;&#x542B;&#x3080;&#xFF09;&#x304C;&#x666E;&#x53CA;&#x3057;&#x305F;&#x3053;&#x3068;&#x3067;&#x3001;&#x9060;&#x9694;&#x64CD;&#x4F5C;&#x306B;&#x3088;&#x308B;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x306E;&#x4E0D;&#x6B63;&#x4F7F;&#x7528;&#x304C;&#x767A;&#x751F;&#x3057;&#x3001;&#x554F;&#x984C;&#x3068;&#x306A;&#x3063;&#x305F;&#x3002;1980&#x5E74;&#x306B;&#x3001;&#x5CA1;&#x5C71;&#x5927;&#x5B66;&#x8A08;&#x7B97;&#x6A5F;&#x30BB;&#x30F3;&#x30BF;&#x30FC;&#x306E;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x304C;&#x96FB;&#x8A71;&#x56DE;&#x7DDA;&#x7D4C;&#x7531;&#x3067;ID&#x30FB;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x3092;&#x7834;&#x3089;&#x308C;&#x3066;&#x7121;&#x65AD;&#x4F7F;&#x7528;&#x3055;&#x308C;&#x305F;&#x4E8B;&#x4EF6;&#x304C;&#x3042;&#x3063;&#x305F;&#x304C;&#x3001;&#x3069;&#x306E;&#x72AF;&#x7F6A;&#x985E;&#x578B;&#x306B;&#x3082;&#x8A72;&#x5F53;&#x3057;&#x306A;&#x3044;&#x3068;&#x3057;&#x3066;&#x7ACB;&#x4EF6;&#x3055;&#x308C;&#x306A;&#x304B;&#x3063;&#x305F;&#x3002;&#x5211;&#x6CD5;&#x306F;&#x300C;&#x5229;&#x76CA;&#x7A83;&#x76D7;&#x300D;&#x3092;&#x4E0D;&#x53EF;&#x7F70;&#x3068;&#x3057;&#x3066;&#x3044;&#x308B;<span class="footnote"><a name="fm02" href="./20190211.html#f02" title="&#x5C71;&#x53E3;&#x539A;&#x300C;&#x5211;&#x6CD5;&#x306B;&#x304A;&#x3051;&#x308B;&#x8CA1;&#x7269;&#x306E;&#x610F;&#x7FA9;&#x300D;&#x963F;&#x90E8;&#x7D14;&#x4E8C;&#x4ED6;&#x7DE8;&#x300E;&#x5211;&#x6CD5;&#x57FA;&#x672C;&#x8B1B;&#x5EA7;&#x7B2C;5&#x5DFB;&#x8CA1;&#x7523;&#x72AF;&#x8AD6;&#x300F;&#xFF08;&#x6CD5;&#x5B66;&#x66F8;&#x9662;, 1993&#xFF09;&#x306F;&#x3001;&#x305D;&#x306E;&#x5192;&#x982D;&#x3067;&#x6B21;&#x306E;&#x3088;&#x3046;&#x306B;&#x8AAC;&#x660E;&#x3059;&#x308B;&#x3002;&#x7A83;&#x76D7;&#x7F6A;&#x306B;&#x300C;2&#x9805;&#x300D;&#xFF08;&#x8CA1;&#x7523;&#x4E0A;&#x306E;&#x5229;&#x76CA;&#x3092;&#x5BA2;&#x4F53;&#x3068;&#x3059;&#x308B;&#x5229;&#x76CA;&#x7F6A;&#xFF09;&#x304C;&#x306A;&#x3044;&#x3053;&#x3068;&#x304B;&#x3089;&#x3001;&#x5211;&#x6CD5;&#x304B;&#x3089;&#x3042;&#x3048;&#x3066;&#x5916;&#x3055;&#x308C;&#x3066;&#x3044;&#x308B;&#x3053;&#x3068;&#x3092;&#x6307;&#x3057;&#x3066;&#x300C;&#x5229;&#x76CA;&#x7A83;&#x76D7;&#x300D;&#x306E;&#x8A9E;&#x304C;&#x7528;&#x3044;&#x3089;&#x308C;&#x308B;&#x3002;&lt;blockquote&gt;
&lt;/p&gt;
&lt;p&gt;
&#x5211;&#x6CD5;235&#x6761;&#x306E;&#x7A83;&#x76D7;&#x7F6A;&#x4EE5;&#x4E0B;&#x306E;&#x8CA1;&#x7523;&#x72AF;&#x306E;&#x898F;&#x5B9A;&#x306F;&#x8CA1;&#x7523;&#x3092;&#x4FDD;&#x8B77;&#x6CD5;&#x76CA;&#x3068;&#x3059;&#x308B;&#x304C;&#x3001;&#x305D;&#x306E;&#x8CA1;&#x7523;&#x306F;&#x73FE;&#x884C;&#x6CD5;&#x4E0A;&#x300C;&#x8CA1;&#x7269;&#x300D;&#x3068;&#xFF08;&#x8CA1;&#x7269;&#x4EE5;&#x5916;&#x306E;&#x8CA1;&#x7523;&#x3067;&#x3042;&#x308B;&#xFF09;&#x300C;&#x8CA1;&#x7523;&#x4E0A;&#x306E;&#x5229;&#x76CA;&#x300D;&#x306E;&#x4E8C;&#x3064;&#x306E;&#x5F62;&#x614B;&#x306B;&#x5206;&#x3051;&#x3089;&#x308C;&#x3066;&#x3044;&#x308B;&#x3002;&#x5F37;&#x76D7;&#xFF08;236&#x6761;&#xFF09;&#x3001;&#x8A50;&#x6B3A;&#xFF08;246&#x6761;&#xFF09;&#x304A;&#x3088;&#x3073;&#x6050;&#x559D;&#xFF08;249&#x6761;&#xFF09;&#x306B;&#x304A;&#x3044;&#x3066;&#x306F;&#x3001;1&#x9805;&#x3067;&#x8CA1;&#x7269;&#x304C;&#x3001;2&#x9805;&#x3067;&#x8CA1;&#x7523;&#x4E0A;&#x306E;&#x5229;&#x76CA;&#x304C;&#x305D;&#x308C;&#x305E;&#x308C;&#x4FDD;&#x8B77;&#x306E;&#x5BFE;&#x8C61;&#x3068;&#x3055;&#x308C;&#x3001;&#x3053;&#x306E;&#x610F;&#x5473;&#x3067;&#x306F;&#x8CA1;&#x7523;&#x306F;&#x5305;&#x62EC;&#x7684;&#x306B;&#x4FDD;&#x8B77;&#x3055;&#x308C;&#x3066;&#x3044;&#x308B;&#xFF08;&#x300C;&#x8CA1;&#x7523;&#x4E0A;&#x306E;&#x640D;&#x5BB3;&#x300D;&#x3092;&#x8981;&#x6C42;&#x3059;&#x308B;&#x306B;&#x904E;&#x304E;&#x306A;&#x3044;&#x80CC;&#x4EFB;&#xFF08;247&#x6761;&#xFF09;&#x306B;&#x304A;&#x3044;&#x3066;&#x3082;&#x540C;&#x69D8;&#x3067;&#x3042;&#x308B;&#xFF09;&#x3002;&#x3053;&#x308C;&#x306B;&#x5BFE;&#x3057;&#x3001;&#x7A83;&#x76D7;&#xFF08;235&#x6761;&#xFF09;&#x3001;&#x6A2A;&#x9818;&#xFF08;252&#x6761;&#x4EE5;&#x4E0B;&#xFF09;&#x3001;&#x8CCD;&#x7269;&#xFF08;256&#x6761;&#xFF09;&#x304A;&#x3088;&#x3073;&#x6BC0;&#x68C4;&#xFF08;258&#x6761;&#x4EE5;&#x4E0B;&#xFF09;&#x306B;&#x304A;&#x3044;&#x3066;&#x306F;&#x8CA1;&#x7269;&#xFF08;&#x6A2A;&#x9818;&#x7B49;&#x306B;&#x304A;&#x3051;&#x308B;&#x300C;&#x7269;&#x300D;&#x3082;&#x540C;&#x69D8;&#x3067;&#x3042;&#x308B;&#xFF09;&#x306E;&#x307F;&#x304C;&#x4FDD;&#x8B77;&#x3055;&#x308C;&#x3066;&#x3044;&#x308B;&#x3002;&#x5F37;&#x76D7;&#x3001;&#x8A50;&#x6B3A;&#x304A;&#x3088;&#x3073;&#x6050;&#x559D;&#x306B;&#x304A;&#x3044;&#x3066;&#x3082;&#x3001;1&#x9805;&#x3068;2&#x9805;&#x306E;&#x3044;&#x305A;&#x308C;&#x3092;&#x9069;&#x7528;&#x3059;&#x308B;&#x304B;&#x3092;&#x6C7A;&#x3059;&#x308B;&#x70B9;&#x306B;&#x304A;&#x3044;&#x3066;&#x8CA1;&#x7269;&#x306E;&#x610F;&#x7FA9;&#x306F;&#x554F;&#x984C;&#x3068;&#x306A;&#x308B;&#x304C;&#x3001;&#x7A83;&#x76D7;&#x3084;&#x6A2A;&#x9818;&#x7B49;&#x306B;&#x304A;&#x3044;&#x3066;&#x306F;&#x3001;&#x8CA1;&#x7269;&#x6982;&#x5FF5;&#x304C;&#x51E6;&#x7F70;&#x306E;&#x7BC4;&#x56F2;&#x3092;&#x6C7A;&#x5B9A;&#x3059;&#x308B;&#x3068;&#x3044;&#x3046;&#x70B9;&#x306B;&#x304A;&#x3044;&#x3066;&#x91CD;&#x8981;&#x306A;&#x610F;&#x5473;&#x3092;&#x6709;&#x3057;&#x3066;&#x3044;&#x308B;&#x306E;&#x3067;&#x3042;&#x308B;&#x3002;
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
&lt;/blockquote&gt;">*2</a></span>&#x304B;&#x3089;&#x3067;&#x3042;&#x308B;&#x3002;&#x3053;&#x3046;&#x3057;&#x305F;&#x4E8B;&#x614B;&#x3092;&#x53D7;&#x3051;&#x3066;&#x300C;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x7121;&#x6A29;&#x9650;&#x4F7F;&#x7528;&#x300D;&#x306B;&#x5211;&#x4E8B;&#x7F70;&#x3092;&#x79D1;&#x3059;&#x3079;&#x304D;&#x3067;&#x306F;&#x306A;&#x3044;&#x304B;&#x3068;&#x306E;&#x8B70;&#x8AD6;&#x304C;&#x6D3B;&#x767A;&#x3068;&#x306A;&#x3063;&#x305F;&#x3002;&#x5F53;&#x6642;&#x306E;&#x611F;&#x899A;&#x306B;&#x304A;&#x3044;&#x3066;&#x305D;&#x308C;&#x81EA;&#x4F53;&#x306F;&#x72AF;&#x7F6A;&#x3067;&#x306F;&#x306A;&#x304B;&#x3063;&#x305F;&#x306E;&#x3067;&#x3042;&#x308B;<span class="footnote"><a name="fm03" href="./20190211.html#f03" title="&#x5357;&#x90E8;&#x7BE4;&#x300C;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x30FB;&#x30CD;&#x30C3;&#x30C8;&#x30EF;&#x30FC;&#x30AF;&#x306B;&#x95A2;&#x9023;&#x3059;&#x308B;&#x72AF;&#x7F6A;&#x3068;&#x5211;&#x4E8B;&#x7ACB;&#x6CD5;&#xFF08;&#x4E00;&#xFF09;&#x300D;&#x65E5;&#x672C;&#x6CD5;&#x5B66;&#x7B2C;78&#x5DFB;&#x7B2C;2&#x53F7;&#xFF08;2012&#x5E74;9&#x6708;&#xFF09;84&#x9801;&#x4EE5;&#x4E0B;&#x3001;&#x540C;&#xFF08;&#x4E8C;&#xFF09;33&#x9801;&#x4EE5;&#x4E0B;&#x306F;&#x3001;&#x3053;&#x306E;&#x3053;&#x3068;&#x306B;&#x3064;&#x3044;&#x3066;&#x4EE5;&#x4E0B;&#x306E;&#x3088;&#x3046;&#x306B;&#x8FF0;&#x3079;&#x3066;&#x3044;&#x308B;&#x3002;&lt;blockquote&gt;
&lt;/p&gt;
&lt;p&gt;
&#x2460;1980&#x5E74;5&#x6708;&#x3001;&#x30DE;&#x30A4;&#x30B3;&#x30F3;&#x30FB;&#x30B7;&#x30E7;&#x30C3;&#x30D7;&#x306E;&#x5F93;&#x696D;&#x54E1;&#x304C;&#x3001;&#x5CA1;&#x5C71;&#x5927;&#x5B66;&#x52A9;&#x6559;&#x6388;&#x306E;&#x540C;&#x5927;&#x5B66;&#x8A08;&#x7B97;&#x6A5F;&#x30BB;&#x30F3;&#x30BF;&#x30FC;&#x767B;&#x9332;&#x756A;&#x53F7;&#xFF08;ID&#xFF09;&#x3068;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x3092;&#x5165;&#x624B;&#x3057;&#x3001;&#x3053;&#x308C;&#x3092;&#x7528;&#x3044;&#x3066;&#x6570;&#x30F6;&#x6708;&#x306E;&#x9593;&#x3001;&#x306E;&#x3079;45&#x6642;&#x9593;&#x306B;&#x308F;&#x305F;&#x308A;&#x96FB;&#x8A71;&#x56DE;&#x7DDA;&#x7D4C;&#x7531;&#x3067;&#x540C;&#x30BB;&#x30F3;&#x30BF;&#x30FC;&#x306E;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x306B;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x3057;&#x7121;&#x65AD;&#x3067;&#x4F7F;&#x7528;&#x3057;&#x3066;&#x3044;&#x305F;&#xFF08;&#x4F7F;&#x7528;&#x6599;&#x7D04;16&#x4E07;&#x5186;&#xFF09;&#x3053;&#x3068;&#x304C;&#x767A;&#x899A;&#x3057;&#x305F;&#x3002;&#x2461;1981&#x5E74;8&#x6708;&#x3001;&#x67D0;&#x516C;&#x56E3;&#x8077;&#x54E1;&#x3089;&#x304C;&#x3001;&#x5168;&#x56FD;&#x9AD8;&#x7B49;&#x5B66;&#x6821;&#x91CE;&#x7403;&#x9078;&#x624B;&#x6A29;&#x5927;&#x4F1A;&#x306E;&#x8A66;&#x5408;&#x306B;&#x95A2;&#x3057;&#x3066;&#x3001;&#x73FE;&#x91D1;&#x5408;&#x8A08;16&#x4E07;&#x5186;&#x4F59;&#x308A;&#x3092;&#x8CED;&#x3051;&#x3066;&#x3001;&#x3044;&#x308F;&#x3086;&#x308B;&#x300C;&#x91CE;&#x7403;&#x30C8;&#x30C8;&#x30AB;&#x30EB;&#x30C1;&#x30E7;&#x300D;&#x3068;&#x79F0;&#x3059;&#x308B;&#x8CED;&#x535A;&#x3092;&#x884C;&#x3044;&#x3001;&#x305D;&#x306E;&#x969B;&#x3001;&#x8CED;&#x3051;&#x91D1;&#x306E;&#x8A08;&#x7B97;&#x51E6;&#x7406;&#x3092;&#x884C;&#x3046;&#x7279;&#x5225;&#x306E;&#x30D7;&#x30ED;&#x30B0;&#x30E9;&#x30E0;&#x3092;&#x4F5C;&#x6210;&#x3057;&#x305F;&#x4E0A;&#x3001;&#x3069;&#x3046;&#x516C;&#x56E3;&#x306E;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x3092;&#x4E0D;&#x6B63;&#x306B;&#x4F7F;&#x7528;&#x3057;&#x3066;&#x3044;&#x305F;&#x3053;&#x3068;&#x304C;&#x767A;&#x899A;&#x3057;&#x305F;&#x3002;&#x3044;&#x305A;&#x308C;&#x3082;&#x3001;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x306E;&#x4E0D;&#x6B63;&#x4F7F;&#x7528;&#x306B;&#x3064;&#x3044;&#x3066;&#x306F;&#x9069;&#x7528;&#x6761;&#x6587;&#x3092;&#x6B20;&#x304F;&#x305F;&#x3081;&#x7ACB;&#x4EF6;&#x3055;&#x308C;&#x306A;&#x304B;&#x3063;&#x305F;&lt;sup&gt;&lt;small&gt;(53)&lt;/small&gt;&lt;/sup&gt;&#x3002;
&lt;/p&gt;
&lt;p&gt;
&#x3053;&#x306E;&#x3088;&#x3046;&#x306A;&#x5229;&#x7528;&#x6A29;&#x9650;&#x306E;&#x306A;&#x3044;&#x8005;&#x306B;&#x3088;&#x308B;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x306E;&#x4E0D;&#x6B63;&#x4F7F;&#x7528;&amp;#8212;&amp;#8212;&#x30DE;&#x30B7;&#x30F3;&#x30FB;&#x30BF;&#x30A4;&#x30E0;&#x306E;&#x76D7;&#x7528;&#x3068;&#x3082;&#x547C;&#x3070;&#x308C;&#x308B;&amp;#8212;&amp;#8212;&#x306F;&#x3001;&#x4E00;&#x53F0;&#x306E;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x3092;&#x4E26;&#x884C;&#x3057;&#x3066;&#x540C;&#x6642;&#x306B;&#x8907;&#x6570;&#x306E;&#x30E6;&#x30FC;&#x30B6;&#x304C;&#x5229;&#x7528;&#x3067;&#x304D;&#x308B;&#x30BF;&#x30A4;&#x30E0;&#x30FB;&#x30B7;&#x30A7;&#x30A2;&#x30EA;&#x30F3;&#x30B0;&#x51E6;&#x7406;&#x3092;&#x7528;&#x3044;&#x3066;&#x3001;&#x672C;&#x6765;&#x306E;&#x696D;&#x52D9;&#x3067;&#x7A3C;&#x50CD;&#x4E2D;&#x306E;&lt;strong&gt;&#x904B;&#x8EE2;&#x30B3;&#x30B9;&#x30C8;&#x306E;&#x9AD8;&#x984D;&#x306A;&#x30B7;&#x30B9;&#x30C6;&#x30E0;&#x3092;&#x3001;&#x4E0D;&#x6B63;&#x306B;&#x5BFE;&#x4FA1;&#x3092;&#x652F;&#x6255;&#x308F;&#x305A;&#x306B;&#x4F7F;&#x7528;&#x3059;&#x308B;&#x3053;&#x3068;&#x3068;&#x306A;&#x308B;&#x70B9;&#x3067;&#x3001;&#x3042;&#x308B;&#x7A2E;&#x306E;&#x300C;&#x5229;&#x76CA;&#x7A83;&#x76D7;&#x300D;&#x3068;&#x307F;&#x308B;&#x3053;&#x3068;&#x304C;&#x3067;&#x304D;&#x308B;&#x3002;&#x305D;&#x306E;&#x305F;&#x3081;&#x3001;&lt;/strong&gt;&#x767A;&#x899A;&#x3057;&#x305F;&#x4E8B;&#x6848;&#x306E;&#x3088;&#x3046;&#x306A;&#x5927;&#x578B;&#x306E;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x3067;&#x306A;&#x304F;&#x3068;&#x3082;&#x3001;&#x52E4;&#x52D9;&#x5148;&#x306E;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x3092;&#x79C1;&#x7684;&#x306A;&#x76EE;&#x7684;&#x3067;&#x4F7F;&#x7528;&#x3057;&#x305F;&#x308A;&#x3001;&#x5916;&#x90E8;&#x304B;&#x3089;&#x96FB;&#x8A71;&#x56DE;&#x7DDA;&#x7B49;&#x3092;&#x4ECB;&#x3057;&#x3066;&#x63A5;&#x7D9A;&#x3057;&#x3066;&#x4F7F;&#x7528;&#x3057;&#x305F;&#x308A;&#x3059;&#x308B;&#x884C;&#x70BA;&#x3082;&#x542B;&#x3081;&#x3066;&#x3001;&lt;strong&gt;&#x51E6;&#x7F70;&#x3059;&#x308B;&#x305F;&#x3081;&#x306E;&#x3044;&#x304B;&#x306A;&#x308B;&#x5211;&#x7F70;&#x6CD5;&#x4EE4;&#x3082;&#x5B58;&#x5728;&#x3057;&#x306A;&#x304B;&#x3063;&#x305F;&lt;/strong&gt;&#x306E;&#x3067;&#x3042;&#x308B;&#x3002;&#x3057;&#x304B;&#x3057;&#x3001;&#x3053;&#x306E;&#x300C;&#x7121;&#x6A29;&#x9650;&#x4F7F;&#x7528;&#x300D;&#x306E;&#x554F;&#x984C;&#x6027;&#x306F;&#x3001;&#x4ED6;&#x4EBA;&#x306E;&#x6240;&#x6709;&#x3059;&#x308B;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x3068;&#x3044;&#x3046;&#x91CD;&#x8981;&#x306A;&#x300C;&#x8CC7;&#x6E90;&#x300D;&#x3092;&#x7121;&#x65AD;&#x3067;&#x5229;&#x7528;&#x3059;&#x308B;&#x3053;&#x3068;&#x306B;&#x91CD;&#x70B9;&#x304C;&#x3042;&#x308B;&#x306E;&#x3067;&#x306F;&#x306A;&#x304F;&#x3001;&#x5229;&#x7528;&#x3059;&#x308B;&#x305F;&#x3081;&#x306B;&#x7121;&#x65AD;&#x3067;&#x30B7;&#x30B9;&#x30C6;&#x30E0;&#x306B;&#x4FB5;&#x5165;&#x3059;&#x308B;&#x3068;&#x3044;&#x3046;&#x5074;&#x9762;&#x306B;&#x3042;&#x3063;&#x305F;&#x3068;&#x3044;&#x3046;&#x3079;&#x304D;&#x3067;&#x3042;&#x308D;&#x3046;&lt;sup&gt;&lt;small&gt;(54)&lt;/small&gt;&lt;/sup&gt;&#x3002;
&lt;/p&gt;
&lt;p&gt;
&#x3059;&#x306A;&#x308F;&#x3061;&#x3001;&#x4E0A;&#x306E;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x306E;&#x7121;&#x6A29;&#x9650;&#x4F7F;&#x7528;&#x3084;&#x3001;&#x30C7;&#x30FC;&#x30BF;&#x306E;&#x4E0D;&#x6B63;&#x5165;&#x624B;&#x3001;&#x30C7;&#x30FC;&#x30BF;&#x30FB;&#x30D7;&#x30ED;&#x30B0;&#x30E9;&#x30E0;&#x306E;&#x6D88;&#x53BB;&#x3084;&#x6539;&#x3056;&#x3093;&#x306A;&#x3069;&#x306E;&#x591A;&#x304F;&#x306E;&#x4E0D;&#x6B63;&#x884C;&#x70BA;&#x306F;&#x3001;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x30FB;&#x30B7;&#x30B9;&#x30C6;&#x30E0;&#x3078;&#x306E;&#x4E0D;&#x6B63;&#x306A;&#x4FB5;&#x5165;&#xFF08;&#x7121;&#x6A29;&#x9650;&#x306E;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#xFF09;&#x3092;&#x624B;&#x6BB5;&#x306B;&#x884C;&#x308F;&#x308C;&#x308B;&#x306E;&#x3067;&#x3042;&#x308B;&#x304B;&#x3089;&#x3001;&#x72AF;&#x7F6A;&#x5316;&#x306E;&#x8981;&#x5426;&#x304C;&#x691C;&#x8A0E;&#x3055;&#x308C;&#x306A;&#x3051;&#x308C;&#x3070;&#x306A;&#x3089;&#x306A;&#x3044;&#x306E;&#x306F;&#x3001;&#x30CF;&#x30C3;&#x30AD;&#x30F3;&#x30B0;&#x306A;&#x3069;&#x306E;&#x4E0D;&#x6B63;&#x306A;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x884C;&#x70BA;&#x3068;&#x3044;&#x3046;&#x3053;&#x3068;&#x306B;&#x306A;&#x308B;&#x3002;&#xFF08;&#x7565;&#xFF09;
&lt;/p&gt;
&lt;p&gt;
&lt;cite&gt;&#x5357;&#x90E8;&#x7BE4;&#x300C;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x30FB;&#x30CD;&#x30C3;&#x30C8;&#x30EF;&#x30FC;&#x30AF;&#x306B;&#x95A2;&#x9023;&#x3059;&#x308B;&#x72AF;&#x7F6A;&#x3068;&#x5211;&#x4E8B;&#x7ACB;&#x6CD5;&#xFF08;&#x4E00;&#xFF09;&#x300D;&#x65E5;&#x672C;&#x6CD5;&#x5B66;&#x7B2C;78&#x5DFB;&#x7B2C;2&#x53F7;&#xFF08;2012&#x5E74;9&#x6708;&#xFF09;84&#x9801;&lt;/cite&gt;&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;/p&gt;
&lt;p&gt;
(1) &#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x7981;&#x6B62;&#x6CD5;&#x5236;&#x5B9A;&#x306E;&#x80CC;&#x666F;
&lt;/p&gt;
&lt;p&gt;
&#x3059;&#x3067;&#x306B;&#x898B;&#x305F;&#x3088;&#x3046;&#x306B;&#x3001;1987&#x5E74;&#x6539;&#x6B63;&#x306E;&#x969B;&#x3001;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x30FB;&#x30B7;&#x30B9;&#x30C6;&#x30E0;&#x3078;&#x306E;&#x4E0D;&#x6CD5;&#x4FB5;&#x5165;&#xFF08;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#xFF09;&#x884C;&#x70BA;&#x306B;&#x3064;&#x3044;&#x3066;&#x306F;&#x3001;&#x4ECA;&#x5F8C;&#x306E;&#x691C;&#x8A0E;&#x8AB2;&#x984C;&#x3068;&#x3057;&#x3066;&#x72AF;&#x7F6A;&#x5316;&#x304C;&#x898B;&#x9001;&#x3089;&#x308C;&#x305F;&#x7D4C;&#x7DEF;&#x304C;&#x3042;&#x308B;&#x3002;&#x305D;&#x3053;&#x3067;&#x306F;&#x3001;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x306F;&#x7D50;&#x5C40;&#x306E;&#x3068;&#x3053;&#x308D;&#x3001;&#x30C7;&#x30FC;&#x30BF;&#x306E;&#x4E0D;&#x6B63;&#x64CD;&#x4F5C;&#x30FB;&#x4E0D;&#x6B63;&#x5165;&#x624B;&#x3001;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x306E;&#x7121;&#x6A29;&#x9650;&#x4F7F;&#x7528;&#x30FB;&#x7834;&#x58CA;&#x3068;&#x3044;&#x3063;&#x305F;&#x8AF8;&#x985E;&#x578B;&#x306E;&#x4E88;&#x5099;&#x7684;&#x624B;&#x6BB5;&#x3067;&#x3042;&#x308A;&#x3001;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x306E;&#x60C5;&#x5831;&#x51E6;&#x7406;&#x6A5F;&#x80FD;&#x306B;&#x5BFE;&#x3059;&#x308B;&#x5B9F;&#x8CEA;&#x7684;&#x52A0;&#x5BB3;&#x3068;&#x306F;&#x5FC5;&#x305A;&#x3057;&#x3082;&#x8A00;&#x3048;&#x306A;&#x3044;&#x3068;&#x3044;&#x3046;&#x3053;&#x3068;&#x304C;&#x7406;&#x7531;&#x3068;&#x3055;&#x308C;&#x305F;&lt;sup&gt;&lt;small&gt;(74)&lt;/small&gt;&lt;/sup&gt;&#x3002;&#x5916;&#x90E8;&#x304B;&#x3089;&#x306E;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x3078;&#x306E;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x884C;&#x70BA;&#x304C;&#x7BA1;&#x7406;&#x3055;&#x308C;&#x3066;&#x3044;&#x308B;&#x72B6;&#x614B;&#x306F;&#x3001;&#x672A;&#x3060;&#x5211;&#x7F70;&#x7684;&#x4FDD;&#x8B77;&#x304C;&#x5FC5;&#x8981;&#x306A;&#x3082;&#x306E;&#x3068;&#x306F;&#x8A55;&#x4FA1;&#x3055;&#x308C;&#x306A;&#x304B;&#x3063;&#x305F;&#x306E;&#x3067;&#x3042;&#x308B;&#x3002;
&lt;/p&gt;
&lt;p&gt;
&#x3057;&#x304B;&#x3057;&#x3001;1990&#x5E74;&#x4EE3;&#x534A;&#x3070;&#x4EE5;&#x964D;&#x306E;&#x30A4;&#x30F3;&#x30BF;&#x30FC;&#x30CD;&#x30C3;&#x30C8;&#x306E;&#x6025;&#x6FC0;&#x306A;&#x666E;&#x53CA;&#x306B;&#x3088;&#x308A;&#x72B6;&#x6CC1;&#x306F;&#x4E00;&#x5909;&#x3059;&#x308B;&#x3002;&#xFF08;&#x7565;&#xFF09;
&lt;/p&gt;
&lt;p&gt;
1987&#x5E74;&#x6539;&#x6B63;&#x4EE5;&#x6765;&#x306E;&#x72B6;&#x6CC1;&#x306E;&#x5909;&#x5316;&#x304C;&#x3001;&#x30CD;&#x30C3;&#x30C8;&#x30EF;&#x30FC;&#x30AF;&#x5916;&#x90E8;&#x304B;&#x3089;&#x306E;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x3078;&#x306E;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x304C;&#x7BA1;&#x7406;&#x3055;&#x308C;&#x3066;&#x3044;&#x308B;&#x72B6;&#x614B;&#x81EA;&#x4F53;&#x3092;&#x5211;&#x7F70;&#x3067;&#x4FDD;&#x8B77;&#x3059;&#x3079;&#x304D;&#x3001;&#x3068;&#x306E;&#x8A8D;&#x8B58;&#x3092;&#x5C0E;&#x3044;&#x305F;&#x3068;&#x3044;&#x3063;&#x3066;&#x3082;&#x3088;&#x3044;&#x3002;&#x7121;&#x6A29;&#x9650;&#x306E;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x3092;&#x8CA1;&#x7523;&#x72AF;&#x7F6A;&#x7B49;&#x306E;&#x4E88;&#x5099;&#x7684;&#x306A;&#x884C;&#x70BA;&#x3068;&#x3059;&#x308B;&#x8A8D;&#x8B58;&lt;sup&gt;&lt;small&gt;(78)&lt;/small&gt;&lt;/sup&gt;&#x306F;&#x3001;&#x30CD;&#x30C3;&#x30C8;&#x30EF;&#x30FC;&#x30AF;&#x793E;&#x4F1A;&#x306E;&#x767A;&#x5C55;&#x6BB5;&#x968E;&#x304C;&#x3001;&#x9069;&#x6B63;&#x306A;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x30B3;&#x30F3;&#x30C8;&#x30ED;&#x30FC;&#x30EB;&#x304C;&#x53CA;&#x3093;&#x3067;&#x3044;&#x308B;&#x72B6;&#x614B;&#x81EA;&#x4F53;&#x306B;&#x5211;&#x7F70;&#x306B;&#x3088;&#x308B;&#x4FDD;&#x8B77;&#x306E;&#x5FC5;&#x8981;&#x6027;&#x3092;&#x8A8D;&#x3081;&#x308B;&#x307B;&#x3069;&#x306B;&#x9054;&#x3057;&#x3066;&#x3044;&#x306A;&#x304B;&#x3063;&#x305F;&#x304B;&#x3089;&#x306B;&#x307B;&#x304B;&#x306A;&#x3089;&#x306A;&#x3044;&#x3002;
&lt;/p&gt;
&lt;p&gt;
&lt;cite&gt;&#x5357;&#x90E8;&#x7BE4;&#x300C;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x30FB;&#x30CD;&#x30C3;&#x30C8;&#x30EF;&#x30FC;&#x30AF;&#x306B;&#x95A2;&#x9023;&#x3059;&#x308B;&#x72AF;&#x7F6A;&#x3068;&#x5211;&#x4E8B;&#x7ACB;&#x6CD5;&#xFF08;&#x4E8C;&#xFF09;&#x300D;&#x65E5;&#x672C;&#x6CD5;&#x5B66;&#x7B2C;78&#x5DFB;&#x7B2C;3&#x53F7;&#xFF08;2013&#x5E74;2&#x6708;&#xFF09;33&#x9801;&lt;/cite&gt;&lt;/blockquote&gt;">*3</a></span>&#x3002;&#x3057;&#x304B;&#x3057;&#x3001;&#x300C;&#x7121;&#x6A29;&#x9650;&#x300D;&#x3092;&#x3069;&#x3046;&#x753B;&#x5B9A;&#x3059;&#x308B;&#x304B;&#x304C;&#x96E3;&#x3057;&#x304F;&#x3001;&#x7D50;&#x5C40;&#x306F;&#x3001;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x5236;&#x5FA1;&#x6A5F;&#x80FD;&#xFF08;ID&#x30FB;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#xFF09;&#x306B;&#x3088;&#x308B;&#x5236;&#x9650;&#x3092;&#x4E57;&#x308A;&#x8D8A;&#x3048;&#x305F;&#x3089;&#x9055;&#x6CD5;&#x3068;&#x3059;&#x308B;&#x30A2;&#x30A4;&#x30C7;&#x30A2;&#x304C;&#x5B9F;&#x3092;&#x7D50;&#x3073;&#x3001;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x7981;&#x6B62;&#x6CD5;&#x306E;&#x5236;&#x5B9A;&#x3078;&#x3068;&#x5C55;&#x958B;&#x3057;&#x3066;&#x884C;&#x3063;&#x305F;&#x3002;
</p>
<p>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
&#x3064;&#x307E;&#x308A;&#x3001;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x7F6A;&#x306F;&#x300C;&#x4EBA;&#x5DE5;&#x7684;&#x306A;&#x300D;&#x72AF;&#x7F6A;&#x985E;&#x578B;&#x306A;&#x306E;&#x3067;&#x3042;&#x308B;<span class="footnote"><a name="fm04" href="./20190211.html#f04" title="&#x3053;&#x306E;&#x7F6A;&#x304C;&#x5211;&#x6CD5;&#x5178;&#x306B;&#x76DB;&#x308A;&#x8FBC;&#x307E;&#x308C;&#x305A;&#x3001;&#x8B66;&#x5BDF;&#x5E81;&#x30FB;&#x7DCF;&#x52D9;&#x7701;&#x30FB;&#x7D4C;&#x6E08;&#x7523;&#x696D;&#x7701;&#x304C;&#x6240;&#x7BA1;&#x3059;&#x308B;&#x884C;&#x653F;&#x5211;&#x6CD5;&#x306B;&#x3088;&#x3063;&#x3066;&#x5275;&#x8A2D;&#x3055;&#x308C;&#x305F;&#x3053;&#x3068;&#x306F;&#x3001;&#x69CB;&#x60F3;&#x524D;&#x6BB5;&#x968E;&#x306B;&#x304A;&#x3051;&#x308B;&#x8B70;&#x8AD6;&#x306B;&#x304A;&#x3044;&#x3066;&#x4EE5;&#x4E0B;&#x306E;&#x3088;&#x3046;&#x306B;&#x66F8;&#x304B;&#x308C;&#x3066;&#x3044;&#x305F;&#x70B9;&#x304C;&#x8208;&#x5473;&#x6DF1;&#x3044;&#x3002;
&lt;blockquote&gt;
&lt;/p&gt;
&lt;p&gt;
&#x60C5;&#x5831;&#x306E;&#x4E0D;&#x6B63;&#x53D6;&#x5F97;&#x3084;&#x6F0F;&#x793A;&#x3092;&#x72AF;&#x7F6A;&#x5316;&#x3059;&#x308B;&#x898F;&#x5B9A;&#x3092;&#x5211;&#x6CD5;&#x5178;&#x306E;&#x4E2D;&#x306B;&#x5165;&#x308C;&#x308B;&#x3053;&#x3068;&#x306B;&#x3064;&#x3044;&#x3066;&#x306F;&#x3001;&#x5916;&#x90E8;&#x306B;&#x5F37;&#x3044;&#x53CD;&#x5BFE;&#x304C;&#x3042;&#x308A;&#x3001;&#x53C8;&lt;strong&gt;&#x4EBA;&#x9593;&#x306E;&#x81EA;&#x7136;&#x7684;&#x306A;&#x53CD;&#x502B;&#x7406;&#x884C;&#x70BA;&#x3092;&#x57FA;&#x672C;&#x3068;&#x3057;&#x3066;&#x6CD5;&#x6587;&#x5316;&#x3057;&#x3066;&#x3044;&#x308B;&#x5211;&#x6CD5;&#x306E;&#x4E2D;&#x306B;&#x3001;&#x65B0;&#x3057;&#x3044;&#x793E;&#x4F1A;&#x73FE;&#x8C61;&#x3067;&#x3042;&#x308B;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x95A2;&#x9023;&#x72AF;&#x7F6A;&#x306E;&lt;/strong&gt;&#x3001;&#x3057;&#x304B;&#x3082;&#x4E00;&#x6628;&#x5E74;&#x306E;&#x5211;&#x6CD5;&#x6539;&#x6B63;&#x3067;&#x7A4D;&#x307F;&#x6B8B;&#x3055;&#x308C;&#x305F;&#x90E8;&#x5206;&#x306B;&#x95A2;&#x3059;&#x308B;&lt;strong&gt;&#x898F;&#x5B9A;&#x3092;&#x5165;&#x308C;&#x308B;&#x3053;&#x3068;&#x306B;&#x3064;&#x3044;&#x3066;&#x306F;&#x5FC3;&#x7406;&#x7684;&#x306A;&#x62B5;&#x6297;&#x611F;&#x3082;&#x3042;&#x3063;&#x3066;&lt;/strong&gt;&#x3001;&#x5F53;&#x59D4;&#x54E1;&#x4F1A;&#x3067;&#x5211;&#x6CD5;&#x6539;&#x6B63;&#x306E;&#x63D0;&#x6848;&#x3092;&#x3057;&#x3066;&#x3082;&#x3001;&#x6CD5;&#x52D9;&#x7701;&#x306F;&#x7A4D;&#x6975;&#x7684;&#x306B;&#x53D6;&#x308A;&#x8FBC;&#x3082;&#x3046;&#x3068;&#x3057;&#x306A;&#x3044;&#x306E;&#x3067;&#x306F;&#x306A;&#x3044;&#x304B;&#x3002;
&lt;/p&gt;
&lt;p&gt;
&lt;cite&gt;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x60C5;&#x5831;&#x306E;&#x4E0D;&#x6B63;&#x53D6;&#x5F97;&#x30FB;&#x6F0F;&#x793A;&#x306B;&#x95A2;&#x3059;&#x308B;&#x6CD5;&#x5236;&#x7684;&#x5BFE;&#x5FDC;&amp;#8212;&amp;#8212;&#x691C;&#x8A0E;&#x904E;&#x7A0B;&#x306E;&#x4E2D;&#x9593;&#x5831;&#x544A;&amp;#8212;&amp;#8212;, &#x60C5;&#x5831;&#x30BB;&#x30AD;&#x30E5;&#x30EA;&#x30C6;&#x30A3;&#x3068;&#x6CD5;&#x5236;&#x5EA6;&#x8ABF;&#x67FB;&#x7814;&#x7A76;&#x59D4;&#x54E1;&#x4F1A;&#x30EC;&#x30DD;&#x30FC;&#x30C8;, &#x65E5;&#x672C;&#x60C5;&#x5831;&#x51E6;&#x7406;&#x958B;&#x767A;&#x5354;&#x4F1A;&#xFF08;1991&#x5E74;3&#x6708;&#xFF09;&lt;/cite&gt;
&lt;/blockquote&gt;">*4</a></span>&#x3002;&#x3053;&#x306E;&#x3053;&#x3068;&#x306F;&#x3001;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x7981;&#x6B62;&#x6CD5;&#x306E;&#x7ACB;&#x6848;&#x62C5;&#x5F53;&#x8005;&#x3089;&#x306B;&#x3088;&#x308B;&#x9010;&#x6761;&#x89E3;&#x8AAC;&#x66F8;&#x306B;&#x304A;&#x3044;&#x3066;&#x3082;&#x3001;&#x6B21;&#x306E;&#x3088;&#x3046;&#x306B;&#x8AAC;&#x660E;&#x3055;&#x308C;&#x3066;&#x3044;&#x308B;&#x3002;
</p>
<p>
<blockquote id="quote2">
</blockquote></p>
<p>
<b>&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x884C;&#x70BA;&#x306E;&#x7981;&#x6B62;&#x3001;&#x51E6;&#x7F70;&#x306E;&#x6CD5;&#x5F62;&#x5F0F;&#x306B;&#x3064;&#x3044;&#x3066;</b>
</p>
<p>
&#x7279;&#x5B9A;&#x306E;&#x884C;&#x70BA;&#x3092;&#x51E6;&#x7F70;&#x3059;&#x308B;&#x3053;&#x3068;&#x3068;&#x3059;&#x308B;&#x5834;&#x5408;&#x3001;&#x305D;&#x306E;&#x6CD5;&#x5F62;&#x5F0F;&#x3068;&#x3057;&#x3066;&#x306F;&#x3001;&#x300C;&#x3007;&#x3007;&#x3057;&#x305F;&#x8005;&#x306F;&#x3001;&#x3007;&#x5E74;&#x4EE5;&#x4E0B;&#x306E;&#x61F2;&#x5F79;&#x53C8;&#x306F;&#x3007;&#x4E07;&#x5186;&#x4EE5;&#x4E0B;&#x306E;&#x7F70;&#x91D1;&#x306B;&#x51E6;&#x3059;&#x308B;&#x300D;&#x3068;&#x3044;&#x3046;&#x3088;&#x3046;&#x306B;&#x7279;&#x5B9A;&#x306E;&#x884C;&#x70BA;&#x3092;&#x3057;&#x305F;&#x3082;&#x306E;&#x3092;&#x51E6;&#x7F70;&#x3059;&#x308B;&#x65E8;&#x898F;&#x5B9A;&#x3059;&#x308B;&#x3082;&#x306E;&#x3068;&#x3001;&#x7279;&#x5B9A;&#x306E;&#x884C;&#x70BA;&#x306B;&#x3064;&#x3044;&#x3066;&#x4E00;&#x5B9A;&#x306E;&#x4F5C;&#x70BA;&#x53C8;&#x306F;&#x4E0D;&#x4F5C;&#x70BA;&#x306E;&#x7FA9;&#x52D9;&#x3092;&#x8AB2;&#x3057;&#x305F;&#x4E0A;&#x3067;&#x305D;&#x306E;&#x7FA9;&#x52D9;&#x306B;&#x9055;&#x53CD;&#x3057;&#x305F;&#x8005;&#x53C8;&#x306F;&#x7FA9;&#x52D9;&#x306B;&#x9055;&#x53CD;&#x3057;&#x3066;&#x4E00;&#x5B9A;&#x306E;&#x884C;&#x70BA;&#x3092;&#x3057;&#x305F;&#x8005;&#x306B;&#x5BFE;&#x3057;&#x3066;&#x4E00;&#x5B9A;&#x306E;&#x5211;&#x3092;&#x79D1;&#x3059;&#x65E8;&#x898F;&#x5B9A;&#x3059;&#x308B;&#x3082;&#x306E;&#x3068;&#x304C;&#x3042;&#x308B;&#x3002;&#x5225;&#x306E;&#x8A00;&#x3044;&#x65B9;&#x3092;&#x3059;&#x308C;&#x3070;&#x3001;&#x72AF;&#x7F6A;&#x306E;&#x69CB;&#x6210;&#x8981;&#x4EF6;&#x3092;&#x8868;&#x793A;&#x3059;&#x308B;&#x65B9;&#x6CD5;&#x3068;&#x3057;&#x3066;&#x3001;&#x4E21;&#x8005;&#x306E;&#x65B9;&#x6CD5;&#x304C;&#x3042;&#x308B;&#x3053;&#x3068;&#x306B;&#x306A;&#x308B;&#x3002;&#x524D;&#x8005;&#x306F;&#x3001;&#x5211;&#x6CD5;&#x7B2C;&#x4E8C;&#x7BC7;&#x306B;&#x5B9A;&#x3081;&#x3089;&#x308C;&#x3066;&#x3044;&#x308B;&#x3044;&#x308F;&#x3086;&#x308B;&#x5211;&#x6CD5;&#x72AF;&#x304C;&#x305D;&#x306E;&#x5178;&#x578B;&#x3067;&#x3042;&#x308A;&#x3001;&#x305D;&#x306E;&#x4ED6;&#x3001;&#x706B;&#x708E;&#x3073;&#x3093;&#x306E;&#x51E6;&#x7F70;&#x7B49;&#x306B;&#x95A2;&#x3059;&#x308B;&#x6CD5;&#x5F8B;&#x3001;&#x822A;&#x7A7A;&#x6A5F;&#x306E;&#x5F37;&#x596A;&#x7B49;&#x306E;&#x51E6;&#x7F70;&#x306B;&#x95A2;&#x3059;&#x308B;&#x6CD5;&#x5F8B;&#x7B49;&#x306E;&#x51E6;&#x7F70;&#x6CD5;&#x4EE4;&#x306B;&#x307F;&#x3089;&#x308C;&#x308B;&#x3068;&#x3053;&#x308D;&#x3067;&#x3042;&#x308B;&#x3002;&#x5F8C;&#x8005;&#x306F;&#x3001;&#x4E00;&#x822C;&#x306E;&#x884C;&#x653F;&#x6CD5;&#x898F;&#x306B;&#x901A;&#x5E38;&#x307F;&#x3089;&#x308C;&#x308B;&#x5F62;&#x614B;&#x3067;&#x3042;&#x308B;&#xFF08;&#x6CE8;&#x4E8C;&#xFF09;&#x3002;
</p>
<p>
&#x4E21;&#x8005;&#x306E;&#x533A;&#x5206;&#x306B;&#x3064;&#x3044;&#x3066;&#x306F;&#x3001;&#x73FE;&#x884C;&#x6CD5;&#x4E0A;&#x5FC5;&#x305A;&#x3057;&#x3082;&#x660E;&#x3089;&#x304B;&#x3067;&#x3042;&#x308B;&#x3068;&#x306F;&#x8A00;&#x3044;&#x96E3;&#x3044;&#x304C;&#x3001;<strong>&#x524D;&#x8005;&#x306F;&#x3044;&#x308F;&#x3086;&#x308B;&#x81EA;&#x7136;&#x72AF;&#xFF08;&#x5211;&#x4E8B;&#x72AF;&#xFF09;&#x3092;&#x3001;&#x5F8C;&#x8005;&#x306F;&#x3044;&#x308F;&#x3086;&#x308B;&#x6CD5;&#x5B9A;&#x72AF;&#xFF08;&#x884C;&#x653F;&#x72AF;&#xFF09;&#x3092;&#x8868;&#x3059;&#x3068;&#x3044;&#x308F;&#x308C;&#x3066;&#x3044;&#x308B;</strong>&#x3002;&#x3053;&#x308C;&#x306F;&#x3001;&#x3044;&#x308F;&#x3086;&#x308B;&#x81EA;&#x7136;&#x72AF;&#x306F;&#x884C;&#x70BA;&#x305D;&#x308C;&#x81EA;&#x4F53;&#x304C;&#x6CD5;&#x4EE4;&#x3067;&#x5B9A;&#x3081;&#x308B;&#x307E;&#x3067;&#x3082;&#x306A;&#x304F;&#x793E;&#x4F1A;&#x7684;&#x306B;&#x60AA;&#x3068;&#x3055;&#x308C;&#x308B;&#x884C;&#x70BA;&#x3067;&#x3042;&#x308A;&#x3001;&#x6CD5;&#x4EE4;&#x306B;&#x304A;&#x3044;&#x3066;&#x306F;&#x3001;&#x7279;&#x306B;&#x305D;&#x306E;&#x884C;&#x70BA;&#x3092;&#x3057;&#x306A;&#x3044;&#x3088;&#x3046;&#x306B;&#x547D;&#x305A;&#x308B;&#x307E;&#x3067;&#x3082;&#x306A;&#x304F;&#x3001;&#x305D;&#x306E;&#x884C;&#x70BA;&#x3092;&#x51E6;&#x7F70;&#x3059;&#x308B;&#x898F;&#x5B9A;&#x3092;&#x8A2D;&#x3051;&#x308C;&#x3070;&#x8DB3;&#x308A;&#x308B;&#x3082;&#x306E;&#x3067;&#x3042;&#x308A;&#x3001;&#x4ED6;&#x65B9;&#x3001;&#x6CD5;&#x5B9A;&#x72AF;&#x306F;&#x884C;&#x70BA;&#x305D;&#x308C;&#x81EA;&#x4F53;&#x306E;&#x5F53;&#x7F70;&#x6027;&#x306F;&#x6CD5;&#x4EE4;&#x306E;&#x898F;&#x5B9A;&#x306B;&#x3088;&#x308B;&#x7FA9;&#x52D9;&#x5C65;&#x884C;&#x9055;&#x53CD;&#x306B;&#x6C42;&#x3081;&#x3089;&#x308C;&#x308B;&#x305F;&#x3081;&#x3001;&#x6CD5;&#x4EE4;&#x306B;&#x304A;&#x3044;&#x3066;&#x306F;&#x3001;&#x7FA9;&#x52D9;&#x3092;&#x8AB2;&#x3059;&#x898F;&#x5B9A;&#x3068;&#x7FA9;&#x52D9;&#x9055;&#x53CD;&#x3092;&#x51E6;&#x7F70;&#x3059;&#x308B;&#x898F;&#x5B9A;&#x3068;&#x3092;&#x8A2D;&#x3051;&#x308B;&#x3053;&#x3068;&#x304C;&#x5FC5;&#x8981;&#x3067;&#x3042;&#x308B;&#x3068;&#x306E;&#x7406;&#x89E3;&#x306B;&#x57FA;&#x3065;&#x304F;&#x3082;&#x306E;&#x3067;&#x3042;&#x308B;&#x3068;&#x8003;&#x3048;&#x3089;&#x308C;&#x308B;&#x3002;
</p>
<p>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
&#x3053;&#x306E;&#x3088;&#x3046;&#x306B;&#x89E3;&#x3059;&#x308B;&#x5834;&#x5408;&#x3001;<strong>&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x884C;&#x70BA;&#x306B;&#x3064;&#x3044;&#x3066;&#x306F;</strong>&#x3001;&#x51E6;&#x7F70;&#x3059;&#x308B;&#x3053;&#x3068;&#x3068;&#x3059;&#x308B;&#x3053;&#x3068;&#x304C;&#x9069;&#x5F53;&#x306A;&#x884C;&#x70BA;&#x3067;&#x3042;&#x308B;&#x3068;&#x8A8D;&#x3081;&#x3089;&#x308B;&#x306B;&#x3057;&#x3066;&#x3082;&#xFF08;&#x7565;&#xFF09;&#x3001;<strong>&#x524D;&#x6CD5;&#x5F8B;&#x7684;&#x306B;&#x53CD;&#x898F;&#x7BC4;&#x6027;&#x3092;&#x6709;&#x3059;&#x308B;&#x884C;&#x70BA;&#x3067;&#x3042;&#x308B;&#x3068;&#x307E;&#x3067;&#x306F;&#x3044;&#x3048;&#x306A;&#x3044;&#x3068;&#x8003;&#x3048;&#x3089;&#x308C;&#x308B;</strong>&#x3002;<strong>&#x305D;&#x3053;&#x3067;&#x3001;&#x672C;&#x6CD5;&#x306B;&#x304A;&#x3044;&#x3066;&#x306F;</strong>&#x3001;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x884C;&#x70BA;&#x306E;&#x51E6;&#x7F70;&#x306B;&#x3064;&#x3044;&#x3066;&#x306F;&#x3001;&#x72AF;&#x7F6A;&#x306E;&#x9632;&#x6B62;&#x53CA;&#x3073;&#x96FB;&#x6C17;&#x901A;&#x4FE1;&#x306E;&#x7DAD;&#x6301;<span class="footnote"><a name="fm05" href="./20190211.html#f05" title="&#x539F;&#x6587;&#x30DE;&#x30DE;&#x3002;&#x540C;&#x66F8;&#x7B2C;2&#x7248;&#xFF08;&#x7ACB;&#x82B1;&#x66F8;&#x623F;, 2012&#x5E74;7&#x6708;&#xFF09;&#x3067;&#x306F;&#x3001;&#x300C;&#x96FB;&#x6C17;&#x901A;&#x4FE1;&#x306B;&#x95A2;&#x3059;&#x308B;&#x79E9;&#x5E8F;&#x306E;&#x7DAD;&#x6301;&#x300D;&#xFF08;78&#x9801;&#xFF09;&#x306B;&#x4FEE;&#x6B63;&#x3055;&#x308C;&#x3066;&#x3044;&#x305F;&#x3002;">*5</a></span>&#x3068;&#x3044;&#x3046;&#x672C;&#x6CD5;&#x306E;&#x76EE;&#x7684;&#x3092;&#x9054;&#x6210;&#x3059;&#x308B;&#x305F;&#x3081;&#x306B;&#x3001;&#x672C;&#x6761;&#x7B2C;&#x4E00;&#x9805;&#x306B;&#x304A;&#x3044;&#x3066;<strong>&#x300C;&#x4F55;&#x4EBA;&#x3082;&#x3001;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x884C;&#x70BA;&#x3092;&#x3057;&#x3066;&#x306F;&#x306A;&#x3089;&#x306A;&#x3044;&#x300D;&#x3068;&#x306E;&#x898F;&#x5B9A;&#x3092;&#x7F6E;&#x3044;&#x305F;&#x4E0A;&#x3067;</strong>&#x3001;&#x7B2C;&#x516B;&#x6761;&#x3067;&#x540C;&#x9805;&#x306E;&#x898F;&#x5B9A;&#x306B;&#x9055;&#x53CD;&#x3057;&#x305F;&#x8005;&#x3092;&#x51E6;&#x7F70;&#x3059;&#x308B;&#x65E8;&#x306E;&#x898F;&#x5B9A;&#x3092;&#x7F6E;&#x304F;&#x3053;&#x3068;&#x3068;&#x3057;&#x3001;<strong>&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x7F6A;&#x304C;&#x6CD5;&#x5B9A;&#x72AF;&#xFF08;&#x884C;&#x653F;&#x72AF;&#xFF09;&#x3067;&#x3042;&#x308B;&#x3053;&#x3068;&#x3092;&#x660E;&#x3089;&#x304B;&#x306B;&#x3057;&#x305F;&#x3068;&#x3053;&#x308D;</strong>&#x3067;&#x3042;&#x308B;&#x3002;
</p>
<p>
<cite>&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x5BFE;&#x7B56;&#x6CD5;&#x5236;&#x7814;&#x7A76;&#x4F1A;&#x7DE8;&#x8457;&#x300C;&#x9010;&#x6761; &#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x884C;&#x70BA;&#x306E;&#x7981;&#x6B62;&#x7B49;&#x306B;&#x95A2;&#x3059;&#x308B;&#x6CD5;&#x5F8B;&#x3014;&#x88DC;&#x8A02;&#x3015;&#x300D;&#xFF08;&#x7ACB;&#x82B1;&#x66F8;&#x623F;, 2001&#x5E74;10&#x6708;&#xFF09;68&#x9801;</cite>
</p>
<p>
&#x3053;&#x306E;&#x3088;&#x3046;&#x306B;&#x3001;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x884C;&#x70BA;&#x306F;&#x3001;&#x884C;&#x653F;&#x7684;&#x306B;&#x7981;&#x6B62;&#x3055;&#x308C;&#x3066;&#x3044;&#x308B;&#x30EB;&#x30FC;&#x30EB;&#x306B;&#x3059;&#x304E;&#x305A;&#x3001;&#x300C;&#x524D;&#x6CD5;&#x5F8B;&#x7684;&#x306B;&#x53CD;&#x898F;&#x7BC4;&#x6027;&#x3092;&#x6709;&#x3059;&#x308B;&#x884C;&#x70BA;&#x3067;&#x3042;&#x308B;&#x3068;&#x307E;&#x3067;&#x306F;&#x3044;&#x3048;&#x306A;&#x3044;&#x300D;&#x3082;&#x306E;&#x306A;&#x306E;&#x3067;&#x3042;&#x308B;&#x3002;&#x3053;&#x306E;&#x6CD5;&#x5F8B;&#x306E;&#x984C;&#x540D;&#x304C;&#x300C;&#x3007;&#x3007;&#x7981;&#x6B62;&#x6CD5;&#x300D;&#x3068;&#x306A;&#x3063;&#x3066;&#x3044;&#x308B;&#xFF08;&#x300C;&#x9632;&#x6B62;&#x6CD5;&#x300D;&#x3068;&#x547C;&#x3073;&#x9593;&#x9055;&#x3048;&#x3089;&#x308C;&#x308B;&#x3053;&#x3068;&#x304C;&#x591A;&#x3044;&#x304C;&#xFF09;&#x3053;&#x3068;&#x304C;&#x305D;&#x306E;&#x3053;&#x3068;&#x3092;&#x7AEF;&#x7684;&#x306B;&#x8868;&#x3057;&#x3066;&#x3044;&#x308B;&#x3002;
</p>
<p>
&#x3068;&#x3053;&#x308D;&#x304C;&#x3001;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x7981;&#x6B62;&#x6CD5;&#x304C;&#x904B;&#x7528;&#x3055;&#x308C;&#x3066;20&#x5E74;&#x8FD1;&#x304F;&#x304C;&#x7D4C;&#x3061;&#x3001;&#x4EBA;&#x3005;&#x306E;&#x9593;&#x306B;&#x300C;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x306E;&#x7121;&#x6A29;&#x9650;&#x4F7F;&#x7528;&#x306F;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x72AF;&#x7F6A;&#x3060;&#x300D;&#x3068;&#x306E;&#x8AA4;&#x89E3;&#x304C;&#x751F;&#x3058;&#x3066;&#x3044;&#x308B;&#x3088;&#x3046;&#x306B;&#x601D;&#x308F;&#x308C;&#x308B;&#x3002;&#x3057;&#x304B;&#x3057;&#x3001;&#x73FE;&#x5728;&#x3082;&#x3001;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x306E;&#x7121;&#x6A29;&#x9650;&#x4F7F;&#x7528;&#x81EA;&#x4F53;&#x306F;&#x4E0D;&#x53EF;&#x7F70;&#x3067;&#x3042;&#x308A;&#x3001;&#x305D;&#x3053;&#x3068;&#x306F;&#x3001;&#x3053;&#x306E;&#x89E3;&#x8AAC;&#x66F8;&#x3067;&#x3082;&#x4EE5;&#x4E0B;&#x306E;&#x3088;&#x3046;&#x306B;&#x8AAC;&#x660E;&#x3055;&#x308C;&#x3066;&#x3044;&#x308B;&#x3002;
</p>
<p>
<blockquote id="quote3">
</blockquote></p>
<p>
1987&#xFF08;&#x662D;&#x548C;62&#xFF09;&#x5E74;&#x3001;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x306E;&#x666E;&#x53CA;&#x306B;&#x4F34;&#x3044;&#x3001;&#x96FB;&#x5B50;&#x60C5;&#x5831;&#x51E6;&#x7406;&#x7D44;&#x7E54;&#x3092;&#x3081;&#x3050;&#x308B;&#x4E0D;&#x6B63;&#x884C;&#x70BA;&#x304C;&#x6B21;&#x7B2C;&#x306B;&#x5897;&#x52A0;&#x3057;&#x3064;&#x3064;&#x3042;&#x3063;&#x305F;&#x3053;&#x3068;&#x304B;&#x3089;&#x3001;&#x3053;&#x306E;&#x7A2E;&#x306E;&#x4E0D;&#x6B63;&#x884C;&#x70BA;&#x306B;&#x5BFE;&#x5FDC;&#x3059;&#x308B;&#x305F;&#x3081;&#x3001;&#x5DEE;&#x3057;&#x5F53;&#x305F;&#x3063;&#x3066;&#x7ACB;&#x6CD5;&#x7684;&#x624B;&#x5F53;&#x3092;&#x8981;&#x3059;&#x308B;&#x3068;&#x601D;&#x308F;&#x308C;&#x308B;&#x8AF8;&#x70B9;&#x306B;&#x3064;&#x3044;&#x3066;&#x3001;&#x5211;&#x6CD5;&#x306B;&#x6240;&#x7528;&#x306E;&#x51E6;&#x7F70;&#x898F;&#x5B9A;&#x304C;&#x65B0;&#x8A2D;&#x3055;&#x308C;&#x305F;&#x3002;&#x305D;&#x306E;&#x5211;&#x6CD5;&#x306E;&#x4E00;&#x90E8;&#x6539;&#x6B63;&#x306B;&#x969B;&#x3057;&#x3001;&#x6CD5;&#x5236;&#x5BE9;&#x8B70;&#x4F1A;&#x3067;&#x306F;&#x3001;&#x2460;&#x96FB;&#x78C1;&#x7684;&#x8A18;&#x9332;&#x306E;&#x6539;&#x3056;&#x3093;&#xFF08;&#x7565;&#xFF09;&#x3001;&#x2461;&#x96FB;&#x5B50;&#x60C5;&#x5831;&#x51E6;&#x7406;&#x7D44;&#x7E54;&#x306B;&#x5BFE;&#x3059;&#x308B;&#x52A0;&#x5BB3;&#x3092;&#x624B;&#x6BB5;&#x3068;&#x3059;&#x308B;&#x696D;&#x52D9;&#x59A8;&#x5BB3;&#x884C;&#x70BA;&#xFF08;&#x7565;&#xFF09;&#x3001;&#x2462;&#x96FB;&#x5B50;&#x8A08;&#x7B97;&#x6A5F;&#x306B;&#x3088;&#x308B;&#x60C5;&#x5831;&#x51E6;&#x7406;&#x306B;&#x3088;&#x3063;&#x3066;&#x3001;&#x53D6;&#x5F15;&#x306E;&#x6C7A;&#x6E08;&#x3001;&#x8CC7;&#x91D1;&#x79FB;&#x52D5;&#x7B49;&#x304C;&#x884C;&#x308F;&#x308C;&#x308B;&#x30B7;&#x30B9;&#x30C6;&#x30E0;&#x3092;&#x5229;&#x7528;&#x3057;&#x305F;&#x8CA1;&#x7523;&#x5229;&#x5F97;&#x884C;&#x70BA;&#xFF08;&#x7565;&#xFF09;&#x3001;&#x2463;&#x96FB;&#x5B50;&#x60C5;&#x5831;&#x51E6;&#x7406;&#x7D44;&#x7E54;&#x306B;&#x3088;&#x308A;&#x51E6;&#x7406;&#x53CA;&#x3073;&#x4FDD;&#x5B58;&#x3055;&#x308C;&#x308B;&#x60C5;&#x5831;&#x306E;&#x4E0D;&#x6B63;&#x5165;&#x624B;&#x53C8;&#x306F;&#x6F0F;&#x793A;&#x3092;&#x51E6;&#x7F70;&#x306E;&#x5BFE;&#x8C61;&#x3068;&#x3059;&#x308B;&#x898F;&#x5B9A;&#x3092;&#x8A2D;&#x3051;&#x308B;&#x5FC5;&#x8981;&#x306F;&#x306A;&#x3044;&#x304B;&#x3001;&#x2464;<strong>&#x6A29;&#x9650;&#x306A;&#x304F;&#x4ED6;&#x4EBA;&#x306E;&#x96FB;&#x5B50;&#x60C5;&#x5831;&#x51E6;&#x7406;&#x7D44;&#x7E54;&#x3092;&#x5229;&#x7528;&#x3059;&#x308B;&#x884C;&#x70BA;&#x3092;&#x51E6;&#x7F70;&#x306E;&#x5BFE;&#x8C61;&#x3068;&#x3059;&#x308B;&#x898F;&#x5B9A;&#x3092;&#x8A2D;&#x3051;&#x308B;&#x5FC5;&#x8981;&#x306F;&#x306A;&#x3044;&#x304B;</strong>&#x306E;5&#x3064;&#x306E;&#x554F;&#x984C;&#x3092;&#x4E2D;&#x5FC3;&#x306B;&#x5BE9;&#x8B70;&#x304C;&#x884C;&#x308F;&#x308C;&#x305F;&#x7D4C;&#x7DEF;&#x304C;&#x3042;&#x308B;&#x3002;
</p>
<p>
&#x3053;&#x306E;5&#x3064;&#x306E;&#x554F;&#x984C;&#x306E;&#x3046;&#x3061;&#x3001;&#x524D;&#x4E09;&#x8005;&#x306B;&#x3064;&#x3044;&#x3066;&#x306F;&#x3001;&#x5F93;&#x6765;&#x306E;&#x5211;&#x6CD5;&#x306E;&#x8AF8;&#x898F;&#x5B9A;&#x306B;&#x3088;&#x308A;&#xFF08;&#x4E2D;&#x7565;&#xFF09;&#x3053;&#x3068;&#x304B;&#x3089;&#x3001;&#x7DCA;&#x6025;&#x306B;&#x5211;&#x6CD5;&#x306E;&#x4E00;&#x90E8;&#x6539;&#x6B63;&#x306B;&#x3088;&#x308A;&#x7F70;&#x5247;&#x3092;&#x6574;&#x5099;&#x3059;&#x308B;&#x5FC5;&#x8981;&#x304C;&#x3042;&#x308B;&#x3068;&#x3055;&#x308C;&#x305F;&#x3002;
</p>
<p>
&#x3053;&#x308C;&#x306B;&#x5BFE;&#x3057;&#x3001;&#x5F8C;&#x4E8C;&#x8005;&#x306E;&#x3046;&#x3061;&#x3001;&#x60C5;&#x5831;&#x306E;&#x4E0D;&#x6B63;&#x5165;&#x624B;&#x53CA;&#x3073;&#x6F0F;&#x793A;&#x306E;&#x554F;&#x984C;&#x306B;&#x95A2;&#x3057;&#x3066;&#x306F;&#x3001;&#xFF08;&#x4E2D;&#x7565;&#xFF09;&#x66F4;&#x306B;&#x8AF8;&#x822C;&#x306E;&#x89D2;&#x5EA6;&#x304B;&#x3089;&#x691C;&#x8A0E;&#x3092;&#x91CD;&#x306D;&#x308B;&#x5FC5;&#x8981;&#x306E;&#x3042;&#x308B;&#x591A;&#x304F;&#x306E;&#x554F;&#x984C;&#x304C;&#x5B58;&#x3059;&#x308B;&#x3068;&#x3057;&#x3066;&#x3001;&#x307E;&#x305F;&#x3001;<strong>&#x3044;&#x308F;&#x3086;&#x308B;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x306E;&#x7121;&#x6A29;&#x9650;&#x4F7F;&#x7528;&#x306B;&#x5BFE;&#x3059;&#x308B;&#x7F70;&#x5247;&#x306E;&#x8981;&#x5426;&#x306B;&#x95A2;&#x3057;&#x3066;&#x306F;&#x3001;&#x5211;&#x6CD5;&#x304C;&#x3001;&#x8CA1;&#x7269;&#x306E;&#x5360;&#x6709;&#x79FB;&#x8EE2;&#x3084;&#x4EBA;&#x306B;&#x5BFE;&#x3059;&#x308B;&#x52A0;&#x5BB3;&#x3092;&#x4F34;&#x308F;&#x306A;&#x3044;&#x7121;&#x6A29;&#x9650;&#x4F7F;&#x7528;&#x81EA;&#x4F53;&#x3092;&#x51E6;&#x7F70;&#x306E;&#x5BFE;&#x8C61;&#x3068;&#x3057;&#x3066;&#x3044;&#x306A;&#x3044;&#x3053;&#x3068;&#x304B;&#x3089;</strong>&#x3001;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x4EE5;&#x5916;&#x306E;&#x6A5F;&#x5668;&#x3001;&#x30B7;&#x30B9;&#x30C6;&#x30E0;&#x306E;&#x53D6;&#x6271;&#x3044;&#x3068;&#x306E;&#x5747;&#x8861;&#x3092;&#x8003;&#x616E;&#x3059;&#x308B;&#x3068;&#x3068;&#x3082;&#x306B;&#x3001;&#x3069;&#x306E;&#x3088;&#x3046;&#x306A;&#x89B3;&#x70B9;&#x304B;&#x3089;&#x51E6;&#x7F70;&#x306E;&#x6839;&#x62E0;&#x3001;&#x9055;&#x6CD5;&#x6027;&#x306E;&#x5B9F;&#x8CEA;&#x3092;&#x3068;&#x3089;&#x3048;&#x308B;&#x3079;&#x304D;&#x304B;&#x306B;&#x3064;&#x3044;&#x3066;&#x3001;&#x4ECA;&#x5F8C;&#x306A;&#x304A;&#x8AF8;&#x822C;&#x306E;&#x89D2;&#x5EA6;&#x304B;&#x3089;&#x691C;&#x8A0E;&#x3092;&#x8981;&#x3059;&#x308B;&#x4E8B;&#x67C4;&#x3067;&#x3042;&#x308B;&#x3068;&#x3057;&#x3066;&#x3001;&#x3044;&#x305A;&#x308C;&#x306E;&#x554F;&#x984C;&#x306B;&#x3064;&#x3044;&#x3066;&#x3082;&#x5C06;&#x6765;&#x306E;&#x691C;&#x8A0E;&#x8AB2;&#x984C;&#x3068;&#x3059;&#x3079;&#x304D;&#x3082;&#x306E;&#x3068;&#x3055;&#x308C;&#x305F;&#x3002;&#xFF08;&#x6CE8;&#x4E00;&#xFF09;
</p>
<p>
&#x3053;&#x308C;&#x3089;&#x306E;&#x8DA3;&#x65E8;&#x306B;&#x6CBF;&#x3063;&#x3066;&#x5211;&#x6CD5;&#x306E;&#x4E00;&#x90E8;&#x6539;&#x6B63;&#x304C;&#x884C;&#x308F;&#x308C;&#x3001;&#x60C5;&#x5831;&#x306E;&#x4E0D;&#x6B63;&#x5165;&#x624B;&#x53CA;&#x3073;<strong>&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x306E;&#x7121;&#x6A29;&#x9650;&#x4F7F;&#x7528;&#x306B;&#x3064;&#x3044;&#x3066;&#x306F;&#x3001;&#x73FE;&#x5728;&#x3082;&#x306A;&#x304A;&#x51E6;&#x7F70;&#x306E;&#x5BFE;&#x8C61;&#x3068;&#x306F;&#x3055;&#x308C;&#x3066;&#x3044;&#x306A;&#x3044;&#x3068;&#x3053;&#x308D;</strong>&#x3067;&#x3042;&#x308B;&#x3002;&#xFF08;&#x6CE8;&#x4E8C;&#xFF09;
</p>
<p>
&#x3068;&#x3053;&#x308D;&#x3067;&#x3001;&#x672C;&#x6CD5;&#x306E;&#x898F;&#x5B9A;&#x306B;&#x3088;&#x308A;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x884C;&#x70BA;&#x304C;&#x51E6;&#x7F70;&#x306E;&#x5BFE;&#x8C61;&#x3068;&#x306A;&#x308B;&#x7D50;&#x679C;&#x3001;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x884C;&#x70BA;&#x3092;&#x624B;&#x6BB5;&#x3068;&#x3057;&#x3066;&#x884C;&#x308F;&#x308C;&#x308B;&#x60C5;&#x5831;&#x306E;&#x4E0D;&#x6B63;&#x5165;&#x624B;&#x3084;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x306E;&#x7121;&#x6A29;&#x9650;&#x4F7F;&#x7528;&#x306F;&#x3001;&#x305D;&#x308C;&#x305E;&#x308C;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x884C;&#x70BA;&#x306E;&#x6BB5;&#x968E;&#x3067;&#x51E6;&#x7F70;&#x3055;&#x308C;&#x308B;&#x3053;&#x3068;&#x3068;&#x306A;&#x308B;&#x3002;
</p>
<p>
&#x3057;&#x304B;&#x3057;&#x306A;&#x304C;&#x3089;&#x3001;&#x672C;&#x6CD5;&#x306F;&#x3001;&#x8A00;&#x3046;&#x307E;&#x3067;&#x3082;&#x306A;&#x304F;&#x3001;&#x60C5;&#x5831;&#x306E;&#x4E0D;&#x6B63;&#x5165;&#x624B;&#x3084;&#x96FB;&#x5B50;&#x8A08;&#x7B97;&#x6A5F;&#x306E;&#x7121;&#x6A29;&#x9650;&#x4F7F;&#x7528;&#x3092;&#x51E6;&#x7F70;&#x3059;&#x308B;&#x3053;&#x3068;&#x3092;&#x76EE;&#x7684;&#x3068;&#x3059;&#x308B;&#x3082;&#x306E;&#x3067;&#x306F;&#x306A;&#x3044;&#x3002;<strong>&#x672C;&#x6CD5;&#x306E;&#x76EE;&#x7684;&#x306F;&#x3001;&#x524D;&#x8A18;&#x306E;&#x901A;&#x308A;&#x3001;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x5236;&#x5FA1;&#x6A5F;&#x80FD;&#x306B;&#x5BFE;&#x3059;&#x308B;&#x793E;&#x4F1A;&#x7684;&#x4FE1;&#x983C;&#x3092;&#x78BA;&#x4FDD;&#x3057;&#x3066;&#x3001;&#x72AF;&#x7F6A;&#x306E;&#x9632;&#x6B62;&#x53CA;&#x3073;&#x96FB;&#x6C17;&#x901A;&#x4FE1;&#x306B;&#x95A2;&#x3059;&#x308B;&#x79E9;&#x5E8F;&#x306E;&#x7DAD;&#x6301;&#x3092;&#x56F3;&#x308A;&#x3001;&#x3082;&#x3063;&#x3066;&#x9AD8;&#x5EA6;&#x60C5;&#x5831;&#x901A;&#x4FE1;&#x793E;&#x4F1A;&#x306E;&#x5065;&#x5168;&#x306A;&#x767A;&#x5C55;&#x306B;&#x5BC4;&#x4E0E;&#x3059;&#x308B;&#x3053;&#x3068;&#x306B;&#x3042;&#x308A;&#x3001;&#x305D;&#x308C;&#x81EA;&#x4F53;&#x304C;&#x4FDD;&#x8B77;&#x6CD5;&#x76CA;&#x3068;&#x306A;&#x308B;&#x3079;&#x304D;&#x3082;&#x306E;</strong>&#x3067;&#x3042;&#x308B;&#x3002;
</p>
<p>
&#x3057;&#x305F;&#x304C;&#x3063;&#x3066;&#x3001;&#x672C;&#x6CD5;&#x306E;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x7F6A;&#x306B;&#x304A;&#x3044;&#x3066;&#x306F;&#x3001;&#x96FB;&#x5B50;&#x8A08;&#x7B97;&#x6A5F;&#x306B;&#x8535;&#x7F6E;&#x3055;&#x308C;&#x3066;&#x3044;&#x308B;&#x4ED6;&#x4EBA;&#x306E;&#x60C5;&#x5831;&#x3092;&#x5165;&#x624B;&#x3057;&#x305F;&#x308A;&#x3001;&#x4ED6;&#x4EBA;&#x306E;&#x96FB;&#x5B50;&#x8A08;&#x7B97;&#x6A5F;&#x3092;&#x7121;&#x6A29;&#x9650;&#x3067;&#x4F7F;&#x7528;&#x3059;&#x308B;&#x3053;&#x3068;&#x306F;&#x3001;&#x6210;&#x7ACB;&#x306E;&#x8981;&#x4EF6;&#x3067;&#x306F;&#x306A;&#x3044;&#x3002;&#x307E;&#x305F;&#x3001;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x884C;&#x70BA;&#x3092;&#x624B;&#x6BB5;&#x3068;&#x3057;&#x306A;&#x3044;&#x60C5;&#x5831;&#x306E;&#x4E0D;&#x6B63;&#x5165;&#x624B;&#x3084;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x306E;&#x7121;&#x6A29;&#x9650;&#x4F7F;&#x7528;&#x306F;&#x3001;&#x672C;&#x6CD5;&#x306E;&#x51E6;&#x7F70;&#x306E;&#x5BFE;&#x8C61;&#x306B;&#x542B;&#x307E;&#x308C;&#x3066;&#x3044;&#x306A;&#x3044;&#x3068;&#x3053;&#x308D;&#x3067;&#x3042;&#x308B;&#x3002;
</p>
<p>
&#x3053;&#x306E;&#x3088;&#x3046;&#x306B;&#x3001;&#x672C;&#x6CD5;&#x306B;&#x304A;&#x3051;&#x308B;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x7F6A;&#x306E;&#x51E6;&#x7F70;&#x306F;&#x3001;&#x6CD5;&#x5236;&#x5BE9;&#x8B70;&#x4F1A;&#x3067;&#x554F;&#x984C;&#x3068;&#x3055;&#x308C;&#x305F;&#x524D;&#x8A18;&#x306E;&#x4E8B;&#x67C4;&#x3068;&#x306F;&#x76F4;&#x63A5;&#x306E;&#x95A2;&#x4FC2;&#x3092;&#x6709;&#x3057;&#x306A;&#x3044;&#x3082;&#x306E;&#x3068;&#x8A00;&#x3048;&#x308B;&#x3002;
</p>
<p>
<cite>&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x5BFE;&#x7B56;&#x6CD5;&#x5236;&#x7814;&#x7A76;&#x4F1A;&#x7DE8;&#x8457;&#x300C;&#x9010;&#x6761; &#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x884C;&#x70BA;&#x306E;&#x7981;&#x6B62;&#x7B49;&#x306B;&#x95A2;&#x3059;&#x308B;&#x6CD5;&#x5F8B;&#x3014;&#x88DC;&#x8A02;&#x3015;&#x300D;&#xFF08;&#x7ACB;&#x82B1;&#x66F8;&#x623F;, 2001&#x5E74;10&#x6708;&#xFF09;23&#x9801;</cite>
</p>
<p>
&#x3057;&#x305F;&#x304C;&#x3063;&#x3066;&#x3001;&#x5192;&#x982D;&#x306B;&#x5F15;&#x7528;&#x3057;&#x305F;&#x5F01;&#x8B77;&#x58EB;&#x306E;&#x65B9;&#x306E;&#x30C4;&#x30A4;&#x30FC;&#x30C8;&#x306B;&#x3042;&#x308B;&#x300C;&#x9375;&#x306E;&#x304B;&#x304B;&#x3063;&#x3066;&#x306A;&#x3044;&#x5BB6;&#x304C;&#x591A;&#x3044;&#x3089;&#x3057;&#x3044;&#x304B;&#x3089;&#x3001;&#x56FD;&#x304C;&#x4E00;&#x8ED2;&#x305A;&#x3064;&#x30C9;&#x30A2;&#x3092;&#x958B;&#x3051;&#x3066;&#x4FB5;&#x5165;&#x3057;&#x3066;&#x307F;&#x307E;&#x3059;&#x300D;&#x4E91;&#x3005;&#x3068;&#x3044;&#x3046;&#x6279;&#x5224;&#x306F;&#x5F53;&#x305F;&#x3089;&#x306A;&#x3044;&#x3002;&#x5BB6;&#x306B;&#x55A9;&#x3048;&#x308B;&#x3053;&#x3068;&#x304C;&#x5931;&#x5F53;&#x3067;&#x3042;&#x308B;&#x3057;&#x3001;&#x300C;&#x4FB5;&#x5165;&#x3057;&#x3066;&#x307F;&#x308B;&#x300D;&#x3068;&#x3044;&#x3046;&#x3088;&#x3046;&#x306A;&#x5B9F;&#x8CEA;&#x3082;&#x95A2;&#x4FC2;&#x3057;&#x306A;&#x3044;&#x3002;&#x554F;&#x984C;&#x3068;&#x306A;&#x308A;&#x5F97;&#x308B;&#x306E;&#x306F;&#x3001;&#x3042;&#x304F;&#x307E;&#x3067;&#x3082;&#x3001;&#x4EBA;&#x5DE5;&#x7684;&#x306B;&#x4F5C;&#x3089;&#x308C;&#x305F;&#x30EB;&#x30FC;&#x30EB;&#x306B;&#x9055;&#x53CD;&#x3057;&#x3066;&#x3044;&#x308B;&#x304B;&#x3069;&#x3046;&#x304B;&#x3060;&#x3051;&#x3067;&#x3042;&#x308B;&#x3002;
</p>
<p>
&#x305D;&#x3057;&#x3066;&#x3001;IoT&#x6A5F;&#x5668;&#x306E;&#x7BA1;&#x7406;&#x8005;&#x753B;&#x9762;&#x306E;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x304C;&#x5DE5;&#x5834;&#x51FA;&#x8377;&#x6642;&#x306E;&#x521D;&#x671F;&#x8A2D;&#x5B9A;&#x306E;&#x307E;&#x307E;&#x3067;&#x3042;&#x308B;&#x5834;&#x5408;&#x306B;&#x3001;&#x5F53;&#x8A72;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x304C;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x7981;&#x6B62;&#x6CD5;&#x306E;&#x300C;&#x8B58;&#x5225;&#x7B26;&#x53F7;&#x300D;&#x306B;&#x8A72;&#x5F53;&#x3057;&#x306A;&#x3044;&#x3068;&#x3044;&#x3046;&#x306E;&#x306F;&#x3001;&#x4EE5;&#x4E0B;&#x306E;&#x7406;&#x7531;&#x304B;&#x3089;&#x3067;&#x3042;&#x308B;&#x3002;
</p>
<p>
1&#x53F7;&#x300C;&#x8B58;&#x5225;&#x7B26;&#x53F7;&#x300D;&#x306F;&#x3001;&#x300C;&#x5F53;&#x8A72;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x7BA1;&#x7406;&#x8005;&#x306B;&#x3088;&#x3063;&#x3066;&#x305D;&#x306E;&#x5185;&#x5BB9;&#x3092;&#x307F;&#x3060;&#x308A;&#x306B;&#x7B2C;&#x4E09;&#x8005;&#x306B;&#x77E5;&#x3089;&#x305B;&#x3066;&#x306F;&#x306A;&#x3089;&#x306A;&#x3044;&#x3082;&#x306E;&#x3068;&#x3055;&#x308C;&#x3066;&#x3044;&#x308B;&#x7B26;&#x53F7;&#x300D;&#x3068;&#x5B9A;&#x7FA9;&#x3055;&#x308C;&#x3066;&#x3044;&#x308B;&#xFF08;2&#x6761;2&#x9805;1&#x53F7;&#xFF09;&#x3002;IoT&#x6A5F;&#x5668;&#x306E;&#x7BA1;&#x7406;&#x8005;&#x753B;&#x9762;&#x306E;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x306E;&#x5834;&#x5408;&#x306F;&#x3001;&#x7BA1;&#x7406;&#x8005;&#x3082;&#x300C;&#x5229;&#x7528;&#x6A29;&#x8005;&#x7B49;&#x300D;&#x306E;&#x4E00;&#x4EBA;&#x3068;&#x3057;&#x3066;&#x81EA;&#x5206;&#x81EA;&#x8EAB;&#x306B;&#x5BFE;&#x3057;&#x3066;&#x300C;&#x305D;&#x306E;&#x5185;&#x5BB9;&#x3092;&#x307F;&#x3060;&#x308A;&#x306B;&#x7B2C;&#x4E09;&#x8005;&#x306B;&#x77E5;&#x3089;&#x305B;&#x3066;&#x306F;&#x306A;&#x3089;&#x306A;&#x3044;&#x3082;&#x306E;&#x3068;&#x300D;&#x3057;&#x3066;&#x3044;&#x308B;&#x7B26;&#x53F7;&#x3068;&#x3044;&#x3046;&#x3053;&#x3068;&#x306B;&#x306A;&#x308B;&#x3002;&#x300C;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x7BA1;&#x7406;&#x8005;&#x300D;&#x3068;&#x306F;&#x3001;&#x300C;&#x96FB;&#x6C17;&#x901A;&#x4FE1;&#x56DE;&#x7DDA;&#x306B;&#x63A5;&#x7D9A;&#x3057;&#x3066;&#x3044;&#x308B;&#x96FB;&#x5B50;&#x8A08;&#x7B97;&#x6A5F;&#xFF08;&#x2026;&#xFF09;&#x306E;&#x5229;&#x7528;&#xFF08;&#x2026;&#xFF09;&#x306B;&#x3064;&#x304D;&#x5F53;&#x8A72;&#x7279;&#x5B9A;&#x96FB;&#x5B50;&#x8A08;&#x7B97;&#x6A5F;&#x306E;&#x52D5;&#x4F5C;&#x3092;&#x7BA1;&#x7406;&#x3059;&#x308B;&#x8005;&#x3092;&#x3044;&#x3046;&#x300D;&#xFF08;2&#x6761;1&#x9805;&#xFF09;&#x3068;&#x3055;&#x308C;&#x3066;&#x304A;&#x308A;&#x3001;IoT&#x6A5F;&#x5668;&#x306E;&#x5834;&#x5408;&#x3001;&#x305D;&#x306E;&#x8A2D;&#x7F6E;&#x8005;&#x3068;&#x3044;&#x3046;&#x3053;&#x3068;&#x306B;&#x306A;&#x308B;&#x3002;
</p>
<p>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
&#x6A5F;&#x5668;&#x306E;&#x88FD;&#x9020;&#x8005;&#x306F;&#x300C;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x7BA1;&#x7406;&#x8005;&#x300D;&#x3067;&#x306F;&#x306A;&#x3044;&#x3002;&#x5DE5;&#x5834;&#x51FA;&#x8377;&#x6642;&#x306E;&#x521D;&#x671F;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x306F;&#x6A5F;&#x5668;&#x306E;&#x88FD;&#x9020;&#x8005;&#x304C;&#x4ED8;&#x4E0E;&#x3057;&#x305F;&#x3082;&#x306E;&#x3067;&#x3042;&#x308A;&#x3001;&#x305D;&#x308C;&#x3092;&#x305D;&#x306E;&#x307E;&#x307E;&#x653E;&#x7F6E;&#x3057;&#x3066;&#x3044;&#x308B;&#x8A2D;&#x7F6E;&#x8005;&#x306F;&#x3001;&#x305D;&#x306E;&#x5B58;&#x5728;&#x3092;&#x3082;&#x8A8D;&#x8B58;&#x3057;&#x3066;&#x3044;&#x306A;&#x3044;<span class="footnote"><a name="fm06" href="./20190211.html#f06" title="&#x8A2D;&#x7F6E;&#x8005;&#x304C;&#x7BA1;&#x7406;&#x8005;&#x753B;&#x9762;&#x3092;&#x4F7F;&#x3063;&#x3066;&#x3044;&#x306A;&#x3044;&#x6A5F;&#x5668;&#x3082;&#x5B58;&#x5728;&#x3057;&#x5F97;&#x308B;&#x3057;&#x3001;&#x3055;&#x3089;&#x306B;&#x3001;&#x88FD;&#x9020;&#x8005;&#x3082;&#x516C;&#x5F0F;&#x306B;&#x306F;&#x8A8D;&#x3081;&#x3066;&#x3044;&#x306A;&#x3044;&#x88CF;&#x306E;&#x7BA1;&#x7406;&#x8005;&#x30ED;&#x30B0;&#x30A4;&#x30F3;&#x6A5F;&#x80FD;&#x304C;&#x5B58;&#x5728;&#x3059;&#x308B;&#x6A5F;&#x5668;&#x306E;&#x4E8B;&#x4F8B;&#x3082;&#x3042;&#x308B;&#x3002;">*6</a></span>&#x3068;&#x3059;&#x308C;&#x3070;&#x3001;&#x300C;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x7BA1;&#x7406;&#x8005;&#x300D;&#x305F;&#x308A;&#x5F97;&#x305A;&#xFF08;&#x305D;&#x3082;&#x305D;&#x3082;&#x300C;&#x52D5;&#x4F5C;&#x3092;&#x7BA1;&#x7406;&#x300D;&#x3057;&#x3066;&#x3044;&#x306A;&#x3044;&#xFF09;&#x3001;&#x305D;&#x306E;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x3082;&#x300C;&#x8B58;&#x5225;&#x7B26;&#x53F7;&#x300D;&#x306B;&#x5F53;&#x305F;&#x3089;&#x306A;&#x3044;&#x3053;&#x3068;&#x306B;&#x306A;&#x308B;&#x3002;
</p>
<p>
&#xFF08;&#x4ED6;&#x65B9;&#x3001;&#x6A5F;&#x5668;&#x306E;&#x305D;&#x308C;&#x305E;&#x308C;&#x306B;&#x5225;&#x3005;&#x306E;&#x521D;&#x671F;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x304C;&#x5DE5;&#x5834;&#x51FA;&#x8377;&#x6642;&#x306B;&#x8A2D;&#x5B9A;&#x3055;&#x308C;&#x3066;&#x304A;&#x308A;&#x3001;&#x6A5F;&#x5668;&#x306B;&#x8CBC;&#x3089;&#x308C;&#x305F;&#x30B7;&#x30FC;&#x30EB;&#x306A;&#x3069;&#x306B;&#x8A18;&#x8F09;&#x3055;&#x308C;&#x3066;&#x3044;&#x308B;&#x5834;&#x5408;&#x306F;&#x3001;&#x305D;&#x306E;&#x521D;&#x671F;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x304C;&#x6A5F;&#x5668;&#x306E;&#x8A2D;&#x7F6E;&#x8005;&#x306B;&#x3088;&#x3063;&#x3066;&#x5909;&#x66F4;&#x3055;&#x308C;&#x3066;&#x3044;&#x306A;&#x3044;&#x72B6;&#x614B;&#x3067;&#x3042;&#x3063;&#x3066;&#x3082;&#x3001;&#x6A5F;&#x5668;&#x306E;&#x8A2D;&#x7F6E;&#x8005;&#x304C;&#x305D;&#x306E;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x3092;&#x81EA;&#x8EAB;&#x306E;&#x7BA1;&#x7406;&#x8005;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x3068;&#x3057;&#x3066;&#x662F;&#x8A8D;&#x3057;&#x3066;&#x3044;&#x308B;&#x3068;&#x8A00;&#x3048;&#x3001;&#x5F53;&#x8A72;&#x8A2D;&#x7F6E;&#x8005;&#x304C;&#x300C;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x7BA1;&#x7406;&#x8005;&#x300D;&#x3068;&#x3057;&#x3066;&#x4ED8;&#x4E0E;&#x3057;&#x305F;&#x3082;&#x306E;&#x3068;&#x898B;&#x505A;&#x3059;&#x3053;&#x3068;&#x304C;&#x3067;&#x304D;&#x3001;&#x3053;&#x306E;&#x5834;&#x5408;&#x306F;&#x300C;&#x8B58;&#x5225;&#x7B26;&#x53F7;&#x300D;&#x306B;&#x5F53;&#x305F;&#x308B;&#x3068;&#x8A00;&#x3048;&#x3088;&#x3046;&#x3002;&#x4ECA;&#x56DE;&#x306F;&#x3053;&#x306E;&#x3088;&#x3046;&#x306A;&#x30B1;&#x30FC;&#x30B9;&#x306B;&#x3064;&#x3044;&#x3066;&#x306F;&#x8A71;&#x984C;&#x306B;&#x3057;&#x3066;&#x3044;&#x306A;&#x3044;&#x3002;&#xFF09;
</p>
<p>
&#x6B21;&#x306B;&#x3001;&#x8A2D;&#x7F6E;&#x8005;&#x304C;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x306E;&#x5B58;&#x5728;&#x3092;&#x8A8D;&#x8B58;&#x3057;&#x3066;&#x3044;&#x3066;&#x3001;&#x53D6;&#x6271;&#x8AAC;&#x660E;&#x66F8;&#x306B;&#x300C;ID: admin Passowrd: admin&#x300D;&#x3068;&#x66F8;&#x304B;&#x308C;&#x3066;&#x3044;&#x308B;&#x306E;&#x3092;&#x898B;&#x3066;&#x3001;&#x5168;&#x6A5F;&#x5171;&#x901A;&#x306E;&#x5DE5;&#x5834;&#x51FA;&#x8377;&#x6642;&#x306E;&#x521D;&#x671F;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x3067;&#x3042;&#x308B;&#x3053;&#x3068;&#x3092;&#x77E5;&#x308A;&#x306A;&#x304C;&#x3089;&#x3001;&#x3042;&#x3048;&#x3066;&#x305D;&#x306E;&#x307E;&#x307E;&#x3067;&#x3088;&#x3044;&#x3068;&#x662F;&#x8A8D;&#x3057;&#x3066;&#x3044;&#x308B;&#x5834;&#x5408;&#x306B;&#x306F;&#x3001;&#x5F53;&#x8A72;&#x8A2D;&#x7F6E;&#x8005;&#x304C;&#x300C;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x7BA1;&#x7406;&#x8005;&#x300D;&#x3068;&#x3057;&#x3066;&#x4ED8;&#x4E0E;&#x3057;&#x305F;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x3068;&#x898B;&#x505A;&#x3059;&#x3053;&#x3068;&#x304C;&#x3067;&#x304D;&#x308B;&#x304B;&#x3082;&#x3057;&#x308C;&#x306A;&#x3044;&#x304C;&#x3001;&#x300C;&#x7B2C;&#x4E09;&#x8005;&#x306B;&#x77E5;&#x3089;&#x305B;&#x3066;&#x306F;&#x306A;&#x3089;&#x306A;&#x3044;&#x3082;&#x306E;&#x3068;&#x3055;&#x308C;&#x3066;&#x3044;&#x308B;&#x300D;&#x306E;&#x8981;&#x4EF6;&#x3092;&#x6E80;&#x305F;&#x3055;&#x305A;&#x3001;1&#x53F7;&#x300C;&#x8B58;&#x5225;&#x7B26;&#x53F7;&#x300D;&#x306B;&#x8A72;&#x5F53;&#x3057;&#x306A;&#x3044;&#x304B;&#x3001;&#x53C8;&#x306F;&#x3001;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x5236;&#x5FA1;&#x6A5F;&#x80FD;&#x306B;&#x3088;&#x308B;&#x5236;&#x9650;&#x304C;&#x306A;&#x3044;&#x3068;&#x3044;&#x3046;&#x3053;&#x3068;&#x306B;&#x306A;&#x308B;&#x3002;&#x3053;&#x306E;&#x3053;&#x3068;&#x306F;&#x3001;&#x524D;&#x63B2;&#x306E;&#x9010;&#x6761;&#x89E3;&#x8AAC;&#x66F8;&#x306B;&#x304A;&#x3044;&#x3066;&#x4EE5;&#x4E0B;&#x306E;&#x3088;&#x3046;&#x306B;&#x8AAC;&#x660E;&#x3055;&#x308C;&#x3066;&#x3044;&#x308B;&#x3002;
</p>
<p>
<blockquote id="quote4">
</blockquote></p>
<p>
&#xFF08;&#x7565;&#xFF09;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x7BA1;&#x7406;&#x8005;&#x3084;&#x5229;&#x7528;&#x6A29;&#x8005;&#x306E;&#x7B26;&#x53F7;&#x306E;&#x7BA1;&#x7406;&#x306B;&#x7D76;&#x5BFE;&#x3084;&#x5B8C;&#x74A7;&#x3092;&#x6C42;&#x3081;&#x3001;&#x5BA2;&#x89B3;&#x7684;&#x306B;&#x304A;&#x3088;&#x305D;&#x7B2C;&#x4E09;&#x8005;&#x304C;&#x77E5;&#x3089;&#x306A;&#x3044;&#x3053;&#x3068;&#x3092;&#x8981;&#x4EF6;&#x3068;&#x3059;&#x308B;&#x3053;&#x3068;&#x306F;&#x73FE;&#x5B9F;&#x7684;&#x3067;&#x306A;&#x3044;&#x3002;&#x305D;&#x3053;&#x3067;&#x3001;&#x5B9F;&#x969B;&#x306B;&#x7B2C;&#x4E09;&#x8005;&#x306B;&#x77E5;&#x3089;&#x308C;&#x3066;&#x3044;&#x306A;&#x3044;&#x3053;&#x3068;&#x307E;&#x3067;&#x306F;&#x5FC5;&#x8981;&#x3068;&#x305B;&#x305A;&#x3001;&#x300C;&#x7B2C;&#x4E09;&#x8005;&#x306B;&#x77E5;&#x3089;&#x305B;&#x3066;&#x306F;&#x306A;&#x3089;&#x306A;&#x3044;&#x3082;&#x306E;&#x3068;&#x3055;&#x308C;&#x3066;&#x3044;&#x308B;&#x300D;&#x3053;&#x3068;&#x3092;&#x8981;&#x4EF6;&#x3068;&#x3057;&#x3066;&#x3044;&#x308B;&#x3082;&#x306E;&#x3067;&#x3042;&#x308B;&#x3002;&#x3057;&#x305F;&#x304C;&#x3063;&#x3066;&#x3001;&#x8B58;&#x5225;&#x7B26;&#x53F7;&#x53C8;&#x306F;&#x8B58;&#x5225;&#x7B26;&#x53F7;&#x306E;&#x4E00;&#x90E8;&#x3067;&#x3042;&#x308B;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x304C;&#x30CF;&#x30C3;&#x30AB;&#x30FC;&#x306B;&#x3088;&#x308A;&#x30DB;&#x30FC;&#x30E0;&#x30DA;&#x30FC;&#x30B8;&#x3067;&#x516C;&#x958B;&#x3055;&#x308C;&#x308B;&#x306A;&#x3069;&#x3057;&#x3066;&#x7B2C;&#x4E09;&#x8005;&#x306B;&#x77E5;&#x3089;&#x308C;&#x3066;&#x3057;&#x307E;&#x3063;&#x3066;&#x3044;&#x308B;&#x5834;&#x5408;&#x3082;&#x3053;&#x308C;&#x304C;&#x8B58;&#x5225;&#x7B26;&#x53F7;&#x3067;&#x3042;&#x308B;&#x3053;&#x3068;&#x306B;&#x5909;&#x308F;&#x308A;&#x304C;&#x306A;&#x3044;&#x3002;&#x305F;&#x3060;&#x3057;&#x3001;<strong>&#x3053;&#x306E;&#x3088;&#x3046;&#x306A;&#x72B6;&#x614B;&#x3092;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x7BA1;&#x7406;&#x8005;&#x304C;&#x3042;&#x3048;&#x3066;&#x653E;&#x7F6E;&#x3057;&#x3066;&#x3044;&#x308B;&#x5834;&#x5408;&#x306B;&#x306F;&#x3001;&#x3082;&#x306F;&#x3084;&#x300C;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x7BA1;&#x7406;&#x8005;&#x306B;&#x3088;&#x3063;&#x3066;&#x305D;&#x306E;&#x5185;&#x5BB9;&#x3092;&#x307F;&#x3060;&#x308A;&#x306B;&#x7B2C;&#x4E09;&#x8005;&#x306B;&#x77E5;&#x3089;&#x305B;&#x3066;&#x306F;&#x306A;&#x3089;&#x306A;&#x3044;&#x3082;&#x306E;&#x3068;&#x3055;&#x308C;&#x3066;&#x3044;&#x308B;&#x300D;&#x3068;&#x306F;&#x8A00;&#x3048;&#x306A;&#x3044;&#x3068;&#x89E3;&#x3055;&#x308C;&#x308B;&#x3053;&#x3068;&#x304C;&#x3042;&#x308A;&#x5F97;&#x308B;</strong>&#x3002;
</p>
<p>
<cite>&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x5BFE;&#x7B56;&#x6CD5;&#x5236;&#x7814;&#x7A76;&#x4F1A;&#x7DE8;&#x8457;&#x300C;&#x9010;&#x6761; &#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x884C;&#x70BA;&#x306E;&#x7981;&#x6B62;&#x7B49;&#x306B;&#x95A2;&#x3059;&#x308B;&#x6CD5;&#x5F8B;&#x3014;&#x88DC;&#x8A02;&#x3015;&#x300D;&#xFF08;&#x7ACB;&#x82B1;&#x66F8;&#x623F;, 2001&#x5E74;10&#x6708;&#xFF09;44&#x9801;</cite>
<blockquote id="quote5">
</blockquote></p>
<p>
&#x8B58;&#x5225;&#x7B26;&#x53F7;&#x3067;&#x3042;&#x308B;ID&#x30FB;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x304C;&#x30CF;&#x30C3;&#x30AB;&#x30FC;&#xFF08;&#x539F;&#x6587;&#x307E;&#x307E;&#xFF09;&#x306B;&#x3088;&#x308A;&#x30DB;&#x30FC;&#x30E0;&#x30DA;&#x30FC;&#x30B8;&#x3067;&#x516C;&#x958B;&#x3055;&#x308C;&#x3066;&#x7B2C;&#x4E09;&#x8005;&#x306B;&#x77E5;&#x3089;&#x308C;&#x3066;&#x3057;&#x307E;&#x3063;&#x3066;&#x3044;&#x308B;&#x5834;&#x5408;&#x306A;&#x3069;&#x3001;&#x5229;&#x7528;&#x6A29;&#x8005;&#x7B49;&#x3067;&#x306A;&#x3044;&#x7B2C;&#x4E09;&#x8005;&#x304C;&#x5F53;&#x8A72;&#x8B58;&#x5225;&#x7B26;&#x53F7;&#x306E;&#x5165;&#x529B;&#x306B;&#x3088;&#x308B;&#x7279;&#x5B9A;&#x5229;&#x7528;&#x304C;&#x3067;&#x304D;&#x308B;&#x72B6;&#x614B;&#x304C;&#x3042;&#x3063;&#x305F;&#x3068;&#x3057;&#x3066;&#x3082;&#x3001;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x5236;&#x5FA1;&#x6A5F;&#x80FD;&#x306B;&#x3088;&#x308A;&#x7279;&#x5B9A;&#x5229;&#x7528;&#x304C;&#x5236;&#x9650;&#x3055;&#x308C;&#x3066;&#x3044;&#x308B;&#x3053;&#x3068;&#x306B;&#x5909;&#x308F;&#x308A;&#x306F;&#x306A;&#x3044;&#xFF08;&#x7565;&#xFF09;&#x3002;&#x305F;&#x3060;&#x3057;&#x3001;<strong>ID&#x30FB;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x304C;&#x5E83;&#x304F;&#x77E5;&#x3089;&#x308C;&#x3066;&#x3057;&#x307E;&#x3063;&#x3066;&#x3044;&#x308B;&#x72B6;&#x614B;&#x3092;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x7BA1;&#x7406;&#x8005;&#x304C;&#x3042;&#x3048;&#x3066;&#x653E;&#x7F6E;&#x3057;&#x3066;&#x3044;&#x3066;&#x3001;&#x8AB0;&#x3067;&#x3082;&#x305D;&#x306E;ID&#x30FB;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x3092;&#x7528;&#x3044;&#x3066;&#x7279;&#x5B9A;&#x5229;&#x7528;&#x3092;&#x3059;&#x308B;&#x3053;&#x3068;&#x304C;&#x3067;&#x304D;&#x308B;&#x3088;&#x3046;&#x306B;&#x306A;&#x3063;&#x3066;&#x3044;&#x308B;&#x5834;&#x5408;&#x306B;&#x306F;&#x3001;&#x5F53;&#x8A72;&#x7279;&#x5B9A;&#x5229;&#x7528;&#x306B;&#x3064;&#x3044;&#x3066;&#x306F;&#x3001;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x5236;&#x5FA1;&#x6A5F;&#x80FD;&#x306B;&#x3088;&#x308B;&#x5236;&#x9650;&#x304C;&#x306A;&#x3044;&#x3068;&#x8A00;&#x308F;&#x3056;&#x308B;&#x3092;&#x5F97;&#x306A;&#x3044;</strong>&#x3068;&#x89E3;&#x3055;&#x308C;&#x3088;&#x3046;&#x3002;
</p>
<p>
<cite>&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x5BFE;&#x7B56;&#x6CD5;&#x5236;&#x7814;&#x7A76;&#x4F1A;&#x7DE8;&#x8457;&#x300C;&#x9010;&#x6761; &#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x884C;&#x70BA;&#x306E;&#x7981;&#x6B62;&#x7B49;&#x306B;&#x95A2;&#x3059;&#x308B;&#x6CD5;&#x5F8B;&#x3014;&#x88DC;&#x8A02;&#x3015;&#x300D;&#xFF08;&#x7ACB;&#x82B1;&#x66F8;&#x623F;, 2001&#x5E74;10&#x6708;&#xFF09;61&#x9801;</cite>
</p>
<p>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
&#x3053;&#x306E;&#x3088;&#x3046;&#x306B;&#x3001;&#x300C;&#x8B58;&#x5225;&#x7B26;&#x53F7;&#x300D;&#x306B;&#x3088;&#x308B;&#x300C;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x5236;&#x5FA1;&#x6A5F;&#x80FD;&#x300D;&#x3068;&#x3044;&#x3046;&#x306E;&#x306F;&#x3001;&#x5358;&#x306B;&#x30ED;&#x30B0;&#x30A4;&#x30F3;&#x6A5F;&#x80FD;&#x3068;&#x3044;&#x3046;&#x6280;&#x8853;&#x7684;&#x306A;&#x4ED5;&#x639B;&#x3051;&#x306E;&#x5B58;&#x5426;&#x306B;&#x3088;&#x3063;&#x3066;&#x8A72;&#x5F53;&#x306E;&#x6709;&#x7121;&#x304C;&#x6C7A;&#x307E;&#x308B;&#x306E;&#x3067;&#x306F;&#x306A;&#x304F;&#x3001;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x7981;&#x6B62;&#x6CD5;&#x306E;&#x8DA3;&#x65E8;&#x306B;&#x7ACB;&#x3061;&#x623B;&#x3063;&#x305F;&#x6CD5;&#x7684;&#x8A55;&#x4FA1;&#x306B;&#x3088;&#x3063;&#x3066;&#x8A72;&#x5F53;&#x6027;&#x304C;&#x6C7A;&#x307E;&#x308B;&#x306E;&#x3067;&#x3042;&#x308B;&#x3002;<span class="footnote"><a name="fm07" href="./20190211.html#f07" title="&#x3053;&#x306E;&#x3053;&#x3068;&#x304C;&#x610F;&#x5916;&#x306B;&#x601D;&#x308F;&#x308C;&#x308B;&#x304B;&#x3082;&#x3057;&#x308C;&#x306A;&#x3044;&#x304C;&#x3001;&#x3053;&#x3046;&#x3057;&#x305F;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x7981;&#x6B62;&#x6CD5;&#x306E;&#x8DA3;&#x65E8;&#x3092;&#x5DE1;&#x3063;&#x3066;&#x306F;&#x3001;20&#x5E74;&#x524D;&#x304B;&#x3089;&#x5EA6;&#x3005;&#x8B70;&#x8AD6;&#x306B;&#x306A;&#x3063;&#x3066;&#x3044;&#x305F;&#x3002;&#x300C;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x5236;&#x9650;&#x3055;&#x308C;&#x3066;&#x3044;&#x306A;&#x3044;&#x3082;&#x306E;&#x306F;&#x3001;&#x8AB0;&#x3067;&#x3082;&#x898B;&#x308B;&#x3053;&#x3068;&#x304C;&#x3067;&#x304D;&#x308B;&#x306E;&#x3060;&#x304B;&#x3089;&#x3001;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x3068;&#x3057;&#x3066;&#x306F;&#x3044;&#x3051;&#x306A;&#x3044;&#x3002;&#x300D;&#x3068;&#x3044;&#x3063;&#x305F;&#x8AD6;&#x8ABF;&#x3067;&#x3042;&#x308A;&#x3001;2002&#x5E74;&#x306B;&#x306F;&#x3001;&#x30B0;&#x30B0;&#x3063;&#x305F;&#x3060;&#x3051;&#x3067;&#x540D;&#x7C3F;&#x306E;CSV&#x30D5;&#x30A1;&#x30A4;&#x30EB;&#x304C;&#x898B;&#x3064;&#x304B;&#x308B;Web&#x30B5;&#x30A4;&#x30C8;&#x304C;&#x305F;&#x304F;&#x3055;&#x3093;&#x767A;&#x898B;&#x3055;&#x308C;&#x3001;&#xFF12;&#x3061;&#x3083;&#x3093;&#x306D;&#x308B;&#x306B;&#x305D;&#x306E;URL&#x3092;&#x66B4;&#x9732;&#x3055;&#x308C;&#x308B;&#x4E8B;&#x6848;&#x304C;&#x7D9A;&#x767A;&#x3057;&#x305F;&#x3053;&#x3068;&#x304C;&#x3042;&#x308A;&#x3001;&#x66B4;&#x9732;&#x3055;&#x308C;&#x305F;Web&#x30B5;&#x30A4;&#x30C8;&#x7BA1;&#x7406;&#x8005;&#x306F;&#x300C;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x3055;&#x308C;&#x305F;&#x300D;&#x3068;&#x8B66;&#x5BDF;&#x306B;&#x88AB;&#x5BB3;&#x3092;&#x8A34;&#x3048;&#x305F;&#x304C;&#x3001;&#x8B66;&#x8996;&#x5E81;&#x304C;&#x300C;&#x540D;&#x7C3F;&#x3092;&#x9053;&#x7AEF;&#x306B;&#x7F6E;&#x304F;&#x3088;&#x3046;&#x306A;&#x3082;&#x306E;&#x300D;&#x300C;&#x6CD5;&#x7684;&#x306B;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x3068;&#x5224;&#x65AD;&#x3067;&#x304D;&#x308B;&#x3082;&#x306E;&#x306F;&#x306A;&#x3044;&#x300D;&#x3068;&#x4E00;&#x8E74;&#xFF08;&#x4E2D;&#x65E5;&#x65B0;&#x805E;2002&#x5E74;7&#x6708;4&#x65E5;&#x671D;&#x520A;&#x300C;&#x76F8;&#x6B21;&#x3050;&#x500B;&#x4EBA;&#x60C5;&#x5831;&#x6D41;&#x51FA; &#x201C;&#x304A;&#x5BD2;&#x3044;&#x201D;&#x4F01;&#x696D;&#x306E;&#x5371;&#x6A5F;&#x7BA1;&#x7406; &#x8B66;&#x8996;&#x5E81;&#x300E;&#x9053;&#x306B;&#x7F6E;&#x304F;&#x306E;&#x3068;&#x540C;&#x3058;&#x300F;&#x300D;&#xFF09;&#x3057;&#x3066;&#x88AB;&#x5BB3;&#x5C4A;&#x3092;&#x53D7;&#x7406;&#x3057;&#x306A;&#x304B;&#x3063;&#x305F;&#x3068;&#x3044;&#x3046;&#x4E8B;&#x6848;&#x304C;&#x3042;&#x3063;&#x305F;&#x3002;&#x4ED6;&#x65B9;&#x3001;2003&#x5E74;&#x306B;&#x306F;&lt;a href=&quot;https://www.itmedia.co.jp/news/topics/accs.html&quot;&gt;ACCS&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x4E8B;&#x4EF6;&lt;/a&gt;&#x304C;&#x3042;&#x308A;&#x3001;&#x3053;&#x308C;&#x306F;&#x30C7;&#x30A3;&#x30EC;&#x30AF;&#x30C8;&#x30EA;&#x30C8;&#x30E9;&#x30D0;&#x30FC;&#x30B5;&#x30EB;&#x8106;&#x5F31;&#x6027;&#x3092;&#x7A81;&#x3044;&#x3066;&#x975E;&#x516C;&#x958B;&#x30C7;&#x30A3;&#x30EC;&#x30AF;&#x30C8;&#x30EA;&#x306E;&
</p>
<p>
&#x4EE5;&#x4E0A;&#x306E;&#x3053;&#x3068;&#x304B;&#x3089;&#x3001;NICT&#x306B;&#x3053;&#x306E;&#x696D;&#x52D9;&#x3092;&#x5B9F;&#x65BD;&#x3055;&#x305B;&#x308B;&#x305F;&#x3081;&#x306B;NICT&#x8A2D;&#x7F6E;&#x6CD5;&#x3092;&#x6539;&#x6B63;&#x3059;&#x308B;&#x306B;&#x969B;&#x3057;&#x3066;&#x3001;&#x672C;&#x6765;&#x7684;&#x306B;&#x306F;&#x3001;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x7981;&#x6B62;&#x6CD5;&#x306E;&#x8AAD;&#x307F;&#x66FF;&#x3048;&#x898F;&#x5B9A;&#x3092;&#x7F6E;&#x304F;&#x5FC5;&#x8981;&#x306F;&#x306A;&#x304B;&#x3063;&#x305F;&#x3068;&#x8A00;&#x3046;&#x3053;&#x3068;&#x304C;&#x3067;&#x304D;&#x308B;&#x3002;
</p>
<p>
&#x300C;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x7981;&#x6B62;&#x6CD5;&#x306E;&#x8AAD;&#x307F;&#x66FF;&#x3048;&#x898F;&#x5B9A;&#x300D;&#x3068;&#x306F;&#x3001;&#x6539;&#x6B63;NICT&#x6CD5;&#x9644;&#x5247;8&#x6761;&#xFF08;&#x696D;&#x52D9;&#x306E;&#x7279;&#x4F8B;&#xFF09;7&#x9805;&#x306E;&#x300C;&#x6B21;&#x306E;&#x8868;&#x300D;&#x306E;2&#x3064;&#x76EE;&#x306E;&#x3053;&#x3068;&#x3067;&#x3042;&#x308B;&#x3002;
</p>
<p>
<blockquote id="quote6">
</blockquote></p>
<p>
7&#x3000;&#x7B2C;2&#x9805;&#x304B;&#x3089;&#x7B2C;4&#x9805;&#x307E;&#x3067;&#x306E;&#x898F;&#x5B9A;&#x306B;&#x3088;&#x308A;&#x6A5F;&#x69CB;&#x306E;&#x696D;&#x52D9;&#x304C;&#x884C;&#x308F;&#x308C;&#x308B;&#x5834;&#x5408;&#x306B;&#x306F;&#x3001;&#x6B21;&#x306E;&#x8868;&#x306E;&#x4E0A;&#x6B04;&#x306B;&#x63B2;&#x3052;&#x308B;&#x898F;&#x5B9A;&#x4E2D;&#x540C;&#x8868;&#x306E;&#x4E2D;&#x6B04;&#x306B;&#x63B2;&#x3052;&#x308B;&#x5B57;&#x53E5;&#x306F;&#x3001;&#x305D;&#x308C;&#x305E;&#x308C;&#x540C;&#x8868;&#x306E;&#x4E0B;&#x6B04;&#x306B;&#x63B2;&#x3052;&#x308B;&#x5B57;&#x53E5;&#x3068;&#x3059;&#x308B;&#x3002;
</p>
<p>
<table>
<tr><td>&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x884C;&#x70BA;&#x306E;&#x7981;&#x6B62;&#x7B49;&#x306B;&#x95A2;&#x3059;&#x308B;&#x6CD5;&#x5F8B;&#x7B2C;2&#x6761;&#x7B2C;4&#x9805;&#x7B2C;1&#x53F7;</td></tr>
<tr><td>&#x3092;&#x9664;&#x304F;</td></tr>
<tr><td>&#x53CA;&#x3073;&#x56FD;&#x7ACB;&#x7814;&#x7A76;&#x958B;&#x767A;&#x6CD5;&#x4EBA;&#x60C5;&#x5831;&#x901A;&#x4FE1;&#x7814;&#x7A76;&#x6A5F;&#x69CB;&#x6CD5;&#xFF08;&#x5E73;&#x6210;11&#x5E74;&#x6CD5;&#x5F8B;&#x7B2C;162&#x53F7;&#xFF09;&#x9644;&#x5247;&#x7B2C;9&#x6761;&#x306E;&#x8A8D;&#x53EF;&#x3092;&#x53D7;&#x3051;&#x305F;&#x540C;&#x6761;&#x306E;&#x8A08;&#x753B;&#x306B;&#x57FA;&#x3065;&#x304D;&#x540C;&#x6CD5;&#x9644;&#x5247;&#x7B2C;8&#x6761;&#x7B2C;2&#x9805;&#x7B2C;1&#x53F7;&#x306B;&#x63B2;&#x3052;&#x308B;&#x696D;&#x52D9;&#x306B;&#x5F93;&#x4E8B;&#x3059;&#x308B;&#x8005;&#x304C;&#x3059;&#x308B;&#x540C;&#x6761;&#x7B2C;4&#x9805;&#x7B2C;1&#x53F7;&#x306B;&#x898F;&#x5B9A;&#x3059;&#x308B;&#x7279;&#x5B9A;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x884C;&#x70BA;&#x3092;&#x9664;&#x304F;</td></tr>
</table>
</p>
<p>
<cite>&#x56FD;&#x7ACB;&#x7814;&#x7A76;&#x958B;&#x767A;&#x6CD5;&#x4EBA;&#x60C5;&#x5831;&#x901A;&#x4FE1;&#x7814;&#x7A76;&#x6A5F;&#x69CB;&#x6CD5;&#xFF08;&#x5E73;&#x6210;30&#x5E74;5&#x6708;23&#x65E5;&#x516C;&#x5E03;&#xFF08;&#x5E73;&#x6210;30&#x5E74;&#x6CD5;&#x5F8B;&#x7B2C;24&#x53F7;&#xFF09;&#x6539;&#x6B63;&#xFF09;</cite>
</p>
<p>
&#x3053;&#x306E;&#x898F;&#x5B9A;&#x306F;&#x3001;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x7981;&#x6B62;&#x6CD5;&#x304C;&#x7981;&#x6B62;&#x3059;&#x308B;&#x300C;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x884C;&#x70BA;&#x300D;&#xFF08;2&#x6761;4&#x9805;1&#x53F7;&#xFF09;&#x306E;&#x5B9A;&#x7FA9;&#x304B;&#x3089;&#x3001;NICT&#x304C;&#x3053;&#x306E;&#x6CD5;&#x306E;&#x898F;&#x5B9A;&#x306B;&#x5F93;&#x3044;&#x884C;&#x3046;&#x300C;&#x7279;&#x5B9A;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x884C;&#x70BA;&#x300D;&#x3092;&#x9664;&#x5916;&#x3059;&#x308B;&#x3068;&#x3044;&#x3046;&#x3082;&#x306E;&#x3067;&#x3042;&#x308B;&#x3002;
</p>
<p>
NHK&#x306E;&#x5831;&#x9053;&#x304C;&#x300C;&#x5B9F;&#x8CEA;&#x7684;&#x306B;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x3068;&#x5909;&#x308F;&#x3089;&#x306A;&#x3044;&#x884C;&#x70BA;&#x3092;&#x7279;&#x4F8B;&#x7684;&#x306B;&#x56FD;&#x304C;&#x884C;&#x3046;&#x300D;&#x300C;&#x672C;&#x6765;&#x306F;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x7981;&#x6B62;&#x6CD5;&#x3067;&#x7981;&#x3058;&#x3089;&#x308C;&#x3066;&#x3044;&#x308B;&#x884C;&#x70BA;&#x300D;&#x3068;&#x65AD;&#x3058;&#x305F;&#x306E;&#x306F;&#x3001;&#x3053;&#x306E;&#x898F;&#x5B9A;&#x3092;&#x898B;&#x3066;&#x91E3;&#x3089;&#x308C;&#x305F;&#x304B;&#x3089;&#x3060;&#x308D;&#x3046;&#x3002;&#x3053;&#x306E;&#x3088;&#x3046;&#x306A;&#x898F;&#x5B9A;&#x3092;&#x5165;&#x308C;&#x305F;&#x3070;&#x3063;&#x304B;&#x308A;&#x306B;&#x3001;&#x60AA;&#x76EE;&#x7ACB;&#x3061;&#x3057;&#x3066;&#x3057;&#x307E;&#x3063;&#x305F;&#x3002;&#x3053;&#x306E;&#x898F;&#x5B9A;&#x3092;&#x5165;&#x308C;&#x305A;&#x306B;&#x300C;&#x5143;&#x3005;&#x5408;&#x6CD5;&#x306A;&#x884C;&#x70BA;&#x3067;&#x3042;&#x308B;&#x300D;&#x3067;&#x901A;&#x3057;&#x3066;&#x3044;&#x308C;&#x3070;&#x3001;NHK&#x304C;&#x3057;&#x305F;&#x3088;&#x3046;&#x306A;&#x6279;&#x5224;&#x306F;&#x3067;&#x304D;&#x306A;&#x304B;&#x3063;&#x305F;&#x3060;&#x308D;&#x3046;&#x3002;
</p>
<p>
&#x708E;&#x4E0A;&#x3092;&#x53D7;&#x3051;&#x3066;&#x3001;&#x7DCF;&#x52D9;&#x7701;&#x306F;Q&amp;A&#x3092;&#x7528;&#x610F;&#x3057;&#x3001;&#x300C;&#x3053;&#x306E;&#x3088;&#x3046;&#x306A;&#x8ABF;&#x67FB;&#x306F;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x884C;&#x70BA;&#x3067;&#x306F;&#x306A;&#x3044;&#x306E;&#x304B;&#x300D;&#x3068;&#x306E;&#x554F;&#x3044;&#x306B;&#x3001;&#x300C;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x7981;&#x6B62;&#x6CD5;&#x3067;&#x7981;&#x6B62;&#x3055;&#x308C;&#x3066;&#x3044;&#x308B;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x884C;&#x70BA;&#x304B;&#x3089;&#x9664;&#x5916;&#x3055;&#x308C;&#x3066;&#x3044;&#x307E;&#x3059;&#x3002;&#x300D;&#x3068;&#x306E;&#x56DE;&#x7B54;&#x3092;&#x7528;&#x610F;&#x3057;&#x3066;&#x3044;&#x308B;&#x304C;&#x3001;&#x3053;&#x308C;&#x3067;&#x306F;&#x93AE;&#x706B;&#x3057;&#x306A;&#x3044;&#x3060;&#x308D;&#x3046;&#x3002;
</p>
<p>
<ul>
<li><a href="http://www.itmedia.co.jp/news/articles/1902/04/news089.html">&#x56FD;&#x306B;&#x3088;&#x308B;IoT&#x6A5F;&#x5668;&#x201D;&#x4FB5;&#x5165;&#x201D;&#x8ABF;&#x67FB;&#x3001;&#x305D;&#x306E;&#x540D;&#x3082;&#x300C;NOTICE&#x300D;&#x30B5;&#x30A4;&#x30C8;&#x516C;&#x958B;&#x3000;&#x300C;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x3067;&#x306F;&#x306A;&#x3044;&#x300D;&#x3068;&#x7406;&#x89E3;&#x6C42;&#x3081;&#x308B;</a>, ITmedia&#x30CB;&#x30E5;&#x30FC;&#x30B9;, 2019&#x5E74;2&#x6708;4&#x65E5;
<blockquote id="quote7">
</blockquote></li></ul></p>
<p>
&#x300C;&#x56FD;&#x306B;&#x3088;&#x308B;&#x4E8B;&#x5B9F;&#x4E0A;&#x306E;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x884C;&#x70BA;&#x3067;&#x306F;&#x300D;&#x3068;&#x3044;&#x3046;&#x6307;&#x6458;&#x306B;&#x5BFE;&#x3057;&#x3066;&#x306F;&#x3001;&#x300C;NICT&#x6CD5;&#x306E;&#x6539;&#x6B63;&#x306B;&#x3088;&#x308A;&#x3001;&#x4ECA;&#x56DE;&#x306E;&#x8ABF;&#x67FB;&#x306E;&#x305F;&#x3081;&#x306B;&#x884C;&#x3046;ID&#x30FB;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x306E;&#x5165;&#x529B;&#x306F;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x884C;&#x70BA;&#x304B;&#x3089;&#x9664;&#x5916;&#x3055;&#x308C;&#x3066;&#x3044;&#x308B;&#x300D;&#x306A;&#x3069;&#x3068;&#x56DE;&#x7B54;&#x3057;&#x3066;&#x3044;&#x308B;&#x3002;
<li><a href="https://notice.go.jp/">ABOUT NOTICE - NOTICE&#x306B;&#x3064;&#x3044;&#x3066;</a>, Copyright &#xA9; 2019 NOTICE SUPPORT CENTER All Rights Reserved. ()
<blockquote id="quote8">
</blockquote></li></p>
<p>
FAQ &#x3088;&#x304F;&#x3042;&#x308B;&#x3054;&#x8CEA;&#x554F;
</p>
<p>
&#x554F;4 &#x3053;&#x306E;&#x3088;&#x3046;&#x306A;&#x8ABF;&#x67FB;&#x306F;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x884C;&#x70BA;&#x3067;&#x306F;&#x306A;&#x3044;&#x306E;&#x304B;
</p>
<p>
&#x30DD;&#x30FC;&#x30C8;&#x30B9;&#x30AD;&#x30E3;&#x30F3;&#x306F;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x7981;&#x6B62;&#x6CD5;&#x3067;&#x7981;&#x6B62;&#x3055;&#x308C;&#x3066;&#x3044;&#x308B;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x884C;&#x70BA;&#x3067;&#x306F;&#x3042;&#x308A;&#x307E;&#x305B;&#x3093;&#x3002;
</p>
<p>
NICT&#x304C;&#x5B9F;&#x65BD;&#x8A08;&#x753B;&#x306B;&#x57FA;&#x3065;&#x304D;&#x3001;&#x5BB9;&#x6613;&#x306B;&#x63A8;&#x6E2C;&#x3055;&#x308C;&#x308B;ID&#x3001;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x3092;&#x5916;&#x90E8;&#x304B;&#x3089;&#x5165;&#x529B;&#x3057;&#x3001;&#x30B5;&#x30A4;&#x30D0;&#x30FC;&#x653B;&#x6483;&#x306B;&#x60AA;&#x7528;&#x3055;&#x308C;&#x308B;&#x304A;&#x305D;&#x308C;&#x306E;&#x3042;&#x308B;IoT&#x6A5F;&#x5668;&#x3092;&#x7279;&#x5B9A;&#x3059;&#x308B;&#x3053;&#x3068;&#x306F;&#x3001;&#x6628;&#x5E74;&#x6539;&#x6B63;&#x3055;&#x308C;&#x305F;NICT&#x6CD5;&#x203B;&#x306B;&#x304A;&#x3044;&#x3066;&#x3001;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x7981;&#x6B62;&#x6CD5;&#x3067;&#x7981;&#x6B62;&#x3055;&#x308C;&#x3066;&#x3044;&#x308B;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x884C;&#x70BA;&#x304B;&#x3089;&#x9664;&#x5916;&#x3055;&#x308C;&#x3066;&#x3044;&#x307E;&#x3059;&#x3002;<br>
&#xFF08;&#x203B;&#xFF09;NICT&#x6CD5;&#x9644;&#x5247;&#x7B2C;&#xFF18;&#x6761;&#x7B2C;&#xFF17;&#x9805;&#x306B;&#x898F;&#x5B9A;
</p>
<p>
&#x306A;&#x305C;&#x306A;&#x3089;&#x3001;&#x6279;&#x5224;&#x306F;&#x3001;&#x6700;&#x521D;&#x306E;NHK&#x306E;&#x5831;&#x9053;&#x304B;&#x3089;&#x3042;&#x308B;&#x3088;&#x3046;&#x306B;&#x3001;&#x300C;&#x672C;&#x6765;&#x7684;&#x306B;&#x72AF;&#x7F6A;&#x3067;&#x3042;&#x308B;&#x884C;&#x70BA;&#x3092;&#x3001;&#x56FD;&#x304C;&#x884C;&#x3046;&#x3082;&#x306E;&#x3092;&#x7279;&#x4F8B;&#x3068;&#x3057;&#x3066;&#x3001;&#x72AF;&#x7F6A;&#x3067;&#x306A;&#x3044;&#x3053;&#x3068;&#x306B;&#x3057;&#x3066;&#x3057;&#x307E;&#x3046;&#x306A;&#x3093;&#x3066;&#x3001;&#x8A00;&#x8A9E;&#x9053;&#x65AD;&#x3060;&#x3002;&#x6CD5;&#x6539;&#x6B63;&#x3057;&#x305F;&#x3089;&#x3069;&#x3093;&#x306A;&#x72AF;&#x7F6A;&#x3082;&#x56FD;&#x306F;&#x8A31;&#x3055;&#x308C;&#x308B;&#x3068;&#x3044;&#x3046;&#x306E;&#x304B;&#x3002;&#x300D;&#xFF08;NHK&#x5831;&#x9053;&#x3078;&#x306E;&#x4E16;&#x9593;&#x306E;&#x53CD;&#x5FDC;&#x304B;&#x3089;&#x8981;&#x7D04;&#xFF09;&#x3068;&#x3044;&#x3046;&#x3082;&#x306E;&#x306A;&#x306E;&#x3060;&#x304B;&#x3089;&#x3001;&#x3044;&#x304F;&#x3089;&#x3001;&#x6CD5;&#x6539;&#x6B63;&#x3067;&#x5408;&#x6CD5;&#x306B;&#x3057;&#x307E;&#x3057;&#x305F;&#x3068;&#x8AAC;&#x660E;&#x3057;&#x305F;&#x3068;&#x3053;&#x308D;&#x3067;&#x3001;&#x7D0D;&#x5F97;&#x3057;&#x3066;&#x3082;&#x3089;&#x3048;&#x306A;&#x3044;&#x3002;
</p>
<p>
&#x5143;&#x304B;&#x3089;&#x5408;&#x6CD5;&#x306A;&#x884C;&#x70BA;&#x3067;&#x3042;&#x308B;&#x3053;&#x3068;&#x3092;&#x8AAC;&#x660E;&#x3059;&#x308B;&#x3079;&#x304D;&#x3067;&#x3042;&#x308B;&#x3057;&#x3001;&#x307E;&#x305F;&#x3001;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x7981;&#x6B62;&#x6CD5;&#x304C;&#x3001;&#x9632;&#x72AF;&#x306E;&#x305F;&#x3081;&#x306E;&#x884C;&#x653F;&#x304C;&#x6C7A;&#x3081;&#x305F;&#x30EB;&#x30FC;&#x30EB;&#x306B;&#x3059;&#x304E;&#x306A;&#x3044;&#x306E;&#x3060;&#x304B;&#x3089;&#x3001;&#x884C;&#x653F;&#x304C;&#x81EA;&#x3089;&#xFF08;&#x9632;&#x72AF;&#x306E;&#x305F;&#x3081;&#x306B;&#xFF09;&#x30EB;&#x30FC;&#x30EB;&#x5909;&#x66F4;&#x3059;&#x308B;&#x3053;&#x3068;&#x3082;&#x666E;&#x901A;&#x306E;&#x3053;&#x3068;&#x306A;&#x306E;&#x3060;&#xFF08;&#x56FD;&#x5BB6;&#x306B;&#x3088;&#x308B;&#x72AF;&#x7F6A;&#x3092;&#x72AF;&#x7F6A;&#x3067;&#x306A;&#x304F;&#x3057;&#x305F;&#x308F;&#x3051;&#x3067;&#x306F;&#x306A;&#x3044;&#xFF09;&#x3068;&#x3001;&#x305D;&#x3046;&#x3044;&#x3046;&#x8AAC;&#x660E;&#x304C;&#x5FC5;&#x8981;&#x306A;&#x3068;&#x3053;&#x308D;&#x3060;&#x308D;&#x3046;&#x3002;
</p>
<p>
&#x3068;&#x306F;&#x3044;&#x3048;&#x3001;&#x8A71;&#x306F;&#x305D;&#x3046;&#x7C21;&#x5358;&#x3067;&#x306F;&#x306A;&#x3044;&#x3002;&#x5143;&#x304B;&#x3089;&#x5408;&#x6CD5;&#x306A;&#x884C;&#x70BA;&#x306A;&#x3089;&#x3001;&#x306A;&#x305C;&#x8AAD;&#x307F;&#x66FF;&#x3048;&#x898F;&#x5B9A;&#x3067;&#x4E0A;&#x8A18;&#x306E;&#x300C;&#x7279;&#x5B9A;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x884C;&#x70BA;&#x300D;&#x3092;&#x300C;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x884C;&#x70BA;&#x300D;&#x306E;&#x5B9A;&#x7FA9;&#x304B;&#x3089;&#x9664;&#x304F;&#x5FC5;&#x8981;&#x304C;&#x3042;&#x3063;&#x305F;&#x306E;&#x304B;&#x3002;&#x3053;&#x306E;&#x898F;&#x5B9A;&#x3092;&#x5165;&#x308C;&#x305A;&#x306B;&#x6E08;&#x307E;&#x3059;&#x3053;&#x3068;&#x306F;&#x3067;&#x304D;&#x306A;&#x304B;&#x3063;&#x305F;&#x306E;&#x304B;&#x3002;
</p>
<p>
&#x5B9F;&#x306F;&#x78BA;&#x304B;&#x306B;&#x3053;&#x3053;&#x306B;&#x96E3;&#x3057;&#x3044;&#x3068;&#x3053;&#x308D;&#x304C;&#x3042;&#x308B;&#x3002;&#x4E0A;&#x8A18;&#x306E;&#x3088;&#x3046;&#x306B;&#x3001;&#x65E2;&#x77E5;&#x306E;&#x5DE5;&#x5834;&#x51FA;&#x8377;&#x6642;&#x5171;&#x901A;&#x521D;&#x671F;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x3060;&#x3051;&#x3092;&#x8A66;&#x3059;&#x306E;&#x3067;&#x3042;&#x308C;&#x3070;&#x3001;&#x5143;&#x3088;&#x308A;&#x5408;&#x6CD5;&#x3068;&#x8A00;&#x3048;&#x308B;&#x3068;&#x3057;&#x3066;&#x3082;&#x3001;&#x3053;&#x306E;&#x8ABF;&#x67FB;&#x306F;&#x4F55;&#x767E;&#x4E07;&#x3082;&#x306E;IP&#x30A2;&#x30C9;&#x30EC;&#x30B9;&#x306B;&#x5BFE;&#x3057;&#x3066;&#x6A5F;&#x68B0;&#x7684;&#x306B;&#x884C;&#x3046;&#x306E;&#x3060;&#x304B;&#x3089;&#x3001;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x5148;&#x306E;&#x6A5F;&#x5668;&#x304C;&#x3069;&#x3053;&#x306E;&#x88FD;&#x54C1;&#x306A;&#x306E;&#x304B;&#x308F;&#x304B;&#x3089;&#x306A;&#x3044;&#x3046;&#x3061;&#x306B;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x3092;&#x8A66;&#x3059;&#x3053;&#x3068;&#x306B;&#x306A;&#x308B;&#x3060;&#x308D;&#x3046;&#x3002;&#x305D;&#x3046;&#x3059;&#x308B;&#x3068;&#x3001;A&#x3068;&#x3044;&#x3046;&#x88FD;&#x54C1;&#x306E;&#x5DE5;&#x5834;&#x51FA;&#x8377;&#x6642;&#x5171;&#x901A;&#x521D;&#x671F;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x3068;&#x3057;&#x3066;&#x77E5;&#x3089;&#x308C;&#x3066;&#x3044;&#x308B;&#x300C;admin&#x300D;&#x3092;&#x8A66;&#x3057;&#x3066;&#x307F;&#x305F;&#x3068;&#x3053;&#x308D;&#x3001;&#x5B9F;&#x969B;&#x306B;&#x306F;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x5148;&#x306E;&#x6A5F;&#x5668;&#x306F;A&#x3068;&#x306F;&#x5225;&#x306E;B&#x3068;&#x3044;&#x3046;&#x88FD;&#x54C1;&#x3067;&#x3042;&#x308A;&#x3001;&#x305D;&#x306E;&#x88FD;&#x54C1;&#x306E;&#x521D;&#x671F;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x306F;&#x300C;admin&#x300D;&#x3067;&#x306F;&#x306A;&#x3044;&#x304C;&#x3001;&#x8A2D;&#x7F6E;&#x8005;&#x304C;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x7BA1;&#x7406;&#x3092;&#x3057;&#x3066;&#x3044;&#x3066;&#x3001;&#x305F;&#x307E;&#x305F;&#x307E;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x3092;&#x300C;admin&#x300D;&#x306B;&#x8A2D;&#x5B9A;&#x3057;&#x3066;&#x3044;&#x305F;&#x3068;&#x3044;&#x3046;&#x5834;&#x5408;&#x304C;&#x3042;&#x3063;&#x305F;&#x3068;&#x3059;&#x308B;&#x3068;&#x3001;&#x4E0A;&#x8A18;&#x306E;&#x7406;&#x5C48;&#x3067;&#x300C;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x3067;&#x306F;&#x306A;&#x3044;&#x300D;&#x3068;&#x306F;&#x8A00;&#x3044;&#x96E3;&#x3044;&#x9762;&#x304C;&#x51FA;&#x3066;&#x304D;&#x3066;&#x3057;&#x307E;&#x3046;&#x3002;&#x3082;&#x3063;&#x3068;&#x3082;&#x3001;&#x300C;admin&#x300D;&#x306A;&#x3069;&#x3068;&#x3044;&#x3046;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x306F;&#x3001;&#x524D;&#x8A18;&#x306E;&#x300C;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x7BA1;&#x7406;&#x8005;&#x304C;&#x3042;&#x3048;&#x3066;&#x653E;&#x7F6E;&#x3057;&#x3066;&#x3044;&#x308B;&#x5834;&#x5408;&#x300D;&#x306B;&#x5F53;&#x305F;&#x308B;&#x3068;&#x3082;&#x8A00;&#x3048;&#x306A;&#x304F;&#x3082;&#x306A;&#x3044;&#x304C;&#x3001;&#x306A;&#x3089;&#x3070;&#x3001;&#x88FD;&#x54C1;C&#x306E;&#x65E2;&#x77E5;&#x306E;&#x5DE5;&#x5834;&#x51FA;&#x8377;&#x6642;&#x5171;&#x901A;&#x521D;&#x671F;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x304C;&#x300C;xn283r72&#x300D;&#x3067;&#x3042;&#x308B;&#x5834;&#x5408;&#x306B;&#x3001;&#x305D;&#x308C;&#x3092;&#x8A66;&#x3057;&#x3066;&#x56DE;&#x308B;&#x969B;&#x306B;&#x3001;&#x5225;&#x306E;&#x88FD;&#x54C1;D&#x306E;&#x7BA1;&#x7406;&#x8005;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x3068;&#x3057;&#x3066;&#x305F;&#x307E;&#x305F;&#x307E;&#x300C;xn283r72&#x300D;&#x3092;&#x8A2D;&#x5B9A;&#x3057;&#x3066;&#x3044;&#x308B;&#x7BA1;&#x7406;&#x8005;&#xFF08;&#x88FD;&#x54C1;C&#x306E;&#x3053;&#x3068;&#x3092;&#x77E5;&#x3089;&#x305A;&#xFF09;&#x304C;&#x5C45;&#x306A;&#x3044;&#x3068;&#x3082;&#x9650;&#x3089;&#x306A;&#x3044;&#x3058;&#x3083;&#x306A;&#x3044;&#x304B;&#x3001;&#x306A;&#x3069;&#x3068;&#x3044;&#x3046;&#x3053;&#x3068;&#x304C;&#x8A00;&#x3048;&#x3066;&#x3057;&#x307E;&#x3046;&#x3002;
</p>
<p>
&#x305D;&#x306E;&#x3088;&#x3046;&#x306A;&#x307B;&#x3068;&#x3093;&#x3069;&#x8D77;&#x304D;&#x5F97;&#x306A;&#x3044;&#x3053;&#x3068;&#x304C;&#x8D77;&#x304D;&#x3066;&#x3057;&#x307E;&#x3046;&#x306E;&#x306F;&#x300C;&#x6545;&#x610F;&#x304C;&#x306A;&#x3044;&#x300D;&#x3068;&#x3059;&#x308B;&#x6574;&#x7406;&#x3082;&#x53EF;&#x80FD;&#x304B;&#x3082;&#x3057;&#x308C;&#x306A;&#x3044;&#x304C;&#x3001;&#x3055;&#x3059;&#x304C;&#x306B;&#x3001;&#x56FD;&#x306E;&#x6A5F;&#x95A2;&#x304C;&#x5B9F;&#x65BD;&#x3059;&#x308B;&#x3068;&#x306A;&#x308B;&#x3068;&#x3001;&#x305D;&#x306E;&#x3088;&#x3046;&#x306A;&#x6574;&#x7406;&#x3067;&#x306F;&#x5FC3;&#x8A31;&#x306A;&#x3044;&#x3068;&#x3044;&#x3046;&#x3053;&#x3068;&#x306B;&#x306A;&#x308B;&#x3060;&#x308D;&#x3046;&#x3002;&#x3054;&#x304F;&#x7A00;&#x306B;&#x3057;&#x304B;&#x8D77;&#x304D;&#x305D;&#x3046;&#x306B;&#x306A;&#x3044;&#x3053;&#x3068;&#x304C;&#x8D77;&#x304D;&#x308B;&#x4E8B;&#x614B;&#x306B;&#x5099;&#x3048;&#x3066;&#x3001;&#x7D50;&#x5C40;&#x306F;&#x3001;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x884C;&#x70BA;&#x304B;&#x3089;&#x9664;&#x5916;&#x3057;&#x3066;&#x304A;&#x304F;&#x898F;&#x5B9A;&#x306F;&#x5FC5;&#x8981;&#x3068;&#x3044;&#x3046;&#x3053;&#x3068;&#x306B;&#x306A;&#x308B;&#x3002;
</p>
<p>
&#x3064;&#x307E;&#x308A;&#x3001;&#x3053;&#x306E;&#x8AAD;&#x307F;&#x66FF;&#x3048;&#x898F;&#x5B9A;&#x306F;&#x3001;&#x5FF5;&#x306E;&#x305F;&#x3081;&#x306B;&#x7F6E;&#x304B;&#x308C;&#x305F;&#x7A0B;&#x5EA6;&#x306E;&#x3082;&#x306E;&#x3067;&#x3042;&#x3063;&#x3066;&#x3001;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x7981;&#x6B62;&#x6CD5;&#x306E;&#x6027;&#x8CEA;&#x3092;&#x672C;&#x8CEA;&#x7684;&#x306B;&#x5909;&#x66F4;&#x3059;&#x308B;&#x3082;&#x306E;&#x3067;&#x306F;&#x306A;&#x3044;&#x3068;&#x8A00;&#x3046;&#x3079;&#x304D;&#x3067;&#x3042;&#x308A;&#x3001;NHK&#x306F;&#x305D;&#x308C;&#x3092;&#x7406;&#x89E3;&#x3059;&#x308B;&#x3079;&#x304D;&#x3067;&#x3042;&#x3063;&#x305F;&#x3002;
</p>
<p>
&#x4EE5;&#x4E0A;&#x3001;&#x3053;&#x306E;&#x3088;&#x3046;&#x306B;&#x2026;&#x2026;&#x2026;&#x2026;&#x3044;&#x3084;&#x3001;&#x305D;&#x3093;&#x306A;&#x3075;&#x3046;&#x306B;&#x8003;&#x3048;&#x3066;&#x3044;&#x305F;&#x6642;&#x671F;&#x304C;&#x79C1;&#x306B;&#x3082;&#x3042;&#x308A;&#x307E;&#x3057;&#x305F;&#x3002;&#x5B9F;&#x306F;&#x307E;&#x3060;&#x307E;&#x3060;&#x8A71;&#x306F;&#x305D;&#x3093;&#x306A;&#x5358;&#x7D14;&#x3067;&#x306F;&#x306A;&#x3044;&#x306E;&#x3067;&#x3042;&#x308B;&#x3002;
</p>
<p>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
&#x4ECA;&#x56DE;&#x306E;&#x9A12;&#x52D5;&#x3092;&#x304D;&#x3063;&#x304B;&#x3051;&#x306B;&#x3001;&#x521D;&#x3081;&#x3066;&#x3061;&#x3083;&#x3093;&#x3068;&#x6539;&#x6B63;NICT&#x6CD5;&#x3092;&#x8AAD;&#x3093;&#x3067;&#x307F;&#x305F;<span class="footnote"><a name="fm08" href="./20190211.html#f08" title="&#x306A;&#x304A;&#x3001;&#x79C1;&#x306F;&#x3053;&#x306E;NICT&#x6CD5;&#x6539;&#x6B63;&#x6CD5;&#x306E;&#x7ACB;&#x6848;&#x306B;&#x95A2;&#x3057;&#x3066;&#x696D;&#x52D9;&#x3068;&#x3057;&#x3066;&#x4E00;&#x5207;&#x95A2;&#x4E0E;&#x3057;&#x3066;&#x3044;&#x306A;&#x3044;&#x3053;&#x3068;&#x3092;&#x4ED8;&#x8A18;&#x3057;&#x3066;&#x304A;&#x304F;&#x3002;NICT&#x304C;&#x5B9F;&#x65BD;&#x3059;&#x308B;&#x3068;&#x3044;&#x3046;&#x8A71;&#x306B;&#x306A;&#x3063;&#x3066;&#x4EE5;&#x964D;&#x3001;&#x4F55;&#x3089;&#x898B;&#x3066;&#x3082;&#x3044;&#x306A;&#x304B;&#x3063;&#x305F;&#x3002;&#x3082;&#x3057;&#x95A2;&#x4E0E;&#x3057;&#x3066;&#x3044;&#x305F;&#x306A;&#x3089;&#x3070;&#x3001;&#x3053;&#x3053;&#x3067;&#x3053;&#x306E;&#x3088;&#x3046;&#x306B;&#x64C1;&#x8B77;&#x3059;&#x308B;&#x767A;&#x8A00;&#x3092;&#x66F8;&#x304F;&#x3053;&#x3068;&#x306F;&#x306A;&#x304F;&#x3001;&#x6C88;&#x9ED9;&#x3059;&#x308B;&#x3057;&#x304B;&#x306A;&#x304B;&#x3063;&#x305F;&#x3067;&#x3042;&#x308D;&#x3046;&#x3002;">*8</a></span>&#x3068;&#x3053;&#x308D;&#x3001;&#x300C;&#x7279;&#x5B9A;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x884C;&#x70BA;&#x300D;&#x306E;&#x5B9A;&#x7FA9;&#x306B;&#x3001;&#x3053;&#x3093;&#x306A;&#x8981;&#x4EF6;&#x304C;&#x6DF7;&#x3058;&#x308A;&#x8FBC;&#x3093;&#x3067;&#x3044;&#x305F;&#x3053;&#x3068;&#x3092;&#x77E5;&#x3063;&#x305F;&#x3002;
</p>
<p>
<blockquote id="quote9">
</blockquote></p>
<p>
&#x4E00;&#x3000;&#x7279;&#x5B9A;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x884C;&#x70BA;&#x3000;&#x6A5F;&#x69CB;&#x306E;&#x7AEF;&#x672B;&#x8A2D;&#x5099;&#x53C8;&#x306F;&#x81EA;&#x55B6;&#x96FB;&#x6C17;&#x901A;&#x4FE1;&#x8A2D;&#x5099;&#x3092;&#x9001;&#x4FE1;&#x5143;&#x3068;&#x3057;&#x3001;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x5236;&#x5FA1;&#x6A5F;&#x80FD;&#x3092;&#x6709;&#x3059;&#x308B;&#x7279;&#x5B9A;&#x96FB;&#x5B50;&#x8A08;&#x7B97;&#x6A5F;&#x3067;&#x3042;&#x308B;&#x96FB;&#x6C17;&#x901A;&#x4FE1;&#x8A2D;&#x5099;&#x53C8;&#x306F;&#x5F53;&#x8A72;&#x96FB;&#x6C17;&#x901A;&#x4FE1;&#x8A2D;&#x5099;&#x306B;&#x96FB;&#x6C17;&#x901A;&#x4FE1;&#x56DE;&#x7DDA;&#x3092;&#x4ECB;&#x3057;&#x3066;&#x63A5;&#x7D9A;&#x3055;&#x308C;&#x305F;&#x4ED6;&#x306E;&#x96FB;&#x6C17;&#x901A;&#x4FE1;&#x8A2D;&#x5099;&#x3092;&#x9001;&#x4FE1;&#x5148;&#x3068;&#x3059;&#x308B;&#x96FB;&#x6C17;&#x901A;&#x4FE1;&#x306E;&#x9001;&#x4FE1;&#x3092;&#x884C;&#x3046;&#x884C;&#x70BA;&#x3067;&#x3042;&#x3063;&#x3066;&#x3001;&#x5F53;&#x8A72;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x5236;&#x5FA1;&#x6A5F;&#x80FD;&#x3092;&#x6709;&#x3059;&#x308B;&#x7279;&#x5B9A;&#x96FB;&#x5B50;&#x8A08;&#x7B97;&#x6A5F;&#x3067;&#x3042;&#x308B;&#x96FB;&#x6C17;&#x901A;&#x4FE1;&#x8A2D;&#x5099;&#x306B;&#x96FB;&#x6C17;&#x901A;&#x4FE1;&#x56DE;&#x7DDA;&#x3092;&#x901A;&#x3058;&#x3066;&#x5F53;&#x8A72;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x5236;&#x5FA1;&#x6A5F;&#x80FD;&#x306B;&#x4FC2;&#x308B;&#x4ED6;&#x4EBA;&#x306E;&#x8B58;&#x5225;&#x7B26;&#x53F7;<strong>&#xFF08;&#x5F53;&#x8A72;&#x8B58;&#x5225;&#x7B26;&#x53F7;&#x306B;&#x3064;&#x3044;&#x3066;&#x96FB;&#x6C17;&#x901A;&#x4FE1;&#x4E8B;&#x696D;&#x6CD5;&#x7B2C;52&#x6761;&#x7B2C;1&#x9805;&#x53C8;&#x306F;&#x7B2C;70&#x6761;&#x7B2C;1&#x9805;&#x7B2C;1&#x53F7;&#x306E;&#x898F;&#x5B9A;&#x306B;&#x3088;&#x308A;&#x8A8D;&#x53EF;&#x3092;&#x53D7;&#x3051;&#x305F;&#x6280;&#x8853;&#x7684;&#x6761;&#x4EF6;&#x306B;&#x304A;&#x3044;&#x3066;&#x5B9A;&#x3081;&#x3066;&#x3044;&#x308B;&#x57FA;&#x6E96;&#x3092;&#x52D8;&#x6848;&#x3057;&#x3066;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x884C;&#x70BA;&#x304B;&#x3089;&#x9632;&#x5FA1;&#x3059;&#x308B;&#x305F;&#x3081;&#x5FC5;&#x8981;&#x306A;&#x57FA;&#x6E96;&#x3068;&#x3057;&#x3066;&#x7DCF;&#x52D9;&#x7701;&#x4EE4;&#x3067;&#x5B9A;&#x3081;&#x308B;&#x57FA;&#x6E96;&#x3092;&#x6E80;&#x305F;&#x3055;&#x306A;&#x3044;&#x3082;&#x306E;&#x306B;&#x9650;&#x308B;&#x3002;&#xFF09;</strong>&#x3092;&#x5165;&#x529B;&#x3057;&#x3066;&#x5F53;&#x8A72;&#x96FB;&#x6C17;&#x901A;&#x4FE1;&#x8A2D;&#x5099;&#x3092;&#x4F5C;&#x52D5;&#x3055;&#x305B;&#x3001;&#x5F53;&#x8A72;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x5236;&#x5FA1;&#x6A5F;&#x80FD;&#x306B;&#x3088;&#x308A;&#x5236;&#x9650;&#x3055;&#x308C;&#x3066;&#x3044;&#x308B;&#x5F53;&#x8A72;&#x96FB;&#x6C17;&#x901A;&#x4FE1;&#x8A2D;&#x5099;&#x53C8;&#x306F;&#x5F53;&#x8A72;&#x96FB;&#x6C17;&#x901A;&#x4FE1;&#x8A2D;&#x5099;&#x306B;&#x96FB;&#x6C17;&#x901A;&#x4FE1;&#x56DE;&#x7DDA;&#x3092;&#x4ECB;&#x3057;&#x3066;&#x63A5;&#x7D9A;&#x3055;&#x308C;&#x305F;&#x4ED6;&#x306E;&#x96FB;&#x6C17;&#x901A;&#x4FE1;&#x8A2D;&#x5099;&#x306E;&#x7279;&#x5B9A;&#x5229;&#x7528;&#x3092;&#x3057;&#x5F97;&#x308B;&#x72B6;&#x614B;&#x306B;&#x3055;&#x305B;&#x308B;&#x884C;&#x70BA;&#x3092;&#x3044;&#x3046;&#x3002;
</p>
<p>
<cite>&#x56FD;&#x7ACB;&#x7814;&#x7A76;&#x958B;&#x767A;&#x6CD5;&#x4EBA;&#x60C5;&#x5831;&#x901A;&#x4FE1;&#x7814;&#x7A76;&#x6A5F;&#x69CB;&#x6CD5;&#xFF08;&#x5E73;&#x6210;30&#x5E74;5&#x6708;23&#x65E5;&#x516C;&#x5E03;&#xFF08;&#x5E73;&#x6210;30&#x5E74;&#x6CD5;&#x5F8B;&#x7B2C;24&#x53F7;&#xFF09;&#x6539;&#x6B63;&#xFF09;</cite>
</p>
<p>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
&#x3053;&#x306E;&#x5F37;&#x8ABF;&#x90E8;&#x5206;&#x306F;&#x3001;&#x300C;&#x7279;&#x5B9A;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x884C;&#x70BA;&#x300D;&#x3067;&#x5165;&#x529B;&#x3059;&#x308B;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x304C;&#x3069;&#x3046;&#x3044;&#x3046;&#x3082;&#x306E;&#x304B;&#x3092;&#x9650;&#x5B9A;&#x3057;&#x3066;&#x3044;&#x308B;&#x306E;&#x3060;&#x304C;&#x3001;&#x5DE5;&#x5834;&#x51FA;&#x8377;&#x6642;&#x5171;&#x901A;&#x521D;&#x671F;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x304C;&#x898F;&#x5B9A;&#x3055;&#x308C;&#x3066;&#x3044;&#x308B;&#x304B;&#x3068;&#x601D;&#x3044;&#x304D;&#x3084;&#x3001;&#x305D;&#x3046;&#x3067;&#x306F;&#x306A;&#x304F;&#x3001;&#x300C;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x884C;&#x70BA;&#x304B;&#x3089;&#x9632;&#x5FA1;&#x3059;&#x308B;&#x305F;&#x3081;&#x5FC5;&#x8981;&#x306A;&#x57FA;&#x6E96;&#x3068;&#x3057;&#x3066;&#x7DCF;&#x52D9;&#x7701;&#x4EE4;&#x3067;&#x5B9A;&#x3081;&#x308B;&#x57FA;&#x6E96;&#x3092;&#x6E80;&#x305F;&#x3055;&#x306A;&#x3044;&#x3082;&#x306E;&#x306B;&#x9650;&#x308B;&#x300D;&#x3068;&#x3044;&#x3046;&#x306E;&#x3067;&#x3042;&#x308B;&#x3002;&#x3064;&#x307E;&#x308A;&#x3001;&#x5341;&#x5206;&#x306B;&#x5F37;&#x304F;&#x306A;&#x3044;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x306F;&#x5168;&#x90E8;&#x5BFE;&#x8C61;&#x3060;&#x3068;&#x8A00;&#x3046;&#x306E;&#x3067;&#x3042;&#x308B;&#x3002;&#x3057;&#x304B;&#x3082;&#x305D;&#x306E;&#x57FA;&#x6E96;&#x304C;&#x3001;&#x96FB;&#x6C17;&#x901A;&#x4FE1;&#x4E8B;&#x696D;&#x6CD5;52&#x6761;&#xFF08;&#x7AEF;&#x672B;&#x8A2D;&#x5099;&#x306E;&#x63A5;&#x7D9A;&#x306E;&#x6280;&#x8853;&#x57FA;&#x6E96;&#xFF09;&#x306B;&#x5023;&#x3046;&#x3068;&#x3044;&#x3046;&#x306E;&#x3067;&#x3042;&#x308B;&#x304B;&#x3089;&#x3001;&#x3082;&#x306F;&#x3084;&#x3001;&#x5F53;&#x521D;&#x76EE;&#x7684;<span class="footnote"><a name="fm09" href="./20190211.html#f09" title="&#x305D;&#x3082;&#x305D;&#x3082;&#x300C;&#x5F53;&#x521D;&#x76EE;&#x7684;&#x300D;&#x306A;&#x3069;&#x3068;&#x3044;&#x3046;&#x3082;&#x306E;&#x304C;&#x3042;&#x3063;&#x305F;&#x306E;&#x304B;&#x77E5;&#x3089;&#x306A;&#x3044;&#x304C;&#x3002;">*9</a></span>&#x3068;&#x4F55;&#x306E;&#x95A2;&#x4FC2;&#x3082;&#x306A;&#x3044;&#x8A71;&#x306B;&#x306A;&#x3063;&#x3066;&#x3057;&#x307E;&#x3063;&#x3066;&#x3044;&#x308B;&#x3002;&#x3053;&#x308C;&#x306F;&#x7ACB;&#x6CD5;&#x30DF;&#x30B9;&#x3067;&#x306F;&#x306A;&#x3044;&#x306E;&#x304B;&#x3002;
</p>
<p>
&#x305D;&#x306E;&#x300C;&#x7DCF;&#x52D9;&#x7701;&#x4EE4;&#x3067;&#x5B9A;&#x3081;&#x308B;&#x57FA;&#x6E96;&#x300D;&#x304C;&#x3069;&#x3046;&#x306A;&#x3063;&#x305F;&#x304B;&#x3092;&#x78BA;&#x8A8D;&#x3057;&#x305F;&#x3068;&#x3053;&#x308D;&#x3001;&#x4EE5;&#x4E0B;&#x306E;&#x3088;&#x3046;&#x306B;&#x898F;&#x5B9A;&#x3055;&#x308C;&#x3066;&#x3044;&#x305F;&#x3002;
</p>
<p>
<blockquote id="quote10">
</blockquote></p>
<p>
&#xFF08;&#x8B58;&#x5225;&#x7B26;&#x53F7;&#x306E;&#x57FA;&#x6E96;&#xFF09;<br>
&#x7B2C;1&#x6761;&#x3000;&#x56FD;&#x7ACB;&#x7814;&#x7A76;&#x958B;&#x767A;&#x6CD5;&#x4EBA;&#x60C5;&#x5831;&#x901A;&#x4FE1;&#x7814;&#x7A76;&#x6A5F;&#x69CB;&#x6CD5;&#xFF08;&#x5E73;&#x6210;11&#x5E74;&#x6CD5;&#x5F8B;&#x7B2C;162&#x53F7;&#x3002;&#x4EE5;&#x4E0B;&#x300C;&#x6CD5;&#x300D;&#x3068;&#x3044;&#x3046;&#x3002;&#xFF09;&#x9644;&#x5247;&#x7B2C;8&#x6761;&#x7B2C;4&#x9805;&#x7B2C;1&#x53F7;&#x306B;&#x898F;&#x5B9A;&#x3059;&#x308B;&#x7DCF;&#x52D9;&#x7701;&#x4EE4;&#x3067;&#x5B9A;&#x3081;&#x308B;&#x8B58;&#x5225;&#x7B26;&#x53F7;&#x306E;&#x57FA;&#x6E96;&#x306F;&#x3001;&#x6697;&#x8A3C;&#x7B26;&#x53F7;&#x3092;&#x8A2D;&#x5B9A;&#x3059;&#x308B;&#x3082;&#x306E;&#x3067;&#x3042;&#x308B;&#x5834;&#x5408;&#x3001;&#x6B21;&#x306E;&#x5404;&#x53F7;&#x306E;<strong>&#x3044;&#x305A;&#x308C;&#x306B;&#x3082;&#x8A72;&#x5F53;</strong>&#x3059;&#x308B;&#x3053;&#x3068;&#x3068;&#x3059;&#x308B;&#x3002;
</p>
<p>
&#x4E00;&#x3000;&#x5B57;&#x6570;8&#x4EE5;&#x4E0A;&#x3067;&#x3042;&#x308B;&#x3053;&#x3068;&#x3002;
</p>
<p>
&#x4E8C;&#x3000;&#x3053;&#x308C;&#x307E;&#x3067;&#x9001;&#x4FE1;&#x578B;&#x5BFE;&#x96FB;&#x6C17;&#x901A;&#x4FE1;&#x8A2D;&#x5099;&#x30B5;&#x30A4;&#x30D0;&#x30FC;&#x653B;&#x6483;&#x306E;&#x305F;&#x3081;&#x306B;&#x7528;&#x3044;&#x3089;&#x308C;&#x305F;&#x3082;&#x306E;&#x3001;&#x540C;&#x4E00;&#x306E;&#x6587;&#x5B57;&#x306E;&#x307F;&#x53C8;&#x306F;&#x9023;&#x7D9A;&#x3057;&#x305F;&#x6587;&#x5B57;&#x306E;&#x307F;&#x3092;&#x7528;&#x3044;&#x305F;&#x3082;&#x306E;&#x305D;&#x306E;&#x4ED6;&#x306E;&#x5BB9;&#x6613;&#x306B;&#x63A8;&#x6E2C;&#x3055;&#x308C;&#x308B;&#x3082;&#x306E;&#x4EE5;&#x5916;&#x306E;&#x3082;&#x306E;&#x3067;&#x3042;&#x308B;&#x3053;&#x3068;&#x3002;
</p>
<p>
<cite>&#x56FD;&#x7ACB;&#x7814;&#x7A76;&#x958B;&#x767A;&#x6CD5;&#x4EBA;&#x60C5;&#x5831;&#x901A;&#x4FE1;&#x7814;&#x7A76;&#x6A5F;&#x69CB;&#x6CD5;&#x9644;&#x5247;&#x7B2C;8&#x6761;&#x7B2C;4&#x9805;&#x7B2C;1&#x53F7;&#x306B;&#x898F;&#x5B9A;&#x3059;&#x308B;&#x7DCF;&#x52D9;&#x7701;&#x4EE4;&#x3067;&#x5B9A;&#x3081;&#x308B;&#x57FA;&#x6E96;&#x53CA;&#x3073;&#x7B2C;9&#x6761;&#x306B;&#x898F;&#x5B9A;&#x3059;&#x308B;&#x696D;&#x52D9;&#x306E;&#x5B9F;&#x65BD;&#x306B;&#x95A2;&#x3059;&#x308B;&#x8A08;&#x753B;&#x306B;&#x95A2;&#x3059;&#x308B;&#x7701;&#x4EE4;</cite>
</p>
<p>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
&#x3053;&#x308C;&#x306F;&#x300C;&#x6E80;&#x305F;&#x3055;&#x306A;&#x3044;&#x3082;&#x306E;&#x306B;&#x9650;&#x308B;&#x300D;&#x306E;&#x57FA;&#x6E96;&#x3067;&#x3042;&#x308B;&#x304B;&#x3089;&#x3001;NICT&#x304C;&#x5165;&#x529B;&#x3059;&#x308B;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x306F;&#x3001;&#x3053;&#x306E;&#x5426;&#x5B9A;&#x3001;&#x3059;&#x306A;&#x308F;&#x3061;&#x3001;&#x300C;&#x5B57;&#x6570;8&#x672A;&#x6E80;&#x3067;&#x3042;&#x308B;<strong>&#x304B;&#x3001;&#x53C8;&#x306F;&#x3001;</strong>&#x300E;&#x3053;&#x308C;&#x307E;&#x3067;&#x2026;&#x30B5;&#x30A4;&#x30D0;&#x30FC;&#x653B;&#x6483;&#x306E;&#x305F;&#x3081;&#x306B;&#x7528;&#x3044;&#x3089;&#x308C;&#x305F;&#x3082;&#x306E;&#x2026;&#x2026;&#x305D;&#x306E;&#x4ED6;&#x306E;&#x5BB9;&#x6613;&#x306B;&#x63A8;&#x6E2C;&#x3055;&#x308C;&#x308B;&#x3082;&#x306E;&#x300F;&#x300D;&#x3068;&#x3044;&#x3046;&#x3053;&#x3068;&#x306B;&#x306A;&#x308B;&#x3002;&#x300C;&#x3044;&#x305A;&#x308C;&#x306B;&#x3082;&#x8A72;&#x5F53;&#x300D;&#x306E;&#x5426;&#x5B9A;&#x306F;&#x300C;&#x3044;&#x305A;&#x308C;&#x304B;&#x306B;&#x975E;&#x8A72;&#x5F53;&#x300D;&#x3067;&#x3042;&#x308B;&#x70B9;&#x306B;&#x6CE8;&#x610F;&#x3057;&#x305F;&#x3044;<span class="footnote"><a name="fm10" href="./20190211.html#f10" title="&#x3055;&#x3059;&#x304C;&#x306B;&#x3053;&#x308C;&#x304C;&#x3001;&#x300C;&lt;a href=&quot;https://www.atmarkit.co.jp/ait/articles/0410/27/news113.html&quot;&gt;&#x7B46;&#x8005;&#x306E;&#x3088;&#x3046;&#x306B;&#x7406;&#x7CFB;&#x306E;&#x4E16;&#x754C;&#x304B;&#x3089;&#x8D85;&#x6587;&#x7CFB;&#x306A;&#x4E16;&#x754C;&#x306B;&#x6765;&#x308B;&#x3068;&#x3001;&#x300C;&#x7406;&#x7CFB;&#x306E;&#x5E38;&#x8B58;&#x306F;&#x6587;&#x7CFB;&#x306E;&#x975E;&#x5E38;&#x8B58;&#x300D;&#x3068;&#x3044;&#x3063;&#x305F;&#x4E8B;&#x614B;&#x306B;&#x76F4;&#x9762;&#x3059;&#x308B;&#x3002;&#x305D;&#x306E;&#x4E2D;&#x3067;&#x3082;&#x7406;&#x7CFB;&#x3067;&#x306F;&#x5E38;&#x8B58;&#x3068;&#x3055;&#x308C;&#x308B;&#x8AD6;&#x7406;&#x601D;&#x8003;&#x30FB;&#x8AD6;&#x7406;&#x7684;&#x76F4;&#x611F;&#x304C;&#x6CD5;&#x66F9;&#x306A;&#x3069;&#x306E;&#x8D85;&#x6587;&#x7CFB;&#x4E16;&#x754C;&#x3067;&#x306F;&#x975E;&#x5E38;&#x8B58;&#x3068;&#x3055;&#x308C;&#x308B;&#x3053;&#x3068;&#x306B;&#x3057;&#x3070;&#x3057;&#x3070;&#x9A5A;&#x304F;&#x3002;&lt;/a&gt;&#x300D;&#xFF08;@IT, 2004&#x5E74;10&#x6708;&#xFF09;&#x306E;&#x30AA;&#x30C1;&#x3067;&#x306F;&#x306A;&#x304B;&#x308D;&#x3046;&#x3068;&#x306F;&#x601D;&#x3046;&#x304C;&#x3002;">*10</a></span>&#x3002;&#x3064;&#x307E;&#x308A;&#x3001;&#x5B57;&#x6570;7&#x4EE5;&#x4E0B;&#x306E;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x306F;&#x5168;&#x3066;&#x5BFE;&#x8C61;&#xFF01;&#x306A;&#x306E;&#x3067;&#x3042;&#x308B;&#x3002;&#x304A;&#x3044;&#x304A;&#x3044;&#x30DE;&#x30B8;&#x306A;&#x306E;&#x304B;&#xFF01;&#xFF1F;
</p>
<p>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
&#x30AA;&#x30F3;&#x30E9;&#x30A4;&#x30F3;&#x8A8D;&#x8A3C;&#x7528;&#x306E;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x306E;&#x5834;&#x5408;<span class="footnote"><a name="fm11" href="./20190211.html#f11" title="&#x30D5;&#x30A1;&#x30A4;&#x30EB;&#x6697;&#x53F7;&#x5316;&#x7528;&#x306E;&#x9375;&#x3068;&#x3057;&#x3066;&#x306E;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x306E;&#x5834;&#x5408;&#x306F;&#x3001;&#x6982;&#x306D;&#x500D;&#x306E;&#x9577;&#x3055;&#x304C;&#x5FC5;&#x8981;&#x3067;&#x3042;&#x308B;&#x306E;&#x306B;&#x5BFE;&#x3057;&#x3066;&#x3002;">*11</a></span>&#x3001;&#x30E9;&#x30F3;&#x30C0;&#x30E0;&#x751F;&#x6210;&#x306E;&#x6587;&#x5B57;&#x5217;&#xFF08;&#x82F1;&#x5927;&#x5C0F;&#x6587;&#x5B57;&#x6570;&#x5B57;&#x8A18;&#x53F7;&#x304B;&#x3089;&#x306A;&#x308B;&#xFF09;&#x3067;&#x3042;&#x308C;&#x3070;&#x3001;7&#x6587;&#x5B57;&#x3067;&#x3082;&#x5341;&#x5206;&#x306A;&#x5F37;&#x5EA6;&#x304C;&#x3042;&#x308B;&#x3068;&#x8A00;&#x3048;&#x308B;&#x3002;&#x305D;&#x308C;&#x306A;&#x306E;&#x306B;&#x3001;&#x3053;&#x306E;&#x7701;&#x4EE4;&#x306F;&#x3001;7&#x6587;&#x5B57;&#x306E;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x306F;&#x3069;&#x3093;&#x306A;&#x5185;&#x5BB9;&#x3067;&#x3042;&#x3063;&#x3066;&#x3082;&#x300C;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x884C;&#x70BA;&#x304B;&#x3089;&#x9632;&#x5FA1;&#x3059;&#x308B;&#x305F;&#x3081;&#x5FC5;&#x8981;&#x306A;&#x57FA;&#x6E96;&#x300D;&#x3092;&#x6E80;&#x305F;&#x3055;&#x306A;&#x3044;&#x3068;&#x3057;&#x3001;&#x30A2;&#x30BF;&#x30C3;&#x30AF;&#x3059;&#x308B;&#x305E;&#x3068;&#x8A00;&#x3063;&#x3066;&#x3044;&#x308B;&#x306E;&#x3067;&#x3042;&#x308B;&#x3002;
</p>
<p>
&#x3053;&#x308C;&#x3067;&#x306F;&#x3055;&#x3059;&#x304C;&#x306B;&#x56FD;&#x6C11;&#x304C;&#x53CD;&#x767A;&#x3059;&#x308B;&#x3067;&#x3042;&#x308D;&#x3046;&#x3002;&#x307E;&#x3055;&#x306B;&#x524D;&#x63B2;&#x306E;&#x6279;&#x5224;&#x306E;&#x58F0;&#x306B;&#x3042;&#x3063;&#x305F;&#x300C;&#x56FD;&#x304C;&#x4E00;&#x8ED2;&#x305A;&#x3064;&#x30C9;&#x30A2;&#x3092;&#x958B;&#x3051;&#x3066;&#x4FB5;&#x5165;&#x3057;&#x3066;&#x307F;&#x307E;&#x3059;&#x300D;&#x306E;&#x69D8;&#x76F8;&#x3092;&#x5448;&#x3057;&#x3066;&#x3044;&#x308B;&#x3057;&#x3001;&#x3057;&#x304B;&#x3082;&#x3001;&#x300C;&#x9375;&#x306E;&#x304B;&#x304B;&#x3063;&#x3066;&#x306A;&#x3044;&#x5BB6;&#x304C;&#x591A;&#x3044;&#x3089;&#x3057;&#x3044;&#x304B;&#x3089;&#x300D;&#x3067;&#x306F;&#x306A;&#x304F;&#x3001;&#x300C;&#x9375;&#x306E;&#x304B;&#x304B;&#x3063;&#x3066;&#x3044;&#x308B;&#x5BB6;&#x3067;&#x3042;&#x308D;&#x3046;&#x3068;&#x3082;&#x6289;&#x3058;&#x958B;&#x3051;&#x3066;&#x3084;&#x308B;&#x305E;&#x300D;&#x3068;&#x3044;&#x3046;&#x57FA;&#x6E96;&#x304C;&#x898F;&#x5B9A;&#x3055;&#x308C;&#x3066;&#x3044;&#x308B;&#x306E;&#x3067;&#x3042;&#x308B;&#x3002;
</p>
<p>
&#x3053;&#x308C;&#x306F;&#x306A;&#x3044;&#x308F;&#x30FC;&#x3002;&#x305F;&#x3060;&#x3001;&#x5B9F;&#x969B;&#x306B;NICT&#x304C;&#x3069;&#x306E;&#x3088;&#x3046;&#x306A;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x3092;&#x5165;&#x529B;&#x3059;&#x308B;&#x304B;&#x306F;&#x3001;&#x300C;&#x5B9F;&#x65BD;&#x8A08;&#x753B;&#x300D;&#x306B;&#x8A18;&#x8F09;&#x3055;&#x308C;&#x3066;&#x3044;&#x308B;&#x3088;&#x3046;&#x3067;&#x3042;&#x308A;&#x3001;&#x300C;<a href="http://www.soumu.go.jp/main_content/000595925.pdf">&#x9644;&#x5247;&#x7B2C;8&#x6761;&#x7B2C;2&#x9805;&#x306B;&#x898F;&#x5B9A;&#x3059;&#x308B;&#x696D;&#x52D9;&#x306E;&#x5B9F;&#x65BD;&#x306B;&#x95A2;&#x3059;&#x308B;&#x8A08;&#x753B;&#x306E;&#x8A31;&#x53EF;&#x7533;&#x8ACB;&#x306E;&#x6982;&#x8981;</a>&#x300D;&#x306B;&#x3088;&#x308C;&#x3070;&#x3001;&#x300C;&#x7279;&#x5B9A;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x884C;&#x70BA;&#x306B;&#x4FC2;&#x308B;&#x8B58;&#x5225;&#x7B26;&#x53F7;&#x306E;&#x65B9;&#x91DD;&#x300D;&#x306B;&#x306F;&#x3001;&#x4EE5;&#x4E0B;&#x306E;&#x3088;&#x3046;&#x306B;&#x8A18;&#x8F09;&#x3055;&#x308C;&#x3066;&#x3044;&#x308B;&#x3088;&#x3046;&#x3067;&#x3042;&#x308A;&#x3001;&#x524D;&#x63B2;&#x306E;&#x7701;&#x4EE4;1&#x6761;&#x306E;&#x3001;2&#x53F7;&#xFF08;&#x306E;&#x5426;&#x5B9A;&#xFF09;&#x76F8;&#x5F53;&#x306E;&#x3082;&#x306E;&#x3060;&#x3051;&#x3067;&#x3001;1&#x53F7;&#xFF08;&#x306E;&#x5426;&#x5B9A;&#xFF09;&#x76F8;&#x5F53;&#x306E;&#x3082;&#x306E;&#xFF08;7&#x6587;&#x5B57;&#x4EE5;&#x4E0B;&#x306E;&#x5168;&#x90E8;&#x3068;&#x304B;&#x3044;&#x3046;&#xFF09;&#x306E;&#x8A18;&#x8F09;&#x306F;&#x306A;&#x3044;&#x3088;&#x3046;&#x3060;&#x3002;
</p>
<p>
<ul>
<li style="width: 47%; display: inline-block; vertical-align: top;"><blockquote class="twitter-tweet"><p lang="ja" dir="ltr">&#x9ED2;&#x5857;&#x308A;&#x306E;&#x5E45;&#x304B;&#x3089;&#x63A8;&#x6E2C;&#x3059;&#x308B;&#x3068;&#x3001;&#x7DCF;&#x52D9;&#x7701;&#x306E;&#x8ABF;&#x67FB;&#x3067;&#x5165;&#x529B;&#x3059;&#x308B;&#x8B58;&#x5225;&#x7B26;&#x53F7;&#x306F;10&#x500B;&#x7A0B;&#x5EA6;&#x306E;&#x3088;&#x3046;&#x306B;&#x601D;&#x3048;&#x308B;&#x3002; <a href="https://t.co/rP1Jxugydt">pic.twitter.com/rP1Jxugydt</a></p>&#x2014; &#x5317;&#x6CB3;&#x62D3;&#x58EB; KITAGAWA,Takuji (@kitagawa_takuji) <a href="https://twitter.com/kitagawa_takuji/status/1088993415855915008?ref_src=twsrc%5Etfw">January 26, 2019</a></blockquote></li>
<li style="width: 47%; display: inline-block; vertical-align: top;"><blockquote class="twitter-tweet"><p lang="ja" dir="ltr">&#x9ED2;&#x5857;&#x308A;&#x3092;&#x30B3;&#x30D4;&#x30DA;&#x3057;&#x305F;&#x3089;&#x9ED2;&#x5857;&#x308A;&#x306E;&#x4E0B;&#x306E;&#x6587;&#x66F8;&#x304C;&#x5FA9;&#x5143;&#x3067;&#x304D;&#x305F;&#x3002;<br><br>&#x2192; &#x672C;&#x8CC7;&#x6599;16&#xFF5E;19&#x30DA;&#x30FC;&#x30B8;&#x53C2;&#x7167;<br><br>&#x3068;&#x306A;&#x3063;&#x3066;&#x3044;&#x305F;&#x306E;&#x3067;&#x3001;10&#x500B;&#x7A0B;&#x5EA6;&#x3068;&#x3044;&#x3046;&#x306E;&#x306F;&#x9593;&#x9055;&#x3044;&#x3002; <a href="https://t.co/QT2kRsgPhY">https://t.co/QT2kRsgPhY</a></p>&#x2014; &#x5317;&#x6CB3;&#x62D3;&#x58EB; KITAGAWA,Takuji (@kitagawa_takuji) <a href="https://twitter.com/kitagawa_takuji/status/1089006701313896448?ref_src=twsrc%5Etfw">January 26, 2019</a></blockquote></li>
</ul>
<blockquote id="quote11">
</blockquote></p>
<p>
&#x2462; &#x7279;&#x5B9A;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x884C;&#x70BA;&#x3067;&#x5165;&#x529B;&#x3059;&#x308B;&#x8B58;&#x5225;&#x7B26;&#x53F7;&#x306E;&#x65B9;&#x91DD;&#x30FB;&#x65B9;&#x91DD;&#x306B;&#x57FA;&#x3065;&#x304D;&#x5165;&#x529B;&#x3059;&#x308B;&#x8B58;&#x5225;&#x7B26;&#x53F7;
</p>
<p>
(1) &#x7279;&#x5B9A;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x884C;&#x70BA;&#x306B;&#x4FC2;&#x308B;&#x8B58;&#x5225;&#x7B26;&#x53F7;&#x306E;&#x65B9;&#x91DD;
</p>
<p>
<ul>
<li>&#x9001;&#x4FE1;&#x578B;&#x5BFE;&#x96FB;&#x6C17;&#x901A;&#x4FE1;&#x8A2D;&#x5099;&#x30B5;&#x30A4;&#x30D0;&#x30FC;&#x653B;&#x6483;&#x306E;&#x5B9F;&#x7E3E;&#x306E;&#x3042;&#x308B;&#x30DE;&#x30EB;&#x30A6;&#x30A7;&#x30A2;&#xFF08;&#x4E9C;&#x7A2E;&#x542B;&#x3080;&#xFF09;&#x3067;&#x5229;&#x7528;&#x3055;&#x308C;&#x3066;&#x3044;&#x308B;&#x8B58;&#x5225;&#x7B26;&#x53F7;
</li><li>&#x540C;&#x4E00;&#x306E;&#x6587;&#x5B57;&#x306E;&#x307F;&#x306E;&#x6697;&#x8A3C;&#x7B26;&#x53F7;&#x3092;&#x7528;&#x3044;&#x3066;&#x3044;&#x308B;&#x3082;&#x306E;&#xFF08;1111&#x3001;aaaa&#x7B49;&#xFF09;
</li><li>&#x9023;&#x7D9A;&#x3057;&#x305F;&#x6587;&#x5B57;&#x306E;&#x307F;&#x306E;&#x6697;&#x8A3C;&#x7B26;&#x53F7;&#x3092;&#x7528;&#x3044;&#x3066;&#x3044;&#x308B;&#x3082;&#x306E;&#xFF08;1234&#x3001;abcd&#x7B49;&#xFF09;
</li><li>&#x9023;&#x7D9A;&#x3057;&#x305F;&#x6587;&#x5B57;&#x306E;&#x307F;&#x3092;&#x7E70;&#x308A;&#x8FD4;&#x3057;&#x305F;&#x6697;&#x8A3C;&#x7B26;&#x53F7;&#x3092;&#x7528;&#x3044;&#x3066;&#x3044;&#x308B;&#x3082;&#x306E;&#xFF08;12341234&#x3001;abcdabcd&#x7B49;&#xFF09;
</li><li>&#x6A5F;&#x5668;&#x306E;&#x521D;&#x671F;&#x8A2D;&#x5B9A;&#x306E;&#x8B58;&#x5225;&#x7B26;&#x53F7;&#xFF08;&#x6A5F;&#x5668;&#x56FA;&#x6709;&#x306B;&#x8B58;&#x5225;&#x7B26;&#x53F7;&#x304C;&#x4ED8;&#x4E0E;&#x3055;&#x308C;&#x3066;&#x3044;&#x308B;&#x3068;&#x78BA;&#x8A8D;&#x3055;&#x308C;&#x305F;&#x3082;&#x306E;&#x3092;&#x9664;&#x304F;&#x3002;&#xFF09;
</li></ul>
</p>
<p>
(2) (1)&#x306E;&#x65B9;&#x91DD;&#x306B;&#x57FA;&#x3065;&#x304D;&#x5165;&#x529B;&#x3059;&#x308B;&#x8B58;&#x5225;&#x7B26;&#x53F7;
</p>
<p>
&#xFF08;&#x7565;&#xFF09;
</p>
<p>
<cite>&#x7DCF;&#x52D9;&#x7701;, &#x9644;&#x5247;&#x7B2C;8&#x6761;&#x7B2C;2&#x9805;&#x306B;&#x898F;&#x5B9A;&#x3059;&#x308B;&#x696D;&#x52D9;&#x306E;&#x5B9F;&#x65BD;&#x306B;&#x95A2;&#x3059;&#x308B;&#x8A08;&#x753B;&#x306E;&#x8A31;&#x53EF;&#x7533;&#x8ACB;&#x306E;&#x6982;&#x8981;</cite>
</p>
<p>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
&#x3064;&#x307E;&#x308A;&#x3001;&#x5F53;&#x521D;&#x76EE;&#x7684;<span class="footnote"><a name="fm12" href="./20190211.html#f12" title="&#x305D;&#x3082;&#x305D;&#x3082;&#x300C;&#x5F53;&#x521D;&#x76EE;&#x7684;&#x300D;&#x306A;&#x3069;&#x3068;&#x3044;&#x3046;&#x3082;&#x306E;&#x304C;&#x3042;&#x3063;&#x305F;&#x306E;&#x304B;&#x77E5;&#x3089;&#x306A;&#x3044;&#x304C;&#x3002;">*12</a></span>&#x306F;&#x300C;&#x6A5F;&#x5668;&#x306E;&#x521D;&#x671F;&#x8A2D;&#x5B9A;&#x306E;&#x8B58;&#x5225;&#x7B26;&#x53F7;&#x300D;&#x3092;&#x5BFE;&#x8C61;&#x306B;&#x884C;&#x3046;&#x306F;&#x305A;&#x3060;&#x3063;&#x305F;&#x3068;&#x3053;&#x308D;&#x3001;&#x3069;&#x3046;&#x3044;&#x3046;&#x308F;&#x3051;&#x304B;&#x3001;&#x6CD5;&#x5F8B;&#x306B;&#x3088;&#x308A;&#x3001;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x884C;&#x70BA;&#x306B;&#xFF08;&#x4E0D;&#x5FC5;&#x8981;&#x306B;&#xFF09;&#x5927;&#x7A74;&#x3092;&#x958B;&#x3051;&#x3066;&#x3057;&#x307E;&#x3063;&#x305F;&#x3082;&#x306E;&#x306E;&#x3001;&#x5B9F;&#x65BD;&#x8A08;&#x753B;&#x3067;&#x306F;&#x5F53;&#x521D;&#x76EE;&#x7684;&#x306B;&#x623B;&#x3057;&#x3066;&#x3001;&#x300C;&#x6A5F;&#x5668;&#x306E;&#x521D;&#x671F;&#x8A2D;&#x5B9A;&#x306E;&#x8B58;&#x5225;&#x7B26;&#x53F7;&#x300D;&#x306B;&#x6E96;&#x305A;&#x308B;&#x3088;&#x3046;&#x306A;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;<span class="footnote"><a name="fm13" href="./20190211.html#f13" title="&#x305D;&#x308C;&#x3067;&#x3082;&#x3001;&#x300C;1111&#x3001;aaaa&#x7B49;&#x300D;&#x300C;1234&#x3001;abcd&#x7B49;&#x300D;&#x300C;12341234&#x3001;abcdabcd&#x7B49;&#x300D;&#x3092;&#x5BFE;&#x8C61;&#x306B;&#x542B;&#x3081;&#x3066;&#x3057;&#x307E;&#x3063;&#x3066;&#x3044;&#x308B;&#x306E;&#x306F;&#x3001;&#x300C;&#x5F53;&#x521D;&#x76EE;&#x7684;&#x300D;&#x306E;&#x8DA3;&#x65E8;&#x3092;&#x8E0F;&#x307F;&#x5916;&#x3057;&#x3066;&#x304A;&#x308A;&#x3001;&#x300C;&#x5143;&#x3005;&#x5408;&#x6CD5;&#x306A;&#x884C;&#x70BA;&#x300D;&#x3068;&#x8A00;&#x3044;&#x5F35;&#x308B;&#x306E;&#x306F;&#x82E6;&#x3057;&#x3044;&#x3060;&#x308D;&#x3046;&#x3002;">*13</a></span>&#x306E;&#x307F;&#x3092;&#x5BFE;&#x8C61;&#x306B;&#x3059;&#x308B;&#x3053;&#x3068;&#x306B;&#x306A;&#x3063;&#x305F;&#x3088;&#x3046;&#x306B;&#x898B;&#x3048;&#x308B;&#x3002;
</p>
<p>
&#x4ECA;&#x56DE;&#x8A8D;&#x53EF;&#x3055;&#x308C;&#x305F;&#x5B9F;&#x65BD;&#x8A08;&#x753B;&#x304B;&#x3089;&#x3059;&#x308C;&#x3070;&#x3001;&#x7121;&#x96E3;&#x306A;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x306E;&#x307F;&#x3092;&#x7528;&#x3044;&#x308B;&#x3053;&#x3068;&#x3068;&#x3055;&#x308C;&#x3001;&#x300C;&#x5143;&#x3005;&#x5408;&#x6CD5;&#x306A;&#x884C;&#x70BA;&#x3067;&#x3042;&#x308B;&#x300D;&#x3068;&#x3069;&#x3046;&#x306B;&#x304B;&#x8A00;&#x3044;&#x5F97;&#x308B;&#x304B;&#x3082;&#x3057;&#x308C;&#x306A;&#x3044;&#x304C;&#x3001;&#x7701;&#x4EE4;&#x4E0A;&#x306F;&#x3001;7&#x6587;&#x5B57;&#x4EE5;&#x4E0B;&#x306E;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x306F;&#x3069;&#x3093;&#x306A;&#x5185;&#x5BB9;&#x3067;&#x3042;&#x3063;&#x3066;&#x3082;&#x5BFE;&#x8C61;&#x306B;&#x3067;&#x304D;&#x308B;&#x3053;&#x3068;&#x306B;&#x306A;&#x3063;&#x3066;&#x3044;&#x308B;&#x306E;&#x3067;&#x3001;&#x3053;&#x306E;&#x70B9;&#x3092;&#x6349;&#x3048;&#x3066;&#x300C;&#x56FD;&#x304C;&#x66B4;&#x8D70;&#x3059;&#x308B;&#x300D;&#x3068;&#x5371;&#x967A;&#x8996;&#x3055;&#x308C;&#x7D9A;&#x3051;&#x308B;&#x3053;&#x3068;&#x306B;&#x306A;&#x308A;&#x304B;&#x306D;&#x306A;&#x3044;&#x3002;&#x305D;&#x308C;&#x3092;&#x907F;&#x3051;&#x308B;&#x306B;&#x306F;&#x3001;&#x7701;&#x4EE4;&#x3092;&#x76F4;&#x3061;&#x306B;&#x6539;&#x6B63;&#x3057;&#x3066;&#x3001;1&#x6761;1&#x53F7;&#x3092;&#x524A;&#x9664;&#x3057;&#x305F;&#x3089;&#x3088;&#x3044;&#x306E;&#x3067;&#x306F;&#x306A;&#x3044;&#x304B;&#x3002;
</p>
<p>
&#x3068;&#x306F;&#x3044;&#x3048;&#x3001;1&#x53F7;&#x3092;&#x524A;&#x9664;&#x3059;&#x308B;&#x308F;&#x3051;&#x306B;&#x306F;&#x3044;&#x304B;&#x306A;&#x3044;&#x4E8B;&#x60C5;&#x304C;&#x3042;&#x308B;&#x3088;&#x3046;&#x306B;&#x3082;&#x898B;&#x3048;&#x308B;&#x3002;&#x3068;&#x3044;&#x3046;&#x306E;&#x306F;&#x3001;&#x3053;&#x306E;&#x7701;&#x4EE4;&#x3067;&#x5B9A;&#x3081;&#x308B;&#x57FA;&#x6E96;&#x3068;&#x3044;&#x3046;&#x306E;&#x306F;&#x3001;&#x300C;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x884C;&#x70BA;&#x304B;&#x3089;&#x9632;&#x5FA1;&#x3059;&#x308B;&#x305F;&#x3081;&#x5FC5;&#x8981;&#x306A;&#x57FA;&#x6E96;&#x3068;&#x3057;&#x3066;&#x300D;&#xFF08;NICT&#x6CD5;&#x9644;&#x5247;8&#x6761;4&#x9805;1&#x53F7;&#xFF09;&#x3067;&#x3042;&#x308B;&#x306E;&#x3067;&#x3001;1&#x53F7;&#x306E;&#x300C;&#x5B57;&#x6570;8&#x4EE5;&#x4E0A;&#x3067;&#x3042;&#x308B;&#x3053;&#x3068;&#x3002;&#x300D;&#x3092;&#x524A;&#x9664;&#x3057;&#x3066;&#x3057;&#x307E;&#x3046;&#x3068;&#x3001;2&#x53F7;&#x306E;&#x3044;&#x3046;&#x300C;&#x3053;&#x308C;&#x307E;&#x3067;&#x2026;&#x2026;&#x30B5;&#x30A4;&#x30D0;&#x30FC;&#x653B;&#x6483;&#x306E;&#x305F;&#x3081;&#x306B;&#x7528;&#x3044;&#x3089;&#x308C;&#x305F;&#x3082;&#x306E;&#x3001;&#x540C;&#x4E00;&#x306E;&#x6587;&#x5B57;&#x306E;&#x307F;&#x53C8;&#x306F;&#x9023;&#x7D9A;&#x3057;&#x305F;&#x6587;&#x5B57;&#x306E;&#x307F;&#x3092;&#x7528;&#x3044;&#x305F;&#x3082;&#x306E;&#x305D;&#x306E;&#x4ED6;&#x306E;&#x5BB9;&#x6613;&#x306B;&#x63A8;&#x6E2C;&#x3055;&#x308C;&#x308B;&#x3082;&#x306E;&#x4EE5;&#x5916;&#x300D;&#x3067;&#x3042;&#x308C;&#x3070;&#x3001;5&#x6587;&#x5B57;&#x3084;4&#x6587;&#x5B57;&#x7A0B;&#x5EA6;&#x306E;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x3067;&#x3042;&#x3063;&#x3066;&#x3082;&#x300C;&#x9632;&#x5FA1;&#x3059;&#x308B;&#x305F;&#x3081;&#x5FC5;&#x8981;&#x306A;&#x57FA;&#x6E96;&#x300D;&#x3068;&#x3057;&#x3066;&#x9069;&#x683C;&#x3068;&#x8A00;&#x3063;&#x3066;&#x3044;&#x308B;&#x3053;&#x3068;&#x306B;&#x306A;&#x3063;&#x3066;&#x3057;&#x307E;&#x3046;&#xFF08;&#x3057;&#x304B;&#x3082;&#x3001;&#x305D;&#x308C;&#x304C;&#x96FB;&#x6C17;&#x901A;&#x4FE1;&#x4E8B;&#x696D;&#x6CD5;&#x7B2C;52&#x6761;&#x306E;&#x300C;&#x7AEF;&#x672B;&#x8A2D;&#x5099;&#x306E;&#x63A5;&#x7D9A;&#x306E;&#x6280;&#x8853;&#x57FA;&#x6E96;&#x300D;&#x3092;&#x52D8;&#x6848;&#x3057;&#x305F;&#x3082;&#x306E;&#x3060;&#x3068;&#x3044;&#x3046;&#x3053;&#x3068;&#x306B;&#x306A;&#x3063;&#x3066;&#x3057;&#x307E;&#x3046;&#xFF09;&#x306E;&#x3067;&#x3001;&#x3053;&#x308C;&#x306F;&#x90FD;&#x5408;&#x304C;&#x308F;&#x308B;&#x3044;&#x3002;&#x4F55;&#x3089;&#x304B;&#x306E;&#x5F37;&#x3044;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x306E;&#x8981;&#x4EF6;&#x3092;&#xFF08;&#x4F7F;&#x308F;&#x306A;&#x304F;&#x3066;&#x3082;&#xFF09;&#x7701;&#x4EE4;&#x306B;&#x5165;&#x308C;&#x3066;&#x304A;&#x304B;&#x306A;&#x3044;&#x3068;&#x3044;&#x3051;&#x306A;&#x3044;&#x3068;&#x3044;&#x3046;&#x3053;&#x3068;&#x3060;&#x3063;&#x305F;&#x306E;&#x304B;&#x3082;&#x3057;&#x308C;&#x306A;&#x3044;&#x3002;
</p>
<p>
&#x305D;&#x3046;&#x3067;&#x3042;&#x308C;&#x3070;&#x3001;&#x3053;&#x308C;&#x306F;&#x7D50;&#x5C40;&#x3001;&#x6CD5;&#x5F8B;&#x306E;&#x7ACB;&#x6848;&#x30DF;&#x30B9;&#x3068;&#x3044;&#x3046;&#x3053;&#x3068;&#x3060;&#x3002;&#x672C;&#x6765;&#x3001;&#x8457;&#x3057;&#x304F;&#x5F31;&#x3044;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x306E;&#x8981;&#x4EF6;&#x3092;&#x898F;&#x5B9A;&#x3059;&#x3079;&#x304D;&#x3060;&#x3063;&#x305F;&#x3068;&#x3053;&#x308D;&#x306B;&#x3001;&#x5341;&#x5206;&#x306B;&#x5F37;&#x3044;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x306E;&#x8981;&#x4EF6;&#x3092;&#x66F8;&#x3044;&#x3066;&#x3057;&#x307E;&#x3063;&#x305F;&#x3002;&#x5F8C;&#x304B;&#x3089;&#x3001;&#x8457;&#x3057;&#x304F;&#x5F31;&#x3044;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x3060;&#x3051;&#x5B9F;&#x65BD;&#x3057;&#x3088;&#x3046;&#x3068;&#x3057;&#x3066;&#x3082;&#x3001;&#x7701;&#x4EE4;&#x3067;&#x8FBB;&#x8904;&#x3092;&#x5408;&#x308F;&#x305B;&#x3089;&#x308C;&#x306A;&#x304F;&#x306A;&#x3063;&#x3066;&#x3057;&#x307E;&#x3063;&#x305F;&#x3002;&#x3069;&#x3046;&#x3044;&#x3046;&#x7D4C;&#x7DEF;&#x3067;&#x3053;&#x3046;&#x3044;&#x3046;&#x3053;&#x3068;&#x306B;&#x306A;&#x3063;&#x305F;&#x306E;&#x304B;&#x3002;&#x672C;&#x6765;&#x306E;&#x76EE;&#x7684;&#x304C;&#x3069;&#x306E;&#x7BC4;&#x56F2;&#x306B;&#x3042;&#x308B;&#x306E;&#x304B;&#x306E;&#x8A8D;&#x8B58;&#x3092;&#x3061;&#x3083;&#x3093;&#x3068;&#x5171;&#x6709;&#x3067;&#x304D;&#x3066;&#x3044;&#x306A;&#x304B;&#x3063;&#x305F;&#x304B;&#x3001;&#x6CD5;&#x5236;&#x5C40;&#x306B;&#x3046;&#x307E;&#x304F;&#x5BFE;&#x5FDC;&#x3067;&#x304D;&#x306A;&#x304F;&#x3066;&#x306D;&#x3058;&#x66F2;&#x304C;&#x3063;&#x305F;&#x306E;&#x3067;&#x306F;&#x306A;&#x3044;&#x304B;&#x306A;&#x3069;&#x306A;&#x3069;&#x3001;&#x7ACB;&#x6CD5;&#x6280;&#x8853;&#x5B66;&#x7684;&#x306B;&#x8208;&#x5473;&#x6DF1;&#x3044;&#x4E8B;&#x4F8B;&#x3068;&#x3044;&#x3048;&#x3088;&#x3046;&#x3002;
</p>
<p>
&#x305D;&#x3046;&#x3067;&#x306F;&#x306A;&#x304F;&#x3001;&#x672C;&#x6C17;&#x3067;&#x521D;&#x3081;&#x304B;&#x3089;&#x300C;&#x5341;&#x5206;&#x306B;&#x5F37;&#x3044;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x300D;&#x3067;&#x306A;&#x3044;&#x6A5F;&#x5668;&#x306E;&#x4FB5;&#x5165;&#x30C6;&#x30B9;&#x30C8;&#x3092;&#x7121;&#x5DEE;&#x5225;&#x306B;&#x884C;&#x3046;&#x3064;&#x3082;&#x308A;&#x3067;&#x3053;&#x3046;&#x7ACB;&#x6CD5;&#x3057;&#x305F;&#x3068;&#x3044;&#x3046;&#x306E;&#x3067;&#x3042;&#x308C;&#x3070;&#x3001;&#x73FE;&#x5728;&#x805E;&#x3053;&#x3048;&#x3066;&#x304F;&#x308B;&#x56FD;&#x6C11;&#x306E;&#x975E;&#x96E3;&#x306E;&#x58F0;&#x306F;&#x50BE;&#x8074;&#x306B;&#x5024;&#x3059;&#x308B;&#x3082;&#x306E;&#x3067;&#x3042;&#x308A;&#x3001;&#x4ECA;&#x5F8C;&#x3082;&#x5EF6;&#x713C;&#x3057;&#x7D9A;&#x3051;&#x308B;&#x3053;&#x3068;&#x306B;&#x306A;&#x308B;&#x3060;&#x308D;&#x3046;&#x3002;
</p>
<p>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
&#x3068;&#x3044;&#x3046;&#x308F;&#x3051;&#x3067;&#x3001;&#x93AE;&#x706B;&#x3055;&#x305B;&#x308B;&#x306A;&#x3089;&#x3070;&#x3001;&#x306A;&#x3059;&#x3079;&#x304D;&#x3053;&#x3068;&#x306F;&#x3001;&#x672C;&#x6765;&#x5408;&#x6CD5;&#x7684;&#x306A;&#x884C;&#x70BA;&#x306B;&#x9650;&#x3063;&#x3066;&#x3044;&#x308B;<span class="footnote"><a name="fm14" href="./20190211.html#f14" title="&#x305D;&#x3046;&#x3059;&#x308B;&#x305F;&#x3081;&#x306B;&#x306F;&#x3001;&#x300C;1111&#x3001;aaaa&#x7B49;&#x300D;&#x300C;1234&#x3001;abcd&#x7B49;&#x300D;&#x300C;12341234&#x3001;abcdabcd&#x7B49;&#x300D;&#x3092;&#x5BFE;&#x8C61;&#x306B;&#x3059;&#x308B;&#x306E;&#x3082;&#x4E2D;&#x6B62;&#x3057;&#x305F;&#x307B;&#x3046;&#x304C;&#x3044;&#x3044;&#x3002;">*14</a></span><span class="footnote"><a name="fm15" href="./20190211.html#f15" title="&#x8FFD;&#x8A18;&#xFF08;2&#x6708;15&#x65E5;&#xFF09;&#xFF1A;&lt;a href=&quot;https://twitter.com/HiromitsuTakagi/status/1096214167814516736&quot;&gt;&#x4E0A;2&#x3064;&#x306E;&#x6CE8;&#x91C8;&#x306B;&#x7269;&#x8A00;&#x3044;&#x304C;&#x3064;&#x3044;&#x305F;&#x306E;&#x3067;&#x3001;&#x89E3;&#x8AAC;&#x3092;&#x30C4;&#x30A4;&#x30FC;&#x30C8;&#x3057;&#x305F;&lt;/a&gt;&#x304C;&#x3001;&#x3053;&#x3053;&#x306B;&#x6539;&#x3081;&#x3066;&#x8FFD;&#x8A18;&#x3057;&#x3066;&#x304A;&#x304F;&#x3002;&#x811A;&#x6CE8;13&#x306E;&#x300C;&#x300C;1111&#x3001;aaaa&#x7B49;&#x300D;&#x300C;1234&#x3001;abcd&#x7B49;&#x300D;&#x300C;12341234&#x3001;abcdabcd&#x7B49;&#x300D;&#x3092;&#x5BFE;&#x8C61;&#x306B;&#x542B;&#x3081;&#x3066;&#x3057;&#x307E;&#x3063;&#x3066;&#x3044;&#x308B;&#x306E;&#x306F;&#x3001;&#x300C;&#x5F53;&#x521D;&#x76EE;&#x7684;&#x300D;&#x306E;&#x8DA3;&#x65E8;&#x3092;&#x8E0F;&#x307F;&#x5916;&#x3057;&#x3066;&#x304A;&#x308A;&#x3001;&#x300D;&#x3068;&#x3044;&#x3046;&#x306E;&#x306F;&#x3001;&#x300C;1111&#x3001;aaa&#x300D;&#x3068;&#x3044;&#x3063;&#x305F;&#x5177;&#x4F53;&#x7684;&#x306A;&#x5024;&#x306E;&#x3053;&#x3068;&#x3092;&#x8A00;&#x3063;&#x3066;&#x3044;&#x308B;&#x306E;&#x3067;&#x306F;&#x306A;&#x304F;&#x3001;&#x5B9F;&#x65BD;&#x8A08;&#x753B;&#x306E;&#x300C;&#x7279;&#x5B9A;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x884C;&#x70BA;&#x306B;&#x4FC2;&#x308B;&#x8B58;&#x5225;&#x7B26;&#x53F7;&#x306E;&#x65B9;&#x91DD;&#x300D;&#x306B;&#x5217;&#x6319;&#x3055;&#x308C;&#x3066;&#x3044;&#x308B;2&#x3064;&#x76EE;&#x3001;3&#x3064;&#x76EE;&#x3001;4&#x3064;&#x76EE;&#x306E;&#x300C;&#x540C;&#x4E00;&#x306E;&#x6587;&#x5B57;&#x306E;&#x307F;&#x306E;&#x6697;&#x5531;&#x7B26;&#x53F7;&#x3092;&#x7528;&#x3044;&#x3066;&#x3044;&#x308B;&#x3082;&#x306E;&#xFF08;1111&#x3001;aaaa&#x7B49;&#xFF09;&#x300D;&#x300C;&#x9023;&#x7D9A;&#x3057;&#x305F;&#x6587;&#x5B57;&#x306E;&#x307F;&#x306E;&#x6697;&#x5531;&#x7B26;&#x53F7;&#x3092;&#x7528;&#x3044;&#x3066;&#x3044;&#x308B;&#x3082;&#x306E;&#xFF08;1234&#x3001;abcd&#x7B49;&#xFF09;&#x300D;&#x300C;&#x9023;&#x7D9A;&#x3057;&#x305F;&#x6587;&#x5B57;&#x306E;&#x307F;&#x3092;&#x7E70;&#x308A;&#x8FD4;&#x3057;&#x305F;&#x6697;&#x5531;&#x7B26;&#x53F7;&#x3092;&#x7528;&#x3044;&#x3066;&#x3044;&#x308B;&#x3082;&#x306E;&#xFF08;12341234&#x3001;abcdabcd&#x7B49;&#xFF09;&#x300D;&#x3068;&#x3044;&#x3046;&#x62BD;&#x8C61;&#x7684;&#x65B9;&#x91DD;&#x306E;&#x3053;&#x3068;&#x3092;&#x8A00;&#x3063;&#x305F;&#x3082;&#x306E;&#x3002;&#x3053;&#x308C;&#x3089;&#x306E;&#x5177;&#x4F53;&#x7684;&#x306A;&#x5024;&#x304C;&#x300C;&#x904E;&#x53BB;&#x306B;&#x5927;&#x898F;&#x6A21;&#x306A;&#x30B5;&#x30A4;&#x30D0;&#x30FC;&#x653B;&#x6483;&#x306B;&#x7528;&#x3044;&#x3089;&#x308C;&#x305F;ID&#x3001;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x306E;&#x7D44;&#x5408;&#x305B;&#x304C;&#x5BFE;&#x8C61;&#x3060;&#x304B;&#x3089;&#x300D;&#x3068;&#x3044;&#x3046;&#x306E;&#x306A;&#x3089;&#x3001;&#x5B9F;&#x65BD;&#x8A08;&#x753B;&#x306E;&#x300C;&#x8B58;&#x5225;&#x7B26;&#x53F7;&#x306E;&#x65B9;&#x91DD;&#x300D;1&#x3064;&#x76EE;&#x300C;&#x9001;&#x4FE1;&#x578B;&#x2026;&#x30B5;&#x30A4;&#x30D0;&#x30FC;&#x653B;&#x6483;&#x306E;&#x5B9F;&#x7E3E;&#x3042;&#x308B;&#x2026;&#x3067;&#x5229;&#x7528;&#x3055;&#x308C;&#x3066;&#x3044;&#x308B;&#x8B58;&#x5225;&#x7B26;&#x53F7;&#x300D;&#x306B;&#x542B;&#x307E;&#x308C;&#x308B;&#x3060;&#x3051;&#x306E;&#x8A71;&#x3002;&#x305D;&#x308C;&
</p>
<p>
<ul>
<li style="width: 47%; display: inline-block; vertical-align: top;"><blockquote class="twitter-tweet"><p lang="ja" dir="ltr">&#x56FD;&#x306B;&#x3088;&#x308B;IoT&#x6A5F;&#x5668;&#x4FB5;&#x5165;&#x8ABF;&#x67FB;&#x3001;&#x305D;&#x306E;&#x540D;&#x3082;&#x300C;NOTICE&#x300D;&#x30B5;&#x30A4;&#x30C8;&#x516C;&#x958B;&#x3000;&#x300C;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x3067;&#x306F;&#x306A;&#x3044;&#x300D;&#x3068;&#x7406;&#x89E3;&#x6C42;&#x3081;&#x308B;<a href="https://t.co/xi7XJZrQsi">https://t.co/xi7XJZrQsi</a> <a href="https://t.co/95D8ZY5mT4">pic.twitter.com/95D8ZY5mT4</a></p>&#x2014; ITmedia NEWS (@itmedia_news) <a href="https://twitter.com/itmedia_news/status/1092262735423856642?ref_src=twsrc%5Etfw">February 4, 2019</a></blockquote></li>
<li style="width: 47%; display: inline-block; vertical-align: top;"><blockquote class="twitter-tweet"><p lang="ja" dir="ltr">&#x300C;&#x5BB6;&#x306E;&#x9375;&#x306F;&#x304D;&#x3061;&#x3093;&#x3068;&#x304B;&#x3051;&#x3088;&#x3046;&#x3001;&#x30BB;&#x30AD;&#x30E5;&#x30EA;&#x30C6;&#x30A3;&#x3082;&#x3057;&#x3063;&#x304B;&#x308A;&#x3057;&#x3088;&#x3046;&#x300D;&#x3068;&#x3044;&#x3046;&#x306E;&#x306F;&#x7406;&#x89E3;&#x3067;&#x304D;&#x308B;&#x3051;&#x3069;&#x3001;&#x56FD;&#x304C;&#x78BA;&#x8A8D;&#x3057;&#x3066;&#x56DE;&#x308B;&#x306E;&#x306F;&#x304A;&#x305B;&#x3063;&#x304B;&#x3044;&#x304C;&#x904E;&#x304E;&#x308B;&#x306E;&#x3067;&#x306F;&#xFF1F;&#x8151;&#x306B;&#x843D;&#x3061;&#x306A;&#x3044;&#x3002; <a href="https://t.co/gAIfrH82xm">pic.twitter.com/gAIfrH82xm</a></p>&#x2014; 876246 (@so6287) <a href="https://twitter.com/so6287/status/1095195943090057216?ref_src=twsrc%5Etfw">February 12, 2019</a></blockquote></li>
<li style="width: 47%; display: inline-block; vertical-align: top;"><blockquote class="twitter-tweet"><p lang="ja" dir="ltr">&#x300C;&#x5BB6;&#x306E;&#x30AB;&#x30AE;&#x304B;&#x3051;&#x308B;&#x3088;&#x306A;&#xFF1F;<br>&#x30B5;&#x30A4;&#x30D5;&#x7F6E;&#x304D;&#x3063;&#x3071;&#x306A;&#x3057;&#x306B;&#x3057;&#x306A;&#x3044;&#x3088;&#x306A;&#xFF1F;<br>IOT &#x30BB;&#x30AD;&#x30E5;&#x30EA;&#x30C6;&#x30A3;&#x3060;&#x3051;&#x30C6;&#x30AD;&#x30C8;&#x30FC;&#x3063;&#x3066;&#x304A;&#x304B;&#x3057;&#x3044;&#x3060;&#x308D;&#x3001;&#x30BD;&#x30EC;&#xFF01;&#x300D;<br>&#x3060;&#x304B;&#x3089;&#x3063;&#x3066;&#x3001;&#x5BB6;&#x306E;&#x7384;&#x95A2;&#x958B;&#x3051;&#x3066;&#x78BA;&#x8A8D;&#x3057;&#x306A;&#x3044;&#x3088;&#x306A;&#xFF1F;&#x304A;&#x304B;&#x3057;&#x3044;&#x3060;&#x308D;&#x3001;&#x30BD;&#x30EC;&#xFF01;<a href="https://t.co/ILiJj0GRot">https://t.co/ILiJj0GRot</a> <a href="https://twitter.com/hashtag/%E3%81%93%E3%82%8C%E3%81%AF%E3%81%B2%E3%81%A9%E3%81%84?src=hash&amp;ref_src=twsrc%5Etfw">#&#x3053;&#x308C;&#x306F;&#x3072;&#x3069;&#x3044;</a></p>&#x2014; &#x30A2;&#x30A4;&#x30F4;&#x30A1;&#x30FC;&#x30F3; (@Ivarn) <a href="https://twitter.com/Ivarn/status/1092737501188354049?ref_src=twsrc%5Etfw">February 5, 2019</a></blockquote></li>
<li style="width: 47%; display: inline-block; vertical-align: top;"><blockquote class="twitter-tweet"><p lang="ja" dir="ltr">&#x3042;&#x3068;&#x3001;&#x30B5;&#x30A4;&#x30D5;&#x7F6E;&#x304D;&#x3063;&#x3071;&#x306A;&#x3057;&#x306B;&#x3057;&#x306A;&#x3044;&#x3088;&#x306A;&#xFF1F;&#x3068;&#x805E;&#x304B;&#x308C;&#x305F;&#x3089;&#x3001;&#x3057;&#x306A;&#x3044;&#x3051;&#x3069;&#x305D;&#x308C;&#x3092;&#x76D7;&#x3093;&#x3060;&#x3089;&#x7F6E;&#x304D;&#x5F15;&#x304D;&#x3068;&#x3061;&#x3083;&#x3046;&#x306E;&#xFF1F;&#x3068;&#x304B;(&apos;&#x30FB;&#x3C9;&#x30FB;&apos;)</p>&#x2014; &#x30A2;&#x30A4;&#x30F4;&#x30A1;&#x30FC;&#x30F3; (@Ivarn) <a href="https://twitter.com/Ivarn/status/1092739232127307776?ref_src=twsrc%5Etfw">February 5, 2019</a></blockquote></li>
</ul>
</p>
<p>
&#x3069;&#x3046;&#x3057;&#x3066;&#x3053;&#x3046;&#x306A;&#x3063;&#x305F;&#x2026;&#x2026;&#x3002;&#x8AA0;&#x306B;&#x6C17;&#x306E;&#x6BD2;&#x3060;&#x3002;(-&#x4EBA;-)
</p>
</div>
<div class="footnote">
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="footnote"><a name="f01" href="./20190211.html#fm01">*1</a>&#xA0;&#x3082;&#x3057;&#x3001;&#x30A4;&#x30F3;&#x30BF;&#x30FC;&#x30CD;&#x30C3;&#x30C8;&#x306E;&#x4E16;&#x754C;&#x3092;&#x3001;&#x4F4F;&#x5C45;&#x4FB5;&#x5165;&#x7F6A;&#x306B;&#x304A;&#x3051;&#x308B;&#x56F2;&#x7E5E;&#x5730;&#x306E;&#x3088;&#x3046;&#x306B;&#x6349;&#x3048;&#x308B;&#x3068;&#x3059;&#x308C;&#x3070;&#x3001;&#x5BB6;&#x5EAD;&#x3084;&#x4F1A;&#x793E;&#x306E;LAN&#x5185;&#x306B;&#x3042;&#x308B;&#x6A5F;&#x5668;&#x3092;&#x5BFE;&#x8C61;&#x3068;&#x3059;&#x308B;&#x3068;&#x3044;&#x3063;&#x305F;&#x3053;&#x3068;&#x304C;&#x8003;&#x3048;&#x3089;&#x308C;&#x308B;&#x304C;&#x3001;&#x305D;&#x3053;&#x306B;&#x3042;&#x308B;&#x6A5F;&#x5668;&#x306E;&#x4E00;&#x90E8;&#x304C;&#x30A4;&#x30F3;&#x30BF;&#x30FC;&#x30CD;&#x30C3;&#x30C8;&#x5074;&#x306B;&#x9732;&#x51FA;&#x3057;&#x3066;&#x3044;&#x308B;&#x5834;&#x5408;&#x3001;&#x305D;&#x308C;&#x306F;&#x6A5F;&#x80FD;&#x3068;&#x3057;&#x3066;&#x3042;&#x3048;&#x3066;&#x30A4;&#x30F3;&#x30BF;&#x30FC;&#x30CD;&#x30C3;&#x30C8;&#x5074;&#x304B;&#x3089;&#x63A5;&#x7D9A;&#x3067;&#x304D;&#x308B;&#x3088;&#x3046;&#x306B;&#x3057;&#x3066;&#x3044;&#x308B;&#x5834;&#x5408;&#x3068;&#x533A;&#x5225;&#x304C;&#x3067;&#x304D;&#x306A;&#x3044;&#x3002;</p>
<p class="footnote"><a name="f02" href="./20190211.html#fm02">*2</a>&#xA0;&#x5C71;&#x53E3;&#x539A;&#x300C;&#x5211;&#x6CD5;&#x306B;&#x304A;&#x3051;&#x308B;&#x8CA1;&#x7269;&#x306E;&#x610F;&#x7FA9;&#x300D;&#x963F;&#x90E8;&#x7D14;&#x4E8C;&#x4ED6;&#x7DE8;&#x300E;&#x5211;&#x6CD5;&#x57FA;&#x672C;&#x8B1B;&#x5EA7;&#x7B2C;5&#x5DFB;&#x8CA1;&#x7523;&#x72AF;&#x8AD6;&#x300F;&#xFF08;&#x6CD5;&#x5B66;&#x66F8;&#x9662;, 1993&#xFF09;&#x306F;&#x3001;&#x305D;&#x306E;&#x5192;&#x982D;&#x3067;&#x6B21;&#x306E;&#x3088;&#x3046;&#x306B;&#x8AAC;&#x660E;&#x3059;&#x308B;&#x3002;&#x7A83;&#x76D7;&#x7F6A;&#x306B;&#x300C;2&#x9805;&#x300D;&#xFF08;&#x8CA1;&#x7523;&#x4E0A;&#x306E;&#x5229;&#x76CA;&#x3092;&#x5BA2;&#x4F53;&#x3068;&#x3059;&#x308B;&#x5229;&#x76CA;&#x7F6A;&#xFF09;&#x304C;&#x306A;&#x3044;&#x3053;&#x3068;&#x304B;&#x3089;&#x3001;&#x5211;&#x6CD5;&#x304B;&#x3089;&#x3042;&#x3048;&#x3066;&#x5916;&#x3055;&#x308C;&#x3066;&#x3044;&#x308B;&#x3053;&#x3068;&#x3092;&#x6307;&#x3057;&#x3066;&#x300C;&#x5229;&#x76CA;&#x7A83;&#x76D7;&#x300D;&#x306E;&#x8A9E;&#x304C;&#x7528;&#x3044;&#x3089;&#x308C;&#x308B;&#x3002;<blockquote>
</blockquote></p>
<p>
&#x5211;&#x6CD5;235&#x6761;&#x306E;&#x7A83;&#x76D7;&#x7F6A;&#x4EE5;&#x4E0B;&#x306E;&#x8CA1;&#x7523;&#x72AF;&#x306E;&#x898F;&#x5B9A;&#x306F;&#x8CA1;&#x7523;&#x3092;&#x4FDD;&#x8B77;&#x6CD5;&#x76CA;&#x3068;&#x3059;&#x308B;&#x304C;&#x3001;&#x305D;&#x306E;&#x8CA1;&#x7523;&#x306F;&#x73FE;&#x884C;&#x6CD5;&#x4E0A;&#x300C;&#x8CA1;&#x7269;&#x300D;&#x3068;&#xFF08;&#x8CA1;&#x7269;&#x4EE5;&#x5916;&#x306E;&#x8CA1;&#x7523;&#x3067;&#x3042;&#x308B;&#xFF09;&#x300C;&#x8CA1;&#x7523;&#x4E0A;&#x306E;&#x5229;&#x76CA;&#x300D;&#x306E;&#x4E8C;&#x3064;&#x306E;&#x5F62;&#x614B;&#x306B;&#x5206;&#x3051;&#x3089;&#x308C;&#x3066;&#x3044;&#x308B;&#x3002;&#x5F37;&#x76D7;&#xFF08;236&#x6761;&#xFF09;&#x3001;&#x8A50;&#x6B3A;&#xFF08;246&#x6761;&#xFF09;&#x304A;&#x3088;&#x3073;&#x6050;&#x559D;&#xFF08;249&#x6761;&#xFF09;&#x306B;&#x304A;&#x3044;&#x3066;&#x306F;&#x3001;1&#x9805;&#x3067;&#x8CA1;&#x7269;&#x304C;&#x3001;2&#x9805;&#x3067;&#x8CA1;&#x7523;&#x4E0A;&#x306E;&#x5229;&#x76CA;&#x304C;&#x305D;&#x308C;&#x305E;&#x308C;&#x4FDD;&#x8B77;&#x306E;&#x5BFE;&#x8C61;&#x3068;&#x3055;&#x308C;&#x3001;&#x3053;&#x306E;&#x610F;&#x5473;&#x3067;&#x306F;&#x8CA1;&#x7523;&#x306F;&#x5305;&#x62EC;&#x7684;&#x306B;&#x4FDD;&#x8B77;&#x3055;&#x308C;&#x3066;&#x3044;&#x308B;&#xFF08;&#x300C;&#x8CA1;&#x7523;&#x4E0A;&#x306E;&#x640D;&#x5BB3;&#x300D;&#x3092;&#x8981;&#x6C42;&#x3059;&#x308B;&#x306B;&#x904E;&#x304E;&#x306A;&#x3044;&#x80CC;&#x4EFB;&#xFF08;247&#x6761;&#xFF09;&#x306B;&#x304A;&#x3044;&#x3066;&#x3082;&#x540C;&#x69D8;&#x3067;&#x3042;&#x308B;&#xFF09;&#x3002;&#x3053;&#x308C;&#x306B;&#x5BFE;&#x3057;&#x3001;&#x7A83;&#x76D7;&#xFF08;235&#x6761;&#xFF09;&#x3001;&#x6A2A;&#x9818;&#xFF08;252&#x6761;&#x4EE5;&#x4E0B;&#xFF09;&#x3001;&#x8CCD;&#x7269;&#xFF08;256&#x6761;&#xFF09;&#x304A;&#x3088;&#x3073;&#x6BC0;&#x68C4;&#xFF08;258&#x6761;&#x4EE5;&#x4E0B;&#xFF09;&#x306B;&#x304A;&#x3044;&#x3066;&#x306F;&#x8CA1;&#x7269;&#xFF08;&#x6A2A;&#x9818;&#x7B49;&#x306B;&#x304A;&#x3051;&#x308B;&#x300C;&#x7269;&#x300D;&#x3082;&#x540C;&#x69D8;&#x3067;&#x3042;&#x308B;&#xFF09;&#x306E;&#x307F;&#x304C;&#x4FDD;&#x8B77;&#x3055;&#x308C;&#x3066;&#x3044;&#x308B;&#x3002;&#x5F37;&#x76D7;&#x3001;&#x8A50;&#x6B3A;&#x304A;&#x3088;&#x3073;&#x6050;&#x559D;&#x306B;&#x304A;&#x3044;&#x3066;&#x3082;&#x3001;1&#x9805;&#x3068;2&#x9805;&#x306E;&#x3044;&#x305A;&#x308C;&#x3092;&#x9069;&#x7528;&#x3059;&#x308B;&#x304B;&#x3092;&#x6C7A;&#x3059;&#x308B;&#x70B9;&#x306B;&#x304A;&#x3044;&#x3066;&#x8CA1;&#x7269;&#x306E;&#x610F;&#x7FA9;&#x306F;&#x554F;&#x984C;&#x3068;&#x306A;&#x308B;&#x304C;&#x3001;&#x7A83;&#x76D7;&#x3084;&#x6A2A;&#x9818;&#x7B49;&#x306B;&#x304A;&#x3044;&#x3066;&#x306F;&#x3001;&#x8CA1;&#x7269;&#x6982;&#x5FF5;&#x304C;&#x51E6;&#x7F70;&#x306E;&#x7BC4;&#x56F2;&#x3092;&#x6C7A;&#x5B9A;&#x3059;&#x308B;&#x3068;&#x3044;&#x3046;&#x70B9;&#x306B;&#x304A;&#x3044;&#x3066;&#x91CD;&#x8981;&#x306A;&#x610F;&#x5473;&#x3092;&#x6709;&#x3057;&#x3066;&#x3044;&#x308B;&#x306E;&#x3067;&#x3042;&#x308B;&#x3002;
</p>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="footnote"><a name="f03" href="./20190211.html#fm03">*3</a>&#xA0;&#x5357;&#x90E8;&#x7BE4;&#x300C;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x30FB;&#x30CD;&#x30C3;&#x30C8;&#x30EF;&#x30FC;&#x30AF;&#x306B;&#x95A2;&#x9023;&#x3059;&#x308B;&#x72AF;&#x7F6A;&#x3068;&#x5211;&#x4E8B;&#x7ACB;&#x6CD5;&#xFF08;&#x4E00;&#xFF09;&#x300D;&#x65E5;&#x672C;&#x6CD5;&#x5B66;&#x7B2C;78&#x5DFB;&#x7B2C;2&#x53F7;&#xFF08;2012&#x5E74;9&#x6708;&#xFF09;84&#x9801;&#x4EE5;&#x4E0B;&#x3001;&#x540C;&#xFF08;&#x4E8C;&#xFF09;33&#x9801;&#x4EE5;&#x4E0B;&#x306F;&#x3001;&#x3053;&#x306E;&#x3053;&#x3068;&#x306B;&#x3064;&#x3044;&#x3066;&#x4EE5;&#x4E0B;&#x306E;&#x3088;&#x3046;&#x306B;&#x8FF0;&#x3079;&#x3066;&#x3044;&#x308B;&#x3002;<blockquote>
</blockquote></p>
<p>
&#x2460;1980&#x5E74;5&#x6708;&#x3001;&#x30DE;&#x30A4;&#x30B3;&#x30F3;&#x30FB;&#x30B7;&#x30E7;&#x30C3;&#x30D7;&#x306E;&#x5F93;&#x696D;&#x54E1;&#x304C;&#x3001;&#x5CA1;&#x5C71;&#x5927;&#x5B66;&#x52A9;&#x6559;&#x6388;&#x306E;&#x540C;&#x5927;&#x5B66;&#x8A08;&#x7B97;&#x6A5F;&#x30BB;&#x30F3;&#x30BF;&#x30FC;&#x767B;&#x9332;&#x756A;&#x53F7;&#xFF08;ID&#xFF09;&#x3068;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x3092;&#x5165;&#x624B;&#x3057;&#x3001;&#x3053;&#x308C;&#x3092;&#x7528;&#x3044;&#x3066;&#x6570;&#x30F6;&#x6708;&#x306E;&#x9593;&#x3001;&#x306E;&#x3079;45&#x6642;&#x9593;&#x306B;&#x308F;&#x305F;&#x308A;&#x96FB;&#x8A71;&#x56DE;&#x7DDA;&#x7D4C;&#x7531;&#x3067;&#x540C;&#x30BB;&#x30F3;&#x30BF;&#x30FC;&#x306E;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x306B;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x3057;&#x7121;&#x65AD;&#x3067;&#x4F7F;&#x7528;&#x3057;&#x3066;&#x3044;&#x305F;&#xFF08;&#x4F7F;&#x7528;&#x6599;&#x7D04;16&#x4E07;&#x5186;&#xFF09;&#x3053;&#x3068;&#x304C;&#x767A;&#x899A;&#x3057;&#x305F;&#x3002;&#x2461;1981&#x5E74;8&#x6708;&#x3001;&#x67D0;&#x516C;&#x56E3;&#x8077;&#x54E1;&#x3089;&#x304C;&#x3001;&#x5168;&#x56FD;&#x9AD8;&#x7B49;&#x5B66;&#x6821;&#x91CE;&#x7403;&#x9078;&#x624B;&#x6A29;&#x5927;&#x4F1A;&#x306E;&#x8A66;&#x5408;&#x306B;&#x95A2;&#x3057;&#x3066;&#x3001;&#x73FE;&#x91D1;&#x5408;&#x8A08;16&#x4E07;&#x5186;&#x4F59;&#x308A;&#x3092;&#x8CED;&#x3051;&#x3066;&#x3001;&#x3044;&#x308F;&#x3086;&#x308B;&#x300C;&#x91CE;&#x7403;&#x30C8;&#x30C8;&#x30AB;&#x30EB;&#x30C1;&#x30E7;&#x300D;&#x3068;&#x79F0;&#x3059;&#x308B;&#x8CED;&#x535A;&#x3092;&#x884C;&#x3044;&#x3001;&#x305D;&#x306E;&#x969B;&#x3001;&#x8CED;&#x3051;&#x91D1;&#x306E;&#x8A08;&#x7B97;&#x51E6;&#x7406;&#x3092;&#x884C;&#x3046;&#x7279;&#x5225;&#x306E;&#x30D7;&#x30ED;&#x30B0;&#x30E9;&#x30E0;&#x3092;&#x4F5C;&#x6210;&#x3057;&#x305F;&#x4E0A;&#x3001;&#x3069;&#x3046;&#x516C;&#x56E3;&#x306E;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x3092;&#x4E0D;&#x6B63;&#x306B;&#x4F7F;&#x7528;&#x3057;&#x3066;&#x3044;&#x305F;&#x3053;&#x3068;&#x304C;&#x767A;&#x899A;&#x3057;&#x305F;&#x3002;&#x3044;&#x305A;&#x308C;&#x3082;&#x3001;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x306E;&#x4E0D;&#x6B63;&#x4F7F;&#x7528;&#x306B;&#x3064;&#x3044;&#x3066;&#x306F;&#x9069;&#x7528;&#x6761;&#x6587;&#x3092;&#x6B20;&#x304F;&#x305F;&#x3081;&#x7ACB;&#x4EF6;&#x3055;&#x308C;&#x306A;&#x304B;&#x3063;&#x305F;<sup><small>(53)</small></sup>&#x3002;
</p>
<p>
&#x3053;&#x306E;&#x3088;&#x3046;&#x306A;&#x5229;&#x7528;&#x6A29;&#x9650;&#x306E;&#x306A;&#x3044;&#x8005;&#x306B;&#x3088;&#x308B;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x306E;&#x4E0D;&#x6B63;&#x4F7F;&#x7528;&#x2014;&#x2014;&#x30DE;&#x30B7;&#x30F3;&#x30FB;&#x30BF;&#x30A4;&#x30E0;&#x306E;&#x76D7;&#x7528;&#x3068;&#x3082;&#x547C;&#x3070;&#x308C;&#x308B;&#x2014;&#x2014;&#x306F;&#x3001;&#x4E00;&#x53F0;&#x306E;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x3092;&#x4E26;&#x884C;&#x3057;&#x3066;&#x540C;&#x6642;&#x306B;&#x8907;&#x6570;&#x306E;&#x30E6;&#x30FC;&#x30B6;&#x304C;&#x5229;&#x7528;&#x3067;&#x304D;&#x308B;&#x30BF;&#x30A4;&#x30E0;&#x30FB;&#x30B7;&#x30A7;&#x30A2;&#x30EA;&#x30F3;&#x30B0;&#x51E6;&#x7406;&#x3092;&#x7528;&#x3044;&#x3066;&#x3001;&#x672C;&#x6765;&#x306E;&#x696D;&#x52D9;&#x3067;&#x7A3C;&#x50CD;&#x4E2D;&#x306E;<strong>&#x904B;&#x8EE2;&#x30B3;&#x30B9;&#x30C8;&#x306E;&#x9AD8;&#x984D;&#x306A;&#x30B7;&#x30B9;&#x30C6;&#x30E0;&#x3092;&#x3001;&#x4E0D;&#x6B63;&#x306B;&#x5BFE;&#x4FA1;&#x3092;&#x652F;&#x6255;&#x308F;&#x305A;&#x306B;&#x4F7F;&#x7528;&#x3059;&#x308B;&#x3053;&#x3068;&#x3068;&#x306A;&#x308B;&#x70B9;&#x3067;&#x3001;&#x3042;&#x308B;&#x7A2E;&#x306E;&#x300C;&#x5229;&#x76CA;&#x7A83;&#x76D7;&#x300D;&#x3068;&#x307F;&#x308B;&#x3053;&#x3068;&#x304C;&#x3067;&#x304D;&#x308B;&#x3002;&#x305D;&#x306E;&#x305F;&#x3081;&#x3001;</strong>&#x767A;&#x899A;&#x3057;&#x305F;&#x4E8B;&#x6848;&#x306E;&#x3088;&#x3046;&#x306A;&#x5927;&#x578B;&#x306E;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x3067;&#x306A;&#x304F;&#x3068;&#x3082;&#x3001;&#x52E4;&#x52D9;&#x5148;&#x306E;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x3092;&#x79C1;&#x7684;&#x306A;&#x76EE;&#x7684;&#x3067;&#x4F7F;&#x7528;&#x3057;&#x305F;&#x308A;&#x3001;&#x5916;&#x90E8;&#x304B;&#x3089;&#x96FB;&#x8A71;&#x56DE;&#x7DDA;&#x7B49;&#x3092;&#x4ECB;&#x3057;&#x3066;&#x63A5;&#x7D9A;&#x3057;&#x3066;&#x4F7F;&#x7528;&#x3057;&#x305F;&#x308A;&#x3059;&#x308B;&#x884C;&#x70BA;&#x3082;&#x542B;&#x3081;&#x3066;&#x3001;<strong>&#x51E6;&#x7F70;&#x3059;&#x308B;&#x305F;&#x3081;&#x306E;&#x3044;&#x304B;&#x306A;&#x308B;&#x5211;&#x7F70;&#x6CD5;&#x4EE4;&#x3082;&#x5B58;&#x5728;&#x3057;&#x306A;&#x304B;&#x3063;&#x305F;</strong>&#x306E;&#x3067;&#x3042;&#x308B;&#x3002;&#x3057;&#x304B;&#x3057;&#x3001;&#x3053;&#x306E;&#x300C;&#x7121;&#x6A29;&#x9650;&#x4F7F;&#x7528;&#x300D;&#x306E;&#x554F;&#x984C;&#x6027;&#x306F;&#x3001;&#x4ED6;&#x4EBA;&#x306E;&#x6240;&#x6709;&#x3059;&#x308B;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x3068;&#x3044;&#x3046;&#x91CD;&#x8981;&#x306A;&#x300C;&#x8CC7;&#x6E90;&#x300D;&#x3092;&#x7121;&#x65AD;&#x3067;&#x5229;&#x7528;&#x3059;&#x308B;&#x3053;&#x3068;&#x306B;&#x91CD;&#x70B9;&#x304C;&#x3042;&#x308B;&#x306E;&#x3067;&#x306F;&#x306A;&#x304F;&#x3001;&#x5229;&#x7528;&#x3059;&#x308B;&#x305F;&#x3081;&#x306B;&#x7121;&#x65AD;&#x3067;&#x30B7;&#x30B9;&#x30C6;&#x30E0;&#x306B;&#x4FB5;&#x5165;&#x3059;&#x308B;&#x3068;&#x3044;&#x3046;&#x5074;&#x9762;&#x306B;&#x3042;&#x3063;&#x305F;&#x3068;&#x3044;&#x3046;&#x3079;&#x304D;&#x3067;&#x3042;&#x308D;&#x3046;<sup><small>(54)</small></sup>&#x3002;
</p>
<p>
&#x3059;&#x306A;&#x308F;&#x3061;&#x3001;&#x4E0A;&#x306E;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x306E;&#x7121;&#x6A29;&#x9650;&#x4F7F;&#x7528;&#x3084;&#x3001;&#x30C7;&#x30FC;&#x30BF;&#x306E;&#x4E0D;&#x6B63;&#x5165;&#x624B;&#x3001;&#x30C7;&#x30FC;&#x30BF;&#x30FB;&#x30D7;&#x30ED;&#x30B0;&#x30E9;&#x30E0;&#x306E;&#x6D88;&#x53BB;&#x3084;&#x6539;&#x3056;&#x3093;&#x306A;&#x3069;&#x306E;&#x591A;&#x304F;&#x306E;&#x4E0D;&#x6B63;&#x884C;&#x70BA;&#x306F;&#x3001;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x30FB;&#x30B7;&#x30B9;&#x30C6;&#x30E0;&#x3078;&#x306E;&#x4E0D;&#x6B63;&#x306A;&#x4FB5;&#x5165;&#xFF08;&#x7121;&#x6A29;&#x9650;&#x306E;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#xFF09;&#x3092;&#x624B;&#x6BB5;&#x306B;&#x884C;&#x308F;&#x308C;&#x308B;&#x306E;&#x3067;&#x3042;&#x308B;&#x304B;&#x3089;&#x3001;&#x72AF;&#x7F6A;&#x5316;&#x306E;&#x8981;&#x5426;&#x304C;&#x691C;&#x8A0E;&#x3055;&#x308C;&#x306A;&#x3051;&#x308C;&#x3070;&#x306A;&#x3089;&#x306A;&#x3044;&#x306E;&#x306F;&#x3001;&#x30CF;&#x30C3;&#x30AD;&#x30F3;&#x30B0;&#x306A;&#x3069;&#x306E;&#x4E0D;&#x6B63;&#x306A;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x884C;&#x70BA;&#x3068;&#x3044;&#x3046;&#x3053;&#x3068;&#x306B;&#x306A;&#x308B;&#x3002;&#xFF08;&#x7565;&#xFF09;
</p>
<p>
<cite>&#x5357;&#x90E8;&#x7BE4;&#x300C;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x30FB;&#x30CD;&#x30C3;&#x30C8;&#x30EF;&#x30FC;&#x30AF;&#x306B;&#x95A2;&#x9023;&#x3059;&#x308B;&#x72AF;&#x7F6A;&#x3068;&#x5211;&#x4E8B;&#x7ACB;&#x6CD5;&#xFF08;&#x4E00;&#xFF09;&#x300D;&#x65E5;&#x672C;&#x6CD5;&#x5B66;&#x7B2C;78&#x5DFB;&#x7B2C;2&#x53F7;&#xFF08;2012&#x5E74;9&#x6708;&#xFF09;84&#x9801;</cite>
<blockquote>
</blockquote></p>
<p>
(1) &#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x7981;&#x6B62;&#x6CD5;&#x5236;&#x5B9A;&#x306E;&#x80CC;&#x666F;
</p>
<p>
&#x3059;&#x3067;&#x306B;&#x898B;&#x305F;&#x3088;&#x3046;&#x306B;&#x3001;1987&#x5E74;&#x6539;&#x6B63;&#x306E;&#x969B;&#x3001;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x30FB;&#x30B7;&#x30B9;&#x30C6;&#x30E0;&#x3078;&#x306E;&#x4E0D;&#x6CD5;&#x4FB5;&#x5165;&#xFF08;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#xFF09;&#x884C;&#x70BA;&#x306B;&#x3064;&#x3044;&#x3066;&#x306F;&#x3001;&#x4ECA;&#x5F8C;&#x306E;&#x691C;&#x8A0E;&#x8AB2;&#x984C;&#x3068;&#x3057;&#x3066;&#x72AF;&#x7F6A;&#x5316;&#x304C;&#x898B;&#x9001;&#x3089;&#x308C;&#x305F;&#x7D4C;&#x7DEF;&#x304C;&#x3042;&#x308B;&#x3002;&#x305D;&#x3053;&#x3067;&#x306F;&#x3001;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x306F;&#x7D50;&#x5C40;&#x306E;&#x3068;&#x3053;&#x308D;&#x3001;&#x30C7;&#x30FC;&#x30BF;&#x306E;&#x4E0D;&#x6B63;&#x64CD;&#x4F5C;&#x30FB;&#x4E0D;&#x6B63;&#x5165;&#x624B;&#x3001;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x306E;&#x7121;&#x6A29;&#x9650;&#x4F7F;&#x7528;&#x30FB;&#x7834;&#x58CA;&#x3068;&#x3044;&#x3063;&#x305F;&#x8AF8;&#x985E;&#x578B;&#x306E;&#x4E88;&#x5099;&#x7684;&#x624B;&#x6BB5;&#x3067;&#x3042;&#x308A;&#x3001;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x306E;&#x60C5;&#x5831;&#x51E6;&#x7406;&#x6A5F;&#x80FD;&#x306B;&#x5BFE;&#x3059;&#x308B;&#x5B9F;&#x8CEA;&#x7684;&#x52A0;&#x5BB3;&#x3068;&#x306F;&#x5FC5;&#x305A;&#x3057;&#x3082;&#x8A00;&#x3048;&#x306A;&#x3044;&#x3068;&#x3044;&#x3046;&#x3053;&#x3068;&#x304C;&#x7406;&#x7531;&#x3068;&#x3055;&#x308C;&#x305F;<sup><small>(74)</small></sup>&#x3002;&#x5916;&#x90E8;&#x304B;&#x3089;&#x306E;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x3078;&#x306E;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x884C;&#x70BA;&#x304C;&#x7BA1;&#x7406;&#x3055;&#x308C;&#x3066;&#x3044;&#x308B;&#x72B6;&#x614B;&#x306F;&#x3001;&#x672A;&#x3060;&#x5211;&#x7F70;&#x7684;&#x4FDD;&#x8B77;&#x304C;&#x5FC5;&#x8981;&#x306A;&#x3082;&#x306E;&#x3068;&#x306F;&#x8A55;&#x4FA1;&#x3055;&#x308C;&#x306A;&#x304B;&#x3063;&#x305F;&#x306E;&#x3067;&#x3042;&#x308B;&#x3002;
</p>
<p>
&#x3057;&#x304B;&#x3057;&#x3001;1990&#x5E74;&#x4EE3;&#x534A;&#x3070;&#x4EE5;&#x964D;&#x306E;&#x30A4;&#x30F3;&#x30BF;&#x30FC;&#x30CD;&#x30C3;&#x30C8;&#x306E;&#x6025;&#x6FC0;&#x306A;&#x666E;&#x53CA;&#x306B;&#x3088;&#x308A;&#x72B6;&#x6CC1;&#x306F;&#x4E00;&#x5909;&#x3059;&#x308B;&#x3002;&#xFF08;&#x7565;&#xFF09;
</p>
<p>
1987&#x5E74;&#x6539;&#x6B63;&#x4EE5;&#x6765;&#x306E;&#x72B6;&#x6CC1;&#x306E;&#x5909;&#x5316;&#x304C;&#x3001;&#x30CD;&#x30C3;&#x30C8;&#x30EF;&#x30FC;&#x30AF;&#x5916;&#x90E8;&#x304B;&#x3089;&#x306E;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x3078;&#x306E;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x304C;&#x7BA1;&#x7406;&#x3055;&#x308C;&#x3066;&#x3044;&#x308B;&#x72B6;&#x614B;&#x81EA;&#x4F53;&#x3092;&#x5211;&#x7F70;&#x3067;&#x4FDD;&#x8B77;&#x3059;&#x3079;&#x304D;&#x3001;&#x3068;&#x306E;&#x8A8D;&#x8B58;&#x3092;&#x5C0E;&#x3044;&#x305F;&#x3068;&#x3044;&#x3063;&#x3066;&#x3082;&#x3088;&#x3044;&#x3002;&#x7121;&#x6A29;&#x9650;&#x306E;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x3092;&#x8CA1;&#x7523;&#x72AF;&#x7F6A;&#x7B49;&#x306E;&#x4E88;&#x5099;&#x7684;&#x306A;&#x884C;&#x70BA;&#x3068;&#x3059;&#x308B;&#x8A8D;&#x8B58;<sup><small>(78)</small></sup>&#x306F;&#x3001;&#x30CD;&#x30C3;&#x30C8;&#x30EF;&#x30FC;&#x30AF;&#x793E;&#x4F1A;&#x306E;&#x767A;&#x5C55;&#x6BB5;&#x968E;&#x304C;&#x3001;&#x9069;&#x6B63;&#x306A;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x30B3;&#x30F3;&#x30C8;&#x30ED;&#x30FC;&#x30EB;&#x304C;&#x53CA;&#x3093;&#x3067;&#x3044;&#x308B;&#x72B6;&#x614B;&#x81EA;&#x4F53;&#x306B;&#x5211;&#x7F70;&#x306B;&#x3088;&#x308B;&#x4FDD;&#x8B77;&#x306E;&#x5FC5;&#x8981;&#x6027;&#x3092;&#x8A8D;&#x3081;&#x308B;&#x307B;&#x3069;&#x306B;&#x9054;&#x3057;&#x3066;&#x3044;&#x306A;&#x304B;&#x3063;&#x305F;&#x304B;&#x3089;&#x306B;&#x307B;&#x304B;&#x306A;&#x3089;&#x306A;&#x3044;&#x3002;
</p>
<p>
<cite>&#x5357;&#x90E8;&#x7BE4;&#x300C;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x30FB;&#x30CD;&#x30C3;&#x30C8;&#x30EF;&#x30FC;&#x30AF;&#x306B;&#x95A2;&#x9023;&#x3059;&#x308B;&#x72AF;&#x7F6A;&#x3068;&#x5211;&#x4E8B;&#x7ACB;&#x6CD5;&#xFF08;&#x4E8C;&#xFF09;&#x300D;&#x65E5;&#x672C;&#x6CD5;&#x5B66;&#x7B2C;78&#x5DFB;&#x7B2C;3&#x53F7;&#xFF08;2013&#x5E74;2&#x6708;&#xFF09;33&#x9801;</cite></p>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="footnote"><a name="f04" href="./20190211.html#fm04">*4</a>&#xA0;&#x3053;&#x306E;&#x7F6A;&#x304C;&#x5211;&#x6CD5;&#x5178;&#x306B;&#x76DB;&#x308A;&#x8FBC;&#x307E;&#x308C;&#x305A;&#x3001;&#x8B66;&#x5BDF;&#x5E81;&#x30FB;&#x7DCF;&#x52D9;&#x7701;&#x30FB;&#x7D4C;&#x6E08;&#x7523;&#x696D;&#x7701;&#x304C;&#x6240;&#x7BA1;&#x3059;&#x308B;&#x884C;&#x653F;&#x5211;&#x6CD5;&#x306B;&#x3088;&#x3063;&#x3066;&#x5275;&#x8A2D;&#x3055;&#x308C;&#x305F;&#x3053;&#x3068;&#x306F;&#x3001;&#x69CB;&#x60F3;&#x524D;&#x6BB5;&#x968E;&#x306B;&#x304A;&#x3051;&#x308B;&#x8B70;&#x8AD6;&#x306B;&#x304A;&#x3044;&#x3066;&#x4EE5;&#x4E0B;&#x306E;&#x3088;&#x3046;&#x306B;&#x66F8;&#x304B;&#x308C;&#x3066;&#x3044;&#x305F;&#x70B9;&#x304C;&#x8208;&#x5473;&#x6DF1;&#x3044;&#x3002;
<blockquote>
</blockquote></p>
<p>
&#x60C5;&#x5831;&#x306E;&#x4E0D;&#x6B63;&#x53D6;&#x5F97;&#x3084;&#x6F0F;&#x793A;&#x3092;&#x72AF;&#x7F6A;&#x5316;&#x3059;&#x308B;&#x898F;&#x5B9A;&#x3092;&#x5211;&#x6CD5;&#x5178;&#x306E;&#x4E2D;&#x306B;&#x5165;&#x308C;&#x308B;&#x3053;&#x3068;&#x306B;&#x3064;&#x3044;&#x3066;&#x306F;&#x3001;&#x5916;&#x90E8;&#x306B;&#x5F37;&#x3044;&#x53CD;&#x5BFE;&#x304C;&#x3042;&#x308A;&#x3001;&#x53C8;<strong>&#x4EBA;&#x9593;&#x306E;&#x81EA;&#x7136;&#x7684;&#x306A;&#x53CD;&#x502B;&#x7406;&#x884C;&#x70BA;&#x3092;&#x57FA;&#x672C;&#x3068;&#x3057;&#x3066;&#x6CD5;&#x6587;&#x5316;&#x3057;&#x3066;&#x3044;&#x308B;&#x5211;&#x6CD5;&#x306E;&#x4E2D;&#x306B;&#x3001;&#x65B0;&#x3057;&#x3044;&#x793E;&#x4F1A;&#x73FE;&#x8C61;&#x3067;&#x3042;&#x308B;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x95A2;&#x9023;&#x72AF;&#x7F6A;&#x306E;</strong>&#x3001;&#x3057;&#x304B;&#x3082;&#x4E00;&#x6628;&#x5E74;&#x306E;&#x5211;&#x6CD5;&#x6539;&#x6B63;&#x3067;&#x7A4D;&#x307F;&#x6B8B;&#x3055;&#x308C;&#x305F;&#x90E8;&#x5206;&#x306B;&#x95A2;&#x3059;&#x308B;<strong>&#x898F;&#x5B9A;&#x3092;&#x5165;&#x308C;&#x308B;&#x3053;&#x3068;&#x306B;&#x3064;&#x3044;&#x3066;&#x306F;&#x5FC3;&#x7406;&#x7684;&#x306A;&#x62B5;&#x6297;&#x611F;&#x3082;&#x3042;&#x3063;&#x3066;</strong>&#x3001;&#x5F53;&#x59D4;&#x54E1;&#x4F1A;&#x3067;&#x5211;&#x6CD5;&#x6539;&#x6B63;&#x306E;&#x63D0;&#x6848;&#x3092;&#x3057;&#x3066;&#x3082;&#x3001;&#x6CD5;&#x52D9;&#x7701;&#x306F;&#x7A4D;&#x6975;&#x7684;&#x306B;&#x53D6;&#x308A;&#x8FBC;&#x3082;&#x3046;&#x3068;&#x3057;&#x306A;&#x3044;&#x306E;&#x3067;&#x306F;&#x306A;&#x3044;&#x304B;&#x3002;
</p>
<p>
<cite>&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x60C5;&#x5831;&#x306E;&#x4E0D;&#x6B63;&#x53D6;&#x5F97;&#x30FB;&#x6F0F;&#x793A;&#x306B;&#x95A2;&#x3059;&#x308B;&#x6CD5;&#x5236;&#x7684;&#x5BFE;&#x5FDC;&#x2014;&#x2014;&#x691C;&#x8A0E;&#x904E;&#x7A0B;&#x306E;&#x4E2D;&#x9593;&#x5831;&#x544A;&#x2014;&#x2014;, &#x60C5;&#x5831;&#x30BB;&#x30AD;&#x30E5;&#x30EA;&#x30C6;&#x30A3;&#x3068;&#x6CD5;&#x5236;&#x5EA6;&#x8ABF;&#x67FB;&#x7814;&#x7A76;&#x59D4;&#x54E1;&#x4F1A;&#x30EC;&#x30DD;&#x30FC;&#x30C8;, &#x65E5;&#x672C;&#x60C5;&#x5831;&#x51E6;&#x7406;&#x958B;&#x767A;&#x5354;&#x4F1A;&#xFF08;1991&#x5E74;3&#x6708;&#xFF09;</cite>
</p>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="footnote"><a name="f05" href="./20190211.html#fm05">*5</a>&#xA0;&#x539F;&#x6587;&#x30DE;&#x30DE;&#x3002;&#x540C;&#x66F8;&#x7B2C;2&#x7248;&#xFF08;&#x7ACB;&#x82B1;&#x66F8;&#x623F;, 2012&#x5E74;7&#x6708;&#xFF09;&#x3067;&#x306F;&#x3001;&#x300C;&#x96FB;&#x6C17;&#x901A;&#x4FE1;&#x306B;&#x95A2;&#x3059;&#x308B;&#x79E9;&#x5E8F;&#x306E;&#x7DAD;&#x6301;&#x300D;&#xFF08;78&#x9801;&#xFF09;&#x306B;&#x4FEE;&#x6B63;&#x3055;&#x308C;&#x3066;&#x3044;&#x305F;&#x3002;</p>
<p class="footnote"><a name="f06" href="./20190211.html#fm06">*6</a>&#xA0;&#x8A2D;&#x7F6E;&#x8005;&#x304C;&#x7BA1;&#x7406;&#x8005;&#x753B;&#x9762;&#x3092;&#x4F7F;&#x3063;&#x3066;&#x3044;&#x306A;&#x3044;&#x6A5F;&#x5668;&#x3082;&#x5B58;&#x5728;&#x3057;&#x5F97;&#x308B;&#x3057;&#x3001;&#x3055;&#x3089;&#x306B;&#x3001;&#x88FD;&#x9020;&#x8005;&#x3082;&#x516C;&#x5F0F;&#x306B;&#x306F;&#x8A8D;&#x3081;&#x3066;&#x3044;&#x306A;&#x3044;&#x88CF;&#x306E;&#x7BA1;&#x7406;&#x8005;&#x30ED;&#x30B0;&#x30A4;&#x30F3;&#x6A5F;&#x80FD;&#x304C;&#x5B58;&#x5728;&#x3059;&#x308B;&#x6A5F;&#x5668;&#x306E;&#x4E8B;&#x4F8B;&#x3082;&#x3042;&#x308B;&#x3002;</p>
<p class="footnote"><a name="f07" href="./20190211.html#fm07">*7</a>&#xA0;&#x3053;&#x306E;&#x3053;&#x3068;&#x304C;&#x610F;&#x5916;&#x306B;&#x601D;&#x308F;&#x308C;&#x308B;&#x304B;&#x3082;&#x3057;&#x308C;&#x306A;&#x3044;&#x304C;&#x3001;&#x3053;&#x3046;&#x3057;&#x305F;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x7981;&#x6B62;&#x6CD5;&#x306E;&#x8DA3;&#x65E8;&#x3092;&#x5DE1;&#x3063;&#x3066;&#x306F;&#x3001;20&#x5E74;&#x524D;&#x304B;&#x3089;&#x5EA6;&#x3005;&#x8B70;&#x8AD6;&#x306B;&#x306A;&#x3063;&#x3066;&#x3044;&#x305F;&#x3002;&#x300C;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x5236;&#x9650;&#x3055;&#x308C;&#x3066;&#x3044;&#x306A;&#x3044;&#x3082;&#x306E;&#x306F;&#x3001;&#x8AB0;&#x3067;&#x3082;&#x898B;&#x308B;&#x3053;&#x3068;&#x304C;&#x3067;&#x304D;&#x308B;&#x306E;&#x3060;&#x304B;&#x3089;&#x3001;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x3068;&#x3057;&#x3066;&#x306F;&#x3044;&#x3051;&#x306A;&#x3044;&#x3002;&#x300D;&#x3068;&#x3044;&#x3063;&#x305F;&#x8AD6;&#x8ABF;&#x3067;&#x3042;&#x308A;&#x3001;2002&#x5E74;&#x306B;&#x306F;&#x3001;&#x30B0;&#x30B0;&#x3063;&#x305F;&#x3060;&#x3051;&#x3067;&#x540D;&#x7C3F;&#x306E;CSV&#x30D5;&#x30A1;&#x30A4;&#x30EB;&#x304C;&#x898B;&#x3064;&#x304B;&#x308B;Web&#x30B5;&#x30A4;&#x30C8;&#x304C;&#x305F;&#x304F;&#x3055;&#x3093;&#x767A;&#x898B;&#x3055;&#x308C;&#x3001;&#xFF12;&#x3061;&#x3083;&#x3093;&#x306D;&#x308B;&#x306B;&#x305D;&#x306E;URL&#x3092;&#x66B4;&#x9732;&#x3055;&#x308C;&#x308B;&#x4E8B;&#x6848;&#x304C;&#x7D9A;&#x767A;&#x3057;&#x305F;&#x3053;&#x3068;&#x304C;&#x3042;&#x308A;&#x3001;&#x66B4;&#x9732;&#x3055;&#x308C;&#x305F;Web&#x30B5;&#x30A4;&#x30C8;&#x7BA1;&#x7406;&#x8005;&#x306F;&#x300C;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x3055;&#x308C;&#x305F;&#x300D;&#x3068;&#x8B66;&#x5BDF;&#x306B;&#x88AB;&#x5BB3;&#x3092;&#x8A34;&#x3048;&#x305F;&#x304C;&#x3001;&#x8B66;&#x8996;&#x5E81;&#x304C;&#x300C;&#x540D;&#x7C3F;&#x3092;&#x9053;&#x7AEF;&#x306B;&#x7F6E;&#x304F;&#x3088;&#x3046;&#x306A;&#x3082;&#x306E;&#x300D;&#x300C;&#x6CD5;&#x7684;&#x306B;&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x3068;&#x5224;&#x65AD;&#x3067;&#x304D;&#x308B;&#x3082;&#x306E;&#x306F;&#x306A;&#x3044;&#x300D;&#x3068;&#x4E00;&#x8E74;&#xFF08;&#x4E2D;&#x65E5;&#x65B0;&#x805E;2002&#x5E74;7&#x6708;4&#x65E5;&#x671D;&#x520A;&#x300C;&#x76F8;&#x6B21;&#x3050;&#x500B;&#x4EBA;&#x60C5;&#x5831;&#x6D41;&#x51FA; &#x201C;&#x304A;&#x5BD2;&#x3044;&#x201D;&#x4F01;&#x696D;&#x306E;&#x5371;&#x6A5F;&#x7BA1;&#x7406; &#x8B66;&#x8996;&#x5E81;&#x300E;&#x9053;&#x306B;&#x7F6E;&#x304F;&#x306E;&#x3068;&#x540C;&#x3058;&#x300F;&#x300D;&#xFF09;&#x3057;&#x3066;&#x88AB;&#x5BB3;&#x5C4A;&#x3092;&#x53D7;&#x7406;&#x3057;&#x306A;&#x304B;&#x3063;&#x305F;&#x3068;&#x3044;&#x3046;&#x4E8B;&#x6848;&#x304C;&#x3042;&#x3063;&#x305F;&#x3002;&#x4ED6;&#x65B9;&#x3001;2003&#x5E74;&#x306B;&#x306F;<a href="https://www.itmedia.co.jp/news/topics/accs.html">ACCS&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x4E8B;&#x4EF6;</a>&#x304C;&#x3042;&#x308A;&#x3001;&#x3053;&#x308C;&#x306F;&#x30C7;&#x30A3;&#x30EC;&#x30AF;&#x30C8;&#x30EA;&#x30C8;&#x30E9;&#x30D0;&#x30FC;&#x30B5;&#x30EB;&#x8106;&#x5F31;&#x6027;&#x3092;&#x7A81;&#x3044;&#x3066;&#x975E;&#x516C;&#x958B;&#x30C7;&#x30A3;&#x30EC;&#x30AF;&#x30C8;&#x30EA;&#x306E;&#x30D5;&#x30A1;&#x30A4;&#x30EB;&#x3092;&#x30D6;&#x30E9;&#x30A6;&#x30B6;&#x3067;&#x95B2;&#x89A7;&#x3057;&#x305F;&#x3082;&#x306E;&#x3067;&#x3042;&#x3063;&#x305F;&#x304C;&#x3001;&#x3053;&#x308C;&#x304C;&#x5211;&#x4E8B;&#x4E8B;&#x4EF6;&#x3068;&#x306A;&#x3063;&#x3066;&#x6771;&#x4EAC;&#x5730;&#x88C1;&#x3067;&#x6709;&#x7F6A;&#x5224;&#x6C7A;&#xFF08;&#x63A7;&#x8A34;&#x53D6;&#x308A;&#x4E0B;&#x3052;&#x78BA;&#x5B9A;&#xFF09;&#x304C;&#x51FA;&#x305F;&#x3068;&#x3053;&#x308D;&#x3001;&#x300C;&#x6B63;&#x7FA9;&#x306E;&#x8106;&#x5F31;&#x6027;&#x6307;&#x6458;&#x304C;&#x76EE;&#x7684;&#x3067;&#x3042;&#x308C;&#x3070;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x306F;&#x8A31;&#x3055;&#x308C;&#x308B;&#x3079;&#x304D;&#x3067;&#x3042;&#x308B;&#x300D;&#x7684;&#x306A;&#x58F0;&#x304C;&#x5674;&#x51FA;&#xFF08;&#x4E00;&#x4F8B;&#x3068;&#x3057;&#x3066;<a href="http://archives.impressrd.jp/im/previewer.php?url=http://i.impress
<p class="footnote"><a name="f08" href="./20190211.html#fm08">*8</a>&#xA0;&#x306A;&#x304A;&#x3001;&#x79C1;&#x306F;&#x3053;&#x306E;NICT&#x6CD5;&#x6539;&#x6B63;&#x6CD5;&#x306E;&#x7ACB;&#x6848;&#x306B;&#x95A2;&#x3057;&#x3066;&#x696D;&#x52D9;&#x3068;&#x3057;&#x3066;&#x4E00;&#x5207;&#x95A2;&#x4E0E;&#x3057;&#x3066;&#x3044;&#x306A;&#x3044;&#x3053;&#x3068;&#x3092;&#x4ED8;&#x8A18;&#x3057;&#x3066;&#x304A;&#x304F;&#x3002;NICT&#x304C;&#x5B9F;&#x65BD;&#x3059;&#x308B;&#x3068;&#x3044;&#x3046;&#x8A71;&#x306B;&#x306A;&#x3063;&#x3066;&#x4EE5;&#x964D;&#x3001;&#x4F55;&#x3089;&#x898B;&#x3066;&#x3082;&#x3044;&#x306A;&#x304B;&#x3063;&#x305F;&#x3002;&#x3082;&#x3057;&#x95A2;&#x4E0E;&#x3057;&#x3066;&#x3044;&#x305F;&#x306A;&#x3089;&#x3070;&#x3001;&#x3053;&#x3053;&#x3067;&#x3053;&#x306E;&#x3088;&#x3046;&#x306B;&#x64C1;&#x8B77;&#x3059;&#x308B;&#x767A;&#x8A00;&#x3092;&#x66F8;&#x304F;&#x3053;&#x3068;&#x306F;&#x306A;&#x304F;&#x3001;&#x6C88;&#x9ED9;&#x3059;&#x308B;&#x3057;&#x304B;&#x306A;&#x304B;&#x3063;&#x305F;&#x3067;&#x3042;&#x308D;&#x3046;&#x3002;</p>
<p class="footnote"><a name="f09" href="./20190211.html#fm09">*9</a>&#xA0;&#x305D;&#x3082;&#x305D;&#x3082;&#x300C;&#x5F53;&#x521D;&#x76EE;&#x7684;&#x300D;&#x306A;&#x3069;&#x3068;&#x3044;&#x3046;&#x3082;&#x306E;&#x304C;&#x3042;&#x3063;&#x305F;&#x306E;&#x304B;&#x77E5;&#x3089;&#x306A;&#x3044;&#x304C;&#x3002;</p>
<p class="footnote"><a name="f10" href="./20190211.html#fm10">*10</a>&#xA0;&#x3055;&#x3059;&#x304C;&#x306B;&#x3053;&#x308C;&#x304C;&#x3001;&#x300C;<a href="https://www.atmarkit.co.jp/ait/articles/0410/27/news113.html">&#x7B46;&#x8005;&#x306E;&#x3088;&#x3046;&#x306B;&#x7406;&#x7CFB;&#x306E;&#x4E16;&#x754C;&#x304B;&#x3089;&#x8D85;&#x6587;&#x7CFB;&#x306A;&#x4E16;&#x754C;&#x306B;&#x6765;&#x308B;&#x3068;&#x3001;&#x300C;&#x7406;&#x7CFB;&#x306E;&#x5E38;&#x8B58;&#x306F;&#x6587;&#x7CFB;&#x306E;&#x975E;&#x5E38;&#x8B58;&#x300D;&#x3068;&#x3044;&#x3063;&#x305F;&#x4E8B;&#x614B;&#x306B;&#x76F4;&#x9762;&#x3059;&#x308B;&#x3002;&#x305D;&#x306E;&#x4E2D;&#x3067;&#x3082;&#x7406;&#x7CFB;&#x3067;&#x306F;&#x5E38;&#x8B58;&#x3068;&#x3055;&#x308C;&#x308B;&#x8AD6;&#x7406;&#x601D;&#x8003;&#x30FB;&#x8AD6;&#x7406;&#x7684;&#x76F4;&#x611F;&#x304C;&#x6CD5;&#x66F9;&#x306A;&#x3069;&#x306E;&#x8D85;&#x6587;&#x7CFB;&#x4E16;&#x754C;&#x3067;&#x306F;&#x975E;&#x5E38;&#x8B58;&#x3068;&#x3055;&#x308C;&#x308B;&#x3053;&#x3068;&#x306B;&#x3057;&#x3070;&#x3057;&#x3070;&#x9A5A;&#x304F;&#x3002;</a>&#x300D;&#xFF08;@IT, 2004&#x5E74;10&#x6708;&#xFF09;&#x306E;&#x30AA;&#x30C1;&#x3067;&#x306F;&#x306A;&#x304B;&#x308D;&#x3046;&#x3068;&#x306F;&#x601D;&#x3046;&#x304C;&#x3002;</p>
<p class="footnote"><a name="f11" href="./20190211.html#fm11">*11</a>&#xA0;&#x30D5;&#x30A1;&#x30A4;&#x30EB;&#x6697;&#x53F7;&#x5316;&#x7528;&#x306E;&#x9375;&#x3068;&#x3057;&#x3066;&#x306E;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x306E;&#x5834;&#x5408;&#x306F;&#x3001;&#x6982;&#x306D;&#x500D;&#x306E;&#x9577;&#x3055;&#x304C;&#x5FC5;&#x8981;&#x3067;&#x3042;&#x308B;&#x306E;&#x306B;&#x5BFE;&#x3057;&#x3066;&#x3002;</p>
<p class="footnote"><a name="f12" href="./20190211.html#fm12">*12</a>&#xA0;&#x305D;&#x3082;&#x305D;&#x3082;&#x300C;&#x5F53;&#x521D;&#x76EE;&#x7684;&#x300D;&#x306A;&#x3069;&#x3068;&#x3044;&#x3046;&#x3082;&#x306E;&#x304C;&#x3042;&#x3063;&#x305F;&#x306E;&#x304B;&#x77E5;&#x3089;&#x306A;&#x3044;&#x304C;&#x3002;</p>
<p class="footnote"><a name="f13" href="./20190211.html#fm13">*13</a>&#xA0;&#x305D;&#x308C;&#x3067;&#x3082;&#x3001;&#x300C;1111&#x3001;aaaa&#x7B49;&#x300D;&#x300C;1234&#x3001;abcd&#x7B49;&#x300D;&#x300C;12341234&#x3001;abcdabcd&#x7B49;&#x300D;&#x3092;&#x5BFE;&#x8C61;&#x306B;&#x542B;&#x3081;&#x3066;&#x3057;&#x307E;&#x3063;&#x3066;&#x3044;&#x308B;&#x306E;&#x306F;&#x3001;&#x300C;&#x5F53;&#x521D;&#x76EE;&#x7684;&#x300D;&#x306E;&#x8DA3;&#x65E8;&#x3092;&#x8E0F;&#x307F;&#x5916;&#x3057;&#x3066;&#x304A;&#x308A;&#x3001;&#x300C;&#x5143;&#x3005;&#x5408;&#x6CD5;&#x306A;&#x884C;&#x70BA;&#x300D;&#x3068;&#x8A00;&#x3044;&#x5F35;&#x308B;&#x306E;&#x306F;&#x82E6;&#x3057;&#x3044;&#x3060;&#x308D;&#x3046;&#x3002;</p>
<p class="footnote"><a name="f14" href="./20190211.html#fm14">*14</a>&#xA0;&#x305D;&#x3046;&#x3059;&#x308B;&#x305F;&#x3081;&#x306B;&#x306F;&#x3001;&#x300C;1111&#x3001;aaaa&#x7B49;&#x300D;&#x300C;1234&#x3001;abcd&#x7B49;&#x300D;&#x300C;12341234&#x3001;abcdabcd&#x7B49;&#x300D;&#x3092;&#x5BFE;&#x8C61;&#x306B;&#x3059;&#x308B;&#x306E;&#x3082;&#x4E2D;&#x6B62;&#x3057;&#x305F;&#x307B;&#x3046;&#x304C;&#x3044;&#x3044;&#x3002;</p>
<p class="footnote"><a name="f15" href="./20190211.html#fm15">*15</a>&#xA0;&#x8FFD;&#x8A18;&#xFF08;2&#x6708;15&#x65E5;&#xFF09;&#xFF1A;<a href="https://twitter.com/HiromitsuTakagi/status/1096214167814516736">&#x4E0A;2&#x3064;&#x306E;&#x6CE8;&#x91C8;&#x306B;&#x7269;&#x8A00;&#x3044;&#x304C;&#x3064;&#x3044;&#x305F;&#x306E;&#x3067;&#x3001;&#x89E3;&#x8AAC;&#x3092;&#x30C4;&#x30A4;&#x30FC;&#x30C8;&#x3057;&#x305F;</a>&#x304C;&#x3001;&#x3053;&#x3053;&#x306B;&#x6539;&#x3081;&#x3066;&#x8FFD;&#x8A18;&#x3057;&#x3066;&#x304A;&#x304F;&#x3002;&#x811A;&#x6CE8;13&#x306E;&#x300C;&#x300C;1111&#x3001;aaaa&#x7B49;&#x300D;&#x300C;1234&#x3001;abcd&#x7B49;&#x300D;&#x300C;12341234&#x3001;abcdabcd&#x7B49;&#x300D;&#x3092;&#x5BFE;&#x8C61;&#x306B;&#x542B;&#x3081;&#x3066;&#x3057;&#x307E;&#x3063;&#x3066;&#x3044;&#x308B;&#x306E;&#x306F;&#x3001;&#x300C;&#x5F53;&#x521D;&#x76EE;&#x7684;&#x300D;&#x306E;&#x8DA3;&#x65E8;&#x3092;&#x8E0F;&#x307F;&#x5916;&#x3057;&#x3066;&#x304A;&#x308A;&#x3001;&#x300D;&#x3068;&#x3044;&#x3046;&#x306E;&#x306F;&#x3001;&#x300C;1111&#x3001;aaa&#x300D;&#x3068;&#x3044;&#x3063;&#x305F;&#x5177;&#x4F53;&#x7684;&#x306A;&#x5024;&#x306E;&#x3053;&#x3068;&#x3092;&#x8A00;&#x3063;&#x3066;&#x3044;&#x308B;&#x306E;&#x3067;&#x306F;&#x306A;&#x304F;&#x3001;&#x5B9F;&#x65BD;&#x8A08;&#x753B;&#x306E;&#x300C;&#x7279;&#x5B9A;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x884C;&#x70BA;&#x306B;&#x4FC2;&#x308B;&#x8B58;&#x5225;&#x7B26;&#x53F7;&#x306E;&#x65B9;&#x91DD;&#x300D;&#x306B;&#x5217;&#x6319;&#x3055;&#x308C;&#x3066;&#x3044;&#x308B;2&#x3064;&#x76EE;&#x3001;3&#x3064;&#x76EE;&#x3001;4&#x3064;&#x76EE;&#x306E;&#x300C;&#x540C;&#x4E00;&#x306E;&#x6587;&#x5B57;&#x306E;&#x307F;&#x306E;&#x6697;&#x5531;&#x7B26;&#x53F7;&#x3092;&#x7528;&#x3044;&#x3066;&#x3044;&#x308B;&#x3082;&#x306E;&#xFF08;1111&#x3001;aaaa&#x7B49;&#xFF09;&#x300D;&#x300C;&#x9023;&#x7D9A;&#x3057;&#x305F;&#x6587;&#x5B57;&#x306E;&#x307F;&#x306E;&#x6697;&#x5531;&#x7B26;&#x53F7;&#x3092;&#x7528;&#x3044;&#x3066;&#x3044;&#x308B;&#x3082;&#x306E;&#xFF08;1234&#x3001;abcd&#x7B49;&#xFF09;&#x300D;&#x300C;&#x9023;&#x7D9A;&#x3057;&#x305F;&#x6587;&#x5B57;&#x306E;&#x307F;&#x3092;&#x7E70;&#x308A;&#x8FD4;&#x3057;&#x305F;&#x6697;&#x5531;&#x7B26;&#x53F7;&#x3092;&#x7528;&#x3044;&#x3066;&#x3044;&#x308B;&#x3082;&#x306E;&#xFF08;12341234&#x3001;abcdabcd&#x7B49;&#xFF09;&#x300D;&#x3068;&#x3044;&#x3046;&#x62BD;&#x8C61;&#x7684;&#x65B9;&#x91DD;&#x306E;&#x3053;&#x3068;&#x3092;&#x8A00;&#x3063;&#x305F;&#x3082;&#x306E;&#x3002;&#x3053;&#x308C;&#x3089;&#x306E;&#x5177;&#x4F53;&#x7684;&#x306A;&#x5024;&#x304C;&#x300C;&#x904E;&#x53BB;&#x306B;&#x5927;&#x898F;&#x6A21;&#x306A;&#x30B5;&#x30A4;&#x30D0;&#x30FC;&#x653B;&#x6483;&#x306B;&#x7528;&#x3044;&#x3089;&#x308C;&#x305F;ID&#x3001;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x306E;&#x7D44;&#x5408;&#x305B;&#x304C;&#x5BFE;&#x8C61;&#x3060;&#x304B;&#x3089;&#x300D;&#x3068;&#x3044;&#x3046;&#x306E;&#x306A;&#x3089;&#x3001;&#x5B9F;&#x65BD;&#x8A08;&#x753B;&#x306E;&#x300C;&#x8B58;&#x5225;&#x7B26;&#x53F7;&#x306E;&#x65B9;&#x91DD;&#x300D;1&#x3064;&#x76EE;&#x300C;&#x9001;&#x4FE1;&#x578B;&#x2026;&#x30B5;&#x30A4;&#x30D0;&#x30FC;&#x653B;&#x6483;&#x306E;&#x5B9F;&#x7E3E;&#x3042;&#x308B;&#x2026;&#x3067;&#x5229;&#x7528;&#x3055;&#x308C;&#x3066;&#x3044;&#x308B;&#x8B58;&#x5225;&#x7B26;&#x53F7;&#x300D;&#x306B;&#x542B;&#x307E;&#x308C;&#x308B;&#x3060;&#x3051;&#x306E;&#x8A71;&#x3002;&#x305D;&#x308C;&#x306A;&#x306E;&#x306B;&#x3001;&#x3053;&#x308C;&#x3089;&#x304C;&#x5B9F;&#x65BD;&#x8A08;&#x753B;&#x306E;&#x300C;&#x8B58;&#x5225;&#x7B26;&#x53F7;&#x306E;&#x65B9;&#x91DD;&#x300D;&#x306B;&#x5225;&#x500B;&#x306B;&#x8A18;&#x8F09;&#x3055;&#x308C;&#x3066;&#x3044;&#x308B;&#x306E;&#x306F;&#x3001;&#x7701;&#x4EE4;1&#x6761;2&#x53F7;&#x3067;&#x3001;&#x300C;&#x3053;&#x308C;&#x307E;&#x3067;&#x9001;&#x4FE1;&#x578B;&#x5BFE;&#x96FB;&#x6C17;&#x901A;&#x4FE1;&#x8A2D;&#x5099;&#x30B5;&#x30A4;&#x30D0;&#x30FC;&#x653B;&#x6483;&#x306E;&#x305F;&#x3081;&#x306B;&#x7528;&#x3044;&#x3089;&#x308C;&#x305F;&#x3082;&#x306E;&#x300D;&#x306E;&#x4ED6;&#x306B;&#x300C;&#x540C;&#x4E00;&#x306E;&#x6587;&#x5B57;&#x306E;&#x307F;&#x53C8;&#x306F;&#x9023;&#x7D9A;&#x3057;&#x305F;&#x6587;&#x5B57;
</div>
</div>
<div class="comment">
</div>
<div class="comment trackbacks">
<div class="caption">
[TrackBack URL: <a href="http://takagi-hiromitsu.jp/diary/tb.rb/20190211" name="t">http://takagi-hiromitsu.jp/diary/tb.rb/20190211</a>]
</div>
<div class="commentbody trackbackbody">
</div>
</div>
<div class="refererlist">
<div class="caption"><a name="r">&#x672C;&#x65E5;&#x306E;&#x30EA;&#x30F3;&#x30AF;&#x5143;</a></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<ul><li><a href="https://d.hatena.ne.jp/keyword/NICT">&#x306F;&#x3066;&#x306A;&#x30AD;&#x30FC;&#x30EF;&#x30FC;&#x30C9; [NICT]</a> &#xD7;3 : 2, <a href="http://d.hatena.ne.jp/keyword/NICT">1</a> (2021-03-30)</li>
<li><a href="https://jp.quora.com/">https://jp.quora.com/</a> &#xD7;4 (2021-03-06)</li>
<li><a href="http://b.hatena.ne.jp/entry/takagi-hiromitsu.jp/diary/20190211.html">&#x306F;&#x3066;&#x306A;&#x30D6;&#x30C3;&#x30AF;&#x30DE;&#x30FC;&#x30AF;&#x30B3;&#x30E1;&#x30F3;&#x30C8;</a> &#xD7;1655 : 1639, <a href="https://b.hatena.ne.jp/entry/takagi-hiromitsu.jp/diary/20190211.html">16</a> (2019-06-18)</li>
<li><a href="https://b.hatena.ne.jp/entry/s/www3.nhk.or.jp/news/html/20190125/k10011791591000.html">&#x306F;&#x3066;&#x306A;&#x30D6;&#x30C3;&#x30AF;&#x30DE;&#x30FC;&#x30AF;&#x30B3;&#x30E1;&#x30F3;&#x30C8; [s/www3.nhk.or.jp/news/html/20190125/k10011791591000.html]</a> &#xD7;7 : 6, <a href="http://b.hatena.ne.jp/entry/s/www3.nhk.or.jp/news/html/20190125/k10011791591000.html">1</a> (2019-06-15)</li>
<li><a href="https://itpc-media.net">https://itpc-media.net</a> &#xD7;4 (2019-06-12)</li>
<li><a href="https://www.google.co.jp">https://www.google.co.jp</a> &#xD7;4 (2019-04-19)</li>
<li><a href="http://www.bing.com/search?q=%E8%AD%98%E5%88%A5%E7%AC%A6%E5%8F%B7&amp;form=MSNH14&amp;sc=8-4&amp;sp=-1&amp;qs=n&amp;sk=">http://www.bing.com/search?q=&#x8B58;&#x5225;&#x7B26;&#x53F7;&amp;form=MSNH14&amp;sc=8-4&amp;sp=-1&amp;q...</a> &#xD7;4 (2019-04-03)</li>
<li><a href="http://www.bing.com/search?q=%E9%AB%98%E6%9C%A8%E5%8D%9A%E5%85%89%E3%80%80NICT&amp;form=MSNH14&amp;sc=8-4&amp;sp=-1&amp;qs=n&amp;sk=">http://www.bing.com/search?q=&#x9AD8;&#x6728;&#x535A;&#x5149;&#x3000;NICT&amp;form=MSNH14&amp;sc=8-4&amp;sp...</a> &#xD7;4 (2019-03-31)</li>
<li><a href="https://www.bing.com/">https://www.bing.com/</a> &#xD7;8 (2019-03-26)</li>
<li><a href="https://duckduckgo.com/">https://duckduckgo.com/</a> &#xD7;9 (2019-03-06)</li>
<li><a href="http://www.st.ryukoku.ac.jp/~kjm/security/memo/">&#x30BB;&#x30AD;&#x30E5;&#x30EA;&#x30C6;&#x30A3;&#x30DB;&#x30FC;&#x30EB;memo</a> &#xD7;235 : 203, <a href="http://www.st.ryukoku.ac.jp/~kjm/security/memo/2019/02.html">17</a>, <a href="http://www.st.ryukoku.ac.jp/~kjm/security/memo/2019/01.html">14</a>, <a href="http://www.st.ryukoku.ac.jp/~kjm/security/memo/index.html">1</a> (2019-02-25)</li>
<li><a href="https://news.yahoo.co.jp/">https://news.yahoo.co.jp/</a> &#xD7;17 (2019-02-21)</li>
<li><a href="https://news.yahoo.co.jp/byline/yamamotoichiro/20190221-00115625/">https://news.yahoo.co.jp/byline/yamamotoichiro/20190221-0011...</a> &#xD7;574 (2019-02-21)</li>
<li><a href="https://chat.intec.co.jp/group/446_ati_all">https://chat.intec.co.jp/group/446_ati_all</a> &#xD7;5 (2019-02-18)</li>
<li><a href="https://twitter.com/HiromitsuTakagi/status/1096274886635319298">Twitter [HiromitsuTakagi]</a> &#xD7;5 : 3, <a href="https://twitter.com/HiromitsuTakagi/status/1095692048097669120">1</a>, <a href="https://twitter.com/HiromitsuTakagi">1</a> (2019-02-15)</li>
<li><a href="http://intra.mhi.co.jp/cyber_security_information/1974540_25957.html">http://intra.mhi.co.jp/cyber_security_information/1974540_25...</a> &#xD7;4 (2019-02-15)</li>
<li><a href="http://childs.squares.net/murahatebu/">http://childs.squares.net/murahatebu/</a> &#xD7;7 (2019-02-15)</li>
<li><a href="https://chat.intec.co.jp/group/446_mirai_defender">https://chat.intec.co.jp/group/446_mirai_defender</a> &#xD7;4 (2019-02-15)</li>
<li><a href="http://www.sec.flab.fujitsu.co.jp/Illegal/item/News%20Clip2019_2_topics.html">http://www.sec.flab.fujitsu.co.jp/Illegal/item/News Clip2019...</a> &#xD7;5 (2019-02-15)</li>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="https://www.google.com">https://www.google.com</a> &#xD7;12 (2019-02-15)</li>
<li><a href="http://yamagata.int21h.jp/d/">http://yamagata.int21h.jp/d/</a> &#xD7;19 (2019-02-14)</li>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="https://gigazine.net/news/20190214-headline/">https://gigazine.net/news/20190214-headline/</a> &#xD7;5 (2019-02-14)</li>
<li><a href="http://h.hatena.ne.jp/Imamura/227142503076043565">http://h.hatena.ne.jp/Imamura/227142503076043565</a> &#xD7;6 (2019-02-14)</li>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="https://www.yammer.com/">https://www.yammer.com/</a> &#xD7;39 (2019-02-14)</li>
<li><a href="http://childs.squares.net/murahatebu/progress.html">http://childs.squares.net/murahatebu/progress.html</a> &#xD7;18 (2019-02-14)</li>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="https://semr.nl/2S1s3Oy">https://semr.nl/2S1s3Oy</a> &#xD7;25 (2019-02-14)</li>
<li><a href="https://pawoo.net/">https://pawoo.net/</a> &#xD7;4 (2019-02-14)</li>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="https://ap.salesforce.com/">https://ap.salesforce.com/</a> &#xD7;5 (2019-02-14)</li>
<li><a href="https://kurashi-no-blog.hatenablog.jp/entry/hanashijyozu.co.jp">https://kurashi-no-blog.hatenablog.jp/entry/hanashijyozu.co....</a> &#xD7;5 (2019-02-14)</li>
<li><a href="https://www.nikkei.com/article/DGXMZO41217110T10C19A2SHA000/">https://www.nikkei.com/article/DGXMZO41217110T10C19A2SHA000/...</a> &#xD7;5 (2019-02-14)</li>
<li><a href="http://hatenafilter.com/it">http://hatenafilter.com/it</a> &#xD7;5 (2019-02-14)</li>
</ul>
<div class="caption">&#x691C;&#x7D22;</div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<ul><li><a href="http://search.yahoo.co.jp/">&#x30AD;&#x30FC;&#x30EF;&#x30FC;&#x30C9;&#x4E0D;&#x660E;</a> &#xD7;36 / <a href="http://www.google.co.jp/search?q=%95s%90%b3%83A%83N%83Z%83X%8b%d6%8e~%96%40%8d%b7%95%ca&amp;hl=ja&amp;ie=Shift_JIS">&#x4E0D;&#x6B63;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x7981;&#x6B62;&#x6CD5;&#x5DEE;&#x5225;</a> &#xD7;3 </li></ul>
</div>
</div>
<hr class="sep">
<div class="adminmenu">
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<span class="adminmenu"><a href="./20181226.html">&lt;&#x524D;&#x306E;&#x65E5;&#x8A18;(2018&#x5E74;12&#x6708;26&#x65E5;)</a></span>
<span class="adminmenu"><a href="./20190219.html">&#x6B21;&#x306E;&#x65E5;&#x8A18;(2019&#x5E74;02&#x6708;19&#x65E5;)&gt;</a></span>
<span class="adminmenu"><a href="./">&#x6700;&#x65B0;</a></span>
<span class="adminmenu"><a href="update.rb?edit=true;year=2019;month=2;day=11">&#x7DE8;&#x96C6;</a></span>
</div>
<div class="recentlist">
<h2>&#x6700;&#x8FD1;&#x306E;&#x30BF;&#x30A4;&#x30C8;&#x30EB;</h2>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20220609.html">2022&#x5E74;06&#x6708;09&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20220609.html#p01">&#x7AF6;&#x4E89;&#x653F;&#x7B56;&#x304C;&#x6D88;&#x8CBB;&#x8005;&#x306E;&#x5B89;&#x5168;&#x30FB;&#x8A50;&#x6B3A;&#x88AB;&#x5BB3;&#x8010;&#x6027;&#x3092;&#x7834;&#x58CA;&#x3057;&#x306B;&#x6765;&#x305F;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20220401.html">2022&#x5E74;04&#x6708;01&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20220401.html#p01">&#x500B;&#x4EBA;&#x60C5;&#x5831;&#x53D6;&#x6271;&#x4E8B;&#x696D;&#x8005;&#x306E;&#x500B;&#x4EBA;&#x60C5;&#x5831;&#x306B;&#x4FC2;&#x308B;&#x7FA9;&#x52D9;&#x306E;&#x5BFE;&#x8C61;&#x306F;&#x5F53;&#x8A72;&#x500B;&#x4EBA;&#x60C5;&#x5831;&#x30C7;&#x30FC;&#x30BF;&#x30D9;&#x30FC;&#x30B9;&#x7B49;&#x306B;&#x4FC2;&#x308B;&#x500B;&#x4EBA;&#x60C5;&#x5831;&#x3068;&#x89E3;&#x3055;&#x308C;&#x308B;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20220119.html">2022&#x5E74;01&#x6708;19&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20220119.html#p01">&#x4E0D;&#x6B63;&#x6307;&#x4EE4;&#x96FB;&#x78C1;&#x7684;&#x8A18;&#x9332;&#x7F6A;&#x306E;&#x69CB;&#x6210;&#x8981;&#x4EF6;&#x3001;&#x6700;&#x9AD8;&#x88C1;&#x5224;&#x6C7A;&#x3092;&#x524D;&#x306B;&#x79C1;&#x306F;&#x3053;&#x3046;&#x8003;&#x3048;&#x308B;</a></li>
<li><a href="./20220119.html#p02">&#x8FFD;&#x8A18;&#xFF08;21&#x65E5;&#xFF09;&#x6700;&#x9AD8;&#x88C1;&#x5224;&#x6C7A;&#x306F;&#x691C;&#x5BDF;&#x63A7;&#x8A34;&#x68C4;&#x5374;&#xFF08;&#x4E00;&#x5BE9;&#x306E;&#x7121;&#x7F6A;&#x304C;&#x78BA;&#x5B9A;&#x3078;&#xFF09;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20211226.html">2021&#x5E74;12&#x6708;26&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20211226.html#p01">&#x30B9;&#x30DE;&#x30DB;&#x8997;&#x304D;&#x898B;&#x306E;&#x53CD;&#x5FA9;&#x3067;&#x8FF7;&#x60D1;&#x9632;&#x6B62;&#x6761;&#x4F8B;&#x9055;&#x53CD;&#x306E;&#x72AF;&#x7F6A;&#x306B;&#xFF1F;&#x6539;&#x6B63;&#x30B9;&#x30C8;&#x30FC;&#x30AB;&#x30FC;&#x898F;&#x5236;&#x6CD5;&#x306E;&#x4F4D;&#x7F6E;&#x60C5;&#x5831;&#x898F;&#x5B9A;&#x306B;&#x4E0D;&#x5177;&#x5408;&#x304B;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20211006.html">2021&#x5E74;10&#x6708;06&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20211006.html#p01">&#x7DCA;&#x6025;&#x901F;&#x5831;&#xFF1A;&#x30DE;&#x30A4;&#x30CA;&#x30F3;&#x30D0;&#x30FC;&#x6CD5;&#x306E;&#x300C;&#x88CF;&#x756A;&#x53F7;&#x300D;&#x7981;&#x6B62;&#x898F;&#x5B9A;&#x3001;&#x5185;&#x95A3;&#x6CD5;&#x5236;&#x5C40;&#x3067;&#x307E;&#x305F;&#x3082;&#x3084;&#x5927;&#x3069;&#x3093;&#x3067;&#x3093;&#x8FD4;&#x3057;&#x304B;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20210823.html">2021&#x5E74;08&#x6708;23&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20210823.html#p01">&#x65E5;&#x672C;&#x7248;ePrivacy&#x7ACB;&#x6CD5;&#x3092;&#x76EE;&#x6307;&#x3059;&#x306A;&#x3089;&#x30AF;&#x30C3;&#x30AD;&#x30FC;&#x306E;&#x3064;&#x307E;&#x307F;&#x98DF;&#x3044;&#x3067;&#x306F;&#x306A;&#x304F;&#x901A;&#x4FE1;&#x306E;&#x79D8;&#x5BC6;&#x306E;&#x518D;&#x69CB;&#x6210;&#x3092;&#x542B;&#x3081;&#x3066;&#x691C;&#x8A0E;&#x3059;&#x308B;&#x3079;&#x304D;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20210712.html">2021&#x5E74;07&#x6708;12&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20210712.html#p01">&#x90F5;&#x4FBF;&#x4E8B;&#x696D;&#x304C;&#x30B3;&#x30E2;&#x30F3;&#x30AD;&#x30E3;&#x30EA;&#x30A2;&#x3092;&#x9038;&#x8131;&#x3059;&#x308C;&#x3070;&#x90F5;&#x4FBF;&#x7269;&#x3092;&#x5DEE;&#x3057;&#x51FA;&#x3059;&#x4E8B;&#x696D;&#x8005;&#x304C;&#x500B;&#x4EBA;&#x60C5;&#x5831;&#x4FDD;&#x8B77;&#x6CD5;&#x306B;&#x62B5;&#x89E6;&#x3059;&#x308B;</a></li>
<li><a href="./20210712.html#p02">&#x30D1;&#x30D6;&#x30B3;&#x30E1;&#x306E;&#x7D50;&#x679C;&#xFF08;8&#x6708;22&#x65E5;&#x8FFD;&#x8A18;&#xFF09;</a></li>
<li><a href="./20210712.html#p03">&#x300C;&#x90F5;&#x653F;&#x30D0;&#x30EA;&#x30E5;&#x30FC;&#x30A2;&#x30C3;&#x30D7;&#x6226;&#x7565;&#x691C;&#x8A0E;&#x59D4;&#x54E1;&#x4F1A;&#x300D;&#x306E;&#x9732;&#x9AA8;&#x306A;&#x697D;&#x5929;&#x8A98;&#x5C0E;&#x30D1;&#x30D6;&#x30B3;&#x30E1;&#x610F;&#x898B;&#x3068;&#x7DCF;&#x52D9;&#x7701;&#x306E;&#x53CD;&#x5FDC;&#xFF08;8&#x6708;22&#x65E5;&#x8FFD;&#x8A18;&#xFF09;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20200914.html">2020&#x5E74;09&#x6708;14&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20200914.html#p01">&#x30C6;&#x30EC;&#x30D5;&#x30A9;&#x30F3;&#x30D0;&#x30F3;&#x30AD;&#x30F3;&#x30B0;&#x304B;&#x3089;&#x306E;&#x30EA;&#x30D0;&#x30FC;&#x30B9;&#x30D6;&#x30EB;&#x30FC;&#x30C8;&#x30D5;&#x30A9;&#x30FC;&#x30B9;&#x306B;&#x3088;&#x308B;&#x6697;&#x8A3C;&#x756A;&#x53F7;&#x6F0F;&#x3048;&#x3044;&#x306B;&#x3064;&#x3044;&#x3066;&#x4E09;&#x4E95;&#x4F4F;&#x53CB;&#x9280;&#x884C;&#x306B;&#x805E;&#x3044;&#x305F;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20200801.html">2020&#x5E74;08&#x6708;01&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20200801.html#p01">&#x300C;&#x5B89;&#x5168;&#x306A;&#x30A6;&#x30A7;&#x30D6;&#x30B5;&#x30A4;&#x30C8;&#x306E;&#x4F5C;&#x308A;&#x65B9;&#x300D;HTML&#x7248;&#x306B;&#x30EA;&#x30F3;&#x30AF;&#x30B8;&#x30E5;&#x30FC;&#x30B9;&#x3092;&#x6CE8;&#x304E;&#x8FBC;&#x3080;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20191005.html">2019&#x5E74;10&#x6708;05&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20191005.html#p01">&#x7D9A;&#x30FB;&#x691C;&#x5BDF;&#x5B98;&#x306F;&#x89E3;&#x8AAC;&#x66F8;&#x306E;&#x6587;&#x7AE0;&#x3092;&#x8AAD;&#x307F;&#x9055;&#x3048;&#x3066;&#x3044;&#x305F;&#x3053;&#x3068;&#x304C;&#x5224;&#x660E;&#xFF08;&#x306A;&#x305C;&#x4E0D;&#x6B63;&#x6307;&#x4EE4;&#x96FB;&#x78C1;&#x7684;&#x8A18;&#x9332;&#x306B;&#x8A72;&#x5F53;&#x3057;&#x306A;&#x3044;&#x306E;&#x304B; &#x305D;&#x306E;4&#xFF09;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20190803.html">2019&#x5E74;08&#x6708;03&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20190803.html#p01">&#x3042;&#x306E;Suica&#x4E8B;&#x6848;&#x304C;&#x56FD;&#x7ACB;&#x5927;&#x5165;&#x8A66;&#x554F;&#x984C;&#x306B;&#x306A;&#x3063;&#x3066;&#x3044;&#x305F;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20190708.html">2019&#x5E74;07&#x6708;08&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20190708.html#p01">&#x5929;&#x52D5;&#x8AAC;&#x8A2D;&#x8A08;&#x304B;&#x3089;&#x5730;&#x52D5;&#x8AAC;&#x8A2D;&#x8A08;&#x3078;&#xFF1A;7pay&#x30A2;&#x30D7;&#x30EA;&#x306E;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x30EA;&#x30DE;&#x30A4;&#x30F3;&#x30C0;&#x306F;&#x306A;&#x305C;&#x58CA;&#x308C;&#x3066;&#x3044;&#x305F;&#x306E;&#x304B;&#xFF08;&#x5E8F;&#x7AE0;&#xFF09;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20190625.html">2019&#x5E74;06&#x6708;25&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20190625.html#p01">&#x7DCF;&#x52D9;&#x7701;&#x304C;&#x4E0D;&#x6B63;&#x6307;&#x4EE4;&#x96FB;&#x78C1;&#x7684;&#x8A18;&#x9332;&#x7F6A;&#x306E;&#x5178;&#x578B;&#x7684;&#x8AA4;&#x89E3;&#x3092;&#x518D;&#x751F;&#x7523;&#x4E2D;&#x3001;&#x539F;&#x56E0;&#x3092;&#x7D76;&#x305F;&#x306D;&#x3070;&#x306A;&#x3089;&#x306A;&#x3044;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20190609.html">2019&#x5E74;06&#x6708;09&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20190609.html#p01">&#x30E4;&#x30D5;&#x30FC;&#x306E;&#x4FE1;&#x7528;&#x30B9;&#x30B3;&#x30A2;&#x306F;&#x306A;&#x305C;&#x77E5;&#x6075;&#x888B;&#x30B9;&#x30B3;&#x30A2;&#x306B;&#x306A;&#x3063;&#x3066;&#x3057;&#x307E;&#x3063;&#x305F;&#x306E;&#x304B;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20190519.html">2019&#x5E74;05&#x6708;19&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20190519.html#p01">&#x96FB;&#x6C17;&#x901A;&#x4FE1;&#x4E8B;&#x696D;&#x6CD5;&#x306B;&#x304A;&#x3051;&#x308B;&#x691C;&#x95B2;&#x306E;&#x7981;&#x6B62;&#x3068;&#x306F;&#x4F55;&#x304B;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20190512.html">2019&#x5E74;05&#x6708;12&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20190512.html#p01">&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x8B66;&#x544A;&#x65B9;&#x5F0F;&#xFF08;&#x300C;&#x30A2;&#x30AF;&#x30BB;&#x30B9;&#x6291;&#x6B62;&#x65B9;&#x7B56;&#x306B;&#x4FC2;&#x308B;&#x691C;&#x8A0E;&#x306E;&#x8AD6;&#x70B9;&#x300D;&#xFF09;&#x306B;&#x5BFE;&#x3059;&#x308B;&#x30D1;&#x30D6;&#x30B3;&#x30E1;&#x63D0;&#x51FA;&#x610F;&#x898B;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20190319.html">2019&#x5E74;03&#x6708;19&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20190319.html#p01">&#x691C;&#x5BDF;&#x5B98;&#x306F;&#x89E3;&#x8AAC;&#x66F8;&#x306E;&#x6587;&#x7AE0;&#x3092;&#x8AAD;&#x307F;&#x9055;&#x3048;&#x3066;&#x3044;&#x305F;&#x3053;&#x3068;&#x304C;&#x5224;&#x660E;&#xFF08;&#x306A;&#x305C;&#x4E0D;&#x6B63;&#x6307;&#x4EE4;&#x96FB;&#x78C1;&#x7684;&#x8A18;&#x9332;&#x306B;&#x8A72;&#x5F53;&#x3057;&#x306A;&#x3044;&#x306E;&#x304B; &#x305D;&#x306E;3&#xFF09;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20190316.html">2019&#x5E74;03&#x6708;16&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20190316.html#p01">&#x3057;&#x305D;&#x3046;&#x3051;&#x3044;&#x3055;&#x3064;&#x5316;&#x3059;&#x308B;&#x7530;&#x820E;&#x30B5;&#x30A4;&#x30D0;&#x30FC;&#x8B66;&#x5BDF;&#x306E;&#x9A55;&#x308A;&#x3092;&#x8AB0;&#x304C;&#x8ACC;&#x3081;&#x308B;&#x306E;&#x304B;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20190309.html">2019&#x5E74;03&#x6708;09&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20190309.html#p01">&#x30EA;&#x30FC;&#x30C1;&#x30B5;&#x30A4;&#x30C8;&#x898F;&#x5236;&#x306E;&#x6761;&#x6587;&#x306B;&#x3082;&#x6B20;&#x9665; &#x30C0;&#x30A6;&#x30F3;&#x30ED;&#x30FC;&#x30C9;&#x9055;&#x6CD5;&#x5316;&#x7B49;&#x8457;&#x4F5C;&#x6A29;&#x6CD5;&#x6539;&#x6B63;&#x6CD5;&#x6848;&#x539F;&#x6848;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20190307.html">2019&#x5E74;03&#x6708;07&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20190307.html#p01">&#x8B66;&#x5BDF;&#x5E81;&#x306E;&#x6C5A;&#x3044;&#x5E83;&#x5831;&#x53C8;&#x306F;&#x6BCE;&#x65E5;&#x65B0;&#x805E;&#x306E;&#x5927;&#x8AA4;&#x5831;&#x3092;&#x8A31;&#x3059;&#x306A;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20190219.html">2019&#x5E74;02&#x6708;19&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20190219.html#p01">Coinhive&#x4E8B;&#x4EF6;&#x3001;&#x306A;&#x305C;&#x4E0D;&#x6B63;&#x6307;&#x4EE4;&#x96FB;&#x78C1;&#x7684;&#x8A18;&#x9332;&#x306B;&#x8A72;&#x5F53;&#x3057;&#x306A;&#x3044;&#x306E;&#x304B; &#x305D;&#x306E;2</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20190211.html">2019&#x5E74;02&#x6708;11&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20190211.html#p01">&#x6539;&#x6B63;NICT&#x6CD5;&#x304C;&#x30D7;&#x30C1;&#x708E;&#x4E0A;&#x3001;&#x5DE5;&#x5834;&#x51FA;&#x8377;&#x6642;&#x5171;&#x901A;&#x521D;&#x671F;&#x30D1;&#x30B9;&#x30EF;&#x30FC;&#x30C9;&#x304C;&#x8B58;&#x5225;&#x7B26;&#x53F7;&#x306B;&#x5F53;&#x305F;&#x3089;&#x306A;&#x3044;&#x3053;&#x3068;&#x304C;&#x7406;&#x89E3;&#x3055;&#x308C;&#x3066;&#x3044;&#x306A;&#x3044;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20181226.html">2018&#x5E74;12&#x6708;26&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20181226.html#p01">&#x60C5;&#x5831;&#x6CD5;&#x5236;&#x7814;&#x7A76;4&#x53F7;&#x306B;&#x9023;&#x8F09;&#x7B2C;3&#x56DE;&#x306E;&#x8AD6;&#x6587;&#x3092;&#x66F8;&#x3044;&#x305F;&#xFF08;&#x30D1;&#x30FC;&#x30BD;&#x30CA;&#x30EB;&#x30C7;&#x30FC;&#x30BF;&#x4FDD;&#x8B77;&#x6CD5;&#x5236;&#x306E;&#x884C;&#x65B9; &#x305D;&#x306E;3&#x524D;&#x7DE8;&#xFF09;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20181031.html">2018&#x5E74;10&#x6708;31&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20181031.html#p01">&#x696D;&#x754C;&#x306E;&#x4FE1;&#x7528;&#x3092;&#x50B7;&#x3064;&#x3051;&#x308B;&#x601D;&#x60F3;&#x3092;&#x958B;&#x9673;&#x3057;&#x305F;&#x30C8;&#x30EC;&#x30F3;&#x30C9;&#x30DE;&#x30A4;&#x30AF;&#x30ED;&#x793E;&#x306B;&#x30BB;&#x30AD;&#x30E5;&#x30EA;&#x30C6;&#x30A3;&#x696D;&#x754C;&#x306F;&#x56E3;&#x7D50;&#x3057;&#x3066;&#x6297;&#x8B70;&#x305B;&#x3088;</a></li>
<li><a href="./20181031.html#p02">&#x8FFD;&#x8A18;&#xFF08;11&#x6708;3&#x65E5;&#xFF09;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20180617.html">2018&#x5E74;06&#x6708;17&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20180617.html#p01">&#x9B54;&#x5973;&#x72E9;&#x308A;&#x5546;&#x6CD5;&#x306B;&#x7FFB;&#x5F04;&#x3055;&#x308C;&#x305F;&#x7530;&#x820E;&#x8B66;&#x5BDF; Coinhive&#x4E8B;&#x4EF6; &#x5927;&#x672C;&#x55B6;&#x5831;&#x9053;&#x306F;&#x307E;&#x3055;&#x306B;&#x73FE;&#x4EE3;&#x306E;&#x9B54;&#x5973;&#x72E9;&#x308A;&#x3060;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20180610.html">2018&#x5E74;06&#x6708;10&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20180610.html#p01">&#x61F8;&#x5FF5;&#x3055;&#x308C;&#x3066;&#x3044;&#x305F;&#x6FEB;&#x7528;&#x304C;&#x3064;&#x3044;&#x306B;&#x59CB;&#x307E;&#x3063;&#x305F;&#x5211;&#x6CD5;19&#x7AE0;&#x306E;2&#x300C;&#x4E0D;&#x6B63;&#x6307;&#x4EE4;&#x96FB;&#x78C1;&#x7684;&#x8A18;&#x9332;&#x306B;&#x95A2;&#x3059;&#x308B;&#x7F6A;&#x300D;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20180519.html">2018&#x5E74;05&#x6708;19&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20180519.html#p01">&#x7DCA;&#x6025;&#x5468;&#x77E5; Coinhive&#x4F7F;&#x7528;&#x3092;&#x4E0D;&#x6B63;&#x6307;&#x4EE4;&#x96FB;&#x78C1;&#x7684;&#x8A18;&#x9332;&#x4F9B;&#x7528;&#x306E;&#x7F6A;&#x306B;&#x3057;&#x3066;&#x306F;&#x3044;&#x3051;&#x306A;&#x3044;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20180504.html">2018&#x5E74;05&#x6708;04&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20180504.html#p01">&#x512A;&#x826F;&#x8AA4;&#x8A8D;&#x8868;&#x793A;&#x306E;&#x300C;&#x901A;&#x4FE1;&#x306E;&#x6700;&#x9069;&#x5316;&#x300D;&#xFF08;&#x9593;&#x5F15;&#x304D;&#x30C7;&#x30FC;&#x30BF;&#x901A;&#x4FE1;&#xFF09;&#x306F;&#x8457;&#x4F5C;&#x6A29;&#x4FB5;&#x5BB3;&amp;&#x901A;&#x4FE1;&#x306E;&#x79D8;&#x5BC6;&#x4FB5;&#x5BB3;&#x3001;&#x516C;&#x6B63;&#x8868;&#x793A;&#x7FA9;&#x52D9;&#x3092;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20180307.html">2018&#x5E74;03&#x6708;07&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20180307.html#p01">&#x500B;&#x4EBA;&#x60C5;&#x5831;&#x4FDD;&#x8B77;&#x59D4;&#x54E1;&#x4F1A;&#x30A5;&#x30A1;&#x30A2;&#x309B;&#x30FC;&#x30C3; &#x30C9;&#x30AC;&#x30B7;&#x30E3;&#x30A2;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20171229.html">2017&#x5E74;12&#x6708;29&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20171229.html#p01">&#x60C5;&#x5831;&#x6CD5;&#x5236;&#x7814;&#x7A76;2&#x53F7;&#x306B;&#x9023;&#x8F09;&#x7B2C;2&#x56DE;&#x306E;&#x8AD6;&#x6587;&#x3092;&#x66F8;&#x3044;&#x305F;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20171029.html">2017&#x5E74;10&#x6708;29&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20171029.html#p01">&#x5CA1;&#x6751;&#x4E45;&#x9053;&#x300C;&#x500B;&#x4EBA;&#x60C5;&#x5831;&#x4FDD;&#x8B77;&#x6CD5;&#x3014;&#x7B2C;3&#x7248;&#x3015;&#x300D;&#x3092;&#x8AAD;&#x3080;&#x30FB;&#x524D;&#x7DE8;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20171022.html">2017&#x5E74;10&#x6708;22&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20171022.html#p01">&#x5B87;&#x8CC0;&#x514B;&#x4E5F;&#x300C;&#x500B;&#x4EBA;&#x60C5;&#x5831;&#x4FDD;&#x8B77;&#x6CD5;&#x306E;&#x9010;&#x6761;&#x89E3;&#x8AAC;&#x300D;&#x7B2C;5&#x7248;&#x3092;&#x8AAD;&#x3080;&#x30FB;&#x4E2D;&#x7DE8;&#xFF08;&#x4FDD;&#x8B77;&#x6CD5;&#x6539;&#x6B63;&#x306F;&#x3069;&#x3046;&#x306A;&#x3063;&#x305F; &#x305D;&#x306E;9&#xFF09;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20170722.html">2017&#x5E74;07&#x6708;22&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20170722.html#p01">&#x533F;&#x540D;&#x52A0;&#x5DE5;&#x60C5;&#x5831;&#x306F;&#x4F55;&#x3067;&#x306A;&#x3044;&#x304B;&#x30FB;&#x5F8C;&#x7DE8;&#x306E;2&#xFF08;&#x4FDD;&#x8B77;&#x6CD5;&#x6539;&#x6B63;&#x306F;&#x3069;&#x3046;&#x306A;&#x3063;&#x305F; &#x305D;&#x306E;8&#xFF09;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20170604.html">2017&#x5E74;06&#x6708;04&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20170604.html#p01">&#x533F;&#x540D;&#x52A0;&#x5DE5;&#x60C5;&#x5831;&#x306F;&#x4F55;&#x3067;&#x306A;&#x3044;&#x304B;&#x30FB;&#x5F8C;&#x7DE8;&#xFF08;&#x4FDD;&#x8B77;&#x6CD5;&#x6539;&#x6B63;&#x306F;&#x3069;&#x3046;&#x306A;&#x3063;&#x305F; &#x305D;&#x306E;7&#xFF09;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20170513.html">2017&#x5E74;05&#x6708;13&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20170513.html#p01">&#x533B;&#x5B66;&#x7CFB;&#x7814;&#x7A76;&#x502B;&#x7406;&#x6307;&#x91DD;&#x306B;&#x304A;&#x3051;&#x308B;&#x975E;&#x8B58;&#x5225;&#x52A0;&#x5DE5;&#x60C5;&#x5831;&#x306E;&#x898F;&#x5B9A;&#x306F;&#x7121;&#x7528;&#x306E;&#x9577;&#x7269;&#xFF08;&#x7814;&#x7A76;&#x502B;&#x7406;&#x6307;&#x91DD;&#x306F;&#x3069;&#x3046;&#x306A;&#x3063;&#x305F; &#x305D;&#x306E;1&#xFF09;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20170505.html">2017&#x5E74;05&#x6708;05&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20170505.html#p01">&#x533F;&#x540D;&#x52A0;&#x5DE5;&#x60C5;&#x5831;&#x304C;&#x975E;&#x8B58;&#x5225;&#x52A0;&#x5DE5;&#x60C5;&#x5831;&#x3078;&#x3068;&#x7121;&#x7528;&#x306B;&#x6539;&#x540D;&#x3057;&#x305F;&#x4E8B;&#x60C5;&#xFF08;&#x30D1;&#x30FC;&#x30BD;&#x30CA;&#x30EB;&#x30C7;&#x30FC;&#x30BF;&#x4FDD;&#x8B77;&#x6CD5;&#x5236;&#x306E;&#x884C;&#x65B9; &#x305D;&#x306E;30&#xFF09;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20170408.html">2017&#x5E74;04&#x6708;08&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20170408.html#p01">&#x533F;&#x540D;&#x52A0;&#x5DE5;&#x533B;&#x7642;&#x60C5;&#x5831;&#x4F5C;&#x6210;&#x4E8B;&#x696D;&#x6CD5;&#x6848;&#x30D5;&#x30A1;&#x30FC;&#x30B9;&#x30C8;&#x30A4;&#x30F3;&#x30D7;&#x30EC;&#x30C3;&#x30B7;&#x30E7;&#x30F3;&#xFF08;&#x30D1;&#x30FC;&#x30BD;&#x30CA;&#x30EB;&#x30C7;&#x30FC;&#x30BF;&#x4FDD;&#x8B77;&#x6CD5;&#x5236;&#x306E;&#x884C;&#x65B9; &#x305D;&#x306E;29&#xFF09;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20170310.html">2017&#x5E74;03&#x6708;10&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20170310.html#p01">&#x300C;&#x90FD;&#x7A0E;&#x30AF;&#x30EC;&#x30B8;&#x30C3;&#x30C8;&#x30AB;&#x30FC;&#x30C9;&#x304A;&#x652F;&#x6255;&#x30B5;&#x30A4;&#x30C8;&#x300D;&#x6D41;&#x51FA;&#x4E8B;&#x4EF6;&#x306E;&#x8CAC;&#x4EFB;&#x306F;&#x8AB0;&#x304C;&#x3068;&#x308B;&#x306E;&#x304B;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20170305.html">2017&#x5E74;03&#x6708;05&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20170305.html#p01">&#x9CE5;&#x53D6;&#x770C;&#x306E;&#x6761;&#x4F8B;&#x6539;&#x6B63;&#x6848;&#x3001;&#x975E;&#x8B58;&#x5225;&#x52A0;&#x5DE5;&#x60C5;&#x5831;&#x5C0E;&#x5165;&#x3067;&#x77DB;&#x76FE;&#x5674;&#x51FA;&#xFF08;&#x30D1;&#x30FC;&#x30BD;&#x30CA;&#x30EB;&#x30C7;&#x30FC;&#x30BF;&#x4FDD;&#x8B77;&#x6CD5;&#x5236;&#x306E;&#x884C;&#x65B9; &#x305D;&#x306E;28&#xFF09;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20170218.html">2017&#x5E74;02&#x6708;18&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20170218.html#p01">&#x500B;&#x4EBA;&#x60C5;&#x5831;&#x30D5;&#x30A1;&#x30A4;&#x30EB;&#x6982;&#x5FF5;&#x304C;&#x6B20;&#x5982;&#x3057;&#x3066;&#x3044;&#x308B;&#x81EA;&#x6CBB;&#x4F53;&#x6761;&#x4F8B;&#xFF08;&#x30D1;&#x30FC;&#x30BD;&#x30CA;&#x30EB;&#x30C7;&#x30FC;&#x30BF;&#x4FDD;&#x8B77;&#x6CD5;&#x5236;&#x306E;&#x884C;&#x65B9; &#x305D;&#x306E;27&#xFF09;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20170108.html">2017&#x5E74;01&#x6708;08&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20170108.html#p01">&#x533F;&#x540D;&#x52A0;&#x5DE5;&#x60C5;&#x5831;&#x306E;&#x6761;&#x6587;&#x69CB;&#x6210;&#x306F;&#x3069;&#x3046;&#x58CA;&#x308C;&#x3066;&#x884C;&#x3063;&#x305F;&#x304B;&#xFF08;&#x4FDD;&#x8B77;&#x6CD5;&#x6539;&#x6B63;&#x306F;&#x3069;&#x3046;&#x306A;&#x3063;&#x305F; &#x305D;&#x306E;6&#xFF09;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20170104.html">2017&#x5E74;01&#x6708;04&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20170104.html#p01">&#x901F;&#x5831; &#x5BFE;&#x8C61;&#x3092;&#x500B;&#x4EBA;&#x30C7;&#x30FC;&#x30BF;&#x306B;&#x9650;&#x308B;&#x6848;&#x306F;&#x521D;&#x671F;&#x6BB5;&#x968E;&#x3067;&#x5B58;&#x5728;&#x3057;&#x3066;&#x3044;&#x305F;&#xFF08;&#x30D1;&#x30FC;&#x30BD;&#x30CA;&#x30EB;&#x30C7;&#x30FC;&#x30BF;&#x6E29;&#x6545;&#x77E5;&#x65B0; &#x305D;&#x306E;5&#xFF09;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20161230.html">2016&#x5E74;12&#x6708;30&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20161230.html#p01">&#x5B87;&#x8CC0;&#x514B;&#x4E5F;&#x300C;&#x500B;&#x4EBA;&#x60C5;&#x5831;&#x4FDD;&#x8B77;&#x6CD5;&#x306E;&#x9010;&#x6761;&#x89E3;&#x8AAC;&#x300D;&#x7B2C;5&#x7248;&#x3092;&#x8AAD;&#x3080;&#x30FB;&#x524D;&#x7DE8;&#xFF08;&#x4FDD;&#x8B77;&#x6CD5;&#x6539;&#x6B63;&#x306F;&#x3069;&#x3046;&#x306A;&#x3063;&#x305F; &#x305D;&#x306E;5&#xFF09;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20161204.html">2016&#x5E74;12&#x6708;04&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20161204.html#p01">&#x56FD;&#x571F;&#x4EA4;&#x901A;&#x7701;&#x304C;&#x6563;&#x5728;&#x60C5;&#x5831;&#xFF08;&#x6563;&#x5728;&#x500B;&#x4EBA;&#x60C5;&#x5831;&#xFF09;&#x306F;&#x500B;&#x4EBA;&#x60C5;&#x5831;&#x4FDD;&#x8B77;&#x6CD5;&#x7B2C;4&#x7AE0;&#x306E;&#x5BFE;&#x8C61;&#x5916;&#x3068;&#x5224;&#x65AD;&#x304B;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20161129.html">2016&#x5E74;11&#x6708;29&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20161129.html#p01">&#x533B;&#x5B66;&#x7814;&#x7A76;&#x7B49;&#x502B;&#x7406;&#x6307;&#x91DD;&#x898B;&#x76F4;&#x3057;3&#x7701;&#x5408;&#x540C;&#x4F1A;&#x8B70;&#x304C;&#x8FF7;&#x8D70;&#x3001;&#x81EA;&#x6EC5;&#x306E;&#x9053;&#x3078;&#xFF08;&#x30D1;&#x30FC;&#x30BD;&#x30CA;&#x30EB;&#x30C7;&#x30FC;&#x30BF;&#x4FDD;&#x8B77;&#x6CD5;&#x5236;&#x306E;&#x884C;&#x65B9; &#x305D;&#x306E;26&#xFF09;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20161123.html">2016&#x5E74;11&#x6708;23&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20161123.html#p01">&#x5BB9;&#x6613;&#x7167;&#x5408;&#x6027;&#x304C;&#x63D0;&#x4F9B;&#x5143;&#x57FA;&#x6E96;&#x3067;&#x30D5;&#x30A1;&#x30A4;&#x30EB;&#x5358;&#x4F4D;&#x306A;&#x306E;&#x306F;&#x662D;&#x548C;61&#x5E74;&#x304B;&#x3089;&#x3060;&#x3063;&#x305F;&#xFF08;&#x30D1;&#x30FC;&#x30BD;&#x30CA;&#x30EB;&#x30C7;&#x30FC;&#x30BF;&#x6E29;&#x6545;&#x77E5;&#x65B0; &#x305D;&#x306E;4&#xFF09;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20161105.html">2016&#x5E74;11&#x6708;05&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20161105.html#p01">&#x300C;&#x533F;&#x540D;&#x300D;&#x306E;&#x8A9E;&#x304C;&#x6B21;&#x3005;&#x3068;&#x524A;&#x3089;&#x308C;&#x3066;&#x3044;&#x3063;&#x305F;Criteo&#x306E;&#x30D7;&#x30E9;&#x30A4;&#x30D0;&#x30B7;&#x30FC;&#x30DD;&#x30EA;&#x30B7;&#x30FC;&#x304B;&#x3089;&#x4E16;&#x754C;&#x306E;&#x6F6E;&#x6D41;&#x3092;&#x8AAD;&#x3082;&#x3046;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20161025.html">2016&#x5E74;10&#x6708;25&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20161025.html#p01">&#x653E;&#x9001;&#x5206;&#x91CE;&#x30AC;&#x30A4;&#x30C9;&#x30E9;&#x30A4;&#x30F3;&#x306B;&#x6D6E;&#x304B;&#x3076;&#x5EC3;&#x6848;&#x65E7;&#x6CD5;&#x6848;&#x306E;&#x4EA1;&#x970A;&#xFF08;&#x30D1;&#x30FC;&#x30BD;&#x30CA;&#x30EB;&#x30C7;&#x30FC;&#x30BF;&#x6E29;&#x6545;&#x77E5;&#x65B0; &#x305D;&#x306E;3&#xFF09;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20161010.html">2016&#x5E74;10&#x6708;10&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20161010.html#p01">&#x57FA;&#x672C;&#x65B9;&#x91DD;&#x306E;&#x4E00;&#x90E8;&#x5909;&#x66F4;&#x6848;&#x306B;&#x5BFE;&#x3059;&#x308B;&#x30D1;&#x30D6;&#x30B3;&#x30E1;&#x63D0;&#x51FA;&#x610F;&#x898B;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20160823.html">2016&#x5E74;08&#x6708;23&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20160823.html#p01">&#x300C;&#x6CD5;&#x3068;&#x30B3;&#x30F3;&#x30D4;&#x30E5;&#x30FC;&#x30BF;&#x300D;No.34&#x306B;34&#x9801;&#x306B;&#x53CA;&#x3076;&#x8AD6;&#x8003;&#x3092;&#x66F8;&#x3044;&#x305F;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20160723.html">2016&#x5E74;07&#x6708;23&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20160723.html#p01">&#x30CE;&#x30EB;&#x30A6;&#x30A7;&#x30FC;&#x6CD5;&#x306E;&#x300C;de-identified personal data&#x300D;&#x3068;&#x300C;anonymous data&#x300D;&#x305D;&#x3057;&#x3066;&#x300C;pseudonymous data&#x300D;&#x4E26;&#x3073;&#x306B;&#x300C;indirectly identifiable data&#x300D;&#x3092;&#x8ABF;&#x3079;&#x305F;&#xFF08;&#x30D1;&#x30FC;&#x30BD;&#x30CA;&#x30EB;&#x30C7;&#x30FC;&#x30BF;&#x4FDD;&#x8B77;&#x6CD5;&#x5236;&#x306E;&#x884C;&#x65B9; &#x305D;&#x306E;25&#xFF09;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20160716.html">2016&#x5E74;07&#x6708;16&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20160716.html#p01">&#x540D;&#x53E4;&#x5C4B;&#x5E02;&#x3067;&#x306F;&#x30A2;&#x30F3;&#x30B1;&#x30FC;&#x30C8;&#x3067;&#x300C;&#x7D71;&#x8A08;&#x7684;&#x306A;&#x51E6;&#x7406;&#x306B;&#x306E;&#x307F;&#x7528;&#x3044;&#x308B;&#x300D;&#x306F;&#x751F;&#x30C7;&#x30FC;&#x30BF;&#x516C;&#x958B;&#x306E;&#x610F;&#x3060;&#x305D;&#x3046;&#x306A;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20160702.html">2016&#x5E74;07&#x6708;02&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20160702.html#p01">&#x500B;&#x4EBA;&#x60C5;&#x5831;&#x8A72;&#x5F53;&#x6027;&#x89E3;&#x91C8;&#x306E;&#x6839;&#x6E90;&#x7684;&#x61F8;&#x6848;&#x304C;&#x89E3;&#x6C7A;&#x306B;&#x5411;&#x3051;&#x524D;&#x9032;&#xFF08;&#x30D1;&#x30FC;&#x30BD;&#x30CA;&#x30EB;&#x30C7;&#x30FC;&#x30BF;&#x4FDD;&#x8B77;&#x6CD5;&#x5236;&#x306E;&#x884C;&#x65B9; &#x305D;&#x306E;24&#xFF09;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20160612.html">2016&#x5E74;06&#x6708;12&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20160612.html#p01">&#x884C;&#x653F;&#x6A5F;&#x95A2;&#x6CD5;&#x6539;&#x6B63;&#x306E;&#x8AD6;&#x70B9; &#x56FD;&#x4F1A;&#x4F1A;&#x8B70;&#x9332;&#x304B;&#x3089;&#x629C;&#x7C8B;&#xFF08;&#x30D1;&#x30FC;&#x30BD;&#x30CA;&#x30EB;&#x30C7;&#x30FC;&#x30BF;&#x4FDD;&#x8B77;&#x6CD5;&#x5236;&#x306E;&#x884C;&#x65B9; &#x305D;&#x306E;23&#xFF09;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20160603.html">2016&#x5E74;06&#x6708;03&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20160603.html#p01">eLTAX&#x306B;&#x53CD;&#x7701;&#x306A;&#x3057; &#x8AA4;&#x308A;&#x3092;&#x8A8D;&#x3081;&#x306A;&#x3044;&#x544A;&#x77E5;&#x6587;&#x306E;&#x637B;&#x51FA;&#x306B;3&#x304B;&#x6708;&#x3092;&#x8CBB;&#x3084;&#x3057;&#x305D;&#x306E;&#x9593;&#x5229;&#x7528;&#x8005;&#x3092;&#x5371;&#x967A;&#x306B;&#x6652;&#x3059;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20160423.html">2016&#x5E74;04&#x6708;23&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20160423.html#p01">&#x300C;&#x98DF;&#x3079;&#x30ED;&#x30B0;&#x300D;&#x30A2;&#x30D7;&#x30EA;&#x306E;&#x300C;&#x30D6;&#x30C3;&#x30AF;&#x30DE;&#x30FC;&#x30AF;&#x300D;&#x30C7;&#x30D5;&#x30A9;&#x30EB;&#x30C8;&#x516C;&#x958B;&#x3067;&#x5229;&#x7528;&#x8005;&#x306E;&#x610F;&#x56F3;&#x306B;&#x53CD;&#x3057;&#x3066;&#x7279;&#x5B9A;&#x500B;&#x4EBA;&#x8B58;&#x5225;&#x3055;&#x308C;&#x308B;&#x5371;&#x967A;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20160406.html">2016&#x5E74;04&#x6708;06&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20160406.html#p01">&#x884C;&#x653F;&#x6A5F;&#x95A2;&#x6CD5;&#x3067;&#x306F;&#x518D;&#x8B58;&#x5225;&#x7981;&#x6B62;&#x304C;&#x306A;&#x3044;&#x304B;&#x3089;&#x500B;&#x4EBA;&#x60C5;&#x5831;&#x306B;&#x5F53;&#x305F;&#x308B;&#x3067;&#x3059;&#x3063;&#x3066;&#xFF1F;&#xFF08;&#x30D1;&#x30FC;&#x30BD;&#x30CA;&#x30EB;&#x30C7;&#x30FC;&#x30BF;&#x4FDD;&#x8B77;&#x6CD5;&#x5236;&#x306E;&#x884C;&#x65B9; &#x305D;&#x306E;22&#xFF09;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20160327.html">2016&#x5E74;03&#x6708;27&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20160327.html#p01">&#x884C;&#x653F;&#x6A5F;&#x95A2;&#x533F;&#x540D;&#x52A0;&#x5DE5;&#x60C5;&#x5831;&#x53D6;&#x6271;&#x4E8B;&#x696D;&#x8005;&#x306B;&#x518D;&#x8B58;&#x5225;&#x7981;&#x6B62;&#x306E;&#x7FA9;&#x52D9;&#x306F;&#x304B;&#x304B;&#x308B;&#x306E;&#x304B;&#xFF08;&#x30D1;&#x30FC;&#x30BD;&#x30CA;&#x30EB;&#x30C7;&#x30FC;&#x30BF;&#x4FDD;&#x8B77;&#x6CD5;&#x5236;&#x306E;&#x884C;&#x65B9; &#x305D;&#x306E;21&#xFF09;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20160314.html">2016&#x5E74;03&#x6708;14&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20160314.html#p01">&#x6CBB;&#x5916;&#x6CD5;&#x6A29;&#x306E;eLTAX&#x3001;&#x30DE;&#x30EB;&#x30A6;&#x30A7;&#x30A2;&#x5E47;&#x52A9;&#x3092;&#x7E70;&#x308A;&#x8FD4;&#x3059;&#x7121;&#x80FD;&#x696D;&#x8005;&#x306F;&#x8CAC;&#x4EFB;&#x8FFD;&#x53CA;&#x3055;&#x308C;&#x3066;&#x5EC3;&#x696D;&#x306B;&#x8FFD;&#x3044;&#x8FBC;&#x307E;&#x308C;&#x3088;</a></li>
<li><a href="./20160314.html#p02">&#x8FFD;&#x8A18;&#xFF08;19&#x65E5;&#xFF09;&#x6771;&#x6D0B;&#x7D4C;&#x6E08;&#x30AA;&#x30F3;&#x30E9;&#x30A4;&#x30F3;&#x306E;&#x7684;&#x5916;&#x308C;&#x8A18;&#x4E8B;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20160306.html">2016&#x5E74;03&#x6708;06&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20160306.html#p01">&#x884C;&#x653F;&#x6A5F;&#x95A2;&#x6CD5;&#x3067;&#x306F;&#x533F;&#x540D;&#x52A0;&#x5DE5;&#x60C5;&#x5831;&#x304C;&#x500B;&#x4EBA;&#x60C5;&#x5831;&#x306B;&#x5F53;&#x305F;&#x308B;&#x3067;&#x3059;&#x3063;&#x3066;&#xFF1F;&#xFF08;&#x30D1;&#x30FC;&#x30BD;&#x30CA;&#x30EB;&#x30C7;&#x30FC;&#x30BF;&#x4FDD;&#x8B77;&#x6CD5;&#x5236;&#x306E;&#x884C;&#x65B9; &#x305D;&#x306E;20&#xFF09;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20160224.html">2016&#x5E74;02&#x6708;24&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20160224.html#p01">&#x9632;&#x885B;&#x5E81;&#x60C5;&#x5831;&#x516C;&#x958B;&#x8ACB;&#x6C42;&#x8005;&#x30EA;&#x30B9;&#x30C8;&#x4E8B;&#x4EF6;&#x306F;10&#x5E74;&#x5148;&#x884C;&#x304F;Suica&#x4E8B;&#x6848;&#x3060;&#x3063;&#x305F;&#xFF08;&#x30D1;&#x30FC;&#x30BD;&#x30CA;&#x30EB;&#x30C7;&#x30FC;&#x30BF;&#x6E29;&#x6545;&#x77E5;&#x65B0; &#x305D;&#x306E;2&#xFF09;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20160220.html">2016&#x5E74;02&#x6708;20&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20160220.html#p01">&#x5165;&#x529B;&#x5E33;&#x7968;&#x306F;&#x500B;&#x4EBA;&#x30C7;&#x30FC;&#x30BF;&#x3067;&#x306A;&#x3044;&#xFF1F; &#x30E4;&#x30DE;&#x30C8;&#x51FD;&#x9928;&#x671D;&#x5E02;&#x55B6;&#x696D;&#x6240;&#x4F1D;&#x7968;&#x6A2A;&#x6D41;&#x3057;&#x4E8B;&#x4EF6;&#xFF08;&#x30D1;&#x30FC;&#x30BD;&#x30CA;&#x30EB;&#x30C7;&#x30FC;&#x30BF;&#x6E29;&#x6545;&#x77E5;&#x65B0; &#x305D;&#x306E;1&#xFF09;</a></li>
</ul></div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<p class="recentitem"><a href="./20160211.html">2016&#x5E74;02&#x6708;11&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<li><a href="./20160211.html#p01">&#x65B0;&#x805E;&#x5354;&#x4F1A;&#x306E;&#x30AC;&#x30B9;&#x629C;&#x304D;&#x30A4;&#x30D9;&#x30F3;&#x30C8;&#x3092;&#x898B;&#x3066;&#x304D;&#x305F;&#xFF08;&#x7B2C;&#x4E09;&#x8005;&#x63D0;&#x4F9B;&#x6642;&#x78BA;&#x8A8D;&#x8A18;&#x9332;&#x7FA9;&#x52D9;&#x306F;&#x3069;&#x3046;&#x58CA;&#x308C;&#x3066;&#x3044;&#x308B;&#x304B;&#x30FB;&#x4E88;&#x544A;&#x7DE8;&#xFF09;</a></li>
</ul></div>
<p class="recentitem"><a href="./20160205.html">2016&#x5E74;02&#x6708;05&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
<li><a href="./20160205.html#p01">&#x533F;&#x540D;&#x52A0;&#x5DE5;&#x60C5;&#x5831;&#x306F;&#x4F55;&#x3067;&#x306A;&#x3044;&#x304B;&#x30FB;&#x524D;&#x7DE8;&#x306E;2&#xFF08;&#x4FDD;&#x8B77;&#x6CD5;&#x6539;&#x6B63;&#x306F;&#x3069;&#x3046;&#x306A;&#x3063;&#x305F; &#x305D;&#x306E;4&#xFF09;</a></li>
</ul></div>
<p class="recentitem"><a href="./20160131.html">2016&#x5E74;01&#x6708;31&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
<li><a href="./20160131.html#p01">&#x533F;&#x540D;&#x52A0;&#x5DE5;&#x60C5;&#x5831;&#x306F;&#x4F55;&#x3067;&#x306A;&#x3044;&#x304B;&#x30FB;&#x4E2D;&#x7DE8;&#xFF08;&#x4FDD;&#x8B77;&#x6CD5;&#x6539;&#x6B63;&#x306F;&#x3069;&#x3046;&#x306A;&#x3063;&#x305F; &#x305D;&#x306E;3&#xFF09;</a></li>
</ul></div>
<p class="recentitem"><a href="./20151212.html">2015&#x5E74;12&#x6708;12&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
<li><a href="./20151212.html#p01">&#x4E8C;&#x90CE;&#x672C;&#x3067;&#x5B66;&#x3076;&#x300C;&#x3053;&#x3053;&#x304C;&#x304A;&#x304B;&#x3057;&#x3044;&#x3088;&#x300D;&#x6539;&#x6B63;&#x6CD5;&#x89E3;&#x8AAC;&#xFF08;&#x4FDD;&#x8B77;&#x6CD5;&#x6539;&#x6B63;&#x306F;&#x3069;&#x3046;&#x306A;&#x3063;&#x305F; &#x756A;&#x5916;&#x7DE8;&#xFF09;</a></li>
</ul></div>
<p class="recentitem"><a href="./20151206.html">2015&#x5E74;12&#x6708;06&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
<li><a href="./20151206.html#p01">&#x533F;&#x540D;&#x52A0;&#x5DE5;&#x60C5;&#x5831;&#x306F;&#x4F55;&#x3067;&#x306A;&#x3044;&#x304B;&#x30FB;&#x524D;&#x7DE8;&#xFF08;&#x4FDD;&#x8B77;&#x6CD5;&#x6539;&#x6B63;&#x306F;&#x3069;&#x3046;&#x306A;&#x3063;&#x305F; &#x305D;&#x306E;2&#xFF09;</a></li>
</ul></div>
<p class="recentitem"><a href="./20151123.html">2015&#x5E74;11&#x6708;23&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
<li><a href="./20151123.html#p01">&#x30B2;&#x30CE;&#x30E0;&#x60C5;&#x5831;&#x533B;&#x7642;&#x7B49;&#x5B9F;&#x7528;&#x5316;&#x63A8;&#x9032;&#x30BF;&#x30B9;&#x30AF;&#x30D5;&#x30A9;&#x30FC;&#x30B9;&#x3092;&#x508D;&#x8074;&#x3057;&#x3066;&#x304D;&#x305F;&#xFF08;&#x30D1;&#x30FC;&#x30BD;&#x30CA;&#x30EB;&#x30C7;&#x30FC;&#x30BF;&#x4FDD;&#x8B77;&#x6CD5;&#x5236;&#x306E;&#x884C;&#x65B9; &#x305D;&#x306E;19&#xFF09;</a></li>
</ul></div>
<p class="recentitem"><a href="./20151121.html">2015&#x5E74;11&#x6708;21&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
<li><a href="./20151121.html#p01">CCC&#x306F;&#x304A;&#x6C17;&#x306E;&#x6BD2;&#x3068;&#x8A00;&#x308F;&#x3056;&#x308B;&#x3092;&#x3048;&#x306A;&#x3044;</a></li>
</ul></div>
<p class="recentitem"><a href="./20151107.html">2015&#x5E74;11&#x6708;07&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
<li><a href="./20151107.html#p01">&#x300C;&#x76F8;&#x5F53;&#x306E;&#x95A2;&#x9023;&#x6027;&#x300D;&#x6539;&#x6B63;&#x3067;&#x7CE0;&#x559C;&#x3073;&#x3059;&#x308B;&#x4EBA;&#x305F;&#x3061;&#xFF08;&#x4FDD;&#x8B77;&#x6CD5;&#x6539;&#x6B63;&#x306F;&#x3069;&#x3046;&#x306A;&#x3063;&#x305F; &#x305D;&#x306E;1&#xFF09;</a></li>
</ul></div>
<p class="recentitem"><a href="./20151020.html">2015&#x5E74;10&#x6708;20&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
<li><a href="./20151020.html#p01">&#x884C;&#x653F;&#x6A5F;&#x95A2;&#x7B49;&#x30D1;&#x30FC;&#x30BD;&#x30CA;&#x30EB;&#x30C7;&#x30FC;&#x30BF;&#x5236;&#x5EA6;&#x6539;&#x6B63;&#x306B;&#x5BFE;&#x3059;&#x308B;&#x30D1;&#x30D6;&#x30B3;&#x30E1;&#x63D0;&#x51FA;&#x610F;&#x898B;&#xFF08;&#x30D1;&#x30FC;&#x30BD;&#x30CA;&#x30EB;&#x30C7;&#x30FC;&#x30BF;&#x4FDD;&#x8B77;&#x6CD5;&#x5236;&#x306E;&#x884C;&#x65B9; &#x305D;&#x306E;18&#xFF09;</a></li>
</ul></div>
<p class="recentitem"><a href="./20150702.html">2015&#x5E74;07&#x6708;02&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
<li><a href="./20150702.html#p01">&#x56FD;&#x4F1A;&#x4F1A;&#x8B70;&#x9332;&#x304B;&#x3089;&#x91CD;&#x8981;&#x90E8;&#x5206;&#x3092;&#x629C;&#x7C8B;&#xFF08;&#x30D1;&#x30FC;&#x30BD;&#x30CA;&#x30EB;&#x30C7;&#x30FC;&#x30BF;&#x4FDD;&#x8B77;&#x6CD5;&#x5236;&#x306E;&#x884C;&#x65B9; &#x305D;&#x306E;17&#xFF09;</a></li>
</ul></div>
<p class="recentitem"><a href="./20150614.html">2015&#x5E74;06&#x6708;14&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
<li><a href="./20150614.html#p01">GPS&#x635C;&#x67FB;&#x306E;&#x7DCF;&#x52D9;&#x7701;&#x30AC;&#x30A4;&#x30C9;&#x30E9;&#x30A4;&#x30F3;&#x6539;&#x6B63;&#x3067;&#x643A;&#x5E2F;&#x96FB;&#x8A71;&#x4E8B;&#x696D;&#x8005;&#x3068;&#x8B66;&#x5BDF;&#x304C;&#x4E0D;&#x6B63;&#x6307;&#x4EE4;&#x96FB;&#x78C1;&#x7684;&#x8A18;&#x9332;&#x306E;&#x7F6A;&#x3092;&#x72AF;&#x3059;&#x304A;&#x305D;&#x308C;</a></li>
</ul></div>
<p class="recentitem"><a href="./20150315.html">2015&#x5E74;03&#x6708;15&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
<li><a href="./20150315.html#p01">&#x500B;&#x4EBA;&#x60C5;&#x5831;&#x5B9A;&#x7FA9;&#x306F;&#x65B0;&#x7D4C;&#x9023;&#x306E;&#x610F;&#x5411;&#x3067;&#x7C73;&#x56FD;&#x5B9A;&#x7FA9;&#x304B;&#x3089;&#x4E56;&#x96E2;&#x3057;&#x30AC;&#x30E9;&#x30D1;&#x30B4;&#x30B9;&#x3078;&#xFF08;&#x30D1;&#x30FC;&#x30BD;&#x30CA;&#x30EB;&#x30C7;&#x30FC;&#x30BF;&#x4FDD;&#x8B77;&#x6CD5;&#x5236;&#x306E;&#x884C;&#x65B9; &#x305D;&#x306E;16&#xFF09;</a></li>
</ul></div>
<p class="recentitem"><a href="./20150310.html">2015&#x5E74;03&#x6708;10&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
<li><a href="./20150310.html#p01">&#x533F;&#x540D;&#x52A0;&#x5DE5;&#x60C5;&#x5831;&#x306E;&#x898F;&#x5B9A;&#x3076;&#x308A;&#x304C;&#x751F;&#x716E;&#x3048;&#x3067;&#x30DE;&#x30BA;&#x3044;&#x4E8B;&#x614B;&#x306B;&#xFF08;&#x30D1;&#x30FC;&#x30BD;&#x30CA;&#x30EB;&#x30C7;&#x30FC;&#x30BF;&#x4FDD;&#x8B77;&#x6CD5;&#x5236;&#x306E;&#x884C;&#x65B9; &#x305D;&#x306E;15&#xFF09;</a></li>
</ul></div>
<p class="recentitem"><a href="./20150308.html">2015&#x5E74;03&#x6708;08&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
<li><a href="./20150308.html#p01">&#x4E16;&#x754C;&#x304B;&#x3089;&#x5B64;&#x7ACB;&#x306F;&#x702C;&#x6238;&#x969B;&#x3067;&#x56DE;&#x907F;&#xFF08;&#x30D1;&#x30FC;&#x30BD;&#x30CA;&#x30EB;&#x30C7;&#x30FC;&#x30BF;&#x4FDD;&#x8B77;&#x6CD5;&#x5236;&#x306E;&#x884C;&#x65B9; &#x305D;&#x306E;14&#xFF09;</a></li>
</ul></div>
<p class="recentitem"><a href="./20150105.html">2015&#x5E74;01&#x6708;05&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
<li><a href="./20150105.html#p01">&#x5229;&#x7528;&#x76EE;&#x7684;&#x306E;&#x5909;&#x66F4;&#x81EA;&#x7531;&#x5316;&#x3067;&#x4E16;&#x754C;&#x304B;&#x3089;&#x5B64;&#x7ACB;&#x3078;&#xFF08;&#x30D1;&#x30FC;&#x30BD;&#x30CA;&#x30EB;&#x30C7;&#x30FC;&#x30BF;&#x4FDD;&#x8B77;&#x6CD5;&#x5236;&#x306E;&#x884C;&#x65B9; &#x305D;&#x306E;13&#xFF09;</a></li>
</ul></div>
<p class="recentitem"><a href="./20141227.html">2014&#x5E74;12&#x6708;27&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
<li><a href="./20141227.html#p01">&#x60C5;&#x5831;&#x7D4C;&#x6E08;&#x8AB2;&#x306F;&#x6065;&#x3092;&#x77E5;&#x3063;&#x3066;&#x89E3;&#x6563;&#x305B;&#x3088;&#xFF08;&#x30D1;&#x30FC;&#x30BD;&#x30CA;&#x30EB;&#x30C7;&#x30FC;&#x30BF;&#x4FDD;&#x8B77;&#x6CD5;&#x5236;&#x306E;&#x884C;&#x65B9; &#x305D;&#x306E;12&#xFF09;</a></li>
</ul></div>
<p class="recentitem"><a href="./20141112.html">2014&#x5E74;11&#x6708;12&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
<li><a href="./20141112.html#p01">&#x884C;&#x653F;&#x6A5F;&#x95A2;&#x6CD5;&#x306B;&#x306F;&#x30B0;&#x30EC;&#x30FC;&#x30BE;&#x30FC;&#x30F3;&#x304C;&#x306A;&#x3044;&#x3067;&#x3059;&#x3063;&#x3066;&#xFF1F;&#xFF08;&#x30D1;&#x30FC;&#x30BD;&#x30CA;&#x30EB;&#x30C7;&#x30FC;&#x30BF;&#x4FDD;&#x8B77;&#x6CD5;&#x5236;&#x306E;&#x884C;&#x65B9; &#x305D;&#x306E;11&#xFF09;</a></li>
</ul></div>
<p class="recentitem"><a href="./20140907.html">2014&#x5E74;09&#x6708;07&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
<li><a href="./20140907.html#p01">&#x533B;&#x5B66;&#x7CFB;&#x7814;&#x7A76;&#x502B;&#x7406;&#x6307;&#x91DD;&#xFF08;&#x6848;&#xFF09;&#x30D1;&#x30D6;&#x30B3;&#x30E1;&#x63D0;&#x51FA;&#x610F;&#x898B;&#xFF08;&#x30D1;&#x30FC;&#x30BD;&#x30CA;&#x30EB;&#x30C7;&#x30FC;&#x30BF;&#x4FDD;&#x8B77;&#x6CD5;&#x5236;&#x306E;&#x884C;&#x65B9; &#x305D;&#x306E;10&#xFF09;</a></li>
<li><a href="./20140907.html#p02">&#x8FFD;&#x8A18;&#xFF08;11&#x6708;22&#x65E5;&#xFF09;</a></li>
</ul></div>
<p class="recentitem"><a href="./20140718.html">2014&#x5E74;07&#x6708;18&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
<li><a href="./20140718.html#p01">&#x65E5;&#x8A18;&#x4E88;&#x5B9A;</a></li>
</ul></div>
<p class="recentitem"><a href="./20140423.html">2014&#x5E74;04&#x6708;23&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
<li><a href="./20140423.html#p01">&#x73FE;&#x884C;&#x6CD5;&#x306E;&#x7406;&#x89E3;&#xFF08;&#x30D1;&#x30FC;&#x30BD;&#x30CA;&#x30EB;&#x30C7;&#x30FC;&#x30BF;&#x4FDD;&#x8B77;&#x6CD5;&#x5236;&#x306E;&#x884C;&#x65B9; &#x305D;&#x306E;2&#xFF09;</a></li>
</ul></div>
<p class="recentitem"><a href="./20140422.html">2014&#x5E74;04&#x6708;22&#x65E5;</a>
</p>
<div class="recentsubtitles"><ul>
<li><a href="./20140422.html#p01">&#x7DCA;&#x6025;&#x8D77;&#x7A3F; &#x30D1;&#x30FC;&#x30BD;&#x30CA;&#x30EB;&#x30C7;&#x30FC;&#x30BF;&#x4FDD;&#x8B77;&#x6CD5;&#x5236;&#x306E;&#x884C;&#x65B9; &#x305D;&#x306E;1</a></li>
</ul></div>
</div>
<div class="calendar">
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<div class="year">2000|<a href="./200001.html">01</a>|</div>
<div class="year">2003|<a href="./200305.html">05</a>|<a href="./200306.html">06</a>|<a href="./200307.html">07</a>|<a href="./200308.html">08</a>|<a href="./200309.html">09</a>|<a href="./200310.html">10</a>|<a href="./200311.html">11</a>|<a href="./200312.html">12</a>|</div>
<div class="year">2004|<a href="./200401.html">01</a>|<a href="./200402.html">02</a>|<a href="./200403.html">03</a>|<a href="./200404.html">04</a>|<a href="./200405.html">05</a>|<a href="./200406.html">06</a>|<a href="./200407.html">07</a>|<a href="./200408.html">08</a>|<a href="./200409.html">09</a>|<a href="./200410.html">10</a>|<a href="./200411.html">11</a>|<a href="./200412.html">12</a>|</div>
<div class="year">2005|<a href="./200501.html">01</a>|<a href="./200502.html">02</a>|<a href="./200503.html">03</a>|<a href="./200504.html">04</a>|<a href="./200505.html">05</a>|<a href="./200506.html">06</a>|<a href="./200507.html">07</a>|<a href="./200508.html">08</a>|<a href="./200509.html">09</a>|<a href="./200510.html">10</a>|<a href="./200511.html">11</a>|<a href="./200512.html">12</a>|</div>
<div class="year">2006|<a href="./200601.html">01</a>|<a href="./200602.html">02</a>|<a href="./200603.html">03</a>|<a href="./200604.html">04</a>|<a href="./200605.html">05</a>|<a href="./200606.html">06</a>|<a href="./200607.html">07</a>|<a href="./200608.html">08</a>|<a href="./200609.html">09</a>|<a href="./200610.html">10</a>|<a href="./200611.html">11</a>|<a href="./200612.html">12</a>|</div>
<div class="year">2007|<a href="./200701.html">01</a>|<a href="./200702.html">02</a>|<a href="./200703.html">03</a>|<a href="./200704.html">04</a>|<a href="./200705.html">05</a>|<a href="./200706.html">06</a>|<a href="./200707.html">07</a>|<a href="./200708.html">08</a>|<a href="./200709.html">09</a>|<a href="./200710.html">10</a>|<a href="./200711.html">11</a>|<a href="./200712.html">12</a>|</div>
<div class="year">2008|<a href="./200801.html">01</a>|<a href="./200802.html">02</a>|<a href="./200803.html">03</a>|<a href="./200804.html">04</a>|<a href="./200805.html">05</a>|<a href="./200806.html">06</a>|<a href="./200807.html">07</a>|<a href="./200808.html">08</a>|<a href="./200809.html">09</a>|<a href="./200810.html">10</a>|<a href="./200811.html">11</a>|<a href="./200812.html">12</a>|</div>
<div class="year">2009|<a href="./200901.html">01</a>|<a href="./200902.html">02</a>|<a href="./200903.html">03</a>|<a href="./200905.html">05</a>|<a href="./200906.html">06</a>|<a href="./200907.html">07</a>|<a href="./200908.html">08</a>|<a href="./200909.html">09</a>|<a href="./200910.html">10</a>|<a href="./200911.html">11</a>|<a href="./200912.html">12</a>|</div>
<div class="year">2010|<a href="./201001.html">01</a>|<a href="./201002.html">02</a>|<a href="./201003.html">03</a>|<a href="./201004.html">04</a>|<a href="./201005.html">05</a>|<a href="./201006.html">06</a>|<a href="./201007.html">07</a>|<a href="./201008.html">08</a>|<a href="./201009.html">09</a>|<a href="./201010.html">10</a>|<a href="./201011.html">11</a>|<a href="./201012.html">12</a>|</div>
<div class="year">2011|<a href="./201101.html">01</a>|<a href="./201102.html">02</a>|<a href="./201103.html">03</a>|<a href="./201105.html">05</a>|<a href="./201106.html">06</a>|<a href="./201107.html">07</a>|<a href="./201108.html">08</a>|<a href="./201109.html">09</a>|<a href="./201110.html">10</a>|<a href="./201111.html">11</a>|<a href="./201112.html">12</a>|</div>
<div class="year">2012|<a href="./201202.html">02</a>|<a href="./201203.html">03</a>|<a href="./201204.html">04</a>|<a href="./201205.html">05</a>|<a href="./201206.html">06</a>|<a href="./201207.html">07</a>|<a href="./201208.html">08</a>|<a href="./201209.html">09</a>|</div>
<div class="year">2013|<a href="./201301.html">01</a>|<a href="./201302.html">02</a>|<a href="./201303.html">03</a>|<a href="./201304.html">04</a>|<a href="./201305.html">05</a>|<a href="./201306.html">06</a>|<a href="./201307.html">07</a>|</div>
<div class="year">2014|<a href="./201401.html">01</a>|<a href="./201404.html">04</a>|<a href="./201407.html">07</a>|<a href="./201409.html">09</a>|<a href="./201411.html">11</a>|<a href="./201412.html">12</a>|</div>
<div class="year">2015|<a href="./201501.html">01</a>|<a href="./201503.html">03</a>|<a href="./201506.html">06</a>|<a href="./201507.html">07</a>|<a href="./201510.html">10</a>|<a href="./201511.html">11</a>|<a href="./201512.html">12</a>|</div>
<div class="year">2016|<a href="./201601.html">01</a>|<a href="./201602.html">02</a>|<a href="./201603.html">03</a>|<a href="./201604.html">04</a>|<a href="./201606.html">06</a>|<a href="./201607.html">07</a>|<a href="./201608.html">08</a>|<a href="./201610.html">10</a>|<a href="./201611.html">11</a>|<a href="./201612.html">12</a>|</div>
<div class="year">2017|<a href="./201701.html">01</a>|<a href="./201702.html">02</a>|<a href="./201703.html">03</a>|<a href="./201704.html">04</a>|<a href="./201705.html">05</a>|<a href="./201706.html">06</a>|<a href="./201707.html">07</a>|<a href="./201710.html">10</a>|<a href="./201712.html">12</a>|</div>
<div class="year">2018|<a href="./201803.html">03</a>|<a href="./201805.html">05</a>|<a href="./201806.html">06</a>|<a href="./201810.html">10</a>|<a href="./201812.html">12</a>|</div>
<div class="year">2019|<a href="./201902.html">02</a>|<a href="./201903.html">03</a>|<a href="./201905.html">05</a>|<a href="./201906.html">06</a>|<a href="./201907.html">07</a>|<a href="./201908.html">08</a>|<a href="./201910.html">10</a>|</div>
<div class="year">2020|<a href="./202008.html">08</a>|<a href="./202009.html">09</a>|</div>
<div class="year">2021|<a href="./202107.html">07</a>|<a href="./202108.html">08</a>|<a href="./202110.html">10</a>|<a href="./202112.html">12</a>|</div>
<div class="year">2022|<a href="./202201.html">01</a>|<a href="./202204.html">04</a>|<a href="./202206.html">06</a>|</div>
</div>
<div class="adminmenu">
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<span class="adminmenu"><a href="./20181226.html">&lt;&#x524D;&#x306E;&#x65E5;&#x8A18;(2018&#x5E74;12&#x6708;26&#x65E5;)</a></span>
<span class="adminmenu"><a href="./20190219.html">&#x6B21;&#x306E;&#x65E5;&#x8A18;(2019&#x5E74;02&#x6708;19&#x65E5;)&gt;</a></span>
<span class="adminmenu"><a href="./">&#x6700;&#x65B0;</a></span>
<span class="adminmenu"><a href="update.rb?edit=true;year=2019;month=2;day=11">&#x7DE8;&#x96C6;</a></span>
</div>
feat: update all fixtures and custom parsers to match (#713) * feat: Refactor and update fixtures This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename indicates the domain and the modified time of the file indicates how recently it was fetched. A fixture's filename can optionally include a modifier to distinguish between two different page types on the same domain, for example. Also included here are changes to the update-fixture script, both to accomodate the new filename scheme as well as to actually update all fixtures. The functionality for running automatically and opening PRs has been removed but will likely be reintroduced. Finally, all fixtures have been updated. * Remove reference to deleted extractor * feat: first batch of test and parser updates due to new fixtures * feat: update more custom parsers and unit tests * feat: update more custom parsers and unit tests and remove unnecessary parser * feat: update more custom parsers and unit tests * feat: update more parsers and add correct bloomberg html files * fix: remove console statement * feat: all parsers updated and tests passing * fix: update date_published tests to account for test server time difference * fix: cleanup remaining fixtures in folders * feat: move fixtures for newest custom parsers * feat: remove script changes * fix: update dist files to account for reverting script changes * adding .DS_Store to .gitignore * adding .DS_Store to .gitignore -- 2 * adding .DS_Store to .gitignore -- 3 lol * cleaning up some tests * fix: ran build:generator command to update generate-custom-parser dist file * fix: update rollup configs to generate source maps and update source maps * fix: use underscore in place of unused error variable * fix: remove unused fixture Co-authored-by: Postlight Bot <adam.pash+postlight-bot@postlight.com> Co-authored-by: flbn <overasc@gmail.com>
1 year ago
<div class="footer">
Generated by <a href="http://www.tdiary.org/">tDiary</a> version 2.0.2&apos; + patch-2<br>
Powered by <a href="http://www.ruby-lang.org/">Ruby</a> version 1.8.7
</div>
</body>
</html>