Skip to content

Commit

Permalink
Update lang
Browse files Browse the repository at this point in the history
  • Loading branch information
OshekharO authored Oct 10, 2023
1 parent bf8dad3 commit a6938ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions repo/flimypujab.com.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// ==MiruExtension==
// @name flimypujab
// @name FlimyPujab
// @version v0.0.1
// @author appdevelpo
// @lang en
// @lang hi
// @license MIT
// @icon https://111.90.151.26/wp-content/uploads/2020/06/cropped-Logo-2-60x60.png
// @package flimypujab.com
Expand Down Expand Up @@ -114,7 +114,7 @@ export default class extends Extension {
async watch(url) {
const res = await this.request(url)
const video_url = res.match(/<source src="(.+?.mp4)"/)[1];
console.log(video_url);
// console.log(video_url);


return {
Expand All @@ -127,4 +127,4 @@ export default class extends Extension {
};
}
}


0 comments on commit a6938ff

Please sign in to comment.