Update Duanju.java

This commit is contained in:
qlql765 2023-12-04 10:40:48 +08:00 committed by GitHub
parent aa21eb87f9
commit 0b4f750913
1 changed files with 0 additions and 1 deletions

View File

@ -93,7 +93,6 @@ public class Duanju extends Spider {
for (Element a : sourceList) {
String episodeUrl = siteUrl + a.attr("href");
String episodeName = a.text();
episodeName = "" + episodeName + "";
vodItems.add(episodeName + "$" + episodeUrl);
}
String vod_play_from = "Qile";