SVN: toys/rsget.pl: Link/YouTube Video/Banzaj Video/DailyMotion Video/Delfi Video/ExtremeTube Video/...

sparky sparky at pld-linux.org
Tue Jul 13 03:31:48 CEST 2010


Author: sparky
Date: Tue Jul 13 03:31:48 2010
New Revision: 11662

Modified:
   toys/rsget.pl/Link/YouTube
   toys/rsget.pl/Video/Banzaj
   toys/rsget.pl/Video/DailyMotion
   toys/rsget.pl/Video/Delfi
   toys/rsget.pl/Video/ExtremeTube
   toys/rsget.pl/Video/Google
   toys/rsget.pl/Video/InteriaPL
   toys/rsget.pl/Video/MegaVideo
   toys/rsget.pl/Video/MetaCafe
   toys/rsget.pl/Video/PornHub
   toys/rsget.pl/Video/RedTube
   toys/rsget.pl/Video/SpankWire
   toys/rsget.pl/Video/Veoh
   toys/rsget.pl/Video/Vimeo
   toys/rsget.pl/Video/XHamster
   toys/rsget.pl/Video/XVideos
   toys/rsget.pl/Video/YouPorn
   toys/rsget.pl/Video/YouTube
Log:
- status: OK


Modified: toys/rsget.pl/Link/YouTube
==============================================================================
--- toys/rsget.pl/Link/YouTube	(original)
+++ toys/rsget.pl/Link/YouTube	Tue Jul 13 03:31:48 2010
@@ -10,7 +10,7 @@
 web: "http://www.youtube.com/"
 uri: qr{youtube\.com/view_play_list\?p=([A-F0-9]{16})}
 slots: max
-status: OK 2010-06-04
+status: OK 2010-07-12
 
 unify:
 	return "http://www.youtube.com/view_play_list?p=$1"

Modified: toys/rsget.pl/Video/Banzaj
==============================================================================
--- toys/rsget.pl/Video/Banzaj	(original)
+++ toys/rsget.pl/Video/Banzaj	Tue Jul 13 03:31:48 2010
@@ -10,7 +10,7 @@
 web: "http://www.video.banzaj.pl/"
 uri: qr{video\.banzaj\.pl/film/\d+/\S+/}
 slots: max
-status: OK 2010-06-04
+status: OK 2010-07-12
 
 unify:
 	s/#.*//;

Modified: toys/rsget.pl/Video/DailyMotion
==============================================================================
--- toys/rsget.pl/Video/DailyMotion	(original)
+++ toys/rsget.pl/Video/DailyMotion	Tue Jul 13 03:31:48 2010
@@ -11,7 +11,7 @@
 uri: qr{dailymotion\.com/(.*?/)?video/[a-z0-9]+}
 uri: qr{dailymotion\.pl/(.*?/)?video/[a-z0-9]+}
 slots: max
-status: OK 2010-06-05
+status: OK 2010-07-13
 
 start:
 	GET( $-{_uri} );

Modified: toys/rsget.pl/Video/Delfi
==============================================================================
--- toys/rsget.pl/Video/Delfi	(original)
+++ toys/rsget.pl/Video/Delfi	Tue Jul 13 03:31:48 2010
@@ -10,7 +10,7 @@
 web: "http://tv.delfi.ee/"
 uri: qr{tv\.delfi\.ee/video/[a-zA-Z0-9]+}
 slots: max
-status: OK 2010-06-04
+status: OK 2010-07-13
 
 start:
 	GET( $-{_uri} );

Modified: toys/rsget.pl/Video/ExtremeTube
==============================================================================
--- toys/rsget.pl/Video/ExtremeTube	(original)
+++ toys/rsget.pl/Video/ExtremeTube	Tue Jul 13 03:31:48 2010
@@ -10,7 +10,7 @@
 web: "http://www.extremetube.com/"
 uri: qr{extremetube\.com/video/}
 slots: max
-status: OK 2010-06-05
+status: OK 2010-07-13
 
 start:
 	GET( $-{_uri} );

Modified: toys/rsget.pl/Video/Google
==============================================================================
--- toys/rsget.pl/Video/Google	(original)
+++ toys/rsget.pl/Video/Google	Tue Jul 13 03:31:48 2010
@@ -10,7 +10,7 @@
 web: "http://video.google.com/"
 uri: qr{video\.google\.com/videoplay\?}
 slots: max
-status: OK 2010-06-04
+status: OK 2010-07-13
 
 start:
 	GET( $-{_uri} );

Modified: toys/rsget.pl/Video/InteriaPL
==============================================================================
--- toys/rsget.pl/Video/InteriaPL	(original)
+++ toys/rsget.pl/Video/InteriaPL	Tue Jul 13 03:31:48 2010
@@ -10,7 +10,7 @@
 web: "http://video.interia.pl/"
 uri: qr{video\.interia\.pl/obejrzyj,film,\d+}
 slots: max
-status: OK 2010-06-05
+status: OK 2010-07-13
 
 start:
 	GET( $-{_uri} );

Modified: toys/rsget.pl/Video/MegaVideo
==============================================================================
--- toys/rsget.pl/Video/MegaVideo	(original)
+++ toys/rsget.pl/Video/MegaVideo	Tue Jul 13 03:31:48 2010
@@ -12,7 +12,7 @@
 uri: qr{megavideo\.com/\?v=}
 uri: qr{megaporn\.com/(.*?/)?\?v=}
 slots: max
-status: OK 2010-06-04
+status: OK 2010-07-13
 
 start:
 	GET( $-{_uri} );

Modified: toys/rsget.pl/Video/MetaCafe
==============================================================================
--- toys/rsget.pl/Video/MetaCafe	(original)
+++ toys/rsget.pl/Video/MetaCafe	Tue Jul 13 03:31:48 2010
@@ -10,7 +10,7 @@
 web: "http://www.metacafe.com/"
 uri: qr{metacafe\.com/watch/}
 slots: max
-status: OK 2010-06-28
+status: OK 2010-07-13
 
 start:
 	GET( $-{_uri} );

Modified: toys/rsget.pl/Video/PornHub
==============================================================================
--- toys/rsget.pl/Video/PornHub	(original)
+++ toys/rsget.pl/Video/PornHub	Tue Jul 13 03:31:48 2010
@@ -10,7 +10,7 @@
 web: "http://www.pornhub.com/"
 uri: qr{pornhub\.com/view_video.php\?viewkey=}
 slots: max
-status: OK 2010-06-04
+status: OK 2010-07-13
 
 pre:
 	my $amf_pre = pack "C*", (

Modified: toys/rsget.pl/Video/RedTube
==============================================================================
--- toys/rsget.pl/Video/RedTube	(original)
+++ toys/rsget.pl/Video/RedTube	Tue Jul 13 03:31:48 2010
@@ -10,7 +10,7 @@
 web: "http://redtube.com/"
 uri: qr{redtube\.com/}
 slots: max
-status: OK 2010-06-04
+status: OK 2010-07-13
 
 start:
 	GET( $-{_uri} );

Modified: toys/rsget.pl/Video/SpankWire
==============================================================================
--- toys/rsget.pl/Video/SpankWire	(original)
+++ toys/rsget.pl/Video/SpankWire	Tue Jul 13 03:31:48 2010
@@ -10,7 +10,7 @@
 web: "http://www.spankwire.com/"
 uri: qr{spankwire\.com/[^/]+/video\d+}
 slots: max
-status: OK 2010-06-04
+status: OK 2010-07-13
 
 start:
 	GET( $-{_uri} );

Modified: toys/rsget.pl/Video/Veoh
==============================================================================
--- toys/rsget.pl/Video/Veoh	(original)
+++ toys/rsget.pl/Video/Veoh	Tue Jul 13 03:31:48 2010
@@ -10,7 +10,7 @@
 web: "http://www.veoh.com/"
 uri: qr{veoh\.com/}
 slots: max
-status: OK 2010-06-04
+status: OK 2010-07-13
 
 unify:
 	my $id;

Modified: toys/rsget.pl/Video/Vimeo
==============================================================================
--- toys/rsget.pl/Video/Vimeo	(original)
+++ toys/rsget.pl/Video/Vimeo	Tue Jul 13 03:31:48 2010
@@ -10,7 +10,7 @@
 web: "http://vimeo.com/"
 uri: qr{vimeo\.com/\d+([/#?].*)?$}
 slots: max
-status: OK 2010-06-04
+status: OK 2010-07-13
 
 unify:
 	s/#.*//;

Modified: toys/rsget.pl/Video/XHamster
==============================================================================
--- toys/rsget.pl/Video/XHamster	(original)
+++ toys/rsget.pl/Video/XHamster	Tue Jul 13 03:31:48 2010
@@ -10,7 +10,7 @@
 web: "http://xhamster.com/"
 uri: qr{xhamster\.com/movies/\d+/}
 slots: max
-status: OK 2010-06-04
+status: OK 2010-07-13
 
 start:
 	GET( $-{_uri} );

Modified: toys/rsget.pl/Video/XVideos
==============================================================================
--- toys/rsget.pl/Video/XVideos	(original)
+++ toys/rsget.pl/Video/XVideos	Tue Jul 13 03:31:48 2010
@@ -10,7 +10,7 @@
 web: "http://xvideos.com/"
 uri: qr{xvideos\.com/video\d+}
 slots: max
-status: OK 2010-07-03
+status: OK 2010-07-13
 
 unify:
 	return "http://www.xvideos.com/video$1/"

Modified: toys/rsget.pl/Video/YouPorn
==============================================================================
--- toys/rsget.pl/Video/YouPorn	(original)
+++ toys/rsget.pl/Video/YouPorn	Tue Jul 13 03:31:48 2010
@@ -11,7 +11,7 @@
 uri: qr{youporn\.com/watch/\d+(/.*)?$}
 slots: max
 cookie: !v_yp
-status: OK 2010-06-04
+status: OK 2010-07-13
 
 unify:
 	return "http://youporn.com/watch/$1"

Modified: toys/rsget.pl/Video/YouTube
==============================================================================
--- toys/rsget.pl/Video/YouTube	(original)
+++ toys/rsget.pl/Video/YouTube	Tue Jul 13 03:31:48 2010
@@ -10,7 +10,7 @@
 web: "http://www.youtube.com/"
 uri: qr{youtube\.com/watch\?v=.*}
 slots: max
-status: OK 2010-06-04
+status: OK 2010-07-12
 
 unify:
 	s/#.*//;


More information about the pld-cvs-commit mailing list