Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bachig26 authored Dec 20, 2023
1 parent a4e28d4 commit 7b84560
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions repo/xvideos.com.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ export default class extends Extension {
const desc = await this.querySelector(res, "li.main-uploader > a > span.name").text;

const urlPatterns = [/https?:\/\/[^\s'"]+\.(?:m3u8)/];
//const urlPatterns = [/https:\/\/cdn77-vid.xvideos-cdn.com\/(.+?).m3u8/];

let episodeUrl = "";

Expand All @@ -78,7 +77,6 @@ export default class extends Extension {
title: title.trim(),
cover,
desc,
//desc: desc.trim(),
episodes: [
{
title: "Directory",
Expand Down

0 comments on commit 7b84560

Please sign in to comment.