diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-07-01 19:10:47 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-07-01 19:10:47 -0400 |
commit | bc0107813be28ab9532f136047d23bbaa158ee8b (patch) | |
tree | a58775772295b25d4955124be85159926cf3c88a /bin/poolify | |
parent | 55f9bd8d5226eb49f5899c5ddca89c655ef96e9b (diff) |
fixo
Diffstat (limited to 'bin/poolify')
-rwxr-xr-x | bin/poolify | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/poolify b/bin/poolify index 34e0b42..af8bf40 100755 --- a/bin/poolify +++ b/bin/poolify @@ -46,8 +46,7 @@ main() { false fi - waurl="http://web.archive.org/web/$time/$url" - file="dat/content-file/$(url2murl "${waurl#http://}")" + file="dat/content-file/$time/$(url2murl $url)" declare -i i=0 while true; do |