summaryrefslogtreecommitdiff
path: root/iplayer.php
diff options
context:
space:
mode:
Diffstat (limited to 'iplayer.php')
-rw-r--r--iplayer.php14
1 files changed, 10 insertions, 4 deletions
diff --git a/iplayer.php b/iplayer.php
index 36ed820..8522e28 100644
--- a/iplayer.php
+++ b/iplayer.php
@@ -5,7 +5,7 @@
<head>
<meta charset="UTF-8">
-<title>iPlayer video stream extractor</title>
+<title>BBC iPlayer video stream extractor</title>
</head>
@@ -27,12 +27,18 @@ if (isset($_GET['id'])) {
} else {
?>
<form action="./" method="post">
-<p>Enter a non-live iPlayer URL:<br>
-e.g. http://www.bbc.co.uk/iplayer/episode/b04tr8c4/<br>
+<p>Enter a non-live BBC iPlayer URL:<br>
+e.g. http://www.bbc.co.uk/iplayer/episode/b06h9y66/<br>
<input name="url" id="url" size="40" type="text">
<input type="submit"><br>
+<br>
You can also use ?id= to specify a programme ID directly to bypass this form<br>
-e.g. http://iplayer.of.je/?id=b04tr8c4</p>
+e.g. <a href="http://iplayer.of.je/?id=b06h9y66">http://iplayer.of.je/?id=b06h9y66</a><br>
+<br>
+You can open the resulting file in <a href="https://www.videolan.org/">VLC</a>, or your preferred player.<br>
+Alternatively, use the direct URL directly in your player.<br>
+<br>
+If you get a blank page, please try again as the request occasionally fails.</p>
</form>
<script type="text/javascript">