gpt4 book ai didi

windows - 批处理,如何过滤此 HTML 文本以设置一些变量

转载 作者:可可西里 更新时间:2023-11-01 14:45:32 26 4
gpt4 key购买 nike

我有一个大问题

我使用 wget 向网络发送请愿书,然后我收到一个 html我需要过滤这个 html 示例:

more code up...

<div id="song_html" class="show1">
<div class="left">
<!-- info mp3 here -->
256 kbps<br />3:21<br />6.13 mb </div>
<div id="right_song">
<div style="font-size:15px;"><b>Marilyn Manson - Tainted Love ( Manson Remix) mp3</b></div>
<div style="clear:both;"></div>
<div style="float:left;">
<div style="float:left; height:27px; font-size:13px; padding-top:2px;">
<div style="float:left;"><a href="http://rockass.free.fr/video/Marilyn Manson - Taited Love.mp3" rel="nofollow" target="_blank" style="color:green;">Download</a></div>
<div style="margin-left:8px; float:left; width:27px; text-align:center;"><a href="javascript:void(0)" onclick="showPlayer_new(37119, '91da6888c92ccb4198dbc78cb30f311635751694', 'marilyn+manson', 'tainted+love')" rel="nofollow" id="lk37119" class="play_now">Play</a></div>
<div style="margin-left:8px; float:left;"><a href="javascript:void(0)" onclick="showEmbed_new(37119, '91da6888c92ccb4198dbc78cb30f311635751694')" rel="nofollow" id="em37119" class="embed">Embed</a></div>
<div style="margin-left:8px; float:left;"><a href="http://www.ringtonematcher.com/go/?sid=WDLL&artist=marilyn+manson&song=tainted+love" rel="nofollow" target="_blank" style="color:red;" title="Send Marilyn Manson - Tainted Love Ringtone to your Cell">Descarga Tono</a></div>
<div style="clear:both;"></div>
</div>
<div id="player37119" style="float:left; margin-left:10px;" class="player"></div>
</div>
<div style="clear:both;"></div>
</div>
<div style="clear:both;"></div>
</div>

<div id="song_html" class="show2">
<div class="left">
<!-- info mp3 here -->
</div>
<div id="right_song">
<div style="font-size:15px;"><b>Spaz Marilyn Manson Metric - grow up and blow the great big dj://spaz, marilyn manson mp3</b></div>
<div style="clear:both;"></div>
<div style="float:left;">
<div style="float:left; height:27px; font-size:13px; padding-top:2px;">
<div style="float:left;"><a href="http://spaz.mindstab.net/djspaz_-_grow_up_and_blow_the_great_big_white_nietzche.mp3" rel="nofollow" target="_blank" style="color:green;">Download</a></div>
<div style="margin-left:8px; float:left; width:27px; text-align:center;"><a href="javascript:void(0)" onclick="showPlayer_new(668416, 'ac5b8834fa26b892fc1436db4678aca9d8acfdb1', 'spaz+marilyn+manson+metric', 'grow+up+and+blow+the+great+big+dj%3a%2f%2fspaz%2c+marilyn+manson')" rel="nofollow" id="lk668416" class="play_now">Play</a></div>
<div style="margin-left:8px; float:left;"><a href="javascript:void(0)" onclick="showEmbed_new(668416, 'ac5b8834fa26b892fc1436db4678aca9d8acfdb1')" rel="nofollow" id="em668416" class="embed">Embed</a></div>
<div style="margin-left:8px; float:left;"><a href="http://www.ringtonematcher.com/go/?sid=WDLL&artist=spaz+marilyn+manson+metric&song=grow+up+and+blow+the+great+big+dj%3a%2f%2fspaz%2c+marilyn+manson" rel="nofollow" target="_blank" style="color:red;" title="Send Spaz Marilyn Manson Metric - Grow Up And Blow The Great Big Dj://spaz, Marilyn Manson Ringtone to your Cell">Descarga Tono</a></div>
<div style="clear:both;"></div>
</div>
<div id="player668416" style="float:left; margin-left:10px;" class="player"></div>
</div>
<div style="clear:both;"></div>
</div>
<div style="clear:both;"></div>
</div>

<div id="morelink" style="margin:10px; text-align:center;"><a href="" rel="nofollow" onClick="toggle(); return false;">Show More Results</a></div>


<div id="song_html" class="show3">
<div class="left">
<!-- info mp3 here -->
3:10<br /> </div>
<div id="right_song">
<div style="font-size:15px;"><b>Marilyn Manson - MARILYN MANSON - Rock is Dead mp3</b></div>
<div style="clear:both;"></div>
<div style="float:left;">
<div style="float:left; height:27px; font-size:13px; padding-top:2px;">
<div style="float:left;"><a href="http://www.bricbrac.free.fr/Music/01___MARILYN_MANSON___ROCK_.MP3" rel="nofollow" target="_blank" style="color:green;">Download</a></div>
<div style="margin-left:8px; float:left; width:27px; text-align:center;"><a href="javascript:void(0)" onclick="showPlayer_new(670124, '14a52b596082676bed6a9d860c383488a486e1dc', 'marilyn+manson', '-+rock+is+dead')" rel="nofollow" id="lk670124" class="play_now">Play</a></div>
<div style="margin-left:8px; float:left;"><a href="javascript:void(0)" onclick="showEmbed_new(670124, '14a52b596082676bed6a9d860c383488a486e1dc')" rel="nofollow" id="em670124" class="embed">Embed</a></div>
<div style="margin-left:8px; float:left;"><a href="http://www.ringtonematcher.com/go/?sid=WDLL&artist=marilyn+manson&song=-+rock+is+dead" rel="nofollow" target="_blank" style="color:red;" title="Send Marilyn Manson - - Rock Is Dead Ringtone to your Cell">Descarga Tono</a></div>
<div style="clear:both;"></div>
</div>
<div id="player670124" style="float:left; margin-left:10px;" class="player"></div>
</div>
<div style="clear:both;"></div>
</div>
<div style="clear:both;"></div>
</div>

</div>
</div>
<!-- ================= -->

more code down...

...要设置一些变量,如“名称”、“比特率”、“大小”和“下载”,要批量打印所有这些信息,如下所示:

1st result:
[Name] Marilyn Manson - Tainted Love ( Manson Remix) mp3
[Info] Bitrate: 256 kbps. Length: 3:21. Size: 6.13 mb.
[Download] http://rockass.free.fr/video/Marilyn Manson - Taited Love.mp3

2nd result:
[Name] Spaz Marilyn Manson Metric - grow up and blow the great big dj://spaz, marilyn manson mp3
[Info] NO INFO.
[Download] http://spaz.mindstab.net/djspaz_-_grow_up_and_blow_the_great_big_white_nietzche.mp3

3rd result:
[Name] Marilyn Manson - MARILYN MANSON - Rock is Dead mp3
[Info] Lenght: 3:10.
[Download] http://www.bricbrac.free.fr/Music/01___MARILYN_MANSON___ROCK_.MP3

我试过“Findstr”、“Find”、“SED”、“GREP”、“FART”,但我找不到正确的方法(一行和字符定界符)...

我唯一能看到的是这一行:

<!-- ================= -->  

我可以像使用 END 定界符一样使用它,因为该行标记 mp3 的结尾以下载和打印其信息...

有人可以帮助我吗?

谢谢

最佳答案

下面的批处理文件使用了这样一个事实,即您想要的数据位于“info mp3 here”行下方的固定行数处。此外,数据是根据其在行中的位置提取的。如果有些数据不符合这个规则,程序就需要修改。

@echo off
setlocal EnableDelayedExpansion
findstr /N /C:"info mp3 here" %1 > "%~N1.tmp"
set lastLine=-1
(for /F "usebackq delims=:" %%a in ("%~N1.tmp") do (
set /A skip=%%a-lastLine
for /L %%i in (1,1,!skip!) do set /P info=
set /P =& set /P name=
for /L %%i in (1,1,4) do set /P download=
set "name=!name:*<b>=!
for /F "delims=<" %%n in ("!name!") do echo [Name] %%n
set "info=!info:<br />= !"
set "info=!info:</div>=!"
set bitrate=
set lenght=
set size=
set value=
for %%t in (!info!) do (
if not defined value (
set value=%%t
) else (
if %%t equ kbps (
set "bitrate=Bitrate: !value! kbps. "
set value=
) else if %%t equ mb (
set "size=Size: !value! mb."
set value=
) else (
set "lenght=Lenght: !value!. "
set value=%%t
)
)
)
if defined value (
set "lenght=Lenght: !value!. "
)
set info=!bitrate!!lenght!!size!
if not defined info set info=NO INFO.
echo [Info] !info!
set "download=!download:"=$!"
for /F "tokens=4 delims=$" %%d in ("!download!") do echo [Download] %%d
set /A lastline=%%a+6
)) < %1
del "%~N1.tmp"

输出:

[Name]      Marilyn Manson - Tainted Love ( Manson Remix) mp3
[Info] Bitrate: 256 kbps. Lenght: 3:21. Size: 6.13 mb.
[Download] http://rockass.free.fr/video/Marilyn Manson - Taited Love.mp3

[Name] Spaz Marilyn Manson Metric - grow up and blow the great big dj://spaz, marilyn manson mp3
[Info] NO INFO.
[Download] http://spaz.mindstab.net/djspaz_-_grow_up_and_blow_the_great_big_white_nietzche.mp3

[Name] Marilyn Manson - MARILYN MANSON - Rock is Dead mp3
[Info] Lenght: 3:10.
[Download] http://www.bricbrac.free.fr/Music/01___MARILYN_MANSON___ROCK_.MP3

关于windows - 批处理,如何过滤此 HTML 文本以设置一些变量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10261030/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com