<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic 回复： How can the download of this be completed? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-can-the-download-of-this-be-completed/m-p/889103#M105119</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;request = New HTTP Request(
	URL( "https://cn.govopendata.com/xinwenlianbo/20250422/" ),
	Method( "GET" )
);
html = request &amp;lt;&amp;lt; download("$TEMP/govopendata.html");
Web(html);
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This will download and open the the webpage&lt;/P&gt;</description>
    <pubDate>Thu, 24 Jul 2025 01:15:10 GMT</pubDate>
    <dc:creator>bryan_boone</dc:creator>
    <dc:date>2025-07-24T01:15:10Z</dc:date>
    <item>
      <title>How can the download of this be completed?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-the-download-of-this-be-completed/m-p/888502#M105075</link>
      <description>&lt;P&gt;&lt;SPAN&gt;The original data captured in the F12 browser&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;curl ^"https://cn.govopendata.com/xinwenlianbo/20250422/^" ^
  -H ^"accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7^" ^
  -H ^"accept-language: zh-CN,zh;q=0.9^" ^
  -H ^"cache-control: max-age=0^" ^
  -b ^"csrftoken=pNwjIMIrOOrnBe4GHTApOViIeNRBWwtI; _ga=GA1.1.239242113.1753140858; FCNEC=^%^5B^%^5B^%^22AKsRol_7sr_jz8BXh0YeUEUR5mSy1qL4wfsfs9XfmUOOzlIdLMJvsfgol4pcXisr7VbaTJZwRTrVSw8GGMEaAamWDh9LSXIxXj9O5k3V0EkilBGqe15w6DSZ4BceMdE4r1jUJZWTKbEm3STkdLujOfq755fcOqJP5A^%^3D^%^3D^%^22^%^5D^%^5D; _clck=1wdxmr4^%^7C2^%^7Cfxt^%^7C0^%^7C2029; _ga_7NESVRSV0K=GS2.1.s1753185097^$o3^$g1^$t1753186048^$j60^$l0^$h0; _clsk=nb3rgu^%^7C1753186048890^%^7C5^%^7C1^%^7Cv.clarity.ms^%^2Fcollect; __gads=ID=335a8fb772d726f1:T=1753140847:RT=1753186047:S=ALNI_MYKyblOPT3WE9PIgjHdPtYlQdN2wQ; __gpi=UID=0000116b9b56a5c8:T=1753140847:RT=1753186047:S=ALNI_Mb_sdW8WlGVmWp2SQ0U3v9G7fppFg; __eoi=ID=f8abc10bf0356803:T=1753140847:RT=1753186047:S=AA-Afjazt5ToEHQpkDn9PtsRpGnn^" ^
  -H ^"priority: u=0, i^" ^
  -H ^"referer: https://cn.govopendata.com/xinwenlianbo/?page=13^" ^
  -H ^"sec-ch-ua: ^\^"Not)A;Brand^\^";v=^\^"8^\^", ^\^"Chromium^\^";v=^\^"138^\^", ^\^"Google Chrome^\^";v=^\^"138^\^"^" ^
  -H ^"sec-ch-ua-mobile: ?0^" ^
  -H ^"sec-ch-ua-platform: ^\^"Windows^\^"^" ^
  -H ^"sec-fetch-dest: document^" ^
  -H ^"sec-fetch-mode: navigate^" ^
  -H ^"sec-fetch-site: same-origin^" ^
  -H ^"sec-fetch-user: ?1^" ^
  -H ^"upgrade-insecure-requests: 1^" ^
  -H ^"user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36^"&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;python code modified by AI:&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;import requests
from pathlib import Path

url = "https://cn.govopendata.com/xinwenlianbo/20250721/"

headers = {
    "sec-ch-ua": '"Not A;Brand";v="8", "Chromium";v="138", "Google Chrome";v="138"',
    "accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7",
    "accept-language": "zh-CN,zh;q=0.9",
    "cache-control": "max-age=0",
    "referer": "https://cn.govopendata.com/xinwenlianbo/20250721/",
    "sec-ch-ua-mobile": "?0",
    "sec-ch-ua-platform": '"Windows"',
    "sec-fetch-dest": "document",
    "sec-fetch-mode": "navigate",
    "sec-fetch-site": "same-origin",
    "sec-fetch-user": "?1",
    "upgrade-insecure-requests": "1",
    "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36"
}
cookies = {
    "csrftoken": "pNwjIMIrOOrnBe4GHTApOViIeNRBWwtI",
    "__gads": "ID=335a8fb772d726f1:T=1753140847:RT=1753140847:S=ALNI_MYKyblOPT3WE9PIgjHdPtYlQdN2wQ",
    "__gpi": "UID=0000116b9b56a5c8:T=1753140847:RT=1753140847:S=ALNI_Mb_sdW8WlGVmWp2SQ0U3v9G7fppFg",
    "__eoi": "ID=f8abc10bf0356803:T=1753140847:RT=1753140847:S=AA-Afjazt5ToEHQpkDn9PtsRpGnn",
    "_ga": "GA1.1.239242113.1753140858",
    "FCNEC": '[[\"AKsRol_lyJVKvuPII10tMMWp3m_gh6UZiJ9Iej1Qg7VnR8bSTCnrLKTYNiQpPvEtsQkWDDlJCXxFJLurwTgZhoOiDfPe8XWxbQiQxlkfi3r7qGSPUlSTQyiBCTOpkIxy1RVLbQtVFHCYXz9FGzaWXlOp1l-wGib7Gg==\"]]',
    "_ga_7NESVRSV0K": "GS2.1.s1753140857$o1$g1$t1753140966$j39$l0$h0"
}

with requests.Session() as s:
    resp = s.get(url, headers=headers, cookies=cookies, timeout=10)
    resp.raise_for_status()         
    resp.encoding = resp.apparent_encoding  
    Path("xinwenlianbo_20250721.html").write_text(resp.text, encoding="utf-8")&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 22 Jul 2025 13:22:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-the-download-of-this-be-completed/m-p/888502#M105075</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2025-07-22T13:22:00Z</dc:date>
    </item>
    <item>
      <title>回复： How can the download of this be completed?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-the-download-of-this-be-completed/m-p/888510#M105076</link>
      <description>&lt;P&gt;jsl not work&lt;BR /&gt;Thanks Experts!&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;u = "https://cn.govopendata.com/xinwenlianbo/20250721/";
cookie_str = "csrftoken=pNwjIMIrOOrnBe4GHTApOViIeNRBWwtI; __gads=ID=335a8fb772d726f1:T=1753140847:RT=1753140847:S=ALNI_MYKyblOPT3WE9PIgjHdPtYlQdN2wQ; __gpi=UID=0000116b9b56a5c8:T=1753140847:RT=1753140847:S=ALNI_Mb_sdW8WlGVmWp2SQ0U3v9G7fppFg; __eoi=ID=f8abc10bf0356803:T=1753140847:RT=1753140847:S=AA-Afjazt5ToEHQpkDn9PtsRpGnn; _ga=GA1.1.239242113.1753140858; FCNEC=[[\!"AKsRol_lyJVKvuPII10tMMWp3m_gh6UZiJ9Iej1Qg7VnR8bSTCnrLKTYNiQpPvEtsQkWDDlJCXxFJLurwTgZhoOiDfPe8XWxbQiQxlkfi3r7qGSPUlSTQyiBCTOpkIxy1RVLbQtVFHCYXz9FGzaWXlOp1l-wGib7Gg==\!" ]]; _ga_7NESVRSV0K=GS2.1.s1753140857$o1$g1$t1753140966$j39$l0$h0";
headers = {
    "Cookie: " || cookie_str,
    "sec-ch-ua: \!"Not A;Brand\!" ;v=\!"8\!" , \!"Chromium\!" ;v=\!"138\!" , \!"Google Chrome\!" ;v=\!"138\!"",
    "accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7",
    "accept-language: zh-CN,zh;q=0.9",
    "cache-control: max-age=0",
    "referer: https://cn.govopendata.com/xinwenlianbo/20250721/",
    "sec-ch-ua-mobile: ?0",
    "sec-ch-ua-platform: \!"Windows\!"",
    "sec-fetch-dest: document",
    "sec-fetch-mode: navigate",
    "sec-fetch-site: same-origin",
    "sec-fetch-user: ?1",
    "upgrade-insecure-requests: 1",
    "user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36"
};
try(
    rs = New HTTP Request(URL(u), Method("GET"), Headers(headers));
    rr = rs &amp;lt;&amp;lt; Send();
    status = rr &amp;lt;&amp;lt; GetStatusCode();
    If(status == 200,
        body = rr &amp;lt;&amp;lt; GetBody();
        txt = Blob To Char(body, "UTF-8");
        Write File("xinwenlianbo_20250721.html", txt);
    ,
        Show("Error: Status Code = " || Char(status));
    );
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 22 Jul 2025 13:22:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-the-download-of-this-be-completed/m-p/888510#M105076</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2025-07-22T13:22:52Z</dc:date>
    </item>
    <item>
      <title>回复： How can the download of this be completed?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-the-download-of-this-be-completed/m-p/888541#M105080</link>
      <description>&lt;P&gt;What does JMP expect for the argument to the Headers(...)? I think it should be an associative array, not a list.&lt;/P&gt;
&lt;P&gt;JSL and Python have nearly opposite use of [] and {} ; I'm sure the ai will always be confused.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2025 16:50:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-the-download-of-this-be-completed/m-p/888541#M105080</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2025-07-22T16:50:12Z</dc:date>
    </item>
    <item>
      <title>回复： How can the download of this be completed?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-the-download-of-this-be-completed/m-p/888634#M105089</link>
      <description>&lt;P class="_tgt transPara grammarSection"&gt;&lt;SPAN class="transSent" data-group="0-0"&gt;Thanks Experts!&lt;BR /&gt;I didn't succeed when I used the JSL I was accustomed to writing.&lt;/SPAN&gt;&lt;SPAN class="transSent" data-group="0-1"&gt;I think it's a problem with the processing of cookies.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="_tgt transPara grammarSection"&gt;&lt;SPAN class="transSent" data-group="1-0"&gt;But I don't know how to deal with it.&lt;/SPAN&gt;&lt;SPAN class="transSent" data-group="1-1"&gt;Could an expert please offer guidance?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="_tgt transPara grammarSection"&gt;&lt;SPAN class="transSent" data-group="1-1"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;h=[=&amp;gt;]; u="https://cn.govopendata.com/xinwenlianbo/20250422/";
  h["accept"]="text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7";
  h["accept-language"]="zh-CN,zh;q=0.9";
  h["cache-control"]="max-age=0";
  h["cookies"]="csrftoken=pNwjIMIrOOrnBe4GHTApOViIeNRBWwtI; _ga=GA1.1.239242113.1753140858; FCNEC=%5B%5B%22AKsRol_7sr_jz8BXh0YeUEUR5mSy1qL4wfsfs9XfmUOOzlIdLMJvsfgol4pcXisr7VbaTJZwRTrVSw8GGMEaAamWDh9LSXIxXj9O5k3V0EkilBGqe15w6DSZ4BceMdE4r1jUJZWTKbEm3STkdLujOfq755fcOqJP5A%3D%3D%22%5D%5D; _clck=1wdxmr4%7C2%7Cfxt%7C0%7C2029; _ga_7NESVRSV0K=GS2.1.s1753185097$o3$g1$t1753186048$j60$l0$h0; _clsk=nb3rgu%7C1753186048890%7C5%7C1%7Cv.clarity.ms%2Fcollect; __gads=ID=335a8fb772d726f1:T=1753140847:RT=1753186047:S=ALNI_MYKyblOPT3WE9PIgjHdPtYlQdN2wQ; __gpi=UID=0000116b9b56a5c8:T=1753140847:RT=1753186047:S=ALNI_Mb_sdW8WlGVmWp2SQ0U3v9G7fppFg; __eoi=ID=f8abc10bf0356803:T=1753140847:RT=1753186047:S=AA-Afjazt5ToEHQpkDn9PtsRpGnn";
  h["priority"]="u=0, i";
  h["referer"]="https://cn.govopendata.com/xinwenlianbo/?page=13";
  h["sec-ch-ua"]="\!"Not)A;Brand\!";v=\!"8\!", \!"Chromium\!";v=\!"138\!", \!"Google Chrome\!";v=\!"138\!"";
  h["sec-ch-ua-mobile"]="?0";
  h["sec-ch-ua-platform"]="\!"Windows\!"";
  h["sec-fetch-dest"]="document";
  h["sec-fetch-mode"]="navigate";
  h["sec-fetch-site"]="same-origin";
  h["sec-fetch-user"]="?1";
  h["upgrade-insecure-requests"]="1";
  h["user-agent"]="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36";
try(rs=New HTTP Request(URL(u),Method("GET"),Headers(h)));try(rr=rs&amp;lt;&amp;lt;Send);  a=length(rr);txt=(Blob To Char(rr));&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P class="_tgt transPara grammarSection"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2025 23:56:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-the-download-of-this-be-completed/m-p/888634#M105089</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2025-07-22T23:56:51Z</dc:date>
    </item>
    <item>
      <title>回复： How can the download of this be completed?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-the-download-of-this-be-completed/m-p/888638#M105091</link>
      <description>hard to say for certain, but you don't want to hard code the token. &lt;BR /&gt;Generally, when you're logged into a website that's using that csrf token, you get a fresh one with each web page that contains a form that you might fill out. Depending on the website technology, the token might be part of the headers on the request, or it might be embedded in the form data that sent as a post. You appear to be doing a get rather than a post, so putting it in the headers makes sense. If you haven't updated it, you're probably using one. That's a day or so old and well expired.</description>
      <pubDate>Wed, 23 Jul 2025 03:04:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-the-download-of-this-be-completed/m-p/888638#M105091</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2025-07-23T03:04:20Z</dc:date>
    </item>
    <item>
      <title>回复： How can the download of this be completed?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-the-download-of-this-be-completed/m-p/888641#M105092</link>
      <description>&lt;P class="_tgt transPara grammarSection"&gt;&lt;SPAN class="transSent" data-group="0-0"&gt;Thank Craige!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="_tgt transPara grammarSection"&gt;&lt;SPAN class="transSent" data-group="1-0"&gt;Then I'll still handle it by calling the python code with JSL&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="_tgt transPara grammarSection"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="_tgt transPara grammarSection"&gt;&lt;SPAN class="transSent" data-group="2-0"&gt;The ChromiumPage library in python can automatically obtain complete packet capture data and smoothly download web page content.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2025 03:43:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-the-download-of-this-be-completed/m-p/888641#M105092</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2025-07-23T03:43:35Z</dc:date>
    </item>
    <item>
      <title>回复： How can the download of this be completed?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-the-download-of-this-be-completed/m-p/889101#M105117</link>
      <description>&lt;P&gt;Headers can be either.&lt;/P&gt;
&lt;P&gt;If it's an associative array, it does the&lt;/P&gt;
&lt;P&gt;key: value&lt;/P&gt;
&lt;P&gt;for you.&lt;/P&gt;
&lt;P&gt;But since the keys don't have to be unique in a header argument, you can also use a list with the&lt;/P&gt;
&lt;P&gt;key: value&lt;/P&gt;
&lt;P&gt;as an item in the list.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 01:05:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-the-download-of-this-be-completed/m-p/889101#M105117</guid>
      <dc:creator>bryan_boone</dc:creator>
      <dc:date>2025-07-24T01:05:48Z</dc:date>
    </item>
    <item>
      <title>回复： How can the download of this be completed?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-the-download-of-this-be-completed/m-p/889102#M105118</link>
      <description>&lt;P&gt;You generally don't use client side cookies either. Cookies are supplied by the server.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 01:08:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-the-download-of-this-be-completed/m-p/889102#M105118</guid>
      <dc:creator>bryan_boone</dc:creator>
      <dc:date>2025-07-24T01:08:04Z</dc:date>
    </item>
    <item>
      <title>回复： How can the download of this be completed?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-the-download-of-this-be-completed/m-p/889103#M105119</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;request = New HTTP Request(
	URL( "https://cn.govopendata.com/xinwenlianbo/20250422/" ),
	Method( "GET" )
);
html = request &amp;lt;&amp;lt; download("$TEMP/govopendata.html");
Web(html);
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This will download and open the the webpage&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 01:15:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-the-download-of-this-be-completed/m-p/889103#M105119</guid>
      <dc:creator>bryan_boone</dc:creator>
      <dc:date>2025-07-24T01:15:10Z</dc:date>
    </item>
    <item>
      <title>回复： How can the download of this be completed?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-the-download-of-this-be-completed/m-p/889104#M105120</link>
      <description>&lt;P&gt;Thanks Experts!&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;GET https://cn.govopendata.com/xinwenlianbo/20250422/
schannel: next InitializeSecurityContext failed: CRYPT_E_REVOCATION_OFFLINE (0x80092013)&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 24 Jul 2025 02:14:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-the-download-of-this-be-completed/m-p/889104#M105120</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2025-07-24T02:14:10Z</dc:date>
    </item>
    <item>
      <title>回复： How can the download of this be completed?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-the-download-of-this-be-completed/m-p/889105#M105121</link>
      <description>&lt;P&gt;&lt;SPAN&gt;But this website address can be opened in a browser&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 02:17:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-the-download-of-this-be-completed/m-p/889105#M105121</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2025-07-24T02:17:57Z</dc:date>
    </item>
    <item>
      <title>回复： How can the download of this be completed?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-the-download-of-this-be-completed/m-p/889263#M105133</link>
      <description>&lt;P&gt;Looks like you have cert issues, Certs are supposed to be handled by a server, and not client, tho some companies _do_ install local certificates.&lt;/P&gt;
&lt;P&gt;For that error, you can do:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;request = New HTTP Request(
	URL( "https://cn.govopendata.com/xinwenlianbo/20250422/" ),
	Method( "GET" ),
       Verify SSL( "false" )
);
html = request &amp;lt;&amp;lt; download("$TEMP/govopendata.html");
Web(html);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This is the equivalent of curl's&amp;nbsp;&lt;SPAN&gt;--ssl-no-revoke option&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 18:28:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-the-download-of-this-be-completed/m-p/889263#M105133</guid>
      <dc:creator>bryan_boone</dc:creator>
      <dc:date>2025-07-24T18:28:42Z</dc:date>
    </item>
  </channel>
</rss>

