SVN: toys/rsget.pl/Video: PornHub RedTube SpankWire Vimeo YouPorn YouTube

sparky sparky at pld-linux.org
Thu Mar 11 02:43:18 CET 2010


Author: sparky
Date: Thu Mar 11 02:43:17 2010
New Revision: 11241

Modified:
   toys/rsget.pl/Video/PornHub
   toys/rsget.pl/Video/RedTube
   toys/rsget.pl/Video/SpankWire
   toys/rsget.pl/Video/Vimeo
   toys/rsget.pl/Video/YouPorn
   toys/rsget.pl/Video/YouTube
Log:
- getters checked; status updated


Modified: toys/rsget.pl/Video/PornHub
==============================================================================
--- toys/rsget.pl/Video/PornHub	(original)
+++ toys/rsget.pl/Video/PornHub	Thu Mar 11 02:43:17 2010
@@ -10,7 +10,7 @@
 web: "http://www.pornhub.com/"
 uri: qr{pornhub\.com/view_video.php\?viewkey=}
 slots: max
-status: OK 2009-10-07
+status: OK 2010-03-11
 
 pre:
 	my $amf_pre = pack "C*", (

Modified: toys/rsget.pl/Video/RedTube
==============================================================================
--- toys/rsget.pl/Video/RedTube	(original)
+++ toys/rsget.pl/Video/RedTube	Thu Mar 11 02:43:17 2010
@@ -10,7 +10,7 @@
 web: "http://redtube.com/"
 uri: qr{redtube\.com/}
 slots: max
-status: OK 2009-10-05
+status: OK 2010-03-11
 
 start:
 	GET( $-{_uri} );

Modified: toys/rsget.pl/Video/SpankWire
==============================================================================
--- toys/rsget.pl/Video/SpankWire	(original)
+++ toys/rsget.pl/Video/SpankWire	Thu Mar 11 02:43:17 2010
@@ -10,7 +10,7 @@
 web: "http://www.spankwire.com/"
 uri: qr{spankwire\.com/[^/]+/video\d+}
 slots: max
-status: OK 2009-12-16
+status: OK 2010-03-11
 
 start:
 	GET( $-{_uri} );

Modified: toys/rsget.pl/Video/Vimeo
==============================================================================
--- toys/rsget.pl/Video/Vimeo	(original)
+++ toys/rsget.pl/Video/Vimeo	Thu Mar 11 02:43:17 2010
@@ -10,7 +10,7 @@
 web: "http://vimeo.com/"
 uri: qr{vimeo\.com/\d+([/#].*)?$}
 slots: max
-status: OK 2009-10-05
+status: OK 2010-03-11
 
 unify:
 	s/#.*//;

Modified: toys/rsget.pl/Video/YouPorn
==============================================================================
--- toys/rsget.pl/Video/YouPorn	(original)
+++ toys/rsget.pl/Video/YouPorn	Thu Mar 11 02:43:17 2010
@@ -11,7 +11,7 @@
 uri: qr{youporn\.com/watch/\d+(/.*)?$}
 slots: max
 cookie: !v_yp
-status: OK 2009-12-16
+status: OK 2010-03-11
 
 unify:
 	return "http://youporn.com/watch/$1"

Modified: toys/rsget.pl/Video/YouTube
==============================================================================
--- toys/rsget.pl/Video/YouTube	(original)
+++ toys/rsget.pl/Video/YouTube	Thu Mar 11 02:43:17 2010
@@ -10,7 +10,7 @@
 web: "http://www.youtube.com/"
 uri: qr{youtube\.com/watch\?v=.*}
 slots: max
-status: OK 2010-01-30
+status: OK 2010-03-11
 
 unify:
 	s/#.*//;


More information about the pld-cvs-commit mailing list