Skip to content

Instantly share code, notes, and snippets.

@chriskempson
Last active October 11, 2018 09:08
Show Gist options
  • Save chriskempson/3c6545ea3e58f42b39443034c757a313 to your computer and use it in GitHub Desktop.
Save chriskempson/3c6545ea3e58f42b39443034c757a313 to your computer and use it in GitHub Desktop.
#!/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