subscene url updated. - sub - subscene.com subtitle search
HTML git clone git://git.codemadness.org/sub
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit eca3be95a8429e72bea2b29251e31d708208e346
DIR parent 9af38214963e9ffc965301213bdcfe81c090339e
HTML Author: Naveen Narayanan zerous <zerous@nocebo.space>
Date: Fri, 4 May 2018 17:48:13 +0300
subscene url updated.
Diffstat:
M sub-dl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/sub-dl b/sub-dl
@@ -1,6 +1,6 @@
#!/bin/sh
-url=$(curl -L -H 'User-Agent:' "$1" | grep -oE '(/subtitle/download\?mac=[^"]*)')
+url=$(curl -L -H 'User-Agent:' "$1" | grep -oE '(/subtitles/english-text/[^"]*)')
if test x"$url" = x""; then
exit 1
else