]> git.pld-linux.org Git - packages/clive.git/commitdiff
- updated for 2.1.8
authorlisu <lisu@pld-linux.org>
Wed, 25 Mar 2009 08:43:34 +0000 (08:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clive-delfi.patch -> 1.19
    clive-reporter.patch -> 1.9

clive-delfi.patch
clive-reporter.patch

index 2ed0737501a36c18aa1aeee14358701faaadae79..01e727e8377d605491efb035ba0ceb5eaf415e96 100644 (file)
@@ -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);
  }
index d251b061fdfc8a6e5b6707894fc68014d8bbb77e..8475dceefc7e6c7b4e8962a554c3054840a47a86 100644 (file)
@@ -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;
                      }
This page took 0.054693 seconds and 4 git commands to generate.