lonron 当前离线
二级士官
@echo offfor /f "delims=" %%a in ('powershell "(irm 'https://189.ly93.cc/api.php?c=list&shareCode=VVFnmuRviQRj&accessCode=?&fileId=').count"') do ( for /f "eol=F delims=| tokens=1-2" %%b in ('powershell "(irm 'https://189.ly93.cc/api.php?c=list&limit=%%a&shareCode=VVFnmuRviQRj&accessCode=?&fileId=').data | %% {'{0}|{1}' -f $_.isfolder,$_.fileid}"') do ( echo %%c>>test.txt ))pauseCOPY
评分人数
jyswjjgdwtdtj 当前离线
中尉
TOP
czjt1234 当前在线
少校
var http=new ActiveXObject("msxml2.xmlhttp");http.Open("GET","https://189.ly93.cc/api.php?c=list&shareCode=3UBZ3ei6NJJz&accessCode=?",False)http.Send()var result=eval(http.ResponseText)COPY
WScript.Echo(result.data[0].fileId)COPY
set dom=createobject("htmlfile")set http=createobject("msxml2.xmlhttp")http.open "GET","https://189.ly93.cc/api.php?c=list&shareCode=3UBZ3ei6NJJz&accessCode=?",falsehttp.send()dom.parentwindow.execscript("var j="&http.responsetext)set json=dom.parentwindow.jCOPY
buyiyang 当前离线
@echo offif "%~1"=="" ( set "url=https://189.ly93.cc/api.php?c=list&limit=10&shareCode=3UBZ3ei6NJJz&accessCode=?") else ( set "url=%~1")setlocal enabledelayedexpansionfor /f "delims=" %%a in ('powershell "(irm '%url%').path | %% {'{0}' -f $_.fileName}"') do ( timeout /t 1 /nobreak for /f "eol=0 delims=| tokens=1-3" %%b in ('powershell "(irm '%url%').data | %% {'{0}|{1}|{2}|{3}' -f $_.fileSize,$_.fileId,$_.fileName,$_.isFolder}"') do ( if "%%e"=="true" ( set "url=%url%&fileId=%%c" call "%~0" "!url!" ) else ( curl ) timeout /t 1 /nobreak ))pauseCOPY
pd1 当前离线
五级士官
idwma 当前离线
#@&cls&powershell "type '%~0'|out-string|iex"&pause&exit$global:a='https://189.ly93.cc/api.php?c=list&shareCode=3UBZ3ei6NJJz&accessCode=?'$global:b='https://189.ly93.cc/3UBZ3ei6NJJz/{0}?accessCode=?'function test($id){ irm ($global:a+'&fileId='+$id)|%{ $path=($_.path|%{$_.fileName}) -join '\' md $path $_.data|%{ if($_.isFolder){test($_.fileId)}else{ curl --ssl-no-revoke -Lo ($path+'\'+$_.fileName) ($global:b -f $_.fileId) } } }}testCOPY
#@&cls&powershell "type '%~0'|out-string|iex"&pause&exit$global:a='https://189.ly93.cc/api.php?c=list&shareCode=VVFnmuRviQRj&accessCode=?'$global:b='https://189.ly93.cc/VVFnmuRviQRj/{0}?accessCode=?'function test($id){ irm ($global:a+'&fileId='+$id)|%{ $_.data|%{ if($_.isFolder){$_.fileId;test($_.fileId)} } }}test|sc test.txtCOPY