summaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
Diffstat (limited to '.local')
-rw-r--r--.local/share/libquvi-scripts/media/putlocker.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/share/libquvi-scripts/media/putlocker.lua b/.local/share/libquvi-scripts/media/putlocker.lua
index dd80df6..f550c71 100644
--- a/.local/share/libquvi-scripts/media/putlocker.lua
+++ b/.local/share/libquvi-scripts/media/putlocker.lua
@@ -19,7 +19,7 @@ function parse(qargs)
c = R.request(qargs.input_url, "POST", p)
qargs.id = qargs.input_url:match("file/([A-Z0-9]+)")
- qargs.title = c:match('<div class="site-content">[^<]+<h1>(.-)<strong>')
+ qargs.title = c:match('var name = "(.-)"')
qargs.streams = Putlocker.iter_streams(c, qargs)
return qargs