SOURCES: clive-reporter.patch, clive-delfi.patch - updated for 2.1.8

lisu lisu at pld-linux.org
Wed Mar 25 09:43:39 CET 2009


Author: lisu                         Date: Wed Mar 25 08:43:39 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 2.1.8

---- Files affected:
SOURCES:
   clive-reporter.patch (1.8 -> 1.9) , clive-delfi.patch (1.18 -> 1.19) 

---- Diffs:

================================================================
Index: SOURCES/clive-reporter.patch
diff -u SOURCES/clive-reporter.patch:1.8 SOURCES/clive-reporter.patch:1.9
--- SOURCES/clive-reporter.patch:1.8	Tue Mar 17 11:15:38 2009
+++ SOURCES/clive-reporter.patch	Wed Mar 25 09:43:33 2009
@@ -8,15 +8,15 @@
  );
 
  # Parse config
-@@ -306,6 +307,8 @@
-         ($xurl, $id) = handle_liveleak($response_ref, $response_fh);
+@@ -328,6 +328,8 @@
+         ($xurl, $id) = handle_dmotion($response_ref);
      } elsif ( $url =~ /$re_hosts{IsDelfi}/ ) {
-         ($xurl, $id) = handle_delfi($response_ref, $response_fh);
+        ($xurl, $id) = handle_delfi($response_ref, $response_fh);
 +    } elsif ( $url =~ /$re_hosts{IsReporter}/ ) {
-+        ($xurl, $id) = handle_reporter($response_ref, $response_fh);
++       ($xurl, $id) = handle_reporter($response_ref, $response_fh);
      }
- #    elsif ( $url =~ /$re_hosts{IsMetacafe}/ ) {
- #        ($xurl, $id) = handle_metacafe($response_ref);
+     return -1
+         if !$xurl or !$id or !$title;
 @@ -369,6 +372,14 @@
                          $content_ok = 1;
                      }

================================================================
Index: SOURCES/clive-delfi.patch
diff -u SOURCES/clive-delfi.patch:1.18 SOURCES/clive-delfi.patch:1.19
--- SOURCES/clive-delfi.patch:1.18	Tue Mar 17 11:15:38 2009
+++ SOURCES/clive-delfi.patch	Wed Mar 25 09:43:34 2009
@@ -1,22 +1,22 @@
 --- clive-2.1.5/clive~  2009-02-10 11:00:52.000000000 +0100
 +++ clive-2.1.5/clive   2009-02-10 11:04:56.000000000 +0100
-@@ -85,6 +85,7 @@
-     IsLastfm    => qr|last.fm|i,
+@@ -79,6 +79,7 @@
      IsLiveleak  => qr|liveleak.com|i,
      IsEvisor    => qr|evisor.tv|i,
+     IsDmotion   => qr|dailymotion.com|i,
 +    IsDelfi     => qr|.delfi.|i,
  );
 
- # Parse config 
-@@ -333,6 +334,8 @@
-         ($xurl, $id) = handle_liveleak($response_ref, $response_fh);
-     } elsif ( $url =~ /$re_hosts{IsEvisor}/ ) {
+ # Parse config
+@@ -324,6 +325,8 @@
          ($xurl, $id) = handle_evisor($response_ref);
+     } elsif ($url =~ /$re_hosts{IsDmotion}/) {
+         ($xurl, $id) = handle_dmotion($response_ref);
 +    } elsif ( $url =~ /$re_hosts{IsDelfi}/ ) {
-+        ($xurl, $id) = handle_delfi($response_ref, $response_fh);
++       ($xurl, $id) = handle_delfi($response_ref, $response_fh);
      }
- #    elsif ( $url =~ /$re_hosts{IsMetacafe}/ ) {
- #        ($xurl, $id) = handle_metacafe($response_ref);
+     return -1
+         if !$xurl or !$id or !$title;
 @@ -712,6 +715,64 @@
      return ($xurl, $id);
  }
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/clive-reporter.patch?r1=1.8&r2=1.9&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/clive-delfi.patch?r1=1.18&r2=1.19&f=u



More information about the pld-cvs-commit mailing list