mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2025-04-27 23:40:36 +05:30
merge fix
This commit is contained in:
parent
05ef80c2eb
commit
f58c914e73
@ -122,7 +122,7 @@ public abstract class StreamingService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public CommentsExtractor getCommentsExtractor(ListLinkHandler urlIdHandler) throws ExtractionException {
|
public CommentsExtractor getCommentsExtractor(ListLinkHandler urlIdHandler) throws ExtractionException {
|
||||||
return getCommentsExtractor(urlIdHandler, NewPipe.getLocalization());
|
return getCommentsExtractor(urlIdHandler, NewPipe.getPreferredLocalization());
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////
|
////////////////////////////////////////////
|
||||||
@ -183,7 +183,7 @@ public abstract class StreamingService {
|
|||||||
if(null == llhf) {
|
if(null == llhf) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
return getCommentsExtractor(llhf.fromUrl(url), NewPipe.getLocalization());
|
return getCommentsExtractor(llhf.fromUrl(url), NewPipe.getPreferredLocalization());
|
||||||
}
|
}
|
||||||
|
|
||||||
public abstract boolean isCommentsSupported();
|
public abstract boolean isCommentsSupported();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user