git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49670 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: f595c7ac01ebd4a23cec14a78480c21cf965f45b
This commit is contained in:
jiaz 2024-08-23 13:54:15 +00:00
parent e0355cc698
commit 914df5d92c

View File

@ -183,7 +183,7 @@ public class ORFMediathek extends PluginForHost {
throw new PluginException(LinkStatus.ERROR_PLUGIN_DEFECT);
}
br.getPage("http://bits.orf.at/filehandler/static-api/json/current/data.json?file=" + audioID);
dllink = br.getRegex("\"url\":\"(https?[^<>\"]*?)\"").getMatch(0);
dllink = br.getRegex("\"url\"\\s*:\\s*\"(https?[^<>\"]*?)\"").getMatch(0);
if (dllink == null) {
throw new PluginException(LinkStatus.ERROR_PLUGIN_DEFECT);
}