Browse Source

[YoutubeBridge] Removed duration in titles on search mode

Eugene Molotov 6 years ago
parent
commit
644d13686c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bridges/YoutubeBridge.php

+ 1 - 1
bridges/YoutubeBridge.php

@@ -207,7 +207,7 @@ class YoutubeBridge extends BridgeAbstract {
 			$html = $this->ytGetSimpleHTMLDOM($url_listing)
 				or returnServerError("Could not request YouTube. Tried:\n - $url_listing");
 
-			$this->ytBridgeParseHtmlListing($html, 'div.yt-lockup', 'h3');
+			$this->ytBridgeParseHtmlListing($html, 'div.yt-lockup', 'h3 > a');
 			$this->feedName = 'Search: ' . str_replace(' - YouTube', '', $html->find('title', 0)->plaintext); // feedName will be used by getName()
 		} else { /* no valid mode */
 			returnClientError("You must either specify either:\n - YouTube