Your Name 6 年之前
父节点
当前提交
92baa24471
共有 33 个文件被更改,包括 648 次插入120 次删除
  1. 4 0
      .idea/encodings.xml
  2. 7 0
      .idea/misc.xml
  3. 8 0
      .idea/modules.xml
  4. 14 0
      .idea/sports_collect.iml
  5. 392 0
      .idea/workspace.xml
  6. 二进制
      collectSports/__pycache__/__init__.cpython-36.pyc
  7. 二进制
      collectSports/__pycache__/items.cpython-36.pyc
  8. 二进制
      collectSports/__pycache__/settings.cpython-36.pyc
  9. 二进制
      collectSports/biz/__pycache__/__init__.cpython-36.pyc
  10. 二进制
      collectSports/biz/__pycache__/zqleague.cpython-36.pyc
  11. 4 4
      collectSports/biz/zqchain.py
  12. 1 1
      collectSports/conf/settings.json
  13. 二进制
      collectSports/mcollect/__pycache__/__init__.cpython-36.pyc
  14. 1 1
      collectSports/mcollect/hg0088/Storage.py
  15. 3 3
      collectSports/mcollect/hg0088/__init__.py
  16. 二进制
      collectSports/mcollect/hg0088/__pycache__/Resolver.cpython-36.pyc
  17. 二进制
      collectSports/mcollect/hg0088/__pycache__/Storage.cpython-36.pyc
  18. 二进制
      collectSports/mcollect/hg0088/__pycache__/__init__.cpython-36.pyc
  19. 78 0
      collectSports/mcollect/hg0088/fcache/hg0088.today.js
  20. 64 64
      collectSports/mcollect/hg0088/fcache/hg0088.zaopan.js
  21. 二进制
      collectSports/models/__pycache__/__init__.cpython-36.pyc
  22. 二进制
      collectSports/models/__pycache__/model.cpython-36.pyc
  23. 二进制
      collectSports/models/__pycache__/zqLeague.cpython-36.pyc
  24. 40 37
      collectSports/models/model.py
  25. 2 1
      collectSports/pipelines.py
  26. 二进制
      collectSports/pipelines/__pycache__/__init__.cpython-36.pyc
  27. 二进制
      collectSports/pipelines/__pycache__/sportslst.cpython-36.pyc
  28. 10 9
      collectSports/pipelines/sportslst.py
  29. 二进制
      collectSports/spiders/__pycache__/__init__.cpython-36.pyc
  30. 二进制
      collectSports/spiders/__pycache__/demo.cpython-36.pyc
  31. 二进制
      collectSports/spiders/__pycache__/sports.cpython-36.pyc
  32. 二进制
      collectSports/spiders/__pycache__/sportslst.cpython-36.pyc
  33. 20 0
      collectSports/spiders/sportslst.py

+ 4 - 0
.idea/encodings.xml

@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="Encoding" addBOMForNewFiles="with NO BOM" />
+</project>

+ 7 - 0
.idea/misc.xml

@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="JavaScriptSettings">
+    <option name="languageLevel" value="ES6" />
+  </component>
+  <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.6" project-jdk-type="Python SDK" />
+</project>

+ 8 - 0
.idea/modules.xml

@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="ProjectModuleManager">
+    <modules>
+      <module fileurl="file://$PROJECT_DIR$/.idea/sports_collect.iml" filepath="$PROJECT_DIR$/.idea/sports_collect.iml" />
+    </modules>
+  </component>
+</project>

+ 14 - 0
.idea/sports_collect.iml

@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module type="PYTHON_MODULE" version="4">
+  <component name="NewModuleRootManager">
+    <content url="file://$MODULE_DIR$" />
+    <orderEntry type="inheritedJdk" />
+    <orderEntry type="sourceFolder" forTests="false" />
+    <orderEntry type="library" name="R User Library" level="project" />
+    <orderEntry type="library" name="R Skeletons" level="application" />
+  </component>
+  <component name="TestRunnerService">
+    <option name="projectConfiguration" value="Nosetests" />
+    <option name="PROJECT_TEST_RUNNER" value="Nosetests" />
+  </component>
+</module>

+ 392 - 0
.idea/workspace.xml

@@ -0,0 +1,392 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="ChangeListManager">
+    <list default="true" id="87e036c0-2f0b-4473-b850-18ac24a30c0e" name="Default Changelist" comment="">
+      <change afterPath="$PROJECT_DIR$/.idea/encodings.xml" afterDir="false" />
+      <change afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
+      <change afterPath="$PROJECT_DIR$/.idea/modules.xml" afterDir="false" />
+      <change afterPath="$PROJECT_DIR$/.idea/sports_collect.iml" afterDir="false" />
+      <change afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
+      <change afterPath="$PROJECT_DIR$/collectSports/mcollect/hg0088/fcache/hg0088.today.js" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/collectSports/biz/zqchain.py" beforeDir="false" afterPath="$PROJECT_DIR$/collectSports/biz/zqchain.py" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/collectSports/conf/settings.json" beforeDir="false" afterPath="$PROJECT_DIR$/collectSports/conf/settings.json" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/collectSports/mcollect/hg0088/Storage.py" beforeDir="false" afterPath="$PROJECT_DIR$/collectSports/mcollect/hg0088/Storage.py" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/collectSports/mcollect/hg0088/__init__.py" beforeDir="false" afterPath="$PROJECT_DIR$/collectSports/mcollect/hg0088/__init__.py" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/collectSports/mcollect/hg0088/fcache/hg0088.zaopan.js" beforeDir="false" afterPath="$PROJECT_DIR$/collectSports/mcollect/hg0088/fcache/hg0088.zaopan.js" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/collectSports/models/model.py" beforeDir="false" afterPath="$PROJECT_DIR$/collectSports/models/model.py" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/collectSports/pipelines.py" beforeDir="false" afterPath="$PROJECT_DIR$/collectSports/pipelines.py" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/collectSports/pipelines/sportslst.py" beforeDir="false" afterPath="$PROJECT_DIR$/collectSports/pipelines/sportslst.py" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/collectSports/spiders/sportslst.py" beforeDir="false" afterPath="$PROJECT_DIR$/collectSports/spiders/sportslst.py" afterDir="false" />
+    </list>
+    <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
+    <option name="SHOW_DIALOG" value="false" />
+    <option name="HIGHLIGHT_CONFLICTS" value="true" />
+    <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
+    <option name="LAST_RESOLUTION" value="IGNORE" />
+  </component>
+  <component name="CoverageDataManager">
+    <SUITE FILE_PATH="coverage/sports_collect$main.coverage" NAME="main Coverage Results" MODIFIED="1560563101316" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/collectSports" />
+  </component>
+  <component name="FileEditorManager">
+    <leaf>
+      <file pinned="false" current-in-tab="false">
+        <entry file="file://$PROJECT_DIR$/collectSports/mcollect/hg0088/Storage.py">
+          <provider selected="true" editor-type-id="text-editor">
+            <state relative-caret-position="540">
+              <caret line="30" column="48" lean-forward="true" selection-start-line="30" selection-start-column="48" selection-end-line="30" selection-end-column="48" />
+              <folding>
+                <element signature="e#0#33#0" expanded="true" />
+              </folding>
+            </state>
+          </provider>
+        </entry>
+      </file>
+      <file pinned="false" current-in-tab="true">
+        <entry file="file://$PROJECT_DIR$/collectSports/models/model.py">
+          <provider selected="true" editor-type-id="text-editor">
+            <state relative-caret-position="234">
+              <caret line="22" column="20" lean-forward="true" selection-start-line="22" selection-start-column="20" selection-end-line="22" selection-end-column="20" />
+            </state>
+          </provider>
+        </entry>
+      </file>
+    </leaf>
+  </component>
+  <component name="FindInProjectRecents">
+    <findStrings>
+      <find>60313</find>
+      <find>磐田山叶 -角球数</find>
+    </findStrings>
+  </component>
+  <component name="Git.Settings">
+    <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
+  </component>
+  <component name="IdeDocumentHistory">
+    <option name="CHANGED_PATHS">
+      <list>
+        <option value="$PROJECT_DIR$/collectSports/spiders/sportslst.py" />
+        <option value="$PROJECT_DIR$/collectSports/models/model.py" />
+        <option value="$PROJECT_DIR$/collectSports/pipelines.py" />
+        <option value="$PROJECT_DIR$/collectSports/mcollect/hg0088/fcache/hg0088.zaopan.js" />
+        <option value="$PROJECT_DIR$/collectSports/mcollect/hg0088/Storage.py" />
+        <option value="$PROJECT_DIR$/collectSports/mcollect/hg0088/__init__.py" />
+        <option value="$PROJECT_DIR$/collectSports/pipelines/sportslst.py" />
+      </list>
+    </option>
+  </component>
+  <component name="ProjectFrameBounds" extendedState="6">
+    <option name="x" value="-151" />
+    <option name="y" value="39" />
+    <option name="width" value="1936" />
+    <option name="height" value="1066" />
+  </component>
+  <component name="ProjectView">
+    <navigator proportions="" version="1">
+      <foldersAlwaysOnTop value="true" />
+    </navigator>
+    <panes>
+      <pane id="ProjectPane">
+        <subPane>
+          <expand>
+            <path>
+              <item name="sports_collect" type="b2602c69:ProjectViewProjectNode" />
+              <item name="sports_collect" type="462c0819:PsiDirectoryNode" />
+            </path>
+            <path>
+              <item name="sports_collect" type="b2602c69:ProjectViewProjectNode" />
+              <item name="sports_collect" type="462c0819:PsiDirectoryNode" />
+              <item name="collectSports" type="462c0819:PsiDirectoryNode" />
+            </path>
+            <path>
+              <item name="sports_collect" type="b2602c69:ProjectViewProjectNode" />
+              <item name="sports_collect" type="462c0819:PsiDirectoryNode" />
+              <item name="collectSports" type="462c0819:PsiDirectoryNode" />
+              <item name="conf" type="462c0819:PsiDirectoryNode" />
+            </path>
+            <path>
+              <item name="sports_collect" type="b2602c69:ProjectViewProjectNode" />
+              <item name="sports_collect" type="462c0819:PsiDirectoryNode" />
+              <item name="collectSports" type="462c0819:PsiDirectoryNode" />
+              <item name="mcollect" type="462c0819:PsiDirectoryNode" />
+            </path>
+            <path>
+              <item name="sports_collect" type="b2602c69:ProjectViewProjectNode" />
+              <item name="sports_collect" type="462c0819:PsiDirectoryNode" />
+              <item name="collectSports" type="462c0819:PsiDirectoryNode" />
+              <item name="mcollect" type="462c0819:PsiDirectoryNode" />
+              <item name="hg0088" type="462c0819:PsiDirectoryNode" />
+            </path>
+            <path>
+              <item name="sports_collect" type="b2602c69:ProjectViewProjectNode" />
+              <item name="sports_collect" type="462c0819:PsiDirectoryNode" />
+              <item name="collectSports" type="462c0819:PsiDirectoryNode" />
+              <item name="mcollect" type="462c0819:PsiDirectoryNode" />
+              <item name="hg0088" type="462c0819:PsiDirectoryNode" />
+              <item name="fcache" type="462c0819:PsiDirectoryNode" />
+            </path>
+            <path>
+              <item name="sports_collect" type="b2602c69:ProjectViewProjectNode" />
+              <item name="sports_collect" type="462c0819:PsiDirectoryNode" />
+              <item name="collectSports" type="462c0819:PsiDirectoryNode" />
+              <item name="models" type="462c0819:PsiDirectoryNode" />
+            </path>
+            <path>
+              <item name="sports_collect" type="b2602c69:ProjectViewProjectNode" />
+              <item name="sports_collect" type="462c0819:PsiDirectoryNode" />
+              <item name="collectSports" type="462c0819:PsiDirectoryNode" />
+              <item name="pipelines" type="462c0819:PsiDirectoryNode" />
+            </path>
+            <path>
+              <item name="sports_collect" type="b2602c69:ProjectViewProjectNode" />
+              <item name="sports_collect" type="462c0819:PsiDirectoryNode" />
+              <item name="collectSports" type="462c0819:PsiDirectoryNode" />
+              <item name="spiders" type="462c0819:PsiDirectoryNode" />
+            </path>
+            <path>
+              <item name="sports_collect" type="b2602c69:ProjectViewProjectNode" />
+              <item name="sports_collect" type="462c0819:PsiDirectoryNode" />
+              <item name="pycomm" type="462c0819:PsiDirectoryNode" />
+            </path>
+          </expand>
+          <select />
+        </subPane>
+      </pane>
+      <pane id="Scope" />
+    </panes>
+  </component>
+  <component name="PropertiesComponent">
+    <property name="WebServerToolWindowFactoryState" value="false" />
+    <property name="last_opened_file_path" value="$PROJECT_DIR$" />
+    <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
+    <property name="nodejs_npm_path_reset_for_default_project" value="true" />
+  </component>
+  <component name="RecentsManager">
+    <key name="CopyFile.RECENT_KEYS">
+      <recent name="C:\Users\admin\Desktop\sports_collect\collectSports" />
+    </key>
+  </component>
+  <component name="RunDashboard">
+    <option name="ruleStates">
+      <list>
+        <RuleState>
+          <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
+        </RuleState>
+        <RuleState>
+          <option name="name" value="StatusDashboardGroupingRule" />
+        </RuleState>
+      </list>
+    </option>
+  </component>
+  <component name="RunManager">
+    <configuration name="main" type="PythonConfigurationType" factoryName="Python" temporary="true">
+      <module name="sports_collect" />
+      <option name="INTERPRETER_OPTIONS" value="" />
+      <option name="PARENT_ENVS" value="true" />
+      <envs>
+        <env name="PYTHONUNBUFFERED" value="1" />
+      </envs>
+      <option name="SDK_HOME" value="" />
+      <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/collectSports" />
+      <option name="IS_MODULE_SDK" value="true" />
+      <option name="ADD_CONTENT_ROOTS" value="true" />
+      <option name="ADD_SOURCE_ROOTS" value="true" />
+      <EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
+      <option name="SCRIPT_NAME" value="$PROJECT_DIR$/collectSports/main.py" />
+      <option name="PARAMETERS" value="" />
+      <option name="SHOW_COMMAND_LINE" value="false" />
+      <option name="EMULATE_TERMINAL" value="false" />
+      <option name="MODULE_MODE" value="false" />
+      <option name="REDIRECT_INPUT" value="false" />
+      <option name="INPUT_FILE" value="" />
+      <method v="2" />
+    </configuration>
+    <recent_temporary>
+      <list>
+        <item itemvalue="Python.main" />
+      </list>
+    </recent_temporary>
+  </component>
+  <component name="SvnConfiguration">
+    <configuration />
+  </component>
+  <component name="TaskManager">
+    <task active="true" id="Default" summary="Default task">
+      <changelist id="87e036c0-2f0b-4473-b850-18ac24a30c0e" name="Default Changelist" comment="" />
+      <created>1560503478733</created>
+      <option name="number" value="Default" />
+      <option name="presentableId" value="Default" />
+      <updated>1560503478733</updated>
+      <workItem from="1560503481851" duration="7831000" />
+    </task>
+    <task id="LOCAL-00001" summary="'更新'">
+      <created>1560503640918</created>
+      <option name="number" value="00001" />
+      <option name="presentableId" value="LOCAL-00001" />
+      <option name="project" value="LOCAL" />
+      <updated>1560503640919</updated>
+    </task>
+    <option name="localTasksCounter" value="2" />
+    <servers />
+  </component>
+  <component name="TimeTrackingManager">
+    <option name="totallyTimeSpent" value="7831000" />
+  </component>
+  <component name="ToolWindowManager">
+    <frame x="-8" y="-8" width="1936" height="1066" extended-state="6" />
+    <editor active="true" />
+    <layout>
+      <window_info id="Favorites" side_tool="true" />
+      <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.18336888" />
+      <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
+      <window_info anchor="bottom" id="Docker" show_stripe_button="false" />
+      <window_info anchor="bottom" id="Database Changes" />
+      <window_info anchor="bottom" id="Version Control" />
+      <window_info anchor="bottom" id="Python Console" />
+      <window_info anchor="bottom" id="Terminal" />
+      <window_info anchor="bottom" id="Event Log" side_tool="true" />
+      <window_info anchor="bottom" id="Message" order="0" />
+      <window_info anchor="bottom" id="Find" order="1" />
+      <window_info anchor="bottom" id="Run" order="2" visible="true" weight="0.35193133" />
+      <window_info anchor="bottom" id="Debug" order="3" weight="0.39914164" />
+      <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
+      <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
+      <window_info anchor="bottom" id="TODO" order="6" />
+      <window_info anchor="right" id="Database" />
+      <window_info anchor="right" id="R Packages" />
+      <window_info anchor="right" id="SciView" />
+      <window_info anchor="right" id="R Graphics" />
+      <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
+      <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
+      <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
+    </layout>
+  </component>
+  <component name="TypeScriptGeneratedFilesManager">
+    <option name="version" value="1" />
+  </component>
+  <component name="VcsManagerConfiguration">
+    <MESSAGE value="'更新'" />
+    <option name="LAST_COMMIT_MESSAGE" value="'更新'" />
+  </component>
+  <component name="editorHistoryManager">
+    <entry file="file://$PROJECT_DIR$/pycomm/.gitignore">
+      <provider selected="true" editor-type-id="text-editor" />
+    </entry>
+    <entry file="file://$PROJECT_DIR$/collectSports/main.py">
+      <provider selected="true" editor-type-id="text-editor" />
+    </entry>
+    <entry file="file://$PROJECT_DIR$/collectSports/spiders/sports.py">
+      <provider selected="true" editor-type-id="text-editor" />
+    </entry>
+    <entry file="file://$USER_HOME$/AppData/Local/Programs/Python/Python36/Lib/site-packages/scrapy/http/response/__init__.py">
+      <provider selected="true" editor-type-id="text-editor">
+        <state relative-caret-position="72">
+          <caret line="4" column="53" lean-forward="true" selection-start-line="4" selection-start-column="53" selection-end-line="4" selection-end-column="53" />
+        </state>
+      </provider>
+    </entry>
+    <entry file="file://$PROJECT_DIR$/collectSports/models/__init__.py">
+      <provider selected="true" editor-type-id="text-editor" />
+    </entry>
+    <entry file="file://$PROJECT_DIR$/collectSports/models/zqChain.py">
+      <provider selected="true" editor-type-id="text-editor" />
+    </entry>
+    <entry file="file://$PROJECT_DIR$/collectSports/mcollect/hg0088/tmpl/chain.tmpl">
+      <provider selected="true" editor-type-id="text-editor">
+        <state relative-caret-position="-108" />
+      </provider>
+    </entry>
+    <entry file="file://$PROJECT_DIR$/collectSports/mcollect/hg0088/tmpl/today.tmpl">
+      <provider selected="true" editor-type-id="text-editor" />
+    </entry>
+    <entry file="file://$PROJECT_DIR$/collectSports/mcollect/hg0088/tmpl/zaopan.tmpl">
+      <provider selected="true" editor-type-id="text-editor" />
+    </entry>
+    <entry file="file://$PROJECT_DIR$/collectSports/models/zqLeagueOut.py">
+      <provider selected="true" editor-type-id="text-editor">
+        <state relative-caret-position="72">
+          <caret line="4" lean-forward="true" selection-start-line="4" selection-end-line="4" />
+        </state>
+      </provider>
+    </entry>
+    <entry file="file://$PROJECT_DIR$/collectSports/models/zqLeague.py">
+      <provider selected="true" editor-type-id="text-editor" />
+    </entry>
+    <entry file="file://$PROJECT_DIR$/collectSports/mcollect/hg0088/Resolver.py">
+      <provider selected="true" editor-type-id="text-editor">
+        <state relative-caret-position="574">
+          <caret line="32" selection-start-line="32" selection-end-line="32" />
+          <folding>
+            <element signature="e#1#22#0" expanded="true" />
+          </folding>
+        </state>
+      </provider>
+    </entry>
+    <entry file="file://$PROJECT_DIR$/collectSports/pipelines.py">
+      <provider selected="true" editor-type-id="text-editor">
+        <state relative-caret-position="198">
+          <caret line="11" column="21" lean-forward="true" selection-start-line="11" selection-start-column="21" selection-end-line="11" selection-end-column="21" />
+        </state>
+      </provider>
+    </entry>
+    <entry file="file://$PROJECT_DIR$/collectSports/spiders/sportslst.py">
+      <provider selected="true" editor-type-id="text-editor">
+        <state relative-caret-position="-19">
+          <caret line="55" selection-start-line="55" selection-end-line="55" />
+        </state>
+      </provider>
+    </entry>
+    <entry file="file://$PROJECT_DIR$/collectSports/pipelines/__init__.py">
+      <provider selected="true" editor-type-id="text-editor" />
+    </entry>
+    <entry file="file://$PROJECT_DIR$/collectSports/spiders/__init__.py">
+      <provider selected="true" editor-type-id="text-editor" />
+    </entry>
+    <entry file="file://$PROJECT_DIR$/collectSports/models/zqMatch.py">
+      <provider selected="true" editor-type-id="text-editor" />
+    </entry>
+    <entry file="file://$PROJECT_DIR$/collectSports/mcollect/hg0088/fcache/hg0088.zaopan.js">
+      <provider selected="true" editor-type-id="text-editor">
+        <state relative-caret-position="224">
+          <caret line="77" column="204" selection-start-line="77" selection-start-column="204" selection-end-line="77" selection-end-column="204" />
+        </state>
+      </provider>
+    </entry>
+    <entry file="file://$PROJECT_DIR$/collectSports/mcollect/hg0088/fcache/hg0088.today.js">
+      <provider selected="true" editor-type-id="text-editor" />
+    </entry>
+    <entry file="file://$PROJECT_DIR$/collectSports/mcollect/hg0088/__init__.py">
+      <provider selected="true" editor-type-id="text-editor">
+        <state relative-caret-position="198">
+          <caret line="11" column="162" selection-start-line="11" selection-start-column="153" selection-end-line="11" selection-end-column="165" />
+        </state>
+      </provider>
+    </entry>
+    <entry file="file://$PROJECT_DIR$/collectSports/pipelines/sportslst.py">
+      <provider selected="true" editor-type-id="text-editor">
+        <state relative-caret-position="212">
+          <caret line="28" column="47" selection-start-line="28" selection-start-column="47" selection-end-line="28" selection-end-column="47" />
+          <folding>
+            <element signature="e#193#204#0" expanded="true" />
+          </folding>
+        </state>
+      </provider>
+    </entry>
+    <entry file="file://$PROJECT_DIR$/collectSports/mcollect/hg0088/Storage.py">
+      <provider selected="true" editor-type-id="text-editor">
+        <state relative-caret-position="540">
+          <caret line="30" column="48" lean-forward="true" selection-start-line="30" selection-start-column="48" selection-end-line="30" selection-end-column="48" />
+          <folding>
+            <element signature="e#0#33#0" expanded="true" />
+          </folding>
+        </state>
+      </provider>
+    </entry>
+    <entry file="file://$PROJECT_DIR$/collectSports/models/model.py">
+      <provider selected="true" editor-type-id="text-editor">
+        <state relative-caret-position="234">
+          <caret line="22" column="20" lean-forward="true" selection-start-line="22" selection-start-column="20" selection-end-line="22" selection-end-column="20" />
+        </state>
+      </provider>
+    </entry>
+  </component>
+</project>

二进制
collectSports/__pycache__/__init__.cpython-36.pyc


二进制
collectSports/__pycache__/items.cpython-36.pyc


二进制
collectSports/__pycache__/settings.cpython-36.pyc


二进制
collectSports/biz/__pycache__/__init__.cpython-36.pyc


二进制
collectSports/biz/__pycache__/zqleague.cpython-36.pyc


+ 4 - 4
collectSports/biz/zqchain.py

@@ -1,10 +1,10 @@
 import biz
 import pycomm
-from models.zqChain import zqChain as zlm
-class zqChain(object):
-    def __init__(self):
+from biz.baseBiz import baseBiz
+class zqChain(baseBiz):
+    def init(self):
         self.csrc=biz.getCurrentSource()
-        self.zqLeague=zlm()
+        
     
     def getOutUid(self,lgid):
         return self.csrc+str(lgid)

+ 1 - 1
collectSports/conf/settings.json

@@ -6,7 +6,7 @@
         "password":""
     },
     "mongo":{
-        "host":"localhost",
+        "host":"192.168.33.10",
         "port":"27017",
         "user":"sports",
         "password":"123456",

二进制
collectSports/mcollect/__pycache__/__init__.cpython-36.pyc


+ 1 - 1
collectSports/mcollect/hg0088/Storage.py

@@ -19,7 +19,7 @@ class Storage(object):
             lg['league_name'] = index['league_name']
             lg['uuid'] = i_uuid
             # lg['source'] = 'hg0088'
-            lg['content']={'league_id':index['league_id'],'source':'hg0088'}
+            lg['content'] = {'league_id': index['league_id'], 'source': 'hg0088'}
             mc = ZqMatch()
             mc['match_id'] = index['match_id']
             mc['half_match_id'] = index['half_match_id']

+ 3 - 3
collectSports/mcollect/hg0088/__init__.py

@@ -1,6 +1,6 @@
 
 links=[]
-uid="zq2evg7xm21680472l167631"
+uid="kws0ore13m21627573l309444"
 
 # links.append({'url':'http://baidu.com','cb':'zaopan'})
 
@@ -9,7 +9,7 @@ uid="zq2evg7xm21680472l167631"
 # # 冠军杯
 # links.append({'url':"https://199.26.100.178/app/member/browse_FS/reloadgame_R.php?mid=21680472&uid={uid}&langx=zh-cn&choice=ALL&LegGame=ALL&pages=1&records=40&FStype=FT&area_id=&league_id=&rtype=fs&hot_game=",'cb':'chain'})
 # 早盘
-links.append({'url':"https://199.26.100.178/app/member/FT_future/body_var.php?uid={uid}&rtype=r&langx=zh-cn&mtype=4&page_no={page}&league_id=&hot_game=&g_date=ALL&isie11=%27N%27",'cb':'zaopan'})
+# links.append({'url':"https://199.26.100.178/app/member/FT_future/body_var.php?uid={uid}&rtype=r&langx=zh-cn&mtype=4&page_no={page}&league_id=&hot_game=&g_date=ALL&isie11=%27N%27",'cb':'zaopan'})
 
 #今日
-# links.append({'url':"https://199.26.100.178/app/member/FT_browse/body_var.php?uid={uid}&rtype=r&langx=zh-cn&mtype=4&page_no=1&league_id=&hot_game=&isie11=27N%27",'cb':'today'})
+links.append({'url':"https://199.26.100.178/app/member/FT_browse/body_var.php?uid={uid}&rtype=r&langx=zh-cn&mtype=4&page_no=1&league_id=&hot_game=&isie11=27N%27",'cb':'today'})

二进制
collectSports/mcollect/hg0088/__pycache__/Resolver.cpython-36.pyc


二进制
collectSports/mcollect/hg0088/__pycache__/Storage.cpython-36.pyc


二进制
collectSports/mcollect/hg0088/__pycache__/__init__.cpython-36.pyc


+ 78 - 0
collectSports/mcollect/hg0088/fcache/hg0088.today.js

@@ -0,0 +1,78 @@
+var parent={};
+var top={};
+
+function checkCorner(item){
+	if(item.split('角球数')>1){
+		return 1;
+	}
+	return 0;
+}
+parent.body_var_onLoad=function(){
+	this.data={};
+
+	this.result=[];
+	
+	for(let index in this.gm)
+	{
+		var item=this.gm[index];
+		var col_length=item.length;
+		var tmp={};
+		tmp.match_id=index;
+		tmp.is_roll=0;
+		var tit=item[0];
+		tit=tit.split('<br>');
+		
+		tmp.is_roll=0;
+		if(tit.length>2){
+			tmp.is_roll=1;
+		}		
+		tmp.is_corner=checkCorner(item[4]);
+
+		this.result.push(tmp);
+	}
+	this.data.data=this.result;
+	console.log(JSON.stringify(this.data));
+
+
+}
+
+parent.arrayMege=function(o1,o2){
+
+}
+
+
+_=parent;
+_.flash_ior_set='Y';
+_.rtype='r';
+_.sel_lid='';
+top.today_gmt = '2019-06-14';
+top.now_gmt = '21:45:04';
+_.GameFT=[];
+gr=[];
+g=function(_){gr.push(_);}
+_.GameOBT=[];
+od=function(gid,da){_.GameOBT[gid]=[];_.GameOBT[gid]=da;}
+_.GamePk=[];
+pk=function(gid,da){_.GamePk[gid]=[];_.GamePk[gid]=da;}
+_.GameRn=[];
+rn=function(da){_.GameRn.push(da);}
+top.SortType='';
+top.filterType='XX';
+top.filterTypeRE='CB';
+top.pageType='def';
+_.retime=180;
+top.sel_gd = 'today';
+_.clean_data_sw='N';
+_.GameHead =['gid','datetime','league','gnum_h','gnum_c','team_h','team_c','strong','ratio','ior_RH','ior_RC','ratio_o','ratio_u','ior_OUH','ior_OUC','ior_MH','ior_MC','ior_MN','str_odd','str_even','ior_EOO','ior_EOE','hgid','hstrong','hratio','ior_HRH','ior_HRC','hratio_o','hratio_u','ior_HOUH','ior_HOUC','ior_HMH','ior_HMC','ior_HMN','more','eventid','hot','center_tv','play','gidm','isMaster','hide_N','obt_type','ptype_map','ptype','important'];
+_.ObtHead =['gid','datetime','ior_H0C0','ior_H0C1','ior_H0C2','ior_H0C3','ior_H0C4','ior_H1C0','ior_H1C1','ior_H1C2','ior_H1C3','ior_H1C4','ior_H2C0','ior_H2C1','ior_H2C2','ior_H2C3','ior_H2C4','ior_H3C0','ior_H3C1','ior_H3C2','ior_H3C3','ior_H3C4','ior_H4C0','ior_H4C1','ior_H4C2','ior_H4C3','ior_H4C4','ior_OVH','ior_T0','ior_T1','ior_T2','ior_TOV','ior_WNH','ior_WNC','ior_CSH','ior_CSC','ior_TSY','ior_TSN','ior_OUHO','ior_OUHU','ratio_OUHO','ratio_OUHU','ior_OUCO','ior_OUCU','ratio_OUCO','ratio_OUCU','wtype_MOU','ior_MOUHO','ior_MOUHU','ratio_MOUHO','ratio_MOUHU','ior_MOUCO','ior_MOUCU','ratio_MOUCO','ratio_MOUCU','ior_MOUNO','ior_MOUNU','ratio_MOUNO','ratio_MOUNU','ior_PGFH','ior_PGFC','ior_PGFN'];
+_.pkHead=[''];
+ _.rnHead=[''];
+_.game_more=1;
+_.gameCount='FT|RB|6,FT|FT|8,FT|FU|226,FT|P3|179,FT|HOT_RB|3,FT|HOT_FT|0,FT|HOT_FU|24,FT|HOT_P3|14,FT|SP_RB|0,FT|SP_FT|0,FT|SP_FU|0,FT|SP_P3|0,BK|RB|3,BK|FT|2,BK|FU|6,BK|P3|8,BK|HOT_RB|0,BK|HOT_FT|0,BK|HOT_FU|0,BK|HOT_P3|0,BK|SP_RB|0,BK|SP_FT|0,BK|SP_FU|0,BK|SP_P3|0,BS|RB|9,BS|FT|0,BS|FU|11,BS|P3|11,BS|HOT_RB|0,BS|HOT_FT|0,BS|HOT_FU|0,BS|HOT_P3|0,BS|SP_RB|0,BS|SP_FT|0,BS|SP_FU|0,BS|SP_P3|0,TN|RB|0,TN|FT|0,TN|FU|35,TN|P3|35,TN|HOT_RB|0,TN|HOT_FT|0,TN|HOT_FU|0,TN|HOT_P3|0,TN|SP_RB|0,TN|SP_FT|0,TN|SP_FU|0,TN|SP_P3|0,VB|RB|0,VB|FT|0,VB|FU|15,VB|P3|15,VB|HOT_RB|0,VB|HOT_FT|0,VB|HOT_FU|0,VB|HOT_P3|0,VB|SP_RB|0,VB|SP_FT|0,VB|SP_FU|0,VB|SP_P3|0,BM|RB|0,BM|FT|0,BM|FU|0,BM|P3|0,BM|HOT_RB|0,BM|HOT_FT|0,BM|HOT_FU|0,BM|HOT_P3|0,BM|SP_RB|0,BM|SP_FT|0,BM|SP_FU|0,BM|SP_P3|0,TT|RB|0,TT|FT|0,TT|FU|0,TT|P3|0,TT|HOT_RB|0,TT|HOT_FT|0,TT|HOT_FU|0,TT|HOT_P3|0,TT|SP_RB|0,TT|SP_FT|0,TT|SP_FU|0,TT|SP_P3|0,OP|RB|0,OP|FT|2,OP|FU|54,OP|P3|37,OP|HOT_RB|0,OP|HOT_FT|0,OP|HOT_FU|0,OP|HOT_P3|0,OP|SP_RB|0,OP|SP_FT|0,OP|SP_FU|0,OP|SP_P3|0,SK|RB|0,SK|FT|0,SK|FU|14,SK|P3|14,SK|HOT_RB|0,SK|HOT_FT|0,SK|HOT_FU|0,SK|HOT_P3|0,SK|SP_RB|0,SK|SP_FT|0,SK|SP_FU|0,SK|SP_P3|0,FS|HOT_FT|31,FS|HOT_BK|0,FS|HOT_BS|0,FS|HOT_TN|0,FS|HOT_VB|0,FS|HOT_BM|0,FS|HOT_TT|0,FS|HOT_OP|0,FS|HOT_SK|0,FS|SP_FT|0,FS|SP_BK|0,FS|SP_BS|0,FS|SP_TN|0,FS|SP_VB|0,FS|SP_BM|0,FS|SP_TT|0,FS|SP_OP|0,FS|SP_SK|0,FS|FT|131,FS|BK|2,FS|BS|0,FS|TN|3,FS|VB|0,FS|BM|0,FS|TT|0,FS|OP|0,FS|SK|1';
+function onLoad(){
+	_.body_var_onLoad();
+}
+
+
+onLoad();
+

+ 64 - 64
collectSports/mcollect/hg0088/fcache/hg0088.zaopan.js

@@ -60,8 +60,8 @@ _=parent;
 _.flash_ior_set='Y';
 _.rtype='r';
 _.sel_lid='';
-top.today_gmt = '2019-06-05';
-top.now_gmt = '04:06:02';
+top.today_gmt = '2019-06-14';
+top.now_gmt = '21:21:57';
 G=_.GameFT=[];
 g=function(_){G.push(_);}
 top.SortType='';
@@ -73,69 +73,69 @@ _.clean_data_sw='N';
 _.GameHead = ['gid','datetime','league','gnum_h','gnum_c','team_h','team_c','strong','ratio','ior_RH','ior_RC','ratio_o','ratio_u','ior_OUH','ior_OUC','ior_MH','ior_MC','ior_MN','str_odd','str_even','ior_EOO','ior_EOE','hgid','hstrong','hratio','ior_HRH','ior_HRC','hratio_o','hratio_u','ior_HOUH','ior_HOUC','ior_HMH','ior_HMC','ior_HMN','more','eventid','hot','center_tv','play','gidm','isMaster','hide_N','obt_type','ptype_map','ptype','important'];
 _.retime=180;
 _.game_more=1;
-_.t_page=3;
+_.t_page=6;
 _.gamount=60;
-g(['3541640','06-08<br>09:00a<br><font color=red>Running Ball</font>','女子世界杯2019(在法国)','60002','60001','德国(女)','中国(女)','H','1.5','0.950','0.890','O2.5 / 3','U2.5 / 3','0.850','0.970','1.29','8.10','4.95','单','双','1.95','1.94','3541641','H','0.5','0.800','1.040','O1','U1','1.080','0.740','1.79','7.00','2.39','38','','','','N','2427132','Y','N','0','0','','N']);
-g(['3697194','06-08<br>09:00a<br><font color=red>Running Ball</font>','欧洲足球锦标赛2020外围赛','60128','60127','克罗地亚','威尔斯','H','0.5 / 1','0.780','1.120','O2 / 2.5','U2 / 2.5','0.880','1.000','1.61','5.40','3.65','单','双','1.96','1.93','3697195','H','0 / 0.5','0.830','1.070','O0.5 / 1','U0.5 / 1','1.150','0.730','2.29','5.60','2.05','63','','','','N','2585064','Y','N','0','0','','N']);
-g(['3697196','06-08<br>09:00a<br><font color=red>Running Ball</font>','欧洲足球锦标赛2020外围赛','60130','60129','克罗地亚','威尔斯','H','1','1.130','0.770','O2','U2','1.180','0.700','','','','','','','','3697197','H','0.5','1.240','0.660','O1','U1','0.710','1.170','','','','0','','','','N','2585064','N','N','0','0','','N']);
-g(['3697204','06-08<br>09:00a<br><font color=red>Running Ball</font>','欧洲足球锦标赛2020外围赛','60168','60167','冰岛','阿尔巴尼亚','H','0.5 / 1','0.910','0.990','O2 / 2.5','U2 / 2.5','0.800','1.080','1.68','5.00','3.50','单','双','1.96','1.93','3697205','H','0 / 0.5','0.870','1.030','O0.5 / 1','U0.5 / 1','1.150','0.730','2.40','5.10','2.05','63','','','','N','2585084','Y','N','0','0','','N']);
-g(['3697206','06-08<br>09:00a<br><font color=red>Running Ball</font>','欧洲足球锦标赛2020外围赛','60170','60169','冰岛','阿尔巴尼亚','H','1','1.210','0.690','O2','U2','1.120','0.760','','','','','','','','3697207','H','0.5','1.300','0.600','O1','U1','0.670','1.210','','','','0','','','','N','2585084','N','N','0','0','','N']);
-g(['3720900','06-08<br>10:00a<br><font color=red>Running Ball</font>','瑞典超级甲组联赛','61204','61203','韦斯特罗斯','泰比弗雷','H','0 / 0.5','0.990','0.910','O2.5 / 3','U2.5 / 3','0.940','0.940','2.21','2.77','3.50','单','双','1.95','1.94','3720901','H','0','0.750','1.150','O1 / 1.5','U1 / 1.5','0.740','1.140','2.73','3.35','2.19','61','86CCB6CCBABCBABCB9BCB7CCB386CDCCCFCEC9CDCBA9B3','','img','N','2610329','Y','N','0','0','','N']);
-g(['3720902','06-08<br>10:00a<br><font color=red>Running Ball</font>','瑞典超级甲组联赛','61206','61205','韦斯特罗斯','泰比弗雷','H','0','0.687','1.213','O2.5','U2.5','1.170','0.710','','','','','','','','3720903','H','0 / 0.5','1.240','0.660','O1','U1','1.170','0.710','','','','0','','','','N','2610329','N','N','0','0','','N']);
-g(['3720904','06-08<br>10:00a<br><font color=red>Running Ball</font>','瑞典超级甲组联赛','61216','61215','布洛马波卡纳','米亚尔比','H','0 / 0.5','1.050','0.850','O2.5','U2.5','0.970','0.910','2.26','2.74','3.40','单','双','1.95','1.94','3720905','H','0','0.760','1.140','O1','U1','1.040','0.840','2.81','3.35','2.15','61','86CCBEBCB8CCBABCB9BCB7CCB38ACCCCCFCEC9CDCBA9B3','','img','N','2610335','Y','N','0','0','','N']);
-g(['3720906','06-08<br>10:00a<br><font color=red>Running Ball</font>','瑞典超级甲组联赛','61218','61217','布洛马波卡纳','米亚尔比','H','0','0.710','1.190','O2.5 / 3','U2.5 / 3','0.760','1.120','','','','','','','','3720907','H','0 / 0.5','1.270','0.630','O1 / 1.5','U1 / 1.5','0.610','1.270','','','','0','','','','N','2610335','N','N','0','0','','N']);
-g(['3723604','06-08<br>11:30a<br><font color=red>Running Ball</font>','U20世界杯2019(在波兰)','62820','62819','美国U20','厄瓜多尔U20','C','0','1.080','0.760','O2 / 2.5','U2 / 2.5','0.890','0.930','2.82','2.37','3.10','单','双','1.97','1.92','3723605','C','0','1.000','0.840','O1','U1','0.710','1.110','3.50','3.05','1.97','37','','','','N','2613111','Y','N','0','0','','N']);
-g(['3723618','06-08<br>11:30a','U20世界杯2019(在波兰)','62838','62837','美国U20 -会晋级','厄瓜多尔U20 -会晋级','C','0','1.030','0.810','','','','','','','','','','','','','','','','','','','','','','','','1','','','','N','2613120','Y','N','0','0',' -会晋级','Y']);
-g(['3541648','06-08<br>12:00p<br><font color=red>Running Ball</font>','女子世界杯2019(在法国)','60044','60043','西班牙(女)','南非(女)','H','2','0.670','1.170','O3','U3','0.920','0.900','1.10','17.00','7.70','单','双','1.95','1.94','3541649','H','1','1.030','0.810','O1 / 1.5','U1 / 1.5','0.880','0.940','1.51','10.00','2.78','38','','','','N','2427153','Y','N','0','0','','N']);
-g(['3697214','06-08<br>12:00p<br><font color=red>Running Ball</font>','欧洲足球锦标赛2020外围赛','60208','60207','爱沙尼亚','北爱尔兰','C','0.5','0.880','1.020','O2','U2','0.770','1.110','3.90','1.99','3.10','单','双','1.98','1.91','3697215','C','0 / 0.5','0.780','1.120','O0.5 / 1','U0.5 / 1','0.960','0.920','4.90','2.70','1.90','63','','','','N','2585104','Y','N','0','0','','N']);
-g(['3697216','06-08<br>12:00p<br><font color=red>Running Ball</font>','欧洲足球锦标赛2020外围赛','60210','60209','爱沙尼亚','北爱尔兰','C','0.5 / 1','0.660','1.240','O1.5 / 2','U1.5 / 2','1.110','0.770','','','','','','','','3697217','C','0.5','0.470','1.430','O0.5','U0.5','1.260','0.620','','','','0','','','','N','2585104','N','N','0','0','','N']);
-g(['3697224','06-08<br>12:00p<br><font color=red>Running Ball</font>','欧洲足球锦标赛2020外围赛','60248','60247','阿塞拜疆','匈牙利','C','0 / 0.5','0.990','0.910','O2','U2','0.910','0.970','3.30','2.19','3.10','单','双','1.97','1.92','3697225','C','0','1.230','0.670','O0.5 / 1','U0.5 / 1','0.980','0.900','4.15','3.00','1.90','63','','','','N','2585124','Y','N','0','0','','N']);
-g(['3697226','06-08<br>12:00p<br><font color=red>Running Ball</font>','欧洲足球锦标赛2020外围赛','60250','60249','阿塞拜疆','匈牙利','C','0.5','0.730','1.170','O1.5 / 2','U1.5 / 2','1.170','0.710','','','','','','','','3697227','C','0 / 0.5','0.620','1.280','O0.5','U0.5','1.260','0.620','','','','0','','','','N','2585124','N','N','0','0','','N']);
-g(['3697234','06-08<br>12:00p<br><font color=red>Running Ball</font>','欧洲足球锦标赛2020外围赛','60288','60287','摩尔多瓦','安道尔','H','1','0.990','0.910','O2','U2','1.040','0.840','1.54','6.20','3.70','单','双','1.97','1.92','3697235','H','0 / 0.5','0.770','1.130','O0.5 / 1','U0.5 / 1','1.090','0.790','2.21','6.50','2.03','62','','','','N','2585144','Y','N','0','0','','N']);
-g(['3697236','06-08<br>12:00p<br><font color=red>Running Ball</font>','欧洲足球锦标赛2020外围赛','60290','60289','摩尔多瓦','安道尔','H','0.5 / 1','0.690','1.210','O2 / 2.5','U2 / 2.5','0.780','1.100','','','','','','','','3697237','H','0.5','1.190','0.710','O1','U1','0.640','1.240','','','','0','','','','N','2585144','N','N','0','0','','N']);
-g(['3697244','06-08<br>12:00p<br><font color=red>Running Ball</font>','欧洲足球锦标赛2020外围赛','60328','60327','俄罗斯','圣马力诺','H','5 / 5.5','0.950','0.890','O5.5','U5.5','0.920','0.900','','','','单','双','1.95','1.94','3697245','H','2 / 2.5','0.980','0.860','O2 / 2.5','U2 / 2.5','0.960','0.860','','','','55','','','','N','2585164','Y','N','0','0','','N']);
-g(['3697246','06-08<br>12:00p<br><font color=red>Running Ball</font>','欧洲足球锦标赛2020外围赛','60330','60329','俄罗斯','圣马力诺','H','5','0.710','1.130','O5.5 / 6','U5.5 / 6','0.760','1.060','','','','','','','','3697247','H','2','0.710','1.130','O2.5','U2.5','0.760','1.060','','','','0','','','','N','2585164','N','N','0','0','','N']);
-g(['3697254','06-08<br>12:00p<br><font color=red>Running Ball</font>','欧洲足球锦标赛2020外围赛','60368','60367','芬兰','波斯尼亚和黑塞哥维那','C','0','1.100','0.800','O2','U2','1.070','0.810','2.82','2.42','3.20','单','双','1.97','1.92','3697255','C','0','1.070','0.830','O0.5 / 1','U0.5 / 1','1.130','0.750','3.60','3.20','1.97','62','','','','N','2585184','Y','N','0','0','','N']);
-g(['3697256','06-08<br>12:00p<br><font color=red>Running Ball</font>','欧洲足球锦标赛2020外围赛','60370','60369','芬兰','波斯尼亚和黑塞哥维那','C','0 / 0.5','0.760','1.140','O2 / 2.5','U2 / 2.5','0.780','1.100','','','','','','','','3697257','C','0 / 0.5','0.560','1.340','O1','U1','0.640','1.240','','','','0','','','','N','2585184','N','N','0','0','','N']);
-g(['3697264','06-08<br>12:00p<br><font color=red>Running Ball</font>','欧洲足球锦标赛2020外围赛','60408','60407','阿美尼亚','列支敦士登','H','2','0.990','0.850','O3','U3','0.830','0.990','1.17','11.00','5.70','单','双','1.95','1.94','3697265','H','0.5 / 1','0.880','0.960','O1 / 1.5','U1 / 1.5','0.790','1.030','1.60','8.90','2.60','62','','','','N','2585204','Y','N','0','0','','N']);
-g(['3697266','06-08<br>12:00p<br><font color=red>Running Ball</font>','欧洲足球锦标赛2020外围赛','60410','60409','阿美尼亚','列支敦士登','H','1.5 / 2','0.750','1.090','O2.5 / 3','U2.5 / 3','1.060','0.760','','','','','','','','3697267','H','0.5','0.610','1.230','O1','U1','1.210','0.610','','','','0','','','','N','2585204','N','N','0','0','','N']);
-g(['3713752','06-08<br>02:00p<br><font color=red>Running Ball</font>','爱尔兰超级联赛','60806','60805','沙姆洛克流浪','德利城','H','1','1.140','0.760','O2.5','U2.5','0.820','1.060','1.60','5.20','3.75','单','双','1.96','1.93','3713753','H','0 / 0.5','0.820','1.080','O1','U1','0.840','1.040','2.26','5.20','2.13','61','','','','N','2602799','Y','N','0','0','','N']);
-g(['3713754','06-08<br>02:00p<br><font color=red>Running Ball</font>','爱尔兰超级联赛','60808','60807','沙姆洛克流浪','德利城','H','0.5 / 1','0.770','1.130','O2 / 2.5','U2 / 2.5','1.090','0.790','','','','','','','','3713755','H','0.5','1.220','0.680','O0.5 / 1','U0.5 / 1','1.270','0.610','','','','0','','','','N','2602799','N','N','0','0','','N']);
-g(['3723638','06-08<br>02:30p<br><font color=red>Running Ball</font>','U20世界杯2019(在波兰)','62862','62861','韩国U20','塞内加尔U20','C','0 / 0.5','0.910','0.930','O2 / 2.5','U2 / 2.5','0.790','1.030','3.20','2.17','3.05','单','双','1.97','1.92','3723639','C','0','1.190','0.650','O0.5 / 1','U0.5 / 1','1.060','0.760','3.90','2.89','1.93','37','','','','N','2613132','Y','N','0','0','','N']);
-g(['3723652','06-08<br>02:30p','U20世界杯2019(在波兰)','62880','62879','韩国U20 -会晋级','塞内加尔U20 -会晋级','C','0','1.150','0.690','','','','','','','','','','','','','','','','','','','','','','','','1','','','','N','2613141','Y','N','0','0',' -会晋级','Y']);
-g(['3697274','06-08<br>02:45p<br><font color=red>Running Ball</font>','欧洲足球锦标赛2020外围赛','60448','60447','白俄罗斯','德国','C','1.5 / 2','0.930','0.910','O3','U3','0.860','0.960','10.00','1.18','5.70','单','双','1.95','1.94','3697275','C','0.5 / 1','1.000','0.840','O1 / 1.5','U1 / 1.5','0.890','0.930','9.20','1.54','2.76','62','','','','N','2585224','Y','N','0','0','','N']);
-g(['3697276','06-08<br>02:45p<br><font color=red>Running Ball</font>','欧洲足球锦标赛2020外围赛','60450','60449','白俄罗斯','德国','C','2','0.760','1.080','O2.5 / 3','U2.5 / 3','1.090','0.730','','','','','','','','3697277','C','1','0.580','1.260','O1.5','U1.5','0.590','1.230','','','','0','','','','N','2585224','N','N','0','0','','N']);
-g(['3697284','06-08<br>02:45p<br><font color=red>Running Ball</font>','欧洲足球锦标赛2020外围赛','60488','60487','土耳其','法国','C','1','0.950','0.950','O2 / 2.5','U2 / 2.5','1.070','0.810','5.90','1.50','4.05','单','双','1.96','1.93','3697285','C','0 / 0.5','1.120','0.780','O1','U1','0.820','1.060','5.70','2.21','2.12','63','','','','N','2585244','Y','N','0','0','','N']);
-g(['3697286','06-08<br>02:45p<br><font color=red>Running Ball</font>','欧洲足球锦标赛2020外围赛','60490','60489','土耳其','法国','C','0.5 / 1','1.220','0.680','O2.5','U2.5','0.830','1.050','','','','','','','','3697287','C','0.5','0.710','1.190','O0.5 / 1','U0.5 / 1','1.240','0.640','','','','0','','','','N','2585244','N','N','0','0','','N']);
-g(['3697294','06-08<br>02:45p<br><font color=red>Running Ball</font>','欧洲足球锦标赛2020外围赛','60528','60527','苏格兰','塞浦路斯','H','1','0.960','0.940','O2 / 2.5','U2 / 2.5','0.950','0.930','1.50','6.20','3.95','单','双','1.96','1.93','3697295','H','0 / 0.5','0.760','1.140','O0.5 / 1','U0.5 / 1','1.140','0.740','2.20','6.10','2.07','63','','','','N','2585264','Y','N','0','0','','N']);
-g(['3697296','06-08<br>02:45p<br><font color=red>Running Ball</font>','欧洲足球锦标赛2020外围赛','60530','60529','苏格兰','塞浦路斯','H','0.5 / 1','0.670','1.230','O2','U2','1.230','0.650','','','','','','','','3697297','H','0.5','1.180','0.720','O1','U1','0.700','1.180','','','','0','','','','N','2585264','N','N','0','0','','N']);
-g(['3697304','06-08<br>02:45p<br><font color=red>Running Ball</font>','欧洲足球锦标赛2020外围赛','60568','60567','比利时','哈萨克斯坦','H','3.5 / 4','0.950','0.890','O4 / 4.5','U4 / 4.5','0.840','0.980','1.01','31.00','17.00','单','双','1.95','1.94','3697305','H','1.5','0.800','1.040','O1.5 / 2','U1.5 / 2','0.960','0.860','1.15','21.00','5.00','59','','','','N','2585284','Y','N','0','0','','N']);
-g(['3697306','06-08<br>02:45p<br><font color=red>Running Ball</font>','欧洲足球锦标赛2020外围赛','60570','60569','比利时','哈萨克斯坦','H','3.5','0.780','1.060','O4','U4','1.050','0.770','','','','','','','','3697307','H','1.5 / 2','1.050','0.790','O1.5','U1.5','1.160','0.660','','','','0','','','','N','2585284','N','N','0','0','','N']);
-g(['3697314','06-08<br>02:45p<br><font color=red>Running Ball</font>','欧洲足球锦标赛2020外围赛','60608','60607','希腊','意大利','C','0.5','0.920','0.980','O2','U2','0.790','1.090','4.00','1.97','3.10','单','双','1.98','1.91','3697315','C','0 / 0.5','0.730','1.170','O0.5 / 1','U0.5 / 1','0.950','0.930','4.70','2.75','1.91','63','','','','N','2585304','Y','N','0','0','','N']);
-g(['3697316','06-08<br>02:45p<br><font color=red>Running Ball</font>','欧洲足球锦标赛2020外围赛','60610','60609','希腊','意大利','C','0 / 0.5','1.240','0.660','O1.5 / 2','U1.5 / 2','1.100','0.780','','','','','','','','3697317','C','0','1.410','0.490','O0.5','U0.5','1.270','0.610','','','','0','','','','N','2585304','N','N','0','0','','N']);
-g(['3713758','06-08<br>02:45p<br><font color=red>Running Ball</font>','爱尔兰超级联赛','60818','60817','斯莱戈流浪','圣帕特里克','C','0','1.010','0.890','O2 / 2.5','U2 / 2.5','0.780','1.100','2.71','2.56','3.10','单','双','1.97','1.92','3713759','C','0','0.990','0.910','O0.5 / 1','U0.5 / 1','1.110','0.770','3.50','3.35','1.94','61','','','','N','2602805','Y','N','0','0','','N']);
-g(['3713760','06-08<br>02:45p<br><font color=red>Running Ball</font>','爱尔兰超级联赛','60820','60819','斯莱戈流浪','圣帕特里克','C','0 / 0.5','0.680','1.220','O2','U2','1.160','0.720','','','','','','','','3713761','C','0 / 0.5','0.490','1.410','O1','U1','0.670','1.210','','','','0','','','','N','2602805','N','N','0','0','','N']);
-g(['3541656','06-08<br>03:00p<br><font color=red>Running Ball</font>','女子世界杯2019(在法国)','60086','60085','挪威(女)','尼日利亚(女)','H','1.5 / 2','1.120','0.720','O3','U3','0.770','1.050','1.28','8.10','5.00','单','双','1.95','1.94','3541657','H','0.5 / 1','1.070','0.770','O1 / 1.5','U1 / 1.5','0.810','1.010','1.74','6.80','2.50','38','','','','N','2427174','Y','N','0','0','','N']);
-g(['3713764','06-08<br>03:00p<br><font color=red>Running Ball</font>','爱尔兰超级联赛','60830','60829','费恩夏普','登克尔克','C','1.5','1.050','0.850','O3','U3','0.970','0.910','9.00','1.27','5.50','单','双','1.95','1.94','3713765','C','0.5 / 1','0.840','1.060','O1 / 1.5','U1 / 1.5','0.950','0.930','7.30','1.72','2.60','61','','','','N','2602811','Y','N','0','0','','N']);
-g(['3713766','06-08<br>03:00p<br><font color=red>Running Ball</font>','爱尔兰超级联赛','60832','60831','费恩夏普','登克尔克','C','1.5 / 2','0.840','1.060','O2.5 / 3','U2.5 / 3','1.150','0.730','','','','','','','','3713767','C','0.5','1.170','0.730','O1.5','U1.5','0.640','1.240','','','','0','','','','N','2602811','N','N','0','0','','N']);
-g(['3713358','06-08<br>03:30p<br><font color=red>Running Ball</font>','美国职业大联盟','60768','60767','圣荷西地震','达拉斯','H','0.5','0.910','0.990','O3','U3','0.830','1.050','1.90','3.80','3.80','单','双','1.95','1.94','3713359','H','0 / 0.5','1.090','0.810','O1 / 1.5','U1 / 1.5','0.790','1.090','2.49','3.85','2.28','62','8DBCB6CCBDBCBABCB9BCBDBCB387CCCCCDCFC9CDCBA9B3','','img','N','2602338','Y','N','0','0','','N']);
-g(['3713360','06-08<br>03:30p<br><font color=red>Running Ball</font>','美国职业大联盟','60770','60769','圣荷西地震','达拉斯','H','0.5 / 1','1.140','0.760','O2.5 / 3','U2.5 / 3','1.090','0.790','','','','','','','','3713361','H','0','0.570','1.330','O1','U1','1.230','0.650','','','','0','','','','N','2602338','N','N','0','0','','N']);
-g(['3713368','06-08<br>07:30p<br><font color=red>Running Ball</font>','美国职业大联盟','60780','60779','费城联','纽约红牛','H','0.5','0.860','1.040','O2.5 / 3','U2.5 / 3','0.990','0.890','1.85','4.05','3.80','单','双','1.95','1.94','3713369','H','0 / 0.5','1.060','0.840','O1 / 1.5','U1 / 1.5','0.760','1.120','2.47','4.25','2.18','62','8DBCB6CCBEBCBABCB9BCBDBCB38BCBCCCDCFC9CDCBA9B3','','img','N','2602344','Y','N','0','0','','N']);
-g(['3713370','06-08<br>07:30p<br><font color=red>Running Ball</font>','美国职业大联盟','60782','60781','费城联','纽约红牛','H','0.5 / 1','1.100','0.800','O3','U3','0.750','1.130','','','','','','','','3713371','H','0','0.520','1.380','O1','U1','1.170','0.710','','','','0','','','','N','2602344','N','N','0','0','','N']);
-g(['3713378','06-08<br>09:00p<br><font color=red>Running Ball</font>','美国职业大联盟','60792','60791','科罗拉多急流','明尼苏达联','H','0 / 0.5','0.930','0.970','O3','U3','0.880','1.000','2.19','2.98','3.90','单','双','1.95','1.94','3713379','H','0','0.720','1.180','O1 / 1.5','U1 / 1.5','0.840','1.040','2.69','3.40','2.30','62','8DBCB6CCBCBCBABCB9BCBDBCB38FCACCCDCFC9CDCBA9B3','','img','N','2602350','Y','N','0','0','','N']);
-g(['3713380','06-08<br>09:00p<br><font color=red>Running Ball</font>','美国职业大联盟','60794','60793','科罗拉多急流','明尼苏达联','H','0.5','1.170','0.730','O2.5 / 3','U2.5 / 3','1.110','0.770','','','','','','','','3713381','H','0 / 0.5','1.220','0.680','O1','U1','1.250','0.630','','','','0','','','','N','2602350','N','N','0','0','','N']);
-g(['3713008','06-09<br>00:01a<br><font color=red>Running Ball</font>','日本J2联赛','70194','70193','鹿儿岛联','东京绿茵','C','0','1.000','0.900','O2 / 2.5','U2 / 2.5','0.920','0.960','2.75','2.64','3.25','单','双','1.94','1.95','3713009','C','0','1.030','0.870','O0.5 / 1','U0.5 / 1','1.150','0.730','3.50','3.30','1.95','58','8BBCBBBCBEBCBABCBEBCB6CCBBBCB38ECCC6CECFC9CDCBA9B3','','p双rf单rm','N','2601931','Y','N','0','0','','N']);
-g(['3713016','06-09<br>01:00a<br><font color=red>Running Ball</font>','日本J2联赛','70206','70205','水户蜀葵','福冈黄蜂','H','0 / 0.5','0.860','1.040','O2 / 2.5','U2 / 2.5','0.780','1.100','2.15','3.65','3.20','单','双','1.94','1.95','3713017','H','0 / 0.5','1.250','0.650','O0.5 / 1','U0.5 / 1','1.060','0.820','2.94','4.35','1.89','58','8BBCBBBCBCBCBABCBEBCB6CCBBBCB388CCC6CECFC9CDCBA9B3','','p双rf单rm','N','2601937','Y','N','0','0','','N']);
-g(['3713024','06-09<br>01:00a<br><font color=red>Running Ball</font>','日本J2联赛','70218','70217','栃木SC','千叶市原','C','0 / 0.5','0.940','0.960','O2 / 2.5','U2 / 2.5','0.930','0.950','3.30','2.25','3.30','单','双','1.93','1.96','3713025','C','0','1.210','0.690','O0.5 / 1','U0.5 / 1','1.150','0.730','3.95','2.99','1.95','58','8BBCBBBCB7CCBABCBEBCB6CCBBBCB38CCBC6CECFC9CDCBA9B3','','p双rf单rm','N','2601943','Y','N','0','0','','N']);
-g(['3713032','06-09<br>04:00a<br><font color=red>Running Ball</font>','日本J2联赛','70230','70229','爱媛','柏雷素尔','C','1','0.930','0.970','O2.5','U2.5','0.730','1.150','7.00','1.53','3.95','单','双','1.94','1.95','3713033','C','0 / 0.5','1.140','0.760','O0.5 / 1','U0.5 / 1','1.170','0.710','6.30','2.26','2.00','58','8BBCBBBCBABCBABCBEBCB6CCBBBCB386CBC6CECFC9CDCBA9B3','','p双rf单rm','N','2601949','Y','N','0','0','','N']);
-g(['3541664','06-09<br>07:00a<br><font color=red>Running Ball</font>','女子世界杯2019(在法国)','70002','70001','澳大利亚(女)','意大利(女)','H','0.5 / 1','0.860','0.980','O2.5 / 3','U2.5 / 3','0.910','0.910','1.66','4.30','3.80','单','双','1.95','1.94','3541665','H','0 / 0.5','0.810','1.030','O1','U1','1.110','0.710','2.19','4.65','2.23','38','','','','N','2427195','Y','N','0','0','','N']);
-g(['3541672','06-09<br>09:30a<br><font color=red>Running Ball</font>','女子世界杯2019(在法国)','70044','70043','巴西(女)','牙买加(女)','H','3','1.070','0.710','O4','U4','0.760','1.020','1.06','18.00','9.80','单','双','1.95','1.94','3541673','H','1 / 1.5','0.990','0.790','O1.5 / 2','U1.5 / 2','0.790','0.990','1.32','11.00','3.70','37','','','','N','2427216','Y','N','0','0','','N']);
-g(['3720908','06-09<br>11:30a<br><font color=red>Running Ball</font>','瑞典超级甲组联赛','70550','70549','达尔库德','哈尔姆斯塔德','C','0 / 0.5','0.990','0.910','O2.5','U2.5','0.820','1.060','2.99','2.16','3.30','单','双','1.96','1.93','3720909','C','0 / 0.5','0.660','1.240','O1','U1','0.860','1.020','3.75','2.70','2.08','61','86CCB6CCBDBCBABCB9BCB7CCB38ECBCCCFCEC9CDCBA9B3','','img','N','2610341','Y','N','0','0','','N']);
-g(['3720910','06-09<br>11:30a<br><font color=red>Running Ball</font>','瑞典超级甲组联赛','70552','70551','达尔库德','哈尔姆斯塔德','C','0.5','0.750','1.150','O2 / 2.5','U2 / 2.5','1.060','0.820','','','','','','','','3720911','C','0','1.220','0.680','O0.5 / 1','U0.5 / 1','1.270','0.610','','','','0','','','','N','2610341','N','N','0','0','','N']);
-g(['3541680','06-09<br>12:00p<br><font color=red>Running Ball</font>','女子世界杯2019(在法国)','70086','70085','英格兰(女)','苏格兰(女)','H','1.5 / 2','1.010','0.830','O2.5 / 3','U2.5 / 3','0.850','0.970','1.22','10.50','5.30','单','双','1.95','1.94','3541681','H','0.5 / 1','0.980','0.860','O1','U1','1.110','0.710','1.67','8.20','2.50','38','','','','N','2427237','Y','N','0','0','','N']);
-g(['3541688','06-10<br>12:00p<br><font color=red>Running Ball</font>','女子世界杯2019(在法国)','10002','10001','阿根廷(女)','日本(女)','C','2 / 2.5','1.080','0.760','O3','U3','1.110','0.710','19.00','1.07','8.70','单','双','1.95','1.94','3541689','C','1','0.970','0.870','O1 / 1.5','U1 / 1.5','1.000','0.820','14.00','1.36','3.20','38','','','','N','2427262','Y','N','0','0','','N']);
-g(['3541696','06-10<br>03:00p<br><font color=red>Running Ball</font>','女子世界杯2019(在法国)','10044','10043','加拿大(女)','喀麦隆(女)','H','2','0.890','0.950','O3','U3','0.810','1.010','1.14','14.00','6.60','单','双','1.95','1.94','3541697','H','0.5 / 1','0.760','1.080','O1 / 1.5','U1 / 1.5','0.840','0.980','1.54','9.90','2.70','38','','','','N','2427283','Y','N','0','0','','N']);
-_.gameCount='FT|RB|2,FT|FT|78,FT|FU|120,FT|P3|170,FT|HOT_RB|0,FT|HOT_FT|11,FT|HOT_FU|11,FT|HOT_P3|10,FT|SP_RB|0,FT|SP_FT|0,FT|SP_FU|0,FT|SP_P3|0,BK|RB|0,BK|FT|6,BK|FU|0,BK|P3|6,BK|HOT_RB|0,BK|HOT_FT|0,BK|HOT_FU|0,BK|HOT_P3|0,BK|SP_RB|0,BK|SP_FT|0,BK|SP_FU|0,BK|SP_P3|0,BS|RB|0,BS|FT|11,BS|FU|0,BS|P3|11,BS|HOT_RB|0,BS|HOT_FT|0,BS|HOT_FU|0,BS|HOT_P3|0,BS|SP_RB|0,BS|SP_FT|0,BS|SP_FU|0,BS|SP_P3|0,TN|RB|1,TN|FT|42,TN|FU|2,TN|P3|44,TN|HOT_RB|0,TN|HOT_FT|0,TN|HOT_FU|0,TN|HOT_P3|0,TN|SP_RB|0,TN|SP_FT|0,TN|SP_FU|0,TN|SP_P3|0,VB|RB|1,VB|FT|7,VB|FU|0,VB|P3|7,VB|HOT_RB|0,VB|HOT_FT|0,VB|HOT_FU|0,VB|HOT_P3|0,VB|SP_RB|0,VB|SP_FT|0,VB|SP_FU|0,VB|SP_P3|0,BM|RB|2,BM|FT|11,BM|FU|0,BM|P3|11,BM|HOT_RB|0,BM|HOT_FT|0,BM|HOT_FU|0,BM|HOT_P3|0,BM|SP_RB|0,BM|SP_FT|0,BM|SP_FU|0,BM|SP_P3|0,TT|RB|0,TT|FT|0,TT|FU|0,TT|P3|0,TT|HOT_RB|0,TT|HOT_FT|0,TT|HOT_FU|0,TT|HOT_P3|0,TT|SP_RB|0,TT|SP_FT|0,TT|SP_FU|0,TT|SP_P3|0,OP|RB|0,OP|FT|20,OP|FU|26,OP|P3|42,OP|HOT_RB|0,OP|HOT_FT|0,OP|HOT_FU|0,OP|HOT_P3|0,OP|SP_RB|0,OP|SP_FT|0,OP|SP_FU|0,OP|SP_P3|0,SK|RB|0,SK|FT|0,SK|FU|0,SK|P3|0,SK|HOT_RB|0,SK|HOT_FT|0,SK|HOT_FU|0,SK|HOT_P3|0,SK|SP_RB|0,SK|SP_FT|0,SK|SP_FU|0,SK|SP_P3|0,FS|HOT_FT|1,FS|HOT_BK|0,FS|HOT_BS|0,FS|HOT_TN|0,FS|HOT_VB|0,FS|HOT_BM|0,FS|HOT_TT|0,FS|HOT_OP|0,FS|HOT_SK|0,FS|SP_FT|0,FS|SP_BK|0,FS|SP_BS|0,FS|SP_TN|0,FS|SP_VB|0,FS|SP_BM|0,FS|SP_TT|0,FS|SP_OP|0,FS|SP_SK|0,FS|FT|131,FS|BK|5,FS|BS|3,FS|TN|6,FS|VB|1,FS|BM|0,FS|TT|0,FS|OP|1,FS|SK|0';
+g(['3728206','06-15<br>05:00a<br><font color=red>Running Ball</font>','澳大利亚新南威尔斯国家超级联赛','60922','60921','芒特德瑞特城流浪者','洛克达尔','C','0 / 0.5','1.120','0.780','O3','U3','0.790','1.090','','','','','','','','3728207','C','0','1.250','0.650','O1','U1','1.310','0.570','','','','0','','','','N','2617979','N','N','0','0','','N']);
+g(['3726416','06-15<br>05:00a<br><font color=red>Running Ball</font>','日本J3联赛','60650','60649','卡马塔马尔赞岐','横滨SCC','H','0.5 / 1','0.860','1.020','O2.5 / 3','U2.5 / 3','0.810','1.050','1.59','4.40','3.80','单','双','1.95','1.94','3726417','H','0 / 0.5','0.850','1.030','O1','U1','1.070','0.790','2.24','4.60','2.20','30','87CCB9CCB9CCBABCBEBCB7CCBDBCB38EC9C6CACEC9CDCBA9B3','','p双rf单rm','N','2615961','Y','N','0','0','','N']);
+g(['3726420','06-15<br>05:00a<br><font color=red>Running Ball</font>','日本J3联赛','60656','60655','熊本深红','东京U23','H','1 / 1.5','1.120','0.760','O2.5','U2.5','0.950','0.910','1.44','5.60','4.05','单','双','1.95','1.94','3726421','H','0.5','1.080','0.800','O1','U1','1.010','0.850','2.07','5.50','2.19','30','87CCB9CCBEBCBABCBEBCB7CCBDBCB38BC9C6CACEC9CDCBA9B3','','p双rf单rm','N','2615964','Y','N','0','0','','N']);
+g(['3712698','06-15<br>06:00a<br><font color=red>Running Ball</font>','日本J1联赛','60220','60219','浦和红钻','鸟栖沙岩','H','0 / 0.5','0.860','1.050','O2','U2','1.010','0.890','2.20','3.50','3.20','单','双','1.97','1.92','3712699','H','0','0.610','1.290','O0.5 / 1','U0.5 / 1','1.040','0.860','3.00','3.95','1.94','73','88CCB9BCBCBCBABCBEBCB7CCBDBCB38EC6C8CECFC9CDCBA9B3','','p双rf单rm','N','2601791','Y','N','0','0','','N']);
+g(['3712700','06-15<br>06:00a<br><font color=red>Running Ball</font>','日本J1联赛','60222','60221','浦和红钻','鸟栖沙岩','H','0.5','1.180','0.740','O2 / 2.5','U2 / 2.5','0.750','1.150','','','','','','','','3712701','H','0 / 0.5','1.280','0.620','O1','U1','0.620','1.280','','','','0','','','','N','2601791','N','N','0','0','','N']);
+g(['3712702','06-15<br>06:00a<br><font color=red>Running Ball</font>','日本J1联赛','60224','60223','浦和红钻','鸟栖沙岩','H','0','0.570','1.350','O1.5 / 2','U1.5 / 2','1.260','0.640','','','','','','','','','','','','','','','','','','','','0','','','','N','2601791','N','N','0','0','','N']);
+g(['3712706','06-15<br>06:00a<br><font color=red>Running Ball</font>','日本J1联赛','60236','60235','东京','神户胜利船','H','0.5 / 1','0.950','0.960','O2.5','U2.5','0.970','0.930','1.73','4.65','3.85','单','双','1.94','1.95','3712707','H','0 / 0.5','0.960','0.940','O1','U1','0.940','0.960','2.38','4.75','2.13','73','87CCB8CCB9CCBABCBEBCB7CCBDBCB38ACFC7CECFC9CDCBA9B3','','p双rf单rm','N','2601805','Y','N','0','0','','N']);
+g(['3712708','06-15<br>06:00a<br><font color=red>Running Ball</font>','日本J1联赛','60238','60237','东京','神户胜利船','H','0.5','0.740','1.180','O2.5 / 3','U2.5 / 3','0.750','1.150','','','','','','','','3712709','H','0.5','1.290','0.610','O0.5 / 1','U0.5 / 1','1.310','0.590','','','','0','','','','N','2601805','N','N','0','0','','N']);
+g(['3712710','06-15<br>06:00a<br><font color=red>Running Ball</font>','日本J1联赛','60240','60239','东京','神户胜利船','H','1','1.290','0.630','O2 / 2.5','U2 / 2.5','1.190','0.710','','','','','','','','','','','','','','','','','','','','0','','','','N','2601805','N','N','0','0','','N']);
+g(['3712714','06-15<br>06:00a<br><font color=red>Running Ball</font>','日本J1联赛','60252','60251','松本山雅','仙台维加泰','H','0','0.860','1.060','O2 / 2.5','U2 / 2.5','0.890','1.010','2.58','2.80','3.30','单','双','1.94','1.95','3712715','H','0','0.880','1.020','O0.5 / 1','U0.5 / 1','1.170','0.730','3.25','3.55','1.96','73','87CCB7CCB9CCBABCBEBCB7CCBDBCB38CCEC7CECFC9CDCBA9B3','','p双rf单rm','N','2601813','Y','N','0','0','','N']);
+g(['3712716','06-15<br>06:00a<br><font color=red>Running Ball</font>','日本J1联赛','60254','60253','松本山雅','仙台维加泰','H','0 / 0.5','1.200','0.720','O2','U2','1.200','0.700','','','','','','','','3712717','H','0 / 0.5','1.380','0.520','O1','U1','0.710','1.190','','','','0','','','','N','2601813','N','N','0','0','','N']);
+g(['3712718','06-15<br>06:00a<br><font color=red>Running Ball</font>','日本J1联赛','60256','60255','松本山雅','仙台维加泰','C','0 / 0.5','0.620','1.300','O2.5','U2.5','0.670','1.230','','','','','','','','','','','','','','','','','','','','0','','','','N','2601813','N','N','0','0','','N']);
+g(['3712722','06-15<br>06:00a<br><font color=red>Running Ball</font>','日本J1联赛','60268','60267','磐田山叶','大阪飞脚','H','0','0.900','1.010','O2.5','U2.5','0.880','1.020','2.58','2.75','3.35','单','双','1.94','1.95','3712723','H','0','0.900','1.000','O1','U1','0.930','0.970','3.20','3.30','2.06','73','87CCB7CCBCBCBABCBEBCB7CCBDBCB38ECDC7CECFC9CDCBA9B3','','p双rf单rm','N','2601821','Y','N','0','0','','N']);
+g(['3712724','06-15<br>06:00a<br><font color=red>Running Ball</font>','日本J1联赛','60270','60269','磐田山叶','大阪飞脚','H','0 / 0.5','1.210','0.710','O2 / 2.5','U2 / 2.5','1.130','0.770','','','','','','','','3712725','H','0 / 0.5','1.370','0.530','O0.5 / 1','U0.5 / 1','1.300','0.600','','','','0','','','','N','2601821','N','N','0','0','','N']);
+g(['3712726','06-15<br>06:00a<br><font color=red>Running Ball</font>','日本J1联赛','60272','60271','磐田山叶','大阪飞脚','C','0 / 0.5','0.650','1.270','O2.5 / 3','U2.5 / 3','0.660','1.240','','','','','','','','','','','','','','','','','','','','0','','','','N','2601821','N','N','0','0','','N']);
+g(['3712730','06-15<br>06:00a<br><font color=red>Running Ball</font>','日本J1联赛','60284','60283','大分三神 ','名古屋鲸鱼','C','0 / 0.5','0.890','1.020','O2.5','U2.5','0.980','0.920','3.00','2.26','3.65','单','双','1.94','1.95','3712731','C','0','1.120','0.780','O1','U1','1.020','0.880','3.55','2.85','2.14','73','87CCB8CCBCBCBABCBEBCB7CCBDBCB386CDC7CECFC9CDCBA9B3','','p双rf单rm','N','2601829','Y','N','0','0','','N']);
+g(['3712732','06-15<br>06:00a<br><font color=red>Running Ball</font>','日本J1联赛','60286','60285','大分三神 ','名古屋鲸鱼','C','0','1.210','0.710','O2.5 / 3','U2.5 / 3','0.800','1.100','','','','','','','','3712733','C','0 / 0.5','0.640','1.260','O1 / 1.5','U1 / 1.5','0.620','1.280','','','','0','','','','N','2601829','N','N','0','0','','N']);
+g(['3712734','06-15<br>06:00a<br><font color=red>Running Ball</font>','日本J1联赛','60288','60287','大分三神 ','名古屋鲸鱼','C','0.5','0.700','1.220','O2 / 2.5','U2 / 2.5','1.270','0.630','','','','','','','','','','','','','','','','','','','','0','','','','N','2601829','N','N','0','0','','N']);
+g(['3712704','06-15<br>06:00a<br><font color=red>Running Ball</font>','日本J1联赛','60230','60229','浦和红钻 -角球数','鸟栖沙岩 -角球数','H','','','','O9','U9','0.920','0.900','','','','单','双','1.95','1.94','','','','','','','','','','','','','2','','','','N','2601796','Y','N','0','900',' -角球数','Y']);
+g(['3712712','06-15<br>06:00a<br><font color=red>Running Ball</font>','日本J1联赛','60246','60245','东京 -角球数','神户胜利船 -角球数','H','','','','O9.5','U9.5','0.920','0.900','','','','单','双','1.95','1.94','','','','','','','','','','','','','2','','','','N','2601810','Y','N','0','900',' -角球数','Y']);
+g(['3712720','06-15<br>06:00a<br><font color=red>Running Ball</font>','日本J1联赛','60262','60261','松本山雅 -角球数','仙台维加泰 -角球数','H','','','','O10','U10','0.760','1.060','','','','单','双','1.95','1.94','','','','','','','','','','','','','2','','','','N','2601818','Y','N','0','900',' -角球数','Y']);
+g(['3712728','06-15<br>06:00a<br><font color=red>Running Ball</font>','日本J1联赛','60278','60277','磐田山叶 -角球数','大阪飞脚 -角球数','H','','','','O9.5','U9.5','0.810','1.010','','','','单','双','1.95','1.94','','','','','','','','','','','','','2','','','','N','2601826','Y','N','0','900',' -角球数','Y']);
+g(['3712736','06-15<br>06:00a<br><font color=red>Running Ball</font>','日本J1联赛','60294','60293','大分三神  -角球数','名古屋鲸鱼 -角球数','H','','','','O9','U9','0.920','0.900','','','','单','双','1.95','1.94','','','','','','','','','','','','','2','','','','N','2601834','Y','N','0','900',' -角球数','Y']);
+g(['3720664','06-15<br>06:00a<br><font color=red>Running Ball</font>','日本J2联赛','60502','60501','山形山神','水户蜀葵','H','0 / 0.5','1.110','0.810','O2','U2','0.830','1.070','2.53','3.25','2.85','单','双','1.94','1.95','3720665','H','0','0.730','1.170','O0.5 / 1','U0.5 / 1','0.900','1.000','3.30','4.15','1.79','73','87CCB7CCBEBCBABCBEBCB7CCBDBCB387CFCFCFCEC9CDCBA9B3','','p双rf单rm','N','2610008','Y','N','0','0','','N']);
+g(['3720666','06-15<br>06:00a<br><font color=red>Running Ball</font>','日本J2联赛','60504','60503','山形山神','水户蜀葵','H','0','0.730','1.190','O1.5 / 2','U1.5 / 2','1.110','0.790','','','','','','','','3720667','H','0 / 0.5','1.360','0.540','O0.5','U0.5','1.230','0.670','','','','0','','','','N','2610008','N','N','0','0','','N']);
+g(['3720668','06-15<br>06:00a<br><font color=red>Running Ball</font>','日本J2联赛','60506','60505','山形山神','水户蜀葵','H','0.5','1.360','0.560','O1.5','U1.5','1.300','0.600','','','','','','','','','','','','','','','','','','','','0','','','','N','2610008','N','N','0','0','','N']);
+g(['3720672','06-15<br>06:00a<br><font color=red>Running Ball</font>','日本J2联赛','60514','60513','新泻天鹅','栃木SC','H','0.5 / 1','1.040','0.880','O2 / 2.5','U2 / 2.5','0.870','1.030','1.76','4.90','3.60','单','双','1.94','1.95','3720673','H','0 / 0.5','1.030','0.870','O0.5 / 1','U0.5 / 1','1.130','0.770','2.51','4.90','2.00','73','87CCB6CCBEBCBABCBEBCB7CCBDBCB38BCECFCFCEC9CDCBA9B3','','p双rf单rm','N','2610014','Y','N','0','0','','N']);
+g(['3720674','06-15<br>06:00a<br><font color=red>Running Ball</font>','日本J2联赛','60516','60515','新泻天鹅','栃木SC','H','0.5','0.770','1.150','O2','U2','1.190','0.710','','','','','','','','3720675','H','0.5','1.350','0.550','O1','U1','0.650','1.250','','','','0','','','','N','2610014','N','N','0','0','','N']);
+g(['3720676','06-15<br>06:00a<br><font color=red>Running Ball</font>','日本J2联赛','60518','60517','新泻天鹅','栃木SC','H','0 / 0.5','0.530','1.390','O2.5','U2.5','0.640','1.260','','','','','','','','','','','','','','','','','','','','0','','','','N','2610014','N','N','0','0','','N']);
+g(['3720680','06-15<br>06:00a<br><font color=red>Running Ball</font>','日本J2联赛','60526','60525','京都不死鸟','琉球','H','0.5 / 1','1.060','0.860','O2.5','U2.5','0.940','0.960','1.78','4.40','3.80','单','双','1.96','1.93','3720681','H','0 / 0.5','1.070','0.830','O1','U1','0.850','1.050','2.56','4.65','2.02','73','87CCB7CCB7CCBABCBEBCB7CCBDBCB38FCDCFCFCEC9CDCBA9B3','','p双rf单rm','N','2610020','Y','N','0','0','','N']);
+g(['3720682','06-15<br>06:00a<br><font color=red>Running Ball</font>','日本J2联赛','60528','60527','京都不死鸟','琉球','H','0.5','0.780','1.140','O2 / 2.5','U2 / 2.5','1.190','0.710','','','','','','','','3720683','H','0.5','1.370','0.530','O0.5 / 1','U0.5 / 1','1.290','0.610','','','','0','','','','N','2610020','N','N','0','0','','N']);
+g(['3720684','06-15<br>06:00a<br><font color=red>Running Ball</font>','日本J2联赛','60530','60529','京都不死鸟','琉球','H','1','1.360','0.560','O2.5 / 3','U2.5 / 3','0.690','1.210','','','','','','','','','','','','','','','','','','','','0','','','','N','2610020','N','N','0','0','','N']);
+g(['3720688','06-15<br>06:00a<br><font color=red>Running Ball</font>','日本J2联赛','60538','60537','冈山绿雉','山口雷法','H','0.5','1.030','0.890','O2.5','U2.5','0.880','1.020','2.02','3.65','3.55','单','双','1.94','1.95','3720689','H','0 / 0.5','1.160','0.740','O1','U1','0.890','1.010','2.69','4.05','2.07','73','87CCB6CCBCBCBABCBEBCB7CCBDBCB38FCBCFCFCEC9CDCBA9B3','','p双rf单rm','N','2610040','Y','N','0','0','','N']);
+g(['3720690','06-15<br>06:00a<br><font color=red>Running Ball</font>','日本J2联赛','60540','60539','冈山绿雉','山口雷法','H','0 / 0.5','0.740','1.180','O2 / 2.5','U2 / 2.5','1.130','0.770','','','','','','','','3720691','H','0','0.590','1.310','O0.5 / 1','U0.5 / 1','1.270','0.630','','','','0','','','','N','2610040','N','N','0','0','','N']);
+g(['3720692','06-15<br>06:00a<br><font color=red>Running Ball</font>','日本J2联赛','60542','60541','冈山绿雉','山口雷法','H','0.5 / 1','1.300','0.620','O2.5 / 3','U2.5 / 3','0.650','1.250','','','','','','','','','','','','','','','','','','','','0','','','','N','2610040','N','N','0','0','','N']);
+g(['3720670','06-15<br>06:00a<br><font color=red>Running Ball</font>','日本J2联赛','60510','60509','山形山神 -角球数','水户蜀葵 -角球数','H','','','','O9','U9','0.780','1.040','','','','单','双','1.95','1.94','','','','','','','','','','','','','2','','','','N','2610012','Y','N','0','900',' -角球数','Y']);
+g(['3720678','06-15<br>06:00a<br><font color=red>Running Ball</font>','日本J2联赛','60522','60521','新泻天鹅 -角球数','栃木SC -角球数','H','','','','O9.5','U9.5','0.760','1.060','','','','单','双','1.95','1.94','','','','','','','','','','','','','2','','','','N','2610018','Y','N','0','900',' -角球数','Y']);
+g(['3720686','06-15<br>06:00a<br><font color=red>Running Ball</font>','日本J2联赛','60534','60533','京都不死鸟 -角球数','琉球 -角球数','H','','','','O8.5','U8.5','0.960','0.860','','','','单','双','1.95','1.94','','','','','','','','','','','','','2','','','','N','2610024','Y','N','0','900',' -角球数','Y']);
+g(['3720694','06-15<br>06:00a<br><font color=red>Running Ball</font>','日本J2联赛','60546','60545','冈山绿雉 -角球数','山口雷法 -角球数','H','','','','O9.5','U9.5','0.780','1.040','','','','单','双','1.95','1.94','','','','','','','','','','','','','2','','','','N','2610044','Y','N','0','900',' -角球数','Y']);
+g(['3714002','06-15<br>06:00a<br><font color=red>Running Ball</font>','韩国K甲组联赛','60302','60301','蔚山现代','浦项制铁','H','0.5 / 1','0.910','1.000','O2.5','U2.5','1.020','0.870','1.67','5.30','3.90','单','双','1.96','1.93','3714003','H','0 / 0.5','0.920','0.980','O1','U1','1.020','0.870','2.35','5.20','2.15','71','87CCB9CCB7CCBABCBEBCB7CCBDBCB38BCCCECCCFC9CDCBA9B3','','p双rf单rm','N','2603134','Y','N','0','0','','N']);
+g(['3714004','06-15<br>06:00a<br><font color=red>Running Ball</font>','韩国K甲组联赛','60304','60303','蔚山现代','浦项制铁','H','0.5','0.680','1.240','O2.5 / 3','U2.5 / 3','0.790','1.100','','','','','','','','3714005','H','0.5','1.270','0.630','O1 / 1.5','U1 / 1.5','0.660','1.230','','','','0','','','','N','2603134','N','N','0','0','','N']);
+g(['3714006','06-15<br>06:00a<br><font color=red>Running Ball</font>','韩国K甲组联赛','60306','60305','蔚山现代','浦项制铁','H','1','1.240','0.680','O2 / 2.5','U2 / 2.5','1.230','0.660','','','','','','','','','','','','','','','','','','','','0','','','','N','2603134','N','N','0','0','','N']);
+g(['3714010','06-15<br>06:00a<br><font color=red>Running Ball</font>','韩国K甲组联赛','60310','60309','仁川联队','全北现代','C','1 / 1.5','0.900','1.010','O2.5 / 3','U2.5 / 3','1.020','0.870','7.70','1.44','4.60','单','双','1.95','1.94','3714011','C','0.5','0.880','1.020','O1 / 1.5','U1 / 1.5','0.780','1.110','6.40','2.01','2.34','71','89CCB9CCB7CCBABCBEBCB7CCBEBCB387CCCECCCFC9CDCBA9B3','','p双rf单rm','N','2603138','Y','N','0','0','','N']);
+g(['3714012','06-15<br>06:00a<br><font color=red>Running Ball</font>','韩国K甲组联赛','60312','60311','仁川联队','全北现代','C','1.5','0.730','1.190','O3','U3','0.780','1.110','','','','','','','','3714013','C','0 / 0.5','1.270','0.630','O1','U1','1.230','0.660','','','','0','','','','N','2603138','N','N','0','0','','N']);
+g(['3714014','06-15<br>06:00a<br><font color=red>Running Ball</font>','韩国K甲组联赛','60314','60313','仁川联队','全北现代','C','1','1.230','0.690','O3 / 3.5','U3 / 3.5','0.670','1.220','','','','','','','','','','','','','','','','','','','','0','','','','N','2603138','N','N','0','0','','N']);
+g(['3714018','06-15<br>06:00a<br><font color=red>Running Ball</font>','韩国K甲组联赛','60318','60317','城南足球俱乐部','庆南','H','0 / 0.5','1.080','0.840','O2 / 2.5','U2 / 2.5','1.000','0.890','2.40','3.10','3.30','单','双','1.97','1.92','3714019','H','0','0.770','1.130','O1','U1','0.790','1.100','3.20','3.90','1.95','71','89CCB9CCB9CCBABCBEBCB7CCBEBCB38DCBCECCCFC9CDCBA9B3','','p双rf单rm','N','2603142','Y','N','0','0','','N']);
+g(['3714020','06-15<br>06:00a<br><font color=red>Running Ball</font>','韩国K甲组联赛','60320','60319','城南足球俱乐部','庆南','H','0','0.760','1.160','O2.5','U2.5','0.750','1.140','','','','','','','','3714021','H','0 / 0.5','1.320','0.580','O0.5 / 1','U0.5 / 1','1.190','0.700','','','','0','','','','N','2603142','N','N','0','0','','N']);
+g(['3714022','06-15<br>06:00a<br><font color=red>Running Ball</font>','韩国K甲组联赛','60322','60321','城南足球俱乐部','庆南','H','0.5','1.300','0.620','O2','U2','1.260','0.630','','','','','','','','','','','','','','','','','','','','0','','','','N','2603142','N','N','0','0','','N']);
+g(['3714008','06-15<br>06:00a<br><font color=red>Running Ball</font>','韩国K甲组联赛','60308','60307','蔚山现代 -角球数','浦项制铁 -角球数','H','','','','O9','U9','0.850','0.970','','','','单','双','1.95','1.94','','','','','','','','','','','','','2','','','','N','2603137','Y','N','0','900',' -角球数','Y']);
+g(['3714016','06-15<br>06:00a<br><font color=red>Running Ball</font>','韩国K甲组联赛','60316','60315','仁川联队 -角球数','全北现代 -角球数','H','','','','O9','U9','0.920','0.900','','','','单','双','1.95','1.94','','','','','','','','','','','','','2','','','','N','2603141','Y','N','0','900',' -角球数','Y']);
+g(['3714024','06-15<br>06:00a<br><font color=red>Running Ball</font>','韩国K甲组联赛','60324','60323','城南足球俱乐部 -角球数','庆南 -角球数','H','','','','O9','U9','0.760','1.060','','','','单','双','1.95','1.94','','','','','','','','','','','','','2','','','','N','2603145','Y','N','0','900',' -角球数','Y']);
+g(['3727668','06-15<br>06:00a<br><font color=red>Running Ball</font>','韩国K乙组联赛','60874','60873','大田市民','安山小绿人','C','0 / 0.5','0.720','1.180','O2 / 2.5','U2 / 2.5','0.780','1.100','2.66','2.46','3.15','单','双','1.97','1.92','3727669','C','0','1.040','0.860','O0.5 / 1','U0.5 / 1','1.110','0.770','3.40','3.20','1.96','32','','','','N','2617461','Y','N','0','0','','N']);
+g(['3727672','06-15<br>06:00a<br><font color=red>Running Ball</font>','韩国K乙组联赛','60882','60881','水原','牙山木槿花','H','0 / 0.5','1.010','0.890','O2.5','U2.5','0.780','1.100','2.20','2.88','3.35','单','双','1.96','1.93','3727673','H','0','0.710','1.190','O1','U1','0.830','1.050','2.85','3.50','2.07','33','','','','N','2617465','Y','N','0','0','','N']);
+g(['3714026','06-15<br>06:30a<br><font color=red>Running Ball</font>','韩国K甲组联赛','60326','60325','大邱','江原','H','0.5','0.990','0.920','O2.5','U2.5','0.850','1.040','1.98','4.15','3.40','单','双','1.97','1.92','3714027','H','0 / 0.5','1.090','0.810','O1','U1','0.899','0.991','2.61','4.85','2.03','71','89BCB9BCBABCBABCBEBCB7CCB6CCB389CBCECCCFC9CDCBA9B3','','p双rf单rm','N','2603146','Y','N','0','0','','N']);
+g(['3714028','06-15<br>06:30a<br><font color=red>Running Ball</font>','韩国K甲组联赛','60328','60327','大邱','江原','H','0.5 / 1','1.230','0.690','O2 / 2.5','U2 / 2.5','1.131','0.759','','','','','','','','3714029','H','0.5','1.390','0.510','O0.5 / 1','U0.5 / 1','1.290','0.600','','','','0','','','','N','2603146','N','N','0','0','','N']);
+g(['3714030','06-15<br>06:30a<br><font color=red>Running Ball</font>','韩国K甲组联赛','60330','60329','大邱','江原','H','0 / 0.5','0.700','1.220','O2.5 / 3','U2.5 / 3','0.660','1.230','','','','','','','','','','','','','','','','','','','','0','','','','N','2603146','N','N','0','0','','N']);
+g(['3714032','06-15<br>06:30a<br><font color=red>Running Ball</font>','韩国K甲组联赛','60332','60331','大邱 -角球数','江原 -角球数','H','','','','O9','U9','0.850','0.970','','','','单','双','1.95','1.94','','','','','','','','','','','','','2','','','','N','2603149','Y','N','0','900',' -角球数','Y']);
+g(['3730482','06-15<br>07:30a<br><font color=red>Running Ball</font>','国际友谊赛','62974','62973','印尼','万那杜','H','1.5','0.660','1.180','O3','U3','0.950','0.870','1.18','11.00','5.40','单','双','1.95','1.94','3730483','H','0.5 / 1','0.970','0.870','O1 / 1.5','U1 / 1.5','0.870','0.950','1.69','7.30','2.55','11','','','','N','2620147','Y','N','0','0','','N']);
+g(['3732366','06-15<br>07:30a<br><font color=red>Running Ball</font>','土伦国际锦标赛(在法国)','63772','63771','墨西哥U22','爱尔兰U21','H','0 / 0.5','0.860','1.060','O2 / 2.5','U2 / 2.5','0.820','1.070','2.23','3.30','2.85','单','双','1.98','1.91','3732367','H','0 / 0.5','1.200','0.700','O0.5 / 1','U0.5 / 1','1.090','0.800','2.78','4.00','1.96','68','87CCBDBCB7CCBABCBEBCB7CCBDBCB38BCAC7CECDC9CDCBA9B3','','p双rf单rm','N','2621854','Y','N','0','0','','N']);
+g(['3732368','06-15<br>07:30a<br><font color=red>Running Ball</font>','土伦国际锦标赛(在法国)','63774','63773','墨西哥U22','爱尔兰U21','H','','','','O2','U2','1.090','0.800','','','','','','','','3732369','H','0','0.600','1.300','O1','U1','0.650','1.240','','','','0','','','','N','2621854','N','N','0','0','','N']);
+_.gameCount='FT|RB|5,FT|FT|9,FT|FU|226,FT|P3|180,FT|HOT_RB|3,FT|HOT_FT|0,FT|HOT_FU|24,FT|HOT_P3|14,FT|SP_RB|0,FT|SP_FT|0,FT|SP_FU|0,FT|SP_P3|0,BK|RB|3,BK|FT|2,BK|FU|6,BK|P3|8,BK|HOT_RB|0,BK|HOT_FT|0,BK|HOT_FU|0,BK|HOT_P3|0,BK|SP_RB|0,BK|SP_FT|0,BK|SP_FU|0,BK|SP_P3|0,BS|RB|10,BS|FT|0,BS|FU|11,BS|P3|11,BS|HOT_RB|0,BS|HOT_FT|0,BS|HOT_FU|0,BS|HOT_P3|0,BS|SP_RB|0,BS|SP_FT|0,BS|SP_FU|0,BS|SP_P3|0,TN|RB|0,TN|FT|0,TN|FU|35,TN|P3|35,TN|HOT_RB|0,TN|HOT_FT|0,TN|HOT_FU|0,TN|HOT_P3|0,TN|SP_RB|0,TN|SP_FT|0,TN|SP_FU|0,TN|SP_P3|0,VB|RB|0,VB|FT|0,VB|FU|15,VB|P3|15,VB|HOT_RB|0,VB|HOT_FT|0,VB|HOT_FU|0,VB|HOT_P3|0,VB|SP_RB|0,VB|SP_FT|0,VB|SP_FU|0,VB|SP_P3|0,BM|RB|0,BM|FT|0,BM|FU|0,BM|P3|0,BM|HOT_RB|0,BM|HOT_FT|0,BM|HOT_FU|0,BM|HOT_P3|0,BM|SP_RB|0,BM|SP_FT|0,BM|SP_FU|0,BM|SP_P3|0,TT|RB|0,TT|FT|0,TT|FU|0,TT|P3|0,TT|HOT_RB|0,TT|HOT_FT|0,TT|HOT_FU|0,TT|HOT_P3|0,TT|SP_RB|0,TT|SP_FT|0,TT|SP_FU|0,TT|SP_P3|0,OP|RB|0,OP|FT|3,OP|FU|45,OP|P3|37,OP|HOT_RB|0,OP|HOT_FT|0,OP|HOT_FU|0,OP|HOT_P3|0,OP|SP_RB|0,OP|SP_FT|0,OP|SP_FU|0,OP|SP_P3|0,SK|RB|0,SK|FT|0,SK|FU|14,SK|P3|14,SK|HOT_RB|0,SK|HOT_FT|0,SK|HOT_FU|0,SK|HOT_P3|0,SK|SP_RB|0,SK|SP_FT|0,SK|SP_FU|0,SK|SP_P3|0,FS|HOT_FT|31,FS|HOT_BK|0,FS|HOT_BS|0,FS|HOT_TN|0,FS|HOT_VB|0,FS|HOT_BM|0,FS|HOT_TT|0,FS|HOT_OP|0,FS|HOT_SK|0,FS|SP_FT|0,FS|SP_BK|0,FS|SP_BS|0,FS|SP_TN|0,FS|SP_VB|0,FS|SP_BM|0,FS|SP_TT|0,FS|SP_OP|0,FS|SP_SK|0,FS|FT|131,FS|BK|2,FS|BS|0,FS|TN|3,FS|VB|0,FS|BM|0,FS|TT|0,FS|OP|0,FS|SK|1';
 function onLoad(){
 	_.body_var_onLoad();
 }

二进制
collectSports/models/__pycache__/__init__.cpython-36.pyc


二进制
collectSports/models/__pycache__/model.cpython-36.pyc


二进制
collectSports/models/__pycache__/zqLeague.cpython-36.pyc


+ 40 - 37
collectSports/models/model.py

@@ -1,62 +1,65 @@
 import biz
+
+
 class Model(dict):
-    
+
     def __init__(self):
-        self.db=biz.getDB()
-        self.cursor=self.db.getCursor()
-        self.conn=self.db.getConn()
+        self.db = biz.getDB()
+        self.cursor = self.db.getCursor()
+        self.conn = self.db.getConn()
         pass
-        
-    def query(self,sql,args=None):
-        
-        self.cursor.execute(sql,args)
+
+    def query(self, sql, args=None):
+
+        self.cursor.execute(sql, args)
         res = self.cursor.fetchall()
         return res
 
-    def execute(self,sql,args=None):
+    def execute(self, sql, args=None):
         try:
-            self.cursor.execute(sql,args)
+            self.cursor.execute(sql, args)
             self.conn.commit()
         except BaseException as e:
             print(e)
 
-    def select(self,conditions={}):
-        where=fields=limit=orderby=''
-        limit='limit 1 offset 0'
+    def select(self, conditions={}):
+        where = fields = limit = orderby = ''
+        limit = 'limit 1 offset 0'
         if 'where' in conditions:
-            where=' where '+conditions['where']
+            where = ' where ' + conditions['where']
         if 'fields' in conditions:
-            fields='  '+conditions['fields']
+            fields = '  ' + conditions['fields']
         if 'limit' in conditions:
-            limit_d=conditions['limit'].split(',')
-            limit=' limit '+limit_d[0]+ ' offset '+limit_d[1]
+            limit_d = conditions['limit'].split(',')
+            limit = ' limit ' + limit_d[0] + ' offset ' + limit_d[1]
         if 'orderby' in conditions:
-            orderby='  order by '+conditions['orderby']
-        s="select %s from \"%s\" %s %s %s " % (fields,self.table_name,where,orderby,limit)
+            orderby = '  order by ' + conditions['orderby']
+        s = "select %s from \"%s\" %s %s %s " % (fields, self.table_name, where, orderby, limit)
         return self.query(s)
 
-    def update(self,data,where=''):
-        values=[]
-        if where!='':
-            where=' where %s' %(where)
-            
+    def update(self, data, where=''):
+        values = []
+        if where != '':
+            where = ' where %s' % (where)
+
         for index in data:
-            s="%s='%s'" % (index,data[index])
+            s = "%s='%s'" % (index, data[index])
             values.append(s)
-        sql = "update \"%s\" set %s  %s" % (self.table_name, ','.join(values),where )
+        sql = "update \"%s\" set %s  %s" % (self.table_name, ','.join(values), where)
         return self.execute(sql)
-    def save(self,data):
-        fields=[]
-        values=[]
-        vls=''
-        
+
+    def save(self, data):
+        fields = []
+        values = []
+        vls = ''
+
         for index in data:
             fields.append(index)
             values.append(data[index])
-        if vls=='':
-            vls=''
+        if vls == '':
+            vls = ''
         else:
-            vls=vls+','                
-        vls=vls+"('%s')" % '\',\''.join('%s' %id for id in values)
-        sql = "insert into \"%s\"(%s) values %s" % ( self.table_name,','.join(fields),vls)
-        return  self.execute(sql)
+            vls = vls + ','
+        vls = vls + "('%s')" % '\',\''.join('%s' % id for id in values)
+        sql = "insert into \"%s\"(%s) values %s" % (self.table_name, ','.join(fields), vls)
+        return self.execute(sql)

+ 2 - 1
collectSports/pipelines.py

@@ -8,4 +8,5 @@
 
 class CollectsportsPipeline(object):
     def process_item(self, item, spider):
-        return item
+        pass
+        # return item

二进制
collectSports/pipelines/__pycache__/__init__.cpython-36.pyc


二进制
collectSports/pipelines/__pycache__/sportslst.cpython-36.pyc


+ 10 - 9
collectSports/pipelines/sportslst.py

@@ -28,15 +28,16 @@ class SportslstPipeline(object):
         if zaopan == 'zaopan':
             zq_leagues = set(item['zq_league'])
             for zq_league in zq_leagues:
-                try:
-                    league_name = zq_league['league_name']
-                except:
-                    league_name = None
-                if league_name:
-                    self.port.insert(dict(zq_league))
-                if zq_league.get('host_name', None):
-                    self.port2.insert(dict(zq_league))
-            return item
+                print(zq_league)
+        #         try:
+        #             league_name = zq_league['league_name']
+        #         except:
+        #             league_name = None
+        #         if league_name:
+        #             self.port.insert(dict(zq_league))
+        #         if zq_league.get('host_name', None):
+        #             self.port2.insert(dict(zq_league))
+        # return item
 
     def close_spider(self, spider):
         self.client.close()

二进制
collectSports/spiders/__pycache__/__init__.cpython-36.pyc


二进制
collectSports/spiders/__pycache__/demo.cpython-36.pyc


二进制
collectSports/spiders/__pycache__/sports.cpython-36.pyc


二进制
collectSports/spiders/__pycache__/sportslst.cpython-36.pyc


+ 20 - 0
collectSports/spiders/sportslst.py

@@ -48,6 +48,7 @@ class SportslstSpider(scrapy.Spider):
         return
 
     def parse(self, response):
+<<<<<<< HEAD
         cb = response.meta['cb']
         subdel = response.meta['subdel']
         mc = __import__('mcollect.' + self.curSrc + '.Resolver', fromlist=True)
@@ -65,6 +66,25 @@ class SportslstSpider(scrapy.Spider):
         cbks = getattr(ress, cb)
         result = cbks(re)
 
+=======
+        cb=response.meta['cb']
+        subdel=response.meta['subdel']
+        mc=__import__('mcollect.'+self.curSrc+'.Resolver',fromlist=True)
+        res=mc.Resolver()
+        cbk=getattr(res,cb)
+        re=cbk(response.body)
+        re=json.loads(re)
+        
+        if subdel==0:
+            if 'total_page' in re:
+                self.subStart_request(re['total_page'],response.url,response.meta['cb'],'page_no')
+                
+        mcs=__import__('mcollect.'+self.curSrc+'.Storage',fromlist=True)
+        ress=mcs.Storage()
+        cbks=getattr(ress,cb)
+        result=cbks(re)
+      
+>>>>>>> 701da4897c2e812ffc1dfb9d6c610731de87bca1
         yield result
 
     def subStart_request(self, total_page, url, cb, page_name='page'):