Browse Source

Generate commands for Blogspot

master
JustAnotherArchivist 4 years ago
parent
commit
3ee3ffc340
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      archivebot-blogspot

+ 12
- 0
archivebot-blogspot View File

@@ -0,0 +1,12 @@
#!/bin/bash
scriptpath="$(cd "$(dirname "$0")"; pwd -P)"

if [[ "$1" =~ ^http ]]
then
url="$1"
else
url="https://${1}.blogspot.com/"
fi

echo "!a ${url}"
echo "!ig $("${scriptpath}/archivebot-jobid-calculation" "${url}") ^${url//./\\.}search\?(.*&)?reverse-paginate=true(&|$)"

Loading…
Cancel
Save