mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2026-08-12 21:28:53 +00:00
update colors (implementing redesign suggested by @darkon5)
This commit is contained in:
@@ -320,9 +320,6 @@ public class YoutubeExtractor implements Extractor {
|
||||
// view count
|
||||
videoInfo.view_count = doc.select("div[class=\"watch-view-count\"]").first().text();
|
||||
|
||||
// Extract view count from header
|
||||
videoInfo.view_count = matchGroup1("([\\d]*$)", videoInfo.view_count);
|
||||
|
||||
// next video
|
||||
videoInfo.nextVideo = extractVideoInfoItem(doc.select("div[class=\"watch-sidebar-section\"]").first()
|
||||
.select("li").first());
|
||||
|
||||
Reference in New Issue
Block a user