<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>迅雷解析 on 春江暮客</title>
    <link>https://www.bobobk.com/en/tags/%E8%BF%85%E9%9B%B7%E8%A7%A3%E6%9E%90/</link>
    <description>Recent content in 迅雷解析 on 春江暮客</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Wed, 07 May 2025 11:47:12 +0000</lastBuildDate>
    <atom:link href="https://www.bobobk.com/en/tags/%E8%BF%85%E9%9B%B7%E8%A7%A3%E6%9E%90/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>迅雷链接解析</title>
      <link>https://www.bobobk.com/en/thunde_parse/</link>
      <pubDate>Tue, 14 Dec 2021 09:30:38 +0000</pubDate>
      <guid>https://www.bobobk.com/en/thunde_parse/</guid>
      <description>&lt;p&gt;此工具是用于解析迅雷链接真实地址及编码。&#xA;已更新为javascript版本，无需后端支持。&lt;/p&gt;&#xA;&lt;h2 id=&#34;使用方法&#34;&gt;使用方法&lt;/h2&gt;&#xA;&lt;p&gt;1.解码迅雷：填写迅雷链接地址。完整的包含thunder://的地址&lt;/p&gt;&#xA;&lt;p&gt;&#xA;&lt;input type=&#34;text&#34; id=&#34;de_thunder&#34; name=&#34;thunder_address&#34; oninput=&#34;decodethun()&#34; placeholder=&#34;thunder://QUFodHRwczovL3d3dy5ib2JvYmsuY29tL2Zhdmljb24uaWNvWlo=&#34;/&gt;&#xA;&lt;p&gt;解码后的地址为：&#xA;&lt;label id=&#34;decoded&#34;&gt;&lt;a href=&#34;https://www.bobobk.com/favicon.ico&#34;&gt;https://www.bobobk.com/favicon.ico&lt;/a&gt;&lt;/label&gt;&lt;/p&gt;&#xA;&lt;script&gt;&#xA;function decodethun(){&#xA;var rawcode = document.querySelector(&#34;#de_thunder&#34;).value.substring(10);&#xA;var decodedadd = window.atob(rawcode);&#xA;var decodedadd = decodedadd.substring(2,decodedadd.length-2);&#xA;document.querySelector(&#39;#decoded&#39;).innerHTML = decodedadd;&#xA;}&#xA;&lt;/script&gt;&#xA;&lt;/p&gt;&#xA;2.编码迅雷：填写链接地址。编码后获得thunder://的地址&#xA;&lt;p&gt;&#xA;&lt;input type=&#34;text&#34; id=&#34;en_thunder&#34; name=&#34;raw_address&#34; oninput=&#34;encodethun()&#34;  placeholder=&#34;https://www.bobobk.com/favicon.ico&#34;/&gt;&#xA;&lt;p&gt;编码后的地址为：&#xA;&lt;label id=&#34;encoded&#34;&gt;thunder://QUFodHRwczovL3d3dy5ib2JvYmsuY29tL2Zhdmljb24uaWNvWlo=&lt;/label&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
