Merge pull request #46 from coffeemakr/bugfix-uploader-url

Fix uploader url for related streams
pull/47/head
Christian Schabesberger 2017-11-26 20:33:34 +01:00 zatwierdzone przez GitHub
commit 5272468898
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -782,6 +782,11 @@ public class YoutubeStreamExtractor extends StreamExtractor {
.select("span").first().text();
}
@Override
public String getUploaderUrl() throws ParsingException {
return ""; // The uploader is not linked
}
@Override
public String getUploadDate() throws ParsingException {
return "";