mirror of
https://github.com/mirror/jdownloader.git
synced 2024-11-23 12:09:43 +00:00
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49670 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: f595c7ac01ebd4a23cec14a78480c21cf965f45b
This commit is contained in:
parent
e0355cc698
commit
914df5d92c
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user