update
This commit is contained in:
@@ -22,7 +22,7 @@ async function searchResults(keyword) {
|
||||
if (linkMatch) {
|
||||
results.push({
|
||||
href: linkMatch[1].trim(),
|
||||
title: decodeHtml(linkMatch[2].trim()),
|
||||
title: decodeHtml(linkMatch[2].trim()).replace(/^Watch\s+/i, ""),
|
||||
image: image
|
||||
});
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"name": "50/50",
|
||||
"icon": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ3122kQwublLkZ6rf1fEpUP79BxZOFmH9BSA&s"
|
||||
},
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"language": "Tamil",
|
||||
"streamType": "HLS",
|
||||
"quality": "1080p",
|
||||
|
||||
Reference in New Issue
Block a user