This file contains hidden or 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 | |
| if (!isset($_GET['url'])) { | |
| ?> | |
| <!DOCTYPE html> | |
| <meta charset="utf-8"> | |
| <title>Youtube RSS creator</title> | |
| <form> | |
| <p>Create an RSS feed for the videos on the following page: | |
| <p><input name="url" placeholder="E.g. https://www.youtube.com/user/scishow/videos" style="width: 30em"> |
This file contains hidden or 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 | |
| /** | |
| * Youtube Watch Later List To Playlist Script | |
| * | |
| * This script fetches your watch later list and outputs it as an M3U playlist | |
| * | |
| * Requirements: | |
| * PHP enabled webserver | |
| * Google PHP API (https://github.com/google/google-api-php-client) |
This file contains hidden or 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
| #!/bin/bash | |
| ### BEGIN INIT INFO | |
| # Provides: <service name> | |
| # Required-Start: $remote_fs $syslog | |
| # Required-Stop: $remote_fs $syslog | |
| # Default-Start: 2 3 4 5 | |
| # Default-Stop: 0 1 6 | |
| # Short-Description: <service description> | |
| ### END INIT INFO |
NewerOlder