summaryrefslogtreecommitdiff
path: root/iplayer.php
diff options
context:
space:
mode:
Diffstat (limited to 'iplayer.php')
-rw-r--r--iplayer.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/iplayer.php b/iplayer.php
index 951cb1c..b1a2007 100644
--- a/iplayer.php
+++ b/iplayer.php
@@ -10,9 +10,12 @@ if (isset($_GET['id'])) {
?>
<form action="./" method="post">
<p>Enter a non-live iPlayer URL:<br>
+e.g. http://www.bbc.co.uk/iplayer/episode/b04tr8c4/<br>
<input name="url" id="url" size="40" type="text">
-<input type="submit">
-</p>
+<input type="submit"><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>
+</form>
<?php
exit();
}