Skip to content

Commit

Permalink
yunPlayer.uc.js 迅雷云播磁力链接
Browse files Browse the repository at this point in the history
  • Loading branch information
ywzhaiqi committed Oct 20, 2013
1 parent e151050 commit db8b1bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ExternalVideoPlayer/yunPlayer.uc.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@
gContextMenu.target.style.color = LINK_CLICKED_COLOR;
}

// 迅雷云播磁力链接不支持
// 迅雷云播磁力链接
if (apiName == "迅雷云播" && url.startsWith("magnet:")) {
this.copy(url);
url = encodeURIComponent(url);
}

url = API_URLS[apiName] + url;
Expand Down

0 comments on commit db8b1bb

Please sign in to comment.