SVN: toys/rsget.pl: README Video/DailyMotion Video/Delfi Video/Google Video/MetaCafe Video/YouTube
sparky
sparky at pld-linux.org
Sun Oct 4 22:40:52 CEST 2009
Author: sparky
Date: Sun Oct 4 22:40:52 2009
New Revision: 10690
Modified:
toys/rsget.pl/README
toys/rsget.pl/Video/DailyMotion
toys/rsget.pl/Video/Delfi
toys/rsget.pl/Video/Google
toys/rsget.pl/Video/MetaCafe
toys/rsget.pl/Video/YouTube
Log:
- URI::Escape imported by default
Modified: toys/rsget.pl/README
==============================================================================
--- toys/rsget.pl/README (original)
+++ toys/rsget.pl/README Sun Oct 4 22:40:52 2009
@@ -1,6 +1,7 @@
TODO:
- Write more documentation
+- Add hooks to allow unifying URIs before adding them to the list
Features:
Modified: toys/rsget.pl/Video/DailyMotion
==============================================================================
--- toys/rsget.pl/Video/DailyMotion (original)
+++ toys/rsget.pl/Video/DailyMotion Sun Oct 4 22:40:52 2009
@@ -6,9 +6,6 @@
slots: 8
status: OK 2009-10-04
-pre:
- use URI::Escape;
-
start:
GET( $-{_uri} );
Modified: toys/rsget.pl/Video/Delfi
==============================================================================
--- toys/rsget.pl/Video/Delfi (original)
+++ toys/rsget.pl/Video/Delfi Sun Oct 4 22:40:52 2009
@@ -6,9 +6,6 @@
slots: 8
status: OK 2009-10-04
-pre:
- use URI::Escape;
-
start:
GET( $-{_uri} );
Modified: toys/rsget.pl/Video/Google
==============================================================================
--- toys/rsget.pl/Video/Google (original)
+++ toys/rsget.pl/Video/Google Sun Oct 4 22:40:52 2009
@@ -6,9 +6,6 @@
slots: 8
status: OK 2009-10-04
-pre:
- use URI::Escape;
-
start:
GET( $-{_uri} );
Modified: toys/rsget.pl/Video/MetaCafe
==============================================================================
--- toys/rsget.pl/Video/MetaCafe (original)
+++ toys/rsget.pl/Video/MetaCafe Sun Oct 4 22:40:52 2009
@@ -6,9 +6,6 @@
slots: 8
status: OK 2009-10-04
-pre:
- use URI::Escape;
-
start:
GET( $-{_uri} );
Modified: toys/rsget.pl/Video/YouTube
==============================================================================
--- toys/rsget.pl/Video/YouTube (original)
+++ toys/rsget.pl/Video/YouTube Sun Oct 4 22:40:52 2009
@@ -6,9 +6,6 @@
slots: 8
status: OK 2009-10-03
-pre:
- use URI::Escape;
-
start:
! $-{_uri} =~ m{[\?&]v=([-_a-zA-Z0-9]+)(?:&.*)?$};
$-{v} = $1;
More information about the pld-cvs-commit
mailing list