View curep.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
* Look for the first podcast episode given an rss feed, then download it. | |
* | |
* | |
* This is pretty unsafe, as it'll grab any url handed to it. | |
* | |
* You can set feed by commenting the first line where it's defined and setting your | |
* own URL, but that still means that it'll download any file the supplied feed hands | |
* to it. |