Update Duanju.java

This commit is contained in:
qlql765 2023-12-04 10:40:48 +08:00 committed by GitHub
parent 4b86b2986a
commit ef9cc1fef4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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";