kopia lustrzana https://github.com/TeamNewPipe/NewPipeExtractor
Merge pull request #168 from masozzi/dev
soundcloud parsing helper: fixed id parser regexpull/170/head
commit
c64c90a567
|
@ -113,7 +113,7 @@ public class SoundcloudParsingHelper {
|
|||
|
||||
String response = NewPipe.getDownloader().download("https://w.soundcloud.com/player/?url="
|
||||
+ URLEncoder.encode(url, "UTF-8"));
|
||||
return Parser.matchGroup1(",\"id\":(.*?),", response);
|
||||
return Parser.matchGroup1(",\"id\":(([^}\\n])*?),", response);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Ładowanie…
Reference in New Issue