diff --git a/.github/workflows/magent.yaml b/.github/workflows/magent.yaml index a9608f3..2bd5835 100644 --- a/.github/workflows/magent.yaml +++ b/.github/workflows/magent.yaml @@ -20,7 +20,6 @@ jobs: uses: actions/checkout@v2 - name: download run: | - export url='magnet:?xt=urn:btih:04B0E8B4C42A3B7FBC222CB19681C18AE49C04D3&tr=http%3A%2F%2Fbt3.t-ru.org%2Fann%3Fmagnet&dn=Yamaha%20-%20Vocaloid%204.3.0%20x86%20%2B%20ALL%20Libraries%20%5B25.10.2016%5D' export actor=${{ github.actor }} export repo=${{ github.repository }} #git config --global --add safe.directory $PWD @@ -32,7 +31,10 @@ jobs: git config --global user.email 'download-action-bot@example.com' git remote set-url origin https://${actor}:${GITHUB_TOKEN}@github.com/${repo}.git git pull --rebase - aria2c ${url} --select-file=1771-1782,1003-1005,2341-2415 --on-download-complete=exit + for i in *.torrent + do + aria2c "$i" --on-download-complete=exit + done for item in `ls` do size=`ls -l ${item} | awk '{print $5}'` diff --git a/a.torrent b/a.torrent index 438154a..bf342e7 100644 Binary files a/a.torrent and b/a.torrent differ diff --git a/b.torrent b/b.torrent new file mode 100644 index 0000000..6ae9122 Binary files /dev/null and b/b.torrent differ diff --git a/c.torrent b/c.torrent new file mode 100644 index 0000000..9eb24fb Binary files /dev/null and b/c.torrent differ diff --git a/d.torrent b/d.torrent new file mode 100644 index 0000000..02bec02 Binary files /dev/null and b/d.torrent differ diff --git a/e.torrent b/e.torrent new file mode 100644 index 0000000..c2d5381 Binary files /dev/null and b/e.torrent differ diff --git a/f.torrent b/f.torrent new file mode 100644 index 0000000..9df5e8b Binary files /dev/null and b/f.torrent differ diff --git a/g.torrent b/g.torrent new file mode 100644 index 0000000..20db67c Binary files /dev/null and b/g.torrent differ