mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-08-30 22:05:18 +00:00
address yausername change
This commit is contained in:
@@ -37,7 +37,7 @@ public class PeertubeStreamLinkHandlerFactory extends LinkHandlerFactory {
|
||||
|
||||
@Override
|
||||
public boolean onAcceptUrl(final String url) throws FoundAdException {
|
||||
if (url.contains("playlist")) return false;
|
||||
if (url.contains("/playlist/")) return false;
|
||||
try {
|
||||
getId(url);
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user