diff options
author | Luke Bratch <luke@bratch.co.uk> | 2015-09-30 15:22:36 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2015-09-30 15:22:36 +0100 |
commit | a586f4db9076bdb387b7bc0e7b53e7c0220b8b52 (patch) | |
tree | 4259f0b37bcbf3a629129ad5693b6e9becf872f9 | |
parent | 0cf8d0ff5207cd503035d20b99deae812cc0633b (diff) |
-rw-r--r-- | iplayer.php | 14 |
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"> |