gpt4 book ai didi

windows - 如何通过特殊的 :export using curl/wget on Windows 导出名称中带有斜线的维基百科文章

转载 作者:可可西里 更新时间:2023-11-01 10:36:19 35 4
gpt4 key购买 nike

我尝试通过 special:export 下载文件列表。这工作正常,只要名称中没有斜杠或异国情调的字符。

   Österreichischer_Fußball-Cup_2013/14 --> Slash after 2013 tried to replace slash with %2F did not work
İlhan_ Cihaner --> not in Latin


@echo off
setlocal enabledelayedexpansion
for /f %%l in (wikipedia.test) do (
curl -O http://de.wikipedia.org/wiki/Spezial:Exportieren/"%%l"
)

我已经尝试通过 Sed 进行 urlencode(仅文章名称) ,但这没有用。也试过了

   @echo off
setlocal enabledelayedexpansion
for /f %%l in (wikipedia.test) do (
curl --data-urlencode "&pages=%%l&offset=1&action=submit" http://de.wikipedia.org/w/index.php?title=Special:Export -o %%l.xml
)

在curl的手册中我没有找到提示...

最佳答案

关于windows - 如何通过特殊的 :export using curl/wget on Windows 导出名称中带有斜线的维基百科文章,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24709545/

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