Introduction
Introduction Statistics Contact Development Disclaimer Help
fix filter on episode - sub - subscene.com subtitle search
git clone git://git.codemadness.org/sub
Log
Files
Refs
README
LICENSE
---
commit ffa19b17f6bf3a458cd6044a2671857b44688086
parent c6c55a3959b52efb220890462fcc419ec8fafd4e
Author: Hiltjo Posthuma <[email protected]>
Date: Sun, 19 Oct 2014 14:16:03 +0000
fix filter on episode
Diffstat:
M sub-search | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/sub-search b/sub-search
@@ -13,6 +13,6 @@ test x"$1" = x"" && usage
query="$1"
url="http://subscene.com/subtitles/release"
-ep=$(getep "${url}")
+ep=$(getep "${query}")
curl --get --data-urlencode "q=${query}" --data-urlencode "r=true" "${url}" | …
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.