Last active
October 11, 2018 09:08
-
-
Save chriskempson/3c6545ea3e58f42b39443034c757a313 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
# jpsubbers-dl.sh - chriskempson.com | |
# Download all subtiles within a directory from http://jpsubbers.web44.net/Japanese-Subtitles/ | |
# | |
# Usage: | |
# ./jpsubbers-dl.sh http://jpsubbers.web44.net/Japanese-Subtitles/まんぷく/ | |
wget --restrict-file-names=nocontrol --no-directories -r -l 1 --accept="*.srt" -e robots=off $1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment