From 6180732356fed9af09ef55c26a8133c11e9c2e5a Mon Sep 17 00:00:00 2001 From: Dylan Lloyd Date: Sun, 19 Dec 2010 22:28:01 -0500 Subject: [PATCH] added youtube_backup --- includes/style.css | 10 +++++++++- index.php | 16 ++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/includes/style.css b/includes/style.css index 3c6a3a6..86c4529 100644 --- a/includes/style.css +++ b/includes/style.css @@ -98,7 +98,7 @@ li { } .reprap_entry-title { - font: 1.5em georgia, times, serif; + font: 1.5em georgia, times; text-decoration: none; color: black; display: block; @@ -116,6 +116,14 @@ li { font:1.6em "lucida console"; } +.youtube_backup-entry-title{ + font:1.6em "lucida console"; +} + +.youtube_backup-entry{ + font:1.3em "lucida console"; +} + .shownDiv{ border:1px solid black; } diff --git a/index.php b/index.php index a4c56ec..a27218b 100644 --- a/index.php +++ b/index.php @@ -49,6 +49,17 @@ +
+

youtube_backup

+ +
+ backs up all the youtube videos in a users favorites list.

+ this is my fork of the original youtube_backup which adds asynchronous alerts after successful downloads.

+ it's written in python. +
+
+

foxy-addons/

@@ -93,6 +104,11 @@

  • +
  • youtube_backup
  • + +

  • +
  • foxy-addons/peepshow
  • -- 2.30.2